Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 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-ssh9924649083583179339.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c432abcf2d142718d3fe157e81a44428d9b823e 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-ssh3833793705819499834.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 2c432abcf2d142718d3fe157e81a44428d9b823e 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-ssh11339219380095857028.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c432abcf2d142718d3fe157e81a44428d9b823e (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c432abcf2d142718d3fe157e81a44428d9b823e # timeout=10 Commit message: "Merge pull request #406 from ernestojeda/go.18-debug" > 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-ssh2951253028575427748.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d 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-ssh6274127944948775645.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d # timeout=10 Commit message: "Merge changes Iad18a535,I8019d0c0" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-virtual-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-virtual DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-22409 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-virtual-go.git > git init /w/workspace/exfoundry_device-virtual-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 (main) > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 # timeout=10 Commit message: "fix(snap): Set unique name for config interface (#299)" > git rev-list --no-walk b3ed2c468bbc11562de4df1efe7e210c5fb0a041 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-08-10T15:15:29.991Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-08-10T15:15:30.106Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-08-10T15:15:30.123Z] ========================================================= [2022-08-10T15:15:30.123Z] EdgeX Global Pipelines Version Info [2022-08-10T15:15:30.123Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-08-10T15:15:30.876Z] ------------------- [2022-08-10T15:15:30.876Z] stable info: [2022-08-10T15:15:30.876Z] ------------------- [2022-08-10T15:15:30.876Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-08-10T15:15:30.876Z] Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e [2022-08-10T15:15:30.876Z] Message: update stable to v1.0.238 [2022-08-10T15:15:31.449Z] ------------------- [2022-08-10T15:15:31.449Z] experimental info: [2022-08-10T15:15:31.449Z] ------------------- [2022-08-10T15:15:31.449Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-08-10T15:15:31.449Z] Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e [2022-08-10T15:15:31.449Z] Message: update experimental to v1.0.238 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-08-10T15:15:31.698Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2022-08-10T15:15:31.708Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2022-08-10T15:15:31.716Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-08-10T15:15:31.725Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-08-10T15:15:31.734Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-08-10T15:15:31.747Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-08-10T15:15:31.763Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-08-10T15:15:31.777Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-08-10T15:15:31.787Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-08-10T15:15:31.799Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-08-10T15:15:31.814Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-08-10T15:15:31.829Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo [2022-08-10T15:15:31.844Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-08-10T15:15:31.862Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-08-10T15:15:31.882Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-08-10T15:15:31.898Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-08-10T15:15:31.910Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-08-10T15:15:31.929Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-08-10T15:15:31.944Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-08-10T15:15:31.955Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-08-10T15:15:31.968Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-08-10T15:15:31.980Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-08-10T15:15:31.995Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-08-10T15:15:32.006Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-08-10T15:15:32.019Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-08-10T15:15:32.036Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-08-10T15:15:32.047Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-08-10T15:15:32.055Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2022-08-10T15:15:32.065Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2022-08-10T15:15:32.080Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2022-08-10T15:15:32.093Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 [Pipeline] echo [2022-08-10T15:15:32.104Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b155924 [Pipeline] echo [2022-08-10T15:15:32.115Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-10T15:15:32.151Z] provisioning config files... [2022-08-10T15:15:32.163Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config5010346783777531771tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-10T15:15:32.470Z] ---> docker-login.sh [2022-08-10T15:15:32.471Z] nexus3.edgexfoundry.org:10001 [2022-08-10T15:15:32.731Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-10T15:15:32.731Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-10T15:15:32.731Z] Configure a credential helper to remove this warning. See [2022-08-10T15:15:32.731Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-10T15:15:32.731Z] [2022-08-10T15:15:32.731Z] Login Succeeded [2022-08-10T15:15:32.731Z] nexus3.edgexfoundry.org:10002 [2022-08-10T15:15:32.992Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-10T15:15:32.992Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-10T15:15:32.992Z] Configure a credential helper to remove this warning. See [2022-08-10T15:15:32.992Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-10T15:15:32.992Z] [2022-08-10T15:15:32.992Z] Login Succeeded [2022-08-10T15:15:32.992Z] nexus3.edgexfoundry.org:10003 [2022-08-10T15:15:32.992Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-10T15:15:32.992Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-10T15:15:32.992Z] Configure a credential helper to remove this warning. See [2022-08-10T15:15:32.992Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-10T15:15:32.992Z] [2022-08-10T15:15:32.992Z] Login Succeeded [2022-08-10T15:15:32.992Z] nexus3.edgexfoundry.org:10004 [2022-08-10T15:15:33.254Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-10T15:15:33.254Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-10T15:15:33.254Z] Configure a credential helper to remove this warning. See [2022-08-10T15:15:33.254Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-10T15:15:33.254Z] [2022-08-10T15:15:33.254Z] Login Succeeded [2022-08-10T15:15:33.254Z] docker.io [2022-08-10T15:15:33.254Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-10T15:15:33.516Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-10T15:15:33.516Z] Configure a credential helper to remove this warning. See [2022-08-10T15:15:33.516Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-10T15:15:33.516Z] [2022-08-10T15:15:33.516Z] Login Succeeded [2022-08-10T15:15:33.516Z] ---> docker-login.sh ends [Pipeline] } [2022-08-10T15:15:33.524Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-08-10T15:15:33.910Z] + git rev-list -1 --merges b155924b7e348e7f4c6bc2e32e3176dc0fde7f12~1..b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 [Pipeline] echo [2022-08-10T15:15:33.946Z] -----------> git rev-list -1 --merges b155924b7e348e7f4c6bc2e32e3176dc0fde7f12~1..b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 [false] [Pipeline] sh [2022-08-10T15:15:34.249Z] + git log --format=format:%s -1 b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 [Pipeline] echo [2022-08-10T15:15:34.266Z] ========================================================= [2022-08-10T15:15:34.266Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-08-10T15:15:34.266Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-08-10T15:15:34.610Z] + git log --format=format:%s -1 b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 [Pipeline] echo [2022-08-10T15:15:34.623Z] [semverPrep] GIT_COMMIT: b155924b7e348e7f4c6bc2e32e3176dc0fde7f12, Commit Message: fix(snap): Set unique name for config interface (#299) [Pipeline] echo [2022-08-10T15:15:34.633Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-08-10T15:15:35.001Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-10T15:15:35.002Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-08-10T15:15:35.002Z] + [ -e /tmp/ssh_known_hosts ] [2022-08-10T15:15:35.002Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-08-10T15:15:35.002Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-08-10T15:15:35.002Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-08-10T15:15:35.002Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-10T15:15:35.352Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-10T15:15:35.352Z] [2022-08-10T15:15:35.352Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-10T15:15:35.658Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-10T15:15:35.658Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-08-10T15:15:35.658Z] b85a868b505f: Pulling fs layer [2022-08-10T15:15:35.658Z] e2be974225ed: Pulling fs layer [2022-08-10T15:15:35.658Z] 339a4e72a1f5: Pulling fs layer [2022-08-10T15:15:35.658Z] 988bab9f4d93: Pulling fs layer [2022-08-10T15:15:35.658Z] 1469e6f7b9e6: Pulling fs layer [2022-08-10T15:15:35.658Z] eaf3925da568: Pulling fs layer [2022-08-10T15:15:35.658Z] bab4dde63d76: Pulling fs layer [2022-08-10T15:15:35.658Z] bde34c3a00c8: Pulling fs layer [2022-08-10T15:15:35.658Z] b352a97aabf1: Pulling fs layer [2022-08-10T15:15:35.658Z] 4872d77fe225: Pulling fs layer [2022-08-10T15:15:35.658Z] 5851b861e8e6: Pulling fs layer [2022-08-10T15:15:35.658Z] 988bab9f4d93: Waiting [2022-08-10T15:15:35.658Z] 1469e6f7b9e6: Waiting [2022-08-10T15:15:35.658Z] eaf3925da568: Waiting [2022-08-10T15:15:35.658Z] 4872d77fe225: Waiting [2022-08-10T15:15:35.658Z] 5851b861e8e6: Waiting [2022-08-10T15:15:35.658Z] bab4dde63d76: Waiting [2022-08-10T15:15:35.658Z] bde34c3a00c8: Waiting [2022-08-10T15:15:35.658Z] b352a97aabf1: Waiting [2022-08-10T15:15:35.658Z] e2be974225ed: Download complete [2022-08-10T15:15:35.658Z] 988bab9f4d93: Verifying Checksum [2022-08-10T15:15:35.658Z] 988bab9f4d93: Download complete [2022-08-10T15:15:35.658Z] 1469e6f7b9e6: Verifying Checksum [2022-08-10T15:15:35.658Z] 1469e6f7b9e6: Download complete [2022-08-10T15:15:35.920Z] eaf3925da568: Download complete [2022-08-10T15:15:35.920Z] 339a4e72a1f5: Verifying Checksum [2022-08-10T15:15:35.920Z] 339a4e72a1f5: Download complete [2022-08-10T15:15:35.920Z] bde34c3a00c8: Verifying Checksum [2022-08-10T15:15:35.920Z] bde34c3a00c8: Download complete [2022-08-10T15:15:35.920Z] b352a97aabf1: Verifying Checksum [2022-08-10T15:15:35.920Z] b352a97aabf1: Download complete [2022-08-10T15:15:35.920Z] 4872d77fe225: Verifying Checksum [2022-08-10T15:15:35.920Z] 5851b861e8e6: Download complete [2022-08-10T15:15:35.921Z] b85a868b505f: Verifying Checksum [2022-08-10T15:15:35.921Z] b85a868b505f: Download complete [2022-08-10T15:15:36.185Z] bab4dde63d76: Verifying Checksum [2022-08-10T15:15:36.185Z] bab4dde63d76: Download complete [2022-08-10T15:15:37.124Z] b85a868b505f: Pull complete [2022-08-10T15:15:37.384Z] e2be974225ed: Pull complete [2022-08-10T15:15:37.644Z] 339a4e72a1f5: Pull complete [2022-08-10T15:15:37.906Z] 988bab9f4d93: Pull complete [2022-08-10T15:15:37.906Z] 1469e6f7b9e6: Pull complete [2022-08-10T15:15:38.166Z] eaf3925da568: Pull complete [2022-08-10T15:15:40.080Z] bab4dde63d76: Pull complete [2022-08-10T15:15:40.080Z] bde34c3a00c8: Pull complete [2022-08-10T15:15:40.080Z] b352a97aabf1: Pull complete [2022-08-10T15:15:40.080Z] 4872d77fe225: Pull complete [2022-08-10T15:15:40.080Z] 5851b861e8e6: Pull complete [2022-08-10T15:15:40.080Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-08-10T15:15:40.080Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-10T15:15:40.080Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-10T15:15:40.177Z] prd-ubuntu20.04-docker-8c-8g-22409 does not seem to be running inside a container [2022-08-10T15:15:40.219Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-08-10T15:15:41.534Z] $ docker top 88a7598695dcf5e09473246196dea9ed4568227ad8b2d5ee32504b1a3e7a3c2c -eo pid,comm [2022-08-10T15:15:41.597Z] 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). [2022-08-10T15:15:41.597Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-10T15:15:41.639Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-10T15:15:41.639Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-10T15:15:41.760Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-10T15:15:41.768Z] $ docker exec 88a7598695dcf5e09473246196dea9ed4568227ad8b2d5ee32504b1a3e7a3c2c ssh-agent [2022-08-10T15:15:41.890Z] SSH_AUTH_SOCK=/tmp/ssh-Hm1g6cc4eJ8C/agent.32 [2022-08-10T15:15:41.890Z] SSH_AGENT_PID=38 [2022-08-10T15:15:41.896Z] Running ssh-add (command line suppressed) [2022-08-10T15:15:42.012Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_3828217627966453390.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_3828217627966453390.key) [2022-08-10T15:15:42.025Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-10T15:15:42.318Z] + git tag --points-at HEAD [Pipeline] } [2022-08-10T15:15:42.336Z] $ docker exec --env ******** --env ******** 88a7598695dcf5e09473246196dea9ed4568227ad8b2d5ee32504b1a3e7a3c2c ssh-agent -k [2022-08-10T15:15:42.448Z] unset SSH_AUTH_SOCK; [2022-08-10T15:15:42.448Z] unset SSH_AGENT_PID; [2022-08-10T15:15:42.449Z] echo Agent pid 38 killed; [2022-08-10T15:15:42.456Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-08-10T15:15:42.479Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-10T15:15:42.479Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-10T15:15:42.594Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-10T15:15:42.601Z] $ docker exec 88a7598695dcf5e09473246196dea9ed4568227ad8b2d5ee32504b1a3e7a3c2c ssh-agent [2022-08-10T15:15:42.718Z] SSH_AUTH_SOCK=/tmp/ssh-UgZqHAiUKZh5/agent.71 [2022-08-10T15:15:42.718Z] SSH_AGENT_PID=77 [2022-08-10T15:15:42.724Z] Running ssh-add (command line suppressed) [2022-08-10T15:15:42.838Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_7869567700429588901.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_7869567700429588901.key) [2022-08-10T15:15:42.854Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-10T15:15:43.151Z] + git semver init [2022-08-10T15:15:43.412Z] 2022-08-10 15:15:43,334 [run_init] DEBUG init version:0.0.0 force:False [2022-08-10T15:15:43.412Z] 2022-08-10 15:15:43,334 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-virtual-go_main/.semver [2022-08-10T15:15:43.412Z] 2022-08-10 15:15:43,335 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/exfoundry_device-virtual-go_main/.semver [2022-08-10T15:15:43.412Z] 2022-08-10 15:15:43,335 [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) [2022-08-10T15:15:44.354Z] 2022-08-10 15:15:44,252 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-virtual-go_main/.git/info/exclude [2022-08-10T15:15:44.354Z] 2022-08-10 15:15:44,252 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:False [2022-08-10T15:15:44.354Z] 2022-08-10 15:15:44,253 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2022-08-10T15:15:44.354Z] 2022-08-10 15:15:44,253 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2022-08-10T15:15:44.354Z] 2.3.0-dev.11 [Pipeline] } [2022-08-10T15:15:44.369Z] $ docker exec --env ******** --env ******** 88a7598695dcf5e09473246196dea9ed4568227ad8b2d5ee32504b1a3e7a3c2c ssh-agent -k [2022-08-10T15:15:44.496Z] unset SSH_AUTH_SOCK; [2022-08-10T15:15:44.497Z] unset SSH_AGENT_PID; [2022-08-10T15:15:44.497Z] echo Agent pid 77 killed; [2022-08-10T15:15:44.503Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-10T15:15:44.814Z] + git semver [Pipeline] } [2022-08-10T15:15:45.092Z] $ docker stop --time=1 88a7598695dcf5e09473246196dea9ed4568227ad8b2d5ee32504b1a3e7a3c2c [2022-08-10T15:15:46.389Z] $ docker rm -f 88a7598695dcf5e09473246196dea9ed4568227ad8b2d5ee32504b1a3e7a3c2c [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-10T15:15:46.730Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-08-10T15:15:46.978Z] Stashed 1 file(s) [Pipeline] echo [2022-08-10T15:15:46.980Z] [edgeXSemver]: initialized semver on version 2.3.0-dev.11 [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 [2022-08-10T15:15:47.096Z] provisioning config files... [2022-08-10T15:15:47.109Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config8026869557690173809tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-10T15:15:47.406Z] ---> docker-login.sh [2022-08-10T15:15:47.406Z] nexus3.edgexfoundry.org:10001 [2022-08-10T15:15:47.406Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-10T15:15:47.406Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-10T15:15:47.406Z] Configure a credential helper to remove this warning. See [2022-08-10T15:15:47.406Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-10T15:15:47.406Z] [2022-08-10T15:15:47.406Z] Login Succeeded [2022-08-10T15:15:47.406Z] nexus3.edgexfoundry.org:10002 [2022-08-10T15:15:47.406Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-10T15:15:47.666Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-10T15:15:47.666Z] Configure a credential helper to remove this warning. See [2022-08-10T15:15:47.666Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-10T15:15:47.666Z] [2022-08-10T15:15:47.666Z] Login Succeeded [2022-08-10T15:15:47.666Z] nexus3.edgexfoundry.org:10003 [2022-08-10T15:15:47.666Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-10T15:15:47.666Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-10T15:15:47.666Z] Configure a credential helper to remove this warning. See [2022-08-10T15:15:47.666Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-10T15:15:47.666Z] [2022-08-10T15:15:47.666Z] Login Succeeded [2022-08-10T15:15:47.666Z] nexus3.edgexfoundry.org:10004 [2022-08-10T15:15:47.666Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-10T15:15:47.926Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-10T15:15:47.926Z] Configure a credential helper to remove this warning. See [2022-08-10T15:15:47.926Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-10T15:15:47.926Z] [2022-08-10T15:15:47.926Z] Login Succeeded [2022-08-10T15:15:47.926Z] docker.io [2022-08-10T15:15:47.926Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-10T15:15:48.187Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-10T15:15:48.187Z] Configure a credential helper to remove this warning. See [2022-08-10T15:15:48.187Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-10T15:15:48.187Z] [2022-08-10T15:15:48.187Z] Login Succeeded [2022-08-10T15:15:48.187Z] ---> docker-login.sh ends [Pipeline] } [2022-08-10T15:15:48.196Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-08-10T15:15:48.258Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-10T15:15:48.268Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-10T15:15:48.281Z] ========================================================= [2022-08-10T15:15:48.281Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-08-10T15:15:48.281Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-10T15:15:48.593Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2022-08-10T15:15:48.593Z] Sending build context to Docker daemon 23.08MB [2022-08-10T15:15:48.593Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2022-08-10T15:15:48.593Z] Step 2/12 : FROM ${BASE} AS builder [2022-08-10T15:15:48.855Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-08-10T15:15:48.855Z] 2408cc74d12b: Pulling fs layer [2022-08-10T15:15:48.855Z] ea60b727a1ce: Pulling fs layer [2022-08-10T15:15:48.855Z] 30c4a7721957: Pulling fs layer [2022-08-10T15:15:48.855Z] 370296b7ddb6: Pulling fs layer [2022-08-10T15:15:48.855Z] 7c6cee850709: Pulling fs layer [2022-08-10T15:15:48.855Z] 39a5fcdaea64: Pulling fs layer [2022-08-10T15:15:48.855Z] d94ebbe4e438: Pulling fs layer [2022-08-10T15:15:48.855Z] bcfd1f05c69d: Pulling fs layer [2022-08-10T15:15:48.855Z] 59ccb84bbe0f: Pulling fs layer [2022-08-10T15:15:48.855Z] 370296b7ddb6: Waiting [2022-08-10T15:15:48.855Z] 39a5fcdaea64: Waiting [2022-08-10T15:15:48.855Z] 7c6cee850709: Waiting [2022-08-10T15:15:48.855Z] d94ebbe4e438: Waiting [2022-08-10T15:15:48.855Z] 59ccb84bbe0f: Waiting [2022-08-10T15:15:48.855Z] bcfd1f05c69d: Waiting [2022-08-10T15:15:48.855Z] 30c4a7721957: Verifying Checksum [2022-08-10T15:15:48.855Z] 30c4a7721957: Download complete [2022-08-10T15:15:48.855Z] ea60b727a1ce: Verifying Checksum [2022-08-10T15:15:48.855Z] ea60b727a1ce: Download complete [2022-08-10T15:15:48.855Z] 7c6cee850709: Download complete [2022-08-10T15:15:48.855Z] 39a5fcdaea64: Verifying Checksum [2022-08-10T15:15:48.855Z] 39a5fcdaea64: Download complete [2022-08-10T15:15:48.855Z] 2408cc74d12b: Verifying Checksum [2022-08-10T15:15:48.855Z] 2408cc74d12b: Download complete [2022-08-10T15:15:48.855Z] d94ebbe4e438: Verifying Checksum [2022-08-10T15:15:48.855Z] d94ebbe4e438: Download complete [2022-08-10T15:15:48.855Z] 2408cc74d12b: Pull complete [2022-08-10T15:15:49.116Z] ea60b727a1ce: Pull complete [2022-08-10T15:15:49.117Z] 30c4a7721957: Pull complete [2022-08-10T15:15:49.377Z] 59ccb84bbe0f: Verifying Checksum [2022-08-10T15:15:49.377Z] 59ccb84bbe0f: Download complete [2022-08-10T15:15:49.377Z] bcfd1f05c69d: Verifying Checksum [2022-08-10T15:15:49.377Z] bcfd1f05c69d: Download complete [2022-08-10T15:15:49.635Z] 370296b7ddb6: Download complete [2022-08-10T15:15:53.831Z] 370296b7ddb6: Pull complete [2022-08-10T15:15:53.831Z] 7c6cee850709: Pull complete [2022-08-10T15:15:53.831Z] 39a5fcdaea64: Pull complete [2022-08-10T15:15:53.831Z] d94ebbe4e438: Pull complete [2022-08-10T15:15:55.209Z] bcfd1f05c69d: Pull complete [2022-08-10T15:15:56.153Z] 59ccb84bbe0f: Pull complete [2022-08-10T15:15:56.153Z] Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 [2022-08-10T15:15:56.153Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-08-10T15:15:56.153Z] ---> a4fb48ad2a94 [2022-08-10T15:15:56.153Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-08-10T15:15:58.064Z] ---> Running in d5417e62ff51 [2022-08-10T15:15:58.064Z] Removing intermediate container d5417e62ff51 [2022-08-10T15:15:58.064Z] ---> 7c805ce7f3a6 [2022-08-10T15:15:58.064Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2022-08-10T15:15:58.064Z] ---> Running in 9fd444d64208 [2022-08-10T15:15:58.064Z] Removing intermediate container 9fd444d64208 [2022-08-10T15:15:58.064Z] ---> 21b5693adf55 [2022-08-10T15:15:58.064Z] Step 5/12 : WORKDIR /device-virtual-go [2022-08-10T15:15:58.064Z] ---> Running in 5ea87373cde6 [2022-08-10T15:15:58.064Z] Removing intermediate container 5ea87373cde6 [2022-08-10T15:15:58.064Z] ---> 050eef9f8c14 [2022-08-10T15:15:58.064Z] Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-10T15:15:58.064Z] ---> Running in 51492de47395 [2022-08-10T15:15:58.635Z] Removing intermediate container 51492de47395 [2022-08-10T15:15:58.635Z] ---> cc050865830b [2022-08-10T15:15:58.635Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-08-10T15:15:58.635Z] ---> Running in 56313c60a4fa [2022-08-10T15:15:59.208Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-10T15:16:00.153Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-10T15:16:00.153Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2022-08-10T15:16:00.414Z] (2/4) Installing libedit (20210910.3.1-r0) [2022-08-10T15:16:00.414Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2022-08-10T15:16:00.675Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2022-08-10T15:16:00.675Z] Executing busybox-1.35.0-r13.trigger [2022-08-10T15:16:00.675Z] OK: 216 MiB in 55 packages [2022-08-10T15:16:00.936Z] Removing intermediate container 56313c60a4fa [2022-08-10T15:16:00.936Z] ---> 2198f93fa43b [2022-08-10T15:16:00.936Z] Step 8/12 : COPY go.mod vendor* ./ [2022-08-10T15:16:01.196Z] ---> 24feba54e053 [2022-08-10T15:16:01.196Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-10T15:16:01.196Z] ---> Running in ece936e13f89 [2022-08-10T15:16:02.068Z] Still waiting to schedule task [2022-08-10T15:16:02.069Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-08-10T15:16:19.307Z] Removing intermediate container ece936e13f89 [2022-08-10T15:16:19.307Z] ---> 76dfdd37e250 [2022-08-10T15:16:19.307Z] Step 10/12 : COPY . . [2022-08-10T15:16:19.567Z] ---> 318f8b3abb01 [2022-08-10T15:16:19.567Z] Step 11/12 : ARG MAKE='make build' [2022-08-10T15:16:19.567Z] ---> Running in 96d959398421 [2022-08-10T15:16:19.567Z] Removing intermediate container 96d959398421 [2022-08-10T15:16:19.567Z] ---> 0ac50643cb20 [2022-08-10T15:16:19.567Z] Step 12/12 : RUN $MAKE [2022-08-10T15:16:19.828Z] ---> Running in 812805806e8a [2022-08-10T15:16:20.088Z] noop [2022-08-10T15:16:20.349Z] Removing intermediate container 812805806e8a [2022-08-10T15:16:20.349Z] ---> 515b18b9ccb8 [2022-08-10T15:16:20.349Z] Successfully built 515b18b9ccb8 [2022-08-10T15:16:20.349Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-10T15:16:20.677Z] + docker inspect -f . ci-base-image-x86_64 [2022-08-10T15:16:20.677Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-10T15:16:20.756Z] prd-ubuntu20.04-docker-8c-8g-22409 does not seem to be running inside a container [2022-08-10T15:16:20.793Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-08-10T15:16:21.205Z] $ docker top 33dea5fdfeb3406cba3468e7dfae4aa93de7e1917a06c834f02f6ddf4b210e4f -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-10T15:16:21.556Z] + go version [2022-08-10T15:16:21.556Z] go version go1.18.3 linux/amd64 [Pipeline] } [2022-08-10T15:16:21.571Z] $ docker stop --time=1 33dea5fdfeb3406cba3468e7dfae4aa93de7e1917a06c834f02f6ddf4b210e4f [2022-08-10T15:16:22.931Z] $ docker rm -f 33dea5fdfeb3406cba3468e7dfae4aa93de7e1917a06c834f02f6ddf4b210e4f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-10T15:16:23.357Z] + docker inspect -f . ci-base-image-x86_64 [2022-08-10T15:16:23.358Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-10T15:16:23.434Z] prd-ubuntu20.04-docker-8c-8g-22409 does not seem to be running inside a container [2022-08-10T15:16:23.498Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-08-10T15:16:23.858Z] $ docker top d26440994995207a9a77fb5797fbe111bd2bd645c99af8d917ec50f48153f1e6 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-10T15:16:24.228Z] + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] fileExists [Pipeline] sh [2022-08-10T15:16:24.568Z] + make test [2022-08-10T15:16:24.568Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2022-08-10T15:16:24.829Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2022-08-10T15:16:32.956Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2022-08-10T15:16:33.216Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.039s coverage: 65.7% of statements [2022-08-10T15:16:39.786Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2022-08-10T15:16:39.786Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-08-10T15:16:41.694Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-08-10T15:16:41.694Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-08-10T15:16:41.694Z] ./bin/test-attribution-txt.sh [2022-08-10T15:16:41.954Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2022-08-10T15:16:41.954Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2022-08-10T15:16:41.954Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [Pipeline] echo [2022-08-10T15:16:41.968Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-08-10T15:16:41.983Z] $ docker stop --time=1 d26440994995207a9a77fb5797fbe111bd2bd645c99af8d917ec50f48153f1e6 [2022-08-10T15:16:43.754Z] $ docker rm -f d26440994995207a9a77fb5797fbe111bd2bd645c99af8d917ec50f48153f1e6 [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-10T15:16:44.184Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-08-10T15:16:44.239Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-08-10T15:16:44.752Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-08-10T15:16:45.042Z] + ls -al . [2022-08-10T15:16:45.042Z] total 192 [2022-08-10T15:16:45.042Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 10 15:16 . [2022-08-10T15:16:45.042Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 10 15:15 .. [2022-08-10T15:16:45.042Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 10 15:16 .git [2022-08-10T15:16:45.042Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 10 15:15 .github [2022-08-10T15:16:45.042Z] -rw-rw-r-- 1 jenkins jenkins 337 Aug 10 15:15 .gitignore [2022-08-10T15:16:45.042Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 10 15:15 .golangci.yml [2022-08-10T15:16:45.042Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 10 15:15 .semver [2022-08-10T15:16:45.042Z] -rw-rw-r-- 1 jenkins jenkins 8152 Aug 10 15:15 Attribution.txt [2022-08-10T15:16:45.042Z] -rw-rw-r-- 1 jenkins jenkins 9649 Aug 10 15:15 CHANGELOG.md [2022-08-10T15:16:45.042Z] -rw-rw-r-- 1 jenkins jenkins 1978 Aug 10 15:15 Dockerfile [2022-08-10T15:16:45.042Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 10 15:15 GOVERNANCE.md [2022-08-10T15:16:45.042Z] -rw-rw-r-- 1 jenkins jenkins 660 Aug 10 15:15 Jenkinsfile [2022-08-10T15:16:45.042Z] -rw-rw-r-- 1 jenkins jenkins 11340 Aug 10 15:15 LICENSE [2022-08-10T15:16:45.042Z] -rw-rw-r-- 1 jenkins jenkins 2248 Aug 10 15:15 Makefile [2022-08-10T15:16:45.042Z] -rw-rw-r-- 1 jenkins jenkins 623 Aug 10 15:15 OWNERS.md [2022-08-10T15:16:45.042Z] -rw-rw-r-- 1 jenkins jenkins 2914 Aug 10 15:15 README.md [2022-08-10T15:16:45.042Z] -rw-rw-r-- 1 jenkins jenkins 12 Aug 10 15:15 VERSION [2022-08-10T15:16:45.042Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 10 15:15 bin [2022-08-10T15:16:45.042Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 10 15:15 cmd [2022-08-10T15:16:45.042Z] -rw-r--r-- 1 jenkins jenkins 44128 Aug 10 15:16 coverage.out [2022-08-10T15:16:45.042Z] -rw-rw-r-- 1 jenkins jenkins 3328 Aug 10 15:15 go.mod [2022-08-10T15:16:45.042Z] -rw-rw-r-- 1 jenkins jenkins 36202 Aug 10 15:15 go.sum [2022-08-10T15:16:45.042Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 10 15:15 internal [2022-08-10T15:16:45.042Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 10 15:15 snap [2022-08-10T15:16:45.042Z] -rw-rw-r-- 1 jenkins jenkins 235 Aug 10 15:15 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-10T15:16:45.382Z] + 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=b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 --label arch=amd64 --label version=2.3.0-dev.11 . [2022-08-10T15:16:45.382Z] Sending build context to Docker daemon 23.12MB [2022-08-10T15:16:45.382Z] Step 1/26 : ARG BASE=golang:1.18-alpine3.16 [2022-08-10T15:16:45.382Z] Step 2/26 : FROM ${BASE} AS builder [2022-08-10T15:16:45.382Z] ---> 515b18b9ccb8 [2022-08-10T15:16:45.382Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-08-10T15:16:45.642Z] ---> Running in 4afc392ca5a4 [2022-08-10T15:16:45.642Z] Removing intermediate container 4afc392ca5a4 [2022-08-10T15:16:45.642Z] ---> 4632da18f0cc [2022-08-10T15:16:45.642Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2022-08-10T15:16:45.642Z] ---> Running in c64c342ada10 [2022-08-10T15:16:45.642Z] Removing intermediate container c64c342ada10 [2022-08-10T15:16:45.642Z] ---> bd13db4174e1 [2022-08-10T15:16:45.642Z] Step 5/26 : WORKDIR /device-virtual-go [2022-08-10T15:16:45.901Z] ---> Running in ccc799109e03 [2022-08-10T15:16:45.901Z] Removing intermediate container ccc799109e03 [2022-08-10T15:16:45.901Z] ---> b115c677cf51 [2022-08-10T15:16:45.901Z] Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-10T15:16:45.901Z] ---> Running in b08305dd6612 [2022-08-10T15:16:46.470Z] Removing intermediate container b08305dd6612 [2022-08-10T15:16:46.470Z] ---> 87d7a3b840db [2022-08-10T15:16:46.470Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-08-10T15:16:46.470Z] ---> Running in 19de5cb29e4a [2022-08-10T15:16:46.729Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-10T15:16:47.677Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-10T15:16:47.940Z] OK: 216 MiB in 55 packages [2022-08-10T15:16:48.201Z] Removing intermediate container 19de5cb29e4a [2022-08-10T15:16:48.201Z] ---> db0d5e27707f [2022-08-10T15:16:48.201Z] Step 8/26 : COPY go.mod vendor* ./ [2022-08-10T15:16:48.462Z] ---> 1009f3dd9298 [2022-08-10T15:16:48.462Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-10T15:16:48.462Z] ---> Running in fef1702c5773 [2022-08-10T15:16:49.035Z] Removing intermediate container fef1702c5773 [2022-08-10T15:16:49.035Z] ---> 23e504e5bde5 [2022-08-10T15:16:49.035Z] Step 10/26 : COPY . . [2022-08-10T15:16:49.605Z] ---> a8b5f811c027 [2022-08-10T15:16:49.605Z] Step 11/26 : ARG MAKE='make build' [2022-08-10T15:16:49.605Z] ---> Running in 1b222a719dfa [2022-08-10T15:16:49.605Z] Removing intermediate container 1b222a719dfa [2022-08-10T15:16:49.605Z] ---> c7380c1dc411 [2022-08-10T15:16:49.605Z] Step 12/26 : RUN $MAKE [2022-08-10T15:16:49.605Z] ---> Running in c33f8ec79cdb [2022-08-10T15:16:49.867Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-virtual-go.Version=2.3.0-dev.11" -trimpath -mod=readonly -buildmode=pie -o cmd/device-virtual ./cmd [2022-08-10T15:17:07.960Z] Removing intermediate container c33f8ec79cdb [2022-08-10T15:17:07.960Z] ---> 8009c3488905 [2022-08-10T15:17:07.960Z] Step 13/26 : FROM alpine:3.16 [2022-08-10T15:17:17.954Z] 3.16: Pulling from library/alpine [2022-08-10T15:17:17.954Z] 213ec9aee27d: Pulling fs layer [2022-08-10T15:17:17.954Z] 213ec9aee27d: Verifying Checksum [2022-08-10T15:17:18.216Z] 213ec9aee27d: Pull complete [2022-08-10T15:17:18.216Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-08-10T15:17:18.216Z] Status: Downloaded newer image for alpine:3.16 [2022-08-10T15:17:18.216Z] ---> 9c6f07244728 [2022-08-10T15:17:18.216Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2022-08-10T15:17:18.216Z] ---> Running in 06ea42be95ec [2022-08-10T15:17:18.477Z] Removing intermediate container 06ea42be95ec [2022-08-10T15:17:18.477Z] ---> 59bca6230fb1 [2022-08-10T15:17:18.477Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-10T15:17:18.477Z] ---> Running in e9e2392ed542 [2022-08-10T15:17:19.051Z] Removing intermediate container e9e2392ed542 [2022-08-10T15:17:19.051Z] ---> 391c6339e576 [2022-08-10T15:17:19.051Z] Step 16/26 : RUN apk add --update --no-cache zeromq dumb-init [2022-08-10T15:17:19.051Z] ---> Running in e7654e5c16e7 [2022-08-10T15:17:19.312Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-10T15:17:20.252Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-10T15:17:20.513Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-08-10T15:17:20.513Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-08-10T15:17:20.513Z] (3/6) Installing libsodium (1.0.18-r0) [2022-08-10T15:17:20.774Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-08-10T15:17:20.774Z] (5/6) Installing libzmq (4.3.4-r0) [2022-08-10T15:17:21.035Z] (6/6) Installing zeromq (4.3.4-r0) [2022-08-10T15:17:21.035Z] Executing busybox-1.35.0-r17.trigger [2022-08-10T15:17:21.035Z] OK: 8 MiB in 20 packages [2022-08-10T15:17:21.297Z] Removing intermediate container e7654e5c16e7 [2022-08-10T15:17:21.297Z] ---> 9e2f0ea5b394 [2022-08-10T15:17:21.297Z] Step 17/26 : WORKDIR / [2022-08-10T15:17:21.559Z] ---> Running in 6e34ccac0b87 [2022-08-10T15:17:21.559Z] Removing intermediate container 6e34ccac0b87 [2022-08-10T15:17:21.559Z] ---> 3f8eeb26bfbf [2022-08-10T15:17:21.559Z] Step 18/26 : COPY --from=builder /device-virtual-go/Attribution.txt / [2022-08-10T15:17:21.820Z] ---> 61a7fad844c0 [2022-08-10T15:17:21.820Z] Step 19/26 : COPY --from=builder /device-virtual-go/LICENSE / [2022-08-10T15:17:21.820Z] ---> b40b543f3774 [2022-08-10T15:17:21.820Z] Step 20/26 : COPY --from=builder /device-virtual-go/cmd / [2022-08-10T15:17:22.391Z] ---> bb95cc12fe10 [2022-08-10T15:17:22.391Z] Step 21/26 : EXPOSE 59900 [2022-08-10T15:17:22.391Z] ---> Running in b5e6fcbb3f58 [2022-08-10T15:17:22.391Z] Removing intermediate container b5e6fcbb3f58 [2022-08-10T15:17:22.391Z] ---> 4a35fb2be652 [2022-08-10T15:17:22.391Z] Step 22/26 : ENTRYPOINT ["/device-virtual"] [2022-08-10T15:17:22.652Z] ---> Running in e48c667955cd [2022-08-10T15:17:22.652Z] Removing intermediate container e48c667955cd [2022-08-10T15:17:22.652Z] ---> c40723a84f9d [2022-08-10T15:17:22.652Z] Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-10T15:17:22.652Z] ---> Running in 790017c8b0c8 [2022-08-10T15:17:22.652Z] Removing intermediate container 790017c8b0c8 [2022-08-10T15:17:22.652Z] ---> ab87449a431f [2022-08-10T15:17:22.653Z] Step 24/26 : LABEL arch=amd64 [2022-08-10T15:17:22.914Z] ---> Running in 943867bf4da1 [2022-08-10T15:17:22.914Z] Removing intermediate container 943867bf4da1 [2022-08-10T15:17:22.914Z] ---> cfacbab32dda [2022-08-10T15:17:22.914Z] Step 25/26 : LABEL git_sha=b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 [2022-08-10T15:17:22.914Z] ---> Running in e6eee24b700e [2022-08-10T15:17:23.174Z] Removing intermediate container e6eee24b700e [2022-08-10T15:17:23.174Z] ---> 09e0b5dac22a [2022-08-10T15:17:23.174Z] Step 26/26 : LABEL version=2.3.0-dev.11 [2022-08-10T15:17:23.174Z] ---> Running in 5e57593a3545 [2022-08-10T15:17:23.174Z] Removing intermediate container 5e57593a3545 [2022-08-10T15:17:23.174Z] ---> d27793fa3e38 [2022-08-10T15:17:23.174Z] [Warning] One or more build-args [ARCH] were not consumed [2022-08-10T15:17:23.174Z] Successfully built d27793fa3e38 [2022-08-10T15:17:23.174Z] Successfully tagged device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-10T15:17:23.287Z] provisioning config files... [2022-08-10T15:17:23.296Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config6137396004912768067tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-10T15:17:23.593Z] ---> docker-login.sh [2022-08-10T15:17:23.593Z] nexus3.edgexfoundry.org:10001 [2022-08-10T15:17:23.593Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-10T15:17:23.593Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-10T15:17:23.593Z] Configure a credential helper to remove this warning. See [2022-08-10T15:17:23.593Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-10T15:17:23.593Z] [2022-08-10T15:17:23.593Z] Login Succeeded [2022-08-10T15:17:23.593Z] nexus3.edgexfoundry.org:10002 [2022-08-10T15:17:23.593Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-10T15:17:23.854Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-10T15:17:23.854Z] Configure a credential helper to remove this warning. See [2022-08-10T15:17:23.854Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-10T15:17:23.854Z] [2022-08-10T15:17:23.854Z] Login Succeeded [2022-08-10T15:17:23.854Z] nexus3.edgexfoundry.org:10003 [2022-08-10T15:17:23.854Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-10T15:17:23.854Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-10T15:17:23.854Z] Configure a credential helper to remove this warning. See [2022-08-10T15:17:23.854Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-10T15:17:23.854Z] [2022-08-10T15:17:23.854Z] Login Succeeded [2022-08-10T15:17:23.854Z] nexus3.edgexfoundry.org:10004 [2022-08-10T15:17:24.117Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-10T15:17:24.117Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-10T15:17:24.117Z] Configure a credential helper to remove this warning. See [2022-08-10T15:17:24.117Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-10T15:17:24.117Z] [2022-08-10T15:17:24.117Z] Login Succeeded [2022-08-10T15:17:24.117Z] docker.io [2022-08-10T15:17:24.117Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-10T15:17:24.485Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-10T15:17:24.485Z] Configure a credential helper to remove this warning. See [2022-08-10T15:17:24.485Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-10T15:17:24.485Z] [2022-08-10T15:17:24.485Z] Login Succeeded [2022-08-10T15:17:24.485Z] ---> docker-login.sh ends [Pipeline] } [2022-08-10T15:17:24.493Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-10T15:17:24.523Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-10T15:17:24.548Z] [edgeXDocker.push] Tagging docker image device-virtual with the following tags: [2022-08-10T15:17:24.548Z] b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 [2022-08-10T15:17:24.548Z] latest [2022-08-10T15:17:24.548Z] 2.3.0-dev.11 [2022-08-10T15:17:24.548Z] b155924b7e348e7f4c6bc2e32e3176dc0fde7f12-2.3.0-dev.11 [2022-08-10T15:17:24.548Z] main [2022-08-10T15:17:24.548Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-10T15:17:24.879Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-10T15:17:25.194Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 [2022-08-10T15:17:25.194Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2022-08-10T15:17:25.194Z] 15498f0b794e: Preparing [2022-08-10T15:17:25.194Z] 798f9c51af30: Preparing [2022-08-10T15:17:25.194Z] 65edc650a792: Preparing [2022-08-10T15:17:25.194Z] 187aef5db394: Preparing [2022-08-10T15:17:25.194Z] 32edd9794bed: Preparing [2022-08-10T15:17:25.194Z] 994393dc58e7: Preparing [2022-08-10T15:17:25.194Z] 994393dc58e7: Waiting [2022-08-10T15:17:25.194Z] 798f9c51af30: Pushed [2022-08-10T15:17:25.194Z] 32edd9794bed: Pushed [2022-08-10T15:17:25.194Z] 65edc650a792: Pushed [2022-08-10T15:17:25.194Z] 994393dc58e7: Layer already exists [2022-08-10T15:17:25.454Z] 187aef5db394: Pushed [2022-08-10T15:17:27.364Z] 15498f0b794e: Pushed [2022-08-10T15:17:27.625Z] b155924b7e348e7f4c6bc2e32e3176dc0fde7f12: digest: sha256:ab1ae1cb1dbfd0e53ec0f2094dac110ba6d9131a117010779829dd3429fe2602 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-10T15:17:27.942Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-10T15:17:28.254Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:latest [2022-08-10T15:17:28.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2022-08-10T15:17:28.254Z] 15498f0b794e: Preparing [2022-08-10T15:17:28.254Z] 798f9c51af30: Preparing [2022-08-10T15:17:28.254Z] 65edc650a792: Preparing [2022-08-10T15:17:28.254Z] 187aef5db394: Preparing [2022-08-10T15:17:28.254Z] 32edd9794bed: Preparing [2022-08-10T15:17:28.254Z] 994393dc58e7: Preparing [2022-08-10T15:17:28.254Z] 994393dc58e7: Waiting [2022-08-10T15:17:28.254Z] 798f9c51af30: Layer already exists [2022-08-10T15:17:28.254Z] 15498f0b794e: Layer already exists [2022-08-10T15:17:28.254Z] 32edd9794bed: Layer already exists [2022-08-10T15:17:28.254Z] 65edc650a792: Layer already exists [2022-08-10T15:17:28.254Z] 187aef5db394: Layer already exists [2022-08-10T15:17:28.254Z] 994393dc58e7: Layer already exists [2022-08-10T15:17:28.254Z] latest: digest: sha256:ab1ae1cb1dbfd0e53ec0f2094dac110ba6d9131a117010779829dd3429fe2602 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-10T15:17:28.567Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:2.3.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-10T15:17:28.878Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:2.3.0-dev.11 [2022-08-10T15:17:28.878Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2022-08-10T15:17:28.878Z] 15498f0b794e: Preparing [2022-08-10T15:17:28.878Z] 798f9c51af30: Preparing [2022-08-10T15:17:28.878Z] 65edc650a792: Preparing [2022-08-10T15:17:28.878Z] 187aef5db394: Preparing [2022-08-10T15:17:28.878Z] 32edd9794bed: Preparing [2022-08-10T15:17:28.878Z] 994393dc58e7: Preparing [2022-08-10T15:17:28.878Z] 994393dc58e7: Waiting [2022-08-10T15:17:28.878Z] 187aef5db394: Layer already exists [2022-08-10T15:17:28.878Z] 15498f0b794e: Layer already exists [2022-08-10T15:17:28.878Z] 32edd9794bed: Layer already exists [2022-08-10T15:17:28.878Z] 798f9c51af30: Layer already exists [2022-08-10T15:17:28.878Z] 65edc650a792: Layer already exists [2022-08-10T15:17:28.878Z] 994393dc58e7: Layer already exists [2022-08-10T15:17:28.878Z] 2.3.0-dev.11: digest: sha256:ab1ae1cb1dbfd0e53ec0f2094dac110ba6d9131a117010779829dd3429fe2602 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-10T15:17:29.199Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:b155924b7e348e7f4c6bc2e32e3176dc0fde7f12-2.3.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-10T15:17:29.516Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:b155924b7e348e7f4c6bc2e32e3176dc0fde7f12-2.3.0-dev.11 [2022-08-10T15:17:29.516Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2022-08-10T15:17:29.516Z] 15498f0b794e: Preparing [2022-08-10T15:17:29.516Z] 798f9c51af30: Preparing [2022-08-10T15:17:29.516Z] 65edc650a792: Preparing [2022-08-10T15:17:29.516Z] 187aef5db394: Preparing [2022-08-10T15:17:29.516Z] 32edd9794bed: Preparing [2022-08-10T15:17:29.516Z] 994393dc58e7: Preparing [2022-08-10T15:17:29.516Z] 994393dc58e7: Waiting [2022-08-10T15:17:29.516Z] 798f9c51af30: Layer already exists [2022-08-10T15:17:29.516Z] 65edc650a792: Layer already exists [2022-08-10T15:17:29.516Z] 15498f0b794e: Layer already exists [2022-08-10T15:17:29.516Z] 32edd9794bed: Layer already exists [2022-08-10T15:17:29.516Z] 187aef5db394: Layer already exists [2022-08-10T15:17:29.516Z] 994393dc58e7: Layer already exists [2022-08-10T15:17:29.516Z] b155924b7e348e7f4c6bc2e32e3176dc0fde7f12-2.3.0-dev.11: digest: sha256:ab1ae1cb1dbfd0e53ec0f2094dac110ba6d9131a117010779829dd3429fe2602 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-10T15:17:29.848Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-10T15:17:30.249Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:main [2022-08-10T15:17:30.249Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2022-08-10T15:17:30.249Z] 15498f0b794e: Preparing [2022-08-10T15:17:30.249Z] 798f9c51af30: Preparing [2022-08-10T15:17:30.249Z] 65edc650a792: Preparing [2022-08-10T15:17:30.249Z] 187aef5db394: Preparing [2022-08-10T15:17:30.249Z] 32edd9794bed: Preparing [2022-08-10T15:17:30.249Z] 994393dc58e7: Preparing [2022-08-10T15:17:30.249Z] 994393dc58e7: Waiting [2022-08-10T15:17:30.249Z] 187aef5db394: Layer already exists [2022-08-10T15:17:30.249Z] 65edc650a792: Layer already exists [2022-08-10T15:17:30.249Z] 15498f0b794e: Layer already exists [2022-08-10T15:17:30.249Z] 32edd9794bed: Layer already exists [2022-08-10T15:17:30.249Z] 798f9c51af30: Layer already exists [2022-08-10T15:17:30.249Z] 994393dc58e7: Layer already exists [2022-08-10T15:17:30.249Z] main: digest: sha256:ab1ae1cb1dbfd0e53ec0f2094dac110ba6d9131a117010779829dd3429fe2602 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-10T15:17:30.329Z] ===================================================== [Pipeline] echo [2022-08-10T15:17:30.338Z] taggedImages: [2022-08-10T15:17:30.338Z] - nexus3.edgexfoundry.org:10004/device-virtual:b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 [2022-08-10T15:17:30.338Z] - nexus3.edgexfoundry.org:10004/device-virtual:latest [2022-08-10T15:17:30.338Z] - nexus3.edgexfoundry.org:10004/device-virtual:2.3.0-dev.11 [2022-08-10T15:17:30.338Z] - nexus3.edgexfoundry.org:10004/device-virtual:b155924b7e348e7f4c6bc2e32e3176dc0fde7f12-2.3.0-dev.11 [2022-08-10T15:17:30.338Z] - 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 [2022-08-10T15:17:30.723Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-10T15:17:30.723Z] [2022-08-10T15:17:30.723Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-10T15:17:31.025Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-10T15:17:31.025Z] latest: Pulling from edgex-lftools-log-publisher [2022-08-10T15:17:31.025Z] 5eb5b503b376: Pulling fs layer [2022-08-10T15:17:31.025Z] 5c69ac0246d0: Pulling fs layer [2022-08-10T15:17:31.025Z] ec43610c2a17: Pulling fs layer [2022-08-10T15:17:31.025Z] 3a2ae6a8a46f: Pulling fs layer [2022-08-10T15:17:31.025Z] 33b1e0a273af: Pulling fs layer [2022-08-10T15:17:31.025Z] 5d3b04190fa2: Pulling fs layer [2022-08-10T15:17:31.025Z] 2f39f015ded8: Pulling fs layer [2022-08-10T15:17:31.025Z] 3a2ae6a8a46f: Waiting [2022-08-10T15:17:31.025Z] 2f39f015ded8: Waiting [2022-08-10T15:17:31.025Z] 33b1e0a273af: Waiting [2022-08-10T15:17:31.025Z] 5d3b04190fa2: Waiting [2022-08-10T15:17:31.025Z] 5c69ac0246d0: Download complete [2022-08-10T15:17:31.025Z] 3a2ae6a8a46f: Verifying Checksum [2022-08-10T15:17:31.025Z] 3a2ae6a8a46f: Download complete [2022-08-10T15:17:31.025Z] 33b1e0a273af: Verifying Checksum [2022-08-10T15:17:31.025Z] 33b1e0a273af: Download complete [2022-08-10T15:17:31.025Z] 5d3b04190fa2: Download complete [2022-08-10T15:17:31.025Z] ec43610c2a17: Verifying Checksum [2022-08-10T15:17:31.284Z] 5eb5b503b376: Download complete [2022-08-10T15:17:31.854Z] 2f39f015ded8: Download complete [2022-08-10T15:17:32.424Z] 5eb5b503b376: Pull complete [2022-08-10T15:17:32.424Z] 5c69ac0246d0: Pull complete [2022-08-10T15:17:32.991Z] ec43610c2a17: Pull complete [2022-08-10T15:17:32.991Z] 3a2ae6a8a46f: Pull complete [2022-08-10T15:17:33.250Z] 33b1e0a273af: Pull complete [2022-08-10T15:17:33.250Z] 5d3b04190fa2: Pull complete [2022-08-10T15:17:37.442Z] 2f39f015ded8: Pull complete [2022-08-10T15:17:37.442Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-08-10T15:17:37.442Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-10T15:17:37.442Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-10T15:17:37.539Z] prd-ubuntu20.04-docker-8c-8g-22409 does not seem to be running inside a container [2022-08-10T15:17:37.574Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-08-10T15:17:39.056Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-22410 in /w/workspace/exfoundry_device-virtual-go_main [2022-08-10T15:17:39.230Z] $ docker top 8a3695fa583465f6d95478260a340386e460cebe69f540787f90271415f63a75 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] ws [2022-08-10T15:17:39.377Z] Running in /w/workspace/device-virtual-go/47 [Pipeline] { [Pipeline] checkout [2022-08-10T15:17:39.412Z] The recommended git tool is: git [2022-08-10T15:17:39.633Z] ---> job-cost.sh [2022-08-10T15:17:39.633Z] lf-activate-venv: SKIPPING [2022-08-10T15:17:39.633Z] INFO: No Stack... [2022-08-10T15:17:39.892Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-08-10T15:17:40.462Z] INFO: Archiving Costs [Pipeline] sh [2022-08-10T15:17:40.753Z] + cat /w/workspace/exfoundry_device-virtual-go_main/archives/cost.csv [2022-08-10T15:17:40.753Z] + cut -d, -f6 [Pipeline] lock [2022-08-10T15:17:40.767Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-47-stack-cost] [2022-08-10T15:17:40.776Z] Resource [jenkins-edgexfoundry-device-virtual-go-main-47-stack-cost] did not exist. Created. [2022-08-10T15:17:40.776Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-47-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-08-10T15:17:41.079Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-08-10T15:17:41.107Z] Stashed 1 file(s) [Pipeline] } [2022-08-10T15:17:41.115Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-47-stack-cost] [Pipeline] // lock [Pipeline] } [2022-08-10T15:17:41.137Z] $ docker stop --time=1 8a3695fa583465f6d95478260a340386e460cebe69f540787f90271415f63a75 [2022-08-10T15:17:42.291Z] $ docker rm -f 8a3695fa583465f6d95478260a340386e460cebe69f540787f90271415f63a75 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-08-10T15:17:46.150Z] using credential edgex-jenkins-ssh [2022-08-10T15:17:46.171Z] Cloning the remote Git repository [2022-08-10T15:17:46.232Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2022-08-10T15:17:46.317Z] > git init /w/workspace/device-virtual-go/47 # timeout=10 [2022-08-10T15:17:46.411Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2022-08-10T15:17:46.412Z] > git --version # timeout=10 [2022-08-10T15:17:46.439Z] > git --version # 'git version 2.25.1' [2022-08-10T15:17:46.440Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-08-10T15:17:46.513Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-08-10T15:17:48.379Z] Avoid second fetch [2022-08-10T15:17:48.380Z] Checking out Revision b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 (main) [2022-08-10T15:17:48.339Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2022-08-10T15:17:48.359Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-08-10T15:17:48.404Z] > git config core.sparsecheckout # timeout=10 [2022-08-10T15:17:48.463Z] > git checkout -f b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 # timeout=10 [2022-08-10T15:17:52.815Z] Commit message: "fix(snap): Set unique name for config interface (#299)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-08-10T15:17:53.847Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-08-10T15:17:53.847Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-10T15:17:53.847Z] Dload Upload Total Spent Left Speed [2022-08-10T15:17:53.847Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12332 100 12332 0 0 94137 0 --:--:-- --:--:-- --:--:-- 94137 [Pipeline] sh [2022-08-10T15:17:54.546Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-08-10T15:17:54.895Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-08-10T15:17:54.895Z] + sudo tee /etc/docker/daemon.new [2022-08-10T15:17:54.895Z] { [2022-08-10T15:17:54.895Z] "registry-mirrors": [ [2022-08-10T15:17:54.895Z] "https://nexus3.edgexfoundry.org:10001" [2022-08-10T15:17:54.895Z] ], [2022-08-10T15:17:54.895Z] "bip": "10.250.0.254/24", [2022-08-10T15:17:54.895Z] "hosts": [ [2022-08-10T15:17:54.895Z] "tcp://0.0.0.0:5555", [2022-08-10T15:17:54.895Z] "unix:///var/run/docker.sock" [2022-08-10T15:17:54.895Z] ], [2022-08-10T15:17:54.895Z] "mtu": 1458, [2022-08-10T15:17:54.895Z] "selinux-enabled": true, [2022-08-10T15:17:54.895Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-08-10T15:17:54.895Z] } [Pipeline] sh [2022-08-10T15:17:55.277Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-08-10T15:17:55.620Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-10T15:18:13.945Z] provisioning config files... [2022-08-10T15:18:13.969Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/47@tmp/config2538866834822698669tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-10T15:18:14.326Z] ---> docker-login.sh [2022-08-10T15:18:14.326Z] nexus3.edgexfoundry.org:10001 [2022-08-10T15:18:14.922Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-10T15:18:15.197Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-10T15:18:15.197Z] Configure a credential helper to remove this warning. See [2022-08-10T15:18:15.197Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-10T15:18:15.197Z] [2022-08-10T15:18:15.197Z] Login Succeeded [2022-08-10T15:18:15.197Z] nexus3.edgexfoundry.org:10002 [2022-08-10T15:18:15.473Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-10T15:18:15.747Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-10T15:18:15.747Z] Configure a credential helper to remove this warning. See [2022-08-10T15:18:15.747Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-10T15:18:15.747Z] [2022-08-10T15:18:15.747Z] Login Succeeded [2022-08-10T15:18:15.747Z] nexus3.edgexfoundry.org:10003 [2022-08-10T15:18:16.021Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-10T15:18:16.021Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-10T15:18:16.021Z] Configure a credential helper to remove this warning. See [2022-08-10T15:18:16.021Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-10T15:18:16.021Z] [2022-08-10T15:18:16.021Z] Login Succeeded [2022-08-10T15:18:16.021Z] nexus3.edgexfoundry.org:10004 [2022-08-10T15:18:16.623Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-10T15:18:16.623Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-10T15:18:16.623Z] Configure a credential helper to remove this warning. See [2022-08-10T15:18:16.623Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-10T15:18:16.623Z] [2022-08-10T15:18:16.623Z] Login Succeeded [2022-08-10T15:18:16.623Z] docker.io [2022-08-10T15:18:16.897Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-10T15:18:17.172Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-10T15:18:17.172Z] Configure a credential helper to remove this warning. See [2022-08-10T15:18:17.172Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-10T15:18:17.172Z] [2022-08-10T15:18:17.172Z] Login Succeeded [2022-08-10T15:18:17.172Z] ---> docker-login.sh ends [Pipeline] } [2022-08-10T15:18:17.191Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-08-10T15:18:17.872Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-10T15:18:17.886Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-10T15:18:17.898Z] ========================================================= [2022-08-10T15:18:17.898Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-08-10T15:18:17.898Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-10T15:18:18.262Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2022-08-10T15:18:18.540Z] Sending build context to Docker daemon 11.67MB [2022-08-10T15:18:18.815Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2022-08-10T15:18:18.815Z] Step 2/12 : FROM ${BASE} AS builder [2022-08-10T15:18:18.815Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-08-10T15:18:18.815Z] b3c136eddcbf: Pulling fs layer [2022-08-10T15:18:18.815Z] c0a3192eca97: Pulling fs layer [2022-08-10T15:18:18.815Z] a050256f5b6f: Pulling fs layer [2022-08-10T15:18:18.815Z] 656be50a0ddc: Pulling fs layer [2022-08-10T15:18:18.815Z] 2bbca73fdf42: Pulling fs layer [2022-08-10T15:18:18.815Z] 46d945488cbd: Pulling fs layer [2022-08-10T15:18:18.815Z] 8a5474983e97: Pulling fs layer [2022-08-10T15:18:18.815Z] 329c88fbcd65: Pulling fs layer [2022-08-10T15:18:18.815Z] 46d945488cbd: Waiting [2022-08-10T15:18:18.815Z] 8a5474983e97: Waiting [2022-08-10T15:18:18.815Z] 329c88fbcd65: Waiting [2022-08-10T15:18:18.815Z] 656be50a0ddc: Waiting [2022-08-10T15:18:18.815Z] 2bbca73fdf42: Waiting [2022-08-10T15:18:18.815Z] a050256f5b6f: Verifying Checksum [2022-08-10T15:18:18.815Z] a050256f5b6f: Download complete [2022-08-10T15:18:18.815Z] c0a3192eca97: Verifying Checksum [2022-08-10T15:18:18.815Z] c0a3192eca97: Download complete [2022-08-10T15:18:18.815Z] 2bbca73fdf42: Verifying Checksum [2022-08-10T15:18:18.815Z] 2bbca73fdf42: Download complete [2022-08-10T15:18:19.093Z] 46d945488cbd: Verifying Checksum [2022-08-10T15:18:19.093Z] 46d945488cbd: Download complete [2022-08-10T15:18:19.093Z] b3c136eddcbf: Verifying Checksum [2022-08-10T15:18:19.093Z] b3c136eddcbf: Download complete [2022-08-10T15:18:20.090Z] b3c136eddcbf: Pull complete [2022-08-10T15:18:20.090Z] 329c88fbcd65: Verifying Checksum [2022-08-10T15:18:20.090Z] 329c88fbcd65: Download complete [2022-08-10T15:18:20.371Z] c0a3192eca97: Pull complete [2022-08-10T15:18:20.979Z] a050256f5b6f: Pull complete [2022-08-10T15:18:21.255Z] 8a5474983e97: Verifying Checksum [2022-08-10T15:18:21.255Z] 8a5474983e97: Download complete [2022-08-10T15:18:21.854Z] 656be50a0ddc: Verifying Checksum [2022-08-10T15:18:21.854Z] 656be50a0ddc: Download complete [2022-08-10T15:18:36.975Z] 656be50a0ddc: Pull complete [2022-08-10T15:18:36.975Z] 2bbca73fdf42: Pull complete [2022-08-10T15:18:36.975Z] 46d945488cbd: Pull complete [2022-08-10T15:18:41.288Z] 8a5474983e97: Pull complete [2022-08-10T15:18:42.726Z] 329c88fbcd65: Pull complete [2022-08-10T15:18:42.726Z] Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 [2022-08-10T15:18:42.999Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-08-10T15:18:42.999Z] ---> ff4287adb874 [2022-08-10T15:18:42.999Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-08-10T15:18:44.438Z] ---> Running in a8df7d9f2c4d [2022-08-10T15:18:44.712Z] Removing intermediate container a8df7d9f2c4d [2022-08-10T15:18:44.712Z] ---> a1bb01cc9fb6 [2022-08-10T15:18:44.712Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2022-08-10T15:18:44.984Z] ---> Running in 6cbf5f956d45 [2022-08-10T15:18:45.256Z] Removing intermediate container 6cbf5f956d45 [2022-08-10T15:18:45.256Z] ---> 36022fb6884c [2022-08-10T15:18:45.256Z] Step 5/12 : WORKDIR /device-virtual-go [2022-08-10T15:18:45.256Z] ---> Running in 4b35aa694222 [2022-08-10T15:18:45.529Z] Removing intermediate container 4b35aa694222 [2022-08-10T15:18:45.529Z] ---> f759db291286 [2022-08-10T15:18:45.529Z] Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-10T15:18:45.529Z] ---> Running in 27ae36247ecd [2022-08-10T15:18:48.159Z] Removing intermediate container 27ae36247ecd [2022-08-10T15:18:48.159Z] ---> 8ed4ef3b0bff [2022-08-10T15:18:48.159Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-08-10T15:18:48.441Z] ---> Running in d8d21a9f1794 [2022-08-10T15:18:49.429Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-10T15:18:50.410Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-10T15:18:51.007Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2022-08-10T15:18:51.007Z] (2/4) Installing libedit (20210910.3.1-r0) [2022-08-10T15:18:51.280Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2022-08-10T15:18:51.565Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2022-08-10T15:18:51.565Z] Executing busybox-1.35.0-r13.trigger [2022-08-10T15:18:51.565Z] OK: 226 MiB in 55 packages [2022-08-10T15:18:52.563Z] Removing intermediate container d8d21a9f1794 [2022-08-10T15:18:52.564Z] ---> ad85a858c8b1 [2022-08-10T15:18:52.564Z] Step 8/12 : COPY go.mod vendor* ./ [2022-08-10T15:18:53.170Z] ---> d74b166c2315 [2022-08-10T15:18:53.170Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-10T15:18:53.170Z] ---> Running in f16343accc5d [2022-08-10T15:19:40.184Z] Removing intermediate container f16343accc5d [2022-08-10T15:19:40.184Z] ---> 019117cb59da [2022-08-10T15:19:40.184Z] Step 10/12 : COPY . . [2022-08-10T15:19:40.184Z] ---> 66c17dd180d9 [2022-08-10T15:19:40.184Z] Step 11/12 : ARG MAKE='make build' [2022-08-10T15:19:40.184Z] ---> Running in 3947890d7a93 [2022-08-10T15:19:40.457Z] Removing intermediate container 3947890d7a93 [2022-08-10T15:19:40.457Z] ---> a30b92a3a30b [2022-08-10T15:19:40.457Z] Step 12/12 : RUN $MAKE [2022-08-10T15:19:40.750Z] ---> Running in 27f39d468bd4 [2022-08-10T15:19:41.732Z] noop [2022-08-10T15:19:42.334Z] Removing intermediate container 27f39d468bd4 [2022-08-10T15:19:42.334Z] ---> 9dae23785cb0 [2022-08-10T15:19:42.334Z] Successfully built 9dae23785cb0 [2022-08-10T15:19:42.334Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-10T15:19:42.699Z] + docker inspect -f . ci-base-image-arm64 [2022-08-10T15:19:42.699Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-10T15:19:42.930Z] prd-ubuntu20.04-docker-arm64-4c-16g-22410 does not seem to be running inside a container [2022-08-10T15:19:43.019Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/47 -v /w/workspace/device-virtual-go/47:/w/workspace/device-virtual-go/47:rw,z -v /w/workspace/device-virtual-go/47@tmp:/w/workspace/device-virtual-go/47@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 [2022-08-10T15:19:44.216Z] $ docker top 35ce9fbbcecff60eb30ce393d6cd2ec184a19d82af35a55b204ccf6b79be7805 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-10T15:19:45.134Z] + go version [2022-08-10T15:19:45.134Z] go version go1.18.3 linux/arm64 [Pipeline] } [2022-08-10T15:19:45.167Z] $ docker stop --time=1 35ce9fbbcecff60eb30ce393d6cd2ec184a19d82af35a55b204ccf6b79be7805 [2022-08-10T15:19:46.778Z] $ docker rm -f 35ce9fbbcecff60eb30ce393d6cd2ec184a19d82af35a55b204ccf6b79be7805 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-10T15:19:47.360Z] + docker inspect -f . ci-base-image-arm64 [2022-08-10T15:19:47.360Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-10T15:19:47.612Z] prd-ubuntu20.04-docker-arm64-4c-16g-22410 does not seem to be running inside a container [2022-08-10T15:19:47.700Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -w /w/workspace/device-virtual-go/47 -v /w/workspace/device-virtual-go/47:/w/workspace/device-virtual-go/47:rw,z -v /w/workspace/device-virtual-go/47@tmp:/w/workspace/device-virtual-go/47@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 [2022-08-10T15:19:48.979Z] $ docker top 707d8b4da75f8931e9149119fde13446bd9b0ffc9cc4e4c92847c26ade8961a6 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-10T15:19:49.889Z] + git config --global --add safe.directory /w/workspace/device-virtual-go/47 [Pipeline] fileExists [Pipeline] sh [2022-08-10T15:19:50.573Z] + make test [2022-08-10T15:19:50.573Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2022-08-10T15:19:52.015Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2022-08-10T15:21:13.868Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2022-08-10T15:21:13.868Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.127s coverage: 65.7% of statements [2022-08-10T15:21:13.868Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-08-10T15:21:13.868Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-08-10T15:21:28.994Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-08-10T15:21:28.994Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-08-10T15:21:28.994Z] ./bin/test-attribution-txt.sh [2022-08-10T15:21:28.994Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2022-08-10T15:21:28.994Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2022-08-10T15:21:28.994Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [Pipeline] echo [2022-08-10T15:21:29.016Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-08-10T15:21:29.039Z] $ docker stop --time=1 707d8b4da75f8931e9149119fde13446bd9b0ffc9cc4e4c92847c26ade8961a6 [2022-08-10T15:21:30.778Z] $ docker rm -f 707d8b4da75f8931e9149119fde13446bd9b0ffc9cc4e4c92847c26ade8961a6 [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-10T15:21:31.740Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-08-10T15:21:31.765Z] Warning: overwriting stash ‘coverage-report’ [2022-08-10T15:21:32.251Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-08-10T15:21:32.667Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-08-10T15:21:33.005Z] + ls -al . [2022-08-10T15:21:33.005Z] total 188 [2022-08-10T15:21:33.005Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 10 15:19 . [2022-08-10T15:21:33.005Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 10 15:17 .. [2022-08-10T15:21:33.005Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 10 15:17 .git [2022-08-10T15:21:33.005Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 10 15:17 .github [2022-08-10T15:21:33.005Z] -rw-rw-r-- 1 jenkins jenkins 337 Aug 10 15:17 .gitignore [2022-08-10T15:21:33.005Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 10 15:17 .golangci.yml [2022-08-10T15:21:33.005Z] -rw-rw-r-- 1 jenkins jenkins 8152 Aug 10 15:17 Attribution.txt [2022-08-10T15:21:33.005Z] -rw-rw-r-- 1 jenkins jenkins 9649 Aug 10 15:17 CHANGELOG.md [2022-08-10T15:21:33.005Z] -rw-rw-r-- 1 jenkins jenkins 1978 Aug 10 15:17 Dockerfile [2022-08-10T15:21:33.005Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 10 15:17 GOVERNANCE.md [2022-08-10T15:21:33.005Z] -rw-rw-r-- 1 jenkins jenkins 660 Aug 10 15:17 Jenkinsfile [2022-08-10T15:21:33.005Z] -rw-rw-r-- 1 jenkins jenkins 11340 Aug 10 15:17 LICENSE [2022-08-10T15:21:33.005Z] -rw-rw-r-- 1 jenkins jenkins 2248 Aug 10 15:17 Makefile [2022-08-10T15:21:33.005Z] -rw-rw-r-- 1 jenkins jenkins 623 Aug 10 15:17 OWNERS.md [2022-08-10T15:21:33.005Z] -rw-rw-r-- 1 jenkins jenkins 2914 Aug 10 15:17 README.md [2022-08-10T15:21:33.005Z] -rw-rw-r-- 1 jenkins jenkins 12 Aug 10 15:15 VERSION [2022-08-10T15:21:33.005Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 10 15:17 bin [2022-08-10T15:21:33.005Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 10 15:17 cmd [2022-08-10T15:21:33.005Z] -rw-r--r-- 1 jenkins jenkins 44128 Aug 10 15:21 coverage.out [2022-08-10T15:21:33.005Z] -rw-rw-r-- 1 jenkins jenkins 3328 Aug 10 15:17 go.mod [2022-08-10T15:21:33.005Z] -rw-rw-r-- 1 jenkins jenkins 36202 Aug 10 15:17 go.sum [2022-08-10T15:21:33.005Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 10 15:17 internal [2022-08-10T15:21:33.005Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 10 15:17 snap [2022-08-10T15:21:33.005Z] -rw-rw-r-- 1 jenkins jenkins 235 Aug 10 15:17 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-10T15:21:33.365Z] + 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=b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 --label arch=arm64 --label version=2.3.0-dev.11 . [2022-08-10T15:21:33.641Z] Sending build context to Docker daemon 11.72MB [2022-08-10T15:21:33.922Z] Step 1/26 : ARG BASE=golang:1.18-alpine3.16 [2022-08-10T15:21:33.922Z] Step 2/26 : FROM ${BASE} AS builder [2022-08-10T15:21:33.922Z] ---> 9dae23785cb0 [2022-08-10T15:21:33.922Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-08-10T15:21:33.922Z] ---> Running in 45112d804740 [2022-08-10T15:21:34.196Z] Removing intermediate container 45112d804740 [2022-08-10T15:21:34.196Z] ---> 330649ac1ca9 [2022-08-10T15:21:34.196Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2022-08-10T15:21:34.196Z] ---> Running in 4f0c07da4655 [2022-08-10T15:21:34.807Z] Removing intermediate container 4f0c07da4655 [2022-08-10T15:21:34.807Z] ---> 3ed80b6c75a9 [2022-08-10T15:21:34.807Z] Step 5/26 : WORKDIR /device-virtual-go [2022-08-10T15:21:34.807Z] ---> Running in 63bd6b871dad [2022-08-10T15:21:35.082Z] Removing intermediate container 63bd6b871dad [2022-08-10T15:21:35.082Z] ---> b60096375e7d [2022-08-10T15:21:35.082Z] Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-10T15:21:35.082Z] ---> Running in fe242f0d179b [2022-08-10T15:21:37.065Z] Removing intermediate container fe242f0d179b [2022-08-10T15:21:37.065Z] ---> 48bbfcb481fc [2022-08-10T15:21:37.065Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-08-10T15:21:37.065Z] ---> Running in 2f85a01f0b77 [2022-08-10T15:21:37.664Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-10T15:21:38.690Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-10T15:21:39.867Z] OK: 226 MiB in 55 packages [2022-08-10T15:21:40.561Z] Removing intermediate container 2f85a01f0b77 [2022-08-10T15:21:40.561Z] ---> 1b4d3765a5f0 [2022-08-10T15:21:40.561Z] Step 8/26 : COPY go.mod vendor* ./ [2022-08-10T15:21:41.156Z] ---> 9aea0cb64ab0 [2022-08-10T15:21:41.156Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-10T15:21:41.156Z] ---> Running in 64eb82d3c738 [2022-08-10T15:21:43.139Z] Removing intermediate container 64eb82d3c738 [2022-08-10T15:21:43.139Z] ---> 9868654859a7 [2022-08-10T15:21:43.139Z] Step 10/26 : COPY . . [2022-08-10T15:21:44.118Z] ---> 7ab2e1e5dc88 [2022-08-10T15:21:44.118Z] Step 11/26 : ARG MAKE='make build' [2022-08-10T15:21:44.118Z] ---> Running in 2c462068e95d [2022-08-10T15:21:44.719Z] Removing intermediate container 2c462068e95d [2022-08-10T15:21:44.719Z] ---> 9772d606cdfe [2022-08-10T15:21:44.719Z] Step 12/26 : RUN $MAKE [2022-08-10T15:21:44.719Z] ---> Running in 0688f42e44a4 [2022-08-10T15:21:45.701Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-virtual-go.Version=2.3.0-dev.11" -trimpath -mod=readonly -buildmode=pie -o cmd/device-virtual ./cmd [2022-08-10T15:23:52.616Z] Removing intermediate container 0688f42e44a4 [2022-08-10T15:23:52.616Z] ---> 2bdff49c1d80 [2022-08-10T15:23:52.616Z] Step 13/26 : FROM alpine:3.16 [2022-08-10T15:23:52.616Z] 3.16: Pulling from library/alpine [2022-08-10T15:23:52.616Z] 9b18e9b68314: Pulling fs layer [2022-08-10T15:23:52.616Z] 9b18e9b68314: Download complete [2022-08-10T15:23:52.616Z] 9b18e9b68314: Pull complete [2022-08-10T15:23:52.616Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-08-10T15:23:52.616Z] Status: Downloaded newer image for alpine:3.16 [2022-08-10T15:23:52.616Z] ---> a6215f271958 [2022-08-10T15:23:52.616Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2022-08-10T15:23:52.616Z] ---> Running in 7f70d082cc63 [2022-08-10T15:23:52.616Z] Removing intermediate container 7f70d082cc63 [2022-08-10T15:23:52.616Z] ---> 582438c7c3a2 [2022-08-10T15:23:52.616Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-10T15:23:52.616Z] ---> Running in 2b1bacc3f60c [2022-08-10T15:23:52.616Z] Removing intermediate container 2b1bacc3f60c [2022-08-10T15:23:52.616Z] ---> cb582add0ca5 [2022-08-10T15:23:52.616Z] Step 16/26 : RUN apk add --update --no-cache zeromq dumb-init [2022-08-10T15:23:52.616Z] ---> Running in d4fd95f6842d [2022-08-10T15:23:52.616Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-10T15:23:52.616Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-10T15:23:52.616Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-08-10T15:23:52.616Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-08-10T15:23:52.616Z] (3/6) Installing libsodium (1.0.18-r0) [2022-08-10T15:23:52.616Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-08-10T15:23:52.616Z] (5/6) Installing libzmq (4.3.4-r0) [2022-08-10T15:23:52.616Z] (6/6) Installing zeromq (4.3.4-r0) [2022-08-10T15:23:52.616Z] Executing busybox-1.35.0-r17.trigger [2022-08-10T15:23:52.616Z] OK: 8 MiB in 20 packages [2022-08-10T15:23:52.616Z] Removing intermediate container d4fd95f6842d [2022-08-10T15:23:52.616Z] ---> 630a43d9b15b [2022-08-10T15:23:52.616Z] Step 17/26 : WORKDIR / [2022-08-10T15:23:52.616Z] ---> Running in de1494d7e966 [2022-08-10T15:23:52.616Z] Removing intermediate container de1494d7e966 [2022-08-10T15:23:52.616Z] ---> badb5ffac026 [2022-08-10T15:23:52.616Z] Step 18/26 : COPY --from=builder /device-virtual-go/Attribution.txt / [2022-08-10T15:23:53.214Z] ---> 197b50637a27 [2022-08-10T15:23:53.214Z] Step 19/26 : COPY --from=builder /device-virtual-go/LICENSE / [2022-08-10T15:23:53.809Z] ---> 3c948271cca5 [2022-08-10T15:23:53.809Z] Step 20/26 : COPY --from=builder /device-virtual-go/cmd / [2022-08-10T15:23:55.260Z] ---> 647693cf6696 [2022-08-10T15:23:55.260Z] Step 21/26 : EXPOSE 59900 [2022-08-10T15:23:55.534Z] ---> Running in 13e9c7a04de3 [2022-08-10T15:23:55.809Z] Removing intermediate container 13e9c7a04de3 [2022-08-10T15:23:55.809Z] ---> 6729b8497344 [2022-08-10T15:23:55.809Z] Step 22/26 : ENTRYPOINT ["/device-virtual"] [2022-08-10T15:23:55.809Z] ---> Running in e736053be977 [2022-08-10T15:23:56.084Z] Removing intermediate container e736053be977 [2022-08-10T15:23:56.084Z] ---> e8cd2d97f264 [2022-08-10T15:23:56.084Z] Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-10T15:23:56.084Z] ---> Running in 02f459bacdaa [2022-08-10T15:23:56.359Z] Removing intermediate container 02f459bacdaa [2022-08-10T15:23:56.359Z] ---> c54e21c2e384 [2022-08-10T15:23:56.359Z] Step 24/26 : LABEL arch=arm64 [2022-08-10T15:23:56.636Z] ---> Running in 35305bcf28ca [2022-08-10T15:23:56.921Z] Removing intermediate container 35305bcf28ca [2022-08-10T15:23:56.921Z] ---> 77d6a7a3eb1a [2022-08-10T15:23:56.921Z] Step 25/26 : LABEL git_sha=b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 [2022-08-10T15:23:56.921Z] ---> Running in e21351c099f4 [2022-08-10T15:23:57.194Z] Removing intermediate container e21351c099f4 [2022-08-10T15:23:57.194Z] ---> 5a862dc44947 [2022-08-10T15:23:57.194Z] Step 26/26 : LABEL version=2.3.0-dev.11 [2022-08-10T15:23:57.194Z] ---> Running in 7b3a662e4fd9 [2022-08-10T15:23:57.467Z] Removing intermediate container 7b3a662e4fd9 [2022-08-10T15:23:57.467Z] ---> 8c012e5ced33 [2022-08-10T15:23:57.467Z] [Warning] One or more build-args [ARCH] were not consumed [2022-08-10T15:23:57.467Z] Successfully built 8c012e5ced33 [2022-08-10T15:23:57.467Z] 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 [2022-08-10T15:23:57.842Z] provisioning config files... [2022-08-10T15:23:57.860Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/47@tmp/config8665998135421697940tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-10T15:23:58.204Z] ---> docker-login.sh [2022-08-10T15:23:58.204Z] nexus3.edgexfoundry.org:10001 [2022-08-10T15:23:58.476Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-10T15:23:58.476Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-10T15:23:58.476Z] Configure a credential helper to remove this warning. See [2022-08-10T15:23:58.476Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-10T15:23:58.476Z] [2022-08-10T15:23:58.476Z] Login Succeeded [2022-08-10T15:23:58.476Z] nexus3.edgexfoundry.org:10002 [2022-08-10T15:23:58.748Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-10T15:23:59.019Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-10T15:23:59.019Z] Configure a credential helper to remove this warning. See [2022-08-10T15:23:59.019Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-10T15:23:59.019Z] [2022-08-10T15:23:59.019Z] Login Succeeded [2022-08-10T15:23:59.019Z] nexus3.edgexfoundry.org:10003 [2022-08-10T15:23:59.289Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-10T15:23:59.289Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-10T15:23:59.289Z] Configure a credential helper to remove this warning. See [2022-08-10T15:23:59.289Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-10T15:23:59.289Z] [2022-08-10T15:23:59.289Z] Login Succeeded [2022-08-10T15:23:59.561Z] nexus3.edgexfoundry.org:10004 [2022-08-10T15:23:59.831Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-10T15:23:59.831Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-10T15:23:59.831Z] Configure a credential helper to remove this warning. See [2022-08-10T15:23:59.831Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-10T15:23:59.831Z] [2022-08-10T15:23:59.831Z] Login Succeeded [2022-08-10T15:23:59.831Z] docker.io [2022-08-10T15:24:00.426Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-10T15:24:00.697Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-10T15:24:00.697Z] Configure a credential helper to remove this warning. See [2022-08-10T15:24:00.698Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-10T15:24:00.698Z] [2022-08-10T15:24:00.698Z] Login Succeeded [2022-08-10T15:24:00.698Z] ---> docker-login.sh ends [Pipeline] } [2022-08-10T15:24:00.714Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-10T15:24:00.753Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-10T15:24:00.776Z] [edgeXDocker.push] Tagging docker image device-virtual-arm64 with the following tags: [2022-08-10T15:24:00.776Z] b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 [2022-08-10T15:24:00.776Z] latest [2022-08-10T15:24:00.776Z] 2.3.0-dev.11 [2022-08-10T15:24:00.776Z] b155924b7e348e7f4c6bc2e32e3176dc0fde7f12-2.3.0-dev.11 [2022-08-10T15:24:00.776Z] main [2022-08-10T15:24:00.776Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-10T15:24:01.141Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-10T15:24:01.498Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 [2022-08-10T15:24:01.498Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2022-08-10T15:24:01.498Z] 74a081f4a99a: Preparing [2022-08-10T15:24:01.498Z] 1aacd6f709e4: Preparing [2022-08-10T15:24:01.498Z] 4cdc454fbfbc: Preparing [2022-08-10T15:24:01.498Z] 67470f1b82c3: Preparing [2022-08-10T15:24:01.498Z] d1d8a951a112: Preparing [2022-08-10T15:24:01.498Z] 5d3e392a13a0: Preparing [2022-08-10T15:24:01.498Z] 5d3e392a13a0: Waiting [2022-08-10T15:24:01.771Z] d1d8a951a112: Pushed [2022-08-10T15:24:01.771Z] 4cdc454fbfbc: Pushed [2022-08-10T15:24:01.771Z] 1aacd6f709e4: Pushed [2022-08-10T15:24:01.771Z] 5d3e392a13a0: Layer already exists [2022-08-10T15:24:02.367Z] 67470f1b82c3: Pushed [2022-08-10T15:24:07.751Z] 74a081f4a99a: Pushed [2022-08-10T15:24:07.751Z] b155924b7e348e7f4c6bc2e32e3176dc0fde7f12: digest: sha256:245267a4049aab877fcb24571d169d35636579ddb6cf55d7247db9842d92da3e size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-10T15:24:08.118Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-10T15:24:08.474Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [2022-08-10T15:24:08.474Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2022-08-10T15:24:08.474Z] 74a081f4a99a: Preparing [2022-08-10T15:24:08.474Z] 1aacd6f709e4: Preparing [2022-08-10T15:24:08.474Z] 4cdc454fbfbc: Preparing [2022-08-10T15:24:08.474Z] 67470f1b82c3: Preparing [2022-08-10T15:24:08.474Z] d1d8a951a112: Preparing [2022-08-10T15:24:08.474Z] 5d3e392a13a0: Preparing [2022-08-10T15:24:08.474Z] 5d3e392a13a0: Waiting [2022-08-10T15:24:08.474Z] 67470f1b82c3: Layer already exists [2022-08-10T15:24:08.474Z] 4cdc454fbfbc: Layer already exists [2022-08-10T15:24:08.474Z] d1d8a951a112: Layer already exists [2022-08-10T15:24:08.474Z] 1aacd6f709e4: Layer already exists [2022-08-10T15:24:08.474Z] 74a081f4a99a: Layer already exists [2022-08-10T15:24:08.474Z] 5d3e392a13a0: Layer already exists [2022-08-10T15:24:08.746Z] latest: digest: sha256:245267a4049aab877fcb24571d169d35636579ddb6cf55d7247db9842d92da3e size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-10T15:24:09.112Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:2.3.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-10T15:24:09.473Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:2.3.0-dev.11 [2022-08-10T15:24:09.474Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2022-08-10T15:24:09.474Z] 74a081f4a99a: Preparing [2022-08-10T15:24:09.474Z] 1aacd6f709e4: Preparing [2022-08-10T15:24:09.474Z] 4cdc454fbfbc: Preparing [2022-08-10T15:24:09.474Z] 67470f1b82c3: Preparing [2022-08-10T15:24:09.474Z] d1d8a951a112: Preparing [2022-08-10T15:24:09.474Z] 5d3e392a13a0: Preparing [2022-08-10T15:24:09.474Z] 5d3e392a13a0: Waiting [2022-08-10T15:24:09.474Z] 67470f1b82c3: Layer already exists [2022-08-10T15:24:09.474Z] d1d8a951a112: Layer already exists [2022-08-10T15:24:09.474Z] 4cdc454fbfbc: Layer already exists [2022-08-10T15:24:09.474Z] 74a081f4a99a: Layer already exists [2022-08-10T15:24:09.474Z] 1aacd6f709e4: Layer already exists [2022-08-10T15:24:09.474Z] 5d3e392a13a0: Layer already exists [2022-08-10T15:24:09.744Z] 2.3.0-dev.11: digest: sha256:245267a4049aab877fcb24571d169d35636579ddb6cf55d7247db9842d92da3e size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-10T15:24:10.108Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:b155924b7e348e7f4c6bc2e32e3176dc0fde7f12-2.3.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-10T15:24:10.471Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:b155924b7e348e7f4c6bc2e32e3176dc0fde7f12-2.3.0-dev.11 [2022-08-10T15:24:10.471Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2022-08-10T15:24:10.471Z] 74a081f4a99a: Preparing [2022-08-10T15:24:10.471Z] 1aacd6f709e4: Preparing [2022-08-10T15:24:10.471Z] 4cdc454fbfbc: Preparing [2022-08-10T15:24:10.471Z] 67470f1b82c3: Preparing [2022-08-10T15:24:10.471Z] d1d8a951a112: Preparing [2022-08-10T15:24:10.471Z] 5d3e392a13a0: Preparing [2022-08-10T15:24:10.471Z] 5d3e392a13a0: Waiting [2022-08-10T15:24:10.471Z] 4cdc454fbfbc: Layer already exists [2022-08-10T15:24:10.471Z] 74a081f4a99a: Layer already exists [2022-08-10T15:24:10.471Z] 1aacd6f709e4: Layer already exists [2022-08-10T15:24:10.471Z] d1d8a951a112: Layer already exists [2022-08-10T15:24:10.471Z] 67470f1b82c3: Layer already exists [2022-08-10T15:24:10.471Z] 5d3e392a13a0: Layer already exists [2022-08-10T15:24:10.743Z] b155924b7e348e7f4c6bc2e32e3176dc0fde7f12-2.3.0-dev.11: digest: sha256:245267a4049aab877fcb24571d169d35636579ddb6cf55d7247db9842d92da3e size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-10T15:24:11.111Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-10T15:24:11.469Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [2022-08-10T15:24:11.469Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2022-08-10T15:24:11.469Z] 74a081f4a99a: Preparing [2022-08-10T15:24:11.469Z] 1aacd6f709e4: Preparing [2022-08-10T15:24:11.469Z] 4cdc454fbfbc: Preparing [2022-08-10T15:24:11.469Z] 67470f1b82c3: Preparing [2022-08-10T15:24:11.469Z] d1d8a951a112: Preparing [2022-08-10T15:24:11.469Z] 5d3e392a13a0: Preparing [2022-08-10T15:24:11.469Z] 5d3e392a13a0: Waiting [2022-08-10T15:24:11.469Z] 1aacd6f709e4: Layer already exists [2022-08-10T15:24:11.469Z] 4cdc454fbfbc: Layer already exists [2022-08-10T15:24:11.469Z] 67470f1b82c3: Layer already exists [2022-08-10T15:24:11.469Z] 74a081f4a99a: Layer already exists [2022-08-10T15:24:11.469Z] d1d8a951a112: Layer already exists [2022-08-10T15:24:11.469Z] 5d3e392a13a0: Layer already exists [2022-08-10T15:24:11.742Z] main: digest: sha256:245267a4049aab877fcb24571d169d35636579ddb6cf55d7247db9842d92da3e size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-10T15:24:11.804Z] ===================================================== [Pipeline] echo [2022-08-10T15:24:11.814Z] taggedImages: [2022-08-10T15:24:11.814Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 [2022-08-10T15:24:11.814Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [2022-08-10T15:24:11.814Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:2.3.0-dev.11 [2022-08-10T15:24:11.814Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:b155924b7e348e7f4c6bc2e32e3176dc0fde7f12-2.3.0-dev.11 [2022-08-10T15:24:11.814Z] - 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 [2022-08-10T15:24:12.186Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-10T15:24:12.186Z] [2022-08-10T15:24:12.186Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-10T15:24:12.539Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-10T15:24:12.539Z] arm64: Pulling from edgex-lftools-log-publisher [2022-08-10T15:24:12.539Z] 8998bd30e6a1: Pulling fs layer [2022-08-10T15:24:12.539Z] 04944245beec: Pulling fs layer [2022-08-10T15:24:12.539Z] 699f458cf7ca: Pulling fs layer [2022-08-10T15:24:12.539Z] 765212b225bb: Pulling fs layer [2022-08-10T15:24:12.539Z] f23df028b6ca: Pulling fs layer [2022-08-10T15:24:12.539Z] d65c8cfc05b1: Pulling fs layer [2022-08-10T15:24:12.539Z] 2437ff75d9bd: Pulling fs layer [2022-08-10T15:24:12.539Z] 765212b225bb: Waiting [2022-08-10T15:24:12.539Z] f23df028b6ca: Waiting [2022-08-10T15:24:12.539Z] d65c8cfc05b1: Waiting [2022-08-10T15:24:12.539Z] 2437ff75d9bd: Waiting [2022-08-10T15:24:12.815Z] 04944245beec: Verifying Checksum [2022-08-10T15:24:12.815Z] 04944245beec: Download complete [2022-08-10T15:24:12.815Z] 765212b225bb: Verifying Checksum [2022-08-10T15:24:12.815Z] 765212b225bb: Download complete [2022-08-10T15:24:12.815Z] f23df028b6ca: Verifying Checksum [2022-08-10T15:24:12.815Z] f23df028b6ca: Download complete [2022-08-10T15:24:12.815Z] d65c8cfc05b1: Verifying Checksum [2022-08-10T15:24:12.815Z] d65c8cfc05b1: Download complete [2022-08-10T15:24:13.092Z] 699f458cf7ca: Verifying Checksum [2022-08-10T15:24:13.092Z] 699f458cf7ca: Download complete [2022-08-10T15:24:13.365Z] 8998bd30e6a1: Verifying Checksum [2022-08-10T15:24:13.365Z] 8998bd30e6a1: Download complete [2022-08-10T15:24:15.991Z] 2437ff75d9bd: Verifying Checksum [2022-08-10T15:24:15.991Z] 2437ff75d9bd: Download complete [2022-08-10T15:24:17.968Z] 8998bd30e6a1: Pull complete [2022-08-10T15:24:18.260Z] 04944245beec: Pull complete [2022-08-10T15:24:19.696Z] 699f458cf7ca: Pull complete [2022-08-10T15:24:19.978Z] 765212b225bb: Pull complete [2022-08-10T15:24:20.956Z] f23df028b6ca: Pull complete [2022-08-10T15:24:20.956Z] d65c8cfc05b1: Pull complete [2022-08-10T15:24:36.033Z] 2437ff75d9bd: Pull complete [2022-08-10T15:24:36.033Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-08-10T15:24:36.033Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-10T15:24:36.033Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-10T15:24:36.359Z] prd-ubuntu20.04-docker-arm64-4c-16g-22410 does not seem to be running inside a container [2022-08-10T15:24:36.494Z] $ 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/47 -v /w/workspace/device-virtual-go/47:/w/workspace/device-virtual-go/47:rw,z -v /w/workspace/device-virtual-go/47@tmp:/w/workspace/device-virtual-go/47@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 [2022-08-10T15:24:39.176Z] $ docker top f708cd488125cf50094aa0ce1ca6972a37ecf5f751df0122a96f810143df2acd -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-10T15:24:40.169Z] ---> job-cost.sh [2022-08-10T15:24:40.169Z] lf-activate-venv: SKIPPING [2022-08-10T15:24:40.169Z] INFO: No Stack... [2022-08-10T15:24:40.453Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-08-10T15:24:41.431Z] INFO: Archiving Costs [Pipeline] sh [2022-08-10T15:24:42.089Z] + + catcut /w/workspace/device-virtual-go/47/archives/cost.csv -d, [2022-08-10T15:24:42.089Z] -f6 [Pipeline] lock [2022-08-10T15:24:42.154Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-47-stack-cost] [2022-08-10T15:24:42.161Z] Resource [jenkins-edgexfoundry-device-virtual-go-main-47-stack-cost] did not exist. Created. [2022-08-10T15:24:42.161Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-47-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-08-10T15:24:42.831Z] /w/workspace/device-virtual-go/47@tmp/durable-970618a2/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-08-10T15:24:43.505Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-08-10T15:24:43.530Z] Warning: overwriting stash ‘stack-cost’ [2022-08-10T15:24:43.574Z] Stashed 1 file(s) [Pipeline] } [2022-08-10T15:24:43.584Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-47-stack-cost] [Pipeline] // lock [Pipeline] } [2022-08-10T15:24:43.616Z] $ docker stop --time=1 f708cd488125cf50094aa0ce1ca6972a37ecf5f751df0122a96f810143df2acd [2022-08-10T15:24:45.126Z] $ docker rm -f f708cd488125cf50094aa0ce1ca6972a37ecf5f751df0122a96f810143df2acd [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 [2022-08-10T15:24:45.581Z] provisioning config files... [2022-08-10T15:24:45.590Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config6375469890235721322tmp [Pipeline] { [Pipeline] sh [2022-08-10T15:24:45.887Z] + set +x [2022-08-10T15:24:45.887Z] + curl -s https://codecov.io/bash [2022-08-10T15:24:45.887Z] + bash -s -- [2022-08-10T15:24:45.887Z] [2022-08-10T15:24:45.887Z] _____ _ [2022-08-10T15:24:45.887Z] / ____| | | [2022-08-10T15:24:45.887Z] | | ___ __| | ___ ___ _____ __ [2022-08-10T15:24:45.887Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-08-10T15:24:45.887Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-08-10T15:24:45.887Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-08-10T15:24:45.887Z] Bash-1.0.6 [2022-08-10T15:24:45.887Z] [2022-08-10T15:24:45.887Z] [2022-08-10T15:24:45.887Z] ==> git version 2.25.1 found [2022-08-10T15:24:45.887Z] ==> 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 [2022-08-10T15:24:45.887Z] Release-Date: 2020-01-08 [2022-08-10T15:24:45.887Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-08-10T15:24:45.887Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-08-10T15:24:45.887Z] ==> Jenkins CI detected. [2022-08-10T15:24:45.887Z] current dir:  /w/workspace/exfoundry_device-virtual-go_main [2022-08-10T15:24:45.887Z] project root: . [2022-08-10T15:24:45.887Z] --> token set from env [2022-08-10T15:24:45.887Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-08-10T15:24:45.887Z] ==> Running gcov in . (disable via -X gcov) [2022-08-10T15:24:45.887Z] ==> Python coveragepy not found [2022-08-10T15:24:45.887Z] ==> Searching for coverage reports in: [2022-08-10T15:24:45.887Z] + . [2022-08-10T15:24:46.146Z] -> Found 1 reports [2022-08-10T15:24:46.146Z] ==> Detecting git/mercurial file structure [2022-08-10T15:24:46.146Z] ==> Reading reports [2022-08-10T15:24:46.146Z] + ./coverage.out bytes=44128 [2022-08-10T15:24:46.146Z] ==> Appending adjustments [2022-08-10T15:24:46.146Z] https://docs.codecov.io/docs/fixing-reports [2022-08-10T15:24:46.146Z] + Found adjustments [2022-08-10T15:24:46.146Z] ==> Gzipping contents [2022-08-10T15:24:46.146Z] 8.0K /tmp/codecov.orIikR.gz [2022-08-10T15:24:46.146Z] ==> Uploading reports [2022-08-10T15:24:46.146Z] url: https://codecov.io [2022-08-10T15:24:46.146Z] query: branch=main&commit=b155924b7e348e7f4c6bc2e32e3176dc0fde7f12&build=47&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F47%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2022-08-10T15:24:46.146Z] -> Pinging Codecov [2022-08-10T15:24:46.146Z] 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=b155924b7e348e7f4c6bc2e32e3176dc0fde7f12&build=47&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F47%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2022-08-10T15:24:46.406Z] -> Uploading to [2022-08-10T15:24:46.406Z] https://storage.googleapis.com/codecov/v4/raw/2022-08-10/5E52B4B073DB2E39498172D8E973AA87/b155924b7e348e7f4c6bc2e32e3176dc0fde7f12/5abc1ca5-7756-48a6-b22e-0936b8f1dae7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20220810%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220810T152446Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=33aee0b7bf7e76bb8daf6358b6eb3f3060da1a3259dea5468f8e29ce3acf9f42 [2022-08-10T15:24:46.406Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-10T15:24:46.406Z] Dload Upload Total Spent Left Speed [2022-08-10T15:24:46.668Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5504 0 0 100 5504 0 22465 --:--:-- --:--:-- --:--:-- 22465 [2022-08-10T15:24:46.668Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 [Pipeline] } [2022-08-10T15:24:46.677Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2022-08-10T15:24:46.880Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2022-08-10T15:24:46.889Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-10T15:24:47.188Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-08-10T15:24:47.188Z] [2022-08-10T15:24:47.188Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-10T15:24:47.497Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-08-10T15:24:47.497Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2022-08-10T15:24:47.497Z] df9b9388f04a: Pulling fs layer [2022-08-10T15:24:47.497Z] 52dc419b0ee2: Pulling fs layer [2022-08-10T15:24:47.497Z] 25bc292e5bac: Pulling fs layer [2022-08-10T15:24:47.497Z] 114826534d7a: Pulling fs layer [2022-08-10T15:24:47.497Z] 4657fd5d0bcf: Pulling fs layer [2022-08-10T15:24:47.497Z] 6ad1cebc031e: Pulling fs layer [2022-08-10T15:24:47.497Z] 8a3aa393b2d8: Pulling fs layer [2022-08-10T15:24:47.497Z] 4657fd5d0bcf: Waiting [2022-08-10T15:24:47.497Z] 6ad1cebc031e: Waiting [2022-08-10T15:24:47.497Z] 8a3aa393b2d8: Waiting [2022-08-10T15:24:47.497Z] 114826534d7a: Waiting [2022-08-10T15:24:47.497Z] 25bc292e5bac: Verifying Checksum [2022-08-10T15:24:47.497Z] 25bc292e5bac: Download complete [2022-08-10T15:24:47.497Z] 52dc419b0ee2: Verifying Checksum [2022-08-10T15:24:47.497Z] 52dc419b0ee2: Download complete [2022-08-10T15:24:47.497Z] 4657fd5d0bcf: Verifying Checksum [2022-08-10T15:24:47.497Z] 4657fd5d0bcf: Download complete [2022-08-10T15:24:47.497Z] df9b9388f04a: Download complete [2022-08-10T15:24:47.762Z] 6ad1cebc031e: Verifying Checksum [2022-08-10T15:24:47.763Z] 6ad1cebc031e: Download complete [2022-08-10T15:24:47.763Z] df9b9388f04a: Pull complete [2022-08-10T15:24:47.763Z] 52dc419b0ee2: Pull complete [2022-08-10T15:24:47.763Z] 25bc292e5bac: Pull complete [2022-08-10T15:24:48.347Z] 114826534d7a: Download complete [2022-08-10T15:24:48.347Z] 8a3aa393b2d8: Verifying Checksum [2022-08-10T15:24:48.347Z] 8a3aa393b2d8: Download complete [2022-08-10T15:24:51.633Z] 114826534d7a: Pull complete [2022-08-10T15:24:51.633Z] 4657fd5d0bcf: Pull complete [2022-08-10T15:24:52.203Z] 6ad1cebc031e: Pull complete [2022-08-10T15:24:54.748Z] 8a3aa393b2d8: Pull complete [2022-08-10T15:24:54.748Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2022-08-10T15:24:54.748Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-08-10T15:24:54.748Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-10T15:24:54.843Z] prd-ubuntu20.04-docker-8c-8g-22409 does not seem to be running inside a container [2022-08-10T15:24:54.880Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2022-08-10T15:24:57.320Z] $ docker top da33652055f01bf48997c51a12c463d6cbe56f5a455139403104d0e97fc70374 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-08-10T15:24:57.397Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-virtual-go:main' [Pipeline] sh [2022-08-10T15:24:57.679Z] + set -o pipefail [2022-08-10T15:24:57.680Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-virtual-go:main' [2022-08-10T15:25:04.258Z] [2022-08-10T15:25:04.258Z] Monitoring /w/workspace/exfoundry_device-virtual-go_main (github.com/edgexfoundry/device-virtual-go)... [2022-08-10T15:25:04.258Z] [2022-08-10T15:25:04.258Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/28e35fd0-54c0-4b4d-8115-61bcd17c2ff8/history/e695c65b-51f4-43e1-a4a3-125219f7f2bf [2022-08-10T15:25:04.258Z] [2022-08-10T15:25:04.258Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2022-08-10T15:25:04.258Z] [2022-08-10T15:25:04.258Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2022-08-10T15:25:04.258Z] [2022-08-10T15:25:04.258Z] [Pipeline] } [2022-08-10T15:25:04.270Z] $ docker stop --time=1 da33652055f01bf48997c51a12c463d6cbe56f5a455139403104d0e97fc70374 [2022-08-10T15:25:06.835Z] $ docker rm -f da33652055f01bf48997c51a12c463d6cbe56f5a455139403104d0e97fc70374 [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 [2022-08-10T15:25:07.537Z] + git log --format=format:%s -1 b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 [Pipeline] sh [2022-08-10T15:25:07.831Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-10T15:25:07.831Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-10T15:25:08.139Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-10T15:25:08.139Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-10T15:25:08.221Z] prd-ubuntu20.04-docker-8c-8g-22409 does not seem to be running inside a container [2022-08-10T15:25:08.258Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-08-10T15:25:09.017Z] $ docker top 6af04e303bd950fc052b64d127614308db106213000574c49ebd62f51daaf2bc -eo pid,comm [2022-08-10T15:25:09.071Z] 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). [2022-08-10T15:25:09.071Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-10T15:25:09.104Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-10T15:25:09.104Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-10T15:25:09.231Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-10T15:25:09.236Z] $ docker exec 6af04e303bd950fc052b64d127614308db106213000574c49ebd62f51daaf2bc ssh-agent [2022-08-10T15:25:09.343Z] SSH_AUTH_SOCK=/tmp/ssh-C49PHtw0DUIx/agent.33 [2022-08-10T15:25:09.343Z] SSH_AGENT_PID=39 [2022-08-10T15:25:09.347Z] Running ssh-add (command line suppressed) [2022-08-10T15:25:09.464Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_7897549928742821442.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_7897549928742821442.key) [2022-08-10T15:25:09.478Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-10T15:25:09.763Z] + git semver tag [2022-08-10T15:25:10.059Z] 2022-08-10 15:25:10,002 [run_tag] DEBUG tag force:False [2022-08-10T15:25:10.059Z] 2022-08-10 15:25:10,002 [check_head_tag] DEBUG check head tag [2022-08-10T15:25:10.059Z] 2022-08-10 15:25:10,003 [execute] INFO git cat-file --batch-check [2022-08-10T15:25:10.059Z] 2022-08-10 15:25:10,003 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) [2022-08-10T15:25:10.059Z] 2022-08-10 15:25:10,006 [execute] INFO git cat-file --batch [2022-08-10T15:25:10.059Z] 2022-08-10 15:25:10,007 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) [2022-08-10T15:25:10.059Z] 2022-08-10 15:25:10,017 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2022-08-10T15:25:10.059Z] 2022-08-10 15:25:10,017 [execute] INFO git tag -a v2.3.0-dev.11 -m v2.3.0-dev.11 [2022-08-10T15:25:10.059Z] 2022-08-10 15:25:10,017 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.3.0-dev.11', '-m', 'v2.3.0-dev.11'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=None) [2022-08-10T15:25:10.059Z] 2022-08-10 15:25:10,022 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2022-08-10T15:25:10.059Z] 2.3.0-dev.11 [Pipeline] } [2022-08-10T15:25:10.089Z] $ docker exec --env ******** --env ******** 6af04e303bd950fc052b64d127614308db106213000574c49ebd62f51daaf2bc ssh-agent -k [2022-08-10T15:25:10.192Z] unset SSH_AUTH_SOCK; [2022-08-10T15:25:10.192Z] unset SSH_AGENT_PID; [2022-08-10T15:25:10.192Z] echo Agent pid 39 killed; [2022-08-10T15:25:10.204Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-10T15:25:10.520Z] + git semver [Pipeline] } [2022-08-10T15:25:10.796Z] $ docker stop --time=1 6af04e303bd950fc052b64d127614308db106213000574c49ebd62f51daaf2bc [2022-08-10T15:25:12.122Z] $ docker rm -f 6af04e303bd950fc052b64d127614308db106213000574c49ebd62f51daaf2bc [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-10T15:25:12.526Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-08-10T15:25:12.527Z] [2022-08-10T15:25:12.527Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-10T15:25:12.837Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-08-10T15:25:12.837Z] 0.23.1-centos7: Pulling from edgex-lftools [2022-08-10T15:25:12.837Z] ab5ef0e58194: Pulling fs layer [2022-08-10T15:25:12.837Z] 9712f1f96733: Pulling fs layer [2022-08-10T15:25:12.837Z] 63f879dbbcfc: Pulling fs layer [2022-08-10T15:25:12.837Z] 0d9ebad4ef96: Pulling fs layer [2022-08-10T15:25:12.837Z] e9a5061849ea: Pulling fs layer [2022-08-10T15:25:12.837Z] d747dcd14b5f: Pulling fs layer [2022-08-10T15:25:12.837Z] 2de7ff778b66: Pulling fs layer [2022-08-10T15:25:12.837Z] 0d9ebad4ef96: Waiting [2022-08-10T15:25:12.837Z] e9a5061849ea: Waiting [2022-08-10T15:25:12.837Z] d747dcd14b5f: Waiting [2022-08-10T15:25:12.837Z] 2de7ff778b66: Waiting [2022-08-10T15:25:12.837Z] 9712f1f96733: Verifying Checksum [2022-08-10T15:25:12.837Z] 9712f1f96733: Download complete [2022-08-10T15:25:13.096Z] 63f879dbbcfc: Verifying Checksum [2022-08-10T15:25:13.096Z] 63f879dbbcfc: Download complete [2022-08-10T15:25:13.355Z] ab5ef0e58194: Verifying Checksum [2022-08-10T15:25:13.355Z] ab5ef0e58194: Download complete [2022-08-10T15:25:13.355Z] d747dcd14b5f: Verifying Checksum [2022-08-10T15:25:13.355Z] d747dcd14b5f: Download complete [2022-08-10T15:25:13.355Z] e9a5061849ea: Verifying Checksum [2022-08-10T15:25:13.355Z] e9a5061849ea: Download complete [2022-08-10T15:25:13.614Z] 0d9ebad4ef96: Verifying Checksum [2022-08-10T15:25:13.614Z] 0d9ebad4ef96: Download complete [2022-08-10T15:25:13.614Z] 2de7ff778b66: Verifying Checksum [2022-08-10T15:25:13.614Z] 2de7ff778b66: Download complete [2022-08-10T15:25:16.150Z] ab5ef0e58194: Pull complete [2022-08-10T15:25:16.150Z] 9712f1f96733: Pull complete [2022-08-10T15:25:16.718Z] 63f879dbbcfc: Pull complete [2022-08-10T15:25:20.009Z] 0d9ebad4ef96: Pull complete [2022-08-10T15:25:20.268Z] e9a5061849ea: Pull complete [2022-08-10T15:25:20.268Z] d747dcd14b5f: Pull complete [2022-08-10T15:25:21.204Z] 2de7ff778b66: Pull complete [2022-08-10T15:25:21.204Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2022-08-10T15:25:21.204Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-08-10T15:25:21.204Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-10T15:25:21.299Z] prd-ubuntu20.04-docker-8c-8g-22409 does not seem to be running inside a container [2022-08-10T15:25:21.332Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2022-08-10T15:25:23.557Z] $ docker top 25329513e650b9e333278312a686542fe152c41e18e3821d803a758153f685b8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2022-08-10T15:25:23.688Z] provisioning config files... [2022-08-10T15:25:23.697Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config1493451645341274246tmp [2022-08-10T15:25:23.712Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config4997361009564373884tmp [2022-08-10T15:25:23.719Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config8535777870941503215tmp [Pipeline] { [Pipeline] echo [2022-08-10T15:25:23.729Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-10T15:25:24.011Z] ---> sigul-configuration.sh [2022-08-10T15:25:24.011Z] gpg: directory `/root/.gnupg' created [2022-08-10T15:25:24.011Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2022-08-10T15:25:24.011Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2022-08-10T15:25:24.011Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2022-08-10T15:25:24.011Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2022-08-10T15:25:24.011Z] gpg: CAST5 encrypted data [2022-08-10T15:25:24.011Z] gpg: encrypted with 1 passphrase [2022-08-10T15:25:24.011Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2022-08-10T15:25:24.297Z] + mkdir /home/jenkins [2022-08-10T15:25:24.298Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2022-08-10T15:25:24.584Z] + 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 [2022-08-10T15:25:24.593Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-10T15:25:24.875Z] ---> sigul-install.sh [2022-08-10T15:25:24.875Z] Sigul already installed; skipping installation. [Pipeline] sh [2022-08-10T15:25:25.162Z] + git tag --list [2022-08-10T15:25:25.163Z] v1.0.0 [2022-08-10T15:25:25.163Z] v1.1.0 [2022-08-10T15:25:25.163Z] v1.1.1 [2022-08-10T15:25:25.163Z] v1.2.1 [2022-08-10T15:25:25.163Z] v1.2.2 [2022-08-10T15:25:25.163Z] v1.2.3 [2022-08-10T15:25:25.163Z] v1.3.0 [2022-08-10T15:25:25.163Z] v1.3.1 [2022-08-10T15:25:25.163Z] v2.0.0 [2022-08-10T15:25:25.163Z] v2.1.0 [2022-08-10T15:25:25.163Z] v2.1.1 [2022-08-10T15:25:25.163Z] v2.1.1-dev.1 [2022-08-10T15:25:25.163Z] v2.1.1-dev.2 [2022-08-10T15:25:25.163Z] v2.2.0 [2022-08-10T15:25:25.163Z] v2.2.1-dev.1 [2022-08-10T15:25:25.163Z] v2.2.1-dev.2 [2022-08-10T15:25:25.163Z] v2.2.1-dev.3 [2022-08-10T15:25:25.163Z] v2.2.1-dev.4 [2022-08-10T15:25:25.163Z] v2.2.1-dev.5 [2022-08-10T15:25:25.163Z] v2.2.1-dev.6 [2022-08-10T15:25:25.163Z] v2.2.1-dev.7 [2022-08-10T15:25:25.163Z] v2.2.1-dev.8 [2022-08-10T15:25:25.163Z] v2.3.0-dev.10 [2022-08-10T15:25:25.163Z] v2.3.0-dev.11 [2022-08-10T15:25:25.163Z] v2.3.0-dev.8 [2022-08-10T15:25:25.163Z] v2.3.0-dev.9 [Pipeline] sh [2022-08-10T15:25:25.452Z] + lftools sign git-tag v2.3.0-dev.11 [2022-08-10T15:25:26.025Z] Signing Git tag with Sigul... [2022-08-10T15:25:26.025Z] Signing v2.3.0-dev.11 [Pipeline] echo [2022-08-10T15:25:26.294Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-10T15:25:26.581Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2022-08-10T15:25:26.589Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2022-08-10T15:25:26.612Z] $ docker stop --time=1 25329513e650b9e333278312a686542fe152c41e18e3821d803a758153f685b8 [2022-08-10T15:25:27.911Z] $ docker rm -f 25329513e650b9e333278312a686542fe152c41e18e3821d803a758153f685b8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2022-08-10T15:25:28.319Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-10T15:25:28.319Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-10T15:25:28.628Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-10T15:25:28.629Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-10T15:25:28.708Z] prd-ubuntu20.04-docker-8c-8g-22409 does not seem to be running inside a container [2022-08-10T15:25:28.744Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-08-10T15:25:29.145Z] $ docker top a74a8c9278ff83aa99e0b5b88c9dfc6e4b86d5fb2adeabf4821ec819c790e1a4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-10T15:25:29.240Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-10T15:25:29.240Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-10T15:25:29.358Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-10T15:25:29.363Z] $ docker exec a74a8c9278ff83aa99e0b5b88c9dfc6e4b86d5fb2adeabf4821ec819c790e1a4 ssh-agent [2022-08-10T15:25:29.476Z] SSH_AUTH_SOCK=/tmp/ssh-cJXPYsUoS3sN/agent.34 [2022-08-10T15:25:29.476Z] SSH_AGENT_PID=41 [2022-08-10T15:25:29.481Z] Running ssh-add (command line suppressed) [2022-08-10T15:25:29.608Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_1002217895026444161.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_1002217895026444161.key) [2022-08-10T15:25:29.619Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-10T15:25:29.906Z] + git semver bump pre [2022-08-10T15:25:30.167Z] 2022-08-10 15:25:30,082 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2022-08-10T15:25:30.167Z] 2022-08-10 15:25:30,082 [bump_version] DEBUG bumping version:2.3.0-dev.11 on axis:pre with prefix:dev [2022-08-10T15:25:30.167Z] 2022-08-10 15:25:30,082 [bump_version] DEBUG bumped version:2.3.0-dev.12 [2022-08-10T15:25:30.167Z] 2022-08-10 15:25:30,083 [write_version] DEBUG write version:2.3.0-dev.12 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:True [2022-08-10T15:25:30.167Z] 2022-08-10 15:25:30,083 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2022-08-10T15:25:30.167Z] 2022-08-10 15:25:30,083 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-virtual-go_main/.semver/main [2022-08-10T15:25:30.167Z] 2022-08-10 15:25:30,085 [execute] INFO git cat-file --batch-check [2022-08-10T15:25:30.167Z] 2022-08-10 15:25:30,085 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) [2022-08-10T15:25:30.167Z] 2022-08-10 15:25:30,089 [execute] INFO git cat-file --batch [2022-08-10T15:25:30.167Z] 2022-08-10 15:25:30,089 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) [2022-08-10T15:25:30.167Z] 2022-08-10 15:25:30,093 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2022-08-10T15:25:30.167Z] 2.3.0-dev.12 [Pipeline] } [2022-08-10T15:25:30.180Z] $ docker exec --env ******** --env ******** a74a8c9278ff83aa99e0b5b88c9dfc6e4b86d5fb2adeabf4821ec819c790e1a4 ssh-agent -k [2022-08-10T15:25:30.290Z] unset SSH_AUTH_SOCK; [2022-08-10T15:25:30.290Z] unset SSH_AGENT_PID; [2022-08-10T15:25:30.290Z] echo Agent pid 41 killed; [2022-08-10T15:25:30.298Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-10T15:25:30.613Z] + git semver [Pipeline] } [2022-08-10T15:25:30.892Z] $ docker stop --time=1 a74a8c9278ff83aa99e0b5b88c9dfc6e4b86d5fb2adeabf4821ec819c790e1a4 [2022-08-10T15:25:32.203Z] $ docker rm -f a74a8c9278ff83aa99e0b5b88c9dfc6e4b86d5fb2adeabf4821ec819c790e1a4 [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-10T15:25:32.554Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-10T15:25:32.554Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-10T15:25:32.853Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-10T15:25:32.853Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-10T15:25:32.938Z] prd-ubuntu20.04-docker-8c-8g-22409 does not seem to be running inside a container [2022-08-10T15:25:32.984Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-08-10T15:25:33.393Z] $ docker top 3e8f756f051fd402830566331f9fa1ba714d5cb86a789bd6c7358d289f750c5f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-10T15:25:33.485Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-10T15:25:33.485Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-10T15:25:33.606Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-10T15:25:33.610Z] $ docker exec 3e8f756f051fd402830566331f9fa1ba714d5cb86a789bd6c7358d289f750c5f ssh-agent [2022-08-10T15:25:33.728Z] SSH_AUTH_SOCK=/tmp/ssh-QzuYeTUBE3iA/agent.34 [2022-08-10T15:25:33.728Z] SSH_AGENT_PID=41 [2022-08-10T15:25:33.734Z] Running ssh-add (command line suppressed) [2022-08-10T15:25:33.848Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_332509093008744806.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_332509093008744806.key) [2022-08-10T15:25:33.859Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-10T15:25:34.143Z] + git semver push [2022-08-10T15:25:34.404Z] 2022-08-10 15:25:34,326 [run_push] DEBUG push [2022-08-10T15:25:34.404Z] 2022-08-10 15:25:34,326 [execute] INFO git cat-file --batch-check [2022-08-10T15:25:34.404Z] 2022-08-10 15:25:34,327 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) [2022-08-10T15:25:34.404Z] 2022-08-10 15:25:34,330 [execute] INFO git rev-list c8bf8f9fdf603062cf6523ec977aee34dd7a61d4 -- [2022-08-10T15:25:34.404Z] 2022-08-10 15:25:34,330 [execute] DEBUG Popen(['git', 'rev-list', 'c8bf8f9fdf603062cf6523ec977aee34dd7a61d4', '--'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2022-08-10T15:25:34.404Z] 2022-08-10 15:25:34,335 [execute] INFO git fetch -v origin [2022-08-10T15:25:34.404Z] 2022-08-10 15:25:34,336 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2022-08-10T15:25:34.976Z] 2022-08-10 15:25:34,825 [run_push] DEBUG no remote changes detected [2022-08-10T15:25:34.976Z] 2022-08-10 15:25:34,826 [execute] INFO git push origin semver [2022-08-10T15:25:34.976Z] 2022-08-10 15:25:34,826 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2022-08-10T15:25:35.920Z] 2022-08-10 15:25:35,684 [run_push] DEBUG push all version tags [2022-08-10T15:25:35.920Z] 2022-08-10 15:25:35,685 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2022-08-10T15:25:35.920Z] 2022-08-10 15:25:35,686 [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) [2022-08-10T15:25:36.493Z] 2022-08-10 15:25:36,436 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2022-08-10T15:25:36.493Z] 2.3.0-dev.12 [Pipeline] } [2022-08-10T15:25:36.505Z] $ docker exec --env ******** --env ******** 3e8f756f051fd402830566331f9fa1ba714d5cb86a789bd6c7358d289f750c5f ssh-agent -k [2022-08-10T15:25:36.619Z] unset SSH_AUTH_SOCK; [2022-08-10T15:25:36.619Z] unset SSH_AGENT_PID; [2022-08-10T15:25:36.619Z] echo Agent pid 41 killed; [2022-08-10T15:25:36.630Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-10T15:25:36.943Z] + git semver [Pipeline] } [2022-08-10T15:25:37.218Z] $ docker stop --time=1 3e8f756f051fd402830566331f9fa1ba714d5cb86a789bd6c7358d289f750c5f [2022-08-10T15:25:38.511Z] $ docker rm -f 3e8f756f051fd402830566331f9fa1ba714d5cb86a789bd6c7358d289f750c5f [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 [2022-08-10T15:25:39.090Z] + [ -d /w/workspace/exfoundry_device-virtual-go_main/archives ] [2022-08-10T15:25:39.090Z] + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives [2022-08-10T15:25:39.090Z] total 16 [2022-08-10T15:25:39.090Z] drwxr-xr-x 3 root root 4096 Aug 10 15:17 . [2022-08-10T15:25:39.090Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 10 15:25 .. [2022-08-10T15:25:39.090Z] drwxr-xr-x 2 root root 4096 Aug 10 15:17 cost [2022-08-10T15:25:39.090Z] -rw-r--r-- 1 root root 88 Aug 10 15:17 cost.csv [2022-08-10T15:25:39.090Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-virtual-go_main/archives [2022-08-10T15:25:39.090Z] + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives [2022-08-10T15:25:39.090Z] total 16 [2022-08-10T15:25:39.090Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 10 15:17 . [2022-08-10T15:25:39.090Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 10 15:25 .. [2022-08-10T15:25:39.090Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 10 15:17 cost [2022-08-10T15:25:39.090Z] -rw-r--r-- 1 jenkins jenkins 88 Aug 10 15:17 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-08-10T15:25:39.380Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-10T15:25:40.248Z] ---> package-listing.sh [2022-08-10T15:25:40.248Z] ++ facter osfamily [2022-08-10T15:25:40.248Z] ++ tr '[:upper:]' '[:lower:]' [2022-08-10T15:25:40.508Z] + OS_FAMILY=debian [2022-08-10T15:25:40.508Z] + workspace=/w/workspace/exfoundry_device-virtual-go_main [2022-08-10T15:25:40.508Z] + START_PACKAGES=/tmp/packages_start.txt [2022-08-10T15:25:40.508Z] + END_PACKAGES=/tmp/packages_end.txt [2022-08-10T15:25:40.508Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-08-10T15:25:40.508Z] + PACKAGES=/tmp/packages_start.txt [2022-08-10T15:25:40.508Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2022-08-10T15:25:40.508Z] + PACKAGES=/tmp/packages_end.txt [2022-08-10T15:25:40.508Z] + case "${OS_FAMILY}" in [2022-08-10T15:25:40.508Z] + dpkg -l [2022-08-10T15:25:40.508Z] + grep '^ii' [2022-08-10T15:25:40.508Z] + '[' -f /tmp/packages_start.txt ']' [2022-08-10T15:25:40.508Z] + '[' -f /tmp/packages_end.txt ']' [2022-08-10T15:25:40.508Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-08-10T15:25:40.508Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2022-08-10T15:25:40.508Z] + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ [2022-08-10T15:25:40.508Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-virtual-go_main/archives/ [Pipeline] echo [2022-08-10T15:25:40.519Z] 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 [2022-08-10T15:25:40.796Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-10T15:25:41.360Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-10T15:25:41.360Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-10T15:25:41.442Z] prd-ubuntu20.04-docker-8c-8g-22409 does not seem to be running inside a container [2022-08-10T15:25:41.480Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_device-virtual-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-08-10T15:25:41.796Z] $ docker top 964c477d9b28d567108dddb710566b3e115a21012df7b447448c7a3411438ef1 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-10T15:25:42.156Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-08-10T15:25:42.443Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-08-10T15:25:42.733Z] + ls /var/log/sa-host [2022-08-10T15:25:42.733Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-10T15:25:42.802Z] provisioning config files... [2022-08-10T15:25:42.812Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config3908014436680552630tmp [Pipeline] { [Pipeline] echo [2022-08-10T15:25:42.827Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-10T15:25:43.112Z] ---> create-netrc.sh [Pipeline] } [2022-08-10T15:25:43.119Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-08-10T15:25:43.441Z] ---> python-tools-install.sh [Pipeline] echo [2022-08-10T15:25:43.450Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-10T15:25:43.736Z] ---> sudo-logs.sh [2022-08-10T15:25:43.736Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-08-10T15:25:43.759Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-10T15:25:44.043Z] ---> job-cost.sh [2022-08-10T15:25:44.043Z] lf-activate-venv: SKIPPING [2022-08-10T15:25:44.043Z] DEBUG: total: 0.2199999988079071 [2022-08-10T15:25:44.043Z] INFO: Retrieving Stack Cost... [2022-08-10T15:25:44.302Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-08-10T15:25:44.873Z] INFO: Archiving Costs [Pipeline] echo [2022-08-10T15:25:44.886Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-10T15:25:45.173Z] ---> logs-deploy.sh [2022-08-10T15:25:45.173Z] lf-activate-venv: SKIPPING [2022-08-10T15:25:45.173Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/47 [2022-08-10T15:25:45.173Z] INFO: archiving workspace using pattern(s): [2022-08-10T15:25:46.114Z] Archives upload complete. [2022-08-10T15:25:46.114Z] INFO: archiving logs to Nexus