Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from d88ec883ceb54df0c16245cd6a1edd1f53729442 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-ssh8953121352781815424.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh6684394658421842797.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh4233875587125152.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh10861420112044714099.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-ssh785564828795289643.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.18 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-7114 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-virtual-go.git > git init /w/workspace/exfoundry_device-virtual-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision d88ec883ceb54df0c16245cd6a1edd1f53729442 (main) > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Commit message: "refactor: Remove unused topic configuration (#345)" > git config core.sparsecheckout # timeout=10 > git checkout -f d88ec883ceb54df0c16245cd6a1edd1f53729442 # timeout=10 > git rev-list --no-walk 809182d388b7784ea0303513e5a82decca2f34a7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:23:46 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:23:46 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:23:46 ========================================================= 20:23:46 EdgeX Global Pipelines Version Info 20:23:46 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:23:47 ------------------- 20:23:47 stable info: 20:23:47 ------------------- 20:23:47 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:23:47 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 20:23:47 Message: update stable to v1.0.244 20:23:48 ------------------- 20:23:48 experimental info: 20:23:48 ------------------- 20:23:48 Commited By: **** collab-it+edgex@linuxfoundation.org 20:23:48 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 20:23:48 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:23:48 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 20:23:48 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 20:23:48 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:23:48 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:23:48 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:23:48 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 20:23:48 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 20:23:48 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:23:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:23:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:23:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 20:23:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo 20:23:48 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:23:48 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:23:48 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:23:48 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:23:48 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:23:48 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:23:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:23:48 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:23:48 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 20:23:48 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 20:23:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:23:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:23:48 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 20:23:48 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:23:48 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 20:23:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 20:23:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 20:23:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 20:23:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d88ec883ceb54df0c16245cd6a1edd1f53729442 [Pipeline] echo 20:23:48 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d88ec88 [Pipeline] echo 20:23:48 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:23:48 provisioning config files... 20:23:48 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config11638439229134319394tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:23:49 ---> docker-login.sh 20:23:49 nexus3.edgexfoundry.org:10001 20:23:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:49 Configure a credential helper to remove this warning. See 20:23:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:49 20:23:49 Login Succeeded 20:23:49 nexus3.edgexfoundry.org:10002 20:23:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:49 Configure a credential helper to remove this warning. See 20:23:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:49 20:23:49 Login Succeeded 20:23:49 nexus3.edgexfoundry.org:10003 20:23:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:49 Configure a credential helper to remove this warning. See 20:23:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:49 20:23:49 Login Succeeded 20:23:49 nexus3.edgexfoundry.org:10004 20:23:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:49 Configure a credential helper to remove this warning. See 20:23:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:49 20:23:49 Login Succeeded 20:23:49 docker.io 20:23:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:50 Configure a credential helper to remove this warning. See 20:23:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:50 20:23:50 Login Succeeded 20:23:50 ---> docker-login.sh ends [Pipeline] } 20:23:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 20:23:50 + git rev-list -1 --merges d88ec883ceb54df0c16245cd6a1edd1f53729442~1..d88ec883ceb54df0c16245cd6a1edd1f53729442 [Pipeline] echo 20:23:50 -----------> git rev-list -1 --merges d88ec883ceb54df0c16245cd6a1edd1f53729442~1..d88ec883ceb54df0c16245cd6a1edd1f53729442 d88ec883ceb54df0c16245cd6a1edd1f53729442 [false] [Pipeline] sh 20:23:50 + git log --format=format:%s -1 d88ec883ceb54df0c16245cd6a1edd1f53729442 [Pipeline] echo 20:23:51 ========================================================= 20:23:51 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 20:23:51 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:23:51 + git log --format=format:%s -1 d88ec883ceb54df0c16245cd6a1edd1f53729442 [Pipeline] echo 20:23:51 [semverPrep] GIT_COMMIT: d88ec883ceb54df0c16245cd6a1edd1f53729442, Commit Message: refactor: Remove unused topic configuration (#345) [Pipeline] echo 20:23:51 [semverPrep] This is not a build commit. [Pipeline] sh 20:23:51 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:23:51 + grep -v github /etc/ssh/ssh_known_hosts 20:23:51 + [ -e /tmp/ssh_known_hosts ] 20:23:51 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 20:23:51 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 20:23:51 + sudo tee -a /etc/ssh/ssh_known_hosts 20:23:51 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:23:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:23:52 20:23:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:23:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:23:52 0.1.4: Pulling from edgex-devops/py-git-semver 20:23:52 b85a868b505f: Pulling fs layer 20:23:52 e2be974225ed: Pulling fs layer 20:23:52 339a4e72a1f5: Pulling fs layer 20:23:52 988bab9f4d93: Pulling fs layer 20:23:52 1469e6f7b9e6: Pulling fs layer 20:23:52 eaf3925da568: Pulling fs layer 20:23:52 bab4dde63d76: Pulling fs layer 20:23:52 bde34c3a00c8: Pulling fs layer 20:23:52 b352a97aabf1: Pulling fs layer 20:23:52 4872d77fe225: Pulling fs layer 20:23:52 5851b861e8e6: Pulling fs layer 20:23:52 bab4dde63d76: Waiting 20:23:52 bde34c3a00c8: Waiting 20:23:52 eaf3925da568: Waiting 20:23:52 4872d77fe225: Waiting 20:23:52 5851b861e8e6: Waiting 20:23:52 988bab9f4d93: Waiting 20:23:52 b352a97aabf1: Waiting 20:23:52 1469e6f7b9e6: Waiting 20:23:52 e2be974225ed: Verifying Checksum 20:23:52 e2be974225ed: Download complete 20:23:52 988bab9f4d93: Verifying Checksum 20:23:52 988bab9f4d93: Download complete 20:23:52 1469e6f7b9e6: Verifying Checksum 20:23:52 1469e6f7b9e6: Download complete 20:23:52 339a4e72a1f5: Verifying Checksum 20:23:52 339a4e72a1f5: Download complete 20:23:52 eaf3925da568: Verifying Checksum 20:23:52 eaf3925da568: Download complete 20:23:52 bde34c3a00c8: Download complete 20:23:52 b352a97aabf1: Download complete 20:23:52 4872d77fe225: Verifying Checksum 20:23:52 4872d77fe225: Download complete 20:23:52 5851b861e8e6: Verifying Checksum 20:23:52 5851b861e8e6: Download complete 20:23:52 b85a868b505f: Verifying Checksum 20:23:52 b85a868b505f: Download complete 20:23:53 bab4dde63d76: Verifying Checksum 20:23:53 bab4dde63d76: Download complete 20:23:54 b85a868b505f: Pull complete 20:23:54 e2be974225ed: Pull complete 20:23:54 339a4e72a1f5: Pull complete 20:23:55 988bab9f4d93: Pull complete 20:23:55 1469e6f7b9e6: Pull complete 20:23:55 eaf3925da568: Pull complete 20:23:57 bab4dde63d76: Pull complete 20:23:57 bde34c3a00c8: Pull complete 20:23:57 b352a97aabf1: Pull complete 20:23:57 4872d77fe225: Pull complete 20:23:57 5851b861e8e6: Pull complete 20:23:57 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 20:23:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:23:57 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:23:57 prd-ubuntu20.04-docker-8c-8g-7114 does not seem to be running inside a container 20:23:57 $ 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 20:24:01 $ docker top ad22dfa90d74964b1a731714dd9138477b6d32c8f8e042208abf3f030df471ff -eo pid,comm 20:24:01 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 20:24:01 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:24:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:24:01 [ssh-agent] Looking for ssh-agent implementation... 20:24:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:24:01 $ docker exec ad22dfa90d74964b1a731714dd9138477b6d32c8f8e042208abf3f030df471ff ssh-agent 20:24:02 SSH_AUTH_SOCK=/tmp/ssh-Lhpb5KVielZu/agent.32 20:24:02 SSH_AGENT_PID=38 20:24:02 Running ssh-add (command line suppressed) 20:24:02 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_17444310913295471946.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_17444310913295471946.key) 20:24:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:24:02 + git tag --points-at HEAD [Pipeline] } 20:24:02 $ docker exec --env ******** --env ******** ad22dfa90d74964b1a731714dd9138477b6d32c8f8e042208abf3f030df471ff ssh-agent -k 20:24:02 unset SSH_AUTH_SOCK; 20:24:02 unset SSH_AGENT_PID; 20:24:02 echo Agent pid 38 killed; 20:24:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:24:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:24:02 [ssh-agent] Looking for ssh-agent implementation... 20:24:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:24:02 $ docker exec ad22dfa90d74964b1a731714dd9138477b6d32c8f8e042208abf3f030df471ff ssh-agent 20:24:02 SSH_AUTH_SOCK=/tmp/ssh-g01Zf6hfzrIY/agent.70 20:24:02 SSH_AGENT_PID=76 20:24:02 Running ssh-add (command line suppressed) 20:24:03 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_14824280833869882921.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_14824280833869882921.key) 20:24:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:24:03 + git semver init 20:24:03 2023-02-22 20:24:03,516 [run_init] DEBUG init version:0.0.0 force:False 20:24:03 2023-02-22 20:24:03,517 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-virtual-go_main/.semver 20:24:03 2023-02-22 20:24:03,517 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/exfoundry_device-virtual-go_main/.semver 20:24:03 2023-02-22 20:24:03,517 [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) 20:24:04 2023-02-22 20:24:04,792 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-virtual-go_main/.git/info/exclude 20:24:04 2023-02-22 20:24:04,793 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:False 20:24:04 2023-02-22 20:24:04,793 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 20:24:04 2023-02-22 20:24:04,793 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 20:24:04 3.0.0-dev.15 [Pipeline] } 20:24:04 $ docker exec --env ******** --env ******** ad22dfa90d74964b1a731714dd9138477b6d32c8f8e042208abf3f030df471ff ssh-agent -k 20:24:05 unset SSH_AUTH_SOCK; 20:24:05 unset SSH_AGENT_PID; 20:24:05 echo Agent pid 76 killed; 20:24:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:24:05 + git semver [Pipeline] } 20:24:05 $ docker stop --time=1 ad22dfa90d74964b1a731714dd9138477b6d32c8f8e042208abf3f030df471ff 20:24:06 $ docker rm -f --volumes ad22dfa90d74964b1a731714dd9138477b6d32c8f8e042208abf3f030df471ff [Pipeline] // withDockerContainer [Pipeline] sh 20:24:07 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:24:07 Stashed 1 file(s) [Pipeline] echo 20:24:07 [edgeXSemver]: initialized semver on version 3.0.0-dev.15 [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 20:24:07 provisioning config files... 20:24:07 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config12212487997639294770tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:24:07 ---> docker-login.sh 20:24:07 nexus3.edgexfoundry.org:10001 20:24:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:24:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:24:08 Configure a credential helper to remove this warning. See 20:24:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:24:08 20:24:08 Login Succeeded 20:24:08 nexus3.edgexfoundry.org:10002 20:24:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:24:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:24:09 Configure a credential helper to remove this warning. See 20:24:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:24:09 20:24:09 Login Succeeded 20:24:09 nexus3.edgexfoundry.org:10003 20:24:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:24:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:24:09 Configure a credential helper to remove this warning. See 20:24:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:24:09 20:24:09 Login Succeeded 20:24:09 nexus3.edgexfoundry.org:10004 20:24:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:24:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:24:09 Configure a credential helper to remove this warning. See 20:24:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:24:09 20:24:09 Login Succeeded 20:24:09 docker.io 20:24:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:24:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:24:09 Configure a credential helper to remove this warning. See 20:24:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:24:09 20:24:09 Login Succeeded 20:24:09 ---> docker-login.sh ends [Pipeline] } 20:24:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:24:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:24:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:24:09 ========================================================= 20:24:09 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 20:24:09 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:24:10 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 20:24:10 Sending build context to Docker daemon 23.39MB 20:24:10 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 20:24:10 Step 2/12 : FROM ${BASE} AS builder 20:24:10 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 20:24:10 213ec9aee27d: Pulling fs layer 20:24:10 4583459ba037: Pulling fs layer 20:24:10 93c1e223e6f2: Pulling fs layer 20:24:10 53926ce57604: Pulling fs layer 20:24:10 21b2b0c7a3f4: Pulling fs layer 20:24:10 22ff95d597cd: Pulling fs layer 20:24:10 12d6caf4c0d1: Pulling fs layer 20:24:10 96b7cbca73a9: Pulling fs layer 20:24:10 a7acece74701: Pulling fs layer 20:24:10 53926ce57604: Waiting 20:24:10 22ff95d597cd: Waiting 20:24:10 21b2b0c7a3f4: Waiting 20:24:10 12d6caf4c0d1: Waiting 20:24:10 96b7cbca73a9: Waiting 20:24:10 a7acece74701: Waiting 20:24:10 93c1e223e6f2: Download complete 20:24:10 4583459ba037: Verifying Checksum 20:24:10 4583459ba037: Download complete 20:24:10 21b2b0c7a3f4: Download complete 20:24:10 22ff95d597cd: Verifying Checksum 20:24:10 22ff95d597cd: Download complete 20:24:10 213ec9aee27d: Verifying Checksum 20:24:10 213ec9aee27d: Download complete 20:24:10 12d6caf4c0d1: Download complete 20:24:10 213ec9aee27d: Pull complete 20:24:10 4583459ba037: Pull complete 20:24:10 93c1e223e6f2: Pull complete 20:24:10 a7acece74701: Verifying Checksum 20:24:10 a7acece74701: Download complete 20:24:11 53926ce57604: Verifying Checksum 20:24:11 53926ce57604: Download complete 20:24:11 96b7cbca73a9: Verifying Checksum 20:24:11 96b7cbca73a9: Download complete 20:24:15 53926ce57604: Pull complete 20:24:15 21b2b0c7a3f4: Pull complete 20:24:15 22ff95d597cd: Pull complete 20:24:15 12d6caf4c0d1: Pull complete 20:24:17 96b7cbca73a9: Pull complete 20:24:17 a7acece74701: Pull complete 20:24:17 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 20:24:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 20:24:17 ---> db6d94c90886 20:24:17 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 20:24:22 Still waiting to schedule task 20:24:22 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-7112’ 20:24:24 ---> Running in 5b35e71a1b30 20:24:24 Removing intermediate container 5b35e71a1b30 20:24:24 ---> 29458b8711ff 20:24:24 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 20:24:24 ---> Running in 80c07edce966 20:24:24 Removing intermediate container 80c07edce966 20:24:24 ---> 0633fc66612c 20:24:24 Step 5/12 : ARG ADD_BUILD_TAGS="" 20:24:24 ---> Running in f9205d9aeb06 20:24:24 Removing intermediate container f9205d9aeb06 20:24:24 ---> 9c3c19589e7d 20:24:24 Step 6/12 : WORKDIR /device-virtual-go 20:24:24 ---> Running in b895e429f4fa 20:24:24 Removing intermediate container b895e429f4fa 20:24:24 ---> b4c6890bc84f 20:24:24 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:24:24 ---> Running in d92c5125c22b 20:24:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:24:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:24:25 (1/4) Installing openssh-keygen (9.0_p1-r2) 20:24:25 (2/4) Installing libedit (20210910.3.1-r0) 20:24:25 (3/4) Installing openssh-client-common (9.0_p1-r2) 20:24:25 (4/4) Installing openssh-client-default (9.0_p1-r2) 20:24:25 Executing busybox-1.35.0-r17.trigger 20:24:25 OK: 216 MiB in 55 packages 20:24:26 Removing intermediate container d92c5125c22b 20:24:26 ---> 8a524f3f4b2e 20:24:26 Step 8/12 : COPY go.mod vendor* ./ 20:24:26 ---> ebe08d1e4866 20:24:26 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:24:26 ---> Running in fcdc58950ad3 20:25:12 Removing intermediate container fcdc58950ad3 20:25:12 ---> e5b4a07a30de 20:25:12 Step 10/12 : COPY . . 20:25:13 ---> bca5008b8d8c 20:25:13 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 20:25:13 ---> Running in 944384bda70f 20:25:13 Removing intermediate container 944384bda70f 20:25:13 ---> 10908b9347b2 20:25:13 Step 12/12 : RUN $MAKE 20:25:13 ---> Running in 10640ef6f297 20:25:13 noop 20:25:13 Removing intermediate container 10640ef6f297 20:25:13 ---> 78b0fd01702a 20:25:13 Successfully built 78b0fd01702a 20:25:13 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:25:14 + docker inspect -f . ci-base-image-x86_64 20:25:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:25:14 prd-ubuntu20.04-docker-8c-8g-7114 does not seem to be running inside a container 20:25:14 $ 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 20:25:14 $ docker top 3ef1531ba9affb268045c6a24a9e74620a17383837fc22dd938434615ca07b94 -eo pid,comm [Pipeline] { [Pipeline] sh 20:25:14 + go version 20:25:14 go version go1.18.7 linux/amd64 [Pipeline] } 20:25:14 $ docker stop --time=1 3ef1531ba9affb268045c6a24a9e74620a17383837fc22dd938434615ca07b94 20:25:16 $ docker rm -f --volumes 3ef1531ba9affb268045c6a24a9e74620a17383837fc22dd938434615ca07b94 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:25:16 + docker inspect -f . ci-base-image-x86_64 20:25:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:25:16 prd-ubuntu20.04-docker-8c-8g-7114 does not seem to be running inside a container 20:25:16 $ 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 20:25:16 $ docker top c3a6499db37352c144b66f7de2182c6061b7e3ba08a3395a7427bc00c8b9a43d -eo pid,comm [Pipeline] { [Pipeline] sh 20:25:17 + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] fileExists [Pipeline] sh 20:25:17 + make test 20:25:17 go test ./... -coverprofile=coverage.out 20:25:17 ? github.com/edgexfoundry/device-virtual-go [no test files] 20:25:27 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 20:25:27 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.038s coverage: 65.7% of statements 20:25:34 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 20:25:34 go vet ./... 20:25:36 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:25:36 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:25:36 ./bin/test-attribution-txt.sh [Pipeline] echo 20:25:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 20:25:36 $ docker stop --time=1 c3a6499db37352c144b66f7de2182c6061b7e3ba08a3395a7427bc00c8b9a43d 20:25:39 $ docker rm -f --volumes c3a6499db37352c144b66f7de2182c6061b7e3ba08a3395a7427bc00c8b9a43d [Pipeline] // withDockerContainer [Pipeline] sh 20:25:39 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:25:40 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 20:25:40 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:25:40 + ls -al . 20:25:40 total 192 20:25:40 drwxrwxr-x 9 jenkins jenkins 4096 Feb 22 20:25 . 20:25:40 drwxrwxr-x 4 jenkins jenkins 4096 Feb 22 20:23 .. 20:25:40 drwxrwxr-x 8 jenkins jenkins 4096 Feb 22 20:25 .git 20:25:40 drwxrwxr-x 3 jenkins jenkins 4096 Feb 22 20:23 .github 20:25:40 -rw-rw-r-- 1 jenkins jenkins 337 Feb 22 20:23 .gitignore 20:25:40 -rw-rw-r-- 1 jenkins jenkins 41 Feb 22 20:23 .golangci.yml 20:25:40 drwxr-xr-x 3 jenkins jenkins 4096 Feb 22 20:24 .semver 20:25:40 -rw-rw-r-- 1 jenkins jenkins 8641 Feb 22 20:23 Attribution.txt 20:25:40 -rw-rw-r-- 1 jenkins jenkins 11367 Feb 22 20:23 CHANGELOG.md 20:25:40 -rw-rw-r-- 1 jenkins jenkins 1646 Feb 22 20:23 Dockerfile 20:25:40 -rw-rw-r-- 1 jenkins jenkins 677 Feb 22 20:23 GOVERNANCE.md 20:25:40 -rw-rw-r-- 1 jenkins jenkins 660 Feb 22 20:23 Jenkinsfile 20:25:40 -rw-rw-r-- 1 jenkins jenkins 11340 Feb 22 20:23 LICENSE 20:25:40 -rw-rw-r-- 1 jenkins jenkins 1661 Feb 22 20:23 Makefile 20:25:40 -rw-rw-r-- 1 jenkins jenkins 623 Feb 22 20:23 OWNERS.md 20:25:40 -rw-rw-r-- 1 jenkins jenkins 3578 Feb 22 20:23 README.md 20:25:40 -rw-rw-r-- 1 jenkins jenkins 12 Feb 22 20:24 VERSION 20:25:40 drwxrwxr-x 2 jenkins jenkins 4096 Feb 22 20:23 bin 20:25:40 drwxrwxr-x 3 jenkins jenkins 4096 Feb 22 20:23 cmd 20:25:40 -rw-r--r-- 1 jenkins jenkins 44128 Feb 22 20:25 coverage.out 20:25:40 -rw-rw-r-- 1 jenkins jenkins 3252 Feb 22 20:23 go.mod 20:25:40 -rw-rw-r-- 1 jenkins jenkins 32588 Feb 22 20:23 go.sum 20:25:40 drwxrwxr-x 3 jenkins jenkins 4096 Feb 22 20:23 internal 20:25:40 drwxrwxr-x 4 jenkins jenkins 4096 Feb 22 20:23 snap 20:25:40 -rw-rw-r-- 1 jenkins jenkins 235 Feb 22 20:23 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:25:41 + 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=d88ec883ceb54df0c16245cd6a1edd1f53729442 --label arch=amd64 --label version=3.0.0-dev.15 . 20:25:41 Sending build context to Docker daemon 23.43MB 20:25:41 Step 1/25 : ARG BASE=golang:1.18-alpine3.16 20:25:41 Step 2/25 : FROM ${BASE} AS builder 20:25:41 ---> 78b0fd01702a 20:25:41 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 20:25:41 ---> Running in 0c1689fd8d3c 20:25:41 Removing intermediate container 0c1689fd8d3c 20:25:41 ---> c9023209e376 20:25:41 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 20:25:41 ---> Running in 43288baaee83 20:25:41 Removing intermediate container 43288baaee83 20:25:41 ---> 4d798cc6b015 20:25:41 Step 5/25 : ARG ADD_BUILD_TAGS="" 20:25:41 ---> Running in 4b814311796d 20:25:41 Removing intermediate container 4b814311796d 20:25:41 ---> 605f2954dca8 20:25:41 Step 6/25 : WORKDIR /device-virtual-go 20:25:41 ---> Running in ce18fa530ee0 20:25:41 Removing intermediate container ce18fa530ee0 20:25:41 ---> e51ca0250c6e 20:25:41 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:25:41 ---> Running in fa6c25de97d5 20:25:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:25:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:25:42 OK: 216 MiB in 55 packages 20:25:42 Removing intermediate container fa6c25de97d5 20:25:42 ---> bfd33a9f20e2 20:25:42 Step 8/25 : COPY go.mod vendor* ./ 20:25:42 ---> c0a958d7db7a 20:25:42 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:25:42 ---> Running in 6b2629c7ae7d 20:25:43 Removing intermediate container 6b2629c7ae7d 20:25:43 ---> 948255c155ba 20:25:43 Step 10/25 : COPY . . 20:25:44 ---> 8aabb4cbfe0e 20:25:44 Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 20:25:44 ---> Running in a02b018f4b1a 20:25:44 Removing intermediate container a02b018f4b1a 20:25:44 ---> ec20a613204f 20:25:44 Step 12/25 : RUN $MAKE 20:25:44 ---> Running in 72022ef87afc 20:25:44 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o cmd/device-virtual ./cmd 20:26:02 Removing intermediate container 72022ef87afc 20:26:02 ---> fd80f67f626c 20:26:02 Step 13/25 : FROM alpine:3.16 20:26:03 3.16: Pulling from library/alpine 20:26:03 ef5531b6e74e: Pulling fs layer 20:26:03 ef5531b6e74e: Verifying Checksum 20:26:03 ef5531b6e74e: Download complete 20:26:03 ef5531b6e74e: Pull complete 20:26:03 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 20:26:03 Status: Downloaded newer image for alpine:3.16 20:26:03 ---> dfd21b5a31f5 20:26:03 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 20:26:03 ---> Running in e724bc3a56db 20:26:04 Removing intermediate container e724bc3a56db 20:26:04 ---> 0cfd40492d9b 20:26:04 Step 15/25 : RUN apk add --update --no-cache dumb-init 20:26:04 ---> Running in cd4999fd6215 20:26:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:26:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:26:04 (1/1) Installing dumb-init (1.2.5-r1) 20:26:04 Executing busybox-1.35.0-r17.trigger 20:26:04 OK: 6 MiB in 15 packages 20:26:04 Removing intermediate container cd4999fd6215 20:26:04 ---> f716ce531ca5 20:26:04 Step 16/25 : WORKDIR / 20:26:05 ---> Running in 71d11909f58b 20:26:05 Removing intermediate container 71d11909f58b 20:26:05 ---> 1b4c0567dc34 20:26:05 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 20:26:05 ---> 8e66992a4eba 20:26:05 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 20:26:05 ---> 93094a621335 20:26:05 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 20:26:06 ---> 7e2b5c22d979 20:26:06 Step 20/25 : EXPOSE 59900 20:26:06 ---> Running in bdee40f11981 20:26:06 Removing intermediate container bdee40f11981 20:26:06 ---> 2c16ae220616 20:26:06 Step 21/25 : ENTRYPOINT ["/device-virtual"] 20:26:06 ---> Running in a8335b860f38 20:26:06 Removing intermediate container a8335b860f38 20:26:06 ---> d42a702be1c1 20:26:06 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 20:26:06 ---> Running in 1cb3d75679e7 20:26:06 Removing intermediate container 1cb3d75679e7 20:26:06 ---> f109cbc4f558 20:26:06 Step 23/25 : LABEL arch=amd64 20:26:06 ---> Running in 8299d66e2404 20:26:06 Removing intermediate container 8299d66e2404 20:26:06 ---> 63950414ea36 20:26:06 Step 24/25 : LABEL git_sha=d88ec883ceb54df0c16245cd6a1edd1f53729442 20:26:06 ---> Running in 4b3fca2b1d83 20:26:06 Removing intermediate container 4b3fca2b1d83 20:26:06 ---> 76cc5db2a7d8 20:26:06 Step 25/25 : LABEL version=3.0.0-dev.15 20:26:06 ---> Running in 4e864f3cd7e5 20:26:06 Removing intermediate container 4e864f3cd7e5 20:26:06 ---> 86ce02b43d2b 20:26:06 [Warning] One or more build-args [ARCH] were not consumed 20:26:06 Successfully built 86ce02b43d2b 20:26:06 Successfully tagged device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:26:06 provisioning config files... 20:26:06 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config12028681000983189932tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:26:07 ---> docker-login.sh 20:26:07 nexus3.edgexfoundry.org:10001 20:26:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:26:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:26:07 Configure a credential helper to remove this warning. See 20:26:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:26:07 20:26:07 Login Succeeded 20:26:07 nexus3.edgexfoundry.org:10002 20:26:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:26:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:26:07 Configure a credential helper to remove this warning. See 20:26:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:26:07 20:26:07 Login Succeeded 20:26:07 nexus3.edgexfoundry.org:10003 20:26:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:26:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:26:07 Configure a credential helper to remove this warning. See 20:26:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:26:07 20:26:07 Login Succeeded 20:26:07 nexus3.edgexfoundry.org:10004 20:26:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:26:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:26:07 Configure a credential helper to remove this warning. See 20:26:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:26:07 20:26:07 Login Succeeded 20:26:07 docker.io 20:26:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:26:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:26:07 Configure a credential helper to remove this warning. See 20:26:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:26:07 20:26:07 Login Succeeded 20:26:07 ---> docker-login.sh ends [Pipeline] } 20:26:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:26:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:26:07 [edgeXDocker.push] Tagging docker image device-virtual with the following tags: 20:26:07 d88ec883ceb54df0c16245cd6a1edd1f53729442 20:26:07 latest 20:26:07 3.0.0-dev.15 20:26:07 d88ec883ceb54df0c16245cd6a1edd1f53729442-3.0.0-dev.15 20:26:07 main 20:26:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:26:07 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:d88ec883ceb54df0c16245cd6a1edd1f53729442 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:26:08 + docker push nexus3.edgexfoundry.org:10004/device-virtual:d88ec883ceb54df0c16245cd6a1edd1f53729442 20:26:08 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 20:26:08 ccfd2fce5eb4: Preparing 20:26:08 934c9d1e81a3: Preparing 20:26:08 09b8bc24bdbc: Preparing 20:26:08 ebfcaf9ec046: Preparing 20:26:08 aa5968d388b8: Preparing 20:26:08 aa5968d388b8: Layer already exists 20:26:08 ebfcaf9ec046: Pushed 20:26:08 934c9d1e81a3: Pushed 20:26:08 09b8bc24bdbc: Pushed 20:26:10 ccfd2fce5eb4: Pushed 20:26:10 d88ec883ceb54df0c16245cd6a1edd1f53729442: digest: sha256:864aa91786f00637cf7017a366b32c967da8434c206f8df4055bd46757487e34 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:26:11 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:26:11 + docker push nexus3.edgexfoundry.org:10004/device-virtual:latest 20:26:11 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 20:26:11 ccfd2fce5eb4: Preparing 20:26:11 934c9d1e81a3: Preparing 20:26:11 09b8bc24bdbc: Preparing 20:26:11 ebfcaf9ec046: Preparing 20:26:11 aa5968d388b8: Preparing 20:26:11 aa5968d388b8: Layer already exists 20:26:11 934c9d1e81a3: Layer already exists 20:26:11 ebfcaf9ec046: Layer already exists 20:26:11 ccfd2fce5eb4: Layer already exists 20:26:11 09b8bc24bdbc: Layer already exists 20:26:11 latest: digest: sha256:864aa91786f00637cf7017a366b32c967da8434c206f8df4055bd46757487e34 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:26:11 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:26:11 + docker push nexus3.edgexfoundry.org:10004/device-virtual:3.0.0-dev.15 20:26:11 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 20:26:11 ccfd2fce5eb4: Preparing 20:26:11 934c9d1e81a3: Preparing 20:26:11 09b8bc24bdbc: Preparing 20:26:11 ebfcaf9ec046: Preparing 20:26:11 aa5968d388b8: Preparing 20:26:11 aa5968d388b8: Layer already exists 20:26:11 ccfd2fce5eb4: Layer already exists 20:26:11 934c9d1e81a3: Layer already exists 20:26:11 09b8bc24bdbc: Layer already exists 20:26:11 ebfcaf9ec046: Layer already exists 20:26:11 3.0.0-dev.15: digest: sha256:864aa91786f00637cf7017a366b32c967da8434c206f8df4055bd46757487e34 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:26:12 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:d88ec883ceb54df0c16245cd6a1edd1f53729442-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:26:12 + docker push nexus3.edgexfoundry.org:10004/device-virtual:d88ec883ceb54df0c16245cd6a1edd1f53729442-3.0.0-dev.15 20:26:12 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 20:26:12 ccfd2fce5eb4: Preparing 20:26:12 934c9d1e81a3: Preparing 20:26:12 09b8bc24bdbc: Preparing 20:26:12 ebfcaf9ec046: Preparing 20:26:12 aa5968d388b8: Preparing 20:26:12 ccfd2fce5eb4: Layer already exists 20:26:12 ebfcaf9ec046: Layer already exists 20:26:12 aa5968d388b8: Layer already exists 20:26:12 09b8bc24bdbc: Layer already exists 20:26:12 934c9d1e81a3: Layer already exists 20:26:12 d88ec883ceb54df0c16245cd6a1edd1f53729442-3.0.0-dev.15: digest: sha256:864aa91786f00637cf7017a366b32c967da8434c206f8df4055bd46757487e34 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:26:12 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:26:13 + docker push nexus3.edgexfoundry.org:10004/device-virtual:main 20:26:13 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 20:26:13 ccfd2fce5eb4: Preparing 20:26:13 934c9d1e81a3: Preparing 20:26:13 09b8bc24bdbc: Preparing 20:26:13 ebfcaf9ec046: Preparing 20:26:13 aa5968d388b8: Preparing 20:26:13 09b8bc24bdbc: Layer already exists 20:26:13 aa5968d388b8: Layer already exists 20:26:13 ebfcaf9ec046: Layer already exists 20:26:13 934c9d1e81a3: Layer already exists 20:26:13 ccfd2fce5eb4: Layer already exists 20:26:13 main: digest: sha256:864aa91786f00637cf7017a366b32c967da8434c206f8df4055bd46757487e34 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:26:13 ===================================================== [Pipeline] echo 20:26:13 taggedImages: 20:26:13 - nexus3.edgexfoundry.org:10004/device-virtual:d88ec883ceb54df0c16245cd6a1edd1f53729442 20:26:13 - nexus3.edgexfoundry.org:10004/device-virtual:latest 20:26:13 - nexus3.edgexfoundry.org:10004/device-virtual:3.0.0-dev.15 20:26:13 - nexus3.edgexfoundry.org:10004/device-virtual:d88ec883ceb54df0c16245cd6a1edd1f53729442-3.0.0-dev.15 20:26:13 - 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 20:26:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:26:13 20:26:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:26:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:26:13 latest: Pulling from edgex-lftools-log-publisher 20:26:13 5eb5b503b376: Pulling fs layer 20:26:13 5c69ac0246d0: Pulling fs layer 20:26:13 ec43610c2a17: Pulling fs layer 20:26:13 3a2ae6a8a46f: Pulling fs layer 20:26:13 33b1e0a273af: Pulling fs layer 20:26:13 5d3b04190fa2: Pulling fs layer 20:26:13 2f39f015ded8: Pulling fs layer 20:26:13 3a2ae6a8a46f: Waiting 20:26:13 2f39f015ded8: Waiting 20:26:13 5d3b04190fa2: Waiting 20:26:13 5c69ac0246d0: Download complete 20:26:13 3a2ae6a8a46f: Verifying Checksum 20:26:13 3a2ae6a8a46f: Download complete 20:26:14 33b1e0a273af: Verifying Checksum 20:26:14 33b1e0a273af: Download complete 20:26:14 ec43610c2a17: Verifying Checksum 20:26:14 ec43610c2a17: Download complete 20:26:14 5d3b04190fa2: Download complete 20:26:14 5eb5b503b376: Verifying Checksum 20:26:14 5eb5b503b376: Download complete 20:26:14 2f39f015ded8: Verifying Checksum 20:26:14 2f39f015ded8: Download complete 20:26:15 5eb5b503b376: Pull complete 20:26:15 5c69ac0246d0: Pull complete 20:26:15 ec43610c2a17: Pull complete 20:26:15 3a2ae6a8a46f: Pull complete 20:26:16 33b1e0a273af: Pull complete 20:26:16 5d3b04190fa2: Pull complete 20:26:20 2f39f015ded8: Pull complete 20:26:20 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:26:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:26:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:26:20 prd-ubuntu20.04-docker-8c-8g-7114 does not seem to be running inside a container 20:26:20 $ 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 20:26:24 $ docker top 862828feb47533e09e549a04931d0c0d94bd6e02417728d67472c2873aff7482 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:26:25 ---> job-cost.sh 20:26:25 lf-activate-venv: SKIPPING 20:26:25 INFO: No Stack... 20:26:25 INFO: Retrieving Pricing Info for: v3-standard-8 20:26:25 INFO: Archiving Costs [Pipeline] sh 20:26:25 + cat /w/workspace/exfoundry_device-virtual-go_main/archives/cost.csv 20:26:25 + cut -d, -f6 [Pipeline] lock 20:26:26 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-86-stack-cost] 20:26:26 Resource [jenkins-edgexfoundry-device-virtual-go-main-86-stack-cost] did not exist. Created. 20:26:26 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-86-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:26:26 + echo total: 0.2199999988079071 [Pipeline] stash 20:26:26 Stashed 1 file(s) [Pipeline] } 20:26:26 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-86-stack-cost] [Pipeline] // lock [Pipeline] } 20:26:26 $ docker stop --time=1 862828feb47533e09e549a04931d0c0d94bd6e02417728d67472c2873aff7482 20:26:27 $ docker rm -f --volumes 862828feb47533e09e549a04931d0c0d94bd6e02417728d67472c2873aff7482 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 20:27:09 Running on prd-ubuntu20.04-docker-arm64-4c-16g-7116 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] ws 20:27:09 Running in /w/workspace/device-virtual-go/86 [Pipeline] { [Pipeline] checkout 20:27:09 The recommended git tool is: git 20:27:16 using credential edgex-jenkins-ssh 20:27:16 Cloning the remote Git repository 20:27:16 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 20:27:16 > git init /w/workspace/device-virtual-go/86 # timeout=10 20:27:16 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 20:27:16 > git --version # timeout=10 20:27:16 > git --version # 'git version 2.25.1' 20:27:16 using GIT_SSH to set credentials SSH Credentials for GitHub 20:27:16 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:27:20 Avoid second fetch 20:27:20 Checking out Revision d88ec883ceb54df0c16245cd6a1edd1f53729442 (main) 20:27:18 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 20:27:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:27:20 > git config core.sparsecheckout # timeout=10 20:27:20 > git checkout -f d88ec883ceb54df0c16245cd6a1edd1f53729442 # timeout=10 20:27:20 Commit message: "refactor: Remove unused topic configuration (#345)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:27:22 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 20:27:22 % Total % Received % Xferd Average Speed Time Time Time Current 20:27:22 Dload Upload Total Spent Left Speed 20:27:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 81737 0 --:--:-- --:--:-- --:--:-- 82264 [Pipeline] sh 20:27:23 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 20:27:23 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 20:27:23 + sudo tee /etc/docker/daemon.new 20:27:23 { 20:27:23 "registry-mirrors": [ 20:27:23 "https://nexus3.edgexfoundry.org:10001" 20:27:23 ], 20:27:23 "bip": "10.250.0.254/24", 20:27:23 "hosts": [ 20:27:23 "tcp://0.0.0.0:5555", 20:27:23 "unix:///var/run/docker.sock" 20:27:23 ], 20:27:23 "mtu": 1458, 20:27:23 "selinux-enabled": true, 20:27:23 "seccomp-profile": "/etc/docker/seccomp.json" 20:27:23 } [Pipeline] sh 20:27:24 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 20:27:24 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:27:42 provisioning config files... 20:27:42 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/86@tmp/config1890984391777349340tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:27:43 ---> docker-login.sh 20:27:43 nexus3.edgexfoundry.org:10001 20:27:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:27:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:27:43 Configure a credential helper to remove this warning. See 20:27:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:27:43 20:27:43 Login Succeeded 20:27:43 nexus3.edgexfoundry.org:10002 20:27:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:27:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:27:44 Configure a credential helper to remove this warning. See 20:27:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:27:44 20:27:44 Login Succeeded 20:27:44 nexus3.edgexfoundry.org:10003 20:27:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:27:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:27:44 Configure a credential helper to remove this warning. See 20:27:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:27:44 20:27:44 Login Succeeded 20:27:44 nexus3.edgexfoundry.org:10004 20:27:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:27:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:27:44 Configure a credential helper to remove this warning. See 20:27:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:27:44 20:27:44 Login Succeeded 20:27:44 docker.io 20:27:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:27:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:27:45 Configure a credential helper to remove this warning. See 20:27:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:27:45 20:27:45 Login Succeeded 20:27:45 ---> docker-login.sh ends [Pipeline] } 20:27:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:27:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:27:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:27:45 ========================================================= 20:27:45 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 20:27:45 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:27:45 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . 20:27:46 Sending build context to Docker daemon 11.85MB 20:27:46 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 20:27:46 Step 2/12 : FROM ${BASE} AS builder 20:27:47 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:27:47 9b18e9b68314: Pulling fs layer 20:27:47 35d82f9e3411: Pulling fs layer 20:27:47 e16973657156: Pulling fs layer 20:27:47 fc693d55d65f: Pulling fs layer 20:27:47 7e9fc2657dce: Pulling fs layer 20:27:47 dda99020689f: Pulling fs layer 20:27:47 db1c61fa0a46: Pulling fs layer 20:27:47 891c053d2c06: Pulling fs layer 20:27:47 fc693d55d65f: Waiting 20:27:47 7e9fc2657dce: Waiting 20:27:47 dda99020689f: Waiting 20:27:47 db1c61fa0a46: Waiting 20:27:47 891c053d2c06: Waiting 20:27:47 e16973657156: Verifying Checksum 20:27:47 e16973657156: Download complete 20:27:47 35d82f9e3411: Verifying Checksum 20:27:47 35d82f9e3411: Download complete 20:27:47 7e9fc2657dce: Verifying Checksum 20:27:47 7e9fc2657dce: Download complete 20:27:47 dda99020689f: Verifying Checksum 20:27:47 dda99020689f: Download complete 20:27:47 9b18e9b68314: Verifying Checksum 20:27:47 9b18e9b68314: Download complete 20:27:48 9b18e9b68314: Pull complete 20:27:48 891c053d2c06: Verifying Checksum 20:27:48 891c053d2c06: Download complete 20:27:48 35d82f9e3411: Pull complete 20:27:49 e16973657156: Pull complete 20:27:49 db1c61fa0a46: Verifying Checksum 20:27:49 db1c61fa0a46: Download complete 20:27:50 fc693d55d65f: Verifying Checksum 20:27:50 fc693d55d65f: Download complete 20:28:02 fc693d55d65f: Pull complete 20:28:02 7e9fc2657dce: Pull complete 20:28:03 dda99020689f: Pull complete 20:28:09 db1c61fa0a46: Pull complete 20:28:14 891c053d2c06: Pull complete 20:28:14 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 20:28:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 20:28:14 ---> f96f9c87975a 20:28:14 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 20:28:15 ---> Running in f7e475f182aa 20:28:15 Removing intermediate container f7e475f182aa 20:28:15 ---> 1f8987d4a782 20:28:15 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 20:28:15 ---> Running in 045d2b6f768e 20:28:16 Removing intermediate container 045d2b6f768e 20:28:16 ---> 07a54557a411 20:28:16 Step 5/12 : ARG ADD_BUILD_TAGS="" 20:28:16 ---> Running in 67caa0ece579 20:28:16 Removing intermediate container 67caa0ece579 20:28:16 ---> 133df5f856bd 20:28:16 Step 6/12 : WORKDIR /device-virtual-go 20:28:16 ---> Running in 360f4b33d789 20:28:17 Removing intermediate container 360f4b33d789 20:28:17 ---> 2ae3d8c13593 20:28:17 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:28:17 ---> Running in 521611e43b78 20:28:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:28:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:28:19 (1/4) Installing openssh-keygen (9.0_p1-r2) 20:28:19 (2/4) Installing libedit (20210910.3.1-r0) 20:28:19 (3/4) Installing openssh-client-common (9.0_p1-r2) 20:28:19 (4/4) Installing openssh-client-default (9.0_p1-r2) 20:28:19 Executing busybox-1.35.0-r17.trigger 20:28:20 OK: 226 MiB in 55 packages 20:28:21 Removing intermediate container 521611e43b78 20:28:21 ---> 0f352094ec98 20:28:21 Step 8/12 : COPY go.mod vendor* ./ 20:28:21 ---> 3f0cb249903c 20:28:21 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:28:21 ---> Running in 96914660357e 20:29:58 Removing intermediate container 96914660357e 20:29:58 ---> f26b2802c10d 20:29:58 Step 10/12 : COPY . . 20:29:58 ---> 22fe175026da 20:29:58 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 20:29:58 ---> Running in a1729822b613 20:29:58 Removing intermediate container a1729822b613 20:29:58 ---> b6f5132874ee 20:29:58 Step 12/12 : RUN $MAKE 20:29:58 ---> Running in dd3f8fa52969 20:29:58 noop 20:29:58 Removing intermediate container dd3f8fa52969 20:29:58 ---> 2964f8f76a27 20:29:58 Successfully built 2964f8f76a27 20:29:58 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:29:58 + docker inspect -f . ci-base-image-arm64 20:29:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:29:59 prd-ubuntu20.04-docker-arm64-4c-16g-7116 does not seem to be running inside a container 20:29:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/86 -v /w/workspace/device-virtual-go/86:/w/workspace/device-virtual-go/86:rw,z -v /w/workspace/device-virtual-go/86@tmp:/w/workspace/device-virtual-go/86@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 20:30:00 $ docker top 11128ccaa12a38b3bc1d226ecf325d41f0e872e6eecacfda557e847798b7d5f4 -eo pid,comm [Pipeline] { [Pipeline] sh 20:30:01 + go version 20:30:01 go version go1.18.7 linux/arm64 [Pipeline] } 20:30:01 $ docker stop --time=1 11128ccaa12a38b3bc1d226ecf325d41f0e872e6eecacfda557e847798b7d5f4 20:30:02 $ docker rm -f --volumes 11128ccaa12a38b3bc1d226ecf325d41f0e872e6eecacfda557e847798b7d5f4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:30:03 + docker inspect -f . ci-base-image-arm64 20:30:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:30:03 prd-ubuntu20.04-docker-arm64-4c-16g-7116 does not seem to be running inside a container 20:30:03 $ 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/86 -v /w/workspace/device-virtual-go/86:/w/workspace/device-virtual-go/86:rw,z -v /w/workspace/device-virtual-go/86@tmp:/w/workspace/device-virtual-go/86@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 20:30:04 $ docker top 338325274c6ac8150c08600f7529e1e046d9487a385fd2b0ffae214ae1d5f35e -eo pid,comm [Pipeline] { [Pipeline] sh 20:30:05 + git config --global --add safe.directory /w/workspace/device-virtual-go/86 [Pipeline] fileExists [Pipeline] sh 20:30:06 + make test 20:30:06 go test ./... -coverprofile=coverage.out 20:30:08 ? github.com/edgexfoundry/device-virtual-go [no test files] 20:31:44 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 20:31:44 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.134s coverage: 65.7% of statements 20:31:44 WARNING: Linting skipped (not on x86_64 or linter not installed) 20:31:44 go vet ./... 20:32:03 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:32:03 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:32:03 ./bin/test-attribution-txt.sh [Pipeline] echo 20:32:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 20:32:03 $ docker stop --time=1 338325274c6ac8150c08600f7529e1e046d9487a385fd2b0ffae214ae1d5f35e 20:32:05 $ docker rm -f --volumes 338325274c6ac8150c08600f7529e1e046d9487a385fd2b0ffae214ae1d5f35e [Pipeline] // withDockerContainer [Pipeline] sh 20:32:06 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:32:06 Warning: overwriting stash ‘coverage-report’ 20:32:06 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 20:32:07 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:32:07 + ls -al . 20:32:07 total 188 20:32:07 drwxrwxr-x 8 jenkins jenkins 4096 Feb 22 20:30 . 20:32:07 drwxrwxr-x 4 jenkins jenkins 4096 Feb 22 20:27 .. 20:32:07 drwxrwxr-x 8 jenkins jenkins 4096 Feb 22 20:27 .git 20:32:07 drwxrwxr-x 3 jenkins jenkins 4096 Feb 22 20:27 .github 20:32:07 -rw-rw-r-- 1 jenkins jenkins 337 Feb 22 20:27 .gitignore 20:32:07 -rw-rw-r-- 1 jenkins jenkins 41 Feb 22 20:27 .golangci.yml 20:32:07 -rw-rw-r-- 1 jenkins jenkins 8641 Feb 22 20:27 Attribution.txt 20:32:07 -rw-rw-r-- 1 jenkins jenkins 11367 Feb 22 20:27 CHANGELOG.md 20:32:07 -rw-rw-r-- 1 jenkins jenkins 1646 Feb 22 20:27 Dockerfile 20:32:07 -rw-rw-r-- 1 jenkins jenkins 677 Feb 22 20:27 GOVERNANCE.md 20:32:07 -rw-rw-r-- 1 jenkins jenkins 660 Feb 22 20:27 Jenkinsfile 20:32:07 -rw-rw-r-- 1 jenkins jenkins 11340 Feb 22 20:27 LICENSE 20:32:07 -rw-rw-r-- 1 jenkins jenkins 1661 Feb 22 20:27 Makefile 20:32:07 -rw-rw-r-- 1 jenkins jenkins 623 Feb 22 20:27 OWNERS.md 20:32:07 -rw-rw-r-- 1 jenkins jenkins 3578 Feb 22 20:27 README.md 20:32:07 -rw-rw-r-- 1 jenkins jenkins 12 Feb 22 20:24 VERSION 20:32:07 drwxrwxr-x 2 jenkins jenkins 4096 Feb 22 20:27 bin 20:32:07 drwxrwxr-x 3 jenkins jenkins 4096 Feb 22 20:27 cmd 20:32:07 -rw-r--r-- 1 jenkins jenkins 44128 Feb 22 20:31 coverage.out 20:32:07 -rw-rw-r-- 1 jenkins jenkins 3252 Feb 22 20:27 go.mod 20:32:07 -rw-rw-r-- 1 jenkins jenkins 32588 Feb 22 20:27 go.sum 20:32:07 drwxrwxr-x 3 jenkins jenkins 4096 Feb 22 20:27 internal 20:32:07 drwxrwxr-x 4 jenkins jenkins 4096 Feb 22 20:27 snap 20:32:07 -rw-rw-r-- 1 jenkins jenkins 235 Feb 22 20:27 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:07 + 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=d88ec883ceb54df0c16245cd6a1edd1f53729442 --label arch=arm64 --label version=3.0.0-dev.15 . 20:32:08 Sending build context to Docker daemon 11.89MB 20:32:08 Step 1/25 : ARG BASE=golang:1.18-alpine3.16 20:32:08 Step 2/25 : FROM ${BASE} AS builder 20:32:08 ---> 2964f8f76a27 20:32:08 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 20:32:08 ---> Running in ac86cc4e64a6 20:32:08 Removing intermediate container ac86cc4e64a6 20:32:08 ---> df5afd1edacb 20:32:08 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 20:32:08 ---> Running in 607f06535f74 20:32:09 Removing intermediate container 607f06535f74 20:32:09 ---> 157329856ba6 20:32:09 Step 5/25 : ARG ADD_BUILD_TAGS="" 20:32:09 ---> Running in ff6bfa729417 20:32:09 Removing intermediate container ff6bfa729417 20:32:09 ---> 148a966e1249 20:32:09 Step 6/25 : WORKDIR /device-virtual-go 20:32:09 ---> Running in 518e437c553e 20:32:10 Removing intermediate container 518e437c553e 20:32:10 ---> 0e36eb97bdc9 20:32:10 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:32:10 ---> Running in bdee98c9d6d7 20:32:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:32:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:32:12 OK: 226 MiB in 55 packages 20:32:13 Removing intermediate container bdee98c9d6d7 20:32:13 ---> ac8311a13f85 20:32:13 Step 8/25 : COPY go.mod vendor* ./ 20:32:14 ---> 090ea8afa80d 20:32:14 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:32:14 ---> Running in 74328f69550a 20:32:18 Removing intermediate container 74328f69550a 20:32:18 ---> 86b19e88c982 20:32:18 Step 10/25 : COPY . . 20:32:19 ---> f4be503c10a9 20:32:19 Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 20:32:19 ---> Running in e6a17a20355a 20:32:19 Removing intermediate container e6a17a20355a 20:32:19 ---> e4677f6024ca 20:32:19 Step 12/25 : RUN $MAKE 20:32:19 ---> Running in 78a65a9268cd 20:32:20 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o cmd/device-virtual ./cmd 20:34:42 Removing intermediate container 78a65a9268cd 20:34:42 ---> a2f25209d79c 20:34:42 Step 13/25 : FROM alpine:3.16 20:34:42 3.16: Pulling from library/alpine 20:34:42 3760b48202b3: Pulling fs layer 20:34:42 3760b48202b3: Verifying Checksum 20:34:42 3760b48202b3: Download complete 20:34:42 3760b48202b3: Pull complete 20:34:42 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 20:34:42 Status: Downloaded newer image for alpine:3.16 20:34:42 ---> 4c81e5bf8899 20:34:42 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 20:34:42 ---> Running in ee3776d1b4f1 20:34:42 Removing intermediate container ee3776d1b4f1 20:34:42 ---> f9cd270cd662 20:34:42 Step 15/25 : RUN apk add --update --no-cache dumb-init 20:34:42 ---> Running in cec26ddcb9e7 20:34:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:34:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:34:42 (1/1) Installing dumb-init (1.2.5-r1) 20:34:42 Executing busybox-1.35.0-r17.trigger 20:34:42 OK: 5 MiB in 15 packages 20:34:42 Removing intermediate container cec26ddcb9e7 20:34:42 ---> e9c75ffbf366 20:34:42 Step 16/25 : WORKDIR / 20:34:42 ---> Running in 3e7961c2b8c6 20:34:42 Removing intermediate container 3e7961c2b8c6 20:34:42 ---> 52b432aac4d0 20:34:42 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 20:34:42 ---> 068429efb39e 20:34:42 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 20:34:43 ---> 8a15cd477aff 20:34:43 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 20:34:44 ---> b15d99c78c33 20:34:44 Step 20/25 : EXPOSE 59900 20:34:44 ---> Running in 346e01102bdd 20:34:44 Removing intermediate container 346e01102bdd 20:34:44 ---> 3735e331d37b 20:34:44 Step 21/25 : ENTRYPOINT ["/device-virtual"] 20:34:45 ---> Running in 842926cbc168 20:34:45 Removing intermediate container 842926cbc168 20:34:45 ---> dd2387ec4538 20:34:45 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 20:34:45 ---> Running in ff9718bff1e7 20:34:45 Removing intermediate container ff9718bff1e7 20:34:45 ---> 8068c9ccb3f9 20:34:45 Step 23/25 : LABEL arch=arm64 20:34:46 ---> Running in 20a806f107b3 20:34:46 Removing intermediate container 20a806f107b3 20:34:46 ---> 26c7372f2ad1 20:34:46 Step 24/25 : LABEL git_sha=d88ec883ceb54df0c16245cd6a1edd1f53729442 20:34:46 ---> Running in b033b1d62205 20:34:46 Removing intermediate container b033b1d62205 20:34:46 ---> 2eb53af82332 20:34:46 Step 25/25 : LABEL version=3.0.0-dev.15 20:34:46 ---> Running in b9de314be276 20:34:47 Removing intermediate container b9de314be276 20:34:47 ---> b70d90bde17a 20:34:47 [Warning] One or more build-args [ARCH] were not consumed 20:34:47 Successfully built b70d90bde17a 20:34:47 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 20:34:47 provisioning config files... 20:34:47 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/86@tmp/config9955648311689245802tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:34:47 ---> docker-login.sh 20:34:47 nexus3.edgexfoundry.org:10001 20:34:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:34:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:34:47 Configure a credential helper to remove this warning. See 20:34:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:34:47 20:34:47 Login Succeeded 20:34:47 nexus3.edgexfoundry.org:10002 20:34:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:34:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:34:48 Configure a credential helper to remove this warning. See 20:34:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:34:48 20:34:48 Login Succeeded 20:34:48 nexus3.edgexfoundry.org:10003 20:34:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:34:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:34:48 Configure a credential helper to remove this warning. See 20:34:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:34:48 20:34:48 Login Succeeded 20:34:48 nexus3.edgexfoundry.org:10004 20:34:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:34:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:34:49 Configure a credential helper to remove this warning. See 20:34:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:34:49 20:34:49 Login Succeeded 20:34:49 docker.io 20:34:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:34:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:34:49 Configure a credential helper to remove this warning. See 20:34:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:34:49 20:34:49 Login Succeeded 20:34:49 ---> docker-login.sh ends [Pipeline] } 20:34:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:34:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:34:49 [edgeXDocker.push] Tagging docker image device-virtual-arm64 with the following tags: 20:34:49 d88ec883ceb54df0c16245cd6a1edd1f53729442 20:34:49 latest 20:34:49 3.0.0-dev.15 20:34:49 d88ec883ceb54df0c16245cd6a1edd1f53729442-3.0.0-dev.15 20:34:49 main 20:34:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:50 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:d88ec883ceb54df0c16245cd6a1edd1f53729442 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:50 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:d88ec883ceb54df0c16245cd6a1edd1f53729442 20:34:50 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 20:34:50 32afa7465e8a: Preparing 20:34:50 52687166ad5b: Preparing 20:34:50 d75580774b23: Preparing 20:34:50 97d51748ed0b: Preparing 20:34:50 f70ee36035b9: Preparing 20:34:50 f70ee36035b9: Layer already exists 20:34:50 97d51748ed0b: Pushed 20:34:50 52687166ad5b: Pushed 20:34:50 d75580774b23: Pushed 20:34:56 32afa7465e8a: Pushed 20:34:56 d88ec883ceb54df0c16245cd6a1edd1f53729442: digest: sha256:582814e711ebf4b4ebd61162e9a5fd988c54ba95a0be59635e37ee280078c6b4 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:56 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:56 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 20:34:56 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 20:34:56 32afa7465e8a: Preparing 20:34:56 52687166ad5b: Preparing 20:34:56 d75580774b23: Preparing 20:34:56 97d51748ed0b: Preparing 20:34:56 f70ee36035b9: Preparing 20:34:56 f70ee36035b9: Layer already exists 20:34:56 d75580774b23: Layer already exists 20:34:56 32afa7465e8a: Layer already exists 20:34:56 97d51748ed0b: Layer already exists 20:34:56 52687166ad5b: Layer already exists 20:34:56 latest: digest: sha256:582814e711ebf4b4ebd61162e9a5fd988c54ba95a0be59635e37ee280078c6b4 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:57 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:57 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.0.0-dev.15 20:34:57 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 20:34:57 32afa7465e8a: Preparing 20:34:57 52687166ad5b: Preparing 20:34:57 d75580774b23: Preparing 20:34:57 97d51748ed0b: Preparing 20:34:57 f70ee36035b9: Preparing 20:34:57 97d51748ed0b: Layer already exists 20:34:57 f70ee36035b9: Layer already exists 20:34:57 d75580774b23: Layer already exists 20:34:57 32afa7465e8a: Layer already exists 20:34:57 52687166ad5b: Layer already exists 20:34:58 3.0.0-dev.15: digest: sha256:582814e711ebf4b4ebd61162e9a5fd988c54ba95a0be59635e37ee280078c6b4 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:58 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:d88ec883ceb54df0c16245cd6a1edd1f53729442-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:58 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:d88ec883ceb54df0c16245cd6a1edd1f53729442-3.0.0-dev.15 20:34:58 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 20:34:58 32afa7465e8a: Preparing 20:34:58 52687166ad5b: Preparing 20:34:58 d75580774b23: Preparing 20:34:58 97d51748ed0b: Preparing 20:34:58 f70ee36035b9: Preparing 20:34:58 97d51748ed0b: Layer already exists 20:34:58 52687166ad5b: Layer already exists 20:34:58 d75580774b23: Layer already exists 20:34:58 32afa7465e8a: Layer already exists 20:34:58 f70ee36035b9: Layer already exists 20:34:58 d88ec883ceb54df0c16245cd6a1edd1f53729442-3.0.0-dev.15: digest: sha256:582814e711ebf4b4ebd61162e9a5fd988c54ba95a0be59635e37ee280078c6b4 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:59 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:59 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:main 20:34:59 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 20:34:59 32afa7465e8a: Preparing 20:34:59 52687166ad5b: Preparing 20:34:59 d75580774b23: Preparing 20:34:59 97d51748ed0b: Preparing 20:34:59 f70ee36035b9: Preparing 20:34:59 97d51748ed0b: Layer already exists 20:34:59 d75580774b23: Layer already exists 20:34:59 52687166ad5b: Layer already exists 20:34:59 f70ee36035b9: Layer already exists 20:34:59 32afa7465e8a: Layer already exists 20:35:00 main: digest: sha256:582814e711ebf4b4ebd61162e9a5fd988c54ba95a0be59635e37ee280078c6b4 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:35:00 ===================================================== [Pipeline] echo 20:35:00 taggedImages: 20:35:00 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:d88ec883ceb54df0c16245cd6a1edd1f53729442 20:35:00 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 20:35:00 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.0.0-dev.15 20:35:00 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:d88ec883ceb54df0c16245cd6a1edd1f53729442-3.0.0-dev.15 20:35:00 - 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 20:35:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:35:00 20:35:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:35:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:35:00 arm64: Pulling from edgex-lftools-log-publisher 20:35:00 8998bd30e6a1: Pulling fs layer 20:35:00 04944245beec: Pulling fs layer 20:35:00 699f458cf7ca: Pulling fs layer 20:35:00 765212b225bb: Pulling fs layer 20:35:00 f23df028b6ca: Pulling fs layer 20:35:00 d65c8cfc05b1: Pulling fs layer 20:35:01 2437ff75d9bd: Pulling fs layer 20:35:01 765212b225bb: Waiting 20:35:01 d65c8cfc05b1: Waiting 20:35:01 2437ff75d9bd: Waiting 20:35:01 f23df028b6ca: Waiting 20:35:01 04944245beec: Verifying Checksum 20:35:01 04944245beec: Download complete 20:35:01 765212b225bb: Verifying Checksum 20:35:01 765212b225bb: Download complete 20:35:01 f23df028b6ca: Verifying Checksum 20:35:01 f23df028b6ca: Download complete 20:35:01 d65c8cfc05b1: Verifying Checksum 20:35:01 d65c8cfc05b1: Download complete 20:35:01 699f458cf7ca: Verifying Checksum 20:35:01 699f458cf7ca: Download complete 20:35:01 8998bd30e6a1: Verifying Checksum 20:35:01 8998bd30e6a1: Download complete 20:35:03 2437ff75d9bd: Download complete 20:35:05 8998bd30e6a1: Pull complete 20:35:06 04944245beec: Pull complete 20:35:07 699f458cf7ca: Pull complete 20:35:07 765212b225bb: Pull complete 20:35:08 f23df028b6ca: Pull complete 20:35:08 d65c8cfc05b1: Pull complete 20:35:23 2437ff75d9bd: Pull complete 20:35:23 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 20:35:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:35:23 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:35:23 prd-ubuntu20.04-docker-arm64-4c-16g-7116 does not seem to be running inside a container 20:35:23 $ 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/86 -v /w/workspace/device-virtual-go/86:/w/workspace/device-virtual-go/86:rw,z -v /w/workspace/device-virtual-go/86@tmp:/w/workspace/device-virtual-go/86@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 20:35:26 $ docker top 67e33587d53ecef18348d0cf0fcd6e6ed89b8000f341ad0391c498b60c53f406 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:35:27 ---> job-cost.sh 20:35:27 lf-activate-venv: SKIPPING 20:35:27 INFO: No Stack... 20:35:28 INFO: Retrieving Pricing Info for: v3-standard-4 20:35:28 INFO: Archiving Costs [Pipeline] sh 20:35:29 + cat /w/workspace/device-virtual-go/86/archives/cost.csv 20:35:29 + cut -d, -f6 [Pipeline] lock 20:35:29 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-86-stack-cost] 20:35:29 Resource [jenkins-edgexfoundry-device-virtual-go-main-86-stack-cost] did not exist. Created. 20:35:29 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-86-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:35:30 /w/workspace/device-virtual-go/86@tmp/durable-ce3e2041/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 20:35:30 + echo total: 0.10999999940395355 [Pipeline] stash 20:35:30 Warning: overwriting stash ‘stack-cost’ 20:35:30 Stashed 1 file(s) [Pipeline] } 20:35:30 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-86-stack-cost] [Pipeline] // lock [Pipeline] } 20:35:30 $ docker stop --time=1 67e33587d53ecef18348d0cf0fcd6e6ed89b8000f341ad0391c498b60c53f406 20:35:32 $ docker rm -f --volumes 67e33587d53ecef18348d0cf0fcd6e6ed89b8000f341ad0391c498b60c53f406 [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 20:35:32 provisioning config files... 20:35:32 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config13843126411072244352tmp [Pipeline] { [Pipeline] sh 20:35:33 + set +x 20:35:33 + curl -s https://codecov.io/bash 20:35:33 + bash -s -- 20:35:33 20:35:33 _____ _ 20:35:33 / ____| | | 20:35:33 | | ___ __| | ___ ___ _____ __ 20:35:33 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:35:33 | |___| (_) | (_| | __/ (_| (_) \ V / 20:35:33 \_____\___/ \__,_|\___|\___\___/ \_/ 20:35:33 Bash-1.0.6 20:35:33 20:35:33 20:35:33 ==> git version 2.25.1 found 20:35:33 ==> 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 20:35:33 Release-Date: 2020-01-08 20:35:33 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 20:35:33 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 20:35:33 ==> Jenkins CI detected. 20:35:33 current dir:  /w/workspace/exfoundry_device-virtual-go_main 20:35:33 project root: . 20:35:33 --> token set from env 20:35:33 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:35:33 ==> Running gcov in . (disable via -X gcov) 20:35:33 ==> Python coveragepy not found 20:35:33 ==> Searching for coverage reports in: 20:35:33 + . 20:35:33 -> Found 1 reports 20:35:33 ==> Detecting git/mercurial file structure 20:35:33 ==> Reading reports 20:35:33 + ./coverage.out bytes=44128 20:35:33 ==> Appending adjustments 20:35:33 https://docs.codecov.io/docs/fixing-reports 20:35:33 + Found adjustments 20:35:33 ==> Gzipping contents 20:35:33 8.0K /tmp/codecov.qpfVUF.gz 20:35:33 ==> Uploading reports 20:35:33 url: https://codecov.io 20:35:33 query: branch=main&commit=d88ec883ceb54df0c16245cd6a1edd1f53729442&build=86&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F86%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 20:35:33 -> Pinging Codecov 20:35:33 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=d88ec883ceb54df0c16245cd6a1edd1f53729442&build=86&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F86%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 20:35:33 -> Uploading to 20:35:33 https://storage.googleapis.com/codecov/v4/raw/2023-02-22/5E52B4B073DB2E39498172D8E973AA87/d88ec883ceb54df0c16245cd6a1edd1f53729442/08228e98-a118-434a-8892-d8ac8ef0c01a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230222%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230222T203533Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=344cec6e33390d98adf49eee728d601904215e43ec518cca6db067b5935f4c33 20:35:33 % Total % Received % Xferd Average Speed Time Time Time Current 20:35:33 Dload Upload Total Spent Left Speed 20:35:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5484 0 0 100 5484 0 27014 --:--:-- --:--:-- --:--:-- 26882 100 5484 0 0 100 5484 0 17464 --:--:-- --:--:-- --:--:-- 17409 20:35:34 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/d88ec883ceb54df0c16245cd6a1edd1f53729442 [Pipeline] } 20:35:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 20:35:34 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 20:35:34 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:35:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:35:34 20:35:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:35:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:35:34 1.410.4: Pulling from edgex-devops/edgex-snyk-go 20:35:34 df9b9388f04a: Pulling fs layer 20:35:34 52dc419b0ee2: Pulling fs layer 20:35:34 25bc292e5bac: Pulling fs layer 20:35:34 114826534d7a: Pulling fs layer 20:35:34 4657fd5d0bcf: Pulling fs layer 20:35:34 6ad1cebc031e: Pulling fs layer 20:35:34 8a3aa393b2d8: Pulling fs layer 20:35:34 4657fd5d0bcf: Waiting 20:35:34 8a3aa393b2d8: Waiting 20:35:34 6ad1cebc031e: Waiting 20:35:34 114826534d7a: Waiting 20:35:34 25bc292e5bac: Verifying Checksum 20:35:34 25bc292e5bac: Download complete 20:35:34 52dc419b0ee2: Verifying Checksum 20:35:34 52dc419b0ee2: Download complete 20:35:34 4657fd5d0bcf: Verifying Checksum 20:35:34 4657fd5d0bcf: Download complete 20:35:34 df9b9388f04a: Verifying Checksum 20:35:34 df9b9388f04a: Download complete 20:35:35 df9b9388f04a: Pull complete 20:35:35 6ad1cebc031e: Verifying Checksum 20:35:35 6ad1cebc031e: Download complete 20:35:35 52dc419b0ee2: Pull complete 20:35:35 25bc292e5bac: Pull complete 20:35:35 114826534d7a: Verifying Checksum 20:35:35 114826534d7a: Download complete 20:35:35 8a3aa393b2d8: Verifying Checksum 20:35:35 8a3aa393b2d8: Download complete 20:35:39 114826534d7a: Pull complete 20:35:39 4657fd5d0bcf: Pull complete 20:35:39 6ad1cebc031e: Pull complete 20:35:41 8a3aa393b2d8: Pull complete 20:35:41 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 20:35:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:35:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:35:41 prd-ubuntu20.04-docker-8c-8g-7114 does not seem to be running inside a container 20:35:41 $ 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 20:35:46 $ docker top b82579e399d3c35691e7300189a78d8179e50b347e00fb02314d68efee94f5d6 -eo pid,comm [Pipeline] { [Pipeline] echo 20:35:46 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-virtual-go:main' [Pipeline] sh 20:35:46 + set -o pipefail 20:35:46 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-virtual-go:main' 20:35:53 20:35:53 Monitoring /w/workspace/exfoundry_device-virtual-go_main (github.com/edgexfoundry/device-virtual-go)... 20:35:53 20:35:53 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/28e35fd0-54c0-4b4d-8115-61bcd17c2ff8/history/e10b3009-5502-47cb-a8d5-1433e5c51c85 20:35:53 20:35:53 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 20:35:53 20:35:53 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 20:35:53 20:35:53 20:35:53 A medium severity vulnerability was found in the Snyk CLI versions you are using. 20:35:53 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 20:35:53 More details here: https://snyk.co/ue1NS [Pipeline] } 20:35:53 $ docker stop --time=1 b82579e399d3c35691e7300189a78d8179e50b347e00fb02314d68efee94f5d6 20:35:56 $ docker rm -f --volumes b82579e399d3c35691e7300189a78d8179e50b347e00fb02314d68efee94f5d6 [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 20:35:57 + git log --format=format:%s -1 d88ec883ceb54df0c16245cd6a1edd1f53729442 [Pipeline] sh 20:35:57 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:35:57 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:35:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:35:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:35:58 prd-ubuntu20.04-docker-8c-8g-7114 does not seem to be running inside a container 20:35:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 20:35:58 $ docker top 25dcd6ec65c282519fa2895a16067506a040374b21e30dfcf996bbe4d32bcab6 -eo pid,comm 20:35:58 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 20:35:58 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:35:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:35:58 [ssh-agent] Looking for ssh-agent implementation... 20:35:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:35:59 $ docker exec 25dcd6ec65c282519fa2895a16067506a040374b21e30dfcf996bbe4d32bcab6 ssh-agent 20:35:59 SSH_AUTH_SOCK=/tmp/ssh-kOu3a2oVtb5E/agent.32 20:35:59 SSH_AGENT_PID=38 20:35:59 Running ssh-add (command line suppressed) 20:35:59 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_666502786390920742.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_666502786390920742.key) 20:35:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:35:59 + git semver tag 20:35:59 2023-02-22 20:35:59,751 [run_tag] DEBUG tag force:False 20:35:59 2023-02-22 20:35:59,751 [check_head_tag] DEBUG check head tag 20:35:59 2023-02-22 20:35:59,752 [execute] INFO git cat-file --batch-check 20:35:59 2023-02-22 20:35:59,752 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) 20:35:59 2023-02-22 20:35:59,756 [execute] INFO git cat-file --batch 20:35:59 2023-02-22 20:35:59,756 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) 20:35:59 2023-02-22 20:35:59,776 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 20:35:59 2023-02-22 20:35:59,776 [execute] INFO git tag -a v3.0.0-dev.15 -m v3.0.0-dev.15 20:35:59 2023-02-22 20:35:59,776 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.15', '-m', 'v3.0.0-dev.15'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=None) 20:35:59 2023-02-22 20:35:59,782 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 20:35:59 3.0.0-dev.15 [Pipeline] } 20:35:59 $ docker exec --env ******** --env ******** 25dcd6ec65c282519fa2895a16067506a040374b21e30dfcf996bbe4d32bcab6 ssh-agent -k 20:35:59 unset SSH_AUTH_SOCK; 20:35:59 unset SSH_AGENT_PID; 20:35:59 echo Agent pid 38 killed; 20:35:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:36:00 + git semver [Pipeline] } 20:36:00 $ docker stop --time=1 25dcd6ec65c282519fa2895a16067506a040374b21e30dfcf996bbe4d32bcab6 20:36:01 $ docker rm -f --volumes 25dcd6ec65c282519fa2895a16067506a040374b21e30dfcf996bbe4d32bcab6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:36:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:36:02 20:36:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:36:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:36:02 0.23.1-centos7: Pulling from edgex-lftools 20:36:02 ab5ef0e58194: Pulling fs layer 20:36:02 9712f1f96733: Pulling fs layer 20:36:02 63f879dbbcfc: Pulling fs layer 20:36:02 0d9ebad4ef96: Pulling fs layer 20:36:02 e9a5061849ea: Pulling fs layer 20:36:02 d747dcd14b5f: Pulling fs layer 20:36:02 2de7ff778b66: Pulling fs layer 20:36:02 d747dcd14b5f: Waiting 20:36:02 0d9ebad4ef96: Waiting 20:36:02 e9a5061849ea: Waiting 20:36:02 2de7ff778b66: Waiting 20:36:02 9712f1f96733: Verifying Checksum 20:36:02 9712f1f96733: Download complete 20:36:03 63f879dbbcfc: Verifying Checksum 20:36:03 63f879dbbcfc: Download complete 20:36:03 0d9ebad4ef96: Verifying Checksum 20:36:03 0d9ebad4ef96: Download complete 20:36:03 d747dcd14b5f: Verifying Checksum 20:36:03 d747dcd14b5f: Download complete 20:36:03 e9a5061849ea: Verifying Checksum 20:36:03 e9a5061849ea: Download complete 20:36:03 ab5ef0e58194: Verifying Checksum 20:36:03 ab5ef0e58194: Download complete 20:36:03 2de7ff778b66: Verifying Checksum 20:36:03 2de7ff778b66: Download complete 20:36:05 ab5ef0e58194: Pull complete 20:36:05 9712f1f96733: Pull complete 20:36:06 63f879dbbcfc: Pull complete 20:36:09 0d9ebad4ef96: Pull complete 20:36:10 e9a5061849ea: Pull complete 20:36:10 d747dcd14b5f: Pull complete 20:36:10 2de7ff778b66: Pull complete 20:36:10 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 20:36:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:36:10 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:36:11 prd-ubuntu20.04-docker-8c-8g-7114 does not seem to be running inside a container 20:36:11 $ 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 20:36:16 $ docker top ce5a4ceddcf5d687d93fa91c72bbd0e9cc2dae9308ccd9733cc023abe24f4659 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 20:36:16 provisioning config files... 20:36:16 copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config615988139503160324tmp 20:36:16 copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config2825548842856090437tmp 20:36:16 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config12331609930326850655tmp [Pipeline] { [Pipeline] echo 20:36:16 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 20:36:16 ---> sigul-configuration.sh 20:36:16 gpg: directory `/root/.gnupg' created 20:36:16 gpg: new configuration file `/root/.gnupg/gpg.conf' created 20:36:16 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 20:36:16 gpg: keyring `/root/.gnupg/secring.gpg' created 20:36:16 gpg: keyring `/root/.gnupg/pubring.gpg' created 20:36:16 gpg: CAST5 encrypted data 20:36:16 gpg: encrypted with 1 passphrase 20:36:16 gpg: WARNING: message was not integrity protected [Pipeline] sh 20:36:17 + mkdir /home/jenkins 20:36:17 + mkdir /home/jenkins/sigul [Pipeline] sh 20:36:17 + 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 20:36:17 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 20:36:17 ---> sigul-install.sh 20:36:17 Sigul already installed; skipping installation. [Pipeline] sh 20:36:17 + git tag --list 20:36:17 v1.0.0 20:36:17 v1.1.0 20:36:17 v1.1.1 20:36:17 v1.2.1 20:36:17 v1.2.2 20:36:17 v1.2.3 20:36:17 v1.3.0 20:36:17 v1.3.1 20:36:17 v2.0.0 20:36:17 v2.1.0 20:36:17 v2.1.1 20:36:17 v2.1.1-dev.1 20:36:17 v2.1.1-dev.2 20:36:17 v2.2.0 20:36:17 v2.2.1-dev.1 20:36:17 v2.2.1-dev.2 20:36:17 v2.2.1-dev.3 20:36:17 v2.2.1-dev.4 20:36:17 v2.2.1-dev.5 20:36:17 v2.2.1-dev.6 20:36:17 v2.2.1-dev.7 20:36:17 v2.2.1-dev.8 20:36:17 v2.3.0 20:36:17 v2.3.0-dev.10 20:36:17 v2.3.0-dev.11 20:36:17 v2.3.0-dev.12 20:36:17 v2.3.0-dev.13 20:36:17 v2.3.0-dev.14 20:36:17 v2.3.0-dev.15 20:36:17 v2.3.0-dev.16 20:36:17 v2.3.0-dev.17 20:36:17 v2.3.0-dev.18 20:36:17 v2.3.0-dev.19 20:36:17 v2.3.0-dev.20 20:36:17 v2.3.0-dev.21 20:36:17 v2.3.0-dev.22 20:36:17 v2.3.0-dev.23 20:36:17 v2.3.0-dev.24 20:36:17 v2.3.0-dev.25 20:36:17 v2.3.0-dev.26 20:36:17 v2.3.0-dev.27 20:36:17 v2.3.0-dev.28 20:36:17 v2.3.0-dev.29 20:36:17 v2.3.0-dev.30 20:36:17 v2.3.0-dev.8 20:36:17 v2.3.0-dev.9 20:36:17 v3.0.0-dev.1 20:36:17 v3.0.0-dev.10 20:36:17 v3.0.0-dev.11 20:36:17 v3.0.0-dev.12 20:36:17 v3.0.0-dev.13 20:36:17 v3.0.0-dev.14 20:36:17 v3.0.0-dev.15 20:36:17 v3.0.0-dev.2 20:36:17 v3.0.0-dev.3 20:36:17 v3.0.0-dev.4 20:36:17 v3.0.0-dev.5 20:36:17 v3.0.0-dev.6 20:36:17 v3.0.0-dev.7 20:36:17 v3.0.0-dev.8 20:36:17 v3.0.0-dev.9 [Pipeline] sh 20:36:18 + lftools sign git-tag v3.0.0-dev.15 20:36:18 Signing Git tag with Sigul... 20:36:18 Signing v3.0.0-dev.15 [Pipeline] echo 20:36:19 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 20:36:19 ---> sigul-configuration-cleanup.sh [Pipeline] } 20:36:19 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 20:36:19 $ docker stop --time=1 ce5a4ceddcf5d687d93fa91c72bbd0e9cc2dae9308ccd9733cc023abe24f4659 20:36:20 $ docker rm -f --volumes ce5a4ceddcf5d687d93fa91c72bbd0e9cc2dae9308ccd9733cc023abe24f4659 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 20:36:21 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:36:21 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:36:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:36:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:36:21 prd-ubuntu20.04-docker-8c-8g-7114 does not seem to be running inside a container 20:36:21 $ 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 20:36:21 $ docker top 1396189f5a95f1648ef57c05c3afe8ccbe3ac9b97c23cb57695b5016e63539b4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:36:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:36:21 [ssh-agent] Looking for ssh-agent implementation... 20:36:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:36:21 $ docker exec 1396189f5a95f1648ef57c05c3afe8ccbe3ac9b97c23cb57695b5016e63539b4 ssh-agent 20:36:22 SSH_AUTH_SOCK=/tmp/ssh-GH0WCqbhN3sR/agent.32 20:36:22 SSH_AGENT_PID=38 20:36:22 Running ssh-add (command line suppressed) 20:36:22 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_6874882459614140847.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_6874882459614140847.key) 20:36:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:36:22 + git semver bump pre 20:36:22 2023-02-22 20:36:22,697 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 20:36:22 2023-02-22 20:36:22,697 [bump_version] DEBUG bumping version:3.0.0-dev.15 on axis:pre with prefix:dev 20:36:22 2023-02-22 20:36:22,697 [bump_version] DEBUG bumped version:3.0.0-dev.16 20:36:22 2023-02-22 20:36:22,697 [write_version] DEBUG write version:3.0.0-dev.16 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:True 20:36:22 2023-02-22 20:36:22,697 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 20:36:22 2023-02-22 20:36:22,697 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-virtual-go_main/.semver/main 20:36:22 2023-02-22 20:36:22,700 [execute] INFO git cat-file --batch-check 20:36:22 2023-02-22 20:36:22,700 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) 20:36:22 2023-02-22 20:36:22,705 [execute] INFO git cat-file --batch 20:36:22 2023-02-22 20:36:22,705 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) 20:36:22 2023-02-22 20:36:22,710 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 20:36:22 3.0.0-dev.16 [Pipeline] } 20:36:22 $ docker exec --env ******** --env ******** 1396189f5a95f1648ef57c05c3afe8ccbe3ac9b97c23cb57695b5016e63539b4 ssh-agent -k 20:36:22 unset SSH_AUTH_SOCK; 20:36:22 unset SSH_AGENT_PID; 20:36:22 echo Agent pid 38 killed; 20:36:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:36:23 + git semver [Pipeline] } 20:36:23 $ docker stop --time=1 1396189f5a95f1648ef57c05c3afe8ccbe3ac9b97c23cb57695b5016e63539b4 20:36:24 $ docker rm -f --volumes 1396189f5a95f1648ef57c05c3afe8ccbe3ac9b97c23cb57695b5016e63539b4 [Pipeline] // withDockerContainer [Pipeline] sh 20:36:25 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:36:25 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:36:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:36:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:36:25 prd-ubuntu20.04-docker-8c-8g-7114 does not seem to be running inside a container 20:36:25 $ 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 20:36:25 $ docker top dbfd03d5885279f12377df1350c368829f17ddf3399cd1c000fe7622dd513d8e -eo pid,comm 20:36:25 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). 20:36:25 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:36:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:36:25 [ssh-agent] Looking for ssh-agent implementation... 20:36:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:36:25 $ docker exec dbfd03d5885279f12377df1350c368829f17ddf3399cd1c000fe7622dd513d8e ssh-agent 20:36:26 SSH_AUTH_SOCK=/tmp/ssh-mGUkzHR9a9Qi/agent.31 20:36:26 SSH_AGENT_PID=37 20:36:26 Running ssh-add (command line suppressed) 20:36:26 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_12330666742735988855.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_12330666742735988855.key) 20:36:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:36:26 + git semver push 20:36:26 2023-02-22 20:36:26,652 [run_push] DEBUG push 20:36:26 2023-02-22 20:36:26,653 [execute] INFO git cat-file --batch-check 20:36:26 2023-02-22 20:36:26,653 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) 20:36:26 2023-02-22 20:36:26,657 [execute] INFO git rev-list f7ef3fd013b869a4fdae7e73c7e85a5929dfb4fe -- 20:36:26 2023-02-22 20:36:26,657 [execute] DEBUG Popen(['git', 'rev-list', 'f7ef3fd013b869a4fdae7e73c7e85a5929dfb4fe', '--'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) 20:36:26 2023-02-22 20:36:26,664 [execute] INFO git fetch -v origin 20:36:26 2023-02-22 20:36:26,664 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=True, shell=None, istream=None) 20:36:27 2023-02-22 20:36:27,246 [run_push] DEBUG no remote changes detected 20:36:27 2023-02-22 20:36:27,246 [execute] INFO git push origin semver 20:36:27 2023-02-22 20:36:27,246 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) 20:36:28 2023-02-22 20:36:28,118 [run_push] DEBUG push all version tags 20:36:28 2023-02-22 20:36:28,119 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 20:36:28 2023-02-22 20:36:28,119 [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) 20:36:29 2023-02-22 20:36:28,925 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 20:36:29 3.0.0-dev.16 [Pipeline] } 20:36:29 $ docker exec --env ******** --env ******** dbfd03d5885279f12377df1350c368829f17ddf3399cd1c000fe7622dd513d8e ssh-agent -k 20:36:29 unset SSH_AUTH_SOCK; 20:36:29 unset SSH_AGENT_PID; 20:36:29 echo Agent pid 37 killed; 20:36:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:36:29 + git semver [Pipeline] } 20:36:29 $ docker stop --time=1 dbfd03d5885279f12377df1350c368829f17ddf3399cd1c000fe7622dd513d8e 20:36:31 $ docker rm -f --volumes dbfd03d5885279f12377df1350c368829f17ddf3399cd1c000fe7622dd513d8e [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 20:36:31 + [ -d /w/workspace/exfoundry_device-virtual-go_main/archives ] 20:36:31 + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives 20:36:31 total 16 20:36:31 drwxr-xr-x 3 root root 4096 Feb 22 20:26 . 20:36:31 drwxrwxr-x 10 jenkins jenkins 4096 Feb 22 20:36 .. 20:36:31 drwxr-xr-x 2 root root 4096 Feb 22 20:26 cost 20:36:31 -rw-r--r-- 1 root root 88 Feb 22 20:26 cost.csv 20:36:31 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-virtual-go_main/archives 20:36:31 + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives 20:36:31 total 16 20:36:31 drwxr-xr-x 3 jenkins jenkins 4096 Feb 22 20:26 . 20:36:31 drwxrwxr-x 10 jenkins jenkins 4096 Feb 22 20:36 .. 20:36:31 drwxr-xr-x 2 jenkins jenkins 4096 Feb 22 20:26 cost 20:36:31 -rw-r--r-- 1 jenkins jenkins 88 Feb 22 20:26 cost.csv [Pipeline] libraryResource [Pipeline] sh 20:36:32 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:36:32 ---> package-listing.sh 20:36:32 ++ facter osfamily 20:36:32 ++ tr '[:upper:]' '[:lower:]' 20:36:33 + OS_FAMILY=debian 20:36:33 + workspace=/w/workspace/exfoundry_device-virtual-go_main 20:36:33 + START_PACKAGES=/tmp/packages_start.txt 20:36:33 + END_PACKAGES=/tmp/packages_end.txt 20:36:33 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:36:33 + PACKAGES=/tmp/packages_start.txt 20:36:33 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 20:36:33 + PACKAGES=/tmp/packages_end.txt 20:36:33 + case "${OS_FAMILY}" in 20:36:33 + dpkg -l 20:36:33 + grep '^ii' 20:36:33 + '[' -f /tmp/packages_start.txt ']' 20:36:33 + '[' -f /tmp/packages_end.txt ']' 20:36:33 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:36:33 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 20:36:33 + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ 20:36:33 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-virtual-go_main/archives/ [Pipeline] echo 20:36:33 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 20:36:33 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:36:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:36:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:36:34 prd-ubuntu20.04-docker-8c-8g-7114 does not seem to be running inside a container 20:36:34 $ 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 20:36:34 $ docker top 2698932b20466c48753360f5fcded18d70a68a0b66947d436a6a8fd9acec55ce -eo pid,comm [Pipeline] { [Pipeline] sh 20:36:34 + touch /tmp/pre-build-complete [Pipeline] sh 20:36:35 + mkdir -p /var/log/sysstat [Pipeline] sh 20:36:35 + ls /var/log/sa-host 20:36:35 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:36:35 provisioning config files... 20:36:35 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config8307291502089536949tmp [Pipeline] { [Pipeline] echo 20:36:35 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:36:35 ---> create-netrc.sh [Pipeline] } 20:36:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:36:36 ---> python-tools-install.sh [Pipeline] echo 20:36:36 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:36:36 ---> sudo-logs.sh 20:36:36 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:36:36 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:36:36 ---> job-cost.sh 20:36:36 lf-activate-venv: SKIPPING 20:36:36 DEBUG: total: 0.2199999988079071 20:36:36 INFO: Retrieving Stack Cost... 20:36:37 INFO: Retrieving Pricing Info for: v3-standard-8 20:36:37 INFO: Archiving Costs [Pipeline] echo 20:36:37 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:36:37 ---> logs-deploy.sh 20:36:37 lf-activate-venv: SKIPPING 20:36:37 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/86 20:36:37 INFO: archiving workspace using pattern(s): 20:36:38 Archives upload complete. 20:36:38 INFO: archiving logs to Nexus