Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from ed857253c333b25bd607939277ad976310c7a90d 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-ssh17891848425375788154.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh10842510409822974412.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh9480781563157206835.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a0327f913308fcf13875ae7a2d6e6099471c5ff1 # timeout=10 Commit message: "fix: dry-run use case (#441)" > 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-ssh15942344621250272077.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-ssh17125460788144366555.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-5462 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-virtual-go.git > git init /w/workspace/exfoundry_device-virtual-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision ed857253c333b25bd607939277ad976310c7a90d (main) Commit message: "Merge pull request #425 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.1.0-dev.19" > git config core.sparsecheckout # timeout=10 > git checkout -f ed857253c333b25bd607939277ad976310c7a90d # timeout=10 > git rev-list --no-walk 53a713b286b98fea7a803b04fd4711df4e3dc4c9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:22:55 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:22:55 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:22:55 ========================================================= 14:22:55 EdgeX Global Pipelines Version Info 14:22:55 ========================================================= [Pipeline] libraryResource [Pipeline] sh 14:22:56 ------------------- 14:22:56 stable info: 14:22:56 ------------------- 14:22:56 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:22:56 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 14:22:56 Message: update stable to v1.0.253 14:22:56 ------------------- 14:22:56 experimental info: 14:22:56 ------------------- 14:22:56 Commited By: **** collab-it+edgex@linuxfoundation.org 14:22:56 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 14:22:56 Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 14:22:56 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 14:22:56 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 14:22:56 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:22:57 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:22:57 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:22:57 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 14:22:57 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 14:22:57 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 14:22:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 14:22:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:22:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 14:22:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo 14:22:57 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:22:57 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:22:57 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 14:22:57 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 14:22:57 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 14:22:57 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 14:22:57 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 14:22:57 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 14:22:57 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 14:22:57 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 14:22:57 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 14:22:57 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 14:22:57 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 14:22:57 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 14:22:57 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 14:22:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 14:22:57 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 14:22:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 14:22:57 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ed857253c333b25bd607939277ad976310c7a90d [Pipeline] echo 14:22:57 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ed85725 [Pipeline] echo 14:22:57 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:22:57 provisioning config files... 14:22:57 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config7155169502863496029tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:22:57 ---> docker-login.sh 14:22:57 nexus3.edgexfoundry.org:10001 14:22:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:22:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:22:58 Configure a credential helper to remove this warning. See 14:22:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:22:58 14:22:58 Login Succeeded 14:22:58 nexus3.edgexfoundry.org:10002 14:22:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:22:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:22:58 Configure a credential helper to remove this warning. See 14:22:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:22:58 14:22:58 Login Succeeded 14:22:58 nexus3.edgexfoundry.org:10003 14:22:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:22:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:22:58 Configure a credential helper to remove this warning. See 14:22:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:22:58 14:22:58 Login Succeeded 14:22:58 nexus3.edgexfoundry.org:10004 14:22:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:22:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:22:58 Configure a credential helper to remove this warning. See 14:22:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:22:58 14:22:58 Login Succeeded 14:22:58 docker.io 14:22:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:22:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:22:58 Configure a credential helper to remove this warning. See 14:22:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:22:58 14:22:58 Login Succeeded 14:22:58 ---> docker-login.sh ends [Pipeline] } 14:22:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 14:22:59 + git rev-list -1 --merges ed857253c333b25bd607939277ad976310c7a90d~1..ed857253c333b25bd607939277ad976310c7a90d [Pipeline] echo 14:22:59 -----------> git rev-list -1 --merges ed857253c333b25bd607939277ad976310c7a90d~1..ed857253c333b25bd607939277ad976310c7a90d ed857253c333b25bd607939277ad976310c7a90d 14:22:59 ed857253c333b25bd607939277ad976310c7a90d [false] [Pipeline] sh 14:22:59 + git log --format=format:%s -1 ed857253c333b25bd607939277ad976310c7a90d [Pipeline] echo 14:22:59 ========================================================= 14:22:59 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 14:22:59 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:23:00 + git log --format=format:%s -1 ed857253c333b25bd607939277ad976310c7a90d [Pipeline] echo 14:23:00 [semverPrep] GIT_COMMIT: ed857253c333b25bd607939277ad976310c7a90d, Commit Message: Merge pull request #425 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.1.0-dev.19 [Pipeline] echo 14:23:00 [semverPrep] This is not a build commit. [Pipeline] sh 14:23:00 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 14:23:00 + grep -v github /etc/ssh/ssh_known_hosts 14:23:00 + [ -e /tmp/ssh_known_hosts ] 14:23:00 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 14:23:00 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 14:23:00 + sudo tee -a /etc/ssh/ssh_known_hosts 14:23:00 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:23:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:23:00 14:23:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:23:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:23:01 0.1.4: Pulling from edgex-devops/py-git-semver 14:23:01 b85a868b505f: Pulling fs layer 14:23:01 e2be974225ed: Pulling fs layer 14:23:01 339a4e72a1f5: Pulling fs layer 14:23:01 988bab9f4d93: Pulling fs layer 14:23:01 1469e6f7b9e6: Pulling fs layer 14:23:01 eaf3925da568: Pulling fs layer 14:23:01 bab4dde63d76: Pulling fs layer 14:23:01 bde34c3a00c8: Pulling fs layer 14:23:01 b352a97aabf1: Pulling fs layer 14:23:01 4872d77fe225: Pulling fs layer 14:23:01 5851b861e8e6: Pulling fs layer 14:23:01 988bab9f4d93: Waiting 14:23:01 1469e6f7b9e6: Waiting 14:23:01 eaf3925da568: Waiting 14:23:01 bab4dde63d76: Waiting 14:23:01 bde34c3a00c8: Waiting 14:23:01 b352a97aabf1: Waiting 14:23:01 4872d77fe225: Waiting 14:23:01 5851b861e8e6: Waiting 14:23:01 e2be974225ed: Verifying Checksum 14:23:01 e2be974225ed: Download complete 14:23:01 988bab9f4d93: Download complete 14:23:01 1469e6f7b9e6: Verifying Checksum 14:23:01 1469e6f7b9e6: Download complete 14:23:01 eaf3925da568: Verifying Checksum 14:23:01 eaf3925da568: Download complete 14:23:01 339a4e72a1f5: Verifying Checksum 14:23:01 339a4e72a1f5: Download complete 14:23:01 bde34c3a00c8: Verifying Checksum 14:23:01 bde34c3a00c8: Download complete 14:23:01 b352a97aabf1: Verifying Checksum 14:23:01 b352a97aabf1: Download complete 14:23:01 4872d77fe225: Verifying Checksum 14:23:01 4872d77fe225: Download complete 14:23:01 5851b861e8e6: Verifying Checksum 14:23:01 5851b861e8e6: Download complete 14:23:01 b85a868b505f: Verifying Checksum 14:23:01 b85a868b505f: Download complete 14:23:01 bab4dde63d76: Verifying Checksum 14:23:01 bab4dde63d76: Download complete 14:23:03 b85a868b505f: Pull complete 14:23:03 e2be974225ed: Pull complete 14:23:03 339a4e72a1f5: Pull complete 14:23:03 988bab9f4d93: Pull complete 14:23:03 1469e6f7b9e6: Pull complete 14:23:03 eaf3925da568: Pull complete 14:23:05 bab4dde63d76: Pull complete 14:23:06 bde34c3a00c8: Pull complete 14:23:06 b352a97aabf1: Pull complete 14:23:06 4872d77fe225: Pull complete 14:23:06 5851b861e8e6: Pull complete 14:23:06 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 14:23:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:23:06 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:23:06 prd-ubuntu20.04-docker-8c-8g-5462 does not seem to be running inside a container 14:23:06 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 14:23:10 $ docker top 81833ec401e990b35c997a6ffd7cd371c25227cb68f4982e3a7d9cc850e4b022 -eo pid,comm 14:23:10 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). 14:23:10 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:23:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:23:10 [ssh-agent] Looking for ssh-agent implementation... 14:23:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:23:10 $ docker exec 81833ec401e990b35c997a6ffd7cd371c25227cb68f4982e3a7d9cc850e4b022 ssh-agent 14:23:10 SSH_AUTH_SOCK=/tmp/ssh-qNYVeEhK6XP6/agent.32 14:23:10 SSH_AGENT_PID=38 14:23:10 Running ssh-add (command line suppressed) 14:23:11 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_8931790510130270336.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_8931790510130270336.key) 14:23:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:23:11 + git tag --points-at HEAD [Pipeline] } 14:23:11 $ docker exec --env ******** --env ******** 81833ec401e990b35c997a6ffd7cd371c25227cb68f4982e3a7d9cc850e4b022 ssh-agent -k 14:23:11 unset SSH_AUTH_SOCK; 14:23:11 unset SSH_AGENT_PID; 14:23:11 echo Agent pid 38 killed; 14:23:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 14:23:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:23:11 [ssh-agent] Looking for ssh-agent implementation... 14:23:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:23:11 $ docker exec 81833ec401e990b35c997a6ffd7cd371c25227cb68f4982e3a7d9cc850e4b022 ssh-agent 14:23:11 SSH_AUTH_SOCK=/tmp/ssh-FJoXyRma9k2S/agent.71 14:23:11 SSH_AGENT_PID=78 14:23:11 Running ssh-add (command line suppressed) 14:23:11 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_6104123705863698002.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_6104123705863698002.key) 14:23:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:23:12 + git semver init 14:23:12 2023-09-06 14:23:12,403 [run_init] DEBUG init version:0.0.0 force:False 14:23:12 2023-09-06 14:23:12,404 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-virtual-go_main/.semver 14:23:12 2023-09-06 14:23:12,405 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/exfoundry_device-virtual-go_main/.semver 14:23:12 2023-09-06 14:23:12,406 [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) 14:23:13 2023-09-06 14:23:13,747 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-virtual-go_main/.git/info/exclude 14:23:13 2023-09-06 14:23:13,747 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:False 14:23:13 2023-09-06 14:23:13,747 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 14:23:13 2023-09-06 14:23:13,748 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 14:23:13 3.1.0-dev.10 [Pipeline] } 14:23:13 $ docker exec --env ******** --env ******** 81833ec401e990b35c997a6ffd7cd371c25227cb68f4982e3a7d9cc850e4b022 ssh-agent -k 14:23:13 unset SSH_AUTH_SOCK; 14:23:13 unset SSH_AGENT_PID; 14:23:13 echo Agent pid 78 killed; 14:23:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:23:14 + git semver [Pipeline] } 14:23:14 $ docker stop --time=1 81833ec401e990b35c997a6ffd7cd371c25227cb68f4982e3a7d9cc850e4b022 14:23:15 $ docker rm -f --volumes 81833ec401e990b35c997a6ffd7cd371c25227cb68f4982e3a7d9cc850e4b022 [Pipeline] // withDockerContainer [Pipeline] sh 14:23:16 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 14:23:16 Stashed 1 file(s) [Pipeline] echo 14:23:16 [edgeXSemver]: initialized semver on version 3.1.0-dev.10 [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 14:23:16 provisioning config files... 14:23:16 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config10091119948395827583tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:23:16 ---> docker-login.sh 14:23:16 nexus3.edgexfoundry.org:10001 14:23:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:23:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:23:16 Configure a credential helper to remove this warning. See 14:23:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:23:16 14:23:16 Login Succeeded 14:23:16 nexus3.edgexfoundry.org:10002 14:23:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:23:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:23:16 Configure a credential helper to remove this warning. See 14:23:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:23:16 14:23:16 Login Succeeded 14:23:16 nexus3.edgexfoundry.org:10003 14:23:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:23:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:23:17 Configure a credential helper to remove this warning. See 14:23:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:23:17 14:23:17 Login Succeeded 14:23:17 nexus3.edgexfoundry.org:10004 14:23:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:23:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:23:17 Configure a credential helper to remove this warning. See 14:23:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:23:17 14:23:17 Login Succeeded 14:23:17 docker.io 14:23:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:23:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:23:17 Configure a credential helper to remove this warning. See 14:23:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:23:17 14:23:17 Login Succeeded 14:23:17 ---> docker-login.sh ends [Pipeline] } 14:23:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 14:23:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:23:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:23:17 ========================================================= 14:23:17 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 14:23:17 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:23:18 + 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 . 14:23:18 Sending build context to Docker daemon 23.58MB 14:23:18 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 14:23:18 Step 2/12 : FROM ${BASE} AS builder 14:23:18 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 14:23:18 4db1b89c0bd1: Pulling fs layer 14:23:18 6911f1a30b25: Pulling fs layer 14:23:18 e194b8c5c2a9: Pulling fs layer 14:23:18 6863d3e3a2b1: Pulling fs layer 14:23:18 ec0bb842ea78: Pulling fs layer 14:23:18 40a00589a448: Pulling fs layer 14:23:18 6c08303d61cc: Pulling fs layer 14:23:18 6863d3e3a2b1: Waiting 14:23:18 6c08303d61cc: Waiting 14:23:18 40a00589a448: Waiting 14:23:18 ec0bb842ea78: Waiting 14:23:18 798269fcf238: Pulling fs layer 14:23:18 798269fcf238: Waiting 14:23:18 6911f1a30b25: Verifying Checksum 14:23:18 6911f1a30b25: Download complete 14:23:18 6863d3e3a2b1: Verifying Checksum 14:23:18 6863d3e3a2b1: Download complete 14:23:18 ec0bb842ea78: Verifying Checksum 14:23:18 ec0bb842ea78: Download complete 14:23:18 4db1b89c0bd1: Verifying Checksum 14:23:18 4db1b89c0bd1: Download complete 14:23:18 40a00589a448: Verifying Checksum 14:23:18 40a00589a448: Download complete 14:23:18 4db1b89c0bd1: Pull complete 14:23:18 6911f1a30b25: Pull complete 14:23:19 798269fcf238: Verifying Checksum 14:23:19 798269fcf238: Download complete 14:23:19 e194b8c5c2a9: Verifying Checksum 14:23:19 e194b8c5c2a9: Download complete 14:23:19 6c08303d61cc: Verifying Checksum 14:23:19 6c08303d61cc: Download complete 14:23:23 e194b8c5c2a9: Pull complete 14:23:23 6863d3e3a2b1: Pull complete 14:23:23 ec0bb842ea78: Pull complete 14:23:23 40a00589a448: Pull complete 14:23:27 6c08303d61cc: Pull complete 14:23:28 798269fcf238: Pull complete 14:23:28 Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 14:23:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 14:23:28 ---> ec979cd7f677 14:23:28 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 14:23:31 Still waiting to schedule task 14:23:31 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 14:23:43 ---> Running in b3ecdaff20ac 14:23:43 Removing intermediate container b3ecdaff20ac 14:23:43 ---> 8b48724360d6 14:23:43 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 14:23:43 ---> Running in ca3c8ffee8a0 14:23:43 Removing intermediate container ca3c8ffee8a0 14:23:43 ---> 08a31ba44a24 14:23:43 Step 5/12 : ARG ADD_BUILD_TAGS="" 14:23:43 ---> Running in 26853f902655 14:23:43 Removing intermediate container 26853f902655 14:23:43 ---> 22b618c39171 14:23:43 Step 6/12 : WORKDIR /device-virtual-go 14:23:43 ---> Running in f46a359001a8 14:23:43 Removing intermediate container f46a359001a8 14:23:43 ---> c395368f9b06 14:23:43 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:23:43 ---> Running in e90ea06ce1e3 14:23:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:23:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:23:44 (1/4) Installing openssh-keygen (9.1_p1-r4) 14:23:44 (2/4) Installing libedit (20221030.3.1-r0) 14:23:44 (3/4) Installing openssh-client-common (9.1_p1-r4) 14:23:44 (4/4) Installing openssh-client-default (9.1_p1-r4) 14:23:44 Executing busybox-1.35.0-r29.trigger 14:23:44 OK: 269 MiB in 57 packages 14:23:45 Removing intermediate container e90ea06ce1e3 14:23:45 ---> e987e4b95522 14:23:45 Step 8/12 : COPY go.mod vendor* ./ 14:23:45 ---> ea372f21b32f 14:23:45 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:23:45 ---> Running in 5314abe6c2b8 14:24:53 Removing intermediate container 5314abe6c2b8 14:24:53 ---> 1a4814b5f7a6 14:24:53 Step 10/12 : COPY . . 14:24:53 ---> 7ea3a9856526 14:24:53 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 14:24:53 ---> Running in 7527ab675805 14:24:53 Removing intermediate container 7527ab675805 14:24:53 ---> 8c66f2c734d1 14:24:53 Step 12/12 : RUN $MAKE 14:24:53 ---> Running in 9d15111a9124 14:24:53 noop 14:24:53 Removing intermediate container 9d15111a9124 14:24:53 ---> dfc48e23546c 14:24:53 Successfully built dfc48e23546c 14:24:53 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:24:53 + docker inspect -f . ci-base-image-x86_64 14:24:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:24:53 prd-ubuntu20.04-docker-8c-8g-5462 does not seem to be running inside a container 14:24:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:24:53 $ docker top 89686c63ae550b7301410f0339de723d6465861f2833269d8658ee203ce06068 -eo pid,comm [Pipeline] { [Pipeline] sh 14:24:54 + go version 14:24:54 go version go1.20.6 linux/amd64 [Pipeline] } 14:24:54 $ docker stop --time=1 89686c63ae550b7301410f0339de723d6465861f2833269d8658ee203ce06068 14:24:55 $ docker rm -f --volumes 89686c63ae550b7301410f0339de723d6465861f2833269d8658ee203ce06068 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:24:56 + docker inspect -f . ci-base-image-x86_64 14:24:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:24:56 prd-ubuntu20.04-docker-8c-8g-5462 does not seem to be running inside a container 14:24:56 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:24:56 $ docker top c30be8a81f790c548ae94b06e88129d64a0f1167e5fccd815d9a9346a4d86d78 -eo pid,comm [Pipeline] { [Pipeline] sh 14:24:56 + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] fileExists [Pipeline] sh 14:24:57 + make test 14:24:57 go test ./... -coverprofile=coverage.out 14:25:02 ? github.com/edgexfoundry/device-virtual-go [no test files] 14:25:11 Running on prd-ubuntu20.04-docker-arm64-4c-16g-5463 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] ws 14:25:11 Running in /w/workspace/device-virtual-go/136 [Pipeline] { [Pipeline] checkout 14:25:11 The recommended git tool is: git 14:25:14 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 14:25:14 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.016s coverage: 58.6% of statements 14:25:16 using credential edgex-jenkins-ssh 14:25:16 Cloning the remote Git repository 14:25:16 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 14:25:16 > git init /w/workspace/device-virtual-go/136 # timeout=10 14:25:16 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 14:25:16 > git --version # timeout=10 14:25:16 > git --version # 'git version 2.25.1' 14:25:16 using GIT_SSH to set credentials SSH Credentials for GitHub 14:25:16 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:25:18 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 14:25:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:25:19 Avoid second fetch 14:25:19 Checking out Revision ed857253c333b25bd607939277ad976310c7a90d (main) 14:25:20 Commit message: "Merge pull request #425 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.1.0-dev.19" 14:25:19 > git config core.sparsecheckout # timeout=10 14:25:19 > git checkout -f ed857253c333b25bd607939277ad976310c7a90d # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:25:21 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 14:25:21 % Total % Received % Xferd Average Speed Time Time Time Current 14:25:21 Dload Upload Total Spent Left Speed 14:25:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 83339 0 --:--:-- --:--:-- --:--:-- 83888 14:25:21 go vet ./... [Pipeline] sh 14:25:21 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 14:25:21 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 14:25:21 + sudo tee /etc/docker/daemon.new 14:25:21 { 14:25:21 "registry-mirrors": [ 14:25:21 "https://nexus3.edgexfoundry.org:10001" 14:25:21 ], 14:25:21 "bip": "10.250.0.254/24", 14:25:21 "hosts": [ 14:25:21 "tcp://0.0.0.0:5555", 14:25:21 "unix:///var/run/docker.sock" 14:25:21 ], 14:25:21 "mtu": 1458, 14:25:21 "selinux-enabled": true, 14:25:21 "seccomp-profile": "/etc/docker/seccomp.json" 14:25:21 } [Pipeline] sh 14:25:22 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 14:25:22 + sudo service docker restart 14:25:24 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 14:25:24 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 14:25:24 ./bin/test-attribution-txt.sh 14:25:24 An attribution for github.com/golang-jwt/jwt is missing from Attribution.txt, please add 14:25:24 An attribution for github.com/labstack/echo/v4 is missing from Attribution.txt, please add 14:25:24 An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add 14:25:24 An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add 14:25:24 An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add 14:25:24 An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo 14:25:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 14:25:24 $ docker stop --time=1 c30be8a81f790c548ae94b06e88129d64a0f1167e5fccd815d9a9346a4d86d78 14:25:29 $ docker rm -f --volumes c30be8a81f790c548ae94b06e88129d64a0f1167e5fccd815d9a9346a4d86d78 [Pipeline] // withDockerContainer [Pipeline] sh 14:25:30 + sudo chown -R jenkins:jenkins . [Pipeline] stash 14:25:30 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 14:25:30 + sudo chown -R jenkins:jenkins . [Pipeline] sh 14:25:31 + ls -al . 14:25:31 total 204 14:25:31 drwxrwxr-x 9 jenkins jenkins 4096 Sep 6 14:24 . 14:25:31 drwxrwxr-x 4 jenkins jenkins 4096 Sep 6 14:22 .. 14:25:31 drwxrwxr-x 8 jenkins jenkins 4096 Sep 6 14:23 .git 14:25:31 drwxrwxr-x 3 jenkins jenkins 4096 Sep 6 14:22 .github 14:25:31 -rw-rw-r-- 1 jenkins jenkins 337 Sep 6 14:22 .gitignore 14:25:31 -rw-rw-r-- 1 jenkins jenkins 41 Sep 6 14:22 .golangci.yml 14:25:31 drwxr-xr-x 3 jenkins jenkins 4096 Sep 6 14:23 .semver 14:25:31 -rw-rw-r-- 1 jenkins jenkins 8950 Sep 6 14:22 Attribution.txt 14:25:31 -rw-rw-r-- 1 jenkins jenkins 14372 Sep 6 14:22 CHANGELOG.md 14:25:31 -rw-rw-r-- 1 jenkins jenkins 1646 Sep 6 14:22 Dockerfile 14:25:31 -rw-rw-r-- 1 jenkins jenkins 677 Sep 6 14:22 GOVERNANCE.md 14:25:31 -rw-rw-r-- 1 jenkins jenkins 660 Sep 6 14:22 Jenkinsfile 14:25:31 -rw-rw-r-- 1 jenkins jenkins 11340 Sep 6 14:22 LICENSE 14:25:31 -rw-rw-r-- 1 jenkins jenkins 1947 Sep 6 14:22 Makefile 14:25:31 -rw-rw-r-- 1 jenkins jenkins 623 Sep 6 14:22 OWNERS.md 14:25:31 -rw-rw-r-- 1 jenkins jenkins 4111 Sep 6 14:22 README.md 14:25:31 -rw-rw-r-- 1 jenkins jenkins 12 Sep 6 14:23 VERSION 14:25:31 drwxrwxr-x 2 jenkins jenkins 4096 Sep 6 14:22 bin 14:25:31 drwxrwxr-x 3 jenkins jenkins 4096 Sep 6 14:22 cmd 14:25:31 -rw-r--r-- 1 jenkins jenkins 43063 Sep 6 14:25 coverage.out 14:25:31 -rw-rw-r-- 1 jenkins jenkins 3636 Sep 6 14:22 go.mod 14:25:31 -rw-rw-r-- 1 jenkins jenkins 33427 Sep 6 14:22 go.sum 14:25:31 drwxrwxr-x 3 jenkins jenkins 4096 Sep 6 14:22 internal 14:25:31 drwxrwxr-x 4 jenkins jenkins 4096 Sep 6 14:22 snap 14:25:31 -rw-rw-r-- 1 jenkins jenkins 235 Sep 6 14:22 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:31 + 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=ed857253c333b25bd607939277ad976310c7a90d --label arch=amd64 --label version=3.1.0-dev.10 . 14:25:31 Sending build context to Docker daemon 23.63MB 14:25:31 Step 1/25 : ARG BASE=golang:1.20-alpine3.17 14:25:31 Step 2/25 : FROM ${BASE} AS builder 14:25:31 ---> dfc48e23546c 14:25:31 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 14:25:32 ---> Running in 1caf756f8c58 14:25:32 Removing intermediate container 1caf756f8c58 14:25:32 ---> 13a99151e36d 14:25:32 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 14:25:32 ---> Running in c772a4197906 14:25:32 Removing intermediate container c772a4197906 14:25:32 ---> 64f108c70925 14:25:32 Step 5/25 : ARG ADD_BUILD_TAGS="" 14:25:32 ---> Running in 21ca7217f8bd 14:25:32 Removing intermediate container 21ca7217f8bd 14:25:32 ---> 0e80a0ff54b2 14:25:32 Step 6/25 : WORKDIR /device-virtual-go 14:25:32 ---> Running in d8ac65a60fa5 14:25:32 Removing intermediate container d8ac65a60fa5 14:25:32 ---> ded57635e7ff 14:25:32 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:25:32 ---> Running in a16ef701045b 14:25:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:25:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:25:33 OK: 269 MiB in 57 packages 14:25:33 Removing intermediate container a16ef701045b 14:25:33 ---> f7cd5392eb91 14:25:33 Step 8/25 : COPY go.mod vendor* ./ 14:25:33 ---> bae65163b173 14:25:33 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:25:33 ---> Running in 7a6ccb824243 14:25:34 Removing intermediate container 7a6ccb824243 14:25:34 ---> 62f8544263b6 14:25:34 Step 10/25 : COPY . . 14:25:35 ---> 1c3ca0a83334 14:25:35 Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 14:25:35 ---> Running in c45860293559 14:25:35 Removing intermediate container c45860293559 14:25:35 ---> 36cc18f4dd6c 14:25:35 Step 12/25 : RUN $MAKE 14:25:35 ---> Running in dcaa63cd0cf8 14:25:36 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=3.1.0-dev.10 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0-dev.19" -trimpath -mod=readonly -o cmd/device-virtual ./cmd [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:25:40 provisioning config files... 14:25:40 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/136@tmp/config5809088031252539496tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:25:41 ---> docker-login.sh 14:25:41 nexus3.edgexfoundry.org:10001 14:25:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:25:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:25:41 Configure a credential helper to remove this warning. See 14:25:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:25:41 14:25:41 Login Succeeded 14:25:41 nexus3.edgexfoundry.org:10002 14:25:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:25:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:25:42 Configure a credential helper to remove this warning. See 14:25:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:25:42 14:25:42 Login Succeeded 14:25:42 nexus3.edgexfoundry.org:10003 14:25:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:25:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:25:42 Configure a credential helper to remove this warning. See 14:25:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:25:42 14:25:42 Login Succeeded 14:25:42 nexus3.edgexfoundry.org:10004 14:25:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:25:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:25:42 Configure a credential helper to remove this warning. See 14:25:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:25:42 14:25:42 Login Succeeded 14:25:42 docker.io 14:25:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:25:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:25:43 Configure a credential helper to remove this warning. See 14:25:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:25:43 14:25:43 Login Succeeded 14:25:43 ---> docker-login.sh ends [Pipeline] } 14:25:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 14:25:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:25:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:25:43 ========================================================= 14:25:43 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 14:25:43 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:44 + 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 . 14:25:44 Sending build context to Docker daemon 11.92MB 14:25:44 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 14:25:44 Step 2/12 : FROM ${BASE} AS builder 14:25:44 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:25:44 edb6bdbacee9: Pulling fs layer 14:25:44 5f9638ab2659: Pulling fs layer 14:25:44 8d51d6327a98: Pulling fs layer 14:25:44 8b374f2dd631: Pulling fs layer 14:25:44 ec14aa9079de: Pulling fs layer 14:25:44 2f466654f4bb: Pulling fs layer 14:25:44 554e91adad29: Pulling fs layer 14:25:44 8b374f2dd631: Waiting 14:25:44 ec14aa9079de: Waiting 14:25:44 2f466654f4bb: Waiting 14:25:44 554e91adad29: Waiting 14:25:44 5f9638ab2659: Verifying Checksum 14:25:44 5f9638ab2659: Download complete 14:25:44 8b374f2dd631: Download complete 14:25:44 ec14aa9079de: Verifying Checksum 14:25:44 ec14aa9079de: Download complete 14:25:44 edb6bdbacee9: Verifying Checksum 14:25:44 edb6bdbacee9: Download complete 14:25:46 edb6bdbacee9: Pull complete 14:25:46 554e91adad29: Verifying Checksum 14:25:46 554e91adad29: Download complete 14:25:46 5f9638ab2659: Pull complete 14:25:47 2f466654f4bb: Verifying Checksum 14:25:47 2f466654f4bb: Download complete 14:25:47 8d51d6327a98: Verifying Checksum 14:25:47 8d51d6327a98: Download complete 14:25:57 8d51d6327a98: Pull complete 14:25:57 8b374f2dd631: Pull complete 14:25:57 ec14aa9079de: Pull complete 14:26:02 Removing intermediate container dcaa63cd0cf8 14:26:02 ---> 74ab88fdf6c9 14:26:02 Step 13/25 : FROM alpine:3.17 14:26:02 3.17: Pulling from library/alpine 14:26:02 9398808236ff: Pulling fs layer 14:26:02 9398808236ff: Verifying Checksum 14:26:02 9398808236ff: Download complete 14:26:02 9398808236ff: Pull complete 14:26:02 Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 14:26:02 Status: Downloaded newer image for alpine:3.17 14:26:02 ---> 1e0b8b5322fc 14:26:02 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 14:26:02 ---> Running in 4649d5680ce7 14:26:02 Removing intermediate container 4649d5680ce7 14:26:02 ---> ca5ec2d6910f 14:26:02 Step 15/25 : RUN apk add --update --no-cache dumb-init 14:26:02 ---> Running in d1f8ffbef000 14:26:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:26:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:26:02 (1/1) Installing dumb-init (1.2.5-r2) 14:26:02 Executing busybox-1.35.0-r29.trigger 14:26:02 OK: 7 MiB in 16 packages 14:26:02 Removing intermediate container d1f8ffbef000 14:26:02 ---> c999f25d6f97 14:26:02 Step 16/25 : WORKDIR / 14:26:02 ---> Running in 98b056cc9f5e 14:26:02 Removing intermediate container 98b056cc9f5e 14:26:02 ---> 40997c920230 14:26:02 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 14:26:02 ---> d0a49bd1dc0f 14:26:02 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 14:26:02 ---> 33e1e6594853 14:26:02 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 14:26:02 ---> 865ee927cb52 14:26:02 Step 20/25 : EXPOSE 59900 14:26:02 ---> Running in b8eb41c550fc 14:26:02 Removing intermediate container b8eb41c550fc 14:26:02 ---> e9b42222b5a2 14:26:02 Step 21/25 : ENTRYPOINT ["/device-virtual"] 14:26:02 ---> Running in 796bf6f98d45 14:26:02 Removing intermediate container 796bf6f98d45 14:26:02 ---> 4f46ece365b0 14:26:02 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 14:26:02 ---> Running in 62ac4febcddc 14:26:02 Removing intermediate container 62ac4febcddc 14:26:02 ---> 7cd2842246a1 14:26:02 Step 23/25 : LABEL arch=amd64 14:26:02 ---> Running in b1c073bc41c8 14:26:02 Removing intermediate container b1c073bc41c8 14:26:02 ---> 137a3f844268 14:26:02 Step 24/25 : LABEL git_sha=ed857253c333b25bd607939277ad976310c7a90d 14:26:02 ---> Running in 409b091d0ba3 14:26:02 Removing intermediate container 409b091d0ba3 14:26:02 ---> f9aa4340a24e 14:26:02 Step 25/25 : LABEL version=3.1.0-dev.10 14:26:02 ---> Running in a127e308404b 14:26:02 Removing intermediate container a127e308404b 14:26:02 ---> fcc498b81269 14:26:02 [Warning] One or more build-args [ARCH] were not consumed 14:26:02 Successfully built fcc498b81269 14:26:02 Successfully tagged device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:26:02 provisioning config files... 14:26:02 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config13773398071552598215tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:26:03 ---> docker-login.sh 14:26:03 nexus3.edgexfoundry.org:10001 14:26:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:26:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:26:03 Configure a credential helper to remove this warning. See 14:26:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:26:03 14:26:03 Login Succeeded 14:26:03 nexus3.edgexfoundry.org:10002 14:26:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:26:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:26:03 Configure a credential helper to remove this warning. See 14:26:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:26:03 14:26:03 Login Succeeded 14:26:03 nexus3.edgexfoundry.org:10003 14:26:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:26:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:26:03 Configure a credential helper to remove this warning. See 14:26:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:26:03 14:26:03 Login Succeeded 14:26:03 nexus3.edgexfoundry.org:10004 14:26:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:26:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:26:03 Configure a credential helper to remove this warning. See 14:26:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:26:03 14:26:03 Login Succeeded 14:26:03 docker.io 14:26:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:26:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:26:03 Configure a credential helper to remove this warning. See 14:26:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:26:03 14:26:03 Login Succeeded 14:26:03 ---> docker-login.sh ends [Pipeline] } 14:26:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:26:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:26:03 [edgeXDocker.push] Tagging docker image device-virtual with the following tags: 14:26:03 ed857253c333b25bd607939277ad976310c7a90d 14:26:03 latest 14:26:03 3.1.0-dev.10 14:26:03 ed857253c333b25bd607939277ad976310c7a90d-3.1.0-dev.10 14:26:03 main 14:26:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:26:04 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:ed857253c333b25bd607939277ad976310c7a90d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:26:04 + docker push nexus3.edgexfoundry.org:10004/device-virtual:ed857253c333b25bd607939277ad976310c7a90d 14:26:04 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 14:26:04 2e66accfce2e: Preparing 14:26:04 841af11b8ddc: Preparing 14:26:04 6e8ce8bcff0c: Preparing 14:26:04 9735302f410f: Preparing 14:26:04 36b50b131297: Preparing 14:26:04 36b50b131297: Layer already exists 14:26:04 841af11b8ddc: Pushed 14:26:04 9735302f410f: Pushed 14:26:04 6e8ce8bcff0c: Pushed 14:26:06 2f466654f4bb: Pull complete 14:26:07 554e91adad29: Pull complete 14:26:07 Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 14:26:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 14:26:07 ---> 1e15ea492957 14:26:07 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 14:26:07 2e66accfce2e: Pushed 14:26:07 ed857253c333b25bd607939277ad976310c7a90d: digest: sha256:4aef2aa652046c315576b6588cd5e808da88957e023b06045086d755025283dd size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:26:08 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:26:08 + docker push nexus3.edgexfoundry.org:10004/device-virtual:latest 14:26:08 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 14:26:08 2e66accfce2e: Preparing 14:26:08 841af11b8ddc: Preparing 14:26:08 6e8ce8bcff0c: Preparing 14:26:08 9735302f410f: Preparing 14:26:08 36b50b131297: Preparing 14:26:08 841af11b8ddc: Layer already exists 14:26:08 6e8ce8bcff0c: Layer already exists 14:26:08 2e66accfce2e: Layer already exists 14:26:08 36b50b131297: Layer already exists 14:26:08 9735302f410f: Layer already exists 14:26:08 latest: digest: sha256:4aef2aa652046c315576b6588cd5e808da88957e023b06045086d755025283dd size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:26:08 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:3.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:26:09 + docker push nexus3.edgexfoundry.org:10004/device-virtual:3.1.0-dev.10 14:26:09 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 14:26:09 2e66accfce2e: Preparing 14:26:09 841af11b8ddc: Preparing 14:26:09 6e8ce8bcff0c: Preparing 14:26:09 9735302f410f: Preparing 14:26:09 36b50b131297: Preparing 14:26:09 6e8ce8bcff0c: Layer already exists 14:26:09 36b50b131297: Layer already exists 14:26:09 841af11b8ddc: Layer already exists 14:26:09 9735302f410f: Layer already exists 14:26:09 2e66accfce2e: Layer already exists 14:26:09 3.1.0-dev.10: digest: sha256:4aef2aa652046c315576b6588cd5e808da88957e023b06045086d755025283dd size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:26:09 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:ed857253c333b25bd607939277ad976310c7a90d-3.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:26:09 + docker push nexus3.edgexfoundry.org:10004/device-virtual:ed857253c333b25bd607939277ad976310c7a90d-3.1.0-dev.10 14:26:09 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 14:26:09 2e66accfce2e: Preparing 14:26:09 841af11b8ddc: Preparing 14:26:09 6e8ce8bcff0c: Preparing 14:26:09 9735302f410f: Preparing 14:26:09 36b50b131297: Preparing 14:26:09 9735302f410f: Layer already exists 14:26:09 2e66accfce2e: Layer already exists 14:26:09 36b50b131297: Layer already exists 14:26:09 841af11b8ddc: Layer already exists 14:26:09 6e8ce8bcff0c: Layer already exists 14:26:09 ed857253c333b25bd607939277ad976310c7a90d-3.1.0-dev.10: digest: sha256:4aef2aa652046c315576b6588cd5e808da88957e023b06045086d755025283dd size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:26:09 ---> Running in 034bab088d76 14:26:09 Removing intermediate container 034bab088d76 14:26:09 ---> e8b1f8c9ca3a 14:26:09 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 14:26:09 ---> Running in 3150b389d9d6 14:26:09 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } 14:26:09 Removing intermediate container 3150b389d9d6 14:26:09 ---> 344ef962e016 14:26:09 Step 5/12 : ARG ADD_BUILD_TAGS="" 14:26:09 ---> Running in 0891e37afaa9 [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:26:10 Removing intermediate container 0891e37afaa9 14:26:10 ---> 31d2391b2c76 14:26:10 Step 6/12 : WORKDIR /device-virtual-go 14:26:10 + docker push nexus3.edgexfoundry.org:10004/device-virtual:main 14:26:10 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 14:26:10 2e66accfce2e: Preparing 14:26:10 841af11b8ddc: Preparing 14:26:10 6e8ce8bcff0c: Preparing 14:26:10 9735302f410f: Preparing 14:26:10 36b50b131297: Preparing 14:26:10 6e8ce8bcff0c: Layer already exists 14:26:10 841af11b8ddc: Layer already exists 14:26:10 2e66accfce2e: Layer already exists 14:26:10 9735302f410f: Layer already exists 14:26:10 36b50b131297: Layer already exists 14:26:10 main: digest: sha256:4aef2aa652046c315576b6588cd5e808da88957e023b06045086d755025283dd size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:26:10 ===================================================== [Pipeline] echo 14:26:10 taggedImages: 14:26:10 - nexus3.edgexfoundry.org:10004/device-virtual:ed857253c333b25bd607939277ad976310c7a90d 14:26:10 - nexus3.edgexfoundry.org:10004/device-virtual:latest 14:26:10 - nexus3.edgexfoundry.org:10004/device-virtual:3.1.0-dev.10 14:26:10 - nexus3.edgexfoundry.org:10004/device-virtual:ed857253c333b25bd607939277ad976310c7a90d-3.1.0-dev.10 14:26:10 - nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:26:10 ---> Running in de22e1a8e42d 14:26:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:26:10 14:26:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:26:10 Removing intermediate container de22e1a8e42d 14:26:10 ---> 20fcefb3ca91 14:26:10 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:26:10 ---> Running in 0e74f9107ad6 14:26:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:26:11 latest: Pulling from edgex-lftools-log-publisher 14:26:11 5eb5b503b376: Pulling fs layer 14:26:11 5c69ac0246d0: Pulling fs layer 14:26:11 ec43610c2a17: Pulling fs layer 14:26:11 3a2ae6a8a46f: Pulling fs layer 14:26:11 33b1e0a273af: Pulling fs layer 14:26:11 5d3b04190fa2: Pulling fs layer 14:26:11 2f39f015ded8: Pulling fs layer 14:26:11 5d3b04190fa2: Waiting 14:26:11 2f39f015ded8: Waiting 14:26:11 3a2ae6a8a46f: Waiting 14:26:11 5c69ac0246d0: Verifying Checksum 14:26:11 5c69ac0246d0: Download complete 14:26:11 3a2ae6a8a46f: Verifying Checksum 14:26:11 3a2ae6a8a46f: Download complete 14:26:11 ec43610c2a17: Verifying Checksum 14:26:11 ec43610c2a17: Download complete 14:26:11 33b1e0a273af: Verifying Checksum 14:26:11 33b1e0a273af: Download complete 14:26:11 5d3b04190fa2: Download complete 14:26:11 5eb5b503b376: Verifying Checksum 14:26:11 5eb5b503b376: Download complete 14:26:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 14:26:11 2f39f015ded8: Verifying Checksum 14:26:11 2f39f015ded8: Download complete 14:26:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 14:26:12 5eb5b503b376: Pull complete 14:26:12 5c69ac0246d0: Pull complete 14:26:12 ec43610c2a17: Pull complete 14:26:12 3a2ae6a8a46f: Pull complete 14:26:13 33b1e0a273af: Pull complete 14:26:13 (1/4) Installing openssh-keygen (9.1_p1-r4) 14:26:13 (2/4) Installing libedit (20221030.3.1-r0) 14:26:13 (3/4) Installing openssh-client-common (9.1_p1-r4) 14:26:13 5d3b04190fa2: Pull complete 14:26:13 (4/4) Installing openssh-client-default (9.1_p1-r4) 14:26:13 Executing busybox-1.35.0-r29.trigger 14:26:13 OK: 268 MiB in 57 packages 14:26:14 Removing intermediate container 0e74f9107ad6 14:26:14 ---> 6c1c59684cfc 14:26:14 Step 8/12 : COPY go.mod vendor* ./ 14:26:15 ---> aef21ac38dd5 14:26:15 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:26:15 ---> Running in b1e02461aba1 14:26:17 2f39f015ded8: Pull complete 14:26:17 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 14:26:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:26:17 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:26:17 prd-ubuntu20.04-docker-8c-8g-5462 does not seem to be running inside a container 14:26:17 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 14:26:25 $ docker top 0ca55090ac4a96cceea3217b9fb542275aff4bbd1ee9706c04ba8e1fb9871ced -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:26:25 ---> job-cost.sh 14:26:25 lf-activate-venv: SKIPPING 14:26:25 INFO: No Stack... 14:26:25 INFO: Retrieving Pricing Info for: v3-standard-8 14:26:26 INFO: Archiving Costs [Pipeline] sh 14:26:26 + cat /w/workspace/exfoundry_device-virtual-go_main/archives/cost.csv 14:26:26 + cut -d, -f6 [Pipeline] lock 14:26:26 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-136-stack-cost] 14:26:26 Resource [jenkins-edgexfoundry-device-virtual-go-main-136-stack-cost] did not exist. Created. 14:26:26 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-136-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:26:26 + echo total: 0.2199999988079071 [Pipeline] stash 14:26:26 Stashed 1 file(s) [Pipeline] } 14:26:26 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-136-stack-cost] [Pipeline] // lock [Pipeline] } 14:26:26 $ docker stop --time=1 0ca55090ac4a96cceea3217b9fb542275aff4bbd1ee9706c04ba8e1fb9871ced 14:26:27 $ docker rm -f --volumes 0ca55090ac4a96cceea3217b9fb542275aff4bbd1ee9706c04ba8e1fb9871ced [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 14:27:22 Removing intermediate container b1e02461aba1 14:27:22 ---> 923624766bc0 14:27:22 Step 10/12 : COPY . . 14:27:22 ---> 99263cc85f6d 14:27:22 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 14:27:22 ---> Running in 37529d00383f 14:27:22 Removing intermediate container 37529d00383f 14:27:22 ---> 811ec934a534 14:27:22 Step 12/12 : RUN $MAKE 14:27:22 ---> Running in 81f3fa19db75 14:27:22 noop 14:27:22 Removing intermediate container 81f3fa19db75 14:27:22 ---> 2bdd854ffd7f 14:27:22 Successfully built 2bdd854ffd7f 14:27:22 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:27:23 + docker inspect -f . ci-base-image-arm64 14:27:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:27:23 prd-ubuntu20.04-docker-arm64-4c-16g-5463 does not seem to be running inside a container 14:27:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/136 -v /w/workspace/device-virtual-go/136:/w/workspace/device-virtual-go/136:rw,z -v /w/workspace/device-virtual-go/136@tmp:/w/workspace/device-virtual-go/136@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 14:27:24 $ docker top 78c1754cdb97c6671f9ec6e7310b92c0edc098be9ab8a3c79495392c7fa9dd04 -eo pid,comm [Pipeline] { [Pipeline] sh 14:27:25 + go version 14:27:25 go version go1.20.6 linux/arm64 [Pipeline] } 14:27:25 $ docker stop --time=1 78c1754cdb97c6671f9ec6e7310b92c0edc098be9ab8a3c79495392c7fa9dd04 14:27:27 $ docker rm -f --volumes 78c1754cdb97c6671f9ec6e7310b92c0edc098be9ab8a3c79495392c7fa9dd04 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:27:27 + docker inspect -f . ci-base-image-arm64 14:27:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:27:27 prd-ubuntu20.04-docker-arm64-4c-16g-5463 does not seem to be running inside a container 14:27:27 $ 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/136 -v /w/workspace/device-virtual-go/136:/w/workspace/device-virtual-go/136:rw,z -v /w/workspace/device-virtual-go/136@tmp:/w/workspace/device-virtual-go/136@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 14:27:29 $ docker top 1f54ea3b48090505aba2fbc8d4e565f440de0ce081f0e4e92663f851b5493f7c -eo pid,comm [Pipeline] { [Pipeline] sh 14:27:29 + git config --global --add safe.directory /w/workspace/device-virtual-go/136 [Pipeline] fileExists [Pipeline] sh 14:27:29 + make test 14:27:29 go test ./... -coverprofile=coverage.out 14:28:02 ? github.com/edgexfoundry/device-virtual-go [no test files] 14:29:53 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 14:29:53 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.104s coverage: 58.4% of statements 14:29:53 WARNING: Linting skipped (not on x86_64 or linter not installed) 14:29:53 go vet ./... 14:30:20 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 14:30:20 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 14:30:20 ./bin/test-attribution-txt.sh 14:30:20 An attribution for github.com/golang-jwt/jwt is missing from Attribution.txt, please add 14:30:20 An attribution for github.com/labstack/echo/v4 is missing from Attribution.txt, please add 14:30:20 An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add 14:30:20 An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add 14:30:20 An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add 14:30:20 An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo 14:30:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 14:30:20 $ docker stop --time=1 1f54ea3b48090505aba2fbc8d4e565f440de0ce081f0e4e92663f851b5493f7c 14:30:22 $ docker rm -f --volumes 1f54ea3b48090505aba2fbc8d4e565f440de0ce081f0e4e92663f851b5493f7c [Pipeline] // withDockerContainer [Pipeline] sh 14:30:23 + sudo chown -R jenkins:jenkins . [Pipeline] stash 14:30:23 Warning: overwriting stash ‘coverage-report’ 14:30:23 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 14:30:24 + sudo chown -R jenkins:jenkins . [Pipeline] sh 14:30:24 + ls -al . 14:30:24 total 200 14:30:24 drwxrwxr-x 8 jenkins jenkins 4096 Sep 6 14:27 . 14:30:24 drwxrwxr-x 4 jenkins jenkins 4096 Sep 6 14:25 .. 14:30:24 drwxrwxr-x 8 jenkins jenkins 4096 Sep 6 14:25 .git 14:30:24 drwxrwxr-x 3 jenkins jenkins 4096 Sep 6 14:25 .github 14:30:24 -rw-rw-r-- 1 jenkins jenkins 337 Sep 6 14:25 .gitignore 14:30:24 -rw-rw-r-- 1 jenkins jenkins 41 Sep 6 14:25 .golangci.yml 14:30:24 -rw-rw-r-- 1 jenkins jenkins 8950 Sep 6 14:25 Attribution.txt 14:30:24 -rw-rw-r-- 1 jenkins jenkins 14372 Sep 6 14:25 CHANGELOG.md 14:30:24 -rw-rw-r-- 1 jenkins jenkins 1646 Sep 6 14:25 Dockerfile 14:30:24 -rw-rw-r-- 1 jenkins jenkins 677 Sep 6 14:25 GOVERNANCE.md 14:30:24 -rw-rw-r-- 1 jenkins jenkins 660 Sep 6 14:25 Jenkinsfile 14:30:24 -rw-rw-r-- 1 jenkins jenkins 11340 Sep 6 14:25 LICENSE 14:30:24 -rw-rw-r-- 1 jenkins jenkins 1947 Sep 6 14:25 Makefile 14:30:24 -rw-rw-r-- 1 jenkins jenkins 623 Sep 6 14:25 OWNERS.md 14:30:24 -rw-rw-r-- 1 jenkins jenkins 4111 Sep 6 14:25 README.md 14:30:24 -rw-rw-r-- 1 jenkins jenkins 12 Sep 6 14:23 VERSION 14:30:24 drwxrwxr-x 2 jenkins jenkins 4096 Sep 6 14:25 bin 14:30:24 drwxrwxr-x 3 jenkins jenkins 4096 Sep 6 14:25 cmd 14:30:24 -rw-r--r-- 1 jenkins jenkins 43063 Sep 6 14:29 coverage.out 14:30:24 -rw-rw-r-- 1 jenkins jenkins 3636 Sep 6 14:25 go.mod 14:30:24 -rw-rw-r-- 1 jenkins jenkins 33427 Sep 6 14:25 go.sum 14:30:24 drwxrwxr-x 3 jenkins jenkins 4096 Sep 6 14:25 internal 14:30:24 drwxrwxr-x 4 jenkins jenkins 4096 Sep 6 14:25 snap 14:30:24 -rw-rw-r-- 1 jenkins jenkins 235 Sep 6 14:25 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:30:24 + 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=ed857253c333b25bd607939277ad976310c7a90d --label arch=arm64 --label version=3.1.0-dev.10 . 14:30:25 Sending build context to Docker daemon 11.96MB 14:30:25 Step 1/25 : ARG BASE=golang:1.20-alpine3.17 14:30:25 Step 2/25 : FROM ${BASE} AS builder 14:30:25 ---> 2bdd854ffd7f 14:30:25 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 14:30:25 ---> Running in 6065bd4f6482 14:30:25 Removing intermediate container 6065bd4f6482 14:30:25 ---> 56f79ffd5127 14:30:25 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 14:30:25 ---> Running in fb96ec8914bc 14:30:25 Removing intermediate container fb96ec8914bc 14:30:25 ---> be05618cd1a5 14:30:25 Step 5/25 : ARG ADD_BUILD_TAGS="" 14:30:25 ---> Running in 34f36243dd74 14:30:26 Removing intermediate container 34f36243dd74 14:30:26 ---> 9ae1257e22ce 14:30:26 Step 6/25 : WORKDIR /device-virtual-go 14:30:26 ---> Running in c50b6d8d37da 14:30:26 Removing intermediate container c50b6d8d37da 14:30:26 ---> 816924e3bfcd 14:30:26 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:30:26 ---> Running in c3bf9157c60a 14:30:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 14:30:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 14:30:29 OK: 268 MiB in 57 packages 14:30:29 Removing intermediate container c3bf9157c60a 14:30:29 ---> da8545567d04 14:30:29 Step 8/25 : COPY go.mod vendor* ./ 14:30:30 ---> be81bbb7eafe 14:30:30 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:30:30 ---> Running in 15f88e12371a 14:30:34 Removing intermediate container 15f88e12371a 14:30:34 ---> 6ceaeeebe1bc 14:30:34 Step 10/25 : COPY . . 14:30:35 ---> 918579a82bd2 14:30:35 Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 14:30:35 ---> Running in c0a157343fad 14:30:36 Removing intermediate container c0a157343fad 14:30:36 ---> 32e5989b31e4 14:30:36 Step 12/25 : RUN $MAKE 14:30:36 ---> Running in 576a28f5e414 14:30:37 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=3.1.0-dev.10 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0-dev.19" -trimpath -mod=readonly -o cmd/device-virtual ./cmd 14:32:43 Removing intermediate container 576a28f5e414 14:32:43 ---> cf7e1998d548 14:32:43 Step 13/25 : FROM alpine:3.17 14:32:43 3.17: Pulling from library/alpine 14:32:43 4060ece20d7a: Pulling fs layer 14:32:43 4060ece20d7a: Verifying Checksum 14:32:43 4060ece20d7a: Download complete 14:32:43 4060ece20d7a: Pull complete 14:32:43 Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 14:32:43 Status: Downloaded newer image for alpine:3.17 14:32:43 ---> 8650cd65339b 14:32:43 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 14:32:43 ---> Running in 26f041ee7421 14:32:43 Removing intermediate container 26f041ee7421 14:32:43 ---> 4fe8500da0d2 14:32:43 Step 15/25 : RUN apk add --update --no-cache dumb-init 14:32:43 ---> Running in 39fa1952b38f 14:32:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 14:32:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 14:32:46 (1/1) Installing dumb-init (1.2.5-r2) 14:32:46 Executing busybox-1.35.0-r29.trigger 14:32:46 OK: 8 MiB in 16 packages 14:32:47 Removing intermediate container 39fa1952b38f 14:32:47 ---> 84a121d0ec14 14:32:47 Step 16/25 : WORKDIR / 14:32:47 ---> Running in e60ec7d6cf00 14:32:48 Removing intermediate container e60ec7d6cf00 14:32:48 ---> 4efd2e3bf23f 14:32:48 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 14:32:48 ---> b07d4e4fa38b 14:32:48 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 14:32:49 ---> bd0f5f157258 14:32:49 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 14:32:50 ---> 26428d5edb94 14:32:50 Step 20/25 : EXPOSE 59900 14:32:50 ---> Running in ad2a278eefd9 14:32:51 Removing intermediate container ad2a278eefd9 14:32:51 ---> 13c0efbf6521 14:32:51 Step 21/25 : ENTRYPOINT ["/device-virtual"] 14:32:51 ---> Running in 41a1bdb78258 14:32:51 Removing intermediate container 41a1bdb78258 14:32:51 ---> b727dd4e2cad 14:32:51 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 14:32:51 ---> Running in 4bd5dc0dacbf 14:32:51 Removing intermediate container 4bd5dc0dacbf 14:32:51 ---> 2c013b26b514 14:32:51 Step 23/25 : LABEL arch=arm64 14:32:51 ---> Running in b34a397edc4d 14:32:51 Removing intermediate container b34a397edc4d 14:32:51 ---> cf06a738a611 14:32:51 Step 24/25 : LABEL git_sha=ed857253c333b25bd607939277ad976310c7a90d 14:32:52 ---> Running in 134f6db77665 14:32:52 Removing intermediate container 134f6db77665 14:32:52 ---> 7b6d40fe0043 14:32:52 Step 25/25 : LABEL version=3.1.0-dev.10 14:32:52 ---> Running in 35a6fbda5b31 14:32:52 Removing intermediate container 35a6fbda5b31 14:32:52 ---> 870b7093aad7 14:32:52 [Warning] One or more build-args [ARCH] were not consumed 14:32:52 Successfully built 870b7093aad7 14:32:52 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 14:32:52 provisioning config files... 14:32:52 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/136@tmp/config18319921887097640633tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:32:53 ---> docker-login.sh 14:32:53 nexus3.edgexfoundry.org:10001 14:32:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:32:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:32:53 Configure a credential helper to remove this warning. See 14:32:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:32:53 14:32:53 Login Succeeded 14:32:53 nexus3.edgexfoundry.org:10002 14:32:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:32:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:32:53 Configure a credential helper to remove this warning. See 14:32:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:32:53 14:32:53 Login Succeeded 14:32:53 nexus3.edgexfoundry.org:10003 14:32:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:32:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:32:53 Configure a credential helper to remove this warning. See 14:32:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:32:53 14:32:53 Login Succeeded 14:32:53 nexus3.edgexfoundry.org:10004 14:32:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:32:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:32:54 Configure a credential helper to remove this warning. See 14:32:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:32:54 14:32:54 Login Succeeded 14:32:54 docker.io 14:32:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:32:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:32:54 Configure a credential helper to remove this warning. See 14:32:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:32:54 14:32:54 Login Succeeded 14:32:54 ---> docker-login.sh ends [Pipeline] } 14:32:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:32:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:32:54 [edgeXDocker.push] Tagging docker image device-virtual-arm64 with the following tags: 14:32:54 ed857253c333b25bd607939277ad976310c7a90d 14:32:54 latest 14:32:54 3.1.0-dev.10 14:32:54 ed857253c333b25bd607939277ad976310c7a90d-3.1.0-dev.10 14:32:54 main 14:32:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:32:55 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:ed857253c333b25bd607939277ad976310c7a90d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:32:55 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:ed857253c333b25bd607939277ad976310c7a90d 14:32:55 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 14:32:55 e47896d23765: Preparing 14:32:55 513b2fe7c158: Preparing 14:32:55 bd94bfc68264: Preparing 14:32:55 62561ebc920a: Preparing 14:32:55 d2d9d24a8c2a: Preparing 14:32:55 d2d9d24a8c2a: Layer already exists 14:32:55 bd94bfc68264: Pushed 14:32:55 513b2fe7c158: Pushed 14:32:55 62561ebc920a: Pushed 14:33:02 e47896d23765: Pushed 14:33:02 ed857253c333b25bd607939277ad976310c7a90d: digest: sha256:77f23e4ab91475abaeea9594848b9ad997e2bcbb23915c3fa3c23e4478bcf26a size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:02 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:03 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 14:33:03 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 14:33:03 e47896d23765: Preparing 14:33:03 513b2fe7c158: Preparing 14:33:03 bd94bfc68264: Preparing 14:33:03 62561ebc920a: Preparing 14:33:03 d2d9d24a8c2a: Preparing 14:33:03 d2d9d24a8c2a: Layer already exists 14:33:03 bd94bfc68264: Layer already exists 14:33:03 513b2fe7c158: Layer already exists 14:33:03 e47896d23765: Layer already exists 14:33:03 62561ebc920a: Layer already exists 14:33:03 latest: digest: sha256:77f23e4ab91475abaeea9594848b9ad997e2bcbb23915c3fa3c23e4478bcf26a size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:03 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:03 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.1.0-dev.10 14:33:03 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 14:33:03 e47896d23765: Preparing 14:33:03 513b2fe7c158: Preparing 14:33:03 bd94bfc68264: Preparing 14:33:03 62561ebc920a: Preparing 14:33:03 d2d9d24a8c2a: Preparing 14:33:03 d2d9d24a8c2a: Layer already exists 14:33:03 513b2fe7c158: Layer already exists 14:33:03 62561ebc920a: Layer already exists 14:33:03 bd94bfc68264: Layer already exists 14:33:03 e47896d23765: Layer already exists 14:33:03 3.1.0-dev.10: digest: sha256:77f23e4ab91475abaeea9594848b9ad997e2bcbb23915c3fa3c23e4478bcf26a size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:04 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:ed857253c333b25bd607939277ad976310c7a90d-3.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:04 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:ed857253c333b25bd607939277ad976310c7a90d-3.1.0-dev.10 14:33:04 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 14:33:04 e47896d23765: Preparing 14:33:04 513b2fe7c158: Preparing 14:33:04 bd94bfc68264: Preparing 14:33:04 62561ebc920a: Preparing 14:33:04 d2d9d24a8c2a: Preparing 14:33:04 e47896d23765: Layer already exists 14:33:04 62561ebc920a: Layer already exists 14:33:04 bd94bfc68264: Layer already exists 14:33:04 d2d9d24a8c2a: Layer already exists 14:33:04 513b2fe7c158: Layer already exists 14:33:04 ed857253c333b25bd607939277ad976310c7a90d-3.1.0-dev.10: digest: sha256:77f23e4ab91475abaeea9594848b9ad997e2bcbb23915c3fa3c23e4478bcf26a size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:05 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:05 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:main 14:33:05 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 14:33:05 e47896d23765: Preparing 14:33:05 513b2fe7c158: Preparing 14:33:05 bd94bfc68264: Preparing 14:33:05 62561ebc920a: Preparing 14:33:05 d2d9d24a8c2a: Preparing 14:33:05 e47896d23765: Layer already exists 14:33:05 62561ebc920a: Layer already exists 14:33:05 bd94bfc68264: Layer already exists 14:33:05 513b2fe7c158: Layer already exists 14:33:05 d2d9d24a8c2a: Layer already exists 14:33:05 main: digest: sha256:77f23e4ab91475abaeea9594848b9ad997e2bcbb23915c3fa3c23e4478bcf26a size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:33:05 ===================================================== [Pipeline] echo 14:33:05 taggedImages: 14:33:05 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:ed857253c333b25bd607939277ad976310c7a90d 14:33:05 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 14:33:05 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.1.0-dev.10 14:33:05 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:ed857253c333b25bd607939277ad976310c7a90d-3.1.0-dev.10 14:33:05 - 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 14:33:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 14:33:06 14:33:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 14:33:06 arm64: Pulling from edgex-lftools-log-publisher 14:33:06 8998bd30e6a1: Pulling fs layer 14:33:06 04944245beec: Pulling fs layer 14:33:06 699f458cf7ca: Pulling fs layer 14:33:06 765212b225bb: Pulling fs layer 14:33:06 f23df028b6ca: Pulling fs layer 14:33:06 d65c8cfc05b1: Pulling fs layer 14:33:06 2437ff75d9bd: Pulling fs layer 14:33:06 765212b225bb: Waiting 14:33:06 f23df028b6ca: Waiting 14:33:06 d65c8cfc05b1: Waiting 14:33:06 2437ff75d9bd: Waiting 14:33:06 04944245beec: Verifying Checksum 14:33:06 04944245beec: Download complete 14:33:06 765212b225bb: Verifying Checksum 14:33:06 765212b225bb: Download complete 14:33:06 f23df028b6ca: Verifying Checksum 14:33:06 f23df028b6ca: Download complete 14:33:06 d65c8cfc05b1: Verifying Checksum 14:33:06 d65c8cfc05b1: Download complete 14:33:06 699f458cf7ca: Verifying Checksum 14:33:06 699f458cf7ca: Download complete 14:33:07 8998bd30e6a1: Verifying Checksum 14:33:07 8998bd30e6a1: Download complete 14:33:09 2437ff75d9bd: Download complete 14:33:11 8998bd30e6a1: Pull complete 14:33:13 04944245beec: Pull complete 14:33:15 699f458cf7ca: Pull complete 14:33:15 765212b225bb: Pull complete 14:33:15 f23df028b6ca: Pull complete 14:33:15 d65c8cfc05b1: Pull complete 14:33:30 2437ff75d9bd: Pull complete 14:33:30 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 14:33:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 14:33:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:33:31 prd-ubuntu20.04-docker-arm64-4c-16g-5463 does not seem to be running inside a container 14:33:31 $ 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/136 -v /w/workspace/device-virtual-go/136:/w/workspace/device-virtual-go/136:rw,z -v /w/workspace/device-virtual-go/136@tmp:/w/workspace/device-virtual-go/136@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 14:33:33 $ docker top b7a60550f4e87d60425eb44760fd76da9d787b2a033e7074ead29be4563c15b6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:33:34 ---> job-cost.sh 14:33:34 lf-activate-venv: SKIPPING 14:33:34 INFO: No Stack... 14:33:34 INFO: Retrieving Pricing Info for: v3-standard-4 14:33:35 INFO: Archiving Costs [Pipeline] sh 14:33:35 + cat /w/workspace/device-virtual-go/136/archives/cost.csv 14:33:35 + cut -d, -f6 [Pipeline] lock 14:33:36 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-136-stack-cost] 14:33:36 Resource [jenkins-edgexfoundry-device-virtual-go-main-136-stack-cost] did not exist. Created. 14:33:36 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-136-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:33:36 /w/workspace/device-virtual-go/136@tmp/durable-b13aa313/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 14:33:36 + echo total: 0.10999999940395355 [Pipeline] stash 14:33:37 Warning: overwriting stash ‘stack-cost’ 14:33:37 Stashed 1 file(s) [Pipeline] } 14:33:37 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-136-stack-cost] [Pipeline] // lock [Pipeline] } 14:33:37 $ docker stop --time=1 b7a60550f4e87d60425eb44760fd76da9d787b2a033e7074ead29be4563c15b6 14:33:38 $ docker rm -f --volumes b7a60550f4e87d60425eb44760fd76da9d787b2a033e7074ead29be4563c15b6 [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 14:33:39 provisioning config files... 14:33:39 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config2965915905681247317tmp [Pipeline] { [Pipeline] sh 14:33:39 + set +x 14:33:39 + curl -s https://codecov.io/bash 14:33:39 + bash -s -- 14:33:39 14:33:39 _____ _ 14:33:39 / ____| | | 14:33:39 | | ___ __| | ___ ___ _____ __ 14:33:39 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 14:33:39 | |___| (_) | (_| | __/ (_| (_) \ V / 14:33:39 \_____\___/ \__,_|\___|\___\___/ \_/ 14:33:39 Bash-1.0.6 14:33:39 14:33:39 14:33:39 ==> git version 2.25.1 found 14:33:39 ==> 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 14:33:39 Release-Date: 2020-01-08 14:33:39 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 14:33:39 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 14:33:39 ==> Jenkins CI detected. 14:33:39 current dir:  /w/workspace/exfoundry_device-virtual-go_main 14:33:39 project root: . 14:33:39 --> token set from env 14:33:39 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 14:33:39 ==> Running gcov in . (disable via -X gcov) 14:33:39 ==> Python coveragepy not found 14:33:39 ==> Searching for coverage reports in: 14:33:39 + . 14:33:39 -> Found 1 reports 14:33:39 ==> Detecting git/mercurial file structure 14:33:39 ==> Reading reports 14:33:39 + ./coverage.out bytes=43063 14:33:39 ==> Appending adjustments 14:33:39 https://docs.codecov.io/docs/fixing-reports 14:33:39 + Found adjustments 14:33:39 ==> Gzipping contents 14:33:39 8.0K /tmp/codecov.fobrkT.gz 14:33:39 ==> Uploading reports 14:33:39 url: https://codecov.io 14:33:39 query: branch=main&commit=ed857253c333b25bd607939277ad976310c7a90d&build=136&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F136%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 14:33:39 -> Pinging Codecov 14:33:39 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=ed857253c333b25bd607939277ad976310c7a90d&build=136&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F136%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 14:33:39 -> Uploading to 14:33:39 https://storage.googleapis.com/codecov/v4/raw/2023-09-06/5E52B4B073DB2E39498172D8E973AA87/ed857253c333b25bd607939277ad976310c7a90d/1fb0653a-61d2-4b01-9e8b-573c84631add.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230906%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230906T143339Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=324738245118bc31cf160641a117bf322e63709c9b9d8eddadbb900c5f8759e6 14:33:39 % Total % Received % Xferd Average Speed Time Time Time Current 14:33:39 Dload Upload Total Spent Left Speed 14:33:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5184 0 0 100 5184 0 26860 --:--:-- --:--:-- --:--:-- 26860 14:33:39 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/ed857253c333b25bd607939277ad976310c7a90d [Pipeline] } 14:33:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 14:33:40 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 14:33:40 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 14:33:40 14:33:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 14:33:40 1.410.4: Pulling from edgex-devops/edgex-snyk-go 14:33:40 df9b9388f04a: Pulling fs layer 14:33:40 52dc419b0ee2: Pulling fs layer 14:33:40 25bc292e5bac: Pulling fs layer 14:33:40 114826534d7a: Pulling fs layer 14:33:40 4657fd5d0bcf: Pulling fs layer 14:33:40 6ad1cebc031e: Pulling fs layer 14:33:40 8a3aa393b2d8: Pulling fs layer 14:33:40 8a3aa393b2d8: Waiting 14:33:40 4657fd5d0bcf: Waiting 14:33:40 6ad1cebc031e: Waiting 14:33:40 114826534d7a: Waiting 14:33:40 25bc292e5bac: Verifying Checksum 14:33:40 25bc292e5bac: Download complete 14:33:40 52dc419b0ee2: Download complete 14:33:40 4657fd5d0bcf: Verifying Checksum 14:33:40 4657fd5d0bcf: Download complete 14:33:40 df9b9388f04a: Download complete 14:33:40 df9b9388f04a: Pull complete 14:33:40 52dc419b0ee2: Pull complete 14:33:40 6ad1cebc031e: Download complete 14:33:41 25bc292e5bac: Pull complete 14:33:41 114826534d7a: Verifying Checksum 14:33:41 114826534d7a: Download complete 14:33:41 8a3aa393b2d8: Verifying Checksum 14:33:41 8a3aa393b2d8: Download complete 14:33:45 114826534d7a: Pull complete 14:33:45 4657fd5d0bcf: Pull complete 14:33:45 6ad1cebc031e: Pull complete 14:33:48 8a3aa393b2d8: Pull complete 14:33:48 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 14:33:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 14:33:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:33:48 prd-ubuntu20.04-docker-8c-8g-5462 does not seem to be running inside a container 14:33:48 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 14:33:56 $ docker top e4ca57c8fcad96c301bab51374ac719ee489dbecef15983f72e68a3c4ac7899b -eo pid,comm [Pipeline] { [Pipeline] echo 14:33:56 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-virtual-go:main' [Pipeline] sh 14:33:56 + set -o pipefail 14:33:56 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-virtual-go:main' 14:34:03 14:34:03 Monitoring /w/workspace/exfoundry_device-virtual-go_main (github.com/edgexfoundry/device-virtual-go)... 14:34:03 14:34:03 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/28e35fd0-54c0-4b4d-8115-61bcd17c2ff8/history/0a87b6d0-52f3-4ef5-a3d4-c503c8972c28 14:34:03 14:34:03 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 14:34:03 14:34:03 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 14:34:03 14:34:03 14:34:03 A medium severity vulnerability was found in the Snyk CLI versions you are using. 14:34:03 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 14:34:03 More details here: https://snyk.co/ue1NS 14:34:03 You are approaching your monthly limit of 401 private tests for your edgex-jenkins org. 14:34:03 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 14:34:03 $ docker stop --time=1 e4ca57c8fcad96c301bab51374ac719ee489dbecef15983f72e68a3c4ac7899b 14:34:09 $ docker rm -f --volumes e4ca57c8fcad96c301bab51374ac719ee489dbecef15983f72e68a3c4ac7899b [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 14:34:09 + git log --format=format:%s -1 ed857253c333b25bd607939277ad976310c7a90d [Pipeline] sh 14:34:10 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 14:34:10 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:34:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:34:10 prd-ubuntu20.04-docker-8c-8g-5462 does not seem to be running inside a container 14:34:10 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 14:34:11 $ docker top 64f8d691adf9dd4960c5df8c4120682072b96c0328cac24bfce768ff82741f1a -eo pid,comm 14:34:11 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). 14:34:11 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:34:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:34:11 [ssh-agent] Looking for ssh-agent implementation... 14:34:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:34:11 $ docker exec 64f8d691adf9dd4960c5df8c4120682072b96c0328cac24bfce768ff82741f1a ssh-agent 14:34:11 SSH_AUTH_SOCK=/tmp/ssh-jFbpM14zKPeE/agent.31 14:34:11 SSH_AGENT_PID=36 14:34:11 Running ssh-add (command line suppressed) 14:34:11 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_15676615365990119094.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_15676615365990119094.key) 14:34:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:34:11 + git semver tag 14:34:12 2023-09-06 14:34:12,154 [run_tag] DEBUG tag force:False 14:34:12 2023-09-06 14:34:12,154 [check_head_tag] DEBUG check head tag 14:34:12 2023-09-06 14:34:12,155 [execute] INFO git cat-file --batch-check 14:34:12 2023-09-06 14:34:12,156 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) 14:34:12 2023-09-06 14:34:12,160 [execute] INFO git cat-file --batch 14:34:12 2023-09-06 14:34:12,160 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) 14:34:12 2023-09-06 14:34:12,171 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 14:34:12 2023-09-06 14:34:12,171 [execute] INFO git tag -a v3.1.0-dev.10 -m v3.1.0-dev.10 14:34:12 2023-09-06 14:34:12,171 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.10', '-m', 'v3.1.0-dev.10'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=None) 14:34:12 2023-09-06 14:34:12,176 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 14:34:12 3.1.0-dev.10 [Pipeline] } 14:34:12 $ docker exec --env ******** --env ******** 64f8d691adf9dd4960c5df8c4120682072b96c0328cac24bfce768ff82741f1a ssh-agent -k 14:34:12 unset SSH_AUTH_SOCK; 14:34:12 unset SSH_AGENT_PID; 14:34:12 echo Agent pid 36 killed; 14:34:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:34:12 + git semver [Pipeline] } 14:34:13 $ docker stop --time=1 64f8d691adf9dd4960c5df8c4120682072b96c0328cac24bfce768ff82741f1a 14:34:14 $ docker rm -f --volumes 64f8d691adf9dd4960c5df8c4120682072b96c0328cac24bfce768ff82741f1a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:34:14 14:34:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:34:15 0.23.1-centos7: Pulling from edgex-lftools 14:34:15 ab5ef0e58194: Pulling fs layer 14:34:15 9712f1f96733: Pulling fs layer 14:34:15 63f879dbbcfc: Pulling fs layer 14:34:15 0d9ebad4ef96: Pulling fs layer 14:34:15 e9a5061849ea: Pulling fs layer 14:34:15 d747dcd14b5f: Pulling fs layer 14:34:15 2de7ff778b66: Pulling fs layer 14:34:15 0d9ebad4ef96: Waiting 14:34:15 e9a5061849ea: Waiting 14:34:15 d747dcd14b5f: Waiting 14:34:15 2de7ff778b66: Waiting 14:34:15 9712f1f96733: Verifying Checksum 14:34:15 9712f1f96733: Download complete 14:34:15 63f879dbbcfc: Verifying Checksum 14:34:15 63f879dbbcfc: Download complete 14:34:16 e9a5061849ea: Verifying Checksum 14:34:16 e9a5061849ea: Download complete 14:34:16 d747dcd14b5f: Verifying Checksum 14:34:16 d747dcd14b5f: Download complete 14:34:16 0d9ebad4ef96: Verifying Checksum 14:34:16 0d9ebad4ef96: Download complete 14:34:16 ab5ef0e58194: Verifying Checksum 14:34:16 ab5ef0e58194: Download complete 14:34:16 2de7ff778b66: Verifying Checksum 14:34:16 2de7ff778b66: Download complete 14:34:18 ab5ef0e58194: Pull complete 14:34:18 9712f1f96733: Pull complete 14:34:19 63f879dbbcfc: Pull complete 14:34:23 0d9ebad4ef96: Pull complete 14:34:23 e9a5061849ea: Pull complete 14:34:23 d747dcd14b5f: Pull complete 14:34:25 2de7ff778b66: Pull complete 14:34:25 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 14:34:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:34:25 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:34:25 prd-ubuntu20.04-docker-8c-8g-5462 does not seem to be running inside a container 14:34:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 14:34:34 $ docker top afd0b943abb71ac5c5cfededb20f08b0a60465e1db8964075e738b7630052673 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 14:34:34 provisioning config files... 14:34:34 copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config16025602439685297548tmp 14:34:34 copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config14273296135460153545tmp 14:34:34 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config11929061798254372139tmp [Pipeline] { [Pipeline] echo 14:34:34 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 14:34:34 ---> sigul-configuration.sh 14:34:34 gpg: directory `/root/.gnupg' created 14:34:34 gpg: new configuration file `/root/.gnupg/gpg.conf' created 14:34:34 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 14:34:34 gpg: keyring `/root/.gnupg/secring.gpg' created 14:34:34 gpg: keyring `/root/.gnupg/pubring.gpg' created 14:34:34 gpg: CAST5 encrypted data 14:34:34 gpg: encrypted with 1 passphrase 14:34:34 gpg: WARNING: message was not integrity protected [Pipeline] sh 14:34:34 + mkdir /home/jenkins 14:34:34 + mkdir /home/jenkins/sigul [Pipeline] sh 14:34:34 + 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 14:34:34 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 14:34:35 ---> sigul-install.sh 14:34:35 Sigul already installed; skipping installation. [Pipeline] sh 14:34:35 + git tag --list 14:34:35 v1.0.0 14:34:35 v1.1.0 14:34:35 v1.1.1 14:34:35 v1.2.1 14:34:35 v1.2.2 14:34:35 v1.2.3 14:34:35 v1.3.0 14:34:35 v1.3.1 14:34:35 v2.0.0 14:34:35 v2.1.0 14:34:35 v2.1.1 14:34:35 v2.2.0 14:34:35 v2.3.0 14:34:35 v3.0 14:34:35 v3.0.0 14:34:35 v3.1.0-dev.1 14:34:35 v3.1.0-dev.10 14:34:35 v3.1.0-dev.2 14:34:35 v3.1.0-dev.3 14:34:35 v3.1.0-dev.4 14:34:35 v3.1.0-dev.5 14:34:35 v3.1.0-dev.6 14:34:35 v3.1.0-dev.7 14:34:35 v3.1.0-dev.8 14:34:35 v3.1.0-dev.9 [Pipeline] sh 14:34:35 + lftools sign git-tag v3.1.0-dev.10 14:34:36 Signing Git tag with Sigul... 14:34:36 Signing v3.1.0-dev.10 [Pipeline] echo 14:34:36 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 14:34:36 ---> sigul-configuration-cleanup.sh [Pipeline] } 14:34:36 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 14:34:36 $ docker stop --time=1 afd0b943abb71ac5c5cfededb20f08b0a60465e1db8964075e738b7630052673 14:34:38 $ docker rm -f --volumes afd0b943abb71ac5c5cfededb20f08b0a60465e1db8964075e738b7630052673 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 14:34:38 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 14:34:38 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:34:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:34:39 prd-ubuntu20.04-docker-8c-8g-5462 does not seem to be running inside a container 14:34:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 14:34:39 $ docker top db9ca213e9a76d2ccf235bdada66191a5801eac957ed81e72b50cd7a19cafea7 -eo pid,comm 14:34:39 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). 14:34:39 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:34:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:34:39 [ssh-agent] Looking for ssh-agent implementation... 14:34:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:34:39 $ docker exec db9ca213e9a76d2ccf235bdada66191a5801eac957ed81e72b50cd7a19cafea7 ssh-agent 14:34:39 SSH_AUTH_SOCK=/tmp/ssh-FPvCIR6ZdC0p/agent.31 14:34:39 SSH_AGENT_PID=37 14:34:39 Running ssh-add (command line suppressed) 14:34:39 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_15505948303903399194.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_15505948303903399194.key) 14:34:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:34:40 + git semver bump pre 14:34:40 2023-09-06 14:34:40,323 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 14:34:40 2023-09-06 14:34:40,323 [bump_version] DEBUG bumping version:3.1.0-dev.10 on axis:pre with prefix:dev 14:34:40 2023-09-06 14:34:40,323 [bump_version] DEBUG bumped version:3.1.0-dev.11 14:34:40 2023-09-06 14:34:40,323 [write_version] DEBUG write version:3.1.0-dev.11 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:True 14:34:40 2023-09-06 14:34:40,323 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 14:34:40 2023-09-06 14:34:40,323 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-virtual-go_main/.semver/main 14:34:40 2023-09-06 14:34:40,325 [execute] INFO git cat-file --batch-check 14:34:40 2023-09-06 14:34:40,325 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) 14:34:40 2023-09-06 14:34:40,330 [execute] INFO git cat-file --batch 14:34:40 2023-09-06 14:34:40,331 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) 14:34:40 2023-09-06 14:34:40,335 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 14:34:40 3.1.0-dev.11 [Pipeline] } 14:34:40 $ docker exec --env ******** --env ******** db9ca213e9a76d2ccf235bdada66191a5801eac957ed81e72b50cd7a19cafea7 ssh-agent -k 14:34:40 unset SSH_AUTH_SOCK; 14:34:40 unset SSH_AGENT_PID; 14:34:40 echo Agent pid 37 killed; 14:34:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:34:40 + git semver [Pipeline] } 14:34:41 $ docker stop --time=1 db9ca213e9a76d2ccf235bdada66191a5801eac957ed81e72b50cd7a19cafea7 14:34:42 $ docker rm -f --volumes db9ca213e9a76d2ccf235bdada66191a5801eac957ed81e72b50cd7a19cafea7 [Pipeline] // withDockerContainer [Pipeline] sh 14:34:42 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 14:34:42 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:34:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:34:43 prd-ubuntu20.04-docker-8c-8g-5462 does not seem to be running inside a container 14:34:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 14:34:43 $ docker top d2a7740a2520c8fac5fe40c0b3843e254b0377160b6173a96d82dcb07a06cd51 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:34:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:34:43 [ssh-agent] Looking for ssh-agent implementation... 14:34:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:34:43 $ docker exec d2a7740a2520c8fac5fe40c0b3843e254b0377160b6173a96d82dcb07a06cd51 ssh-agent 14:34:43 SSH_AUTH_SOCK=/tmp/ssh-8N9ur4a46QzE/agent.32 14:34:43 SSH_AGENT_PID=38 14:34:43 Running ssh-add (command line suppressed) 14:34:43 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_3749173226809975957.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_3749173226809975957.key) 14:34:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:34:44 + git semver push 14:34:44 2023-09-06 14:34:44,382 [run_push] DEBUG push 14:34:44 2023-09-06 14:34:44,383 [execute] INFO git cat-file --batch-check 14:34:44 2023-09-06 14:34:44,383 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) 14:34:44 2023-09-06 14:34:44,386 [execute] INFO git rev-list 502c532eb24f7bb6c84cb3d56c17f3a81d8eeca3 -- 14:34:44 2023-09-06 14:34:44,386 [execute] DEBUG Popen(['git', 'rev-list', '502c532eb24f7bb6c84cb3d56c17f3a81d8eeca3', '--'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) 14:34:44 2023-09-06 14:34:44,394 [execute] INFO git fetch -v origin 14:34:44 2023-09-06 14:34:44,395 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=True, shell=None, istream=None) 14:34:45 2023-09-06 14:34:44,873 [run_push] DEBUG no remote changes detected 14:34:45 2023-09-06 14:34:44,873 [execute] INFO git push origin semver 14:34:45 2023-09-06 14:34:44,874 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) 14:34:45 2023-09-06 14:34:45,676 [run_push] DEBUG push all version tags 14:34:45 2023-09-06 14:34:45,677 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 14:34:45 2023-09-06 14:34:45,677 [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) 14:34:46 2023-09-06 14:34:46,571 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 14:34:46 3.1.0-dev.11 [Pipeline] } 14:34:46 $ docker exec --env ******** --env ******** d2a7740a2520c8fac5fe40c0b3843e254b0377160b6173a96d82dcb07a06cd51 ssh-agent -k 14:34:47 unset SSH_AUTH_SOCK; 14:34:47 unset SSH_AGENT_PID; 14:34:47 echo Agent pid 38 killed; 14:34:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:34:47 + git semver [Pipeline] } 14:34:47 $ docker stop --time=1 d2a7740a2520c8fac5fe40c0b3843e254b0377160b6173a96d82dcb07a06cd51 14:34:48 $ docker rm -f --volumes d2a7740a2520c8fac5fe40c0b3843e254b0377160b6173a96d82dcb07a06cd51 [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 14:34:49 + [ -d /w/workspace/exfoundry_device-virtual-go_main/archives ] 14:34:49 + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives 14:34:49 total 16 14:34:49 drwxr-xr-x 3 root root 4096 Sep 6 14:26 . 14:34:49 drwxrwxr-x 10 jenkins jenkins 4096 Sep 6 14:34 .. 14:34:49 drwxr-xr-x 2 root root 4096 Sep 6 14:26 cost 14:34:49 -rw-r--r-- 1 root root 89 Sep 6 14:26 cost.csv 14:34:49 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-virtual-go_main/archives 14:34:49 + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives 14:34:49 total 16 14:34:49 drwxr-xr-x 3 jenkins jenkins 4096 Sep 6 14:26 . 14:34:49 drwxrwxr-x 10 jenkins jenkins 4096 Sep 6 14:34 .. 14:34:49 drwxr-xr-x 2 jenkins jenkins 4096 Sep 6 14:26 cost 14:34:49 -rw-r--r-- 1 jenkins jenkins 89 Sep 6 14:26 cost.csv [Pipeline] libraryResource [Pipeline] sh 14:34:49 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:34:50 ---> package-listing.sh 14:34:50 ++ facter osfamily 14:34:50 ++ tr '[:upper:]' '[:lower:]' 14:34:50 + OS_FAMILY=debian 14:34:50 + workspace=/w/workspace/exfoundry_device-virtual-go_main 14:34:50 + START_PACKAGES=/tmp/packages_start.txt 14:34:50 + END_PACKAGES=/tmp/packages_end.txt 14:34:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:34:50 + PACKAGES=/tmp/packages_start.txt 14:34:50 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 14:34:50 + PACKAGES=/tmp/packages_end.txt 14:34:50 + case "${OS_FAMILY}" in 14:34:50 + dpkg -l 14:34:50 + grep '^ii' 14:34:50 + '[' -f /tmp/packages_start.txt ']' 14:34:50 + '[' -f /tmp/packages_end.txt ']' 14:34:50 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:34:50 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 14:34:50 + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ 14:34:50 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-virtual-go_main/archives/ [Pipeline] echo 14:34:50 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 14:34:51 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:34:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:34:51 prd-ubuntu20.04-docker-8c-8g-5462 does not seem to be running inside a container 14:34:51 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_device-virtual-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 14:34:52 $ docker top 9a854028ed35644288cc3cd520fc92ecd974993452cf894ac8e7d8435aacffc1 -eo pid,comm [Pipeline] { [Pipeline] sh 14:34:52 + touch /tmp/pre-build-complete [Pipeline] sh 14:34:52 + mkdir -p /var/log/sysstat [Pipeline] sh 14:34:53 + ls /var/log/sa-host 14:34:53 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:34:53 provisioning config files... 14:34:53 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config2798582414518703044tmp [Pipeline] { [Pipeline] echo 14:34:53 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:34:53 ---> create-netrc.sh [Pipeline] } 14:34:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 14:34:53 ---> python-tools-install.sh [Pipeline] echo 14:34:53 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 14:34:54 ---> sudo-logs.sh 14:34:54 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 14:34:54 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 14:34:54 ---> job-cost.sh 14:34:54 lf-activate-venv: SKIPPING 14:34:54 DEBUG: total: 0.2199999988079071 14:34:54 INFO: Retrieving Stack Cost... 14:34:54 INFO: Retrieving Pricing Info for: v3-standard-8 14:34:55 INFO: Archiving Costs [Pipeline] echo 14:34:55 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:34:55 ---> logs-deploy.sh 14:34:55 lf-activate-venv: SKIPPING 14:34:55 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/136 14:34:55 INFO: archiving workspace using pattern(s): 14:34:56 Archives upload complete. 14:34:56 INFO: archiving logs to Nexus