Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 030a1c50f2b785b1102128f0ffb048d726030487 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-ssh5043463089047806748.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4fc256d9079ed2258907e613f84b1b8da264a4bd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh17531781859565477774.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 4fc256d9079ed2258907e613f84b1b8da264a4bd The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh896631985322268671.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4fc256d9079ed2258907e613f84b1b8da264a4bd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4fc256d9079ed2258907e613f84b1b8da264a4bd # timeout=10 Commit message: "Merge pull request #430 from ernestojeda/release-lock" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh3115609702265692828.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-ssh8902308168308047041.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-virtual-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-virtual DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-14831 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-virtual-go.git > git init /w/workspace/exfoundry_device-virtual-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 030a1c50f2b785b1102128f0ffb048d726030487 (main) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 (#403)" > git config core.sparsecheckout # timeout=10 > git checkout -f 030a1c50f2b785b1102128f0ffb048d726030487 # timeout=10 > git rev-list --no-walk b1c180997f30d70459501805a18d6262edcd2f8f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:04:32 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:04:32 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:04:32 ========================================================= 00:04:32 EdgeX Global Pipelines Version Info 00:04:32 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:04:33 ------------------- 00:04:33 stable info: 00:04:33 ------------------- 00:04:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:04:33 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 00:04:33 Message: update stable to v1.0.249 00:04:34 ------------------- 00:04:34 experimental info: 00:04:34 ------------------- 00:04:34 Commited By: **** collab-it+edgex@linuxfoundation.org 00:04:34 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 00:04:34 Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:04:34 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 00:04:34 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 00:04:34 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:04:34 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:04:34 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:04:34 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 00:04:34 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 00:04:34 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 00:04:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:04:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:04:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 00:04:34 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo 00:04:34 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:04:34 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:04:34 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:04:34 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:04:34 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 00:04:34 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 00:04:34 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:04:34 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 00:04:34 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 00:04:34 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 00:04:34 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 00:04:34 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 00:04:34 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 00:04:34 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:04:34 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 00:04:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 00:04:34 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 00:04:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 00:04:34 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 030a1c50f2b785b1102128f0ffb048d726030487 [Pipeline] echo 00:04:34 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 030a1c5 [Pipeline] echo 00:04:34 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:04:34 provisioning config files... 00:04:34 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config2472988962151705111tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:04:35 ---> docker-login.sh 00:04:35 nexus3.edgexfoundry.org:10001 00:04:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:04:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:04:35 Configure a credential helper to remove this warning. See 00:04:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:04:35 00:04:35 Login Succeeded 00:04:35 nexus3.edgexfoundry.org:10002 00:04:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:04:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:04:35 Configure a credential helper to remove this warning. See 00:04:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:04:35 00:04:35 Login Succeeded 00:04:35 nexus3.edgexfoundry.org:10003 00:04:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:04:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:04:35 Configure a credential helper to remove this warning. See 00:04:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:04:35 00:04:35 Login Succeeded 00:04:35 nexus3.edgexfoundry.org:10004 00:04:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:04:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:04:35 Configure a credential helper to remove this warning. See 00:04:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:04:35 00:04:35 Login Succeeded 00:04:35 docker.io 00:04:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:04:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:04:36 Configure a credential helper to remove this warning. See 00:04:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:04:36 00:04:36 Login Succeeded 00:04:36 ---> docker-login.sh ends [Pipeline] } 00:04:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 00:04:36 + git rev-list -1 --merges 030a1c50f2b785b1102128f0ffb048d726030487~1..030a1c50f2b785b1102128f0ffb048d726030487 [Pipeline] echo 00:04:36 -----------> git rev-list -1 --merges 030a1c50f2b785b1102128f0ffb048d726030487~1..030a1c50f2b785b1102128f0ffb048d726030487 030a1c50f2b785b1102128f0ffb048d726030487 [false] [Pipeline] sh 00:04:36 + git log --format=format:%s -1 030a1c50f2b785b1102128f0ffb048d726030487 [Pipeline] echo 00:04:36 ========================================================= 00:04:36 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 00:04:36 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:04:37 + git log --format=format:%s -1 030a1c50f2b785b1102128f0ffb048d726030487 [Pipeline] echo 00:04:37 [semverPrep] GIT_COMMIT: 030a1c50f2b785b1102128f0ffb048d726030487, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 (#403) [Pipeline] echo 00:04:37 [semverPrep] This is not a build commit. [Pipeline] sh 00:04:37 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:04:37 + grep -v github /etc/ssh/ssh_known_hosts 00:04:37 + [ -e /tmp/ssh_known_hosts ] 00:04:37 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 00:04:37 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 00:04:37 sudo tee -a /etc/ssh/ssh_known_hosts 00:04:37 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:04:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:04:37 00:04:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:04:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:04:38 0.1.4: Pulling from edgex-devops/py-git-semver 00:04:38 b85a868b505f: Pulling fs layer 00:04:38 e2be974225ed: Pulling fs layer 00:04:38 339a4e72a1f5: Pulling fs layer 00:04:38 988bab9f4d93: Pulling fs layer 00:04:38 1469e6f7b9e6: Pulling fs layer 00:04:38 eaf3925da568: Pulling fs layer 00:04:38 bab4dde63d76: Pulling fs layer 00:04:38 bde34c3a00c8: Pulling fs layer 00:04:38 b352a97aabf1: Pulling fs layer 00:04:38 4872d77fe225: Pulling fs layer 00:04:38 5851b861e8e6: Pulling fs layer 00:04:38 1469e6f7b9e6: Waiting 00:04:38 eaf3925da568: Waiting 00:04:38 bab4dde63d76: Waiting 00:04:38 bde34c3a00c8: Waiting 00:04:38 b352a97aabf1: Waiting 00:04:38 4872d77fe225: Waiting 00:04:38 5851b861e8e6: Waiting 00:04:38 988bab9f4d93: Waiting 00:04:38 e2be974225ed: Download complete 00:04:38 988bab9f4d93: Verifying Checksum 00:04:38 988bab9f4d93: Download complete 00:04:38 339a4e72a1f5: Verifying Checksum 00:04:38 339a4e72a1f5: Download complete 00:04:38 eaf3925da568: Download complete 00:04:38 1469e6f7b9e6: Verifying Checksum 00:04:38 1469e6f7b9e6: Download complete 00:04:38 bde34c3a00c8: Download complete 00:04:38 b352a97aabf1: Verifying Checksum 00:04:38 b352a97aabf1: Download complete 00:04:38 4872d77fe225: Download complete 00:04:38 5851b861e8e6: Verifying Checksum 00:04:38 b85a868b505f: Verifying Checksum 00:04:38 b85a868b505f: Download complete 00:04:38 bab4dde63d76: Verifying Checksum 00:04:38 bab4dde63d76: Download complete 00:04:39 b85a868b505f: Pull complete 00:04:39 e2be974225ed: Pull complete 00:04:40 339a4e72a1f5: Pull complete 00:04:40 988bab9f4d93: Pull complete 00:04:40 1469e6f7b9e6: Pull complete 00:04:40 eaf3925da568: Pull complete 00:04:42 bab4dde63d76: Pull complete 00:04:42 bde34c3a00c8: Pull complete 00:04:42 b352a97aabf1: Pull complete 00:04:42 4872d77fe225: Pull complete 00:04:42 5851b861e8e6: Pull complete 00:04:42 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 00:04:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:04:42 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:04:43 prd-ubuntu20.04-docker-8c-8g-14831 does not seem to be running inside a container 00:04:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 00:04:45 $ docker top 03b111d63002d5141a85ceaacad30e662f083be4fd6dbdeab166ef54f2e838f9 -eo pid,comm 00:04:45 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). 00:04:45 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:04:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:04:45 [ssh-agent] Looking for ssh-agent implementation... 00:04:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:04:45 $ docker exec 03b111d63002d5141a85ceaacad30e662f083be4fd6dbdeab166ef54f2e838f9 ssh-agent 00:04:45 SSH_AUTH_SOCK=/tmp/ssh-wJb2ZJbNiVwr/agent.32 00:04:45 SSH_AGENT_PID=38 00:04:45 Running ssh-add (command line suppressed) 00:04:45 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_13771973286862070686.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_13771973286862070686.key) 00:04:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:04:46 + git tag --points-at HEAD [Pipeline] } 00:04:46 $ docker exec --env ******** --env ******** 03b111d63002d5141a85ceaacad30e662f083be4fd6dbdeab166ef54f2e838f9 ssh-agent -k 00:04:46 unset SSH_AUTH_SOCK; 00:04:46 unset SSH_AGENT_PID; 00:04:46 echo Agent pid 38 killed; 00:04:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:04:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:04:46 [ssh-agent] Looking for ssh-agent implementation... 00:04:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:04:46 $ docker exec 03b111d63002d5141a85ceaacad30e662f083be4fd6dbdeab166ef54f2e838f9 ssh-agent 00:04:46 SSH_AUTH_SOCK=/tmp/ssh-pRTMIFaC2r3V/agent.70 00:04:46 SSH_AGENT_PID=76 00:04:46 Running ssh-add (command line suppressed) 00:04:46 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_12147597061712316271.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_12147597061712316271.key) 00:04:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:04:46 + git semver init 00:04:47 2023-05-10 00:04:47,084 [run_init] DEBUG init version:0.0.0 force:False 00:04:47 2023-05-10 00:04:47,085 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-virtual-go_main/.semver 00:04:47 2023-05-10 00:04:47,085 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/exfoundry_device-virtual-go_main/.semver 00:04:47 2023-05-10 00:04:47,086 [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) 00:04:48 2023-05-10 00:04:48,108 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-virtual-go_main/.git/info/exclude 00:04:48 2023-05-10 00:04:48,109 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:False 00:04:48 2023-05-10 00:04:48,109 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 00:04:48 2023-05-10 00:04:48,109 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 00:04:48 3.0.0-dev.44 [Pipeline] } 00:04:48 $ docker exec --env ******** --env ******** 03b111d63002d5141a85ceaacad30e662f083be4fd6dbdeab166ef54f2e838f9 ssh-agent -k 00:04:48 unset SSH_AUTH_SOCK; 00:04:48 unset SSH_AGENT_PID; 00:04:48 echo Agent pid 76 killed; 00:04:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:04:48 + git semver [Pipeline] } 00:04:48 $ docker stop --time=1 03b111d63002d5141a85ceaacad30e662f083be4fd6dbdeab166ef54f2e838f9 00:04:50 $ docker rm -f --volumes 03b111d63002d5141a85ceaacad30e662f083be4fd6dbdeab166ef54f2e838f9 [Pipeline] // withDockerContainer [Pipeline] sh 00:04:50 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:04:50 Stashed 1 file(s) [Pipeline] echo 00:04:50 [edgeXSemver]: initialized semver on version 3.0.0-dev.44 [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 00:04:50 provisioning config files... 00:04:51 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config14855731258134004673tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:04:51 ---> docker-login.sh 00:04:51 nexus3.edgexfoundry.org:10001 00:04:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:04:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:04:51 Configure a credential helper to remove this warning. See 00:04:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:04:51 00:04:51 Login Succeeded 00:04:51 nexus3.edgexfoundry.org:10002 00:04:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:04:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:04:51 Configure a credential helper to remove this warning. See 00:04:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:04:51 00:04:51 Login Succeeded 00:04:51 nexus3.edgexfoundry.org:10003 00:04:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:04:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:04:51 Configure a credential helper to remove this warning. See 00:04:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:04:51 00:04:51 Login Succeeded 00:04:51 nexus3.edgexfoundry.org:10004 00:04:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:04:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:04:51 Configure a credential helper to remove this warning. See 00:04:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:04:51 00:04:51 Login Succeeded 00:04:51 docker.io 00:04:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:04:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:04:52 Configure a credential helper to remove this warning. See 00:04:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:04:52 00:04:52 Login Succeeded 00:04:52 ---> docker-login.sh ends [Pipeline] } 00:04:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:04:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:04:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:04:53 ========================================================= 00:04:53 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 00:04:53 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:04:53 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . 00:04:53 Sending build context to Docker daemon 23.62MB 00:04:53 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 00:04:53 Step 2/12 : FROM ${BASE} AS builder 00:04:53 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 00:04:53 f56be85fc22e: Pulling fs layer 00:04:53 85791d961cd3: Pulling fs layer 00:04:53 d694b5ae8c79: Pulling fs layer 00:04:53 9f32a84ed3da: Pulling fs layer 00:04:53 4d19c01a9841: Pulling fs layer 00:04:53 9325e15d5711: Pulling fs layer 00:04:53 556b6ee489ea: Pulling fs layer 00:04:53 c5a4b2cf53e6: Pulling fs layer 00:04:53 9f32a84ed3da: Waiting 00:04:53 556b6ee489ea: Waiting 00:04:53 c5a4b2cf53e6: Waiting 00:04:53 85791d961cd3: Verifying Checksum 00:04:53 85791d961cd3: Download complete 00:04:53 9f32a84ed3da: Verifying Checksum 00:04:53 9f32a84ed3da: Download complete 00:04:53 4d19c01a9841: Verifying Checksum 00:04:53 4d19c01a9841: Download complete 00:04:53 f56be85fc22e: Verifying Checksum 00:04:53 f56be85fc22e: Download complete 00:04:53 9325e15d5711: Verifying Checksum 00:04:53 9325e15d5711: Download complete 00:04:54 f56be85fc22e: Pull complete 00:04:54 85791d961cd3: Pull complete 00:04:55 d694b5ae8c79: Verifying Checksum 00:04:55 d694b5ae8c79: Download complete 00:04:55 c5a4b2cf53e6: Download complete 00:04:55 556b6ee489ea: Verifying Checksum 00:04:55 556b6ee489ea: Download complete 00:04:57 d694b5ae8c79: Pull complete 00:04:58 9f32a84ed3da: Pull complete 00:04:58 4d19c01a9841: Pull complete 00:04:58 9325e15d5711: Pull complete 00:05:00 556b6ee489ea: Pull complete 00:05:01 c5a4b2cf53e6: Pull complete 00:05:01 Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b 00:05:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 00:05:01 ---> c4be618373d6 00:05:01 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 00:05:05 ---> Running in 162bc4f5a95b 00:05:05 Removing intermediate container 162bc4f5a95b 00:05:05 ---> 0e9845556245 00:05:05 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 00:05:05 ---> Running in 2b07faf59e37 00:05:05 Removing intermediate container 2b07faf59e37 00:05:05 ---> 5419c667edf3 00:05:05 Step 5/12 : ARG ADD_BUILD_TAGS="" 00:05:05 ---> Running in a701c9b991da 00:05:05 Removing intermediate container a701c9b991da 00:05:05 ---> 82df89f1de99 00:05:05 Step 6/12 : WORKDIR /device-virtual-go 00:05:05 ---> Running in 3a875425c2b0 00:05:05 Removing intermediate container 3a875425c2b0 00:05:05 ---> 878036112798 00:05:05 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 00:05:05 ---> Running in 6991156d2b36 00:05:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 00:05:05 Still waiting to schedule task 00:05:05 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 00:05:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 00:05:06 (1/4) Installing openssh-keygen (9.1_p1-r2) 00:05:06 (2/4) Installing libedit (20221030.3.1-r0) 00:05:06 (3/4) Installing openssh-client-common (9.1_p1-r2) 00:05:06 (4/4) Installing openssh-client-default (9.1_p1-r2) 00:05:06 Executing busybox-1.35.0-r29.trigger 00:05:06 OK: 269 MiB in 57 packages 00:05:06 Removing intermediate container 6991156d2b36 00:05:06 ---> 739002bdef34 00:05:06 Step 8/12 : COPY go.mod vendor* ./ 00:05:06 ---> 36237f8384e4 00:05:06 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:05:06 ---> Running in 9d19fbea1652 00:05:34 Removing intermediate container 9d19fbea1652 00:05:34 ---> b8a6170e6e10 00:05:34 Step 10/12 : COPY . . 00:05:34 ---> d272bc3189c3 00:05:34 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 00:05:34 ---> Running in 9d0ca18852ba 00:05:34 Removing intermediate container 9d0ca18852ba 00:05:34 ---> 99060a665896 00:05:34 Step 12/12 : RUN $MAKE 00:05:34 ---> Running in 0b2f9a3e379d 00:05:34 noop 00:05:34 Removing intermediate container 0b2f9a3e379d 00:05:34 ---> cc42bf120f5a 00:05:34 Successfully built cc42bf120f5a 00:05:34 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:34 + docker inspect -f . ci-base-image-x86_64 00:05:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:05:34 prd-ubuntu20.04-docker-8c-8g-14831 does not seem to be running inside a container 00:05:34 $ 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 00:05:35 $ docker top daa1454b7ef3951d3e009fec929720d76e96440932ce880ff880c738261d608d -eo pid,comm [Pipeline] { [Pipeline] sh 00:05:35 + go version 00:05:35 go version go1.20.2 linux/amd64 [Pipeline] } 00:05:35 $ docker stop --time=1 daa1454b7ef3951d3e009fec929720d76e96440932ce880ff880c738261d608d 00:05:36 $ docker rm -f --volumes daa1454b7ef3951d3e009fec929720d76e96440932ce880ff880c738261d608d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:37 + docker inspect -f . ci-base-image-x86_64 00:05:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:05:37 prd-ubuntu20.04-docker-8c-8g-14831 does not seem to be running inside a container 00:05:37 $ 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 00:05:37 $ docker top eb39dc8a43daecff2f06dc1c5cb160e6a3c2f53de4fceb3b94b97e85fd915c71 -eo pid,comm [Pipeline] { [Pipeline] sh 00:05:37 + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] fileExists [Pipeline] sh 00:05:38 + make test 00:05:38 go test ./... -coverprofile=coverage.out 00:05:43 ? github.com/edgexfoundry/device-virtual-go [no test files] 00:05:53 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 00:05:53 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.013s coverage: 58.6% of statements 00:05:57 go vet ./... 00:06:00 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 00:06:00 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 00:06:00 ./bin/test-attribution-txt.sh [Pipeline] echo 00:06:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 00:06:00 $ docker stop --time=1 eb39dc8a43daecff2f06dc1c5cb160e6a3c2f53de4fceb3b94b97e85fd915c71 00:06:03 $ docker rm -f --volumes eb39dc8a43daecff2f06dc1c5cb160e6a3c2f53de4fceb3b94b97e85fd915c71 [Pipeline] // withDockerContainer [Pipeline] sh 00:06:04 + sudo chown -R jenkins:jenkins . [Pipeline] stash 00:06:04 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 00:06:04 + sudo chown -R jenkins:jenkins . [Pipeline] sh 00:06:05 + ls -al . 00:06:05 total 192 00:06:05 drwxrwxr-x 9 jenkins jenkins 4096 May 10 00:05 . 00:06:05 drwxrwxr-x 4 jenkins jenkins 4096 May 10 00:04 .. 00:06:05 drwxrwxr-x 8 jenkins jenkins 4096 May 10 00:04 .git 00:06:05 drwxrwxr-x 3 jenkins jenkins 4096 May 10 00:04 .github 00:06:05 -rw-rw-r-- 1 jenkins jenkins 337 May 10 00:04 .gitignore 00:06:05 -rw-rw-r-- 1 jenkins jenkins 41 May 10 00:04 .golangci.yml 00:06:05 drwxr-xr-x 3 jenkins jenkins 4096 May 10 00:04 .semver 00:06:05 -rw-rw-r-- 1 jenkins jenkins 8652 May 10 00:04 Attribution.txt 00:06:05 -rw-rw-r-- 1 jenkins jenkins 11367 May 10 00:04 CHANGELOG.md 00:06:05 -rw-rw-r-- 1 jenkins jenkins 1646 May 10 00:04 Dockerfile 00:06:05 -rw-rw-r-- 1 jenkins jenkins 677 May 10 00:04 GOVERNANCE.md 00:06:05 -rw-rw-r-- 1 jenkins jenkins 660 May 10 00:04 Jenkinsfile 00:06:05 -rw-rw-r-- 1 jenkins jenkins 11340 May 10 00:04 LICENSE 00:06:05 -rw-rw-r-- 1 jenkins jenkins 1696 May 10 00:04 Makefile 00:06:05 -rw-rw-r-- 1 jenkins jenkins 623 May 10 00:04 OWNERS.md 00:06:05 -rw-rw-r-- 1 jenkins jenkins 3578 May 10 00:04 README.md 00:06:05 -rw-rw-r-- 1 jenkins jenkins 12 May 10 00:04 VERSION 00:06:05 drwxrwxr-x 2 jenkins jenkins 4096 May 10 00:04 bin 00:06:05 drwxrwxr-x 3 jenkins jenkins 4096 May 10 00:04 cmd 00:06:05 -rw-r--r-- 1 jenkins jenkins 43063 May 10 00:05 coverage.out 00:06:05 -rw-rw-r-- 1 jenkins jenkins 3209 May 10 00:04 go.mod 00:06:05 -rw-rw-r-- 1 jenkins jenkins 30994 May 10 00:04 go.sum 00:06:05 drwxrwxr-x 3 jenkins jenkins 4096 May 10 00:04 internal 00:06:05 drwxrwxr-x 4 jenkins jenkins 4096 May 10 00:04 snap 00:06:05 -rw-rw-r-- 1 jenkins jenkins 235 May 10 00:04 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:05 + 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=030a1c50f2b785b1102128f0ffb048d726030487 --label arch=amd64 --label version=3.0.0-dev.44 . 00:06:05 Sending build context to Docker daemon 23.66MB 00:06:05 Step 1/25 : ARG BASE=golang:1.20-alpine3.17 00:06:05 Step 2/25 : FROM ${BASE} AS builder 00:06:05 ---> cc42bf120f5a 00:06:05 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 00:06:05 ---> Running in a9304713160e 00:06:05 Removing intermediate container a9304713160e 00:06:05 ---> ca2f68269323 00:06:05 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 00:06:05 ---> Running in 1f7670238366 00:06:05 Removing intermediate container 1f7670238366 00:06:05 ---> 9e7a8a68d57f 00:06:05 Step 5/25 : ARG ADD_BUILD_TAGS="" 00:06:05 ---> Running in 387fa065018f 00:06:05 Removing intermediate container 387fa065018f 00:06:05 ---> 151cef414594 00:06:05 Step 6/25 : WORKDIR /device-virtual-go 00:06:05 ---> Running in f1be41644a50 00:06:05 Removing intermediate container f1be41644a50 00:06:05 ---> c92883b5fa03 00:06:05 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 00:06:06 ---> Running in 99dec544e5b0 00:06:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 00:06:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 00:06:06 OK: 269 MiB in 57 packages 00:06:06 Removing intermediate container 99dec544e5b0 00:06:06 ---> 9036f20ba649 00:06:06 Step 8/25 : COPY go.mod vendor* ./ 00:06:07 ---> f8515f687812 00:06:07 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:06:07 ---> Running in 2aaabc4520bd 00:06:07 Removing intermediate container 2aaabc4520bd 00:06:07 ---> cfe9f2b877fd 00:06:07 Step 10/25 : COPY . . 00:06:08 ---> 0ce29bc220ac 00:06:08 Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 00:06:08 ---> Running in df7dd27326a8 00:06:08 Removing intermediate container df7dd27326a8 00:06:08 ---> 4e175da9e41e 00:06:08 Step 12/25 : RUN $MAKE 00:06:08 ---> Running in ee8e51127a1b 00:06:08 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o cmd/device-virtual ./cmd 00:06:27 Removing intermediate container ee8e51127a1b 00:06:27 ---> 5525f20e25cd 00:06:27 Step 13/25 : FROM alpine:3.17 00:06:27 3.17: Pulling from library/alpine 00:06:27 f56be85fc22e: Already exists 00:06:27 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 00:06:27 Status: Downloaded newer image for alpine:3.17 00:06:27 ---> 9ed4aefc74f6 00:06:27 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 00:06:27 ---> Running in bf65b76ab1ee 00:06:27 Removing intermediate container bf65b76ab1ee 00:06:27 ---> d81a4b24a67d 00:06:27 Step 15/25 : RUN apk add --update --no-cache dumb-init 00:06:27 ---> Running in 79f4f749fdea 00:06:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 00:06:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 00:06:27 (1/1) Installing dumb-init (1.2.5-r2) 00:06:27 Executing busybox-1.35.0-r29.trigger 00:06:27 OK: 7 MiB in 16 packages 00:06:27 Removing intermediate container 79f4f749fdea 00:06:27 ---> e1fe6192c55d 00:06:27 Step 16/25 : WORKDIR / 00:06:27 ---> Running in 02a899e20969 00:06:27 Removing intermediate container 02a899e20969 00:06:27 ---> 2ca94ed65e86 00:06:27 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 00:06:27 ---> 5d9aa0b82d3e 00:06:27 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 00:06:27 ---> f664ea3cb082 00:06:27 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 00:06:28 ---> fa1756287e9f 00:06:28 Step 20/25 : EXPOSE 59900 00:06:28 ---> Running in a6793e25b3bb 00:06:28 Removing intermediate container a6793e25b3bb 00:06:28 ---> 474c6a04fad9 00:06:28 Step 21/25 : ENTRYPOINT ["/device-virtual"] 00:06:28 ---> Running in 8c7b5d9f844f 00:06:28 Removing intermediate container 8c7b5d9f844f 00:06:28 ---> 479eb09a54ad 00:06:28 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 00:06:28 ---> Running in 3271613f6a5a 00:06:28 Removing intermediate container 3271613f6a5a 00:06:28 ---> 430b8a0bbf71 00:06:28 Step 23/25 : LABEL arch=amd64 00:06:28 ---> Running in 7e0c23c566b3 00:06:29 Removing intermediate container 7e0c23c566b3 00:06:29 ---> a9b39fa13125 00:06:29 Step 24/25 : LABEL git_sha=030a1c50f2b785b1102128f0ffb048d726030487 00:06:29 ---> Running in ea36b9bcdaa5 00:06:29 Removing intermediate container ea36b9bcdaa5 00:06:29 ---> 4497ac62169a 00:06:29 Step 25/25 : LABEL version=3.0.0-dev.44 00:06:29 ---> Running in a11673106724 00:06:29 Removing intermediate container a11673106724 00:06:29 ---> 7a67e2fd0e3d 00:06:29 [Warning] One or more build-args [ARCH] were not consumed 00:06:29 Successfully built 7a67e2fd0e3d 00:06:29 Successfully tagged device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:06:29 provisioning config files... 00:06:29 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config13147904413176465101tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:06:29 ---> docker-login.sh 00:06:29 nexus3.edgexfoundry.org:10001 00:06:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:06:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:06:29 Configure a credential helper to remove this warning. See 00:06:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:06:29 00:06:29 Login Succeeded 00:06:29 nexus3.edgexfoundry.org:10002 00:06:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:06:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:06:29 Configure a credential helper to remove this warning. See 00:06:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:06:29 00:06:29 Login Succeeded 00:06:29 nexus3.edgexfoundry.org:10003 00:06:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:06:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:06:29 Configure a credential helper to remove this warning. See 00:06:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:06:29 00:06:29 Login Succeeded 00:06:29 nexus3.edgexfoundry.org:10004 00:06:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:06:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:06:29 Configure a credential helper to remove this warning. See 00:06:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:06:29 00:06:29 Login Succeeded 00:06:29 docker.io 00:06:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:06:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:06:29 Configure a credential helper to remove this warning. See 00:06:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:06:29 00:06:29 Login Succeeded 00:06:29 ---> docker-login.sh ends [Pipeline] } 00:06:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:06:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:06:30 [edgeXDocker.push] Tagging docker image device-virtual with the following tags: 00:06:30 030a1c50f2b785b1102128f0ffb048d726030487 00:06:30 latest 00:06:30 3.0.0-dev.44 00:06:30 030a1c50f2b785b1102128f0ffb048d726030487-3.0.0-dev.44 00:06:30 main 00:06:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:30 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:030a1c50f2b785b1102128f0ffb048d726030487 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:30 + docker push nexus3.edgexfoundry.org:10004/device-virtual:030a1c50f2b785b1102128f0ffb048d726030487 00:06:30 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 00:06:30 3c448553ea83: Preparing 00:06:30 d6fc8f04cf7f: Preparing 00:06:30 353f6c3ba0f9: Preparing 00:06:30 884b39ab65c0: Preparing 00:06:30 f1417ff83b31: Preparing 00:06:30 f1417ff83b31: Layer already exists 00:06:30 d6fc8f04cf7f: Pushed 00:06:30 353f6c3ba0f9: Pushed 00:06:30 884b39ab65c0: Pushed 00:06:33 3c448553ea83: Pushed 00:06:33 030a1c50f2b785b1102128f0ffb048d726030487: digest: sha256:ec722c36419daaf5b704f2f77a940af6dbfdbfcf2488585ae978c752ea05e7c8 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:33 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:34 + docker push nexus3.edgexfoundry.org:10004/device-virtual:latest 00:06:34 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 00:06:34 3c448553ea83: Preparing 00:06:34 d6fc8f04cf7f: Preparing 00:06:34 353f6c3ba0f9: Preparing 00:06:34 884b39ab65c0: Preparing 00:06:34 f1417ff83b31: Preparing 00:06:34 884b39ab65c0: Layer already exists 00:06:34 3c448553ea83: Layer already exists 00:06:34 d6fc8f04cf7f: Layer already exists 00:06:34 353f6c3ba0f9: Layer already exists 00:06:34 f1417ff83b31: Layer already exists 00:06:34 latest: digest: sha256:ec722c36419daaf5b704f2f77a940af6dbfdbfcf2488585ae978c752ea05e7c8 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:34 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:34 + docker push nexus3.edgexfoundry.org:10004/device-virtual:3.0.0-dev.44 00:06:34 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 00:06:34 3c448553ea83: Preparing 00:06:34 d6fc8f04cf7f: Preparing 00:06:34 353f6c3ba0f9: Preparing 00:06:34 884b39ab65c0: Preparing 00:06:34 f1417ff83b31: Preparing 00:06:34 f1417ff83b31: Layer already exists 00:06:34 3c448553ea83: Layer already exists 00:06:34 884b39ab65c0: Layer already exists 00:06:34 d6fc8f04cf7f: Layer already exists 00:06:34 353f6c3ba0f9: Layer already exists 00:06:34 3.0.0-dev.44: digest: sha256:ec722c36419daaf5b704f2f77a940af6dbfdbfcf2488585ae978c752ea05e7c8 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:35 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:030a1c50f2b785b1102128f0ffb048d726030487-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:35 + docker push nexus3.edgexfoundry.org:10004/device-virtual:030a1c50f2b785b1102128f0ffb048d726030487-3.0.0-dev.44 00:06:35 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 00:06:35 3c448553ea83: Preparing 00:06:35 d6fc8f04cf7f: Preparing 00:06:35 353f6c3ba0f9: Preparing 00:06:35 884b39ab65c0: Preparing 00:06:35 f1417ff83b31: Preparing 00:06:35 353f6c3ba0f9: Layer already exists 00:06:35 d6fc8f04cf7f: Layer already exists 00:06:35 3c448553ea83: Layer already exists 00:06:35 884b39ab65c0: Layer already exists 00:06:35 f1417ff83b31: Layer already exists 00:06:35 030a1c50f2b785b1102128f0ffb048d726030487-3.0.0-dev.44: digest: sha256:ec722c36419daaf5b704f2f77a940af6dbfdbfcf2488585ae978c752ea05e7c8 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:35 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:35 + docker push nexus3.edgexfoundry.org:10004/device-virtual:main 00:06:35 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 00:06:35 3c448553ea83: Preparing 00:06:35 d6fc8f04cf7f: Preparing 00:06:35 353f6c3ba0f9: Preparing 00:06:35 884b39ab65c0: Preparing 00:06:35 f1417ff83b31: Preparing 00:06:35 3c448553ea83: Layer already exists 00:06:35 d6fc8f04cf7f: Layer already exists 00:06:35 353f6c3ba0f9: Layer already exists 00:06:35 f1417ff83b31: Layer already exists 00:06:35 884b39ab65c0: Layer already exists 00:06:35 main: digest: sha256:ec722c36419daaf5b704f2f77a940af6dbfdbfcf2488585ae978c752ea05e7c8 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:06:36 ===================================================== [Pipeline] echo 00:06:36 taggedImages: 00:06:36 - nexus3.edgexfoundry.org:10004/device-virtual:030a1c50f2b785b1102128f0ffb048d726030487 00:06:36 - nexus3.edgexfoundry.org:10004/device-virtual:latest 00:06:36 - nexus3.edgexfoundry.org:10004/device-virtual:3.0.0-dev.44 00:06:36 - nexus3.edgexfoundry.org:10004/device-virtual:030a1c50f2b785b1102128f0ffb048d726030487-3.0.0-dev.44 00:06:36 - 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 00:06:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:06:36 00:06:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:06:36 latest: Pulling from edgex-lftools-log-publisher 00:06:36 5eb5b503b376: Pulling fs layer 00:06:36 5c69ac0246d0: Pulling fs layer 00:06:36 ec43610c2a17: Pulling fs layer 00:06:36 3a2ae6a8a46f: Pulling fs layer 00:06:36 33b1e0a273af: Pulling fs layer 00:06:36 5d3b04190fa2: Pulling fs layer 00:06:36 2f39f015ded8: Pulling fs layer 00:06:36 3a2ae6a8a46f: Waiting 00:06:36 33b1e0a273af: Waiting 00:06:36 5d3b04190fa2: Waiting 00:06:36 5c69ac0246d0: Download complete 00:06:36 33b1e0a273af: Verifying Checksum 00:06:36 33b1e0a273af: Download complete 00:06:36 5d3b04190fa2: Verifying Checksum 00:06:36 5d3b04190fa2: Download complete 00:06:36 ec43610c2a17: Verifying Checksum 00:06:36 ec43610c2a17: Download complete 00:06:36 5eb5b503b376: Verifying Checksum 00:06:36 5eb5b503b376: Download complete 00:06:37 2f39f015ded8: Download complete 00:06:38 5eb5b503b376: Pull complete 00:06:38 5c69ac0246d0: Pull complete 00:06:38 ec43610c2a17: Pull complete 00:06:38 3a2ae6a8a46f: Pull complete 00:06:38 33b1e0a273af: Pull complete 00:06:39 5d3b04190fa2: Pull complete 00:06:43 2f39f015ded8: Pull complete 00:06:43 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 00:06:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:06:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:06:43 prd-ubuntu20.04-docker-8c-8g-14831 does not seem to be running inside a container 00:06:43 $ 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 00:06:45 $ docker top 492aad4bd98784bce28d7e81606b0246c3c24dd3448c9c971943e3cf808ce126 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:06:46 ---> job-cost.sh 00:06:46 lf-activate-venv: SKIPPING 00:06:46 INFO: No Stack... 00:06:46 INFO: Retrieving Pricing Info for: v3-standard-8 00:06:46 INFO: Archiving Costs [Pipeline] sh 00:06:47 + cat /w/workspace/exfoundry_device-virtual-go_main/archives/cost.csv 00:06:47 + cut -d, -f6 [Pipeline] lock 00:06:47 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-116-stack-cost] 00:06:47 Resource [jenkins-edgexfoundry-device-virtual-go-main-116-stack-cost] did not exist. Created. 00:06:47 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-116-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:06:47 + echo total: 0.2199999988079071 [Pipeline] stash 00:06:47 Stashed 1 file(s) [Pipeline] } 00:06:47 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-116-stack-cost] [Pipeline] // lock [Pipeline] } 00:06:47 $ docker stop --time=1 492aad4bd98784bce28d7e81606b0246c3c24dd3448c9c971943e3cf808ce126 00:06:48 $ docker rm -f --volumes 492aad4bd98784bce28d7e81606b0246c3c24dd3448c9c971943e3cf808ce126 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:07:52 Running on prd-ubuntu20.04-docker-arm64-4c-16g-14835 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] ws 00:07:52 Running in /w/workspace/device-virtual-go/116 [Pipeline] { [Pipeline] checkout 00:07:52 The recommended git tool is: git 00:07:59 using credential edgex-jenkins-ssh 00:07:59 Cloning the remote Git repository 00:07:59 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 00:08:00 > git init /w/workspace/device-virtual-go/116 # timeout=10 00:08:00 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 00:08:00 > git --version # timeout=10 00:08:00 > git --version # 'git version 2.25.1' 00:08:00 using GIT_SSH to set credentials SSH Credentials for GitHub 00:08:00 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:08:03 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 00:08:03 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:08:04 Avoid second fetch 00:08:04 Checking out Revision 030a1c50f2b785b1102128f0ffb048d726030487 (main) 00:08:05 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 (#403)" 00:08:04 > git config core.sparsecheckout # timeout=10 00:08:05 > git checkout -f 030a1c50f2b785b1102128f0ffb048d726030487 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:08:06 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 00:08:06 % Total % Received % Xferd Average Speed Time Time Time Current 00:08:06 Dload Upload Total Spent Left Speed 00:08:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 194k 0 --:--:-- --:--:-- --:--:-- 194k [Pipeline] sh 00:08:07 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 00:08:07 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 00:08:07 + sudo tee /etc/docker/daemon.new 00:08:07 { 00:08:07 "registry-mirrors": [ 00:08:07 "https://nexus3.edgexfoundry.org:10001" 00:08:07 ], 00:08:07 "bip": "10.250.0.254/24", 00:08:07 "hosts": [ 00:08:07 "tcp://0.0.0.0:5555", 00:08:07 "unix:///var/run/docker.sock" 00:08:07 ], 00:08:07 "mtu": 1458, 00:08:07 "selinux-enabled": true, 00:08:07 "seccomp-profile": "/etc/docker/seccomp.json" 00:08:07 } [Pipeline] sh 00:08:08 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 00:08:08 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:08:26 provisioning config files... 00:08:26 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/116@tmp/config11130578418309490287tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:08:27 ---> docker-login.sh 00:08:27 nexus3.edgexfoundry.org:10001 00:08:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:08:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:08:28 Configure a credential helper to remove this warning. See 00:08:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:08:28 00:08:28 Login Succeeded 00:08:28 nexus3.edgexfoundry.org:10002 00:08:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:08:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:08:28 Configure a credential helper to remove this warning. See 00:08:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:08:28 00:08:28 Login Succeeded 00:08:28 nexus3.edgexfoundry.org:10003 00:08:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:08:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:08:29 Configure a credential helper to remove this warning. See 00:08:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:08:29 00:08:29 Login Succeeded 00:08:29 nexus3.edgexfoundry.org:10004 00:08:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:08:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:08:30 Configure a credential helper to remove this warning. See 00:08:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:08:30 00:08:30 Login Succeeded 00:08:30 docker.io 00:08:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:08:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:08:30 Configure a credential helper to remove this warning. See 00:08:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:08:30 00:08:30 Login Succeeded 00:08:30 ---> docker-login.sh ends [Pipeline] } 00:08:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:08:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:08:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:08:30 ========================================================= 00:08:30 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 00:08:30 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:08:31 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . 00:08:31 Sending build context to Docker daemon 11.97MB 00:08:31 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 00:08:31 Step 2/12 : FROM ${BASE} AS builder 00:08:31 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:08:31 c41833b44d91: Pulling fs layer 00:08:31 ed15518f5707: Pulling fs layer 00:08:31 feae8fd75edb: Pulling fs layer 00:08:31 242c74f7c9fa: Pulling fs layer 00:08:31 3cdef696dda3: Pulling fs layer 00:08:31 2ced38df9373: Pulling fs layer 00:08:31 58f1dce35555: Pulling fs layer 00:08:31 3cdef696dda3: Waiting 00:08:31 58f1dce35555: Waiting 00:08:31 2ced38df9373: Waiting 00:08:31 242c74f7c9fa: Waiting 00:08:31 ed15518f5707: Verifying Checksum 00:08:31 ed15518f5707: Download complete 00:08:31 242c74f7c9fa: Verifying Checksum 00:08:31 242c74f7c9fa: Download complete 00:08:32 3cdef696dda3: Verifying Checksum 00:08:32 3cdef696dda3: Download complete 00:08:32 c41833b44d91: Verifying Checksum 00:08:32 c41833b44d91: Download complete 00:08:33 c41833b44d91: Pull complete 00:08:33 58f1dce35555: Verifying Checksum 00:08:33 58f1dce35555: Download complete 00:08:33 ed15518f5707: Pull complete 00:08:34 2ced38df9373: Verifying Checksum 00:08:34 2ced38df9373: Download complete 00:08:34 feae8fd75edb: Verifying Checksum 00:08:34 feae8fd75edb: Download complete 00:08:44 feae8fd75edb: Pull complete 00:08:45 242c74f7c9fa: Pull complete 00:08:45 3cdef696dda3: Pull complete 00:08:52 2ced38df9373: Pull complete 00:08:54 58f1dce35555: Pull complete 00:08:54 Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e 00:08:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 00:08:54 ---> fadd8f120f05 00:08:54 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 00:08:56 ---> Running in 7eda63a053d4 00:08:56 Removing intermediate container 7eda63a053d4 00:08:56 ---> e2c33ccc4f1f 00:08:56 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 00:08:56 ---> Running in de633535485d 00:08:57 Removing intermediate container de633535485d 00:08:57 ---> 31d72a040b15 00:08:57 Step 5/12 : ARG ADD_BUILD_TAGS="" 00:08:57 ---> Running in b850c66fbc82 00:08:58 Removing intermediate container b850c66fbc82 00:08:58 ---> 7c4c7b5ec233 00:08:58 Step 6/12 : WORKDIR /device-virtual-go 00:08:58 ---> Running in a998fc642741 00:08:58 Removing intermediate container a998fc642741 00:08:58 ---> e4e5ad0aa293 00:08:58 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 00:08:58 ---> Running in ab9bc92ba49d 00:08:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 00:09:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 00:09:01 (1/4) Installing openssh-keygen (9.1_p1-r2) 00:09:01 (2/4) Installing libedit (20221030.3.1-r0) 00:09:01 (3/4) Installing openssh-client-common (9.1_p1-r2) 00:09:01 (4/4) Installing openssh-client-default (9.1_p1-r2) 00:09:01 Executing busybox-1.35.0-r29.trigger 00:09:01 OK: 268 MiB in 57 packages 00:09:03 Removing intermediate container ab9bc92ba49d 00:09:03 ---> da883b49f219 00:09:03 Step 8/12 : COPY go.mod vendor* ./ 00:09:03 ---> 1428dc173417 00:09:03 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:09:03 ---> Running in 4103f7c17673 00:10:12 Removing intermediate container 4103f7c17673 00:10:12 ---> d86685124e65 00:10:12 Step 10/12 : COPY . . 00:10:12 ---> ae87dc17e14e 00:10:12 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 00:10:12 ---> Running in 9ddcbbfa08be 00:10:13 Removing intermediate container 9ddcbbfa08be 00:10:13 ---> 577437eb1de7 00:10:13 Step 12/12 : RUN $MAKE 00:10:13 ---> Running in 458b20c7f4c7 00:10:14 noop 00:10:15 Removing intermediate container 458b20c7f4c7 00:10:15 ---> 594c21c6d6ba 00:10:15 Successfully built 594c21c6d6ba 00:10:15 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:10:15 + docker inspect -f . ci-base-image-arm64 00:10:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:10:15 prd-ubuntu20.04-docker-arm64-4c-16g-14835 does not seem to be running inside a container 00:10:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/116 -v /w/workspace/device-virtual-go/116:/w/workspace/device-virtual-go/116:rw,z -v /w/workspace/device-virtual-go/116@tmp:/w/workspace/device-virtual-go/116@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 00:10:17 $ docker top e15639d28979cb09deb910ab968ad7ecedcfbc9c04bb5dfa97d050001922aa17 -eo pid,comm [Pipeline] { [Pipeline] sh 00:10:17 + go version 00:10:17 go version go1.20.2 linux/arm64 [Pipeline] } 00:10:18 $ docker stop --time=1 e15639d28979cb09deb910ab968ad7ecedcfbc9c04bb5dfa97d050001922aa17 00:10:19 $ docker rm -f --volumes e15639d28979cb09deb910ab968ad7ecedcfbc9c04bb5dfa97d050001922aa17 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:10:20 + docker inspect -f . ci-base-image-arm64 00:10:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:10:20 prd-ubuntu20.04-docker-arm64-4c-16g-14835 does not seem to be running inside a container 00:10:20 $ 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/116 -v /w/workspace/device-virtual-go/116:/w/workspace/device-virtual-go/116:rw,z -v /w/workspace/device-virtual-go/116@tmp:/w/workspace/device-virtual-go/116@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 00:10:21 $ docker top d18df2acfc4d0ad38c545b02cfcf5a9bb886b1c2df6b85534c4fb218e238443a -eo pid,comm [Pipeline] { [Pipeline] sh 00:10:22 + git config --global --add safe.directory /w/workspace/device-virtual-go/116 [Pipeline] fileExists [Pipeline] sh 00:10:23 + make test 00:10:23 go test ./... -coverprofile=coverage.out 00:11:02 ? github.com/edgexfoundry/device-virtual-go [no test files] 00:13:24 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 00:13:24 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.097s coverage: 58.4% of statements 00:13:24 WARNING: Linting skipped (not on x86_64 or linter not installed) 00:13:24 go vet ./... 00:13:57 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 00:13:57 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 00:13:57 ./bin/test-attribution-txt.sh [Pipeline] echo 00:13:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 00:13:57 $ docker stop --time=1 d18df2acfc4d0ad38c545b02cfcf5a9bb886b1c2df6b85534c4fb218e238443a 00:13:59 $ docker rm -f --volumes d18df2acfc4d0ad38c545b02cfcf5a9bb886b1c2df6b85534c4fb218e238443a [Pipeline] // withDockerContainer [Pipeline] sh 00:14:00 + sudo chown -R jenkins:jenkins . [Pipeline] stash 00:14:00 Warning: overwriting stash ‘coverage-report’ 00:14:01 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 00:14:01 + sudo chown -R jenkins:jenkins . [Pipeline] sh 00:14:01 + ls -al . 00:14:01 total 188 00:14:01 drwxrwxr-x 8 jenkins jenkins 4096 May 10 00:10 . 00:14:01 drwxrwxr-x 4 jenkins jenkins 4096 May 10 00:08 .. 00:14:01 drwxrwxr-x 8 jenkins jenkins 4096 May 10 00:08 .git 00:14:01 drwxrwxr-x 3 jenkins jenkins 4096 May 10 00:08 .github 00:14:01 -rw-rw-r-- 1 jenkins jenkins 337 May 10 00:08 .gitignore 00:14:01 -rw-rw-r-- 1 jenkins jenkins 41 May 10 00:08 .golangci.yml 00:14:01 -rw-rw-r-- 1 jenkins jenkins 8652 May 10 00:08 Attribution.txt 00:14:01 -rw-rw-r-- 1 jenkins jenkins 11367 May 10 00:08 CHANGELOG.md 00:14:01 -rw-rw-r-- 1 jenkins jenkins 1646 May 10 00:08 Dockerfile 00:14:01 -rw-rw-r-- 1 jenkins jenkins 677 May 10 00:08 GOVERNANCE.md 00:14:01 -rw-rw-r-- 1 jenkins jenkins 660 May 10 00:08 Jenkinsfile 00:14:01 -rw-rw-r-- 1 jenkins jenkins 11340 May 10 00:08 LICENSE 00:14:01 -rw-rw-r-- 1 jenkins jenkins 1696 May 10 00:08 Makefile 00:14:01 -rw-rw-r-- 1 jenkins jenkins 623 May 10 00:08 OWNERS.md 00:14:01 -rw-rw-r-- 1 jenkins jenkins 3578 May 10 00:08 README.md 00:14:01 -rw-rw-r-- 1 jenkins jenkins 12 May 10 00:04 VERSION 00:14:01 drwxrwxr-x 2 jenkins jenkins 4096 May 10 00:08 bin 00:14:01 drwxrwxr-x 3 jenkins jenkins 4096 May 10 00:08 cmd 00:14:01 -rw-r--r-- 1 jenkins jenkins 43063 May 10 00:13 coverage.out 00:14:01 -rw-rw-r-- 1 jenkins jenkins 3209 May 10 00:08 go.mod 00:14:01 -rw-rw-r-- 1 jenkins jenkins 30994 May 10 00:08 go.sum 00:14:01 drwxrwxr-x 3 jenkins jenkins 4096 May 10 00:08 internal 00:14:01 drwxrwxr-x 4 jenkins jenkins 4096 May 10 00:08 snap 00:14:01 -rw-rw-r-- 1 jenkins jenkins 235 May 10 00:08 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:14:02 + 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=030a1c50f2b785b1102128f0ffb048d726030487 --label arch=arm64 --label version=3.0.0-dev.44 . 00:14:02 Sending build context to Docker daemon 12.02MB 00:14:02 Step 1/25 : ARG BASE=golang:1.20-alpine3.17 00:14:02 Step 2/25 : FROM ${BASE} AS builder 00:14:02 ---> 594c21c6d6ba 00:14:02 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 00:14:03 ---> Running in b59d1a3d0683 00:14:03 Removing intermediate container b59d1a3d0683 00:14:03 ---> 7c294753f92d 00:14:03 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 00:14:03 ---> Running in 32bebd169b5d 00:14:03 Removing intermediate container 32bebd169b5d 00:14:03 ---> a571814601d3 00:14:03 Step 5/25 : ARG ADD_BUILD_TAGS="" 00:14:03 ---> Running in cc080eb825a1 00:14:04 Removing intermediate container cc080eb825a1 00:14:04 ---> bad24ce34fe6 00:14:04 Step 6/25 : WORKDIR /device-virtual-go 00:14:04 ---> Running in c82078ad2ad4 00:14:04 Removing intermediate container c82078ad2ad4 00:14:04 ---> a8870de1d82a 00:14:04 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 00:14:04 ---> Running in ae87e66cf766 00:14:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 00:14:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 00:14:08 OK: 268 MiB in 57 packages 00:14:08 Removing intermediate container ae87e66cf766 00:14:08 ---> 960730bc2fe1 00:14:08 Step 8/25 : COPY go.mod vendor* ./ 00:14:09 ---> ad0a60357bd8 00:14:09 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:14:09 ---> Running in 8c07baff158e 00:14:12 Removing intermediate container 8c07baff158e 00:14:12 ---> 4daaddd0fe3b 00:14:12 Step 10/25 : COPY . . 00:14:13 ---> 92afdc1fbd97 00:14:13 Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 00:14:13 ---> Running in 9aad5fda5750 00:14:14 Removing intermediate container 9aad5fda5750 00:14:14 ---> 9858d33ccbf8 00:14:14 Step 12/25 : RUN $MAKE 00:14:14 ---> Running in a9865e0f8345 00:14:15 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o cmd/device-virtual ./cmd 00:16:52 Removing intermediate container a9865e0f8345 00:16:52 ---> a6f3044ab8c9 00:16:52 Step 13/25 : FROM alpine:3.17 00:16:52 3.17: Pulling from library/alpine 00:16:52 c41833b44d91: Already exists 00:16:52 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 00:16:52 Status: Downloaded newer image for alpine:3.17 00:16:52 ---> 51e60588ff2c 00:16:52 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 00:16:52 ---> Running in 0abc7e02e5bf 00:16:52 Removing intermediate container 0abc7e02e5bf 00:16:52 ---> b44c099fd914 00:16:52 Step 15/25 : RUN apk add --update --no-cache dumb-init 00:16:52 ---> Running in 8d335933f6ab 00:16:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 00:16:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 00:16:52 (1/1) Installing dumb-init (1.2.5-r2) 00:16:52 Executing busybox-1.35.0-r29.trigger 00:16:52 OK: 8 MiB in 16 packages 00:16:52 Removing intermediate container 8d335933f6ab 00:16:52 ---> ecd6a5f9e81f 00:16:52 Step 16/25 : WORKDIR / 00:16:52 ---> Running in ac1eb6792fc4 00:16:52 Removing intermediate container ac1eb6792fc4 00:16:52 ---> b5c68bc1cd6f 00:16:52 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 00:16:52 ---> 4aaa77592fb4 00:16:52 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 00:16:52 ---> 78b89c7ee2e1 00:16:52 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 00:16:52 ---> 99f805c83602 00:16:52 Step 20/25 : EXPOSE 59900 00:16:52 ---> Running in 1be780191daf 00:16:52 Removing intermediate container 1be780191daf 00:16:52 ---> 9b1770e43217 00:16:52 Step 21/25 : ENTRYPOINT ["/device-virtual"] 00:16:52 ---> Running in f341316e1f7e 00:16:52 Removing intermediate container f341316e1f7e 00:16:52 ---> 06a512549db0 00:16:52 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 00:16:52 ---> Running in 8516a283f837 00:16:52 Removing intermediate container 8516a283f837 00:16:52 ---> 294f6061b886 00:16:52 Step 23/25 : LABEL arch=arm64 00:16:52 ---> Running in 5cea709c4f28 00:16:52 Removing intermediate container 5cea709c4f28 00:16:52 ---> 84ec85e59e77 00:16:52 Step 24/25 : LABEL git_sha=030a1c50f2b785b1102128f0ffb048d726030487 00:16:53 ---> Running in b99dff20f596 00:16:53 Removing intermediate container b99dff20f596 00:16:53 ---> beb235fe3d73 00:16:53 Step 25/25 : LABEL version=3.0.0-dev.44 00:16:53 ---> Running in fdc2a7c13d24 00:16:53 Removing intermediate container fdc2a7c13d24 00:16:53 ---> 0d2a5cefeb6d 00:16:53 [Warning] One or more build-args [ARCH] were not consumed 00:16:53 Successfully built 0d2a5cefeb6d 00:16:53 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 00:16:53 provisioning config files... 00:16:53 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/116@tmp/config9959731617005715822tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:16:54 ---> docker-login.sh 00:16:54 nexus3.edgexfoundry.org:10001 00:16:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:16:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:16:54 Configure a credential helper to remove this warning. See 00:16:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:16:54 00:16:54 Login Succeeded 00:16:54 nexus3.edgexfoundry.org:10002 00:16:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:16:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:16:54 Configure a credential helper to remove this warning. See 00:16:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:16:54 00:16:54 Login Succeeded 00:16:54 nexus3.edgexfoundry.org:10003 00:16:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:16:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:16:55 Configure a credential helper to remove this warning. See 00:16:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:16:55 00:16:55 Login Succeeded 00:16:55 nexus3.edgexfoundry.org:10004 00:16:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:16:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:16:55 Configure a credential helper to remove this warning. See 00:16:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:16:55 00:16:55 Login Succeeded 00:16:55 docker.io 00:16:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:16:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:16:55 Configure a credential helper to remove this warning. See 00:16:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:16:55 00:16:55 Login Succeeded 00:16:55 ---> docker-login.sh ends [Pipeline] } 00:16:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:16:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:16:56 [edgeXDocker.push] Tagging docker image device-virtual-arm64 with the following tags: 00:16:56 030a1c50f2b785b1102128f0ffb048d726030487 00:16:56 latest 00:16:56 3.0.0-dev.44 00:16:56 030a1c50f2b785b1102128f0ffb048d726030487-3.0.0-dev.44 00:16:56 main 00:16:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:16:56 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:030a1c50f2b785b1102128f0ffb048d726030487 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:16:56 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:030a1c50f2b785b1102128f0ffb048d726030487 00:16:56 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 00:16:56 5c779d24e0bb: Preparing 00:16:56 d93e6a4d26cf: Preparing 00:16:56 af2ab031d56d: Preparing 00:16:56 1d943fe864e2: Preparing 00:16:56 26cbea5cba74: Preparing 00:16:56 26cbea5cba74: Layer already exists 00:16:57 af2ab031d56d: Pushed 00:16:57 d93e6a4d26cf: Pushed 00:16:57 1d943fe864e2: Pushed 00:17:02 5c779d24e0bb: Pushed 00:17:02 030a1c50f2b785b1102128f0ffb048d726030487: digest: sha256:9c30a467bda272f4a6d858fdce23fa6989ccb779692dd48903db5d1f31827117 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:17:03 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:17:03 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 00:17:03 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 00:17:03 5c779d24e0bb: Preparing 00:17:03 d93e6a4d26cf: Preparing 00:17:03 af2ab031d56d: Preparing 00:17:03 1d943fe864e2: Preparing 00:17:03 26cbea5cba74: Preparing 00:17:03 af2ab031d56d: Layer already exists 00:17:03 5c779d24e0bb: Layer already exists 00:17:03 1d943fe864e2: Layer already exists 00:17:03 26cbea5cba74: Layer already exists 00:17:03 d93e6a4d26cf: Layer already exists 00:17:03 latest: digest: sha256:9c30a467bda272f4a6d858fdce23fa6989ccb779692dd48903db5d1f31827117 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:17:04 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:17:04 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.0.0-dev.44 00:17:04 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 00:17:04 5c779d24e0bb: Preparing 00:17:04 d93e6a4d26cf: Preparing 00:17:04 af2ab031d56d: Preparing 00:17:04 1d943fe864e2: Preparing 00:17:04 26cbea5cba74: Preparing 00:17:04 af2ab031d56d: Layer already exists 00:17:04 5c779d24e0bb: Layer already exists 00:17:04 1d943fe864e2: Layer already exists 00:17:04 26cbea5cba74: Layer already exists 00:17:04 d93e6a4d26cf: Layer already exists 00:17:04 3.0.0-dev.44: digest: sha256:9c30a467bda272f4a6d858fdce23fa6989ccb779692dd48903db5d1f31827117 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:17:05 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:030a1c50f2b785b1102128f0ffb048d726030487-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:17:05 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:030a1c50f2b785b1102128f0ffb048d726030487-3.0.0-dev.44 00:17:05 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 00:17:05 5c779d24e0bb: Preparing 00:17:05 d93e6a4d26cf: Preparing 00:17:05 af2ab031d56d: Preparing 00:17:05 1d943fe864e2: Preparing 00:17:05 26cbea5cba74: Preparing 00:17:05 1d943fe864e2: Layer already exists 00:17:05 26cbea5cba74: Layer already exists 00:17:05 d93e6a4d26cf: Layer already exists 00:17:05 af2ab031d56d: Layer already exists 00:17:05 5c779d24e0bb: Layer already exists 00:17:05 030a1c50f2b785b1102128f0ffb048d726030487-3.0.0-dev.44: digest: sha256:9c30a467bda272f4a6d858fdce23fa6989ccb779692dd48903db5d1f31827117 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:17:05 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:17:06 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:main 00:17:06 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 00:17:06 5c779d24e0bb: Preparing 00:17:06 d93e6a4d26cf: Preparing 00:17:06 af2ab031d56d: Preparing 00:17:06 1d943fe864e2: Preparing 00:17:06 26cbea5cba74: Preparing 00:17:06 1d943fe864e2: Layer already exists 00:17:06 26cbea5cba74: Layer already exists 00:17:06 5c779d24e0bb: Layer already exists 00:17:06 d93e6a4d26cf: Layer already exists 00:17:06 af2ab031d56d: Layer already exists 00:17:06 main: digest: sha256:9c30a467bda272f4a6d858fdce23fa6989ccb779692dd48903db5d1f31827117 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:17:06 ===================================================== [Pipeline] echo 00:17:06 taggedImages: 00:17:06 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:030a1c50f2b785b1102128f0ffb048d726030487 00:17:06 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 00:17:06 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.0.0-dev.44 00:17:06 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:030a1c50f2b785b1102128f0ffb048d726030487-3.0.0-dev.44 00:17:06 - 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 00:17:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:17:06 00:17:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:17:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:17:07 arm64: Pulling from edgex-lftools-log-publisher 00:17:07 8998bd30e6a1: Pulling fs layer 00:17:07 04944245beec: Pulling fs layer 00:17:07 699f458cf7ca: Pulling fs layer 00:17:07 765212b225bb: Pulling fs layer 00:17:07 f23df028b6ca: Pulling fs layer 00:17:07 d65c8cfc05b1: Pulling fs layer 00:17:07 2437ff75d9bd: Pulling fs layer 00:17:07 d65c8cfc05b1: Waiting 00:17:07 2437ff75d9bd: Waiting 00:17:07 765212b225bb: Waiting 00:17:07 f23df028b6ca: Waiting 00:17:07 04944245beec: Verifying Checksum 00:17:07 04944245beec: Download complete 00:17:07 765212b225bb: Verifying Checksum 00:17:07 765212b225bb: Download complete 00:17:07 f23df028b6ca: Download complete 00:17:07 d65c8cfc05b1: Verifying Checksum 00:17:07 d65c8cfc05b1: Download complete 00:17:07 699f458cf7ca: Verifying Checksum 00:17:07 699f458cf7ca: Download complete 00:17:08 8998bd30e6a1: Verifying Checksum 00:17:08 8998bd30e6a1: Download complete 00:17:10 2437ff75d9bd: Verifying Checksum 00:17:10 2437ff75d9bd: Download complete 00:17:12 8998bd30e6a1: Pull complete 00:17:12 04944245beec: Pull complete 00:17:13 699f458cf7ca: Pull complete 00:17:13 765212b225bb: Pull complete 00:17:14 f23df028b6ca: Pull complete 00:17:14 d65c8cfc05b1: Pull complete 00:17:29 2437ff75d9bd: Pull complete 00:17:29 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 00:17:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:17:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:17:30 prd-ubuntu20.04-docker-arm64-4c-16g-14835 does not seem to be running inside a container 00:17:30 $ 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/116 -v /w/workspace/device-virtual-go/116:/w/workspace/device-virtual-go/116:rw,z -v /w/workspace/device-virtual-go/116@tmp:/w/workspace/device-virtual-go/116@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 00:17:33 $ docker top c8cb3e5c6bb54646bcb8aaf4cdd4d74316f4515ac705566d041c4c54cbbac745 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:17:34 ---> job-cost.sh 00:17:34 lf-activate-venv: SKIPPING 00:17:34 INFO: No Stack... 00:17:34 INFO: Retrieving Pricing Info for: v3-standard-4 00:17:35 INFO: Archiving Costs [Pipeline] sh 00:17:36 + cat /w/workspace/device-virtual-go/116/archives/cost.csv 00:17:36 + cut -d, -f6 [Pipeline] lock 00:17:36 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-116-stack-cost] 00:17:36 Resource [jenkins-edgexfoundry-device-virtual-go-main-116-stack-cost] did not exist. Created. 00:17:36 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-116-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:17:36 /w/workspace/device-virtual-go/116@tmp/durable-a12f9de1/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 00:17:37 + echo total: 0.10999999940395355 [Pipeline] stash 00:17:37 Warning: overwriting stash ‘stack-cost’ 00:17:37 Stashed 1 file(s) [Pipeline] } 00:17:37 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-116-stack-cost] [Pipeline] // lock [Pipeline] } 00:17:37 $ docker stop --time=1 c8cb3e5c6bb54646bcb8aaf4cdd4d74316f4515ac705566d041c4c54cbbac745 00:17:39 $ docker rm -f --volumes c8cb3e5c6bb54646bcb8aaf4cdd4d74316f4515ac705566d041c4c54cbbac745 [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 00:17:39 provisioning config files... 00:17:39 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config9818768106117521401tmp [Pipeline] { [Pipeline] sh 00:17:39 + set +x 00:17:39 + curl -s https://codecov.io/bash 00:17:39 + bash -s -- 00:17:39 00:17:39 _____ _ 00:17:39 / ____| | | 00:17:39 | | ___ __| | ___ ___ _____ __ 00:17:39 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:17:39 | |___| (_) | (_| | __/ (_| (_) \ V / 00:17:39 \_____\___/ \__,_|\___|\___\___/ \_/ 00:17:39 Bash-1.0.6 00:17:39 00:17:39 00:17:39 ==> git version 2.25.1 found 00:17:39 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 00:17:39 Release-Date: 2020-01-08 00:17:39 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 00:17:39 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 00:17:39 ==> Jenkins CI detected. 00:17:39 current dir:  /w/workspace/exfoundry_device-virtual-go_main 00:17:39 project root: . 00:17:39 --> token set from env 00:17:39 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:17:39 ==> Running gcov in . (disable via -X gcov) 00:17:39 ==> Python coveragepy not found 00:17:39 ==> Searching for coverage reports in: 00:17:39 + . 00:17:40 -> Found 1 reports 00:17:40 ==> Detecting git/mercurial file structure 00:17:40 ==> Reading reports 00:17:40 + ./coverage.out bytes=43063 00:17:40 ==> Appending adjustments 00:17:40 https://docs.codecov.io/docs/fixing-reports 00:17:40 + Found adjustments 00:17:40 ==> Gzipping contents 00:17:40 8.0K /tmp/codecov.KlYRUg.gz 00:17:40 ==> Uploading reports 00:17:40 url: https://codecov.io 00:17:40 query: branch=main&commit=030a1c50f2b785b1102128f0ffb048d726030487&build=116&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F116%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 00:17:40 -> Pinging Codecov 00:17:40 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=030a1c50f2b785b1102128f0ffb048d726030487&build=116&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F116%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 00:17:40 -> Uploading to 00:17:40 https://storage.googleapis.com/codecov/v4/raw/2023-05-10/5E52B4B073DB2E39498172D8E973AA87/030a1c50f2b785b1102128f0ffb048d726030487/8c69cc87-8224-4eb8-9b52-998ad66ad560.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230510%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230510T001740Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c7fa307125bfcc863213cb649002e6b6c5eb742267444552102c2c368d0da79e 00:17:40 % Total % Received % Xferd Average Speed Time Time Time Current 00:17:40 Dload Upload Total Spent Left Speed 00:17:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5184 0 0 100 5184 0 27721 --:--:-- --:--:-- --:--:-- 27721 00:17:40 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/030a1c50f2b785b1102128f0ffb048d726030487 [Pipeline] } 00:17:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 00:17:40 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 00:17:40 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:17:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 00:17:41 00:17:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:17:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 00:17:41 1.410.4: Pulling from edgex-devops/edgex-snyk-go 00:17:41 df9b9388f04a: Pulling fs layer 00:17:41 52dc419b0ee2: Pulling fs layer 00:17:41 25bc292e5bac: Pulling fs layer 00:17:41 114826534d7a: Pulling fs layer 00:17:41 4657fd5d0bcf: Pulling fs layer 00:17:41 6ad1cebc031e: Pulling fs layer 00:17:41 8a3aa393b2d8: Pulling fs layer 00:17:41 4657fd5d0bcf: Waiting 00:17:41 114826534d7a: Waiting 00:17:41 6ad1cebc031e: Waiting 00:17:41 8a3aa393b2d8: Waiting 00:17:41 25bc292e5bac: Download complete 00:17:41 52dc419b0ee2: Verifying Checksum 00:17:41 52dc419b0ee2: Download complete 00:17:41 4657fd5d0bcf: Verifying Checksum 00:17:41 4657fd5d0bcf: Download complete 00:17:41 df9b9388f04a: Pull complete 00:17:41 6ad1cebc031e: Verifying Checksum 00:17:41 6ad1cebc031e: Download complete 00:17:41 52dc419b0ee2: Pull complete 00:17:41 25bc292e5bac: Pull complete 00:17:42 114826534d7a: Verifying Checksum 00:17:42 114826534d7a: Download complete 00:17:42 8a3aa393b2d8: Verifying Checksum 00:17:42 8a3aa393b2d8: Download complete 00:17:46 114826534d7a: Pull complete 00:17:46 4657fd5d0bcf: Pull complete 00:17:46 6ad1cebc031e: Pull complete 00:17:48 8a3aa393b2d8: Pull complete 00:17:48 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 00:17:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 00:17:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:17:48 prd-ubuntu20.04-docker-8c-8g-14831 does not seem to be running inside a container 00:17:48 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 00:17:51 $ docker top 8b2cfc821084dca83937f7eaf1af80229217f031990fb6236f55d1addd616c6a -eo pid,comm [Pipeline] { [Pipeline] echo 00:17:51 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-virtual-go:main' [Pipeline] sh 00:17:52 + set -o pipefail 00:17:52 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-virtual-go:main' 00:17:58 00:17:58 Monitoring /w/workspace/exfoundry_device-virtual-go_main (github.com/edgexfoundry/device-virtual-go)... 00:17:58 00:17:58 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/28e35fd0-54c0-4b4d-8115-61bcd17c2ff8/history/204ef0f7-58d7-481b-b51c-b4086635e4da 00:17:58 00:17:58 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 00:17:58 00:17:58 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 00:17:58 00:17:58 00:17:58 A medium severity vulnerability was found in the Snyk CLI versions you are using. 00:17:58 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 00:17:58 More details here: https://snyk.co/ue1NS 00:17:58 You have reached your monthly limit of 401 private tests for your edgex-jenkins org. 00:17:58 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 00:17:58 $ docker stop --time=1 8b2cfc821084dca83937f7eaf1af80229217f031990fb6236f55d1addd616c6a 00:18:01 $ docker rm -f --volumes 8b2cfc821084dca83937f7eaf1af80229217f031990fb6236f55d1addd616c6a [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 00:18:02 + git log --format=format:%s -1 030a1c50f2b785b1102128f0ffb048d726030487 [Pipeline] sh 00:18:02 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:18:02 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:18:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:18:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:18:02 prd-ubuntu20.04-docker-8c-8g-14831 does not seem to be running inside a container 00:18:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 00:18:03 $ docker top f7e46fd57ba2a31b70ce0cc8514a2c6f6621db0505b7eac24daa42b6be6a701b -eo pid,comm 00:18:03 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). 00:18:03 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:18:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:18:03 [ssh-agent] Looking for ssh-agent implementation... 00:18:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:18:03 $ docker exec f7e46fd57ba2a31b70ce0cc8514a2c6f6621db0505b7eac24daa42b6be6a701b ssh-agent 00:18:03 SSH_AUTH_SOCK=/tmp/ssh-9YPbkRkEcCd6/agent.32 00:18:03 SSH_AGENT_PID=38 00:18:03 Running ssh-add (command line suppressed) 00:18:03 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_8649266885317477255.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_8649266885317477255.key) 00:18:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:18:04 + git semver tag 00:18:04 2023-05-10 00:18:04,175 [run_tag] DEBUG tag force:False 00:18:04 2023-05-10 00:18:04,175 [check_head_tag] DEBUG check head tag 00:18:04 2023-05-10 00:18:04,176 [execute] INFO git cat-file --batch-check 00:18:04 2023-05-10 00:18:04,177 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) 00:18:04 2023-05-10 00:18:04,180 [execute] INFO git cat-file --batch 00:18:04 2023-05-10 00:18:04,180 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) 00:18:04 2023-05-10 00:18:04,207 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 00:18:04 2023-05-10 00:18:04,207 [execute] INFO git tag -a v3.0.0-dev.44 -m v3.0.0-dev.44 00:18:04 2023-05-10 00:18:04,208 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.44', '-m', 'v3.0.0-dev.44'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=None) 00:18:04 2023-05-10 00:18:04,211 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 00:18:04 3.0.0-dev.44 [Pipeline] } 00:18:04 $ docker exec --env ******** --env ******** f7e46fd57ba2a31b70ce0cc8514a2c6f6621db0505b7eac24daa42b6be6a701b ssh-agent -k 00:18:04 unset SSH_AUTH_SOCK; 00:18:04 unset SSH_AGENT_PID; 00:18:04 echo Agent pid 38 killed; 00:18:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:18:04 + git semver [Pipeline] } 00:18:04 $ docker stop --time=1 f7e46fd57ba2a31b70ce0cc8514a2c6f6621db0505b7eac24daa42b6be6a701b 00:18:06 $ docker rm -f --volumes f7e46fd57ba2a31b70ce0cc8514a2c6f6621db0505b7eac24daa42b6be6a701b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:18:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:18:06 00:18:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:18:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:18:06 0.23.1-centos7: Pulling from edgex-lftools 00:18:06 ab5ef0e58194: Pulling fs layer 00:18:06 9712f1f96733: Pulling fs layer 00:18:06 63f879dbbcfc: Pulling fs layer 00:18:06 0d9ebad4ef96: Pulling fs layer 00:18:06 e9a5061849ea: Pulling fs layer 00:18:06 d747dcd14b5f: Pulling fs layer 00:18:06 2de7ff778b66: Pulling fs layer 00:18:06 e9a5061849ea: Waiting 00:18:06 d747dcd14b5f: Waiting 00:18:06 2de7ff778b66: Waiting 00:18:06 0d9ebad4ef96: Waiting 00:18:06 9712f1f96733: Verifying Checksum 00:18:06 9712f1f96733: Download complete 00:18:07 63f879dbbcfc: Verifying Checksum 00:18:07 63f879dbbcfc: Download complete 00:18:07 0d9ebad4ef96: Verifying Checksum 00:18:07 0d9ebad4ef96: Download complete 00:18:07 e9a5061849ea: Verifying Checksum 00:18:07 e9a5061849ea: Download complete 00:18:07 d747dcd14b5f: Verifying Checksum 00:18:07 d747dcd14b5f: Download complete 00:18:07 ab5ef0e58194: Verifying Checksum 00:18:07 ab5ef0e58194: Download complete 00:18:07 2de7ff778b66: Verifying Checksum 00:18:07 2de7ff778b66: Download complete 00:18:10 ab5ef0e58194: Pull complete 00:18:10 9712f1f96733: Pull complete 00:18:10 63f879dbbcfc: Pull complete 00:18:14 0d9ebad4ef96: Pull complete 00:18:14 e9a5061849ea: Pull complete 00:18:14 d747dcd14b5f: Pull complete 00:18:15 2de7ff778b66: Pull complete 00:18:15 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 00:18:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:18:15 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:18:15 prd-ubuntu20.04-docker-8c-8g-14831 does not seem to be running inside a container 00:18:15 $ 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 00:18:19 $ docker top 44ad02a9e43fa11774acb500bb20b863d7990c6259ff27609ba9bd849caa0f63 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 00:18:20 provisioning config files... 00:18:20 copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config16259233829181150260tmp 00:18:20 copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config2838124115124472514tmp 00:18:20 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config11525274455777884271tmp [Pipeline] { [Pipeline] echo 00:18:20 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 00:18:20 ---> sigul-configuration.sh 00:18:20 gpg: directory `/root/.gnupg' created 00:18:20 gpg: new configuration file `/root/.gnupg/gpg.conf' created 00:18:20 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 00:18:20 gpg: keyring `/root/.gnupg/secring.gpg' created 00:18:20 gpg: keyring `/root/.gnupg/pubring.gpg' created 00:18:20 gpg: CAST5 encrypted data 00:18:20 gpg: encrypted with 1 passphrase 00:18:20 gpg: WARNING: message was not integrity protected [Pipeline] sh 00:18:20 + mkdir /home/jenkins 00:18:20 + mkdir /home/jenkins/sigul [Pipeline] sh 00:18:20 + 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 00:18:20 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 00:18:21 ---> sigul-install.sh 00:18:21 Sigul already installed; skipping installation. [Pipeline] sh 00:18:21 + git tag --list 00:18:21 v1.0.0 00:18:21 v1.1.0 00:18:21 v1.1.1 00:18:21 v1.2.1 00:18:21 v1.2.2 00:18:21 v1.2.3 00:18:21 v1.3.0 00:18:21 v1.3.1 00:18:21 v2.0.0 00:18:21 v2.1.0 00:18:21 v2.1.1 00:18:21 v2.1.1-dev.1 00:18:21 v2.1.1-dev.2 00:18:21 v2.2.0 00:18:21 v2.2.1-dev.1 00:18:21 v2.2.1-dev.2 00:18:21 v2.2.1-dev.3 00:18:21 v2.2.1-dev.4 00:18:21 v2.2.1-dev.5 00:18:21 v2.2.1-dev.6 00:18:21 v2.2.1-dev.7 00:18:21 v2.2.1-dev.8 00:18:21 v2.3.0 00:18:21 v2.3.0-dev.10 00:18:21 v2.3.0-dev.11 00:18:21 v2.3.0-dev.12 00:18:21 v2.3.0-dev.13 00:18:21 v2.3.0-dev.14 00:18:21 v2.3.0-dev.15 00:18:21 v2.3.0-dev.16 00:18:21 v2.3.0-dev.17 00:18:21 v2.3.0-dev.18 00:18:21 v2.3.0-dev.19 00:18:21 v2.3.0-dev.20 00:18:21 v2.3.0-dev.21 00:18:21 v2.3.0-dev.22 00:18:21 v2.3.0-dev.23 00:18:21 v2.3.0-dev.24 00:18:21 v2.3.0-dev.25 00:18:21 v2.3.0-dev.26 00:18:21 v2.3.0-dev.27 00:18:21 v2.3.0-dev.28 00:18:21 v2.3.0-dev.29 00:18:21 v2.3.0-dev.30 00:18:21 v2.3.0-dev.8 00:18:21 v2.3.0-dev.9 00:18:21 v3.0.0-dev.1 00:18:21 v3.0.0-dev.10 00:18:21 v3.0.0-dev.11 00:18:21 v3.0.0-dev.12 00:18:21 v3.0.0-dev.13 00:18:21 v3.0.0-dev.14 00:18:21 v3.0.0-dev.15 00:18:21 v3.0.0-dev.16 00:18:21 v3.0.0-dev.17 00:18:21 v3.0.0-dev.18 00:18:21 v3.0.0-dev.19 00:18:21 v3.0.0-dev.2 00:18:21 v3.0.0-dev.20 00:18:21 v3.0.0-dev.21 00:18:21 v3.0.0-dev.22 00:18:21 v3.0.0-dev.23 00:18:21 v3.0.0-dev.24 00:18:21 v3.0.0-dev.25 00:18:21 v3.0.0-dev.26 00:18:21 v3.0.0-dev.27 00:18:21 v3.0.0-dev.28 00:18:21 v3.0.0-dev.29 00:18:21 v3.0.0-dev.3 00:18:21 v3.0.0-dev.30 00:18:21 v3.0.0-dev.31 00:18:21 v3.0.0-dev.32 00:18:21 v3.0.0-dev.33 00:18:21 v3.0.0-dev.34 00:18:21 v3.0.0-dev.35 00:18:21 v3.0.0-dev.36 00:18:21 v3.0.0-dev.37 00:18:21 v3.0.0-dev.38 00:18:21 v3.0.0-dev.39 00:18:21 v3.0.0-dev.4 00:18:21 v3.0.0-dev.40 00:18:21 v3.0.0-dev.41 00:18:21 v3.0.0-dev.42 00:18:21 v3.0.0-dev.43 00:18:21 v3.0.0-dev.44 00:18:21 v3.0.0-dev.5 00:18:21 v3.0.0-dev.6 00:18:21 v3.0.0-dev.7 00:18:21 v3.0.0-dev.8 00:18:21 v3.0.0-dev.9 [Pipeline] sh 00:18:21 + lftools sign git-tag v3.0.0-dev.44 00:18:22 Signing Git tag with Sigul... 00:18:22 Signing v3.0.0-dev.44 [Pipeline] echo 00:18:22 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 00:18:23 ---> sigul-configuration-cleanup.sh [Pipeline] } 00:18:23 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 00:18:23 $ docker stop --time=1 44ad02a9e43fa11774acb500bb20b863d7990c6259ff27609ba9bd849caa0f63 00:18:24 $ docker rm -f --volumes 44ad02a9e43fa11774acb500bb20b863d7990c6259ff27609ba9bd849caa0f63 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 00:18:24 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:18:24 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:18:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:18:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:18:25 prd-ubuntu20.04-docker-8c-8g-14831 does not seem to be running inside a container 00:18: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 00:18:25 $ docker top 65959a10c3843d5934adb19b2664182e8f4dcbd42b0281caa8791df00b4361ba -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:18:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:18:25 [ssh-agent] Looking for ssh-agent implementation... 00:18:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:18:25 $ docker exec 65959a10c3843d5934adb19b2664182e8f4dcbd42b0281caa8791df00b4361ba ssh-agent 00:18:26 SSH_AUTH_SOCK=/tmp/ssh-S5bOmgxR6kfX/agent.33 00:18:26 SSH_AGENT_PID=39 00:18:26 Running ssh-add (command line suppressed) 00:18:26 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_6710248948560380433.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_6710248948560380433.key) 00:18:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:18:26 + git semver bump pre 00:18:26 2023-05-10 00:18:26,633 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 00:18:26 2023-05-10 00:18:26,633 [bump_version] DEBUG bumping version:3.0.0-dev.44 on axis:pre with prefix:dev 00:18:26 2023-05-10 00:18:26,633 [bump_version] DEBUG bumped version:3.0.0-dev.45 00:18:26 2023-05-10 00:18:26,633 [write_version] DEBUG write version:3.0.0-dev.45 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:True 00:18:26 2023-05-10 00:18:26,633 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 00:18:26 2023-05-10 00:18:26,633 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-virtual-go_main/.semver/main 00:18:26 2023-05-10 00:18:26,635 [execute] INFO git cat-file --batch-check 00:18:26 2023-05-10 00:18:26,636 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) 00:18:26 2023-05-10 00:18:26,642 [execute] INFO git cat-file --batch 00:18:26 2023-05-10 00:18:26,643 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) 00:18:26 2023-05-10 00:18:26,648 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 00:18:26 3.0.0-dev.45 [Pipeline] } 00:18:26 $ docker exec --env ******** --env ******** 65959a10c3843d5934adb19b2664182e8f4dcbd42b0281caa8791df00b4361ba ssh-agent -k 00:18:26 unset SSH_AUTH_SOCK; 00:18:26 unset SSH_AGENT_PID; 00:18:26 echo Agent pid 39 killed; 00:18:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:18:27 + git semver [Pipeline] } 00:18:27 $ docker stop --time=1 65959a10c3843d5934adb19b2664182e8f4dcbd42b0281caa8791df00b4361ba 00:18:28 $ docker rm -f --volumes 65959a10c3843d5934adb19b2664182e8f4dcbd42b0281caa8791df00b4361ba [Pipeline] // withDockerContainer [Pipeline] sh 00:18:29 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:18:29 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:18:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:18:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:18:29 prd-ubuntu20.04-docker-8c-8g-14831 does not seem to be running inside a container 00:18:29 $ 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 00:18:29 $ docker top 18cd0fc050eeb501f01e964a3571848662a3a8e33b1a70b50ba10337e57bd195 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:18:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:18:29 [ssh-agent] Looking for ssh-agent implementation... 00:18:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:18:30 $ docker exec 18cd0fc050eeb501f01e964a3571848662a3a8e33b1a70b50ba10337e57bd195 ssh-agent 00:18:30 SSH_AUTH_SOCK=/tmp/ssh-NjghEiUxd3P8/agent.32 00:18:30 SSH_AGENT_PID=38 00:18:30 Running ssh-add (command line suppressed) 00:18:30 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_12071146071191695543.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_12071146071191695543.key) 00:18:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:18:30 + git semver push 00:18:30 2023-05-10 00:18:30,691 [run_push] DEBUG push 00:18:30 2023-05-10 00:18:30,692 [execute] INFO git cat-file --batch-check 00:18:30 2023-05-10 00:18:30,692 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) 00:18:30 2023-05-10 00:18:30,695 [execute] INFO git rev-list 04b317f5ee06955b7e726d8a512b65dcc68e43f8 -- 00:18:30 2023-05-10 00:18:30,695 [execute] DEBUG Popen(['git', 'rev-list', '04b317f5ee06955b7e726d8a512b65dcc68e43f8', '--'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) 00:18:30 2023-05-10 00:18:30,703 [execute] INFO git fetch -v origin 00:18:30 2023-05-10 00:18:30,703 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=True, shell=None, istream=None) 00:18:31 2023-05-10 00:18:31,171 [run_push] DEBUG no remote changes detected 00:18:31 2023-05-10 00:18:31,171 [execute] INFO git push origin semver 00:18:31 2023-05-10 00:18:31,171 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) 00:18:32 2023-05-10 00:18:31,948 [run_push] DEBUG push all version tags 00:18:32 2023-05-10 00:18:31,948 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 00:18:32 2023-05-10 00:18:31,949 [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) 00:18:32 2023-05-10 00:18:32,689 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 00:18:32 3.0.0-dev.45 [Pipeline] } 00:18:32 $ docker exec --env ******** --env ******** 18cd0fc050eeb501f01e964a3571848662a3a8e33b1a70b50ba10337e57bd195 ssh-agent -k 00:18:32 unset SSH_AUTH_SOCK; 00:18:32 unset SSH_AGENT_PID; 00:18:32 echo Agent pid 38 killed; 00:18:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:18:33 + git semver [Pipeline] } 00:18:33 $ docker stop --time=1 18cd0fc050eeb501f01e964a3571848662a3a8e33b1a70b50ba10337e57bd195 00:18:35 $ docker rm -f --volumes 18cd0fc050eeb501f01e964a3571848662a3a8e33b1a70b50ba10337e57bd195 [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 00:18:35 + [ -d /w/workspace/exfoundry_device-virtual-go_main/archives ] 00:18:35 + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives 00:18:35 total 16 00:18:35 drwxr-xr-x 3 root root 4096 May 10 00:06 . 00:18:35 drwxrwxr-x 10 jenkins jenkins 4096 May 10 00:18 .. 00:18:35 drwxr-xr-x 2 root root 4096 May 10 00:06 cost 00:18:35 -rw-r--r-- 1 root root 89 May 10 00:06 cost.csv 00:18:35 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-virtual-go_main/archives 00:18:35 + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives 00:18:35 total 16 00:18:35 drwxr-xr-x 3 jenkins jenkins 4096 May 10 00:06 . 00:18:35 drwxrwxr-x 10 jenkins jenkins 4096 May 10 00:18 .. 00:18:35 drwxr-xr-x 2 jenkins jenkins 4096 May 10 00:06 cost 00:18:35 -rw-r--r-- 1 jenkins jenkins 89 May 10 00:06 cost.csv [Pipeline] libraryResource [Pipeline] sh 00:18:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:18:36 ---> package-listing.sh 00:18:36 ++ facter osfamily 00:18:36 ++ tr '[:upper:]' '[:lower:]' 00:18:36 + OS_FAMILY=debian 00:18:36 + workspace=/w/workspace/exfoundry_device-virtual-go_main 00:18:36 + START_PACKAGES=/tmp/packages_start.txt 00:18:36 + END_PACKAGES=/tmp/packages_end.txt 00:18:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:18:36 + PACKAGES=/tmp/packages_start.txt 00:18:36 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 00:18:36 + PACKAGES=/tmp/packages_end.txt 00:18:36 + case "${OS_FAMILY}" in 00:18:36 + dpkg -l 00:18:36 + grep '^ii' 00:18:36 + '[' -f /tmp/packages_start.txt ']' 00:18:36 + '[' -f /tmp/packages_end.txt ']' 00:18:36 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:18:36 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 00:18:36 + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ 00:18:36 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-virtual-go_main/archives/ [Pipeline] echo 00:18:37 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 00:18:37 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:18:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:18:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:18:37 prd-ubuntu20.04-docker-8c-8g-14831 does not seem to be running inside a container 00:18:37 $ 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 00:18:38 $ docker top 7f63f1d41b92131c7ac077a3b3664cae40d0421c8fd7091f50a16382631905d1 -eo pid,comm [Pipeline] { [Pipeline] sh 00:18:38 + touch /tmp/pre-build-complete [Pipeline] sh 00:18:38 + mkdir -p /var/log/sysstat [Pipeline] sh 00:18:39 + ls /var/log/sa-host 00:18:39 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:18:39 provisioning config files... 00:18:39 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config5644606909512575304tmp [Pipeline] { [Pipeline] echo 00:18:39 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:18:39 ---> create-netrc.sh [Pipeline] } 00:18:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 00:18:39 ---> python-tools-install.sh [Pipeline] echo 00:18:39 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:18:40 ---> sudo-logs.sh 00:18:40 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:18:40 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:18:40 ---> job-cost.sh 00:18:40 lf-activate-venv: SKIPPING 00:18:40 DEBUG: total: 0.2199999988079071 00:18:40 INFO: Retrieving Stack Cost... 00:18:40 INFO: Retrieving Pricing Info for: v3-standard-8 00:18:41 INFO: Archiving Costs [Pipeline] echo 00:18:41 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:18:41 ---> logs-deploy.sh 00:18:41 lf-activate-venv: SKIPPING 00:18:41 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/116 00:18:41 INFO: archiving workspace using pattern(s): 00:18:42 Archives upload complete. 00:18:42 INFO: archiving logs to Nexus