Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from b1c180997f30d70459501805a18d6262edcd2f8f 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-ssh16245041566848501888.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4fc256d9079ed2258907e613f84b1b8da264a4bd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh10530649061028583579.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 4fc256d9079ed2258907e613f84b1b8da264a4bd The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5755017393532242306.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4fc256d9079ed2258907e613f84b1b8da264a4bd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4fc256d9079ed2258907e613f84b1b8da264a4bd # timeout=10 Commit message: "Merge pull request #430 from ernestojeda/release-lock" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh7133289775719504579.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-ssh8124459136721463036.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-virtual-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-virtual DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-14793 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 b1c180997f30d70459501805a18d6262edcd2f8f (main) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 (#402)" > git config core.sparsecheckout # timeout=10 > git checkout -f b1c180997f30d70459501805a18d6262edcd2f8f # timeout=10 > git rev-list --no-walk e88a56d1e6585e93dcd7e4f327c101309364504a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:34:29 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:34:29 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:34:29 ========================================================= 22:34:29 EdgeX Global Pipelines Version Info 22:34:29 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:34:30 ------------------- 22:34:30 stable info: 22:34:30 ------------------- 22:34:30 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:34:30 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 22:34:30 Message: update stable to v1.0.249 22:34:30 ------------------- 22:34:30 experimental info: 22:34:30 ------------------- 22:34:30 Commited By: **** collab-it+edgex@linuxfoundation.org 22:34:30 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 22:34:30 Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:34:31 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 22:34:31 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 22:34:31 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:34:31 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:34:31 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:34:31 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 22:34:31 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 22:34:31 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:34:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:34:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:34:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 22:34:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo 22:34:31 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:34:31 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:34:31 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:34:31 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:34:31 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:34:31 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:34:31 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:34:31 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:34:31 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 22:34:31 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 22:34:31 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:34:31 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:34:31 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 22:34:31 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:34:31 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 22:34:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 22:34:31 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 22:34:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 22:34:31 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b1c180997f30d70459501805a18d6262edcd2f8f [Pipeline] echo 22:34:31 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b1c1809 [Pipeline] echo 22:34:31 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:34:31 provisioning config files... 22:34:31 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config12813235515057323202tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:34:31 ---> docker-login.sh 22:34:31 nexus3.edgexfoundry.org:10001 22:34:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:34:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:34:32 Configure a credential helper to remove this warning. See 22:34:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:34:32 22:34:32 Login Succeeded 22:34:32 nexus3.edgexfoundry.org:10002 22:34:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:34:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:34:32 Configure a credential helper to remove this warning. See 22:34:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:34:32 22:34:32 Login Succeeded 22:34:32 nexus3.edgexfoundry.org:10003 22:34:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:34:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:34:32 Configure a credential helper to remove this warning. See 22:34:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:34:32 22:34:32 Login Succeeded 22:34:32 nexus3.edgexfoundry.org:10004 22:34:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:34:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:34:32 Configure a credential helper to remove this warning. See 22:34:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:34:32 22:34:32 Login Succeeded 22:34:32 docker.io 22:34:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:34:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:34:32 Configure a credential helper to remove this warning. See 22:34:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:34:32 22:34:32 Login Succeeded 22:34:32 ---> docker-login.sh ends [Pipeline] } 22:34:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 22:34:33 + git rev-list -1 --merges b1c180997f30d70459501805a18d6262edcd2f8f~1..b1c180997f30d70459501805a18d6262edcd2f8f [Pipeline] echo 22:34:33 -----------> git rev-list -1 --merges b1c180997f30d70459501805a18d6262edcd2f8f~1..b1c180997f30d70459501805a18d6262edcd2f8f b1c180997f30d70459501805a18d6262edcd2f8f [false] [Pipeline] sh 22:34:33 + git log --format=format:%s -1 b1c180997f30d70459501805a18d6262edcd2f8f [Pipeline] echo 22:34:33 ========================================================= 22:34:33 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 22:34:33 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:34:33 + git log --format=format:%s -1 b1c180997f30d70459501805a18d6262edcd2f8f [Pipeline] echo 22:34:33 [semverPrep] GIT_COMMIT: b1c180997f30d70459501805a18d6262edcd2f8f, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 (#402) [Pipeline] echo 22:34:33 [semverPrep] This is not a build commit. [Pipeline] sh 22:34:34 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:34:34 + grep -v github /etc/ssh/ssh_known_hosts 22:34:34 + [ -e /tmp/ssh_known_hosts ] 22:34:34 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 22:34:34 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 22:34:34 + sudo tee -a /etc/ssh/ssh_known_hosts 22:34:34 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:34:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:34:34 22:34:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:34:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:34:34 0.1.4: Pulling from edgex-devops/py-git-semver 22:34:34 b85a868b505f: Pulling fs layer 22:34:34 e2be974225ed: Pulling fs layer 22:34:34 339a4e72a1f5: Pulling fs layer 22:34:34 988bab9f4d93: Pulling fs layer 22:34:34 1469e6f7b9e6: Pulling fs layer 22:34:34 eaf3925da568: Pulling fs layer 22:34:34 bab4dde63d76: Pulling fs layer 22:34:34 bde34c3a00c8: Pulling fs layer 22:34:34 b352a97aabf1: Pulling fs layer 22:34:34 4872d77fe225: Pulling fs layer 22:34:34 5851b861e8e6: Pulling fs layer 22:34:34 bab4dde63d76: Waiting 22:34:34 1469e6f7b9e6: Waiting 22:34:34 bde34c3a00c8: Waiting 22:34:34 eaf3925da568: Waiting 22:34:34 4872d77fe225: Waiting 22:34:34 5851b861e8e6: Waiting 22:34:34 988bab9f4d93: Waiting 22:34:34 b352a97aabf1: Waiting 22:34:34 e2be974225ed: Download complete 22:34:34 988bab9f4d93: Download complete 22:34:34 1469e6f7b9e6: Verifying Checksum 22:34:34 1469e6f7b9e6: Download complete 22:34:34 339a4e72a1f5: Verifying Checksum 22:34:34 339a4e72a1f5: Download complete 22:34:35 eaf3925da568: Download complete 22:34:35 bde34c3a00c8: Download complete 22:34:35 b352a97aabf1: Verifying Checksum 22:34:35 b352a97aabf1: Download complete 22:34:35 4872d77fe225: Verifying Checksum 22:34:35 4872d77fe225: Download complete 22:34:35 5851b861e8e6: Verifying Checksum 22:34:35 5851b861e8e6: Download complete 22:34:35 b85a868b505f: Verifying Checksum 22:34:35 b85a868b505f: Download complete 22:34:35 bab4dde63d76: Verifying Checksum 22:34:35 bab4dde63d76: Download complete 22:34:36 b85a868b505f: Pull complete 22:34:36 e2be974225ed: Pull complete 22:34:36 339a4e72a1f5: Pull complete 22:34:36 988bab9f4d93: Pull complete 22:34:36 1469e6f7b9e6: Pull complete 22:34:36 eaf3925da568: Pull complete 22:34:38 bab4dde63d76: Pull complete 22:34:38 bde34c3a00c8: Pull complete 22:34:38 b352a97aabf1: Pull complete 22:34:38 4872d77fe225: Pull complete 22:34:38 5851b861e8e6: Pull complete 22:34:38 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 22:34:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:34:38 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:34:38 prd-ubuntu20.04-docker-8c-8g-14793 does not seem to be running inside a container 22:34:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 22:34:39 $ docker top b776f1987be8017fe5fd8c19fc696ed842a70808e1f6dc6bf571847c6046f5b1 -eo pid,comm 22:34:40 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 22:34:40 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:34:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:34:40 [ssh-agent] Looking for ssh-agent implementation... 22:34:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:34:40 $ docker exec b776f1987be8017fe5fd8c19fc696ed842a70808e1f6dc6bf571847c6046f5b1 ssh-agent 22:34:40 SSH_AUTH_SOCK=/tmp/ssh-GrHP5m132Fwa/agent.32 22:34:40 SSH_AGENT_PID=38 22:34:40 Running ssh-add (command line suppressed) 22:34:40 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_10866978827069659024.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_10866978827069659024.key) 22:34:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:34:40 + git tag --points-at HEAD [Pipeline] } 22:34:40 $ docker exec --env ******** --env ******** b776f1987be8017fe5fd8c19fc696ed842a70808e1f6dc6bf571847c6046f5b1 ssh-agent -k 22:34:40 unset SSH_AUTH_SOCK; 22:34:40 unset SSH_AGENT_PID; 22:34:40 echo Agent pid 38 killed; 22:34:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:34:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:34:40 [ssh-agent] Looking for ssh-agent implementation... 22:34:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:34:40 $ docker exec b776f1987be8017fe5fd8c19fc696ed842a70808e1f6dc6bf571847c6046f5b1 ssh-agent 22:34:41 SSH_AUTH_SOCK=/tmp/ssh-fLmqxk3l7Y22/agent.70 22:34:41 SSH_AGENT_PID=77 22:34:41 Running ssh-add (command line suppressed) 22:34:41 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_11849607221820750803.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_11849607221820750803.key) 22:34:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:34:41 + git semver init 22:34:41 2023-05-09 22:34:41,624 [run_init] DEBUG init version:0.0.0 force:False 22:34:41 2023-05-09 22:34:41,624 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-virtual-go_main/.semver 22:34:41 2023-05-09 22:34:41,625 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/exfoundry_device-virtual-go_main/.semver 22:34:41 2023-05-09 22:34:41,625 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-virtual-go.git', '/w/workspace/exfoundry_device-virtual-go_main/.semver'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=None) 22:34:43 2023-05-09 22:34:42,656 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-virtual-go_main/.git/info/exclude 22:34:43 2023-05-09 22:34:42,657 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:False 22:34:43 2023-05-09 22:34:42,657 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 22:34:43 2023-05-09 22:34:42,657 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 22:34:43 3.0.0-dev.43 [Pipeline] } 22:34:43 $ docker exec --env ******** --env ******** b776f1987be8017fe5fd8c19fc696ed842a70808e1f6dc6bf571847c6046f5b1 ssh-agent -k 22:34:43 unset SSH_AUTH_SOCK; 22:34:43 unset SSH_AGENT_PID; 22:34:43 echo Agent pid 77 killed; 22:34:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:34:43 + git semver [Pipeline] } 22:34:44 $ docker stop --time=1 b776f1987be8017fe5fd8c19fc696ed842a70808e1f6dc6bf571847c6046f5b1 22:34:45 $ docker rm -f --volumes b776f1987be8017fe5fd8c19fc696ed842a70808e1f6dc6bf571847c6046f5b1 [Pipeline] // withDockerContainer [Pipeline] sh 22:34:45 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:34:45 Stashed 1 file(s) [Pipeline] echo 22:34:45 [edgeXSemver]: initialized semver on version 3.0.0-dev.43 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:34:46 provisioning config files... 22:34:46 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config1858341710701225238tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:34:46 ---> docker-login.sh 22:34:46 nexus3.edgexfoundry.org:10001 22:34:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:34:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:34:46 Configure a credential helper to remove this warning. See 22:34:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:34:46 22:34:46 Login Succeeded 22:34:46 nexus3.edgexfoundry.org:10002 22:34:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:34:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:34:46 Configure a credential helper to remove this warning. See 22:34:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:34:46 22:34:46 Login Succeeded 22:34:46 nexus3.edgexfoundry.org:10003 22:34:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:34:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:34:46 Configure a credential helper to remove this warning. See 22:34:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:34:46 22:34:46 Login Succeeded 22:34:46 nexus3.edgexfoundry.org:10004 22:34:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:34:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:34:46 Configure a credential helper to remove this warning. See 22:34:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:34:46 22:34:46 Login Succeeded 22:34:46 docker.io 22:34:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:34:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:34:46 Configure a credential helper to remove this warning. See 22:34:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:34:46 22:34:46 Login Succeeded 22:34:46 ---> docker-login.sh ends [Pipeline] } 22:34:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:34:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:34:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:34:46 ========================================================= 22:34:46 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 22:34:46 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:34:47 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . 22:34:47 Sending build context to Docker daemon 23.62MB 22:34:47 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 22:34:47 Step 2/12 : FROM ${BASE} AS builder 22:34:47 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 22:34:47 f56be85fc22e: Pulling fs layer 22:34:47 85791d961cd3: Pulling fs layer 22:34:47 d694b5ae8c79: Pulling fs layer 22:34:47 9f32a84ed3da: Pulling fs layer 22:34:47 4d19c01a9841: Pulling fs layer 22:34:47 9325e15d5711: Pulling fs layer 22:34:47 556b6ee489ea: Pulling fs layer 22:34:47 c5a4b2cf53e6: Pulling fs layer 22:34:47 9f32a84ed3da: Waiting 22:34:47 4d19c01a9841: Waiting 22:34:47 c5a4b2cf53e6: Waiting 22:34:47 556b6ee489ea: Waiting 22:34:47 9325e15d5711: Waiting 22:34:47 85791d961cd3: Verifying Checksum 22:34:47 85791d961cd3: Download complete 22:34:47 9f32a84ed3da: Verifying Checksum 22:34:47 9f32a84ed3da: Download complete 22:34:47 4d19c01a9841: Download complete 22:34:47 f56be85fc22e: Download complete 22:34:47 9325e15d5711: Verifying Checksum 22:34:47 9325e15d5711: Download complete 22:34:47 f56be85fc22e: Pull complete 22:34:47 85791d961cd3: Pull complete 22:34:48 c5a4b2cf53e6: Verifying Checksum 22:34:48 c5a4b2cf53e6: Download complete 22:34:48 d694b5ae8c79: Verifying Checksum 22:34:48 d694b5ae8c79: Download complete 22:34:48 556b6ee489ea: Verifying Checksum 22:34:48 556b6ee489ea: Download complete 22:34:51 d694b5ae8c79: Pull complete 22:34:51 9f32a84ed3da: Pull complete 22:34:51 4d19c01a9841: Pull complete 22:34:51 9325e15d5711: Pull complete 22:34:53 556b6ee489ea: Pull complete 22:34:54 c5a4b2cf53e6: Pull complete 22:34:54 Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b 22:34:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 22:34:54 ---> c4be618373d6 22:34:54 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 22:34:56 ---> Running in be9168361865 22:34:56 Removing intermediate container be9168361865 22:34:56 ---> 4bd8603b6414 22:34:56 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 22:34:56 ---> Running in 5b10c44eaf05 22:34:56 Removing intermediate container 5b10c44eaf05 22:34:56 ---> 803ad4bc5206 22:34:56 Step 5/12 : ARG ADD_BUILD_TAGS="" 22:34:56 ---> Running in cea4f6d9c19a 22:34:56 Removing intermediate container cea4f6d9c19a 22:34:56 ---> 6d3aa80e34b4 22:34:56 Step 6/12 : WORKDIR /device-virtual-go 22:34:56 ---> Running in 9ee1a245e157 22:34:56 Removing intermediate container 9ee1a245e157 22:34:56 ---> 7f64969cb3b0 22:34:56 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:34:56 ---> Running in 4eb5cf32b091 22:34:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 22:34:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 22:34:57 (1/4) Installing openssh-keygen (9.1_p1-r2) 22:34:57 (2/4) Installing libedit (20221030.3.1-r0) 22:34:57 (3/4) Installing openssh-client-common (9.1_p1-r2) 22:34:57 (4/4) Installing openssh-client-default (9.1_p1-r2) 22:34:57 Executing busybox-1.35.0-r29.trigger 22:34:57 OK: 269 MiB in 57 packages 22:34:57 Removing intermediate container 4eb5cf32b091 22:34:57 ---> ba12522207b0 22:34:57 Step 8/12 : COPY go.mod vendor* ./ 22:34:57 ---> ab6e53250547 22:34:57 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:34:57 ---> Running in ae6183f4653e 22:35:01 Still waiting to schedule task 22:35:01 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 22:35:19 Removing intermediate container ae6183f4653e 22:35:19 ---> 0f11c0c8a528 22:35:19 Step 10/12 : COPY . . 22:35:19 ---> a7019e7ebd41 22:35:19 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:35:19 ---> Running in 23c1976d5364 22:35:19 Removing intermediate container 23c1976d5364 22:35:19 ---> 3a61c8f86cae 22:35:19 Step 12/12 : RUN $MAKE 22:35:19 ---> Running in e9fbeb332efe 22:35:19 noop 22:35:19 Removing intermediate container e9fbeb332efe 22:35:19 ---> e05597ceb270 22:35:19 Successfully built e05597ceb270 22:35:19 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:35:20 + docker inspect -f . ci-base-image-x86_64 22:35:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:35:20 prd-ubuntu20.04-docker-8c-8g-14793 does not seem to be running inside a container 22:35:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:35:20 $ docker top 51eb99e7c5abf96970dbfabaa6d100146ca1cb87683a4e066d65ac0a9188e067 -eo pid,comm [Pipeline] { [Pipeline] sh 22:35:20 + go version 22:35:20 go version go1.20.2 linux/amd64 [Pipeline] } 22:35:20 $ docker stop --time=1 51eb99e7c5abf96970dbfabaa6d100146ca1cb87683a4e066d65ac0a9188e067 22:35:22 $ docker rm -f --volumes 51eb99e7c5abf96970dbfabaa6d100146ca1cb87683a4e066d65ac0a9188e067 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:35:22 + docker inspect -f . ci-base-image-x86_64 22:35:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:35:22 prd-ubuntu20.04-docker-8c-8g-14793 does not seem to be running inside a container 22:35:22 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:35:23 $ docker top 136755cc4eab5487d8a2394575008fe30bcd0c19aa47e58fab19099df54c6c8b -eo pid,comm [Pipeline] { [Pipeline] sh 22:35:23 + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] fileExists [Pipeline] sh 22:35:23 + make test 22:35:23 go test ./... -coverprofile=coverage.out 22:35:28 ? github.com/edgexfoundry/device-virtual-go [no test files] 22:35:38 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 22:35:38 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.015s coverage: 58.6% of statements 22:35:45 go vet ./... 22:35:48 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 22:35:48 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 22:35:48 ./bin/test-attribution-txt.sh [Pipeline] echo 22:35:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 22:35:48 $ docker stop --time=1 136755cc4eab5487d8a2394575008fe30bcd0c19aa47e58fab19099df54c6c8b 22:35:49 $ docker rm -f --volumes 136755cc4eab5487d8a2394575008fe30bcd0c19aa47e58fab19099df54c6c8b [Pipeline] // withDockerContainer [Pipeline] sh 22:35:50 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:35:50 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 22:35:50 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:35:51 + ls -al . 22:35:51 total 192 22:35:51 drwxrwxr-x 9 jenkins jenkins 4096 May 9 22:35 . 22:35:51 drwxrwxr-x 4 jenkins jenkins 4096 May 9 22:34 .. 22:35:51 drwxrwxr-x 8 jenkins jenkins 4096 May 9 22:34 .git 22:35:51 drwxrwxr-x 3 jenkins jenkins 4096 May 9 22:34 .github 22:35:51 -rw-rw-r-- 1 jenkins jenkins 337 May 9 22:34 .gitignore 22:35:51 -rw-rw-r-- 1 jenkins jenkins 41 May 9 22:34 .golangci.yml 22:35:51 drwxr-xr-x 3 jenkins jenkins 4096 May 9 22:34 .semver 22:35:51 -rw-rw-r-- 1 jenkins jenkins 8652 May 9 22:34 Attribution.txt 22:35:51 -rw-rw-r-- 1 jenkins jenkins 11367 May 9 22:34 CHANGELOG.md 22:35:51 -rw-rw-r-- 1 jenkins jenkins 1646 May 9 22:34 Dockerfile 22:35:51 -rw-rw-r-- 1 jenkins jenkins 677 May 9 22:34 GOVERNANCE.md 22:35:51 -rw-rw-r-- 1 jenkins jenkins 660 May 9 22:34 Jenkinsfile 22:35:51 -rw-rw-r-- 1 jenkins jenkins 11340 May 9 22:34 LICENSE 22:35:51 -rw-rw-r-- 1 jenkins jenkins 1696 May 9 22:34 Makefile 22:35:51 -rw-rw-r-- 1 jenkins jenkins 623 May 9 22:34 OWNERS.md 22:35:51 -rw-rw-r-- 1 jenkins jenkins 3578 May 9 22:34 README.md 22:35:51 -rw-rw-r-- 1 jenkins jenkins 12 May 9 22:34 VERSION 22:35:51 drwxrwxr-x 2 jenkins jenkins 4096 May 9 22:34 bin 22:35:51 drwxrwxr-x 3 jenkins jenkins 4096 May 9 22:34 cmd 22:35:51 -rw-r--r-- 1 jenkins jenkins 43063 May 9 22:35 coverage.out 22:35:51 -rw-rw-r-- 1 jenkins jenkins 3209 May 9 22:34 go.mod 22:35:51 -rw-rw-r-- 1 jenkins jenkins 30994 May 9 22:34 go.sum 22:35:51 drwxrwxr-x 3 jenkins jenkins 4096 May 9 22:34 internal 22:35:51 drwxrwxr-x 4 jenkins jenkins 4096 May 9 22:34 snap 22:35:51 -rw-rw-r-- 1 jenkins jenkins 235 May 9 22:34 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:35:51 + 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=b1c180997f30d70459501805a18d6262edcd2f8f --label arch=amd64 --label version=3.0.0-dev.43 . 22:35:51 Sending build context to Docker daemon 23.66MB 22:35:51 Step 1/25 : ARG BASE=golang:1.20-alpine3.17 22:35:51 Step 2/25 : FROM ${BASE} AS builder 22:35:51 ---> e05597ceb270 22:35:51 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 22:35:51 ---> Running in a7023fa44fbc 22:35:51 Removing intermediate container a7023fa44fbc 22:35:51 ---> 14a7fa3270c1 22:35:51 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 22:35:51 ---> Running in 6939e34941af 22:35:51 Removing intermediate container 6939e34941af 22:35:51 ---> ac24e39d2fdb 22:35:51 Step 5/25 : ARG ADD_BUILD_TAGS="" 22:35:51 ---> Running in f3f611e1fb13 22:35:51 Removing intermediate container f3f611e1fb13 22:35:51 ---> a2a0c581659d 22:35:51 Step 6/25 : WORKDIR /device-virtual-go 22:35:51 ---> Running in 6b035abe988b 22:35:52 Removing intermediate container 6b035abe988b 22:35:52 ---> 38fcfb01e83c 22:35:52 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:35:52 ---> Running in dcd1099d9af1 22:35:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 22:35:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 22:35:52 OK: 269 MiB in 57 packages 22:35:52 Removing intermediate container dcd1099d9af1 22:35:52 ---> 6d044be50016 22:35:52 Step 8/25 : COPY go.mod vendor* ./ 22:35:53 ---> 3741828fcceb 22:35:53 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:35:53 ---> Running in c3744020a6a2 22:35:53 Removing intermediate container c3744020a6a2 22:35:53 ---> 193911cec270 22:35:53 Step 10/25 : COPY . . 22:35:54 ---> 42eceb0a2482 22:35:54 Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:35:54 ---> Running in 6d08ed425cb6 22:35:54 Removing intermediate container 6d08ed425cb6 22:35:54 ---> bd9edfc09b54 22:35:54 Step 12/25 : RUN $MAKE 22:35:54 ---> Running in 82ba970f26b3 22:35:54 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=3.0.0-dev.43" -trimpath -mod=readonly -o cmd/device-virtual ./cmd 22:36:12 Removing intermediate container 82ba970f26b3 22:36:12 ---> 5c0afc450fd5 22:36:12 Step 13/25 : FROM alpine:3.17 22:36:12 3.17: Pulling from library/alpine 22:36:12 f56be85fc22e: Already exists 22:36:12 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 22:36:12 Status: Downloaded newer image for alpine:3.17 22:36:12 ---> 9ed4aefc74f6 22:36:12 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 22:36:12 ---> Running in 74c36b424a2d 22:36:12 Removing intermediate container 74c36b424a2d 22:36:12 ---> f21df74f140c 22:36:12 Step 15/25 : RUN apk add --update --no-cache dumb-init 22:36:12 ---> Running in 0d9922e2b9a9 22:36:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 22:36:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 22:36:12 (1/1) Installing dumb-init (1.2.5-r2) 22:36:12 Executing busybox-1.35.0-r29.trigger 22:36:12 OK: 7 MiB in 16 packages 22:36:12 Removing intermediate container 0d9922e2b9a9 22:36:12 ---> 114853574df9 22:36:12 Step 16/25 : WORKDIR / 22:36:12 ---> Running in 3c57a3ed853f 22:36:12 Removing intermediate container 3c57a3ed853f 22:36:12 ---> 79281517ec33 22:36:12 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 22:36:12 ---> b3dbdfc60364 22:36:12 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 22:36:12 ---> 371c08445c3d 22:36:12 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 22:36:13 ---> df35b862b519 22:36:13 Step 20/25 : EXPOSE 59900 22:36:13 ---> Running in b54ea1b556bd 22:36:13 Removing intermediate container b54ea1b556bd 22:36:13 ---> 1579c1ffcaad 22:36:13 Step 21/25 : ENTRYPOINT ["/device-virtual"] 22:36:13 ---> Running in fc09a6f1b55f 22:36:13 Removing intermediate container fc09a6f1b55f 22:36:13 ---> 1e4342bff0e8 22:36:13 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 22:36:13 ---> Running in 4da6931e0f31 22:36:13 Removing intermediate container 4da6931e0f31 22:36:13 ---> b3be2a310380 22:36:13 Step 23/25 : LABEL arch=amd64 22:36:13 ---> Running in 063f8869f917 22:36:13 Removing intermediate container 063f8869f917 22:36:13 ---> 024efbd022bf 22:36:13 Step 24/25 : LABEL git_sha=b1c180997f30d70459501805a18d6262edcd2f8f 22:36:13 ---> Running in 83596481d0bd 22:36:13 Removing intermediate container 83596481d0bd 22:36:13 ---> 967cc4982dce 22:36:13 Step 25/25 : LABEL version=3.0.0-dev.43 22:36:13 ---> Running in a24f99fb0af7 22:36:13 Removing intermediate container a24f99fb0af7 22:36:13 ---> 8a6b6ad5e377 22:36:13 [Warning] One or more build-args [ARCH] were not consumed 22:36:13 Successfully built 8a6b6ad5e377 22:36:13 Successfully tagged device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:36:13 provisioning config files... 22:36:13 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config13260210980912263311tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:36:14 ---> docker-login.sh 22:36:14 nexus3.edgexfoundry.org:10001 22:36:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:36:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:36:14 Configure a credential helper to remove this warning. See 22:36:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:36:14 22:36:14 Login Succeeded 22:36:14 nexus3.edgexfoundry.org:10002 22:36:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:36:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:36:14 Configure a credential helper to remove this warning. See 22:36:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:36:14 22:36:14 Login Succeeded 22:36:14 nexus3.edgexfoundry.org:10003 22:36:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:36:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:36:14 Configure a credential helper to remove this warning. See 22:36:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:36:14 22:36:14 Login Succeeded 22:36:14 nexus3.edgexfoundry.org:10004 22:36:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:36:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:36:14 Configure a credential helper to remove this warning. See 22:36:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:36:14 22:36:14 Login Succeeded 22:36:14 docker.io 22:36:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:36:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:36:14 Configure a credential helper to remove this warning. See 22:36:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:36:14 22:36:14 Login Succeeded 22:36:14 ---> docker-login.sh ends [Pipeline] } 22:36:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:36:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:36:14 [edgeXDocker.push] Tagging docker image device-virtual with the following tags: 22:36:14 b1c180997f30d70459501805a18d6262edcd2f8f 22:36:14 latest 22:36:14 3.0.0-dev.43 22:36:14 b1c180997f30d70459501805a18d6262edcd2f8f-3.0.0-dev.43 22:36:14 main 22:36:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:36:15 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:b1c180997f30d70459501805a18d6262edcd2f8f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:36:15 + docker push nexus3.edgexfoundry.org:10004/device-virtual:b1c180997f30d70459501805a18d6262edcd2f8f 22:36:15 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 22:36:15 ca4169c97a73: Preparing 22:36:15 fa09e7822fdd: Preparing 22:36:15 38b3c74907cb: Preparing 22:36:15 b8ea727e8733: Preparing 22:36:15 f1417ff83b31: Preparing 22:36:15 f1417ff83b31: Layer already exists 22:36:15 fa09e7822fdd: Pushed 22:36:15 38b3c74907cb: Pushed 22:36:15 b8ea727e8733: Pushed 22:36:17 ca4169c97a73: Pushed 22:36:17 b1c180997f30d70459501805a18d6262edcd2f8f: digest: sha256:049b26fabecddb1296a63241ebef78edc475aca22973c445eae414a87f8f7b03 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:36:18 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:36:18 + docker push nexus3.edgexfoundry.org:10004/device-virtual:latest 22:36:18 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 22:36:18 ca4169c97a73: Preparing 22:36:18 fa09e7822fdd: Preparing 22:36:18 38b3c74907cb: Preparing 22:36:18 b8ea727e8733: Preparing 22:36:18 f1417ff83b31: Preparing 22:36:18 38b3c74907cb: Layer already exists 22:36:18 ca4169c97a73: Layer already exists 22:36:18 f1417ff83b31: Layer already exists 22:36:18 b8ea727e8733: Layer already exists 22:36:18 fa09e7822fdd: Layer already exists 22:36:18 latest: digest: sha256:049b26fabecddb1296a63241ebef78edc475aca22973c445eae414a87f8f7b03 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:36:18 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:3.0.0-dev.43 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:36:19 + docker push nexus3.edgexfoundry.org:10004/device-virtual:3.0.0-dev.43 22:36:19 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 22:36:19 ca4169c97a73: Preparing 22:36:19 fa09e7822fdd: Preparing 22:36:19 38b3c74907cb: Preparing 22:36:19 b8ea727e8733: Preparing 22:36:19 f1417ff83b31: Preparing 22:36:19 b8ea727e8733: Layer already exists 22:36:19 fa09e7822fdd: Layer already exists 22:36:19 f1417ff83b31: Layer already exists 22:36:19 ca4169c97a73: Layer already exists 22:36:19 38b3c74907cb: Layer already exists 22:36:19 3.0.0-dev.43: digest: sha256:049b26fabecddb1296a63241ebef78edc475aca22973c445eae414a87f8f7b03 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:36:19 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:b1c180997f30d70459501805a18d6262edcd2f8f-3.0.0-dev.43 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:36:19 + docker push nexus3.edgexfoundry.org:10004/device-virtual:b1c180997f30d70459501805a18d6262edcd2f8f-3.0.0-dev.43 22:36:19 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 22:36:19 ca4169c97a73: Preparing 22:36:19 fa09e7822fdd: Preparing 22:36:19 38b3c74907cb: Preparing 22:36:19 b8ea727e8733: Preparing 22:36:19 f1417ff83b31: Preparing 22:36:19 ca4169c97a73: Layer already exists 22:36:19 38b3c74907cb: Layer already exists 22:36:19 fa09e7822fdd: Layer already exists 22:36:19 b8ea727e8733: Layer already exists 22:36:19 f1417ff83b31: Layer already exists 22:36:19 b1c180997f30d70459501805a18d6262edcd2f8f-3.0.0-dev.43: digest: sha256:049b26fabecddb1296a63241ebef78edc475aca22973c445eae414a87f8f7b03 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:36:20 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:36:20 + docker push nexus3.edgexfoundry.org:10004/device-virtual:main 22:36:20 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 22:36:20 ca4169c97a73: Preparing 22:36:20 fa09e7822fdd: Preparing 22:36:20 38b3c74907cb: Preparing 22:36:20 b8ea727e8733: Preparing 22:36:20 f1417ff83b31: Preparing 22:36:20 f1417ff83b31: Layer already exists 22:36:20 fa09e7822fdd: Layer already exists 22:36:20 ca4169c97a73: Layer already exists 22:36:20 b8ea727e8733: Layer already exists 22:36:20 38b3c74907cb: Layer already exists 22:36:20 main: digest: sha256:049b26fabecddb1296a63241ebef78edc475aca22973c445eae414a87f8f7b03 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:36:20 ===================================================== [Pipeline] echo 22:36:20 taggedImages: 22:36:20 - nexus3.edgexfoundry.org:10004/device-virtual:b1c180997f30d70459501805a18d6262edcd2f8f 22:36:20 - nexus3.edgexfoundry.org:10004/device-virtual:latest 22:36:20 - nexus3.edgexfoundry.org:10004/device-virtual:3.0.0-dev.43 22:36:20 - nexus3.edgexfoundry.org:10004/device-virtual:b1c180997f30d70459501805a18d6262edcd2f8f-3.0.0-dev.43 22:36:20 - 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 22:36:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:36:20 22:36:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:36:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:36:21 latest: Pulling from edgex-lftools-log-publisher 22:36:21 5eb5b503b376: Pulling fs layer 22:36:21 5c69ac0246d0: Pulling fs layer 22:36:21 ec43610c2a17: Pulling fs layer 22:36:21 3a2ae6a8a46f: Pulling fs layer 22:36:21 33b1e0a273af: Pulling fs layer 22:36:21 5d3b04190fa2: Pulling fs layer 22:36:21 2f39f015ded8: Pulling fs layer 22:36:21 5d3b04190fa2: Waiting 22:36:21 3a2ae6a8a46f: Waiting 22:36:21 2f39f015ded8: Waiting 22:36:21 5c69ac0246d0: Download complete 22:36:21 3a2ae6a8a46f: Verifying Checksum 22:36:21 33b1e0a273af: Verifying Checksum 22:36:21 33b1e0a273af: Download complete 22:36:21 5d3b04190fa2: Verifying Checksum 22:36:21 5d3b04190fa2: Download complete 22:36:21 ec43610c2a17: Verifying Checksum 22:36:21 ec43610c2a17: Download complete 22:36:21 5eb5b503b376: Download complete 22:36:21 2f39f015ded8: Download complete 22:36:22 5eb5b503b376: Pull complete 22:36:22 5c69ac0246d0: Pull complete 22:36:22 ec43610c2a17: Pull complete 22:36:23 3a2ae6a8a46f: Pull complete 22:36:23 33b1e0a273af: Pull complete 22:36:23 5d3b04190fa2: Pull complete 22:36:27 2f39f015ded8: Pull complete 22:36:27 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 22:36:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:36:27 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:36:27 prd-ubuntu20.04-docker-8c-8g-14793 does not seem to be running inside a container 22:36:27 $ 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 22:36:28 $ docker top 48efb7e38e8fe0969d85fbea513c659bf8d3c06d32fc7e919185ebfb1acf42d5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:36:28 ---> job-cost.sh 22:36:28 lf-activate-venv: SKIPPING 22:36:28 INFO: No Stack... 22:36:29 INFO: Retrieving Pricing Info for: v3-standard-8 22:36:29 INFO: Archiving Costs [Pipeline] sh 22:36:29 + cat /w/workspace/exfoundry_device-virtual-go_main/archives/cost.csv 22:36:29 + cut -d, -f6 [Pipeline] lock 22:36:29 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-115-stack-cost] 22:36:29 Resource [jenkins-edgexfoundry-device-virtual-go-main-115-stack-cost] did not exist. Created. 22:36:29 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-115-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:36:29 + echo total: 0.2199999988079071 [Pipeline] stash 22:36:29 Stashed 1 file(s) [Pipeline] } 22:36:29 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-115-stack-cost] [Pipeline] // lock [Pipeline] } 22:36:30 $ docker stop --time=1 48efb7e38e8fe0969d85fbea513c659bf8d3c06d32fc7e919185ebfb1acf42d5 22:36:31 $ docker rm -f --volumes 48efb7e38e8fe0969d85fbea513c659bf8d3c06d32fc7e919185ebfb1acf42d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 22:38:32 Running on prd-ubuntu20.04-docker-arm64-4c-16g-14794 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] ws 22:38:32 Running in /w/workspace/device-virtual-go/115 [Pipeline] { [Pipeline] checkout 22:38:32 The recommended git tool is: git 22:38:38 using credential edgex-jenkins-ssh 22:38:38 Cloning the remote Git repository 22:38:38 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 22:38:38 > git init /w/workspace/device-virtual-go/115 # timeout=10 22:38:39 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 22:38:39 > git --version # timeout=10 22:38:39 > git --version # 'git version 2.25.1' 22:38:39 using GIT_SSH to set credentials SSH Credentials for GitHub 22:38:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:38:42 Avoid second fetch 22:38:42 Checking out Revision b1c180997f30d70459501805a18d6262edcd2f8f (main) 22:38:41 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 22:38:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:38:42 > git config core.sparsecheckout # timeout=10 22:38:42 > git checkout -f b1c180997f30d70459501805a18d6262edcd2f8f # timeout=10 22:38:43 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 (#402)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:38:43 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 22:38:43 % Total % Received % Xferd Average Speed Time Time Time Current 22:38:43 Dload Upload Total Spent Left Speed 22:38:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 94451 0 --:--:-- --:--:-- --:--:-- 94451 [Pipeline] sh 22:38:44 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 22:38:44 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 22:38:44 + sudo tee /etc/docker/daemon.new 22:38:44 { 22:38:44 "registry-mirrors": [ 22:38:44 "https://nexus3.edgexfoundry.org:10001" 22:38:44 ], 22:38:44 "bip": "10.250.0.254/24", 22:38:44 "hosts": [ 22:38:44 "tcp://0.0.0.0:5555", 22:38:44 "unix:///var/run/docker.sock" 22:38:44 ], 22:38:44 "mtu": 1458, 22:38:44 "selinux-enabled": true, 22:38:44 "seccomp-profile": "/etc/docker/seccomp.json" 22:38:44 } [Pipeline] sh 22:38:45 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 22:38:45 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:39:07 provisioning config files... 22:39:07 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/115@tmp/config13075145588348361515tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:39:08 ---> docker-login.sh 22:39:08 nexus3.edgexfoundry.org:10001 22:39:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:39:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:39:08 Configure a credential helper to remove this warning. See 22:39:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:39:08 22:39:08 Login Succeeded 22:39:08 nexus3.edgexfoundry.org:10002 22:39:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:39:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:39:09 Configure a credential helper to remove this warning. See 22:39:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:39:09 22:39:09 Login Succeeded 22:39:09 nexus3.edgexfoundry.org:10003 22:39:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:39:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:39:09 Configure a credential helper to remove this warning. See 22:39:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:39:09 22:39:09 Login Succeeded 22:39:09 nexus3.edgexfoundry.org:10004 22:39:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:39:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:39:09 Configure a credential helper to remove this warning. See 22:39:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:39:09 22:39:09 Login Succeeded 22:39:09 docker.io 22:39:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:39:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:39:10 Configure a credential helper to remove this warning. See 22:39:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:39:10 22:39:10 Login Succeeded 22:39:10 ---> docker-login.sh ends [Pipeline] } 22:39:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:39:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:39:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:39:10 ========================================================= 22:39:10 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 22:39:10 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:39:10 + 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 . 22:39:11 Sending build context to Docker daemon 11.97MB 22:39:11 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 22:39:11 Step 2/12 : FROM ${BASE} AS builder 22:39:11 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:39:11 c41833b44d91: Pulling fs layer 22:39:11 ed15518f5707: Pulling fs layer 22:39:11 feae8fd75edb: Pulling fs layer 22:39:11 242c74f7c9fa: Pulling fs layer 22:39:11 3cdef696dda3: Pulling fs layer 22:39:11 2ced38df9373: Pulling fs layer 22:39:11 58f1dce35555: Pulling fs layer 22:39:11 3cdef696dda3: Waiting 22:39:11 242c74f7c9fa: Waiting 22:39:11 2ced38df9373: Waiting 22:39:11 58f1dce35555: Waiting 22:39:11 ed15518f5707: Verifying Checksum 22:39:11 ed15518f5707: Download complete 22:39:11 242c74f7c9fa: Verifying Checksum 22:39:11 242c74f7c9fa: Download complete 22:39:11 3cdef696dda3: Verifying Checksum 22:39:11 3cdef696dda3: Download complete 22:39:11 c41833b44d91: Download complete 22:39:12 c41833b44d91: Pull complete 22:39:13 58f1dce35555: Verifying Checksum 22:39:13 58f1dce35555: Download complete 22:39:13 ed15518f5707: Pull complete 22:39:14 feae8fd75edb: Verifying Checksum 22:39:14 feae8fd75edb: Download complete 22:39:14 2ced38df9373: Verifying Checksum 22:39:14 2ced38df9373: Download complete 22:39:26 feae8fd75edb: Pull complete 22:39:26 242c74f7c9fa: Pull complete 22:39:26 3cdef696dda3: Pull complete 22:39:33 2ced38df9373: Pull complete 22:39:35 58f1dce35555: Pull complete 22:39:35 Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e 22:39:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 22:39:35 ---> fadd8f120f05 22:39:35 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 22:39:37 ---> Running in f4baab38ee4d 22:39:37 Removing intermediate container f4baab38ee4d 22:39:37 ---> 08c7bc9414ba 22:39:37 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 22:39:38 ---> Running in 11d3b16a584d 22:39:38 Removing intermediate container 11d3b16a584d 22:39:38 ---> 3623c1e92d81 22:39:38 Step 5/12 : ARG ADD_BUILD_TAGS="" 22:39:38 ---> Running in e6af65410ef9 22:39:38 Removing intermediate container e6af65410ef9 22:39:38 ---> 4821696cbc78 22:39:38 Step 6/12 : WORKDIR /device-virtual-go 22:39:39 ---> Running in c088fb9a2902 22:39:39 Removing intermediate container c088fb9a2902 22:39:39 ---> 0f0febd69bec 22:39:39 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:39:39 ---> Running in b5f33b811d96 22:39:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:39:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:39:42 (1/4) Installing openssh-keygen (9.1_p1-r2) 22:39:42 (2/4) Installing libedit (20221030.3.1-r0) 22:39:42 (3/4) Installing openssh-client-common (9.1_p1-r2) 22:39:42 (4/4) Installing openssh-client-default (9.1_p1-r2) 22:39:42 Executing busybox-1.35.0-r29.trigger 22:39:42 OK: 268 MiB in 57 packages 22:39:45 Removing intermediate container b5f33b811d96 22:39:45 ---> 9633438b36d1 22:39:45 Step 8/12 : COPY go.mod vendor* ./ 22:39:45 ---> b84370955828 22:39:45 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:39:45 ---> Running in f79b7753daef 22:40:53 Removing intermediate container f79b7753daef 22:40:53 ---> 17cef56164ba 22:40:53 Step 10/12 : COPY . . 22:40:53 ---> 4a22e029dfec 22:40:53 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:40:53 ---> Running in 7c6adaa4abf1 22:40:53 Removing intermediate container 7c6adaa4abf1 22:40:53 ---> 2b97921a9e16 22:40:53 Step 12/12 : RUN $MAKE 22:40:53 ---> Running in bcd6f9037a86 22:40:53 noop 22:40:53 Removing intermediate container bcd6f9037a86 22:40:53 ---> c4e98e70c480 22:40:53 Successfully built c4e98e70c480 22:40:53 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:40:53 + docker inspect -f . ci-base-image-arm64 22:40:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:40:54 prd-ubuntu20.04-docker-arm64-4c-16g-14794 does not seem to be running inside a container 22:40:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/115 -v /w/workspace/device-virtual-go/115:/w/workspace/device-virtual-go/115:rw,z -v /w/workspace/device-virtual-go/115@tmp:/w/workspace/device-virtual-go/115@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 22:40:55 $ docker top f78462ba8b71d2edd0836d9f6ca4688963bb01437d3e8b4238511e830a3601a2 -eo pid,comm [Pipeline] { [Pipeline] sh 22:40:56 + go version 22:40:56 go version go1.20.2 linux/arm64 [Pipeline] } 22:40:56 $ docker stop --time=1 f78462ba8b71d2edd0836d9f6ca4688963bb01437d3e8b4238511e830a3601a2 22:40:57 $ docker rm -f --volumes f78462ba8b71d2edd0836d9f6ca4688963bb01437d3e8b4238511e830a3601a2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:40:58 + docker inspect -f . ci-base-image-arm64 22:40:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:40:58 prd-ubuntu20.04-docker-arm64-4c-16g-14794 does not seem to be running inside a container 22:40:58 $ 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/115 -v /w/workspace/device-virtual-go/115:/w/workspace/device-virtual-go/115:rw,z -v /w/workspace/device-virtual-go/115@tmp:/w/workspace/device-virtual-go/115@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 22:40:59 $ docker top a9feb991d8bc769a71bebb17b9e42ef19bde0de879071daa0cbc603d8e246232 -eo pid,comm [Pipeline] { [Pipeline] sh 22:41:00 + git config --global --add safe.directory /w/workspace/device-virtual-go/115 [Pipeline] fileExists [Pipeline] sh 22:41:01 + make test 22:41:01 go test ./... -coverprofile=coverage.out 22:41:33 ? github.com/edgexfoundry/device-virtual-go [no test files] 22:43:25 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 22:43:25 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.086s coverage: 58.4% of statements 22:43:25 WARNING: Linting skipped (not on x86_64 or linter not installed) 22:43:25 go vet ./... 22:43:47 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 22:43:47 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 22:43:47 ./bin/test-attribution-txt.sh [Pipeline] echo 22:43:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 22:43:47 $ docker stop --time=1 a9feb991d8bc769a71bebb17b9e42ef19bde0de879071daa0cbc603d8e246232 22:43:49 $ docker rm -f --volumes a9feb991d8bc769a71bebb17b9e42ef19bde0de879071daa0cbc603d8e246232 [Pipeline] // withDockerContainer [Pipeline] sh 22:43:50 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:43:50 Warning: overwriting stash ‘coverage-report’ 22:43:50 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 22:43:51 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:43:51 + ls -al . 22:43:51 total 188 22:43:51 drwxrwxr-x 8 jenkins jenkins 4096 May 9 22:41 . 22:43:51 drwxrwxr-x 4 jenkins jenkins 4096 May 9 22:38 .. 22:43:51 drwxrwxr-x 8 jenkins jenkins 4096 May 9 22:38 .git 22:43:51 drwxrwxr-x 3 jenkins jenkins 4096 May 9 22:38 .github 22:43:51 -rw-rw-r-- 1 jenkins jenkins 337 May 9 22:38 .gitignore 22:43:51 -rw-rw-r-- 1 jenkins jenkins 41 May 9 22:38 .golangci.yml 22:43:51 -rw-rw-r-- 1 jenkins jenkins 8652 May 9 22:38 Attribution.txt 22:43:51 -rw-rw-r-- 1 jenkins jenkins 11367 May 9 22:38 CHANGELOG.md 22:43:51 -rw-rw-r-- 1 jenkins jenkins 1646 May 9 22:38 Dockerfile 22:43:51 -rw-rw-r-- 1 jenkins jenkins 677 May 9 22:38 GOVERNANCE.md 22:43:51 -rw-rw-r-- 1 jenkins jenkins 660 May 9 22:38 Jenkinsfile 22:43:51 -rw-rw-r-- 1 jenkins jenkins 11340 May 9 22:38 LICENSE 22:43:51 -rw-rw-r-- 1 jenkins jenkins 1696 May 9 22:38 Makefile 22:43:51 -rw-rw-r-- 1 jenkins jenkins 623 May 9 22:38 OWNERS.md 22:43:51 -rw-rw-r-- 1 jenkins jenkins 3578 May 9 22:38 README.md 22:43:51 -rw-rw-r-- 1 jenkins jenkins 12 May 9 22:34 VERSION 22:43:51 drwxrwxr-x 2 jenkins jenkins 4096 May 9 22:38 bin 22:43:51 drwxrwxr-x 3 jenkins jenkins 4096 May 9 22:38 cmd 22:43:51 -rw-r--r-- 1 jenkins jenkins 43063 May 9 22:43 coverage.out 22:43:51 -rw-rw-r-- 1 jenkins jenkins 3209 May 9 22:38 go.mod 22:43:51 -rw-rw-r-- 1 jenkins jenkins 30994 May 9 22:38 go.sum 22:43:51 drwxrwxr-x 3 jenkins jenkins 4096 May 9 22:38 internal 22:43:51 drwxrwxr-x 4 jenkins jenkins 4096 May 9 22:38 snap 22:43:51 -rw-rw-r-- 1 jenkins jenkins 235 May 9 22:38 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:43:51 + 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=b1c180997f30d70459501805a18d6262edcd2f8f --label arch=arm64 --label version=3.0.0-dev.43 . 22:43:52 Sending build context to Docker daemon 12.02MB 22:43:52 Step 1/25 : ARG BASE=golang:1.20-alpine3.17 22:43:52 Step 2/25 : FROM ${BASE} AS builder 22:43:52 ---> c4e98e70c480 22:43:52 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 22:43:52 ---> Running in 623cc8f73104 22:43:52 Removing intermediate container 623cc8f73104 22:43:52 ---> b65164b92feb 22:43:52 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 22:43:52 ---> Running in 61e9dabf5663 22:43:53 Removing intermediate container 61e9dabf5663 22:43:53 ---> c9ee85a1a663 22:43:53 Step 5/25 : ARG ADD_BUILD_TAGS="" 22:43:53 ---> Running in eec4c3934445 22:43:53 Removing intermediate container eec4c3934445 22:43:53 ---> 99fa11c5ab03 22:43:53 Step 6/25 : WORKDIR /device-virtual-go 22:43:53 ---> Running in 290b354fa089 22:43:53 Removing intermediate container 290b354fa089 22:43:53 ---> 294cf672f949 22:43:53 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:43:53 ---> Running in dd05af206018 22:43:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:43:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:43:56 OK: 268 MiB in 57 packages 22:43:57 Removing intermediate container dd05af206018 22:43:57 ---> b2dba51421f0 22:43:57 Step 8/25 : COPY go.mod vendor* ./ 22:43:57 ---> 9a77ab36a35f 22:43:57 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:43:57 ---> Running in 00cbbaae1292 22:44:02 Removing intermediate container 00cbbaae1292 22:44:02 ---> 122dc6ada933 22:44:02 Step 10/25 : COPY . . 22:44:02 ---> 52f30256fccd 22:44:02 Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:44:03 ---> Running in 2c144040c857 22:44:03 Removing intermediate container 2c144040c857 22:44:03 ---> 73f8eb4c3761 22:44:03 Step 12/25 : RUN $MAKE 22:44:03 ---> Running in 98a495be1d8a 22:44:04 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=3.0.0-dev.43" -trimpath -mod=readonly -o cmd/device-virtual ./cmd 22:46:25 Removing intermediate container 98a495be1d8a 22:46:25 ---> 04a88352a30d 22:46:25 Step 13/25 : FROM alpine:3.17 22:46:25 3.17: Pulling from library/alpine 22:46:25 c41833b44d91: Already exists 22:46:25 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 22:46:25 Status: Downloaded newer image for alpine:3.17 22:46:25 ---> 51e60588ff2c 22:46:25 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 22:46:25 ---> Running in f92e0d8da395 22:46:25 Removing intermediate container f92e0d8da395 22:46:25 ---> 3b8cae31df94 22:46:25 Step 15/25 : RUN apk add --update --no-cache dumb-init 22:46:25 ---> Running in d8cdf85fa6d1 22:46:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:46:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:46:25 (1/1) Installing dumb-init (1.2.5-r2) 22:46:25 Executing busybox-1.35.0-r29.trigger 22:46:25 OK: 8 MiB in 16 packages 22:46:25 Removing intermediate container d8cdf85fa6d1 22:46:25 ---> 8773861d52e9 22:46:25 Step 16/25 : WORKDIR / 22:46:25 ---> Running in 79ad91f76323 22:46:25 Removing intermediate container 79ad91f76323 22:46:25 ---> 74e97cf5e038 22:46:25 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 22:46:25 ---> f523e3512712 22:46:25 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 22:46:25 ---> 54c6ff89ce4c 22:46:25 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 22:46:26 ---> e553c21ea5ec 22:46:26 Step 20/25 : EXPOSE 59900 22:46:26 ---> Running in 408e0d0c17ee 22:46:26 Removing intermediate container 408e0d0c17ee 22:46:26 ---> 18e5b9bfc0ed 22:46:26 Step 21/25 : ENTRYPOINT ["/device-virtual"] 22:46:26 ---> Running in ad59303d6aa3 22:46:27 Removing intermediate container ad59303d6aa3 22:46:27 ---> 7ec8e806e8e8 22:46:27 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 22:46:27 ---> Running in b1ded559d6f1 22:46:27 Removing intermediate container b1ded559d6f1 22:46:27 ---> 503cab22d4fc 22:46:27 Step 23/25 : LABEL arch=arm64 22:46:27 ---> Running in b71fe8309bde 22:46:28 Removing intermediate container b71fe8309bde 22:46:28 ---> 91b93fe79606 22:46:28 Step 24/25 : LABEL git_sha=b1c180997f30d70459501805a18d6262edcd2f8f 22:46:28 ---> Running in bace77048bda 22:46:28 Removing intermediate container bace77048bda 22:46:28 ---> 8c487ca9838e 22:46:28 Step 25/25 : LABEL version=3.0.0-dev.43 22:46:28 ---> Running in 0667f7ebe2e2 22:46:28 Removing intermediate container 0667f7ebe2e2 22:46:28 ---> 202f497080c4 22:46:28 [Warning] One or more build-args [ARCH] were not consumed 22:46:28 Successfully built 202f497080c4 22:46:29 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 22:46:29 provisioning config files... 22:46:29 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/115@tmp/config4818123940899108664tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:46:29 ---> docker-login.sh 22:46:29 nexus3.edgexfoundry.org:10001 22:46:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:46:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:46:29 Configure a credential helper to remove this warning. See 22:46:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:46:29 22:46:29 Login Succeeded 22:46:29 nexus3.edgexfoundry.org:10002 22:46:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:46:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:46:30 Configure a credential helper to remove this warning. See 22:46:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:46:30 22:46:30 Login Succeeded 22:46:30 nexus3.edgexfoundry.org:10003 22:46:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:46:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:46:30 Configure a credential helper to remove this warning. See 22:46:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:46:30 22:46:30 Login Succeeded 22:46:30 nexus3.edgexfoundry.org:10004 22:46:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:46:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:46:31 Configure a credential helper to remove this warning. See 22:46:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:46:31 22:46:31 Login Succeeded 22:46:31 docker.io 22:46:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:46:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:46:31 Configure a credential helper to remove this warning. See 22:46:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:46:31 22:46:31 Login Succeeded 22:46:31 ---> docker-login.sh ends [Pipeline] } 22:46:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:46:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:46:31 [edgeXDocker.push] Tagging docker image device-virtual-arm64 with the following tags: 22:46:31 b1c180997f30d70459501805a18d6262edcd2f8f 22:46:31 latest 22:46:31 3.0.0-dev.43 22:46:31 b1c180997f30d70459501805a18d6262edcd2f8f-3.0.0-dev.43 22:46:31 main 22:46:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:46:32 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:b1c180997f30d70459501805a18d6262edcd2f8f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:46:32 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:b1c180997f30d70459501805a18d6262edcd2f8f 22:46:32 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 22:46:32 c28a9e544de1: Preparing 22:46:32 f191d9af932b: Preparing 22:46:32 f2b2047a2092: Preparing 22:46:32 fef294cb022f: Preparing 22:46:32 26cbea5cba74: Preparing 22:46:32 26cbea5cba74: Layer already exists 22:46:32 f191d9af932b: Pushed 22:46:32 f2b2047a2092: Pushed 22:46:32 fef294cb022f: Pushed 22:46:38 c28a9e544de1: Pushed 22:46:38 b1c180997f30d70459501805a18d6262edcd2f8f: digest: sha256:3717a3fbfa1c61cb7bea05cf1f1d42273301578e0136160f28a1ee67686450bb size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:46:38 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:46:38 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 22:46:38 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 22:46:38 c28a9e544de1: Preparing 22:46:38 f191d9af932b: Preparing 22:46:38 f2b2047a2092: Preparing 22:46:38 fef294cb022f: Preparing 22:46:38 26cbea5cba74: Preparing 22:46:38 f2b2047a2092: Layer already exists 22:46:38 f191d9af932b: Layer already exists 22:46:38 26cbea5cba74: Layer already exists 22:46:38 c28a9e544de1: Layer already exists 22:46:38 fef294cb022f: Layer already exists 22:46:39 latest: digest: sha256:3717a3fbfa1c61cb7bea05cf1f1d42273301578e0136160f28a1ee67686450bb size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:46:39 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.0.0-dev.43 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:46:39 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.0.0-dev.43 22:46:39 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 22:46:39 c28a9e544de1: Preparing 22:46:39 f191d9af932b: Preparing 22:46:39 f2b2047a2092: Preparing 22:46:39 fef294cb022f: Preparing 22:46:39 26cbea5cba74: Preparing 22:46:39 26cbea5cba74: Layer already exists 22:46:39 c28a9e544de1: Layer already exists 22:46:39 f2b2047a2092: Layer already exists 22:46:39 fef294cb022f: Layer already exists 22:46:39 f191d9af932b: Layer already exists 22:46:39 3.0.0-dev.43: digest: sha256:3717a3fbfa1c61cb7bea05cf1f1d42273301578e0136160f28a1ee67686450bb size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:46:40 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:b1c180997f30d70459501805a18d6262edcd2f8f-3.0.0-dev.43 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:46:40 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:b1c180997f30d70459501805a18d6262edcd2f8f-3.0.0-dev.43 22:46:40 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 22:46:40 c28a9e544de1: Preparing 22:46:40 f191d9af932b: Preparing 22:46:40 f2b2047a2092: Preparing 22:46:40 fef294cb022f: Preparing 22:46:40 26cbea5cba74: Preparing 22:46:40 26cbea5cba74: Layer already exists 22:46:40 f2b2047a2092: Layer already exists 22:46:40 fef294cb022f: Layer already exists 22:46:40 c28a9e544de1: Layer already exists 22:46:40 f191d9af932b: Layer already exists 22:46:41 b1c180997f30d70459501805a18d6262edcd2f8f-3.0.0-dev.43: digest: sha256:3717a3fbfa1c61cb7bea05cf1f1d42273301578e0136160f28a1ee67686450bb size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:46:41 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:46:41 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:main 22:46:41 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 22:46:41 c28a9e544de1: Preparing 22:46:41 f191d9af932b: Preparing 22:46:41 f2b2047a2092: Preparing 22:46:41 fef294cb022f: Preparing 22:46:41 26cbea5cba74: Preparing 22:46:41 26cbea5cba74: Layer already exists 22:46:41 fef294cb022f: Layer already exists 22:46:41 f2b2047a2092: Layer already exists 22:46:41 c28a9e544de1: Layer already exists 22:46:41 f191d9af932b: Layer already exists 22:46:42 main: digest: sha256:3717a3fbfa1c61cb7bea05cf1f1d42273301578e0136160f28a1ee67686450bb size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:46:42 ===================================================== [Pipeline] echo 22:46:42 taggedImages: 22:46:42 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:b1c180997f30d70459501805a18d6262edcd2f8f 22:46:42 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 22:46:42 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.0.0-dev.43 22:46:42 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:b1c180997f30d70459501805a18d6262edcd2f8f-3.0.0-dev.43 22:46:42 - 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 22:46:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:46:42 22:46:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:46:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:46:43 arm64: Pulling from edgex-lftools-log-publisher 22:46:43 8998bd30e6a1: Pulling fs layer 22:46:43 04944245beec: Pulling fs layer 22:46:43 699f458cf7ca: Pulling fs layer 22:46:43 765212b225bb: Pulling fs layer 22:46:43 f23df028b6ca: Pulling fs layer 22:46:43 d65c8cfc05b1: Pulling fs layer 22:46:43 2437ff75d9bd: Pulling fs layer 22:46:43 765212b225bb: Waiting 22:46:43 f23df028b6ca: Waiting 22:46:43 d65c8cfc05b1: Waiting 22:46:43 2437ff75d9bd: Waiting 22:46:43 04944245beec: Verifying Checksum 22:46:43 04944245beec: Download complete 22:46:43 765212b225bb: Verifying Checksum 22:46:43 765212b225bb: Download complete 22:46:43 f23df028b6ca: Verifying Checksum 22:46:43 f23df028b6ca: Download complete 22:46:43 d65c8cfc05b1: Verifying Checksum 22:46:43 d65c8cfc05b1: Download complete 22:46:43 699f458cf7ca: Verifying Checksum 22:46:43 699f458cf7ca: Download complete 22:46:44 8998bd30e6a1: Verifying Checksum 22:46:44 8998bd30e6a1: Download complete 22:46:46 2437ff75d9bd: Verifying Checksum 22:46:46 2437ff75d9bd: Download complete 22:46:48 8998bd30e6a1: Pull complete 22:46:48 04944245beec: Pull complete 22:46:50 699f458cf7ca: Pull complete 22:46:50 765212b225bb: Pull complete 22:46:51 f23df028b6ca: Pull complete 22:46:51 d65c8cfc05b1: Pull complete 22:47:06 2437ff75d9bd: Pull complete 22:47:06 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 22:47:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:47:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:47:06 prd-ubuntu20.04-docker-arm64-4c-16g-14794 does not seem to be running inside a container 22:47:06 $ 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/115 -v /w/workspace/device-virtual-go/115:/w/workspace/device-virtual-go/115:rw,z -v /w/workspace/device-virtual-go/115@tmp:/w/workspace/device-virtual-go/115@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 22:47:10 $ docker top d541343bae123dbfd99bb2259ae0771cf852fe3fc05932f641714a2c860498ea -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:47:10 ---> job-cost.sh 22:47:10 lf-activate-venv: SKIPPING 22:47:10 INFO: No Stack... 22:47:11 INFO: Retrieving Pricing Info for: v3-standard-4 22:47:12 INFO: Archiving Costs [Pipeline] sh 22:47:12 + cat /w/workspace/device-virtual-go/115/archives/cost.csv 22:47:12 + cut -d, -f6 [Pipeline] lock 22:47:12 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-115-stack-cost] 22:47:12 Resource [jenkins-edgexfoundry-device-virtual-go-main-115-stack-cost] did not exist. Created. 22:47:12 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-115-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:47:13 /w/workspace/device-virtual-go/115@tmp/durable-b706eed7/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 22:47:14 + echo total: 0.10999999940395355 [Pipeline] stash 22:47:14 Warning: overwriting stash ‘stack-cost’ 22:47:14 Stashed 1 file(s) [Pipeline] } 22:47:14 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-115-stack-cost] [Pipeline] // lock [Pipeline] } 22:47:14 $ docker stop --time=1 d541343bae123dbfd99bb2259ae0771cf852fe3fc05932f641714a2c860498ea 22:47:15 $ docker rm -f --volumes d541343bae123dbfd99bb2259ae0771cf852fe3fc05932f641714a2c860498ea [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 22:47:16 provisioning config files... 22:47:16 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config11284907586491602981tmp [Pipeline] { [Pipeline] sh 22:47:16 + set +x 22:47:16 + curl -s https://codecov.io/bash 22:47:16 + bash -s -- 22:47:16 22:47:16 _____ _ 22:47:16 / ____| | | 22:47:16 | | ___ __| | ___ ___ _____ __ 22:47:16 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:47:16 | |___| (_) | (_| | __/ (_| (_) \ V / 22:47:16 \_____\___/ \__,_|\___|\___\___/ \_/ 22:47:16 Bash-1.0.6 22:47:16 22:47:16 22:47:16 ==> git version 2.25.1 found 22:47:16 ==> 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 22:47:16 Release-Date: 2020-01-08 22:47:16 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 22:47:16 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 22:47:16 ==> Jenkins CI detected. 22:47:16 current dir:  /w/workspace/exfoundry_device-virtual-go_main 22:47:16 project root: . 22:47:16 --> token set from env 22:47:16 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:47:16 ==> Running gcov in . (disable via -X gcov) 22:47:16 ==> Python coveragepy not found 22:47:16 ==> Searching for coverage reports in: 22:47:16 + . 22:47:16 -> Found 1 reports 22:47:16 ==> Detecting git/mercurial file structure 22:47:16 ==> Reading reports 22:47:16 + ./coverage.out bytes=43063 22:47:16 ==> Appending adjustments 22:47:16 https://docs.codecov.io/docs/fixing-reports 22:47:16 + Found adjustments 22:47:16 ==> Gzipping contents 22:47:16 8.0K /tmp/codecov.o2vKjA.gz 22:47:16 ==> Uploading reports 22:47:16 url: https://codecov.io 22:47:16 query: branch=main&commit=b1c180997f30d70459501805a18d6262edcd2f8f&build=115&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F115%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 22:47:16 -> Pinging Codecov 22:47:16 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=b1c180997f30d70459501805a18d6262edcd2f8f&build=115&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F115%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 22:47:16 -> Uploading to 22:47:16 https://storage.googleapis.com/codecov/v4/raw/2023-05-09/5E52B4B073DB2E39498172D8E973AA87/b1c180997f30d70459501805a18d6262edcd2f8f/b78eac2a-2921-4c69-8027-16d6af82132d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230509%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230509T224716Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4e83e681e2136cad1b8cc5362b965a5aa1223391ba67405b05ef0d289654bec2 22:47:16 % Total % Received % Xferd Average Speed Time Time Time Current 22:47:16 Dload Upload Total Spent Left Speed 22:47:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5184 0 0 100 5184 0 27141 --:--:-- --:--:-- --:--:-- 27141 22:47:17 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/b1c180997f30d70459501805a18d6262edcd2f8f [Pipeline] } 22:47:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 22:47:17 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 22:47:17 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:47:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:47:17 22:47:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:47:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:47:17 1.410.4: Pulling from edgex-devops/edgex-snyk-go 22:47:17 df9b9388f04a: Pulling fs layer 22:47:17 52dc419b0ee2: Pulling fs layer 22:47:17 25bc292e5bac: Pulling fs layer 22:47:17 114826534d7a: Pulling fs layer 22:47:17 4657fd5d0bcf: Pulling fs layer 22:47:17 6ad1cebc031e: Pulling fs layer 22:47:17 8a3aa393b2d8: Pulling fs layer 22:47:17 8a3aa393b2d8: Waiting 22:47:17 4657fd5d0bcf: Waiting 22:47:17 6ad1cebc031e: Waiting 22:47:17 114826534d7a: Waiting 22:47:17 25bc292e5bac: Verifying Checksum 22:47:17 25bc292e5bac: Download complete 22:47:17 52dc419b0ee2: Download complete 22:47:17 4657fd5d0bcf: Verifying Checksum 22:47:17 4657fd5d0bcf: Download complete 22:47:17 df9b9388f04a: Verifying Checksum 22:47:17 df9b9388f04a: Download complete 22:47:18 df9b9388f04a: Pull complete 22:47:18 6ad1cebc031e: Verifying Checksum 22:47:18 52dc419b0ee2: Pull complete 22:47:18 25bc292e5bac: Pull complete 22:47:18 114826534d7a: Download complete 22:47:19 8a3aa393b2d8: Verifying Checksum 22:47:19 8a3aa393b2d8: Download complete 22:47:22 114826534d7a: Pull complete 22:47:22 4657fd5d0bcf: Pull complete 22:47:22 6ad1cebc031e: Pull complete 22:47:24 8a3aa393b2d8: Pull complete 22:47:24 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 22:47:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:47:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:47:24 prd-ubuntu20.04-docker-8c-8g-14793 does not seem to be running inside a container 22:47:25 $ 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 22:47:26 $ docker top 8e2dbd8aa9fe259c240e1a7793281cf790a4f9191ff599ac18c3d2425e21143e -eo pid,comm [Pipeline] { [Pipeline] echo 22:47:26 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-virtual-go:main' [Pipeline] sh 22:47:26 + set -o pipefail 22:47:26 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-virtual-go:main' 22:47:32 22:47:32 Monitoring /w/workspace/exfoundry_device-virtual-go_main (github.com/edgexfoundry/device-virtual-go)... 22:47:32 22:47:32 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/28e35fd0-54c0-4b4d-8115-61bcd17c2ff8/history/7ba94af3-fc5f-4f14-8234-d6a19299494d 22:47:32 22:47:32 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 22:47:32 22:47:32 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 22:47:32 22:47:32 22:47:32 A medium severity vulnerability was found in the Snyk CLI versions you are using. 22:47:32 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 22:47:32 More details here: https://snyk.co/ue1NS 22:47:32 You have reached your monthly limit of 401 private tests for your edgex-jenkins org. 22:47:32 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 22:47:32 $ docker stop --time=1 8e2dbd8aa9fe259c240e1a7793281cf790a4f9191ff599ac18c3d2425e21143e 22:47:33 $ docker rm -f --volumes 8e2dbd8aa9fe259c240e1a7793281cf790a4f9191ff599ac18c3d2425e21143e [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 22:47:34 + git log --format=format:%s -1 b1c180997f30d70459501805a18d6262edcd2f8f [Pipeline] sh 22:47:34 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:47:34 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:47:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:47:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:47:35 prd-ubuntu20.04-docker-8c-8g-14793 does not seem to be running inside a container 22:47:35 $ 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 22:47:35 $ docker top 42f5ec08cdc7e1531decda548225811133e39929d9f04b6eb9be8d7282b27cda -eo pid,comm 22:47:35 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 22:47:35 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:47:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:47:35 [ssh-agent] Looking for ssh-agent implementation... 22:47:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:47:35 $ docker exec 42f5ec08cdc7e1531decda548225811133e39929d9f04b6eb9be8d7282b27cda ssh-agent 22:47:35 SSH_AUTH_SOCK=/tmp/ssh-w4eE6MUZP5PE/agent.31 22:47:35 SSH_AGENT_PID=37 22:47:35 Running ssh-add (command line suppressed) 22:47:36 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_12538081980743323896.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_12538081980743323896.key) 22:47:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:47:36 + git semver tag 22:47:36 2023-05-09 22:47:36,513 [run_tag] DEBUG tag force:False 22:47:36 2023-05-09 22:47:36,513 [check_head_tag] DEBUG check head tag 22:47:36 2023-05-09 22:47:36,515 [execute] INFO git cat-file --batch-check 22:47:36 2023-05-09 22:47:36,515 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) 22:47:36 2023-05-09 22:47:36,518 [execute] INFO git cat-file --batch 22:47:36 2023-05-09 22:47:36,519 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) 22:47:36 2023-05-09 22:47:36,541 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 22:47:36 2023-05-09 22:47:36,541 [execute] INFO git tag -a v3.0.0-dev.43 -m v3.0.0-dev.43 22:47:36 2023-05-09 22:47:36,542 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.43', '-m', 'v3.0.0-dev.43'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=None) 22:47:36 2023-05-09 22:47:36,545 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 22:47:36 3.0.0-dev.43 [Pipeline] } 22:47:36 $ docker exec --env ******** --env ******** 42f5ec08cdc7e1531decda548225811133e39929d9f04b6eb9be8d7282b27cda ssh-agent -k 22:47:36 unset SSH_AUTH_SOCK; 22:47:36 unset SSH_AGENT_PID; 22:47:36 echo Agent pid 37 killed; 22:47:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:47:37 + git semver [Pipeline] } 22:47:37 $ docker stop --time=1 42f5ec08cdc7e1531decda548225811133e39929d9f04b6eb9be8d7282b27cda 22:47:39 $ docker rm -f --volumes 42f5ec08cdc7e1531decda548225811133e39929d9f04b6eb9be8d7282b27cda [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:47:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:47:39 22:47:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:47:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:47:39 0.23.1-centos7: Pulling from edgex-lftools 22:47:39 ab5ef0e58194: Pulling fs layer 22:47:39 9712f1f96733: Pulling fs layer 22:47:39 63f879dbbcfc: Pulling fs layer 22:47:39 0d9ebad4ef96: Pulling fs layer 22:47:39 e9a5061849ea: Pulling fs layer 22:47:39 d747dcd14b5f: Pulling fs layer 22:47:39 2de7ff778b66: Pulling fs layer 22:47:39 0d9ebad4ef96: Waiting 22:47:39 e9a5061849ea: Waiting 22:47:39 2de7ff778b66: Waiting 22:47:39 d747dcd14b5f: Waiting 22:47:39 9712f1f96733: Verifying Checksum 22:47:39 9712f1f96733: Download complete 22:47:40 63f879dbbcfc: Verifying Checksum 22:47:40 63f879dbbcfc: Download complete 22:47:40 e9a5061849ea: Verifying Checksum 22:47:40 e9a5061849ea: Download complete 22:47:40 d747dcd14b5f: Verifying Checksum 22:47:40 d747dcd14b5f: Download complete 22:47:40 0d9ebad4ef96: Verifying Checksum 22:47:40 0d9ebad4ef96: Download complete 22:47:40 ab5ef0e58194: Verifying Checksum 22:47:40 ab5ef0e58194: Download complete 22:47:40 2de7ff778b66: Verifying Checksum 22:47:40 2de7ff778b66: Download complete 22:47:43 ab5ef0e58194: Pull complete 22:47:43 9712f1f96733: Pull complete 22:47:44 63f879dbbcfc: Pull complete 22:47:47 0d9ebad4ef96: Pull complete 22:47:47 e9a5061849ea: Pull complete 22:47:47 d747dcd14b5f: Pull complete 22:47:47 2de7ff778b66: Pull complete 22:47:47 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:47:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:47:47 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:47:48 prd-ubuntu20.04-docker-8c-8g-14793 does not seem to be running inside a container 22:47:48 $ 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 22:47:49 $ docker top ca6cce752ec1edd66feabef27a0f33dd0043038ac85ec9a8b0c22fe44b381dbf -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:47:49 provisioning config files... 22:47:49 copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config11728791473206041044tmp 22:47:49 copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config17093815835857131603tmp 22:47:49 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config8574220850457211865tmp [Pipeline] { [Pipeline] echo 22:47:49 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:47:50 ---> sigul-configuration.sh 22:47:50 gpg: directory `/root/.gnupg' created 22:47:50 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:47:50 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:47:50 gpg: keyring `/root/.gnupg/secring.gpg' created 22:47:50 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:47:50 gpg: CAST5 encrypted data 22:47:50 gpg: encrypted with 1 passphrase 22:47:50 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:47:50 + mkdir /home/jenkins 22:47:50 + mkdir /home/jenkins/sigul [Pipeline] sh 22:47:50 + 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 22:47:50 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:47:50 ---> sigul-install.sh 22:47:50 Sigul already installed; skipping installation. [Pipeline] sh 22:47:51 + git tag --list 22:47:51 v1.0.0 22:47:51 v1.1.0 22:47:51 v1.1.1 22:47:51 v1.2.1 22:47:51 v1.2.2 22:47:51 v1.2.3 22:47:51 v1.3.0 22:47:51 v1.3.1 22:47:51 v2.0.0 22:47:51 v2.1.0 22:47:51 v2.1.1 22:47:51 v2.1.1-dev.1 22:47:51 v2.1.1-dev.2 22:47:51 v2.2.0 22:47:51 v2.2.1-dev.1 22:47:51 v2.2.1-dev.2 22:47:51 v2.2.1-dev.3 22:47:51 v2.2.1-dev.4 22:47:51 v2.2.1-dev.5 22:47:51 v2.2.1-dev.6 22:47:51 v2.2.1-dev.7 22:47:51 v2.2.1-dev.8 22:47:51 v2.3.0 22:47:51 v2.3.0-dev.10 22:47:51 v2.3.0-dev.11 22:47:51 v2.3.0-dev.12 22:47:51 v2.3.0-dev.13 22:47:51 v2.3.0-dev.14 22:47:51 v2.3.0-dev.15 22:47:51 v2.3.0-dev.16 22:47:51 v2.3.0-dev.17 22:47:51 v2.3.0-dev.18 22:47:51 v2.3.0-dev.19 22:47:51 v2.3.0-dev.20 22:47:51 v2.3.0-dev.21 22:47:51 v2.3.0-dev.22 22:47:51 v2.3.0-dev.23 22:47:51 v2.3.0-dev.24 22:47:51 v2.3.0-dev.25 22:47:51 v2.3.0-dev.26 22:47:51 v2.3.0-dev.27 22:47:51 v2.3.0-dev.28 22:47:51 v2.3.0-dev.29 22:47:51 v2.3.0-dev.30 22:47:51 v2.3.0-dev.8 22:47:51 v2.3.0-dev.9 22:47:51 v3.0.0-dev.1 22:47:51 v3.0.0-dev.10 22:47:51 v3.0.0-dev.11 22:47:51 v3.0.0-dev.12 22:47:51 v3.0.0-dev.13 22:47:51 v3.0.0-dev.14 22:47:51 v3.0.0-dev.15 22:47:51 v3.0.0-dev.16 22:47:51 v3.0.0-dev.17 22:47:51 v3.0.0-dev.18 22:47:51 v3.0.0-dev.19 22:47:51 v3.0.0-dev.2 22:47:51 v3.0.0-dev.20 22:47:51 v3.0.0-dev.21 22:47:51 v3.0.0-dev.22 22:47:51 v3.0.0-dev.23 22:47:51 v3.0.0-dev.24 22:47:51 v3.0.0-dev.25 22:47:51 v3.0.0-dev.26 22:47:51 v3.0.0-dev.27 22:47:51 v3.0.0-dev.28 22:47:51 v3.0.0-dev.29 22:47:51 v3.0.0-dev.3 22:47:51 v3.0.0-dev.30 22:47:51 v3.0.0-dev.31 22:47:51 v3.0.0-dev.32 22:47:51 v3.0.0-dev.33 22:47:51 v3.0.0-dev.34 22:47:51 v3.0.0-dev.35 22:47:51 v3.0.0-dev.36 22:47:51 v3.0.0-dev.37 22:47:51 v3.0.0-dev.38 22:47:51 v3.0.0-dev.39 22:47:51 v3.0.0-dev.4 22:47:51 v3.0.0-dev.40 22:47:51 v3.0.0-dev.41 22:47:51 v3.0.0-dev.42 22:47:51 v3.0.0-dev.43 22:47:51 v3.0.0-dev.5 22:47:51 v3.0.0-dev.6 22:47:51 v3.0.0-dev.7 22:47:51 v3.0.0-dev.8 22:47:51 v3.0.0-dev.9 [Pipeline] sh 22:47:51 + lftools sign git-tag v3.0.0-dev.43 22:47:52 Signing Git tag with Sigul... 22:47:52 Signing v3.0.0-dev.43 [Pipeline] echo 22:47:52 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:47:52 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:47:52 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:47:52 $ docker stop --time=1 ca6cce752ec1edd66feabef27a0f33dd0043038ac85ec9a8b0c22fe44b381dbf 22:47:54 $ docker rm -f --volumes ca6cce752ec1edd66feabef27a0f33dd0043038ac85ec9a8b0c22fe44b381dbf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 22:47:54 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:47:54 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:47:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:47:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:47:55 prd-ubuntu20.04-docker-8c-8g-14793 does not seem to be running inside a container 22:47:55 $ 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 22:47:55 $ docker top dea3d34aedbacd2860edc04361963bf43d5714bfb6114dd8d284688949a73d46 -eo pid,comm 22:47:55 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 22:47:55 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:47:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:47:55 [ssh-agent] Looking for ssh-agent implementation... 22:47:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:47:55 $ docker exec dea3d34aedbacd2860edc04361963bf43d5714bfb6114dd8d284688949a73d46 ssh-agent 22:47:55 SSH_AUTH_SOCK=/tmp/ssh-8kUbQwV8vOQm/agent.34 22:47:55 SSH_AGENT_PID=40 22:47:55 Running ssh-add (command line suppressed) 22:47:55 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_3512522727515802155.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_3512522727515802155.key) 22:47:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:47:56 + git semver bump pre 22:47:56 2023-05-09 22:47:56,297 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 22:47:56 2023-05-09 22:47:56,297 [bump_version] DEBUG bumping version:3.0.0-dev.43 on axis:pre with prefix:dev 22:47:56 2023-05-09 22:47:56,298 [bump_version] DEBUG bumped version:3.0.0-dev.44 22:47:56 2023-05-09 22:47:56,298 [write_version] DEBUG write version:3.0.0-dev.44 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:True 22:47:56 2023-05-09 22:47:56,298 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 22:47:56 2023-05-09 22:47:56,298 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-virtual-go_main/.semver/main 22:47:56 2023-05-09 22:47:56,299 [execute] INFO git cat-file --batch-check 22:47:56 2023-05-09 22:47:56,300 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) 22:47:56 2023-05-09 22:47:56,305 [execute] INFO git cat-file --batch 22:47:56 2023-05-09 22:47:56,305 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) 22:47:56 2023-05-09 22:47:56,310 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 22:47:56 3.0.0-dev.44 [Pipeline] } 22:47:56 $ docker exec --env ******** --env ******** dea3d34aedbacd2860edc04361963bf43d5714bfb6114dd8d284688949a73d46 ssh-agent -k 22:47:56 unset SSH_AUTH_SOCK; 22:47:56 unset SSH_AGENT_PID; 22:47:56 echo Agent pid 40 killed; 22:47:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:47:56 + git semver [Pipeline] } 22:47:57 $ docker stop --time=1 dea3d34aedbacd2860edc04361963bf43d5714bfb6114dd8d284688949a73d46 22:47:58 $ docker rm -f --volumes dea3d34aedbacd2860edc04361963bf43d5714bfb6114dd8d284688949a73d46 [Pipeline] // withDockerContainer [Pipeline] sh 22:47:58 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:47:58 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:47:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:47:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:47:59 prd-ubuntu20.04-docker-8c-8g-14793 does not seem to be running inside a container 22:47:59 $ 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 22:47:59 $ docker top 4c60405b1fddebdb6235331ffaa6574b3059ce83311c060d810c47a834a1d133 -eo pid,comm 22:47:59 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 22:47:59 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:47:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:47:59 [ssh-agent] Looking for ssh-agent implementation... 22:47:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:47:59 $ docker exec 4c60405b1fddebdb6235331ffaa6574b3059ce83311c060d810c47a834a1d133 ssh-agent 22:47:59 SSH_AUTH_SOCK=/tmp/ssh-mGWFBacdN7Nl/agent.34 22:47:59 SSH_AGENT_PID=40 22:47:59 Running ssh-add (command line suppressed) 22:47:59 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_5351313663904618928.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_5351313663904618928.key) 22:47:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:48:00 + git semver push 22:48:00 2023-05-09 22:48:00,330 [run_push] DEBUG push 22:48:00 2023-05-09 22:48:00,331 [execute] INFO git cat-file --batch-check 22:48:00 2023-05-09 22:48:00,331 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) 22:48:00 2023-05-09 22:48:00,335 [execute] INFO git rev-list dfabb06773c7276463c00ae91db0a8b791ca4227 -- 22:48:00 2023-05-09 22:48:00,336 [execute] DEBUG Popen(['git', 'rev-list', 'dfabb06773c7276463c00ae91db0a8b791ca4227', '--'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) 22:48:00 2023-05-09 22:48:00,345 [execute] INFO git fetch -v origin 22:48:00 2023-05-09 22:48:00,346 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=True, shell=None, istream=None) 22:48:00 2023-05-09 22:48:00,807 [run_push] DEBUG no remote changes detected 22:48:00 2023-05-09 22:48:00,807 [execute] INFO git push origin semver 22:48:00 2023-05-09 22:48:00,807 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) 22:48:01 2023-05-09 22:48:01,573 [run_push] DEBUG push all version tags 22:48:01 2023-05-09 22:48:01,573 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 22:48:01 2023-05-09 22:48:01,574 [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) 22:48:02 2023-05-09 22:48:02,393 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 22:48:02 3.0.0-dev.44 [Pipeline] } 22:48:02 $ docker exec --env ******** --env ******** 4c60405b1fddebdb6235331ffaa6574b3059ce83311c060d810c47a834a1d133 ssh-agent -k 22:48:02 unset SSH_AUTH_SOCK; 22:48:02 unset SSH_AGENT_PID; 22:48:02 echo Agent pid 40 killed; 22:48:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:48:02 + git semver [Pipeline] } 22:48:03 $ docker stop --time=1 4c60405b1fddebdb6235331ffaa6574b3059ce83311c060d810c47a834a1d133 22:48:04 $ docker rm -f --volumes 4c60405b1fddebdb6235331ffaa6574b3059ce83311c060d810c47a834a1d133 [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 22:48:04 + [ -d /w/workspace/exfoundry_device-virtual-go_main/archives ] 22:48:04 + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives 22:48:04 total 16 22:48:04 drwxr-xr-x 3 root root 4096 May 9 22:36 . 22:48:04 drwxrwxr-x 10 jenkins jenkins 4096 May 9 22:47 .. 22:48:04 drwxr-xr-x 2 root root 4096 May 9 22:36 cost 22:48:04 -rw-r--r-- 1 root root 89 May 9 22:36 cost.csv 22:48:04 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-virtual-go_main/archives 22:48:04 + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives 22:48:04 total 16 22:48:04 drwxr-xr-x 3 jenkins jenkins 4096 May 9 22:36 . 22:48:04 drwxrwxr-x 10 jenkins jenkins 4096 May 9 22:47 .. 22:48:04 drwxr-xr-x 2 jenkins jenkins 4096 May 9 22:36 cost 22:48:04 -rw-r--r-- 1 jenkins jenkins 89 May 9 22:36 cost.csv [Pipeline] libraryResource [Pipeline] sh 22:48:05 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:48:06 ---> package-listing.sh 22:48:06 ++ facter osfamily 22:48:06 ++ tr '[:upper:]' '[:lower:]' 22:48:06 + OS_FAMILY=debian 22:48:06 + workspace=/w/workspace/exfoundry_device-virtual-go_main 22:48:06 + START_PACKAGES=/tmp/packages_start.txt 22:48:06 + END_PACKAGES=/tmp/packages_end.txt 22:48:06 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:48:06 + PACKAGES=/tmp/packages_start.txt 22:48:06 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 22:48:06 + PACKAGES=/tmp/packages_end.txt 22:48:06 + case "${OS_FAMILY}" in 22:48:06 + grep '^ii' 22:48:06 + dpkg -l 22:48:06 + '[' -f /tmp/packages_start.txt ']' 22:48:06 + '[' -f /tmp/packages_end.txt ']' 22:48:06 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:48:06 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 22:48:06 + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ 22:48:06 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-virtual-go_main/archives/ [Pipeline] echo 22:48:06 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 22:48:06 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:48:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:48:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:48:07 prd-ubuntu20.04-docker-8c-8g-14793 does not seem to be running inside a container 22:48:07 $ 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 22:48:07 $ docker top 84b60dba558881805d6945303095c0c9f247060b8c916c1adbf0c05a615b83f3 -eo pid,comm [Pipeline] { [Pipeline] sh 22:48:07 + touch /tmp/pre-build-complete [Pipeline] sh 22:48:07 + mkdir -p /var/log/sysstat [Pipeline] sh 22:48:08 + ls /var/log/sa-host 22:48:08 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:48:08 provisioning config files... 22:48:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config5303514504936695087tmp [Pipeline] { [Pipeline] echo 22:48:08 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:48:08 ---> create-netrc.sh [Pipeline] } 22:48:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 22:48:08 ---> python-tools-install.sh [Pipeline] echo 22:48:08 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:48:09 ---> sudo-logs.sh 22:48:09 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:48:09 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:48:09 ---> job-cost.sh 22:48:09 lf-activate-venv: SKIPPING 22:48:09 DEBUG: total: 0.2199999988079071 22:48:09 INFO: Retrieving Stack Cost... 22:48:09 INFO: Retrieving Pricing Info for: v3-standard-8 22:48:10 INFO: Archiving Costs [Pipeline] echo 22:48:10 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:48:10 ---> logs-deploy.sh 22:48:10 lf-activate-venv: SKIPPING 22:48:10 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/115 22:48:10 INFO: archiving workspace using pattern(s): 22:48:11 Archives upload complete. 22:48:11 INFO: archiving logs to Nexus 22:48:12 ---> uname -a: 22:48:12 Linux prd-ubuntu20-04-docker-8c-8g-14793 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 22:48:12 22:48:12 22:48:12 ---> lscpu: 22:48:12 Architecture: x86_64 22:48:12 CPU op-mode(s): 32-bit, 64-bit 22:48:12 Byte Order: Little Endian 22:48:12 Address sizes: 40 bits physical, 48 bits virtual 22:48:12 CPU(s): 8 22:48:12 On-line CPU(s) list: 0-7 22:48:12 Thread(s) per core: 1 22:48:12 Core(s) per socket: 1 22:48:12 Socket(s): 8 22:48:12 NUMA node(s): 1 22:48:12 Vendor ID: AuthenticAMD 22:48:12 CPU family: 23 22:48:12 Model: 49 22:48:12 Model name: AMD EPYC-Rome Processor 22:48:12 Stepping: 0 22:48:12 CPU MHz: 2799.998 22:48:12 BogoMIPS: 5599.99 22:48:12 Virtualization: AMD-V 22:48:12 Hypervisor vendor: KVM 22:48:12 Virtualization type: full 22:48:12 L1d cache: 256 KiB 22:48:12 L1i cache: 256 KiB 22:48:12 L2 cache: 4 MiB 22:48:12 L3 cache: 128 MiB 22:48:12 NUMA node0 CPU(s): 0-7 22:48:12 Vulnerability Itlb multihit: Not affected 22:48:12 Vulnerability L1tf: Not affected 22:48:12 Vulnerability Mds: Not affected 22:48:12 Vulnerability Meltdown: Not affected 22:48:12 Vulnerability Mmio stale data: Not affected 22:48:12 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:48:12 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 22:48:12 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 22:48:12 Vulnerability Srbds: Not affected 22:48:12 Vulnerability Tsx async abort: Not affected 22:48:12 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 22:48:12 22:48:12 22:48:12 ---> nproc: 22:48:12 8 22:48:12 22:48:12 22:48:12 ---> df -h: 22:48:12 Filesystem Size Used Avail Use% Mounted on 22:48:12 overlay 155G 13G 143G 9% / 22:48:12 tmpfs 64M 0 64M 0% /dev 22:48:12 tmpfs 16G 0 16G 0% /sys/fs/cgroup 22:48:12 shm 64M 0 64M 0% /dev/shm 22:48:12 /dev/vda1 155G 13G 143G 9% /facter-os 22:48:12 22:48:12 22:48:12 ---> sar -b -r -n DEV: 22:48:12 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-14793) 05/09/23 _x86_64_ (8 CPU) 22:48:12 22:48:12 22:33:56 LINUX RESTART (8 CPU) 22:48:12 22:48:12 22:34:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:48:12 22:35:01 199.80 47.98 151.82 0.00 5421.23 170976.84 0.00 22:48:12 22:36:01 189.20 1.48 187.72 0.00 41.99 107058.16 0.00 22:48:12 22:37:01 115.01 0.05 114.96 0.00 4.00 33884.49 0.00 22:48:12 22:38:02 1.30 0.00 1.30 0.00 0.00 14.28 0.00 22:48:12 22:39:01 5.05 1.66 3.39 0.00 719.34 83.51 0.00 22:48:12 22:40:01 36.71 11.16 25.55 0.00 4755.61 6189.24 0.00 22:48:12 22:41:01 1.20 0.00 1.20 0.00 0.00 14.80 0.00 22:48:12 22:42:01 0.85 0.00 0.85 0.00 0.00 9.47 0.00 22:48:12 22:43:01 1.22 0.00 1.22 0.00 0.00 14.80 0.00 22:48:12 22:44:01 2.08 0.00 2.08 0.00 0.00 35.59 0.00 22:48:12 22:45:01 1.37 0.00 1.37 0.00 0.00 15.46 0.00 22:48:12 22:46:01 0.87 0.00 0.87 0.00 0.00 9.73 0.00 22:48:12 22:47:01 1.47 0.00 1.47 0.00 0.00 17.73 0.00 22:48:12 22:48:01 116.93 0.30 116.63 0.00 22.53 59712.18 0.00 22:48:12 Average: 48.13 4.48 43.65 0.00 783.26 27034.35 0.00 22:48:12 22:48:12 22:34:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:48:12 22:35:01 29140460 31608988 706628 2.15 76408 2669820 1948680 5.74 977896 2404048 2496 22:48:12 22:36:01 27964452 31423732 875724 2.66 148380 3492072 2304904 6.79 1475220 2971388 207808 22:48:12 22:37:01 27628324 31588424 712772 2.17 158212 3949140 1742104 5.13 1261556 3486296 376 22:48:12 22:38:02 27628420 31588636 712100 2.17 158236 3949140 1742104 5.13 1261364 3486296 140 22:48:12 22:39:01 27535092 31557984 742120 2.26 159740 4009344 1859288 5.48 1298524 3545572 34516 22:48:12 22:40:01 27256100 31573804 717600 2.18 166356 4282756 1804432 5.32 1492684 3600140 8 22:48:12 22:41:01 27265416 31583168 708196 2.15 166388 4282760 1804432 5.32 1483196 3600144 4 22:48:12 22:42:01 27266096 31583848 707664 2.15 166404 4282760 1804432 5.32 1483328 3600144 16 22:48:12 22:43:01 27265764 31583520 707912 2.15 166424 4282764 1804432 5.32 1483392 3600148 16 22:48:12 22:44:01 27266200 31584368 707292 2.15 166560 4282736 1804432 5.32 1483272 3600452 132 22:48:12 22:45:01 27266640 31584916 706964 2.15 166624 4282744 1804432 5.32 1483388 3600468 16 22:48:12 22:46:01 27266380 31584668 707148 2.15 166640 4282752 1804432 5.32 1483540 3600476 152 22:48:12 22:47:01 27266388 31584736 707016 2.15 166720 4282752 1804432 5.32 1483648 3600480 20 22:48:12 22:48:01 25726808 31521700 761384 2.32 204788 5591336 1881196 5.54 1635464 4848432 744 22:48:12 Average: 27410181 31568035 727180 2.21 159849 4137348 1850981 5.46 1413319 3538892 17603 22:48:12 22:48:12 22:34:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:48:12 22:35:01 lo 6.80 6.80 0.66 0.66 0.00 0.00 0.00 0.00 22:48:12 22:35:01 docker0 89.12 111.86 7.23 308.29 0.00 0.00 0.00 0.00 22:48:12 22:35:01 veth0f8bb3c 60.14 79.19 5.80 51.86 0.00 0.00 0.00 0.00 22:48:12 22:35:01 ens3 812.50 485.00 7141.89 95.83 0.00 0.00 0.00 0.00 22:48:12 22:36:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 22:48:12 22:36:01 docker0 113.78 192.90 9.25 1883.15 0.00 0.00 0.00 0.00 22:48:12 22:36:01 veth1ec9b01 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 22:48:12 22:36:01 ens3 231.38 138.64 1922.84 27.67 0.00 0.00 0.00 0.00 22:48:12 22:37:01 lo 7.20 7.20 0.70 0.70 0.00 0.00 0.00 0.00 22:48:12 22:37:01 docker0 1.38 3.23 0.09 42.99 0.00 0.00 0.00 0.00 22:48:12 22:37:01 ens3 151.44 119.40 2593.11 310.26 0.00 0.00 0.00 0.00 22:48:12 22:38:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:48:12 22:38:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:48:12 22:38:02 ens3 0.77 0.22 0.15 0.08 0.00 0.00 0.00 0.00 22:48:12 22:39:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 22:48:12 22:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:48:12 22:39:01 ens3 36.72 17.13 600.79 1.52 0.00 0.00 0.00 0.00 22:48:12 22:40:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 22:48:12 22:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:48:12 22:40:01 ens3 77.67 28.78 1373.95 2.12 0.00 0.00 0.00 0.00 22:48:12 22:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:48:12 22:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:48:12 22:41:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:48:12 22:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:48:12 22:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:48:12 22:42:01 ens3 1.17 0.75 0.44 0.30 0.00 0.00 0.00 0.00 22:48:12 22:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:48:12 22:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:48:12 22:43:01 ens3 0.72 0.47 0.33 0.22 0.00 0.00 0.00 0.00 22:48:12 22:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:48:12 22:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:48:12 22:44:01 ens3 1.52 0.53 0.45 0.29 0.00 0.00 0.00 0.00 22:48:12 22:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:48:12 22:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:48:12 22:45:01 ens3 2.23 0.92 0.83 0.56 0.00 0.00 0.00 0.00 22:48:12 22:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:48:12 22:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:48:12 22:46:01 ens3 1.62 0.57 0.43 0.28 0.00 0.00 0.00 0.00 22:48:12 22:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:48:12 22:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:48:12 22:47:01 ens3 1.90 0.47 0.46 0.28 0.00 0.00 0.00 0.00 22:48:12 22:48:01 lo 2.13 2.13 0.20 0.20 0.00 0.00 0.00 0.00 22:48:12 22:48:01 vethce926cb 1.00 0.92 0.17 0.33 0.00 0.00 0.00 0.00 22:48:12 22:48:01 docker0 37.49 65.52 3.22 578.90 0.00 0.00 0.00 0.00 22:48:12 22:48:01 ens3 381.70 217.20 7800.24 45.87 0.00 0.00 0.00 0.00 22:48:12 Average: lo 1.28 1.28 0.12 0.12 0.00 0.00 0.00 0.00 22:48:12 Average: vethce926cb 0.07 0.07 0.01 0.02 0.00 0.00 0.00 0.00 22:48:12 Average: docker0 17.29 26.71 1.42 201.19 0.00 0.00 0.00 0.00 22:48:12 Average: ens3 121.62 72.21 1532.23 34.70 0.00 0.00 0.00 0.00 22:48:12 22:48:12