Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 63543485434e600665537b42870bbfcdf272957c 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-ssh8564287810222176742.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision bd7468d5528128c83034753e4c3def8ef9af3f2d 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-ssh10348168647547346705.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 bd7468d5528128c83034753e4c3def8ef9af3f2d 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-ssh17437025434654632647.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision bd7468d5528128c83034753e4c3def8ef9af3f2d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f bd7468d5528128c83034753e4c3def8ef9af3f2d # timeout=10 Commit message: "Merge pull request #410 from ernestojeda/changes-for-dind-test" > 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-ssh7974360656204028841.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh817173105204134616.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-virtual-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-virtual DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-24223 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 63543485434e600665537b42870bbfcdf272957c (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 63543485434e600665537b42870bbfcdf272957c # timeout=10 Commit message: "build: Add option to build Service with NATS Capability (#302)" > git rev-list --no-walk eb73192e64f29d5b7509ef98fadefc4f8094ab1e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-08-31T18:17:44.553Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-08-31T18:17:44.620Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-08-31T18:17:44.635Z] ========================================================= [2022-08-31T18:17:44.635Z] EdgeX Global Pipelines Version Info [2022-08-31T18:17:44.635Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-08-31T18:17:45.411Z] ------------------- [2022-08-31T18:17:45.411Z] stable info: [2022-08-31T18:17:45.411Z] ------------------- [2022-08-31T18:17:45.411Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-08-31T18:17:45.411Z] Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d [2022-08-31T18:17:45.411Z] Message: update stable to v1.0.239 [2022-08-31T18:17:45.983Z] ------------------- [2022-08-31T18:17:45.983Z] experimental info: [2022-08-31T18:17:45.983Z] ------------------- [2022-08-31T18:17:45.983Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-08-31T18:17:45.983Z] Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d [2022-08-31T18:17:45.983Z] Message: update experimental to v1.0.239 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-08-31T18:17:46.272Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2022-08-31T18:17:46.282Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2022-08-31T18:17:46.290Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-08-31T18:17:46.298Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-08-31T18:17:46.307Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-08-31T18:17:46.316Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-08-31T18:17:46.324Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-08-31T18:17:46.332Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-08-31T18:17:46.341Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-08-31T18:17:46.349Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-08-31T18:17:46.362Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-08-31T18:17:46.374Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo [2022-08-31T18:17:46.384Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-08-31T18:17:46.392Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-08-31T18:17:46.401Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-08-31T18:17:46.410Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-08-31T18:17:46.418Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-08-31T18:17:46.427Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-08-31T18:17:46.435Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-08-31T18:17:46.444Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-08-31T18:17:46.453Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-08-31T18:17:46.461Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-08-31T18:17:46.473Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-08-31T18:17:46.490Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-08-31T18:17:46.501Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-08-31T18:17:46.516Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-08-31T18:17:46.526Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-08-31T18:17:46.538Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2022-08-31T18:17:46.550Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2022-08-31T18:17:46.560Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2022-08-31T18:17:46.572Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 63543485434e600665537b42870bbfcdf272957c [Pipeline] echo [2022-08-31T18:17:46.583Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6354348 [Pipeline] echo [2022-08-31T18:17:46.596Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-31T18:17:46.641Z] provisioning config files... [2022-08-31T18:17:46.655Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config1579121174736897092tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-31T18:17:46.964Z] ---> docker-login.sh [2022-08-31T18:17:46.964Z] nexus3.edgexfoundry.org:10001 [2022-08-31T18:17:47.225Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-31T18:17:47.487Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-31T18:17:47.487Z] Configure a credential helper to remove this warning. See [2022-08-31T18:17:47.487Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-31T18:17:47.487Z] [2022-08-31T18:17:47.487Z] Login Succeeded [2022-08-31T18:17:47.487Z] nexus3.edgexfoundry.org:10002 [2022-08-31T18:17:47.748Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-31T18:17:47.748Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-31T18:17:47.748Z] Configure a credential helper to remove this warning. See [2022-08-31T18:17:47.748Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-31T18:17:47.748Z] [2022-08-31T18:17:47.748Z] Login Succeeded [2022-08-31T18:17:47.748Z] nexus3.edgexfoundry.org:10003 [2022-08-31T18:17:47.748Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-31T18:17:48.010Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-31T18:17:48.010Z] Configure a credential helper to remove this warning. See [2022-08-31T18:17:48.010Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-31T18:17:48.010Z] [2022-08-31T18:17:48.010Z] Login Succeeded [2022-08-31T18:17:48.010Z] nexus3.edgexfoundry.org:10004 [2022-08-31T18:17:48.010Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-31T18:17:48.010Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-31T18:17:48.010Z] Configure a credential helper to remove this warning. See [2022-08-31T18:17:48.010Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-31T18:17:48.010Z] [2022-08-31T18:17:48.010Z] Login Succeeded [2022-08-31T18:17:48.010Z] docker.io [2022-08-31T18:17:48.010Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-31T18:17:48.584Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-31T18:17:48.584Z] Configure a credential helper to remove this warning. See [2022-08-31T18:17:48.584Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-31T18:17:48.584Z] [2022-08-31T18:17:48.584Z] Login Succeeded [2022-08-31T18:17:48.584Z] ---> docker-login.sh ends [Pipeline] } [2022-08-31T18:17:48.594Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-08-31T18:17:48.982Z] + git rev-list -1 --merges 63543485434e600665537b42870bbfcdf272957c~1..63543485434e600665537b42870bbfcdf272957c [Pipeline] echo [2022-08-31T18:17:49.020Z] -----------> git rev-list -1 --merges 63543485434e600665537b42870bbfcdf272957c~1..63543485434e600665537b42870bbfcdf272957c 63543485434e600665537b42870bbfcdf272957c [false] [Pipeline] sh [2022-08-31T18:17:49.315Z] + git log --format=format:%s -1 63543485434e600665537b42870bbfcdf272957c [Pipeline] echo [2022-08-31T18:17:49.331Z] ========================================================= [2022-08-31T18:17:49.331Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-08-31T18:17:49.331Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-08-31T18:17:49.684Z] + git log --format=format:%s -1 63543485434e600665537b42870bbfcdf272957c [Pipeline] echo [2022-08-31T18:17:49.698Z] [semverPrep] GIT_COMMIT: 63543485434e600665537b42870bbfcdf272957c, Commit Message: build: Add option to build Service with NATS Capability (#302) [Pipeline] echo [2022-08-31T18:17:49.708Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-08-31T18:17:50.085Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-31T18:17:50.085Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-08-31T18:17:50.085Z] + [ -e /tmp/ssh_known_hosts ] [2022-08-31T18:17:50.085Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-08-31T18:17:50.085Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-08-31T18:17:50.085Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-08-31T18:17:50.085Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-31T18:17:50.519Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-31T18:17:50.519Z] [2022-08-31T18:17:50.519Z] 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-31T18:17:50.824Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-31T18:17:50.824Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-08-31T18:17:50.824Z] b85a868b505f: Pulling fs layer [2022-08-31T18:17:50.824Z] e2be974225ed: Pulling fs layer [2022-08-31T18:17:50.824Z] 339a4e72a1f5: Pulling fs layer [2022-08-31T18:17:50.824Z] 988bab9f4d93: Pulling fs layer [2022-08-31T18:17:50.824Z] 1469e6f7b9e6: Pulling fs layer [2022-08-31T18:17:50.824Z] eaf3925da568: Pulling fs layer [2022-08-31T18:17:50.824Z] bab4dde63d76: Pulling fs layer [2022-08-31T18:17:50.824Z] bde34c3a00c8: Pulling fs layer [2022-08-31T18:17:50.824Z] b352a97aabf1: Pulling fs layer [2022-08-31T18:17:50.824Z] 4872d77fe225: Pulling fs layer [2022-08-31T18:17:50.824Z] 5851b861e8e6: Pulling fs layer [2022-08-31T18:17:50.824Z] bde34c3a00c8: Waiting [2022-08-31T18:17:50.824Z] 988bab9f4d93: Waiting [2022-08-31T18:17:50.824Z] b352a97aabf1: Waiting [2022-08-31T18:17:50.824Z] 4872d77fe225: Waiting [2022-08-31T18:17:50.824Z] 5851b861e8e6: Waiting [2022-08-31T18:17:50.824Z] 1469e6f7b9e6: Waiting [2022-08-31T18:17:50.824Z] bab4dde63d76: Waiting [2022-08-31T18:17:50.824Z] e2be974225ed: Verifying Checksum [2022-08-31T18:17:50.824Z] e2be974225ed: Download complete [2022-08-31T18:17:50.824Z] 988bab9f4d93: Verifying Checksum [2022-08-31T18:17:50.824Z] 988bab9f4d93: Download complete [2022-08-31T18:17:50.824Z] 1469e6f7b9e6: Verifying Checksum [2022-08-31T18:17:50.824Z] 1469e6f7b9e6: Download complete [2022-08-31T18:17:51.083Z] eaf3925da568: Verifying Checksum [2022-08-31T18:17:51.083Z] eaf3925da568: Download complete [2022-08-31T18:17:51.083Z] 339a4e72a1f5: Verifying Checksum [2022-08-31T18:17:51.083Z] 339a4e72a1f5: Download complete [2022-08-31T18:17:51.083Z] bde34c3a00c8: Download complete [2022-08-31T18:17:51.084Z] b352a97aabf1: Verifying Checksum [2022-08-31T18:17:51.084Z] b352a97aabf1: Download complete [2022-08-31T18:17:51.084Z] 4872d77fe225: Verifying Checksum [2022-08-31T18:17:51.084Z] 5851b861e8e6: Verifying Checksum [2022-08-31T18:17:51.084Z] 5851b861e8e6: Download complete [2022-08-31T18:17:51.084Z] b85a868b505f: Verifying Checksum [2022-08-31T18:17:51.084Z] b85a868b505f: Download complete [2022-08-31T18:17:51.343Z] bab4dde63d76: Verifying Checksum [2022-08-31T18:17:51.343Z] bab4dde63d76: Download complete [2022-08-31T18:17:52.281Z] b85a868b505f: Pull complete [2022-08-31T18:17:52.541Z] e2be974225ed: Pull complete [2022-08-31T18:17:53.126Z] 339a4e72a1f5: Pull complete [2022-08-31T18:17:53.126Z] 988bab9f4d93: Pull complete [2022-08-31T18:17:53.386Z] 1469e6f7b9e6: Pull complete [2022-08-31T18:17:53.386Z] eaf3925da568: Pull complete [2022-08-31T18:17:55.293Z] bab4dde63d76: Pull complete [2022-08-31T18:17:55.293Z] bde34c3a00c8: Pull complete [2022-08-31T18:17:55.554Z] b352a97aabf1: Pull complete [2022-08-31T18:17:55.554Z] 4872d77fe225: Pull complete [2022-08-31T18:17:55.814Z] 5851b861e8e6: Pull complete [2022-08-31T18:17:55.814Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-08-31T18:17:55.814Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-31T18:17:55.814Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-31T18:17:55.920Z] prd-ubuntu20.04-docker-8c-8g-24223 does not seem to be running inside a container [2022-08-31T18:17:55.970Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-08-31T18:17:58.275Z] $ docker top 04ca08ee2ad9d490acf7aceaca94331610e64a42110ca84346ac02d12bf55076 -eo pid,comm [2022-08-31T18:17:58.351Z] 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-31T18:17:58.351Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-31T18:17:58.396Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-31T18:17:58.396Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-31T18:17:58.526Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-31T18:17:58.532Z] $ docker exec 04ca08ee2ad9d490acf7aceaca94331610e64a42110ca84346ac02d12bf55076 ssh-agent [2022-08-31T18:17:58.674Z] SSH_AUTH_SOCK=/tmp/ssh-hF0n64s7wlqx/agent.32 [2022-08-31T18:17:58.674Z] SSH_AGENT_PID=38 [2022-08-31T18:17:58.681Z] Running ssh-add (command line suppressed) [2022-08-31T18:17:58.812Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_5471219394511896142.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_5471219394511896142.key) [2022-08-31T18:17:58.826Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-31T18:17:59.122Z] + git tag --points-at HEAD [Pipeline] } [2022-08-31T18:17:59.141Z] $ docker exec --env ******** --env ******** 04ca08ee2ad9d490acf7aceaca94331610e64a42110ca84346ac02d12bf55076 ssh-agent -k [2022-08-31T18:17:59.250Z] unset SSH_AUTH_SOCK; [2022-08-31T18:17:59.250Z] unset SSH_AGENT_PID; [2022-08-31T18:17:59.251Z] echo Agent pid 38 killed; [2022-08-31T18:17:59.259Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-08-31T18:17:59.292Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-31T18:17:59.292Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-31T18:17:59.419Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-31T18:17:59.424Z] $ docker exec 04ca08ee2ad9d490acf7aceaca94331610e64a42110ca84346ac02d12bf55076 ssh-agent [2022-08-31T18:17:59.553Z] SSH_AUTH_SOCK=/tmp/ssh-ceHpkZYULHCt/agent.70 [2022-08-31T18:17:59.553Z] SSH_AGENT_PID=76 [2022-08-31T18:17:59.558Z] Running ssh-add (command line suppressed) [2022-08-31T18:17:59.681Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_1790344484972938763.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_1790344484972938763.key) [2022-08-31T18:17:59.696Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-31T18:17:59.989Z] + git semver init [2022-08-31T18:18:00.251Z] 2022-08-31 18:18:00,177 [run_init] DEBUG init version:0.0.0 force:False [2022-08-31T18:18:00.251Z] 2022-08-31 18:18:00,178 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-virtual-go_main/.semver [2022-08-31T18:18:00.251Z] 2022-08-31 18:18:00,178 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/exfoundry_device-virtual-go_main/.semver [2022-08-31T18:18:00.251Z] 2022-08-31 18:18:00,179 [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-31T18:18:01.636Z] 2022-08-31 18:18:01,205 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-virtual-go_main/.git/info/exclude [2022-08-31T18:18:01.636Z] 2022-08-31 18:18:01,206 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:False [2022-08-31T18:18:01.636Z] 2022-08-31 18:18:01,206 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2022-08-31T18:18:01.637Z] 2022-08-31 18:18:01,206 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2022-08-31T18:18:01.637Z] 2.3.0-dev.14 [Pipeline] } [2022-08-31T18:18:01.653Z] $ docker exec --env ******** --env ******** 04ca08ee2ad9d490acf7aceaca94331610e64a42110ca84346ac02d12bf55076 ssh-agent -k [2022-08-31T18:18:01.768Z] unset SSH_AUTH_SOCK; [2022-08-31T18:18:01.769Z] unset SSH_AGENT_PID; [2022-08-31T18:18:01.769Z] echo Agent pid 76 killed; [2022-08-31T18:18:01.778Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-31T18:18:02.084Z] + git semver [Pipeline] } [2022-08-31T18:18:02.364Z] $ docker stop --time=1 04ca08ee2ad9d490acf7aceaca94331610e64a42110ca84346ac02d12bf55076 [2022-08-31T18:18:03.673Z] $ docker rm -f 04ca08ee2ad9d490acf7aceaca94331610e64a42110ca84346ac02d12bf55076 [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-31T18:18:04.032Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-08-31T18:18:04.321Z] Stashed 1 file(s) [Pipeline] echo [2022-08-31T18:18:04.325Z] [edgeXSemver]: initialized semver on version 2.3.0-dev.14 [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-31T18:18:04.540Z] provisioning config files... [2022-08-31T18:18:04.552Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config8148127386858278642tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-31T18:18:04.856Z] ---> docker-login.sh [2022-08-31T18:18:04.856Z] nexus3.edgexfoundry.org:10001 [2022-08-31T18:18:04.856Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-31T18:18:04.856Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-31T18:18:04.856Z] Configure a credential helper to remove this warning. See [2022-08-31T18:18:04.856Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-31T18:18:04.856Z] [2022-08-31T18:18:04.856Z] Login Succeeded [2022-08-31T18:18:04.856Z] nexus3.edgexfoundry.org:10002 [2022-08-31T18:18:04.856Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-31T18:18:05.117Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-31T18:18:05.117Z] Configure a credential helper to remove this warning. See [2022-08-31T18:18:05.117Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-31T18:18:05.117Z] [2022-08-31T18:18:05.117Z] Login Succeeded [2022-08-31T18:18:05.117Z] nexus3.edgexfoundry.org:10003 [2022-08-31T18:18:05.117Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-31T18:18:05.117Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-31T18:18:05.117Z] Configure a credential helper to remove this warning. See [2022-08-31T18:18:05.117Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-31T18:18:05.117Z] [2022-08-31T18:18:05.117Z] Login Succeeded [2022-08-31T18:18:05.117Z] nexus3.edgexfoundry.org:10004 [2022-08-31T18:18:05.379Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-31T18:18:05.379Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-31T18:18:05.379Z] Configure a credential helper to remove this warning. See [2022-08-31T18:18:05.379Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-31T18:18:05.379Z] [2022-08-31T18:18:05.379Z] Login Succeeded [2022-08-31T18:18:05.379Z] docker.io [2022-08-31T18:18:05.379Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-31T18:18:05.641Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-31T18:18:05.641Z] Configure a credential helper to remove this warning. See [2022-08-31T18:18:05.641Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-31T18:18:05.641Z] [2022-08-31T18:18:05.641Z] Login Succeeded [2022-08-31T18:18:05.641Z] ---> docker-login.sh ends [Pipeline] } [2022-08-31T18:18:05.649Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-08-31T18:18:05.715Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-31T18:18:05.724Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-31T18:18:05.730Z] ========================================================= [2022-08-31T18:18:05.730Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-08-31T18:18:05.730Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-31T18:18:06.053Z] + 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-31T18:18:06.053Z] Sending build context to Docker daemon 23.11MB [2022-08-31T18:18:06.053Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2022-08-31T18:18:06.053Z] Step 2/13 : FROM ${BASE} AS builder [2022-08-31T18:18:06.314Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-08-31T18:18:06.314Z] 2408cc74d12b: Pulling fs layer [2022-08-31T18:18:06.314Z] ea60b727a1ce: Pulling fs layer [2022-08-31T18:18:06.314Z] 30c4a7721957: Pulling fs layer [2022-08-31T18:18:06.314Z] 370296b7ddb6: Pulling fs layer [2022-08-31T18:18:06.314Z] 7c6cee850709: Pulling fs layer [2022-08-31T18:18:06.314Z] 39a5fcdaea64: Pulling fs layer [2022-08-31T18:18:06.314Z] d94ebbe4e438: Pulling fs layer [2022-08-31T18:18:06.314Z] bcfd1f05c69d: Pulling fs layer [2022-08-31T18:18:06.314Z] 59ccb84bbe0f: Pulling fs layer [2022-08-31T18:18:06.314Z] 370296b7ddb6: Waiting [2022-08-31T18:18:06.314Z] 7c6cee850709: Waiting [2022-08-31T18:18:06.314Z] 39a5fcdaea64: Waiting [2022-08-31T18:18:06.314Z] d94ebbe4e438: Waiting [2022-08-31T18:18:06.314Z] bcfd1f05c69d: Waiting [2022-08-31T18:18:06.314Z] 59ccb84bbe0f: Waiting [2022-08-31T18:18:06.314Z] 30c4a7721957: Verifying Checksum [2022-08-31T18:18:06.314Z] 30c4a7721957: Download complete [2022-08-31T18:18:06.314Z] ea60b727a1ce: Download complete [2022-08-31T18:18:06.314Z] 7c6cee850709: Verifying Checksum [2022-08-31T18:18:06.314Z] 7c6cee850709: Download complete [2022-08-31T18:18:06.314Z] 39a5fcdaea64: Verifying Checksum [2022-08-31T18:18:06.314Z] 39a5fcdaea64: Download complete [2022-08-31T18:18:06.314Z] 2408cc74d12b: Download complete [2022-08-31T18:18:06.314Z] d94ebbe4e438: Verifying Checksum [2022-08-31T18:18:06.314Z] d94ebbe4e438: Download complete [2022-08-31T18:18:06.577Z] 2408cc74d12b: Pull complete [2022-08-31T18:18:06.577Z] ea60b727a1ce: Pull complete [2022-08-31T18:18:06.577Z] 30c4a7721957: Pull complete [2022-08-31T18:18:06.840Z] 59ccb84bbe0f: Verifying Checksum [2022-08-31T18:18:06.840Z] 59ccb84bbe0f: Download complete [2022-08-31T18:18:07.100Z] bcfd1f05c69d: Verifying Checksum [2022-08-31T18:18:07.100Z] bcfd1f05c69d: Download complete [2022-08-31T18:18:07.100Z] 370296b7ddb6: Verifying Checksum [2022-08-31T18:18:07.100Z] 370296b7ddb6: Download complete [2022-08-31T18:18:11.298Z] 370296b7ddb6: Pull complete [2022-08-31T18:18:11.298Z] 7c6cee850709: Pull complete [2022-08-31T18:18:11.298Z] 39a5fcdaea64: Pull complete [2022-08-31T18:18:11.298Z] d94ebbe4e438: Pull complete [2022-08-31T18:18:13.839Z] bcfd1f05c69d: Pull complete [2022-08-31T18:18:14.413Z] 59ccb84bbe0f: Pull complete [2022-08-31T18:18:14.413Z] Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 [2022-08-31T18:18:14.413Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-08-31T18:18:14.413Z] ---> a4fb48ad2a94 [2022-08-31T18:18:14.413Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-08-31T18:18:18.618Z] ---> Running in 45cfba6ea231 [2022-08-31T18:18:18.618Z] Removing intermediate container 45cfba6ea231 [2022-08-31T18:18:18.618Z] ---> e4a113c440b1 [2022-08-31T18:18:18.618Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2022-08-31T18:18:18.618Z] ---> Running in 55058ac341f6 [2022-08-31T18:18:18.618Z] Removing intermediate container 55058ac341f6 [2022-08-31T18:18:18.618Z] ---> f304e4f4f423 [2022-08-31T18:18:18.618Z] Step 5/13 : ARG ADD_BUILD_TAGS="" [2022-08-31T18:18:18.618Z] ---> Running in 9597b49e8cdb [2022-08-31T18:18:18.618Z] Removing intermediate container 9597b49e8cdb [2022-08-31T18:18:18.618Z] ---> 0497f5102dd7 [2022-08-31T18:18:18.618Z] Step 6/13 : WORKDIR /device-virtual-go [2022-08-31T18:18:18.618Z] ---> Running in 4582976ca017 [2022-08-31T18:18:18.618Z] Removing intermediate container 4582976ca017 [2022-08-31T18:18:18.618Z] ---> dbd6e1b64b06 [2022-08-31T18:18:18.618Z] Step 7/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-31T18:18:18.618Z] ---> Running in e510d17cd98b [2022-08-31T18:18:19.190Z] Removing intermediate container e510d17cd98b [2022-08-31T18:18:19.190Z] ---> 83fb39402a62 [2022-08-31T18:18:19.190Z] Step 8/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-08-31T18:18:19.190Z] ---> Running in 0acece487a11 [2022-08-31T18:18:19.451Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-31T18:18:19.490Z] Still waiting to schedule task [2022-08-31T18:18:19.491Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-08-31T18:18:20.399Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-31T18:18:20.660Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2022-08-31T18:18:20.660Z] (2/4) Installing libedit (20210910.3.1-r0) [2022-08-31T18:18:20.920Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2022-08-31T18:18:20.920Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2022-08-31T18:18:20.920Z] Executing busybox-1.35.0-r13.trigger [2022-08-31T18:18:21.181Z] OK: 216 MiB in 55 packages [2022-08-31T18:18:21.752Z] Removing intermediate container 0acece487a11 [2022-08-31T18:18:21.752Z] ---> 7bd7440b5d01 [2022-08-31T18:18:21.752Z] Step 9/13 : COPY go.mod vendor* ./ [2022-08-31T18:18:21.752Z] ---> aaa3c4340a0e [2022-08-31T18:18:21.752Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-31T18:18:21.752Z] ---> Running in 4c9da4ed6d3b [2022-08-31T18:18:48.363Z] Removing intermediate container 4c9da4ed6d3b [2022-08-31T18:18:48.363Z] ---> bf99eef63779 [2022-08-31T18:18:48.363Z] Step 11/13 : COPY . . [2022-08-31T18:18:48.363Z] ---> 01b75a8ba5be [2022-08-31T18:18:48.363Z] Step 12/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-08-31T18:18:48.363Z] ---> Running in f804e19a69a5 [2022-08-31T18:18:48.363Z] Removing intermediate container f804e19a69a5 [2022-08-31T18:18:48.363Z] ---> c1aeeefac8fb [2022-08-31T18:18:48.363Z] Step 13/13 : RUN $MAKE [2022-08-31T18:18:48.363Z] ---> Running in 4441b19e91fc [2022-08-31T18:18:48.624Z] noop [2022-08-31T18:18:48.887Z] Removing intermediate container 4441b19e91fc [2022-08-31T18:18:48.887Z] ---> 4f87daab741d [2022-08-31T18:18:48.887Z] Successfully built 4f87daab741d [2022-08-31T18:18:48.887Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-31T18:18:49.210Z] + docker inspect -f . ci-base-image-x86_64 [2022-08-31T18:18:49.210Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-31T18:18:49.332Z] prd-ubuntu20.04-docker-8c-8g-24223 does not seem to be running inside a container [2022-08-31T18:18:49.399Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-08-31T18:18:49.812Z] $ docker top 41b935c1cf1abddeb513aa3b9ed74ea9b8cb6a4886e3a3ca03c7af408a55b671 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-31T18:18:50.180Z] + go version [2022-08-31T18:18:50.180Z] go version go1.18.3 linux/amd64 [Pipeline] } [2022-08-31T18:18:50.194Z] $ docker stop --time=1 41b935c1cf1abddeb513aa3b9ed74ea9b8cb6a4886e3a3ca03c7af408a55b671 [2022-08-31T18:18:51.503Z] $ docker rm -f 41b935c1cf1abddeb513aa3b9ed74ea9b8cb6a4886e3a3ca03c7af408a55b671 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-31T18:18:51.951Z] + docker inspect -f . ci-base-image-x86_64 [2022-08-31T18:18:51.951Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-31T18:18:52.039Z] prd-ubuntu20.04-docker-8c-8g-24223 does not seem to be running inside a container [2022-08-31T18:18:52.082Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-08-31T18:18:52.477Z] $ docker top 8cdcdf01adf1e0e5c4dd6b744a548e757e53119bb80d6d8b946a719f2d0fcebc -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-31T18:18:52.845Z] + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] fileExists [Pipeline] sh [2022-08-31T18:18:53.148Z] + make test [2022-08-31T18:18:53.148Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2022-08-31T18:18:53.407Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2022-08-31T18:19:03.402Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2022-08-31T18:19:03.402Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.041s coverage: 65.7% of statements [2022-08-31T18:19:10.020Z] 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-31T18:19:10.020Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-08-31T18:19:13.318Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-08-31T18:19:13.319Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-08-31T18:19:13.319Z] ./bin/test-attribution-txt.sh [2022-08-31T18:19:13.319Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2022-08-31T18:19:13.319Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2022-08-31T18:19:13.319Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [Pipeline] echo [2022-08-31T18:19:13.329Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-08-31T18:19:13.345Z] $ docker stop --time=1 8cdcdf01adf1e0e5c4dd6b744a548e757e53119bb80d6d8b946a719f2d0fcebc [2022-08-31T18:19:15.922Z] $ docker rm -f 8cdcdf01adf1e0e5c4dd6b744a548e757e53119bb80d6d8b946a719f2d0fcebc [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-31T18:19:16.400Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-08-31T18:19:16.439Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-08-31T18:19:16.975Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-08-31T18:19:17.267Z] + ls -al . [2022-08-31T18:19:17.267Z] total 192 [2022-08-31T18:19:17.267Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 31 18:18 . [2022-08-31T18:19:17.267Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 18:17 .. [2022-08-31T18:19:17.267Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 31 18:19 .git [2022-08-31T18:19:17.267Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 18:17 .github [2022-08-31T18:19:17.267Z] -rw-rw-r-- 1 jenkins jenkins 337 Aug 31 18:17 .gitignore [2022-08-31T18:19:17.267Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 31 18:17 .golangci.yml [2022-08-31T18:19:17.267Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 31 18:18 .semver [2022-08-31T18:19:17.267Z] -rw-rw-r-- 1 jenkins jenkins 8152 Aug 31 18:17 Attribution.txt [2022-08-31T18:19:17.267Z] -rw-rw-r-- 1 jenkins jenkins 9649 Aug 31 18:17 CHANGELOG.md [2022-08-31T18:19:17.267Z] -rw-rw-r-- 1 jenkins jenkins 2034 Aug 31 18:17 Dockerfile [2022-08-31T18:19:17.267Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 31 18:17 GOVERNANCE.md [2022-08-31T18:19:17.267Z] -rw-rw-r-- 1 jenkins jenkins 660 Aug 31 18:17 Jenkinsfile [2022-08-31T18:19:17.267Z] -rw-rw-r-- 1 jenkins jenkins 11340 Aug 31 18:17 LICENSE [2022-08-31T18:19:17.267Z] -rw-rw-r-- 1 jenkins jenkins 2457 Aug 31 18:17 Makefile [2022-08-31T18:19:17.267Z] -rw-rw-r-- 1 jenkins jenkins 623 Aug 31 18:17 OWNERS.md [2022-08-31T18:19:17.267Z] -rw-rw-r-- 1 jenkins jenkins 3578 Aug 31 18:17 README.md [2022-08-31T18:19:17.267Z] -rw-rw-r-- 1 jenkins jenkins 12 Aug 31 18:18 VERSION [2022-08-31T18:19:17.267Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 18:17 bin [2022-08-31T18:19:17.267Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 18:17 cmd [2022-08-31T18:19:17.267Z] -rw-r--r-- 1 jenkins jenkins 44128 Aug 31 18:19 coverage.out [2022-08-31T18:19:17.267Z] -rw-rw-r-- 1 jenkins jenkins 3328 Aug 31 18:17 go.mod [2022-08-31T18:19:17.267Z] -rw-rw-r-- 1 jenkins jenkins 36202 Aug 31 18:17 go.sum [2022-08-31T18:19:17.267Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 18:17 internal [2022-08-31T18:19:17.267Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 18:17 snap [2022-08-31T18:19:17.267Z] -rw-rw-r-- 1 jenkins jenkins 235 Aug 31 18:17 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-31T18:19:17.605Z] + 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=63543485434e600665537b42870bbfcdf272957c --label arch=amd64 --label version=2.3.0-dev.14 . [2022-08-31T18:19:17.605Z] Sending build context to Docker daemon 23.15MB [2022-08-31T18:19:17.605Z] Step 1/27 : ARG BASE=golang:1.18-alpine3.16 [2022-08-31T18:19:17.605Z] Step 2/27 : FROM ${BASE} AS builder [2022-08-31T18:19:17.605Z] ---> 4f87daab741d [2022-08-31T18:19:17.605Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-08-31T18:19:17.865Z] ---> Running in a69df3c03ec2 [2022-08-31T18:19:17.865Z] Removing intermediate container a69df3c03ec2 [2022-08-31T18:19:17.865Z] ---> d790bd89d6f9 [2022-08-31T18:19:17.865Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2022-08-31T18:19:17.865Z] ---> Running in 8f755515b7a4 [2022-08-31T18:19:18.125Z] Removing intermediate container 8f755515b7a4 [2022-08-31T18:19:18.125Z] ---> 6749b9aedfe7 [2022-08-31T18:19:18.125Z] Step 5/27 : ARG ADD_BUILD_TAGS="" [2022-08-31T18:19:18.125Z] ---> Running in f56e08855df8 [2022-08-31T18:19:18.125Z] Removing intermediate container f56e08855df8 [2022-08-31T18:19:18.125Z] ---> ab3d6b8b8977 [2022-08-31T18:19:18.125Z] Step 6/27 : WORKDIR /device-virtual-go [2022-08-31T18:19:18.125Z] ---> Running in b819eec4cd69 [2022-08-31T18:19:18.386Z] Removing intermediate container b819eec4cd69 [2022-08-31T18:19:18.386Z] ---> 6eaa9dad4352 [2022-08-31T18:19:18.386Z] Step 7/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-31T18:19:18.386Z] ---> Running in 24e8ec99c916 [2022-08-31T18:19:18.959Z] Removing intermediate container 24e8ec99c916 [2022-08-31T18:19:18.959Z] ---> 10220c0e30cc [2022-08-31T18:19:18.959Z] Step 8/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-08-31T18:19:18.959Z] ---> Running in d6ad7f0ec253 [2022-08-31T18:19:19.222Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-31T18:19:20.166Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-31T18:19:20.428Z] OK: 216 MiB in 55 packages [2022-08-31T18:19:20.689Z] Removing intermediate container d6ad7f0ec253 [2022-08-31T18:19:20.689Z] ---> f4f1d54771bf [2022-08-31T18:19:20.689Z] Step 9/27 : COPY go.mod vendor* ./ [2022-08-31T18:19:20.950Z] ---> e944bdb93edf [2022-08-31T18:19:20.950Z] Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-31T18:19:20.950Z] ---> Running in 614552c6e681 [2022-08-31T18:19:21.892Z] Removing intermediate container 614552c6e681 [2022-08-31T18:19:21.892Z] ---> 5176310d3275 [2022-08-31T18:19:21.892Z] Step 11/27 : COPY . . [2022-08-31T18:19:22.152Z] ---> ffcc4af82de3 [2022-08-31T18:19:22.152Z] Step 12/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-08-31T18:19:22.412Z] ---> Running in 9fef8ecd3b74 [2022-08-31T18:19:22.412Z] Removing intermediate container 9fef8ecd3b74 [2022-08-31T18:19:22.412Z] ---> 9a041e52d09f [2022-08-31T18:19:22.412Z] Step 13/27 : RUN $MAKE [2022-08-31T18:19:22.412Z] ---> Running in 8825d0a30048 [2022-08-31T18:19:22.672Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-virtual-go.Version=2.3.0-dev.14" -trimpath -mod=readonly -buildmode=pie -o cmd/device-virtual ./cmd [2022-08-31T18:19:44.633Z] Removing intermediate container 8825d0a30048 [2022-08-31T18:19:44.633Z] ---> 49186abd8916 [2022-08-31T18:19:44.633Z] Step 14/27 : FROM alpine:3.16 [2022-08-31T18:19:44.894Z] 3.16: Pulling from library/alpine [2022-08-31T18:19:44.894Z] 213ec9aee27d: Pulling fs layer [2022-08-31T18:19:45.154Z] 213ec9aee27d: Verifying Checksum [2022-08-31T18:19:45.154Z] 213ec9aee27d: Download complete [2022-08-31T18:19:45.413Z] 213ec9aee27d: Pull complete [2022-08-31T18:19:45.413Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-08-31T18:19:45.413Z] Status: Downloaded newer image for alpine:3.16 [2022-08-31T18:19:45.413Z] ---> 9c6f07244728 [2022-08-31T18:19:45.413Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2022-08-31T18:19:45.413Z] ---> Running in 2dd22595a098 [2022-08-31T18:19:45.673Z] Removing intermediate container 2dd22595a098 [2022-08-31T18:19:45.673Z] ---> 9025e7508cd0 [2022-08-31T18:19:45.673Z] Step 16/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-31T18:19:45.673Z] ---> Running in 46010836a230 [2022-08-31T18:19:46.242Z] Removing intermediate container 46010836a230 [2022-08-31T18:19:46.242Z] ---> b1505b686c54 [2022-08-31T18:19:46.242Z] Step 17/27 : RUN apk add --update --no-cache zeromq dumb-init [2022-08-31T18:19:46.242Z] ---> Running in 4bdf35e03230 [2022-08-31T18:19:46.502Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-31T18:19:47.446Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-31T18:19:47.707Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-08-31T18:19:47.968Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-08-31T18:19:47.968Z] (3/6) Installing libsodium (1.0.18-r0) [2022-08-31T18:19:48.229Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-08-31T18:19:48.229Z] (5/6) Installing libzmq (4.3.4-r0) [2022-08-31T18:19:48.229Z] (6/6) Installing zeromq (4.3.4-r0) [2022-08-31T18:19:48.488Z] Executing busybox-1.35.0-r17.trigger [2022-08-31T18:19:48.488Z] OK: 8 MiB in 20 packages [2022-08-31T18:19:49.060Z] Removing intermediate container 4bdf35e03230 [2022-08-31T18:19:49.060Z] ---> ac2a2bead8c8 [2022-08-31T18:19:49.060Z] Step 18/27 : WORKDIR / [2022-08-31T18:19:49.060Z] ---> Running in 85f9c7012186 [2022-08-31T18:19:49.060Z] Removing intermediate container 85f9c7012186 [2022-08-31T18:19:49.060Z] ---> 0aacda39dde2 [2022-08-31T18:19:49.060Z] Step 19/27 : COPY --from=builder /device-virtual-go/Attribution.txt / [2022-08-31T18:19:49.060Z] ---> eea783ec323c [2022-08-31T18:19:49.060Z] Step 20/27 : COPY --from=builder /device-virtual-go/LICENSE / [2022-08-31T18:19:49.320Z] ---> c4591c8398d8 [2022-08-31T18:19:49.320Z] Step 21/27 : COPY --from=builder /device-virtual-go/cmd / [2022-08-31T18:19:50.258Z] ---> 85a97ed9ca38 [2022-08-31T18:19:50.258Z] Step 22/27 : EXPOSE 59900 [2022-08-31T18:19:50.258Z] ---> Running in dc6da97c9d74 [2022-08-31T18:19:50.258Z] Removing intermediate container dc6da97c9d74 [2022-08-31T18:19:50.258Z] ---> 794e0527717b [2022-08-31T18:19:50.258Z] Step 23/27 : ENTRYPOINT ["/device-virtual"] [2022-08-31T18:19:50.258Z] ---> Running in 5c88889cde8e [2022-08-31T18:19:50.518Z] Removing intermediate container 5c88889cde8e [2022-08-31T18:19:50.518Z] ---> 8a8cbc18aa8d [2022-08-31T18:19:50.518Z] Step 24/27 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-31T18:19:50.518Z] ---> Running in 9b1e08024d06 [2022-08-31T18:19:50.518Z] Removing intermediate container 9b1e08024d06 [2022-08-31T18:19:50.518Z] ---> d31b074fd601 [2022-08-31T18:19:50.518Z] Step 25/27 : LABEL arch=amd64 [2022-08-31T18:19:50.518Z] ---> Running in cc14870e4c2c [2022-08-31T18:19:50.777Z] Removing intermediate container cc14870e4c2c [2022-08-31T18:19:50.777Z] ---> 0a146d325a9b [2022-08-31T18:19:50.777Z] Step 26/27 : LABEL git_sha=63543485434e600665537b42870bbfcdf272957c [2022-08-31T18:19:50.777Z] ---> Running in 84a71409f5e5 [2022-08-31T18:19:50.777Z] Removing intermediate container 84a71409f5e5 [2022-08-31T18:19:50.777Z] ---> 3a29161c9e10 [2022-08-31T18:19:50.777Z] Step 27/27 : LABEL version=2.3.0-dev.14 [2022-08-31T18:19:50.777Z] ---> Running in fa7ff743a6f1 [2022-08-31T18:19:51.038Z] Removing intermediate container fa7ff743a6f1 [2022-08-31T18:19:51.038Z] ---> e339c4d4559a [2022-08-31T18:19:51.038Z] [Warning] One or more build-args [ARCH] were not consumed [2022-08-31T18:19:51.038Z] Successfully built e339c4d4559a [2022-08-31T18:19:51.038Z] 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-31T18:19:51.158Z] provisioning config files... [2022-08-31T18:19:51.169Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config8852265452088602704tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-31T18:19:51.469Z] ---> docker-login.sh [2022-08-31T18:19:51.469Z] nexus3.edgexfoundry.org:10001 [2022-08-31T18:19:51.469Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-31T18:19:51.469Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-31T18:19:51.469Z] Configure a credential helper to remove this warning. See [2022-08-31T18:19:51.469Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-31T18:19:51.469Z] [2022-08-31T18:19:51.469Z] Login Succeeded [2022-08-31T18:19:51.469Z] nexus3.edgexfoundry.org:10002 [2022-08-31T18:19:51.469Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-31T18:19:51.729Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-31T18:19:51.729Z] Configure a credential helper to remove this warning. See [2022-08-31T18:19:51.729Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-31T18:19:51.729Z] [2022-08-31T18:19:51.729Z] Login Succeeded [2022-08-31T18:19:51.729Z] nexus3.edgexfoundry.org:10003 [2022-08-31T18:19:51.729Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-31T18:19:51.729Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-31T18:19:51.729Z] Configure a credential helper to remove this warning. See [2022-08-31T18:19:51.729Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-31T18:19:51.729Z] [2022-08-31T18:19:51.729Z] Login Succeeded [2022-08-31T18:19:51.729Z] nexus3.edgexfoundry.org:10004 [2022-08-31T18:19:51.989Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-31T18:19:51.989Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-31T18:19:51.989Z] Configure a credential helper to remove this warning. See [2022-08-31T18:19:51.989Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-31T18:19:51.989Z] [2022-08-31T18:19:51.989Z] Login Succeeded [2022-08-31T18:19:51.989Z] docker.io [2022-08-31T18:19:51.989Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-31T18:19:52.248Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-31T18:19:52.248Z] Configure a credential helper to remove this warning. See [2022-08-31T18:19:52.248Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-31T18:19:52.248Z] [2022-08-31T18:19:52.248Z] Login Succeeded [2022-08-31T18:19:52.248Z] ---> docker-login.sh ends [Pipeline] } [2022-08-31T18:19:52.256Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-31T18:19:52.296Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-31T18:19:52.317Z] [edgeXDocker.push] Tagging docker image device-virtual with the following tags: [2022-08-31T18:19:52.317Z] 63543485434e600665537b42870bbfcdf272957c [2022-08-31T18:19:52.317Z] latest [2022-08-31T18:19:52.317Z] 2.3.0-dev.14 [2022-08-31T18:19:52.317Z] 63543485434e600665537b42870bbfcdf272957c-2.3.0-dev.14 [2022-08-31T18:19:52.317Z] main [2022-08-31T18:19:52.317Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-31T18:19:52.643Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:63543485434e600665537b42870bbfcdf272957c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-31T18:19:52.955Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:63543485434e600665537b42870bbfcdf272957c [2022-08-31T18:19:52.955Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2022-08-31T18:19:52.955Z] d8cdd29e3ab3: Preparing [2022-08-31T18:19:52.955Z] d50d4718472b: Preparing [2022-08-31T18:19:52.955Z] 0de2dbb23b58: Preparing [2022-08-31T18:19:52.955Z] 7c11a15353f0: Preparing [2022-08-31T18:19:52.955Z] 7bbebe1dcceb: Preparing [2022-08-31T18:19:52.955Z] 994393dc58e7: Preparing [2022-08-31T18:19:52.955Z] 994393dc58e7: Waiting [2022-08-31T18:19:52.955Z] 0de2dbb23b58: Pushed [2022-08-31T18:19:52.955Z] 7bbebe1dcceb: Pushed [2022-08-31T18:19:52.955Z] d50d4718472b: Pushed [2022-08-31T18:19:52.955Z] 994393dc58e7: Layer already exists [2022-08-31T18:19:53.215Z] 7c11a15353f0: Pushed [2022-08-31T18:19:55.760Z] d8cdd29e3ab3: Pushed [2022-08-31T18:19:55.760Z] 63543485434e600665537b42870bbfcdf272957c: digest: sha256:703df5aa35e87663bbe1f3b908451a0c3be29b8434da6fb7aa979666551c41d3 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-31T18:19:56.078Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-31T18:19:56.390Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:latest [2022-08-31T18:19:56.390Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2022-08-31T18:19:56.390Z] d8cdd29e3ab3: Preparing [2022-08-31T18:19:56.390Z] d50d4718472b: Preparing [2022-08-31T18:19:56.390Z] 0de2dbb23b58: Preparing [2022-08-31T18:19:56.390Z] 7c11a15353f0: Preparing [2022-08-31T18:19:56.390Z] 7bbebe1dcceb: Preparing [2022-08-31T18:19:56.390Z] 994393dc58e7: Preparing [2022-08-31T18:19:56.390Z] 994393dc58e7: Waiting [2022-08-31T18:19:56.390Z] d50d4718472b: Layer already exists [2022-08-31T18:19:56.390Z] d8cdd29e3ab3: Layer already exists [2022-08-31T18:19:56.390Z] 0de2dbb23b58: Layer already exists [2022-08-31T18:19:56.390Z] 7c11a15353f0: Layer already exists [2022-08-31T18:19:56.390Z] 7bbebe1dcceb: Layer already exists [2022-08-31T18:19:56.390Z] 994393dc58e7: Layer already exists [2022-08-31T18:19:56.390Z] latest: digest: sha256:703df5aa35e87663bbe1f3b908451a0c3be29b8434da6fb7aa979666551c41d3 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-31T18:19:56.764Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:2.3.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-31T18:19:57.133Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:2.3.0-dev.14 [2022-08-31T18:19:57.133Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2022-08-31T18:19:57.133Z] d8cdd29e3ab3: Preparing [2022-08-31T18:19:57.133Z] d50d4718472b: Preparing [2022-08-31T18:19:57.133Z] 0de2dbb23b58: Preparing [2022-08-31T18:19:57.133Z] 7c11a15353f0: Preparing [2022-08-31T18:19:57.133Z] 7bbebe1dcceb: Preparing [2022-08-31T18:19:57.133Z] 994393dc58e7: Preparing [2022-08-31T18:19:57.133Z] d8cdd29e3ab3: Layer already exists [2022-08-31T18:19:57.133Z] 7bbebe1dcceb: Layer already exists [2022-08-31T18:19:57.133Z] d50d4718472b: Layer already exists [2022-08-31T18:19:57.133Z] 0de2dbb23b58: Layer already exists [2022-08-31T18:19:57.133Z] 7c11a15353f0: Layer already exists [2022-08-31T18:19:57.133Z] 994393dc58e7: Layer already exists [2022-08-31T18:19:57.133Z] 2.3.0-dev.14: digest: sha256:703df5aa35e87663bbe1f3b908451a0c3be29b8434da6fb7aa979666551c41d3 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-31T18:19:57.457Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:63543485434e600665537b42870bbfcdf272957c-2.3.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-31T18:19:57.773Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:63543485434e600665537b42870bbfcdf272957c-2.3.0-dev.14 [2022-08-31T18:19:57.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2022-08-31T18:19:57.773Z] d8cdd29e3ab3: Preparing [2022-08-31T18:19:57.773Z] d50d4718472b: Preparing [2022-08-31T18:19:57.773Z] 0de2dbb23b58: Preparing [2022-08-31T18:19:57.773Z] 7c11a15353f0: Preparing [2022-08-31T18:19:57.773Z] 7bbebe1dcceb: Preparing [2022-08-31T18:19:57.773Z] 994393dc58e7: Preparing [2022-08-31T18:19:57.773Z] 994393dc58e7: Waiting [2022-08-31T18:19:57.773Z] 7bbebe1dcceb: Layer already exists [2022-08-31T18:19:57.773Z] 0de2dbb23b58: Layer already exists [2022-08-31T18:19:57.773Z] d50d4718472b: Layer already exists [2022-08-31T18:19:57.773Z] d8cdd29e3ab3: Layer already exists [2022-08-31T18:19:57.773Z] 7c11a15353f0: Layer already exists [2022-08-31T18:19:57.773Z] 994393dc58e7: Layer already exists [2022-08-31T18:19:57.773Z] 63543485434e600665537b42870bbfcdf272957c-2.3.0-dev.14: digest: sha256:703df5aa35e87663bbe1f3b908451a0c3be29b8434da6fb7aa979666551c41d3 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-31T18:19:58.093Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-31T18:19:58.411Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:main [2022-08-31T18:19:58.411Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2022-08-31T18:19:58.411Z] d8cdd29e3ab3: Preparing [2022-08-31T18:19:58.411Z] d50d4718472b: Preparing [2022-08-31T18:19:58.411Z] 0de2dbb23b58: Preparing [2022-08-31T18:19:58.411Z] 7c11a15353f0: Preparing [2022-08-31T18:19:58.411Z] 7bbebe1dcceb: Preparing [2022-08-31T18:19:58.411Z] 994393dc58e7: Preparing [2022-08-31T18:19:58.411Z] 994393dc58e7: Waiting [2022-08-31T18:19:58.411Z] d8cdd29e3ab3: Layer already exists [2022-08-31T18:19:58.411Z] d50d4718472b: Layer already exists [2022-08-31T18:19:58.411Z] 0de2dbb23b58: Layer already exists [2022-08-31T18:19:58.411Z] 7bbebe1dcceb: Layer already exists [2022-08-31T18:19:58.411Z] 7c11a15353f0: Layer already exists [2022-08-31T18:19:58.411Z] 994393dc58e7: Layer already exists [2022-08-31T18:19:58.411Z] main: digest: sha256:703df5aa35e87663bbe1f3b908451a0c3be29b8434da6fb7aa979666551c41d3 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-31T18:19:58.459Z] ===================================================== [Pipeline] echo [2022-08-31T18:19:58.467Z] taggedImages: [2022-08-31T18:19:58.467Z] - nexus3.edgexfoundry.org:10004/device-virtual:63543485434e600665537b42870bbfcdf272957c [2022-08-31T18:19:58.467Z] - nexus3.edgexfoundry.org:10004/device-virtual:latest [2022-08-31T18:19:58.467Z] - nexus3.edgexfoundry.org:10004/device-virtual:2.3.0-dev.14 [2022-08-31T18:19:58.467Z] - nexus3.edgexfoundry.org:10004/device-virtual:63543485434e600665537b42870bbfcdf272957c-2.3.0-dev.14 [2022-08-31T18:19:58.467Z] - 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-31T18:19:58.684Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-24224 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] ws [2022-08-31T18:19:58.697Z] Running in /w/workspace/device-virtual-go/50 [Pipeline] { [Pipeline] checkout [2022-08-31T18:19:58.737Z] The recommended git tool is: git [2022-08-31T18:19:58.841Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-31T18:19:58.841Z] [2022-08-31T18:19:58.841Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-31T18:19:59.148Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-31T18:19:59.148Z] latest: Pulling from edgex-lftools-log-publisher [2022-08-31T18:19:59.148Z] 5eb5b503b376: Pulling fs layer [2022-08-31T18:19:59.148Z] 5c69ac0246d0: Pulling fs layer [2022-08-31T18:19:59.148Z] ec43610c2a17: Pulling fs layer [2022-08-31T18:19:59.148Z] 3a2ae6a8a46f: Pulling fs layer [2022-08-31T18:19:59.148Z] 33b1e0a273af: Pulling fs layer [2022-08-31T18:19:59.148Z] 5d3b04190fa2: Pulling fs layer [2022-08-31T18:19:59.148Z] 2f39f015ded8: Pulling fs layer [2022-08-31T18:19:59.148Z] 33b1e0a273af: Waiting [2022-08-31T18:19:59.148Z] 5d3b04190fa2: Waiting [2022-08-31T18:19:59.148Z] 2f39f015ded8: Waiting [2022-08-31T18:19:59.148Z] 3a2ae6a8a46f: Waiting [2022-08-31T18:19:59.148Z] 5c69ac0246d0: Verifying Checksum [2022-08-31T18:19:59.148Z] 5c69ac0246d0: Download complete [2022-08-31T18:19:59.148Z] 3a2ae6a8a46f: Verifying Checksum [2022-08-31T18:19:59.148Z] 3a2ae6a8a46f: Download complete [2022-08-31T18:19:59.148Z] 33b1e0a273af: Verifying Checksum [2022-08-31T18:19:59.148Z] 33b1e0a273af: Download complete [2022-08-31T18:19:59.148Z] ec43610c2a17: Download complete [2022-08-31T18:19:59.148Z] 5d3b04190fa2: Verifying Checksum [2022-08-31T18:19:59.148Z] 5d3b04190fa2: Download complete [2022-08-31T18:19:59.409Z] 5eb5b503b376: Verifying Checksum [2022-08-31T18:19:59.409Z] 5eb5b503b376: Download complete [2022-08-31T18:19:59.976Z] 2f39f015ded8: Download complete [2022-08-31T18:20:00.914Z] 5eb5b503b376: Pull complete [2022-08-31T18:20:00.914Z] 5c69ac0246d0: Pull complete [2022-08-31T18:20:01.484Z] ec43610c2a17: Pull complete [2022-08-31T18:20:01.484Z] 3a2ae6a8a46f: Pull complete [2022-08-31T18:20:01.744Z] 33b1e0a273af: Pull complete [2022-08-31T18:20:01.745Z] 5d3b04190fa2: Pull complete [2022-08-31T18:20:05.415Z] using credential edgex-jenkins-ssh [2022-08-31T18:20:05.442Z] Cloning the remote Git repository [2022-08-31T18:20:05.504Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2022-08-31T18:20:05.628Z] > git init /w/workspace/device-virtual-go/50 # timeout=10 [2022-08-31T18:20:05.755Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2022-08-31T18:20:05.757Z] > git --version # timeout=10 [2022-08-31T18:20:05.786Z] > git --version # 'git version 2.25.1' [2022-08-31T18:20:05.788Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-08-31T18:20:05.940Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-08-31T18:20:07.030Z] 2f39f015ded8: Pull complete [2022-08-31T18:20:07.030Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-08-31T18:20:07.031Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-31T18:20:07.031Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-31T18:20:07.123Z] prd-ubuntu20.04-docker-8c-8g-24223 does not seem to be running inside a container [2022-08-31T18:20:07.162Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-08-31T18:20:07.830Z] Avoid second fetch [2022-08-31T18:20:07.831Z] Checking out Revision 63543485434e600665537b42870bbfcdf272957c (main) [2022-08-31T18:20:07.791Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2022-08-31T18:20:07.812Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-08-31T18:20:07.854Z] > git config core.sparsecheckout # timeout=10 [2022-08-31T18:20:07.869Z] > git checkout -f 63543485434e600665537b42870bbfcdf272957c # timeout=10 [2022-08-31T18:20:10.520Z] $ docker top 013880d25436329cdc12d605f089f0567fc83f9174145d29798a1d237e36fb7a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-31T18:20:10.940Z] ---> job-cost.sh [2022-08-31T18:20:10.940Z] lf-activate-venv: SKIPPING [2022-08-31T18:20:10.940Z] INFO: No Stack... [2022-08-31T18:20:11.200Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-08-31T18:20:11.770Z] INFO: Archiving Costs [Pipeline] sh [2022-08-31T18:20:11.989Z] Commit message: "build: Add option to build Service with NATS Capability (#302)" [2022-08-31T18:20:12.063Z] + cat /w/workspace/exfoundry_device-virtual-go_main/archives/cost.csv [2022-08-31T18:20:12.063Z] + cut -d, -f6 [Pipeline] lock [2022-08-31T18:20:12.078Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-50-stack-cost] [2022-08-31T18:20:12.084Z] Resource [jenkins-edgexfoundry-device-virtual-go-main-50-stack-cost] did not exist. Created. [2022-08-31T18:20:12.084Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-50-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-08-31T18:20:12.381Z] [2022-08-31T18:20:12.381Z] GitHub has been notified of this commit’s build result [2022-08-31T18:20:12.381Z] [2022-08-31T18:20:12.389Z] + echo total: 0.2199999988079071 [Pipeline] withEnv [Pipeline] { [Pipeline] stash [2022-08-31T18:20:12.418Z] Stashed 1 file(s) [Pipeline] withEnv [Pipeline] { [Pipeline] } [2022-08-31T18:20:12.435Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-50-stack-cost] [Pipeline] // lock [Pipeline] } [2022-08-31T18:20:12.448Z] $ docker stop --time=1 013880d25436329cdc12d605f089f0567fc83f9174145d29798a1d237e36fb7a [2022-08-31T18:20:13.615Z] $ docker rm -f 013880d25436329cdc12d605f089f0567fc83f9174145d29798a1d237e36fb7a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] stage [Pipeline] { (Prep) [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] script [Pipeline] { [Pipeline] sh [2022-08-31T18:20:14.214Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-08-31T18:20:14.215Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-31T18:20:14.215Z] Dload Upload Total Spent Left Speed [2022-08-31T18:20:14.215Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 72843 0 --:--:-- --:--:-- --:--:-- 72425 [Pipeline] sh [2022-08-31T18:20:14.878Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-08-31T18:20:15.262Z] + sudo tee /etc/docker/daemon.new [2022-08-31T18:20:15.262Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-08-31T18:20:15.262Z] { [2022-08-31T18:20:15.262Z] "registry-mirrors": [ [2022-08-31T18:20:15.262Z] "https://nexus3.edgexfoundry.org:10001" [2022-08-31T18:20:15.262Z] ], [2022-08-31T18:20:15.262Z] "bip": "10.250.0.254/24", [2022-08-31T18:20:15.262Z] "hosts": [ [2022-08-31T18:20:15.262Z] "tcp://0.0.0.0:5555", [2022-08-31T18:20:15.262Z] "unix:///var/run/docker.sock" [2022-08-31T18:20:15.262Z] ], [2022-08-31T18:20:15.262Z] "mtu": 1458, [2022-08-31T18:20:15.262Z] "selinux-enabled": true, [2022-08-31T18:20:15.262Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-08-31T18:20:15.262Z] } [Pipeline] sh [2022-08-31T18:20:15.607Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-08-31T18:20:15.948Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-31T18:20:34.302Z] provisioning config files... [2022-08-31T18:20:34.326Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/50@tmp/config1625429198324823335tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-31T18:20:34.696Z] ---> docker-login.sh [2022-08-31T18:20:34.696Z] nexus3.edgexfoundry.org:10001 [2022-08-31T18:20:35.294Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-31T18:20:35.573Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-31T18:20:35.573Z] Configure a credential helper to remove this warning. See [2022-08-31T18:20:35.573Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-31T18:20:35.573Z] [2022-08-31T18:20:35.573Z] Login Succeeded [2022-08-31T18:20:35.573Z] nexus3.edgexfoundry.org:10002 [2022-08-31T18:20:35.850Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-31T18:20:35.850Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-31T18:20:35.850Z] Configure a credential helper to remove this warning. See [2022-08-31T18:20:35.850Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-31T18:20:35.850Z] [2022-08-31T18:20:35.850Z] Login Succeeded [2022-08-31T18:20:36.125Z] nexus3.edgexfoundry.org:10003 [2022-08-31T18:20:36.400Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-31T18:20:36.400Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-31T18:20:36.400Z] Configure a credential helper to remove this warning. See [2022-08-31T18:20:36.400Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-31T18:20:36.400Z] [2022-08-31T18:20:36.400Z] Login Succeeded [2022-08-31T18:20:36.400Z] nexus3.edgexfoundry.org:10004 [2022-08-31T18:20:37.007Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-31T18:20:37.007Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-31T18:20:37.007Z] Configure a credential helper to remove this warning. See [2022-08-31T18:20:37.007Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-31T18:20:37.007Z] [2022-08-31T18:20:37.007Z] Login Succeeded [2022-08-31T18:20:37.007Z] docker.io [2022-08-31T18:20:37.280Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-31T18:20:37.875Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-31T18:20:37.875Z] Configure a credential helper to remove this warning. See [2022-08-31T18:20:37.875Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-31T18:20:37.875Z] [2022-08-31T18:20:37.875Z] Login Succeeded [2022-08-31T18:20:37.875Z] ---> docker-login.sh ends [Pipeline] } [2022-08-31T18:20:37.894Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-08-31T18:20:38.462Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-31T18:20:38.478Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-31T18:20:38.488Z] ========================================================= [2022-08-31T18:20:38.488Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-08-31T18:20:38.488Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-31T18:20:38.879Z] + 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-31T18:20:39.154Z] Sending build context to Docker daemon 11.69MB [2022-08-31T18:20:39.431Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2022-08-31T18:20:39.431Z] Step 2/13 : FROM ${BASE} AS builder [2022-08-31T18:20:39.431Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-08-31T18:20:39.431Z] b3c136eddcbf: Pulling fs layer [2022-08-31T18:20:39.431Z] c0a3192eca97: Pulling fs layer [2022-08-31T18:20:39.431Z] a050256f5b6f: Pulling fs layer [2022-08-31T18:20:39.431Z] 656be50a0ddc: Pulling fs layer [2022-08-31T18:20:39.431Z] 2bbca73fdf42: Pulling fs layer [2022-08-31T18:20:39.431Z] 46d945488cbd: Pulling fs layer [2022-08-31T18:20:39.431Z] 8a5474983e97: Pulling fs layer [2022-08-31T18:20:39.431Z] 329c88fbcd65: Pulling fs layer [2022-08-31T18:20:39.431Z] 46d945488cbd: Waiting [2022-08-31T18:20:39.431Z] 8a5474983e97: Waiting [2022-08-31T18:20:39.431Z] 329c88fbcd65: Waiting [2022-08-31T18:20:39.431Z] 656be50a0ddc: Waiting [2022-08-31T18:20:39.431Z] a050256f5b6f: Verifying Checksum [2022-08-31T18:20:39.431Z] a050256f5b6f: Download complete [2022-08-31T18:20:39.431Z] c0a3192eca97: Verifying Checksum [2022-08-31T18:20:39.431Z] c0a3192eca97: Download complete [2022-08-31T18:20:39.431Z] 2bbca73fdf42: Verifying Checksum [2022-08-31T18:20:39.431Z] 2bbca73fdf42: Download complete [2022-08-31T18:20:39.431Z] 46d945488cbd: Verifying Checksum [2022-08-31T18:20:39.431Z] 46d945488cbd: Download complete [2022-08-31T18:20:39.431Z] b3c136eddcbf: Verifying Checksum [2022-08-31T18:20:39.431Z] b3c136eddcbf: Download complete [2022-08-31T18:20:40.435Z] b3c136eddcbf: Pull complete [2022-08-31T18:20:40.711Z] 329c88fbcd65: Verifying Checksum [2022-08-31T18:20:40.712Z] 329c88fbcd65: Download complete [2022-08-31T18:20:40.988Z] c0a3192eca97: Pull complete [2022-08-31T18:20:41.270Z] a050256f5b6f: Pull complete [2022-08-31T18:20:41.881Z] 8a5474983e97: Verifying Checksum [2022-08-31T18:20:41.881Z] 8a5474983e97: Download complete [2022-08-31T18:20:42.482Z] 656be50a0ddc: Verifying Checksum [2022-08-31T18:20:42.482Z] 656be50a0ddc: Download complete [2022-08-31T18:20:54.914Z] 656be50a0ddc: Pull complete [2022-08-31T18:20:55.188Z] 2bbca73fdf42: Pull complete [2022-08-31T18:20:55.463Z] 46d945488cbd: Pull complete [2022-08-31T18:21:02.178Z] 8a5474983e97: Pull complete [2022-08-31T18:21:03.621Z] 329c88fbcd65: Pull complete [2022-08-31T18:21:03.621Z] Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 [2022-08-31T18:21:03.621Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-08-31T18:21:03.621Z] ---> ff4287adb874 [2022-08-31T18:21:03.621Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-08-31T18:21:05.620Z] ---> Running in 8baa9c5655a5 [2022-08-31T18:21:06.601Z] Removing intermediate container 8baa9c5655a5 [2022-08-31T18:21:06.601Z] ---> b867966de15c [2022-08-31T18:21:06.601Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2022-08-31T18:21:06.601Z] ---> Running in d394a8b5ce6b [2022-08-31T18:21:06.874Z] Removing intermediate container d394a8b5ce6b [2022-08-31T18:21:06.874Z] ---> 30754ec6066d [2022-08-31T18:21:06.874Z] Step 5/13 : ARG ADD_BUILD_TAGS="" [2022-08-31T18:21:06.874Z] ---> Running in b4487698fc96 [2022-08-31T18:21:07.149Z] Removing intermediate container b4487698fc96 [2022-08-31T18:21:07.149Z] ---> cd767e90798c [2022-08-31T18:21:07.149Z] Step 6/13 : WORKDIR /device-virtual-go [2022-08-31T18:21:07.430Z] ---> Running in d220e9e0bbbc [2022-08-31T18:21:07.708Z] Removing intermediate container d220e9e0bbbc [2022-08-31T18:21:07.708Z] ---> e60d30101d15 [2022-08-31T18:21:07.708Z] Step 7/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-31T18:21:07.708Z] ---> Running in 870fb47297dc [2022-08-31T18:21:09.714Z] Removing intermediate container 870fb47297dc [2022-08-31T18:21:09.714Z] ---> 3d5f95e7aae6 [2022-08-31T18:21:09.714Z] Step 8/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-08-31T18:21:09.714Z] ---> Running in f4000faf0bb7 [2022-08-31T18:21:10.695Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-31T18:21:11.290Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-31T18:21:12.266Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2022-08-31T18:21:12.267Z] (2/4) Installing libedit (20210910.3.1-r0) [2022-08-31T18:21:12.541Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2022-08-31T18:21:12.815Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2022-08-31T18:21:12.815Z] Executing busybox-1.35.0-r13.trigger [2022-08-31T18:21:12.815Z] OK: 226 MiB in 55 packages [2022-08-31T18:21:13.811Z] Removing intermediate container f4000faf0bb7 [2022-08-31T18:21:13.811Z] ---> 061159bca755 [2022-08-31T18:21:13.811Z] Step 9/13 : COPY go.mod vendor* ./ [2022-08-31T18:21:14.410Z] ---> e83c6a9c5257 [2022-08-31T18:21:14.410Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-31T18:21:14.410Z] ---> Running in 8b37387d2f48 [2022-08-31T18:22:10.984Z] Removing intermediate container 8b37387d2f48 [2022-08-31T18:22:10.984Z] ---> e9247b3f1104 [2022-08-31T18:22:10.984Z] Step 11/13 : COPY . . [2022-08-31T18:22:10.984Z] ---> fa10f261bca2 [2022-08-31T18:22:10.984Z] Step 12/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-08-31T18:22:10.984Z] ---> Running in bef8247c6fcf [2022-08-31T18:22:10.984Z] Removing intermediate container bef8247c6fcf [2022-08-31T18:22:10.984Z] ---> 6d0874867d87 [2022-08-31T18:22:10.984Z] Step 13/13 : RUN $MAKE [2022-08-31T18:22:10.984Z] ---> Running in 9414cb63bf8a [2022-08-31T18:22:10.984Z] noop [2022-08-31T18:22:10.984Z] Removing intermediate container 9414cb63bf8a [2022-08-31T18:22:10.984Z] ---> f9c92880505f [2022-08-31T18:22:10.984Z] Successfully built f9c92880505f [2022-08-31T18:22:10.984Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-31T18:22:11.363Z] + docker inspect -f . ci-base-image-arm64 [2022-08-31T18:22:11.363Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-31T18:22:11.625Z] prd-ubuntu20.04-docker-arm64-4c-16g-24224 does not seem to be running inside a container [2022-08-31T18:22:11.713Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/50 -v /w/workspace/device-virtual-go/50:/w/workspace/device-virtual-go/50:rw,z -v /w/workspace/device-virtual-go/50@tmp:/w/workspace/device-virtual-go/50@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-31T18:22:13.062Z] $ docker top d23d9440b527f3f4f21cef8135ebe2d43610919c7072df50c1e307e9dbe1cd57 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-31T18:22:13.998Z] + go version [2022-08-31T18:22:13.998Z] go version go1.18.3 linux/arm64 [Pipeline] } [2022-08-31T18:22:14.025Z] $ docker stop --time=1 d23d9440b527f3f4f21cef8135ebe2d43610919c7072df50c1e307e9dbe1cd57 [2022-08-31T18:22:15.713Z] $ docker rm -f d23d9440b527f3f4f21cef8135ebe2d43610919c7072df50c1e307e9dbe1cd57 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-31T18:22:16.353Z] + docker inspect -f . ci-base-image-arm64 [2022-08-31T18:22:16.353Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-31T18:22:16.612Z] prd-ubuntu20.04-docker-arm64-4c-16g-24224 does not seem to be running inside a container [2022-08-31T18:22:16.709Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-virtual-go/50 -v /w/workspace/device-virtual-go/50:/w/workspace/device-virtual-go/50:rw,z -v /w/workspace/device-virtual-go/50@tmp:/w/workspace/device-virtual-go/50@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-31T18:22:17.950Z] $ docker top 198eddbbed2423d72b3a3ac0d3fc2eff3f9f82e4de2dafda9821167ee3fbdc1e -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-31T18:22:18.880Z] + git config --global --add safe.directory /w/workspace/device-virtual-go/50 [Pipeline] fileExists [Pipeline] sh [2022-08-31T18:22:19.554Z] + make test [2022-08-31T18:22:19.554Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2022-08-31T18:22:21.008Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2022-08-31T18:23:42.873Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2022-08-31T18:23:42.873Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.130s coverage: 65.7% of statements [2022-08-31T18:23:42.873Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-08-31T18:23:42.873Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-08-31T18:23:58.009Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-08-31T18:23:58.009Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-08-31T18:23:58.009Z] ./bin/test-attribution-txt.sh [2022-08-31T18:23:58.009Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2022-08-31T18:23:58.009Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2022-08-31T18:23:58.009Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [Pipeline] echo [2022-08-31T18:23:58.031Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-08-31T18:23:58.052Z] $ docker stop --time=1 198eddbbed2423d72b3a3ac0d3fc2eff3f9f82e4de2dafda9821167ee3fbdc1e [2022-08-31T18:23:59.802Z] $ docker rm -f 198eddbbed2423d72b3a3ac0d3fc2eff3f9f82e4de2dafda9821167ee3fbdc1e [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-31T18:24:00.729Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-08-31T18:24:00.755Z] Warning: overwriting stash ‘coverage-report’ [2022-08-31T18:24:01.236Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-08-31T18:24:01.635Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-08-31T18:24:01.979Z] + ls -al . [2022-08-31T18:24:01.979Z] total 188 [2022-08-31T18:24:01.979Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 31 18:22 . [2022-08-31T18:24:01.979Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 18:20 .. [2022-08-31T18:24:01.979Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 31 18:20 .git [2022-08-31T18:24:01.979Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 18:20 .github [2022-08-31T18:24:01.979Z] -rw-rw-r-- 1 jenkins jenkins 337 Aug 31 18:20 .gitignore [2022-08-31T18:24:01.979Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 31 18:20 .golangci.yml [2022-08-31T18:24:01.979Z] -rw-rw-r-- 1 jenkins jenkins 8152 Aug 31 18:20 Attribution.txt [2022-08-31T18:24:01.979Z] -rw-rw-r-- 1 jenkins jenkins 9649 Aug 31 18:20 CHANGELOG.md [2022-08-31T18:24:01.979Z] -rw-rw-r-- 1 jenkins jenkins 2034 Aug 31 18:20 Dockerfile [2022-08-31T18:24:01.979Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 31 18:20 GOVERNANCE.md [2022-08-31T18:24:01.979Z] -rw-rw-r-- 1 jenkins jenkins 660 Aug 31 18:20 Jenkinsfile [2022-08-31T18:24:01.979Z] -rw-rw-r-- 1 jenkins jenkins 11340 Aug 31 18:20 LICENSE [2022-08-31T18:24:01.979Z] -rw-rw-r-- 1 jenkins jenkins 2457 Aug 31 18:20 Makefile [2022-08-31T18:24:01.979Z] -rw-rw-r-- 1 jenkins jenkins 623 Aug 31 18:20 OWNERS.md [2022-08-31T18:24:01.979Z] -rw-rw-r-- 1 jenkins jenkins 3578 Aug 31 18:20 README.md [2022-08-31T18:24:01.979Z] -rw-rw-r-- 1 jenkins jenkins 12 Aug 31 18:18 VERSION [2022-08-31T18:24:01.979Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 18:20 bin [2022-08-31T18:24:01.979Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 18:20 cmd [2022-08-31T18:24:01.979Z] -rw-r--r-- 1 jenkins jenkins 44128 Aug 31 18:23 coverage.out [2022-08-31T18:24:01.979Z] -rw-rw-r-- 1 jenkins jenkins 3328 Aug 31 18:20 go.mod [2022-08-31T18:24:01.979Z] -rw-rw-r-- 1 jenkins jenkins 36202 Aug 31 18:20 go.sum [2022-08-31T18:24:01.979Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 18:20 internal [2022-08-31T18:24:01.979Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 18:20 snap [2022-08-31T18:24:01.979Z] -rw-rw-r-- 1 jenkins jenkins 235 Aug 31 18:20 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-31T18:24:02.344Z] + 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=63543485434e600665537b42870bbfcdf272957c --label arch=arm64 --label version=2.3.0-dev.14 . [2022-08-31T18:24:02.950Z] Sending build context to Docker daemon 11.73MB [2022-08-31T18:24:02.950Z] Step 1/27 : ARG BASE=golang:1.18-alpine3.16 [2022-08-31T18:24:02.950Z] Step 2/27 : FROM ${BASE} AS builder [2022-08-31T18:24:02.950Z] ---> f9c92880505f [2022-08-31T18:24:02.950Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-08-31T18:24:02.950Z] ---> Running in 35fc6f570568 [2022-08-31T18:24:03.228Z] Removing intermediate container 35fc6f570568 [2022-08-31T18:24:03.228Z] ---> 562c24d4f0fe [2022-08-31T18:24:03.228Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2022-08-31T18:24:03.228Z] ---> Running in 31896b5e713c [2022-08-31T18:24:03.499Z] Removing intermediate container 31896b5e713c [2022-08-31T18:24:03.499Z] ---> dd408c36516c [2022-08-31T18:24:03.499Z] Step 5/27 : ARG ADD_BUILD_TAGS="" [2022-08-31T18:24:03.775Z] ---> Running in 9245d0815ab9 [2022-08-31T18:24:04.051Z] Removing intermediate container 9245d0815ab9 [2022-08-31T18:24:04.051Z] ---> 2402186bb100 [2022-08-31T18:24:04.051Z] Step 6/27 : WORKDIR /device-virtual-go [2022-08-31T18:24:04.051Z] ---> Running in 941b57c68cca [2022-08-31T18:24:04.325Z] Removing intermediate container 941b57c68cca [2022-08-31T18:24:04.325Z] ---> e5cf7b4ce4b3 [2022-08-31T18:24:04.325Z] Step 7/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-31T18:24:04.612Z] ---> Running in 111a5885fc36 [2022-08-31T18:24:06.072Z] Removing intermediate container 111a5885fc36 [2022-08-31T18:24:06.072Z] ---> 759ac307666b [2022-08-31T18:24:06.072Z] Step 8/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-08-31T18:24:06.072Z] ---> Running in e70d25ae65bf [2022-08-31T18:24:07.057Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-31T18:24:08.039Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-31T18:24:09.015Z] OK: 226 MiB in 55 packages [2022-08-31T18:24:09.999Z] Removing intermediate container e70d25ae65bf [2022-08-31T18:24:09.999Z] ---> d9ca907302c3 [2022-08-31T18:24:09.999Z] Step 9/27 : COPY go.mod vendor* ./ [2022-08-31T18:24:10.272Z] ---> dda66405c4f9 [2022-08-31T18:24:10.272Z] Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-31T18:24:10.553Z] ---> Running in 8e88d9a39797 [2022-08-31T18:24:12.532Z] Removing intermediate container 8e88d9a39797 [2022-08-31T18:24:12.532Z] ---> b67da7e2c1c0 [2022-08-31T18:24:12.532Z] Step 11/27 : COPY . . [2022-08-31T18:24:13.513Z] ---> d41a95c3aecc [2022-08-31T18:24:13.513Z] Step 12/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-08-31T18:24:13.513Z] ---> Running in 832af2f7c8bc [2022-08-31T18:24:13.789Z] Removing intermediate container 832af2f7c8bc [2022-08-31T18:24:13.789Z] ---> 724683ba6548 [2022-08-31T18:24:13.789Z] Step 13/27 : RUN $MAKE [2022-08-31T18:24:13.789Z] ---> Running in f655696c248a [2022-08-31T18:24:14.777Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-virtual-go.Version=2.3.0-dev.14" -trimpath -mod=readonly -buildmode=pie -o cmd/device-virtual ./cmd [2022-08-31T18:26:21.692Z] Removing intermediate container f655696c248a [2022-08-31T18:26:21.692Z] ---> 94d7f12d2550 [2022-08-31T18:26:21.692Z] Step 14/27 : FROM alpine:3.16 [2022-08-31T18:26:21.692Z] 3.16: Pulling from library/alpine [2022-08-31T18:26:21.692Z] 9b18e9b68314: Pulling fs layer [2022-08-31T18:26:21.692Z] 9b18e9b68314: Verifying Checksum [2022-08-31T18:26:21.692Z] 9b18e9b68314: Download complete [2022-08-31T18:26:21.692Z] 9b18e9b68314: Pull complete [2022-08-31T18:26:21.692Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-08-31T18:26:21.692Z] Status: Downloaded newer image for alpine:3.16 [2022-08-31T18:26:21.692Z] ---> a6215f271958 [2022-08-31T18:26:21.692Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2022-08-31T18:26:21.692Z] ---> Running in 2bb41dcbbf7a [2022-08-31T18:26:21.692Z] Removing intermediate container 2bb41dcbbf7a [2022-08-31T18:26:21.692Z] ---> 646f2b89c813 [2022-08-31T18:26:21.692Z] Step 16/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-31T18:26:21.692Z] ---> Running in 38f4f7a889d6 [2022-08-31T18:26:21.692Z] Removing intermediate container 38f4f7a889d6 [2022-08-31T18:26:21.692Z] ---> 693e3cb53c6c [2022-08-31T18:26:21.692Z] Step 17/27 : RUN apk add --update --no-cache zeromq dumb-init [2022-08-31T18:26:21.692Z] ---> Running in f9e2cfc2e13a [2022-08-31T18:26:21.692Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-31T18:26:21.692Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-31T18:26:21.692Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-08-31T18:26:21.692Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-08-31T18:26:21.692Z] (3/6) Installing libsodium (1.0.18-r0) [2022-08-31T18:26:21.692Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-08-31T18:26:21.692Z] (5/6) Installing libzmq (4.3.4-r0) [2022-08-31T18:26:21.692Z] (6/6) Installing zeromq (4.3.4-r0) [2022-08-31T18:26:21.692Z] Executing busybox-1.35.0-r17.trigger [2022-08-31T18:26:21.692Z] OK: 8 MiB in 20 packages [2022-08-31T18:26:22.684Z] Removing intermediate container f9e2cfc2e13a [2022-08-31T18:26:22.684Z] ---> 36c8af482140 [2022-08-31T18:26:22.684Z] Step 18/27 : WORKDIR / [2022-08-31T18:26:22.684Z] ---> Running in 2ea21fe3c356 [2022-08-31T18:26:22.960Z] Removing intermediate container 2ea21fe3c356 [2022-08-31T18:26:22.960Z] ---> 203c6eba49cc [2022-08-31T18:26:22.960Z] Step 19/27 : COPY --from=builder /device-virtual-go/Attribution.txt / [2022-08-31T18:26:23.559Z] ---> 71fdd5a4d300 [2022-08-31T18:26:23.559Z] Step 20/27 : COPY --from=builder /device-virtual-go/LICENSE / [2022-08-31T18:26:24.169Z] ---> d0676ebb3f2d [2022-08-31T18:26:24.169Z] Step 21/27 : COPY --from=builder /device-virtual-go/cmd / [2022-08-31T18:26:25.610Z] ---> 07a8dfa7b041 [2022-08-31T18:26:25.610Z] Step 22/27 : EXPOSE 59900 [2022-08-31T18:26:25.610Z] ---> Running in 5f8824d8f581 [2022-08-31T18:26:25.884Z] Removing intermediate container 5f8824d8f581 [2022-08-31T18:26:25.884Z] ---> 6330c687d665 [2022-08-31T18:26:25.884Z] Step 23/27 : ENTRYPOINT ["/device-virtual"] [2022-08-31T18:26:25.884Z] ---> Running in 73e990a29d8b [2022-08-31T18:26:26.160Z] Removing intermediate container 73e990a29d8b [2022-08-31T18:26:26.160Z] ---> e891ec49f754 [2022-08-31T18:26:26.160Z] Step 24/27 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-31T18:26:26.160Z] ---> Running in 14d1faf5a54a [2022-08-31T18:26:26.760Z] Removing intermediate container 14d1faf5a54a [2022-08-31T18:26:26.760Z] ---> 27da7dadaafa [2022-08-31T18:26:26.760Z] Step 25/27 : LABEL arch=arm64 [2022-08-31T18:26:26.760Z] ---> Running in 48bdb84dd479 [2022-08-31T18:26:27.036Z] Removing intermediate container 48bdb84dd479 [2022-08-31T18:26:27.036Z] ---> 2389f355fa89 [2022-08-31T18:26:27.036Z] Step 26/27 : LABEL git_sha=63543485434e600665537b42870bbfcdf272957c [2022-08-31T18:26:27.036Z] ---> Running in 564417872c2e [2022-08-31T18:26:27.314Z] Removing intermediate container 564417872c2e [2022-08-31T18:26:27.314Z] ---> c27e8b621fbc [2022-08-31T18:26:27.314Z] Step 27/27 : LABEL version=2.3.0-dev.14 [2022-08-31T18:26:27.314Z] ---> Running in 62b6d3b7fc6f [2022-08-31T18:26:27.917Z] Removing intermediate container 62b6d3b7fc6f [2022-08-31T18:26:27.918Z] ---> 531263785478 [2022-08-31T18:26:27.918Z] [Warning] One or more build-args [ARCH] were not consumed [2022-08-31T18:26:27.918Z] Successfully built 531263785478 [2022-08-31T18:26:27.918Z] 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-31T18:26:28.017Z] provisioning config files... [2022-08-31T18:26:28.036Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/50@tmp/config4828485538994651149tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-31T18:26:28.391Z] ---> docker-login.sh [2022-08-31T18:26:28.392Z] nexus3.edgexfoundry.org:10001 [2022-08-31T18:26:28.667Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-31T18:26:28.667Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-31T18:26:28.667Z] Configure a credential helper to remove this warning. See [2022-08-31T18:26:28.667Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-31T18:26:28.667Z] [2022-08-31T18:26:28.667Z] Login Succeeded [2022-08-31T18:26:28.667Z] nexus3.edgexfoundry.org:10002 [2022-08-31T18:26:29.267Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-31T18:26:29.267Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-31T18:26:29.267Z] Configure a credential helper to remove this warning. See [2022-08-31T18:26:29.267Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-31T18:26:29.267Z] [2022-08-31T18:26:29.267Z] Login Succeeded [2022-08-31T18:26:29.267Z] nexus3.edgexfoundry.org:10003 [2022-08-31T18:26:29.541Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-31T18:26:29.814Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-31T18:26:29.814Z] Configure a credential helper to remove this warning. See [2022-08-31T18:26:29.814Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-31T18:26:29.814Z] [2022-08-31T18:26:29.814Z] Login Succeeded [2022-08-31T18:26:29.814Z] nexus3.edgexfoundry.org:10004 [2022-08-31T18:26:30.088Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-31T18:26:30.363Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-31T18:26:30.363Z] Configure a credential helper to remove this warning. See [2022-08-31T18:26:30.364Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-31T18:26:30.364Z] [2022-08-31T18:26:30.364Z] Login Succeeded [2022-08-31T18:26:30.364Z] docker.io [2022-08-31T18:26:30.638Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-31T18:26:31.234Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-31T18:26:31.234Z] Configure a credential helper to remove this warning. See [2022-08-31T18:26:31.234Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-31T18:26:31.234Z] [2022-08-31T18:26:31.234Z] Login Succeeded [2022-08-31T18:26:31.234Z] ---> docker-login.sh ends [Pipeline] } [2022-08-31T18:26:31.252Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-31T18:26:31.282Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-31T18:26:31.303Z] [edgeXDocker.push] Tagging docker image device-virtual-arm64 with the following tags: [2022-08-31T18:26:31.303Z] 63543485434e600665537b42870bbfcdf272957c [2022-08-31T18:26:31.303Z] latest [2022-08-31T18:26:31.303Z] 2.3.0-dev.14 [2022-08-31T18:26:31.303Z] 63543485434e600665537b42870bbfcdf272957c-2.3.0-dev.14 [2022-08-31T18:26:31.303Z] main [2022-08-31T18:26:31.303Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-31T18:26:31.667Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:63543485434e600665537b42870bbfcdf272957c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-31T18:26:32.042Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:63543485434e600665537b42870bbfcdf272957c [2022-08-31T18:26:32.042Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2022-08-31T18:26:32.042Z] 1bba3492c72f: Preparing [2022-08-31T18:26:32.042Z] f3e46af7c4f5: Preparing [2022-08-31T18:26:32.042Z] 15e13f945cdb: Preparing [2022-08-31T18:26:32.042Z] c73ca7428489: Preparing [2022-08-31T18:26:32.042Z] 7b06e1b6b150: Preparing [2022-08-31T18:26:32.042Z] 5d3e392a13a0: Preparing [2022-08-31T18:26:32.042Z] 5d3e392a13a0: Waiting [2022-08-31T18:26:32.317Z] f3e46af7c4f5: Pushed [2022-08-31T18:26:32.317Z] 7b06e1b6b150: Pushed [2022-08-31T18:26:32.317Z] 15e13f945cdb: Pushed [2022-08-31T18:26:32.317Z] 5d3e392a13a0: Layer already exists [2022-08-31T18:26:32.915Z] c73ca7428489: Pushed [2022-08-31T18:26:38.314Z] 1bba3492c72f: Pushed [2022-08-31T18:26:38.314Z] 63543485434e600665537b42870bbfcdf272957c: digest: sha256:9483a635b53a47f663676696e6207b69cd8128785e5563fd442932fa6bafdeb2 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-31T18:26:38.690Z] + 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-31T18:26:39.057Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [2022-08-31T18:26:39.057Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2022-08-31T18:26:39.057Z] 1bba3492c72f: Preparing [2022-08-31T18:26:39.057Z] f3e46af7c4f5: Preparing [2022-08-31T18:26:39.057Z] 15e13f945cdb: Preparing [2022-08-31T18:26:39.057Z] c73ca7428489: Preparing [2022-08-31T18:26:39.057Z] 7b06e1b6b150: Preparing [2022-08-31T18:26:39.057Z] 5d3e392a13a0: Preparing [2022-08-31T18:26:39.057Z] 5d3e392a13a0: Waiting [2022-08-31T18:26:39.057Z] f3e46af7c4f5: Layer already exists [2022-08-31T18:26:39.057Z] 1bba3492c72f: Layer already exists [2022-08-31T18:26:39.057Z] 7b06e1b6b150: Layer already exists [2022-08-31T18:26:39.057Z] 15e13f945cdb: Layer already exists [2022-08-31T18:26:39.057Z] c73ca7428489: Layer already exists [2022-08-31T18:26:39.057Z] 5d3e392a13a0: Layer already exists [2022-08-31T18:26:39.330Z] latest: digest: sha256:9483a635b53a47f663676696e6207b69cd8128785e5563fd442932fa6bafdeb2 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-31T18:26:39.698Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:2.3.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-31T18:26:40.070Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:2.3.0-dev.14 [2022-08-31T18:26:40.070Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2022-08-31T18:26:40.070Z] 1bba3492c72f: Preparing [2022-08-31T18:26:40.070Z] f3e46af7c4f5: Preparing [2022-08-31T18:26:40.070Z] 15e13f945cdb: Preparing [2022-08-31T18:26:40.070Z] c73ca7428489: Preparing [2022-08-31T18:26:40.070Z] 7b06e1b6b150: Preparing [2022-08-31T18:26:40.070Z] 5d3e392a13a0: Preparing [2022-08-31T18:26:40.070Z] 5d3e392a13a0: Waiting [2022-08-31T18:26:40.070Z] 15e13f945cdb: Layer already exists [2022-08-31T18:26:40.070Z] 7b06e1b6b150: Layer already exists [2022-08-31T18:26:40.070Z] c73ca7428489: Layer already exists [2022-08-31T18:26:40.070Z] f3e46af7c4f5: Layer already exists [2022-08-31T18:26:40.070Z] 1bba3492c72f: Layer already exists [2022-08-31T18:26:40.070Z] 5d3e392a13a0: Layer already exists [2022-08-31T18:26:40.344Z] 2.3.0-dev.14: digest: sha256:9483a635b53a47f663676696e6207b69cd8128785e5563fd442932fa6bafdeb2 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-31T18:26:40.725Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:63543485434e600665537b42870bbfcdf272957c-2.3.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-31T18:26:41.094Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:63543485434e600665537b42870bbfcdf272957c-2.3.0-dev.14 [2022-08-31T18:26:41.094Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2022-08-31T18:26:41.094Z] 1bba3492c72f: Preparing [2022-08-31T18:26:41.094Z] f3e46af7c4f5: Preparing [2022-08-31T18:26:41.094Z] 15e13f945cdb: Preparing [2022-08-31T18:26:41.094Z] c73ca7428489: Preparing [2022-08-31T18:26:41.094Z] 7b06e1b6b150: Preparing [2022-08-31T18:26:41.094Z] 5d3e392a13a0: Preparing [2022-08-31T18:26:41.094Z] 5d3e392a13a0: Waiting [2022-08-31T18:26:41.094Z] 15e13f945cdb: Layer already exists [2022-08-31T18:26:41.094Z] f3e46af7c4f5: Layer already exists [2022-08-31T18:26:41.094Z] c73ca7428489: Layer already exists [2022-08-31T18:26:41.094Z] 1bba3492c72f: Layer already exists [2022-08-31T18:26:41.094Z] 7b06e1b6b150: Layer already exists [2022-08-31T18:26:41.094Z] 5d3e392a13a0: Layer already exists [2022-08-31T18:26:41.368Z] 63543485434e600665537b42870bbfcdf272957c-2.3.0-dev.14: digest: sha256:9483a635b53a47f663676696e6207b69cd8128785e5563fd442932fa6bafdeb2 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-31T18:26:41.741Z] + 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-31T18:26:42.110Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [2022-08-31T18:26:42.110Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2022-08-31T18:26:42.110Z] 1bba3492c72f: Preparing [2022-08-31T18:26:42.110Z] f3e46af7c4f5: Preparing [2022-08-31T18:26:42.110Z] 15e13f945cdb: Preparing [2022-08-31T18:26:42.110Z] c73ca7428489: Preparing [2022-08-31T18:26:42.110Z] 7b06e1b6b150: Preparing [2022-08-31T18:26:42.110Z] 5d3e392a13a0: Preparing [2022-08-31T18:26:42.110Z] 5d3e392a13a0: Waiting [2022-08-31T18:26:42.110Z] f3e46af7c4f5: Layer already exists [2022-08-31T18:26:42.110Z] c73ca7428489: Layer already exists [2022-08-31T18:26:42.110Z] 1bba3492c72f: Layer already exists [2022-08-31T18:26:42.110Z] 7b06e1b6b150: Layer already exists [2022-08-31T18:26:42.110Z] 15e13f945cdb: Layer already exists [2022-08-31T18:26:42.110Z] 5d3e392a13a0: Layer already exists [2022-08-31T18:26:42.383Z] main: digest: sha256:9483a635b53a47f663676696e6207b69cd8128785e5563fd442932fa6bafdeb2 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-31T18:26:42.446Z] ===================================================== [Pipeline] echo [2022-08-31T18:26:42.453Z] taggedImages: [2022-08-31T18:26:42.454Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:63543485434e600665537b42870bbfcdf272957c [2022-08-31T18:26:42.454Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [2022-08-31T18:26:42.454Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:2.3.0-dev.14 [2022-08-31T18:26:42.454Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:63543485434e600665537b42870bbfcdf272957c-2.3.0-dev.14 [2022-08-31T18:26:42.454Z] - 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-31T18:26:42.840Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-31T18:26:42.840Z] [2022-08-31T18:26:42.840Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-31T18:26:43.197Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-31T18:26:43.478Z] arm64: Pulling from edgex-lftools-log-publisher [2022-08-31T18:26:43.478Z] 8998bd30e6a1: Pulling fs layer [2022-08-31T18:26:43.478Z] 04944245beec: Pulling fs layer [2022-08-31T18:26:43.478Z] 699f458cf7ca: Pulling fs layer [2022-08-31T18:26:43.478Z] 765212b225bb: Pulling fs layer [2022-08-31T18:26:43.478Z] f23df028b6ca: Pulling fs layer [2022-08-31T18:26:43.478Z] d65c8cfc05b1: Pulling fs layer [2022-08-31T18:26:43.478Z] 2437ff75d9bd: Pulling fs layer [2022-08-31T18:26:43.478Z] 765212b225bb: Waiting [2022-08-31T18:26:43.478Z] f23df028b6ca: Waiting [2022-08-31T18:26:43.478Z] d65c8cfc05b1: Waiting [2022-08-31T18:26:43.478Z] 2437ff75d9bd: Waiting [2022-08-31T18:26:43.478Z] 04944245beec: Verifying Checksum [2022-08-31T18:26:43.478Z] 04944245beec: Download complete [2022-08-31T18:26:43.478Z] 765212b225bb: Verifying Checksum [2022-08-31T18:26:43.478Z] 765212b225bb: Download complete [2022-08-31T18:26:43.478Z] f23df028b6ca: Verifying Checksum [2022-08-31T18:26:43.478Z] f23df028b6ca: Download complete [2022-08-31T18:26:43.478Z] d65c8cfc05b1: Verifying Checksum [2022-08-31T18:26:43.478Z] d65c8cfc05b1: Download complete [2022-08-31T18:26:43.759Z] 699f458cf7ca: Verifying Checksum [2022-08-31T18:26:43.759Z] 699f458cf7ca: Download complete [2022-08-31T18:26:44.038Z] 8998bd30e6a1: Verifying Checksum [2022-08-31T18:26:44.038Z] 8998bd30e6a1: Download complete [2022-08-31T18:26:46.668Z] 2437ff75d9bd: Verifying Checksum [2022-08-31T18:26:46.668Z] 2437ff75d9bd: Download complete [2022-08-31T18:26:48.111Z] 8998bd30e6a1: Pull complete [2022-08-31T18:26:48.709Z] 04944245beec: Pull complete [2022-08-31T18:26:50.153Z] 699f458cf7ca: Pull complete [2022-08-31T18:26:50.429Z] 765212b225bb: Pull complete [2022-08-31T18:26:51.413Z] f23df028b6ca: Pull complete [2022-08-31T18:26:51.413Z] d65c8cfc05b1: Pull complete [2022-08-31T18:27:06.510Z] 2437ff75d9bd: Pull complete [2022-08-31T18:27:06.510Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-08-31T18:27:06.510Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-31T18:27:06.510Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-31T18:27:06.763Z] prd-ubuntu20.04-docker-arm64-4c-16g-24224 does not seem to be running inside a container [2022-08-31T18:27:06.855Z] $ 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/50 -v /w/workspace/device-virtual-go/50:/w/workspace/device-virtual-go/50:rw,z -v /w/workspace/device-virtual-go/50@tmp:/w/workspace/device-virtual-go/50@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-31T18:27:09.211Z] $ docker top ccd48bde06ca0634800e62d52c4e770c859817228159dcd2cdc4ec85a3bcd2d5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-31T18:27:10.096Z] ---> job-cost.sh [2022-08-31T18:27:10.096Z] lf-activate-venv: SKIPPING [2022-08-31T18:27:10.096Z] INFO: No Stack... [2022-08-31T18:27:10.368Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-08-31T18:27:11.345Z] INFO: Archiving Costs [Pipeline] sh [2022-08-31T18:27:12.000Z] + cat /w/workspace/device-virtual-go/50/archives/cost.csv [2022-08-31T18:27:12.000Z] + cut -d, -f6 [Pipeline] lock [2022-08-31T18:27:12.057Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-50-stack-cost] [2022-08-31T18:27:12.064Z] Resource [jenkins-edgexfoundry-device-virtual-go-main-50-stack-cost] did not exist. Created. [2022-08-31T18:27:12.064Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-50-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-08-31T18:27:12.733Z] /w/workspace/device-virtual-go/50@tmp/durable-9ae65e2a/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-08-31T18:27:13.404Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-08-31T18:27:13.424Z] Warning: overwriting stash ‘stack-cost’ [2022-08-31T18:27:13.469Z] Stashed 1 file(s) [Pipeline] } [2022-08-31T18:27:13.479Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-50-stack-cost] [Pipeline] // lock [Pipeline] } [2022-08-31T18:27:13.502Z] $ docker stop --time=1 ccd48bde06ca0634800e62d52c4e770c859817228159dcd2cdc4ec85a3bcd2d5 [2022-08-31T18:27:14.975Z] $ docker rm -f ccd48bde06ca0634800e62d52c4e770c859817228159dcd2cdc4ec85a3bcd2d5 [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-31T18:27:15.411Z] provisioning config files... [2022-08-31T18:27:15.418Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config5839324161346660293tmp [Pipeline] { [Pipeline] sh [2022-08-31T18:27:15.716Z] + set +x [2022-08-31T18:27:15.716Z] + curl -s https://codecov.io/bash [2022-08-31T18:27:15.716Z] + bash -s -- [2022-08-31T18:27:15.716Z] [2022-08-31T18:27:15.716Z] _____ _ [2022-08-31T18:27:15.716Z] / ____| | | [2022-08-31T18:27:15.716Z] | | ___ __| | ___ ___ _____ __ [2022-08-31T18:27:15.716Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-08-31T18:27:15.716Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-08-31T18:27:15.716Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-08-31T18:27:15.716Z] Bash-1.0.6 [2022-08-31T18:27:15.716Z] [2022-08-31T18:27:15.716Z] [2022-08-31T18:27:15.716Z] ==> git version 2.25.1 found [2022-08-31T18:27:15.716Z] ==> 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-31T18:27:15.716Z] Release-Date: 2020-01-08 [2022-08-31T18:27:15.716Z] 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-31T18:27:15.716Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-08-31T18:27:15.716Z] ==> Jenkins CI detected. [2022-08-31T18:27:15.716Z] current dir:  /w/workspace/exfoundry_device-virtual-go_main [2022-08-31T18:27:15.716Z] project root: . [2022-08-31T18:27:15.716Z] --> token set from env [2022-08-31T18:27:15.716Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-08-31T18:27:15.716Z] ==> Running gcov in . (disable via -X gcov) [2022-08-31T18:27:15.716Z] ==> Python coveragepy not found [2022-08-31T18:27:15.716Z] ==> Searching for coverage reports in: [2022-08-31T18:27:15.716Z] + . [2022-08-31T18:27:15.716Z] -> Found 1 reports [2022-08-31T18:27:15.716Z] ==> Detecting git/mercurial file structure [2022-08-31T18:27:15.976Z] ==> Reading reports [2022-08-31T18:27:15.976Z] + ./coverage.out bytes=44128 [2022-08-31T18:27:15.976Z] ==> Appending adjustments [2022-08-31T18:27:15.976Z] https://docs.codecov.io/docs/fixing-reports [2022-08-31T18:27:15.976Z] + Found adjustments [2022-08-31T18:27:15.976Z] ==> Gzipping contents [2022-08-31T18:27:15.976Z] 8.0K /tmp/codecov.PHyyjs.gz [2022-08-31T18:27:15.976Z] ==> Uploading reports [2022-08-31T18:27:15.976Z] url: https://codecov.io [2022-08-31T18:27:15.976Z] query: branch=main&commit=63543485434e600665537b42870bbfcdf272957c&build=50&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F50%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2022-08-31T18:27:15.976Z] -> Pinging Codecov [2022-08-31T18:27:15.976Z] 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=63543485434e600665537b42870bbfcdf272957c&build=50&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F50%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2022-08-31T18:27:16.545Z] -> Uploading to [2022-08-31T18:27:16.545Z] https://storage.googleapis.com/codecov/v4/raw/2022-08-31/5E52B4B073DB2E39498172D8E973AA87/63543485434e600665537b42870bbfcdf272957c/02e2c43c-e813-4cad-8949-ce8ecdaee517.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20220831%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220831T182716Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b71bbcdc04a5fed42d22d0032947efffa198fb9a5bbd8691eed13501bfccfb64 [2022-08-31T18:27:16.545Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-31T18:27:16.545Z] Dload Upload Total Spent Left Speed [2022-08-31T18:27:16.545Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5503 0 0 100 5503 0 24030 --:--:-- --:--:-- --:--:-- 24030 [2022-08-31T18:27:16.545Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/63543485434e600665537b42870bbfcdf272957c [Pipeline] } [2022-08-31T18:27:16.554Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2022-08-31T18:27:16.747Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2022-08-31T18:27:16.759Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-31T18:27:17.067Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-08-31T18:27:17.067Z] [2022-08-31T18:27:17.067Z] 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-31T18:27:17.369Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-08-31T18:27:17.369Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2022-08-31T18:27:17.369Z] df9b9388f04a: Pulling fs layer [2022-08-31T18:27:17.369Z] 52dc419b0ee2: Pulling fs layer [2022-08-31T18:27:17.369Z] 25bc292e5bac: Pulling fs layer [2022-08-31T18:27:17.369Z] 114826534d7a: Pulling fs layer [2022-08-31T18:27:17.369Z] 4657fd5d0bcf: Pulling fs layer [2022-08-31T18:27:17.369Z] 6ad1cebc031e: Pulling fs layer [2022-08-31T18:27:17.369Z] 8a3aa393b2d8: Pulling fs layer [2022-08-31T18:27:17.369Z] 4657fd5d0bcf: Waiting [2022-08-31T18:27:17.369Z] 6ad1cebc031e: Waiting [2022-08-31T18:27:17.369Z] 8a3aa393b2d8: Waiting [2022-08-31T18:27:17.369Z] 114826534d7a: Waiting [2022-08-31T18:27:17.369Z] 25bc292e5bac: Verifying Checksum [2022-08-31T18:27:17.369Z] 25bc292e5bac: Download complete [2022-08-31T18:27:17.369Z] 52dc419b0ee2: Download complete [2022-08-31T18:27:17.369Z] 4657fd5d0bcf: Download complete [2022-08-31T18:27:17.369Z] df9b9388f04a: Download complete [2022-08-31T18:27:17.629Z] 6ad1cebc031e: Verifying Checksum [2022-08-31T18:27:17.629Z] 6ad1cebc031e: Download complete [2022-08-31T18:27:17.629Z] df9b9388f04a: Pull complete [2022-08-31T18:27:17.629Z] 52dc419b0ee2: Pull complete [2022-08-31T18:27:17.889Z] 25bc292e5bac: Pull complete [2022-08-31T18:27:18.148Z] 114826534d7a: Download complete [2022-08-31T18:27:18.408Z] 8a3aa393b2d8: Verifying Checksum [2022-08-31T18:27:18.408Z] 8a3aa393b2d8: Download complete [2022-08-31T18:27:22.607Z] 114826534d7a: Pull complete [2022-08-31T18:27:22.607Z] 4657fd5d0bcf: Pull complete [2022-08-31T18:27:22.607Z] 6ad1cebc031e: Pull complete [2022-08-31T18:27:25.899Z] 8a3aa393b2d8: Pull complete [2022-08-31T18:27:25.899Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2022-08-31T18:27:25.899Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-08-31T18:27:25.899Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-31T18:27:26.005Z] prd-ubuntu20.04-docker-8c-8g-24223 does not seem to be running inside a container [2022-08-31T18:27:26.047Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2022-08-31T18:27:30.047Z] $ docker top 8d861f0b592d2fc4af8e12e6fdc1248ae1f3f3bdf34a9104b46690b9cfe79f1b -eo pid,comm [Pipeline] { [Pipeline] echo [2022-08-31T18:27:30.123Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-virtual-go:main' [Pipeline] sh [2022-08-31T18:27:30.405Z] + set -o pipefail [2022-08-31T18:27:30.405Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-virtual-go:main' [2022-08-31T18:27:40.401Z] [2022-08-31T18:27:40.401Z] Monitoring /w/workspace/exfoundry_device-virtual-go_main (github.com/edgexfoundry/device-virtual-go)... [2022-08-31T18:27:40.401Z] [2022-08-31T18:27:40.401Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/28e35fd0-54c0-4b4d-8115-61bcd17c2ff8/history/d744b5ca-1dd6-4dc1-b2ad-1fa34e3397ab [2022-08-31T18:27:40.401Z] [2022-08-31T18:27:40.401Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2022-08-31T18:27:40.401Z] [2022-08-31T18:27:40.401Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2022-08-31T18:27:40.401Z] [2022-08-31T18:27:40.401Z] [Pipeline] } [2022-08-31T18:27:40.415Z] $ docker stop --time=1 8d861f0b592d2fc4af8e12e6fdc1248ae1f3f3bdf34a9104b46690b9cfe79f1b [2022-08-31T18:27:43.160Z] $ docker rm -f 8d861f0b592d2fc4af8e12e6fdc1248ae1f3f3bdf34a9104b46690b9cfe79f1b [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-31T18:27:43.851Z] + git log --format=format:%s -1 63543485434e600665537b42870bbfcdf272957c [Pipeline] sh [2022-08-31T18:27:44.145Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-31T18:27:44.145Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-31T18:27:44.454Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-31T18:27:44.454Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-31T18:27:44.539Z] prd-ubuntu20.04-docker-8c-8g-24223 does not seem to be running inside a container [2022-08-31T18:27:44.627Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-08-31T18:27:45.069Z] $ docker top aad47721bc51e8b6b4984dfd335f5ee4e03a111fde760ee3a4e4306a836d433c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-31T18:27:45.178Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-31T18:27:45.178Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-31T18:27:45.318Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-31T18:27:45.323Z] $ docker exec aad47721bc51e8b6b4984dfd335f5ee4e03a111fde760ee3a4e4306a836d433c ssh-agent [2022-08-31T18:27:45.443Z] SSH_AUTH_SOCK=/tmp/ssh-0FkdeJ7zBshP/agent.32 [2022-08-31T18:27:45.443Z] SSH_AGENT_PID=38 [2022-08-31T18:27:45.449Z] Running ssh-add (command line suppressed) [2022-08-31T18:27:45.562Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_1297653740664559819.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_1297653740664559819.key) [2022-08-31T18:27:45.576Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-31T18:27:45.870Z] + git semver tag [2022-08-31T18:27:46.131Z] 2022-08-31 18:27:46,042 [run_tag] DEBUG tag force:False [2022-08-31T18:27:46.131Z] 2022-08-31 18:27:46,042 [check_head_tag] DEBUG check head tag [2022-08-31T18:27:46.131Z] 2022-08-31 18:27:46,042 [execute] INFO git cat-file --batch-check [2022-08-31T18:27:46.131Z] 2022-08-31 18:27:46,042 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) [2022-08-31T18:27:46.131Z] 2022-08-31 18:27:46,046 [execute] INFO git cat-file --batch [2022-08-31T18:27:46.131Z] 2022-08-31 18:27:46,046 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) [2022-08-31T18:27:46.131Z] 2022-08-31 18:27:46,057 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2022-08-31T18:27:46.131Z] 2022-08-31 18:27:46,057 [execute] INFO git tag -a v2.3.0-dev.14 -m v2.3.0-dev.14 [2022-08-31T18:27:46.131Z] 2022-08-31 18:27:46,057 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.3.0-dev.14', '-m', 'v2.3.0-dev.14'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=None) [2022-08-31T18:27:46.131Z] 2022-08-31 18:27:46,062 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2022-08-31T18:27:46.131Z] 2.3.0-dev.14 [Pipeline] } [2022-08-31T18:27:46.143Z] $ docker exec --env ******** --env ******** aad47721bc51e8b6b4984dfd335f5ee4e03a111fde760ee3a4e4306a836d433c ssh-agent -k [2022-08-31T18:27:46.259Z] unset SSH_AUTH_SOCK; [2022-08-31T18:27:46.260Z] unset SSH_AGENT_PID; [2022-08-31T18:27:46.260Z] echo Agent pid 38 killed; [2022-08-31T18:27:46.271Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-31T18:27:46.581Z] + git semver [Pipeline] } [2022-08-31T18:27:46.861Z] $ docker stop --time=1 aad47721bc51e8b6b4984dfd335f5ee4e03a111fde760ee3a4e4306a836d433c [2022-08-31T18:27:48.144Z] $ docker rm -f aad47721bc51e8b6b4984dfd335f5ee4e03a111fde760ee3a4e4306a836d433c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-31T18:27:48.543Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-08-31T18:27:48.543Z] [2022-08-31T18:27:48.543Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-31T18:27:48.847Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-08-31T18:27:48.847Z] 0.23.1-centos7: Pulling from edgex-lftools [2022-08-31T18:27:48.847Z] ab5ef0e58194: Pulling fs layer [2022-08-31T18:27:48.847Z] 9712f1f96733: Pulling fs layer [2022-08-31T18:27:48.847Z] 63f879dbbcfc: Pulling fs layer [2022-08-31T18:27:48.847Z] 0d9ebad4ef96: Pulling fs layer [2022-08-31T18:27:48.847Z] e9a5061849ea: Pulling fs layer [2022-08-31T18:27:48.847Z] d747dcd14b5f: Pulling fs layer [2022-08-31T18:27:48.847Z] 2de7ff778b66: Pulling fs layer [2022-08-31T18:27:48.847Z] 0d9ebad4ef96: Waiting [2022-08-31T18:27:48.847Z] e9a5061849ea: Waiting [2022-08-31T18:27:48.847Z] 2de7ff778b66: Waiting [2022-08-31T18:27:48.847Z] d747dcd14b5f: Waiting [2022-08-31T18:27:48.847Z] 9712f1f96733: Verifying Checksum [2022-08-31T18:27:48.847Z] 9712f1f96733: Download complete [2022-08-31T18:27:49.114Z] 63f879dbbcfc: Verifying Checksum [2022-08-31T18:27:49.114Z] 63f879dbbcfc: Download complete [2022-08-31T18:27:49.114Z] e9a5061849ea: Verifying Checksum [2022-08-31T18:27:49.114Z] e9a5061849ea: Download complete [2022-08-31T18:27:49.373Z] d747dcd14b5f: Verifying Checksum [2022-08-31T18:27:49.373Z] d747dcd14b5f: Download complete [2022-08-31T18:27:49.373Z] ab5ef0e58194: Verifying Checksum [2022-08-31T18:27:49.373Z] ab5ef0e58194: Download complete [2022-08-31T18:27:49.373Z] 0d9ebad4ef96: Verifying Checksum [2022-08-31T18:27:49.373Z] 0d9ebad4ef96: Download complete [2022-08-31T18:27:49.373Z] 2de7ff778b66: Verifying Checksum [2022-08-31T18:27:49.373Z] 2de7ff778b66: Download complete [2022-08-31T18:27:52.665Z] ab5ef0e58194: Pull complete [2022-08-31T18:27:52.665Z] 9712f1f96733: Pull complete [2022-08-31T18:27:52.925Z] 63f879dbbcfc: Pull complete [2022-08-31T18:27:57.123Z] 0d9ebad4ef96: Pull complete [2022-08-31T18:27:57.123Z] e9a5061849ea: Pull complete [2022-08-31T18:27:57.383Z] d747dcd14b5f: Pull complete [2022-08-31T18:27:58.324Z] 2de7ff778b66: Pull complete [2022-08-31T18:27:58.324Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2022-08-31T18:27:58.324Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-08-31T18:27:58.324Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-31T18:27:58.427Z] prd-ubuntu20.04-docker-8c-8g-24223 does not seem to be running inside a container [2022-08-31T18:27:58.467Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2022-08-31T18:28:02.948Z] $ docker top 2cf5228a7b3eb0187aae45c74e23eb007ab90a303d4378077ce80b38ad4e98b1 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2022-08-31T18:28:03.029Z] provisioning config files... [2022-08-31T18:28:03.036Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config4851572861701740969tmp [2022-08-31T18:28:03.044Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config7510487706664158523tmp [2022-08-31T18:28:03.053Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config4331385432301088903tmp [Pipeline] { [Pipeline] echo [2022-08-31T18:28:03.067Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-31T18:28:03.350Z] ---> sigul-configuration.sh [2022-08-31T18:28:03.350Z] gpg: directory `/root/.gnupg' created [2022-08-31T18:28:03.350Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2022-08-31T18:28:03.350Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2022-08-31T18:28:03.350Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2022-08-31T18:28:03.350Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2022-08-31T18:28:03.350Z] gpg: CAST5 encrypted data [2022-08-31T18:28:03.350Z] gpg: encrypted with 1 passphrase [2022-08-31T18:28:03.350Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2022-08-31T18:28:03.640Z] + mkdir /home/jenkins [2022-08-31T18:28:03.640Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2022-08-31T18:28:03.926Z] + 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-31T18:28:03.934Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-31T18:28:04.217Z] ---> sigul-install.sh [2022-08-31T18:28:04.217Z] Sigul already installed; skipping installation. [Pipeline] sh [2022-08-31T18:28:04.503Z] + git tag --list [2022-08-31T18:28:04.503Z] v1.0.0 [2022-08-31T18:28:04.503Z] v1.1.0 [2022-08-31T18:28:04.503Z] v1.1.1 [2022-08-31T18:28:04.503Z] v1.2.1 [2022-08-31T18:28:04.503Z] v1.2.2 [2022-08-31T18:28:04.503Z] v1.2.3 [2022-08-31T18:28:04.503Z] v1.3.0 [2022-08-31T18:28:04.503Z] v1.3.1 [2022-08-31T18:28:04.503Z] v2.0.0 [2022-08-31T18:28:04.503Z] v2.1.0 [2022-08-31T18:28:04.503Z] v2.1.1 [2022-08-31T18:28:04.503Z] v2.1.1-dev.1 [2022-08-31T18:28:04.503Z] v2.1.1-dev.2 [2022-08-31T18:28:04.503Z] v2.2.0 [2022-08-31T18:28:04.503Z] v2.2.1-dev.1 [2022-08-31T18:28:04.503Z] v2.2.1-dev.2 [2022-08-31T18:28:04.503Z] v2.2.1-dev.3 [2022-08-31T18:28:04.503Z] v2.2.1-dev.4 [2022-08-31T18:28:04.503Z] v2.2.1-dev.5 [2022-08-31T18:28:04.503Z] v2.2.1-dev.6 [2022-08-31T18:28:04.503Z] v2.2.1-dev.7 [2022-08-31T18:28:04.503Z] v2.2.1-dev.8 [2022-08-31T18:28:04.503Z] v2.3.0-dev.10 [2022-08-31T18:28:04.503Z] v2.3.0-dev.11 [2022-08-31T18:28:04.503Z] v2.3.0-dev.12 [2022-08-31T18:28:04.503Z] v2.3.0-dev.13 [2022-08-31T18:28:04.503Z] v2.3.0-dev.14 [2022-08-31T18:28:04.503Z] v2.3.0-dev.8 [2022-08-31T18:28:04.503Z] v2.3.0-dev.9 [Pipeline] sh [2022-08-31T18:28:04.792Z] + lftools sign git-tag v2.3.0-dev.14 [2022-08-31T18:28:05.361Z] Signing Git tag with Sigul... [2022-08-31T18:28:05.361Z] Signing v2.3.0-dev.14 [Pipeline] echo [2022-08-31T18:28:05.941Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-31T18:28:06.225Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2022-08-31T18:28:06.234Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2022-08-31T18:28:06.257Z] $ docker stop --time=1 2cf5228a7b3eb0187aae45c74e23eb007ab90a303d4378077ce80b38ad4e98b1 [2022-08-31T18:28:07.586Z] $ docker rm -f 2cf5228a7b3eb0187aae45c74e23eb007ab90a303d4378077ce80b38ad4e98b1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2022-08-31T18:28:08.014Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-31T18:28:08.014Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-31T18:28:08.325Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-31T18:28:08.325Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-31T18:28:08.408Z] prd-ubuntu20.04-docker-8c-8g-24223 does not seem to be running inside a container [2022-08-31T18:28:08.447Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-08-31T18:28:08.812Z] $ docker top 62e41a673cf26822c384abde5c58a3f87a5cfa6ae161780d26b7f3df662ab19e -eo pid,comm [2022-08-31T18:28:08.863Z] 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-31T18:28:08.864Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-31T18:28:08.905Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-31T18:28:08.906Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-31T18:28:09.041Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-31T18:28:09.046Z] $ docker exec 62e41a673cf26822c384abde5c58a3f87a5cfa6ae161780d26b7f3df662ab19e ssh-agent [2022-08-31T18:28:09.169Z] SSH_AUTH_SOCK=/tmp/ssh-6ePHpLd36ApB/agent.33 [2022-08-31T18:28:09.169Z] SSH_AGENT_PID=39 [2022-08-31T18:28:09.175Z] Running ssh-add (command line suppressed) [2022-08-31T18:28:09.284Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_8810039463450991910.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_8810039463450991910.key) [2022-08-31T18:28:09.298Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-31T18:28:09.583Z] + git semver bump pre [2022-08-31T18:28:09.843Z] 2022-08-31 18:28:09,765 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2022-08-31T18:28:09.843Z] 2022-08-31 18:28:09,765 [bump_version] DEBUG bumping version:2.3.0-dev.14 on axis:pre with prefix:dev [2022-08-31T18:28:09.843Z] 2022-08-31 18:28:09,766 [bump_version] DEBUG bumped version:2.3.0-dev.15 [2022-08-31T18:28:09.843Z] 2022-08-31 18:28:09,766 [write_version] DEBUG write version:2.3.0-dev.15 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:True [2022-08-31T18:28:09.843Z] 2022-08-31 18:28:09,766 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2022-08-31T18:28:09.843Z] 2022-08-31 18:28:09,766 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-virtual-go_main/.semver/main [2022-08-31T18:28:09.843Z] 2022-08-31 18:28:09,767 [execute] INFO git cat-file --batch-check [2022-08-31T18:28:09.843Z] 2022-08-31 18:28:09,768 [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-31T18:28:09.843Z] 2022-08-31 18:28:09,773 [execute] INFO git cat-file --batch [2022-08-31T18:28:09.843Z] 2022-08-31 18:28:09,773 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) [2022-08-31T18:28:09.843Z] 2022-08-31 18:28:09,778 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2022-08-31T18:28:09.843Z] 2.3.0-dev.15 [Pipeline] } [2022-08-31T18:28:09.855Z] $ docker exec --env ******** --env ******** 62e41a673cf26822c384abde5c58a3f87a5cfa6ae161780d26b7f3df662ab19e ssh-agent -k [2022-08-31T18:28:09.959Z] unset SSH_AUTH_SOCK; [2022-08-31T18:28:09.959Z] unset SSH_AGENT_PID; [2022-08-31T18:28:09.959Z] echo Agent pid 39 killed; [2022-08-31T18:28:09.968Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-31T18:28:10.281Z] + git semver [Pipeline] } [2022-08-31T18:28:10.558Z] $ docker stop --time=1 62e41a673cf26822c384abde5c58a3f87a5cfa6ae161780d26b7f3df662ab19e [2022-08-31T18:28:11.890Z] $ docker rm -f 62e41a673cf26822c384abde5c58a3f87a5cfa6ae161780d26b7f3df662ab19e [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-31T18:28:12.260Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-31T18:28:12.260Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-31T18:28:12.571Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-31T18:28:12.571Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-31T18:28:12.712Z] prd-ubuntu20.04-docker-8c-8g-24223 does not seem to be running inside a container [2022-08-31T18:28:12.782Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-08-31T18:28:13.182Z] $ docker top b6791a22b6cabc2c0fc4af5f76fd415cf8f3b5dbfbe8386a2d603537d8cdc4d2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-31T18:28:13.279Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-31T18:28:13.279Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-31T18:28:13.398Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-31T18:28:13.402Z] $ docker exec b6791a22b6cabc2c0fc4af5f76fd415cf8f3b5dbfbe8386a2d603537d8cdc4d2 ssh-agent [2022-08-31T18:28:13.525Z] SSH_AUTH_SOCK=/tmp/ssh-hHLOYCf57J1f/agent.34 [2022-08-31T18:28:13.525Z] SSH_AGENT_PID=41 [2022-08-31T18:28:13.531Z] Running ssh-add (command line suppressed) [2022-08-31T18:28:13.649Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_5422143992728747515.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_5422143992728747515.key) [2022-08-31T18:28:13.663Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-31T18:28:13.960Z] + git semver push [2022-08-31T18:28:14.222Z] 2022-08-31 18:28:14,153 [run_push] DEBUG push [2022-08-31T18:28:14.222Z] 2022-08-31 18:28:14,153 [execute] INFO git cat-file --batch-check [2022-08-31T18:28:14.222Z] 2022-08-31 18:28:14,154 [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-31T18:28:14.222Z] 2022-08-31 18:28:14,158 [execute] INFO git rev-list 1a12c8cb53acbcdb624561f35effd2057acecb76 -- [2022-08-31T18:28:14.222Z] 2022-08-31 18:28:14,159 [execute] DEBUG Popen(['git', 'rev-list', '1a12c8cb53acbcdb624561f35effd2057acecb76', '--'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2022-08-31T18:28:14.222Z] 2022-08-31 18:28:14,167 [execute] INFO git fetch -v origin [2022-08-31T18:28:14.222Z] 2022-08-31 18:28:14,168 [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-31T18:28:14.794Z] 2022-08-31 18:28:14,662 [run_push] DEBUG no remote changes detected [2022-08-31T18:28:14.794Z] 2022-08-31 18:28:14,663 [execute] INFO git push origin semver [2022-08-31T18:28:14.794Z] 2022-08-31 18:28:14,663 [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-31T18:28:21.383Z] 2022-08-31 18:28:20,223 [run_push] DEBUG push all version tags [2022-08-31T18:28:21.383Z] 2022-08-31 18:28:20,223 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2022-08-31T18:28:21.383Z] 2022-08-31 18:28:20,224 [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-31T18:28:26.671Z] 2022-08-31 18:28:25,923 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2022-08-31T18:28:26.671Z] 2.3.0-dev.15 [Pipeline] } [2022-08-31T18:28:26.683Z] $ docker exec --env ******** --env ******** b6791a22b6cabc2c0fc4af5f76fd415cf8f3b5dbfbe8386a2d603537d8cdc4d2 ssh-agent -k [2022-08-31T18:28:26.794Z] unset SSH_AUTH_SOCK; [2022-08-31T18:28:26.795Z] unset SSH_AGENT_PID; [2022-08-31T18:28:26.795Z] echo Agent pid 41 killed; [2022-08-31T18:28:26.808Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-31T18:28:27.125Z] + git semver [Pipeline] } [2022-08-31T18:28:27.402Z] $ docker stop --time=1 b6791a22b6cabc2c0fc4af5f76fd415cf8f3b5dbfbe8386a2d603537d8cdc4d2 [2022-08-31T18:28:28.728Z] $ docker rm -f b6791a22b6cabc2c0fc4af5f76fd415cf8f3b5dbfbe8386a2d603537d8cdc4d2 [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-31T18:28:29.405Z] + [ -d /w/workspace/exfoundry_device-virtual-go_main/archives ] [2022-08-31T18:28:29.405Z] + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives [2022-08-31T18:28:29.405Z] total 16 [2022-08-31T18:28:29.405Z] drwxr-xr-x 3 root root 4096 Aug 31 18:20 . [2022-08-31T18:28:29.405Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 31 18:28 .. [2022-08-31T18:28:29.405Z] drwxr-xr-x 2 root root 4096 Aug 31 18:20 cost [2022-08-31T18:28:29.405Z] -rw-r--r-- 1 root root 88 Aug 31 18:20 cost.csv [2022-08-31T18:28:29.405Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-virtual-go_main/archives [2022-08-31T18:28:29.405Z] + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives [2022-08-31T18:28:29.405Z] total 16 [2022-08-31T18:28:29.405Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 31 18:20 . [2022-08-31T18:28:29.405Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 31 18:28 .. [2022-08-31T18:28:29.405Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 31 18:20 cost [2022-08-31T18:28:29.405Z] -rw-r--r-- 1 jenkins jenkins 88 Aug 31 18:20 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-08-31T18:28:29.699Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-31T18:28:30.564Z] ---> package-listing.sh [2022-08-31T18:28:30.564Z] ++ facter osfamily [2022-08-31T18:28:30.564Z] ++ tr '[:upper:]' '[:lower:]' [2022-08-31T18:28:30.827Z] + OS_FAMILY=debian [2022-08-31T18:28:30.827Z] + workspace=/w/workspace/exfoundry_device-virtual-go_main [2022-08-31T18:28:30.827Z] + START_PACKAGES=/tmp/packages_start.txt [2022-08-31T18:28:30.827Z] + END_PACKAGES=/tmp/packages_end.txt [2022-08-31T18:28:30.827Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-08-31T18:28:30.827Z] + PACKAGES=/tmp/packages_start.txt [2022-08-31T18:28:30.827Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2022-08-31T18:28:30.827Z] + PACKAGES=/tmp/packages_end.txt [2022-08-31T18:28:30.827Z] + case "${OS_FAMILY}" in [2022-08-31T18:28:30.827Z] + dpkg -l [2022-08-31T18:28:30.827Z] + grep '^ii' [2022-08-31T18:28:30.827Z] + '[' -f /tmp/packages_start.txt ']' [2022-08-31T18:28:30.827Z] + '[' -f /tmp/packages_end.txt ']' [2022-08-31T18:28:30.827Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-08-31T18:28:30.827Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2022-08-31T18:28:30.827Z] + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ [2022-08-31T18:28:30.827Z] + 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-31T18:28:30.838Z] 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-31T18:28:31.116Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-31T18:28:31.689Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-31T18:28:31.690Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-31T18:28:31.778Z] prd-ubuntu20.04-docker-8c-8g-24223 does not seem to be running inside a container [2022-08-31T18:28:31.816Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_device-virtual-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-08-31T18:28:32.053Z] $ docker top 6be283931480c7d73de8162b2da19225fb063849ae1ba320a38fa35e2731d15f -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-31T18:28:32.412Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-08-31T18:28:32.700Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-08-31T18:28:32.989Z] + ls /var/log/sa-host [2022-08-31T18:28:32.989Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-31T18:28:33.145Z] provisioning config files... [2022-08-31T18:28:33.155Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config1349959240067852767tmp [Pipeline] { [Pipeline] echo [2022-08-31T18:28:33.173Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-31T18:28:33.455Z] ---> create-netrc.sh [Pipeline] } [2022-08-31T18:28:33.463Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-08-31T18:28:33.800Z] ---> python-tools-install.sh [Pipeline] echo [2022-08-31T18:28:33.808Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-31T18:28:34.093Z] ---> sudo-logs.sh [2022-08-31T18:28:34.093Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-08-31T18:28:34.126Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-31T18:28:34.412Z] ---> job-cost.sh [2022-08-31T18:28:34.412Z] lf-activate-venv: SKIPPING [2022-08-31T18:28:34.412Z] DEBUG: total: 0.2199999988079071 [2022-08-31T18:28:34.412Z] INFO: Retrieving Stack Cost... [2022-08-31T18:28:34.673Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-08-31T18:28:35.241Z] INFO: Archiving Costs [Pipeline] echo [2022-08-31T18:28:35.253Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-31T18:28:35.540Z] ---> logs-deploy.sh [2022-08-31T18:28:35.540Z] lf-activate-venv: SKIPPING [2022-08-31T18:28:35.540Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/50 [2022-08-31T18:28:35.540Z] INFO: archiving workspace using pattern(s): [2022-08-31T18:28:36.480Z] Archives upload complete. [2022-08-31T18:28:36.740Z] INFO: archiving logs to Nexus [2022-08-31T18:28:37.312Z] ---> uname -a: [2022-08-31T18:28:37.312Z] Linux prd-ubuntu20-04-docker-8c-8g-24223 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux [2022-08-31T18:28:37.312Z] [2022-08-31T18:28:37.312Z] [2022-08-31T18:28:37.312Z] ---> lscpu: [2022-08-31T18:28:37.312Z] Architecture: x86_64 [2022-08-31T18:28:37.312Z] CPU op-mode(s): 32-bit, 64-bit [2022-08-31T18:28:37.312Z] Byte Order: Little Endian [2022-08-31T18:28:37.312Z] Address sizes: 40 bits physical, 48 bits virtual [2022-08-31T18:28:37.312Z] CPU(s): 8 [2022-08-31T18:28:37.312Z] On-line CPU(s) list: 0-7 [2022-08-31T18:28:37.312Z] Thread(s) per core: 1 [2022-08-31T18:28:37.312Z] Core(s) per socket: 1 [2022-08-31T18:28:37.312Z] Socket(s): 8 [2022-08-31T18:28:37.312Z] NUMA node(s): 1 [2022-08-31T18:28:37.312Z] Vendor ID: AuthenticAMD [2022-08-31T18:28:37.312Z] CPU family: 23 [2022-08-31T18:28:37.312Z] Model: 49 [2022-08-31T18:28:37.312Z] Model name: AMD EPYC-Rome Processor [2022-08-31T18:28:37.312Z] Stepping: 0 [2022-08-31T18:28:37.312Z] CPU MHz: 2799.998 [2022-08-31T18:28:37.312Z] BogoMIPS: 5599.99 [2022-08-31T18:28:37.312Z] Virtualization: AMD-V [2022-08-31T18:28:37.312Z] Hypervisor vendor: KVM [2022-08-31T18:28:37.312Z] Virtualization type: full [2022-08-31T18:28:37.312Z] L1d cache: 256 KiB [2022-08-31T18:28:37.312Z] L1i cache: 256 KiB [2022-08-31T18:28:37.312Z] L2 cache: 4 MiB [2022-08-31T18:28:37.312Z] L3 cache: 128 MiB [2022-08-31T18:28:37.312Z] NUMA node0 CPU(s): 0-7 [2022-08-31T18:28:37.312Z] Vulnerability Itlb multihit: Not affected [2022-08-31T18:28:37.312Z] Vulnerability L1tf: Not affected [2022-08-31T18:28:37.312Z] Vulnerability Mds: Not affected [2022-08-31T18:28:37.312Z] Vulnerability Meltdown: Not affected [2022-08-31T18:28:37.312Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-08-31T18:28:37.312Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2022-08-31T18:28:37.312Z] Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2022-08-31T18:28:37.312Z] Vulnerability Srbds: Not affected [2022-08-31T18:28:37.312Z] Vulnerability Tsx async abort: Not affected [2022-08-31T18:28:37.313Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2022-08-31T18:28:37.313Z] [2022-08-31T18:28:37.313Z] [2022-08-31T18:28:37.313Z] ---> nproc: [2022-08-31T18:28:37.313Z] 8 [2022-08-31T18:28:37.313Z] [2022-08-31T18:28:37.313Z] [2022-08-31T18:28:37.313Z] ---> df -h: [2022-08-31T18:28:37.313Z] Filesystem Size Used Avail Use% Mounted on [2022-08-31T18:28:37.313Z] overlay 155G 13G 143G 8% / [2022-08-31T18:28:37.313Z] tmpfs 64M 0 64M 0% /dev [2022-08-31T18:28:37.313Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2022-08-31T18:28:37.313Z] shm 64M 0 64M 0% /dev/shm [2022-08-31T18:28:37.313Z] /dev/vda1 155G 13G 143G 8% /facter-os [2022-08-31T18:28:37.313Z] [2022-08-31T18:28:37.313Z] [2022-08-31T18:28:37.313Z] ---> sar -b -r -n DEV: [2022-08-31T18:28:37.313Z] Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-24223) 08/31/22 _x86_64_ (8 CPU) [2022-08-31T18:28:37.313Z] [2022-08-31T18:28:37.313Z] 18:17:02 LINUX RESTART (8 CPU) [2022-08-31T18:28:37.313Z] [2022-08-31T18:28:37.313Z] 18:18:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2022-08-31T18:28:37.313Z] 18:19:01 172.52 1.57 170.95 0.00 40.79 62590.37 0.00 [2022-08-31T18:28:37.313Z] 18:20:01 171.29 0.10 171.19 0.00 10.00 25048.49 0.00 [2022-08-31T18:28:37.313Z] 18:21:02 30.91 0.00 30.91 0.00 0.00 16450.59 0.00 [2022-08-31T18:28:37.313Z] 18:22:01 2.08 0.00 2.08 0.00 0.00 23.61 0.00 [2022-08-31T18:28:37.313Z] 18:23:01 1.03 0.02 1.02 0.00 0.13 12.00 0.00 [2022-08-31T18:28:37.313Z] 18:24:01 1.20 0.00 1.20 0.00 0.00 15.73 0.00 [2022-08-31T18:28:37.313Z] 18:25:01 0.85 0.00 0.85 0.00 0.00 9.60 0.00 [2022-08-31T18:28:37.313Z] 18:26:01 1.53 0.00 1.53 0.00 0.00 18.13 0.00 [2022-08-31T18:28:37.313Z] 18:27:01 1.00 0.00 1.00 0.00 0.00 11.60 0.00 [2022-08-31T18:28:37.313Z] 18:28:01 92.42 0.33 92.08 0.00 14.93 56494.58 0.00 [2022-08-31T18:28:37.313Z] Average: 47.56 0.20 47.36 0.00 6.60 16093.71 0.00 [2022-08-31T18:28:37.313Z] [2022-08-31T18:28:37.313Z] 18:18:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2022-08-31T18:28:37.313Z] 18:19:01 28098524 31736888 551828 1.68 160588 3670548 2122524 6.26 1339552 2976384 207092 [2022-08-31T18:28:37.313Z] 18:20:01 27758620 31715644 572536 1.74 167296 3970104 2296020 6.77 1333592 3306296 260560 [2022-08-31T18:28:37.313Z] 18:21:02 27576420 31768420 518732 1.58 174376 4166912 1891236 5.57 1298772 3490632 156 [2022-08-31T18:28:37.313Z] 18:22:01 27577456 31769476 517368 1.57 174400 4166904 1891236 5.57 1297792 3490632 20 [2022-08-31T18:28:37.313Z] 18:23:01 27577408 31769636 517356 1.57 174432 4166920 1891236 5.57 1297732 3490828 188 [2022-08-31T18:28:37.313Z] 18:24:01 27578432 31770724 516236 1.57 174460 4166924 1891236 5.57 1296876 3490832 180 [2022-08-31T18:28:37.313Z] 18:25:01 27587488 31779784 507116 1.54 174476 4166924 1891236 5.57 1287688 3490832 12 [2022-08-31T18:28:37.313Z] 18:26:01 27587724 31780052 506788 1.54 174500 4166928 1891236 5.57 1287472 3490836 12 [2022-08-31T18:28:37.313Z] 18:27:01 27587640 31780036 507012 1.54 174528 4166916 1891236 5.57 1287560 3490872 12 [2022-08-31T18:28:37.313Z] 18:28:01 26074388 31740688 541148 1.65 216448 5474820 2089680 6.16 1408144 4757108 205152 [2022-08-31T18:28:37.313Z] Average: 27500410 31761135 525612 1.60 176550 4228390 1974688 5.82 1313518 3547525 67338 [2022-08-31T18:28:37.313Z] [2022-08-31T18:28:37.313Z] 18:18:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2022-08-31T18:28:37.313Z] 18:19:01 ens3 374.69 279.85 5453.37 87.82 0.00 0.00 0.00 0.00 [2022-08-31T18:28:37.313Z] 18:19:01 lo 2.73 2.73 0.27 0.27 0.00 0.00 0.00 0.00 [2022-08-31T18:28:37.313Z] 18:19:01 veth9d504cb 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2022-08-31T18:28:37.313Z] 18:19:01 docker0 131.49 162.97 10.44 1479.37 0.00 0.00 0.00 0.00 [2022-08-31T18:28:37.313Z] 18:20:01 ens3 219.15 168.66 2711.01 283.43 0.00 0.00 0.00 0.00 [2022-08-31T18:28:37.313Z] 18:20:01 lo 8.00 8.00 0.78 0.78 0.00 0.00 0.00 0.00 [2022-08-31T18:28:37.313Z] 18:20:01 docker0 19.16 23.20 1.15 99.21 0.00 0.00 0.00 0.00 [2022-08-31T18:28:37.313Z] 18:21:02 ens3 13.10 8.77 13.50 5.07 0.00 0.00 0.00 0.00 [2022-08-31T18:28:37.313Z] 18:21:02 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2022-08-31T18:28:37.313Z] 18:21:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-31T18:28:37.313Z] 18:22:01 ens3 0.44 0.49 0.03 0.04 0.00 0.00 0.00 0.00 [2022-08-31T18:28:37.313Z] 18:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-08-31T18:28:37.313Z] 18:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-31T18:28:37.313Z] 18:23:01 ens3 1.08 0.47 0.47 0.34 0.00 0.00 0.00 0.00 [2022-08-31T18:28:37.313Z] 18:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-31T18:28:37.313Z] 18:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-31T18:28:37.313Z] 18:24:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2022-08-31T18:28:37.313Z] 18:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-08-31T18:28:37.313Z] 18:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-31T18:28:37.313Z] 18:25:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-31T18:28:37.313Z] 18:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-31T18:28:37.313Z] 18:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-31T18:28:37.313Z] 18:26:01 ens3 0.12 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2022-08-31T18:28:37.313Z] 18:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-08-31T18:28:37.313Z] 18:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-31T18:28:37.313Z] 18:27:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-31T18:28:37.313Z] 18:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-31T18:28:37.313Z] 18:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-31T18:28:37.313Z] 18:28:01 ens3 345.83 244.14 7856.31 74.77 0.00 0.00 0.00 0.00 [2022-08-31T18:28:37.313Z] 18:28:01 lo 2.13 2.13 0.20 0.20 0.00 0.00 0.00 0.00 [2022-08-31T18:28:37.313Z] 18:28:01 docker0 33.81 44.76 3.17 682.63 0.00 0.00 0.00 0.00 [2022-08-31T18:28:37.313Z] Average: ens3 95.61 70.37 1606.09 45.22 0.00 0.00 0.00 0.00 [2022-08-31T18:28:37.313Z] Average: lo 1.36 1.36 0.13 0.13 0.00 0.00 0.00 0.00 [2022-08-31T18:28:37.313Z] Average: docker0 18.48 23.13 1.48 226.49 0.00 0.00 0.00 0.00 [2022-08-31T18:28:37.313Z] [2022-08-31T18:28:37.313Z] [2022-08-31T18:28:37.313Z] ---> sar -P ALL: [2022-08-31T18:28:37.313Z] Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-24223) 08/31/22 _x86_64_ (8 CPU) [2022-08-31T18:28:37.313Z] [2022-08-31T18:28:37.313Z] 18:17:02 LINUX RESTART (8 CPU) [2022-08-31T18:28:37.313Z] [2022-08-31T18:28:37.313Z] 18:18:01 CPU %user %nice %system %iowait %steal %idle [2022-08-31T18:28:37.313Z] 18:19:01 all 19.73 0.00 5.68 2.59 0.07 71.95 [2022-08-31T18:28:37.313Z] 18:19:01 0 20.10 0.00 5.53 0.54 0.07 73.76 [2022-08-31T18:28:37.313Z] 18:19:01 1 19.74 0.00 5.92 0.80 0.05 73.49 [2022-08-31T18:28:37.313Z] 18:19:01 2 19.36 0.00 5.42 1.09 0.07 74.05 [2022-08-31T18:28:37.313Z] 18:19:01 3 20.48 0.00 5.52 5.48 0.07 68.45 [2022-08-31T18:28:37.313Z] 18:19:01 4 19.87 0.00 5.22 0.14 0.05 74.72 [2022-08-31T18:28:37.313Z] 18:19:01 5 20.90 0.00 6.57 9.58 0.07 62.88 [2022-08-31T18:28:37.313Z] 18:19:01 6 18.18 0.00 5.33 2.67 0.07 73.74 [2022-08-31T18:28:37.313Z] 18:19:01 7 19.19 0.00 5.89 0.39 0.08 74.45 [2022-08-31T18:28:37.313Z] 18:20:01 all 29.55 0.00 5.45 1.57 0.08 63.35 [2022-08-31T18:28:37.313Z] 18:20:01 0 29.56 0.00 6.16 1.11 0.07 63.10 [2022-08-31T18:28:37.313Z] 18:20:01 1 29.10 0.00 4.97 0.10 0.07 65.77 [2022-08-31T18:28:37.313Z] 18:20:01 2 29.97 0.00 5.53 2.30 0.07 62.13 [2022-08-31T18:28:37.313Z] 18:20:01 3 29.47 0.00 5.26 0.27 0.08 64.91 [2022-08-31T18:28:37.313Z] 18:20:01 4 29.55 0.00 5.86 0.62 0.08 63.88 [2022-08-31T18:28:37.313Z] 18:20:01 5 30.82 0.00 5.39 4.16 0.10 59.53 [2022-08-31T18:28:37.313Z] 18:20:01 6 28.87 0.00 5.06 2.67 0.07 63.32 [2022-08-31T18:28:37.313Z] 18:20:01 7 29.09 0.00 5.38 1.27 0.07 64.20 [2022-08-31T18:28:37.313Z] 18:21:02 all 2.04 0.00 0.80 0.74 0.01 96.41 [2022-08-31T18:28:37.313Z] 18:21:02 0 1.92 0.00 1.04 0.02 0.02 97.01 [2022-08-31T18:28:37.313Z] 18:21:02 1 2.00 0.00 0.77 0.39 0.03 96.81 [2022-08-31T18:28:37.313Z] 18:21:02 2 2.37 0.00 0.77 0.00 0.02 96.84 [2022-08-31T18:28:37.313Z] 18:21:02 3 2.09 0.00 0.59 0.42 0.00 96.91 [2022-08-31T18:28:37.313Z] 18:21:02 4 2.09 0.00 0.63 0.22 0.00 97.06 [2022-08-31T18:28:37.313Z] 18:21:02 5 2.22 0.00 1.12 4.14 0.02 92.50 [2022-08-31T18:28:37.313Z] 18:21:02 6 1.75 0.00 0.67 0.00 0.02 97.56 [2022-08-31T18:28:37.313Z] 18:21:02 7 1.86 0.00 0.82 0.74 0.02 96.57 [2022-08-31T18:28:37.313Z] 18:22:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2022-08-31T18:28:37.313Z] 18:22:01 0 0.00 0.00 0.02 0.02 0.00 99.97 [2022-08-31T18:28:37.313Z] 18:22:01 1 0.03 0.00 0.03 0.00 0.02 99.91 [2022-08-31T18:28:37.313Z] 18:22:01 2 0.05 0.00 0.00 0.00 0.00 99.95 [2022-08-31T18:28:37.313Z] 18:22:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2022-08-31T18:28:37.313Z] 18:22:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-31T18:28:37.313Z] 18:22:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2022-08-31T18:28:37.313Z] 18:22:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-31T18:28:37.313Z] 18:22:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2022-08-31T18:28:37.313Z] 18:23:01 all 0.03 0.00 0.01 0.00 0.00 99.95 [2022-08-31T18:28:37.313Z] 18:23:01 0 0.03 0.00 0.00 0.02 0.00 99.95 [2022-08-31T18:28:37.313Z] 18:23:01 1 0.03 0.00 0.07 0.00 0.02 99.88 [2022-08-31T18:28:37.313Z] 18:23:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-31T18:28:37.313Z] 18:23:01 3 0.08 0.00 0.00 0.00 0.00 99.92 [2022-08-31T18:28:37.313Z] 18:23:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-31T18:28:37.313Z] 18:23:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2022-08-31T18:28:37.313Z] 18:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-31T18:28:37.313Z] 18:23:01 7 0.02 0.00 0.02 0.02 0.00 99.95 [2022-08-31T18:28:37.313Z] 18:24:01 all 0.01 0.00 0.00 0.03 0.01 99.96 [2022-08-31T18:28:37.313Z] 18:24:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-31T18:28:37.313Z] 18:24:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2022-08-31T18:28:37.313Z] 18:24:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2022-08-31T18:28:37.313Z] 18:24:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-31T18:28:37.313Z] 18:24:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2022-08-31T18:28:37.313Z] 18:24:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2022-08-31T18:28:37.313Z] 18:24:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2022-08-31T18:28:37.314Z] 18:24:01 7 0.03 0.00 0.00 0.20 0.02 99.75 [2022-08-31T18:28:37.314Z] 18:25:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2022-08-31T18:28:37.314Z] 18:25:01 0 0.03 0.00 0.00 0.02 0.02 99.93 [2022-08-31T18:28:37.314Z] 18:25:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2022-08-31T18:28:37.314Z] 18:25:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2022-08-31T18:28:37.314Z] 18:25:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2022-08-31T18:28:37.314Z] 18:25:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2022-08-31T18:28:37.314Z] 18:25:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2022-08-31T18:28:37.314Z] 18:25:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2022-08-31T18:28:37.314Z] 18:25:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2022-08-31T18:28:37.314Z] 18:26:01 all 0.01 0.00 0.01 0.02 0.00 99.95 [2022-08-31T18:28:37.314Z] 18:26:01 0 0.00 0.00 0.02 0.07 0.00 99.92 [2022-08-31T18:28:37.314Z] 18:26:01 1 0.03 0.00 0.02 0.00 0.03 99.92 [2022-08-31T18:28:37.314Z] 18:26:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2022-08-31T18:28:37.314Z] 18:26:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2022-08-31T18:28:37.314Z] 18:26:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2022-08-31T18:28:37.314Z] 18:26:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-31T18:28:37.314Z] 18:26:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2022-08-31T18:28:37.314Z] 18:26:01 7 0.02 0.00 0.02 0.10 0.00 99.87 [2022-08-31T18:28:37.314Z] 18:27:01 all 0.06 0.00 0.01 0.01 0.00 99.92 [2022-08-31T18:28:37.314Z] 18:27:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-31T18:28:37.314Z] 18:27:01 1 0.43 0.00 0.03 0.00 0.00 99.53 [2022-08-31T18:28:37.314Z] 18:27:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-31T18:28:37.314Z] 18:27:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2022-08-31T18:28:37.314Z] 18:27:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-31T18:28:37.314Z] 18:27:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2022-08-31T18:28:37.314Z] 18:27:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2022-08-31T18:28:37.314Z] 18:27:01 7 0.03 0.00 0.00 0.05 0.00 99.92 [2022-08-31T18:28:37.314Z] 18:28:01 all 9.15 0.00 3.44 2.09 0.04 85.28 [2022-08-31T18:28:37.314Z] 18:28:01 0 9.40 0.00 3.76 6.57 0.05 80.23 [2022-08-31T18:28:37.314Z] 18:28:01 1 10.04 0.00 4.01 3.27 0.05 82.63 [2022-08-31T18:28:37.314Z] 18:28:01 2 9.66 0.00 3.15 0.44 0.03 86.72 [2022-08-31T18:28:37.314Z] 18:28:01 3 7.88 0.00 3.92 0.03 0.03 88.14 [2022-08-31T18:28:37.314Z] 18:28:01 4 10.46 0.00 3.11 4.04 0.05 82.34 [2022-08-31T18:28:37.314Z] 18:28:01 5 8.76 0.00 3.26 0.86 0.05 87.07 [2022-08-31T18:28:37.314Z] 18:28:01 6 8.06 0.00 3.14 0.49 0.03 88.28 [2022-08-31T18:28:37.314Z] 18:28:01 7 8.91 0.00 3.17 1.02 0.05 86.85 [2022-08-31T18:28:37.314Z] Average: all 6.03 0.00 1.53 0.70 0.02 91.71 [2022-08-31T18:28:37.314Z] Average: 0 6.08 0.00 1.64 0.83 0.02 91.42 [2022-08-31T18:28:37.314Z] Average: 1 6.13 0.00 1.58 0.46 0.03 91.81 [2022-08-31T18:28:37.314Z] Average: 2 6.12 0.00 1.48 0.38 0.02 91.99 [2022-08-31T18:28:37.314Z] Average: 3 5.96 0.00 1.52 0.62 0.02 91.88 [2022-08-31T18:28:37.314Z] Average: 4 6.16 0.00 1.48 0.50 0.02 91.84 [2022-08-31T18:28:37.314Z] Average: 5 6.24 0.00 1.63 1.87 0.02 90.24 [2022-08-31T18:28:37.314Z] Average: 6 5.67 0.00 1.42 0.58 0.02 92.31 [2022-08-31T18:28:37.314Z] Average: 7 5.87 0.00 1.52 0.38 0.02 92.21 [2022-08-31T18:28:37.314Z] [2022-08-31T18:28:37.314Z] [2022-08-31T18:28:37.314Z]