Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from e5cd6c2866e9da13f1580177b0e11085f8902a5a 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-ssh10024801770348421982.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh12373960928974955833.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16141697067255391626.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh16491966246979468851.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-ssh11269512625065558947.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-6361 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 e5cd6c2866e9da13f1580177b0e11085f8902a5a (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 e5cd6c2866e9da13f1580177b0e11085f8902a5a # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 (#341)" > git rev-list --no-walk 1522ab26941e845286473a63852d2df7c1cc35f3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-17T04:53:44.297Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-17T04:53:44.344Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-17T04:53:44.358Z] ========================================================= [2023-02-17T04:53:44.358Z] EdgeX Global Pipelines Version Info [2023-02-17T04:53:44.358Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-17T04:53:45.085Z] ------------------- [2023-02-17T04:53:45.085Z] stable info: [2023-02-17T04:53:45.085Z] ------------------- [2023-02-17T04:53:45.085Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-17T04:53:45.085Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-17T04:53:45.085Z] Message: update stable to v1.0.244 [2023-02-17T04:53:45.655Z] ------------------- [2023-02-17T04:53:45.655Z] experimental info: [2023-02-17T04:53:45.655Z] ------------------- [2023-02-17T04:53:45.655Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-17T04:53:45.655Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-17T04:53:45.655Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-17T04:53:45.811Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2023-02-17T04:53:45.826Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2023-02-17T04:53:45.837Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-17T04:53:45.851Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-17T04:53:45.864Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-17T04:53:45.880Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-17T04:53:45.891Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-17T04:53:45.906Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-02-17T04:53:45.915Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-17T04:53:45.928Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-17T04:53:45.944Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-17T04:53:45.961Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo [2023-02-17T04:53:45.970Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-17T04:53:45.986Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-17T04:53:46.003Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-17T04:53:46.015Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-02-17T04:53:46.030Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-02-17T04:53:46.049Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-02-17T04:53:46.062Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-17T04:53:46.080Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-17T04:53:46.091Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-02-17T04:53:46.103Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-02-17T04:53:46.115Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-02-17T04:53:46.129Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-02-17T04:53:46.145Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-02-17T04:53:46.157Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-17T04:53:46.172Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-17T04:53:46.188Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-02-17T04:53:46.198Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-02-17T04:53:46.210Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-02-17T04:53:46.225Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e5cd6c2866e9da13f1580177b0e11085f8902a5a [Pipeline] echo [2023-02-17T04:53:46.236Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e5cd6c2 [Pipeline] echo [2023-02-17T04:53:46.248Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-17T04:53:46.292Z] provisioning config files... [2023-02-17T04:53:46.306Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config14579094692011945861tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-17T04:53:46.608Z] ---> docker-login.sh [2023-02-17T04:53:46.608Z] nexus3.edgexfoundry.org:10001 [2023-02-17T04:53:46.869Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T04:53:48.779Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T04:53:48.779Z] Configure a credential helper to remove this warning. See [2023-02-17T04:53:48.779Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T04:53:48.779Z] [2023-02-17T04:53:48.779Z] Login Succeeded [2023-02-17T04:53:48.779Z] nexus3.edgexfoundry.org:10002 [2023-02-17T04:53:48.779Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T04:53:48.779Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T04:53:48.779Z] Configure a credential helper to remove this warning. See [2023-02-17T04:53:48.779Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T04:53:48.779Z] [2023-02-17T04:53:48.779Z] Login Succeeded [2023-02-17T04:53:48.779Z] nexus3.edgexfoundry.org:10003 [2023-02-17T04:53:48.779Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T04:53:48.779Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T04:53:48.779Z] Configure a credential helper to remove this warning. See [2023-02-17T04:53:48.779Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T04:53:48.779Z] [2023-02-17T04:53:48.779Z] Login Succeeded [2023-02-17T04:53:48.779Z] nexus3.edgexfoundry.org:10004 [2023-02-17T04:53:48.779Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T04:53:48.779Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T04:53:48.779Z] Configure a credential helper to remove this warning. See [2023-02-17T04:53:48.779Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T04:53:48.779Z] [2023-02-17T04:53:48.779Z] Login Succeeded [2023-02-17T04:53:48.779Z] docker.io [2023-02-17T04:53:48.779Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T04:53:49.038Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T04:53:49.038Z] Configure a credential helper to remove this warning. See [2023-02-17T04:53:49.038Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T04:53:49.038Z] [2023-02-17T04:53:49.038Z] Login Succeeded [2023-02-17T04:53:49.038Z] ---> docker-login.sh ends [Pipeline] } [2023-02-17T04:53:49.045Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-17T04:53:49.426Z] + git rev-list -1 --merges e5cd6c2866e9da13f1580177b0e11085f8902a5a~1..e5cd6c2866e9da13f1580177b0e11085f8902a5a [Pipeline] echo [2023-02-17T04:53:49.477Z] -----------> git rev-list -1 --merges e5cd6c2866e9da13f1580177b0e11085f8902a5a~1..e5cd6c2866e9da13f1580177b0e11085f8902a5a e5cd6c2866e9da13f1580177b0e11085f8902a5a [false] [Pipeline] sh [2023-02-17T04:53:49.771Z] + git log --format=format:%s -1 e5cd6c2866e9da13f1580177b0e11085f8902a5a [Pipeline] echo [2023-02-17T04:53:49.786Z] ========================================================= [2023-02-17T04:53:49.786Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-17T04:53:49.786Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-17T04:53:50.106Z] + git log --format=format:%s -1 e5cd6c2866e9da13f1580177b0e11085f8902a5a [Pipeline] echo [2023-02-17T04:53:50.117Z] [semverPrep] GIT_COMMIT: e5cd6c2866e9da13f1580177b0e11085f8902a5a, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 (#341) [Pipeline] echo [2023-02-17T04:53:50.126Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-02-17T04:53:50.476Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-17T04:53:50.476Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-17T04:53:50.476Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-17T04:53:50.476Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-17T04:53:50.476Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-17T04:53:50.476Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-17T04:53:50.476Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T04:53:50.892Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-17T04:53:50.893Z] [2023-02-17T04:53:50.893Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T04:53:51.196Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-17T04:53:51.196Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-17T04:53:51.196Z] b85a868b505f: Pulling fs layer [2023-02-17T04:53:51.196Z] e2be974225ed: Pulling fs layer [2023-02-17T04:53:51.196Z] 339a4e72a1f5: Pulling fs layer [2023-02-17T04:53:51.196Z] 988bab9f4d93: Pulling fs layer [2023-02-17T04:53:51.196Z] 1469e6f7b9e6: Pulling fs layer [2023-02-17T04:53:51.196Z] eaf3925da568: Pulling fs layer [2023-02-17T04:53:51.196Z] 988bab9f4d93: Waiting [2023-02-17T04:53:51.196Z] 1469e6f7b9e6: Waiting [2023-02-17T04:53:51.196Z] bab4dde63d76: Pulling fs layer [2023-02-17T04:53:51.196Z] bde34c3a00c8: Pulling fs layer [2023-02-17T04:53:51.196Z] eaf3925da568: Waiting [2023-02-17T04:53:51.196Z] b352a97aabf1: Pulling fs layer [2023-02-17T04:53:51.196Z] bab4dde63d76: Waiting [2023-02-17T04:53:51.196Z] b352a97aabf1: Waiting [2023-02-17T04:53:51.196Z] 4872d77fe225: Pulling fs layer [2023-02-17T04:53:51.196Z] 5851b861e8e6: Pulling fs layer [2023-02-17T04:53:51.196Z] 4872d77fe225: Waiting [2023-02-17T04:53:51.196Z] e2be974225ed: Verifying Checksum [2023-02-17T04:53:51.196Z] e2be974225ed: Download complete [2023-02-17T04:53:51.196Z] 988bab9f4d93: Verifying Checksum [2023-02-17T04:53:51.196Z] 988bab9f4d93: Download complete [2023-02-17T04:53:51.462Z] 1469e6f7b9e6: Verifying Checksum [2023-02-17T04:53:51.462Z] 1469e6f7b9e6: Download complete [2023-02-17T04:53:51.462Z] 339a4e72a1f5: Verifying Checksum [2023-02-17T04:53:51.462Z] 339a4e72a1f5: Download complete [2023-02-17T04:53:51.462Z] eaf3925da568: Verifying Checksum [2023-02-17T04:53:51.462Z] eaf3925da568: Download complete [2023-02-17T04:53:51.462Z] bde34c3a00c8: Verifying Checksum [2023-02-17T04:53:51.462Z] bde34c3a00c8: Download complete [2023-02-17T04:53:51.726Z] b352a97aabf1: Verifying Checksum [2023-02-17T04:53:51.726Z] b352a97aabf1: Download complete [2023-02-17T04:53:51.726Z] 4872d77fe225: Verifying Checksum [2023-02-17T04:53:51.726Z] 4872d77fe225: Download complete [2023-02-17T04:53:51.726Z] 5851b861e8e6: Verifying Checksum [2023-02-17T04:53:51.726Z] 5851b861e8e6: Download complete [2023-02-17T04:53:51.726Z] b85a868b505f: Verifying Checksum [2023-02-17T04:53:51.726Z] b85a868b505f: Download complete [2023-02-17T04:53:51.985Z] bab4dde63d76: Verifying Checksum [2023-02-17T04:53:51.985Z] bab4dde63d76: Download complete [2023-02-17T04:53:52.926Z] b85a868b505f: Pull complete [2023-02-17T04:53:53.186Z] e2be974225ed: Pull complete [2023-02-17T04:53:53.446Z] 339a4e72a1f5: Pull complete [2023-02-17T04:53:53.446Z] 988bab9f4d93: Pull complete [2023-02-17T04:53:54.015Z] 1469e6f7b9e6: Pull complete [2023-02-17T04:53:54.016Z] eaf3925da568: Pull complete [2023-02-17T04:53:55.394Z] bab4dde63d76: Pull complete [2023-02-17T04:53:55.654Z] bde34c3a00c8: Pull complete [2023-02-17T04:53:55.654Z] b352a97aabf1: Pull complete [2023-02-17T04:53:55.913Z] 4872d77fe225: Pull complete [2023-02-17T04:53:55.913Z] 5851b861e8e6: Pull complete [2023-02-17T04:53:55.913Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-17T04:53:55.913Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-17T04:53:55.913Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-17T04:53:56.001Z] prd-ubuntu20.04-docker-8c-8g-6361 does not seem to be running inside a container [2023-02-17T04:53:56.032Z] $ 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 [2023-02-17T04:53:58.389Z] $ docker top 94488c7cf2b5d07c41595a371b142e0491e959c6cb2a44f880c7d1abd52dc2c8 -eo pid,comm [2023-02-17T04:53:58.451Z] 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). [2023-02-17T04:53:58.451Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-17T04:53:58.492Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-17T04:53:58.492Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-17T04:53:58.603Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-17T04:53:58.604Z] $ docker exec 94488c7cf2b5d07c41595a371b142e0491e959c6cb2a44f880c7d1abd52dc2c8 ssh-agent [2023-02-17T04:53:58.733Z] SSH_AUTH_SOCK=/tmp/ssh-4diJppS0B4jR/agent.32 [2023-02-17T04:53:58.733Z] SSH_AGENT_PID=38 [2023-02-17T04:53:58.740Z] Running ssh-add (command line suppressed) [2023-02-17T04:53:58.840Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_4662095236934880676.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_4662095236934880676.key) [2023-02-17T04:53:58.854Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-17T04:53:59.143Z] + git tag --points-at HEAD [Pipeline] } [2023-02-17T04:53:59.155Z] $ docker exec --env ******** --env ******** 94488c7cf2b5d07c41595a371b142e0491e959c6cb2a44f880c7d1abd52dc2c8 ssh-agent -k [2023-02-17T04:53:59.271Z] unset SSH_AUTH_SOCK; [2023-02-17T04:53:59.272Z] unset SSH_AGENT_PID; [2023-02-17T04:53:59.272Z] echo Agent pid 38 killed; [2023-02-17T04:53:59.284Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-17T04:53:59.312Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-17T04:53:59.312Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-17T04:53:59.428Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-17T04:53:59.430Z] $ docker exec 94488c7cf2b5d07c41595a371b142e0491e959c6cb2a44f880c7d1abd52dc2c8 ssh-agent [2023-02-17T04:53:59.566Z] SSH_AUTH_SOCK=/tmp/ssh-nctZieNxB5SG/agent.70 [2023-02-17T04:53:59.566Z] SSH_AGENT_PID=76 [2023-02-17T04:53:59.571Z] Running ssh-add (command line suppressed) [2023-02-17T04:53:59.692Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_15304161517384175912.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_15304161517384175912.key) [2023-02-17T04:53:59.706Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-17T04:53:59.991Z] + git semver init [2023-02-17T04:54:00.251Z] 2023-02-17 04:54:00,173 [run_init] DEBUG init version:0.0.0 force:False [2023-02-17T04:54:00.251Z] 2023-02-17 04:54:00,174 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-virtual-go_main/.semver [2023-02-17T04:54:00.251Z] 2023-02-17 04:54:00,174 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/exfoundry_device-virtual-go_main/.semver [2023-02-17T04:54:00.251Z] 2023-02-17 04:54:00,174 [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) [2023-02-17T04:54:02.166Z] 2023-02-17 04:54:01,715 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-virtual-go_main/.git/info/exclude [2023-02-17T04:54:02.166Z] 2023-02-17 04:54:01,716 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:False [2023-02-17T04:54:02.166Z] 2023-02-17 04:54:01,716 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-02-17T04:54:02.166Z] 2023-02-17 04:54:01,716 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-02-17T04:54:02.166Z] 3.0.0-dev.13 [Pipeline] } [2023-02-17T04:54:02.176Z] $ docker exec --env ******** --env ******** 94488c7cf2b5d07c41595a371b142e0491e959c6cb2a44f880c7d1abd52dc2c8 ssh-agent -k [2023-02-17T04:54:02.276Z] unset SSH_AUTH_SOCK; [2023-02-17T04:54:02.276Z] unset SSH_AGENT_PID; [2023-02-17T04:54:02.276Z] echo Agent pid 76 killed; [2023-02-17T04:54:02.289Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-17T04:54:02.586Z] + git semver [Pipeline] } [2023-02-17T04:54:02.861Z] $ docker stop --time=1 94488c7cf2b5d07c41595a371b142e0491e959c6cb2a44f880c7d1abd52dc2c8 [2023-02-17T04:54:04.149Z] $ docker rm -f --volumes 94488c7cf2b5d07c41595a371b142e0491e959c6cb2a44f880c7d1abd52dc2c8 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-17T04:54:04.480Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-17T04:54:04.665Z] Stashed 1 file(s) [Pipeline] echo [2023-02-17T04:54:04.669Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.13 [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 [2023-02-17T04:54:04.777Z] provisioning config files... [2023-02-17T04:54:04.787Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config12403161321370076893tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-17T04:54:05.082Z] ---> docker-login.sh [2023-02-17T04:54:05.082Z] nexus3.edgexfoundry.org:10001 [2023-02-17T04:54:05.082Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T04:54:05.082Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T04:54:05.082Z] Configure a credential helper to remove this warning. See [2023-02-17T04:54:05.082Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T04:54:05.082Z] [2023-02-17T04:54:05.082Z] Login Succeeded [2023-02-17T04:54:05.082Z] nexus3.edgexfoundry.org:10002 [2023-02-17T04:54:05.082Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T04:54:05.082Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T04:54:05.082Z] Configure a credential helper to remove this warning. See [2023-02-17T04:54:05.083Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T04:54:05.083Z] [2023-02-17T04:54:05.083Z] Login Succeeded [2023-02-17T04:54:05.083Z] nexus3.edgexfoundry.org:10003 [2023-02-17T04:54:05.344Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T04:54:05.344Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T04:54:05.344Z] Configure a credential helper to remove this warning. See [2023-02-17T04:54:05.344Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T04:54:05.344Z] [2023-02-17T04:54:05.344Z] Login Succeeded [2023-02-17T04:54:05.344Z] nexus3.edgexfoundry.org:10004 [2023-02-17T04:54:05.344Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T04:54:05.344Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T04:54:05.345Z] Configure a credential helper to remove this warning. See [2023-02-17T04:54:05.345Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T04:54:05.345Z] [2023-02-17T04:54:05.345Z] Login Succeeded [2023-02-17T04:54:05.345Z] docker.io [2023-02-17T04:54:05.345Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T04:54:05.603Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T04:54:05.603Z] Configure a credential helper to remove this warning. See [2023-02-17T04:54:05.603Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T04:54:05.603Z] [2023-02-17T04:54:05.603Z] Login Succeeded [2023-02-17T04:54:05.603Z] ---> docker-login.sh ends [Pipeline] } [2023-02-17T04:54:05.611Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-17T04:54:05.665Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-17T04:54:05.677Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-17T04:54:05.684Z] ========================================================= [2023-02-17T04:54:05.684Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-17T04:54:05.684Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T04:54:05.985Z] + 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 . [2023-02-17T04:54:05.985Z] Sending build context to Docker daemon 23.37MB [2023-02-17T04:54:05.985Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-02-17T04:54:05.985Z] Step 2/12 : FROM ${BASE} AS builder [2023-02-17T04:54:06.249Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-17T04:54:06.249Z] 213ec9aee27d: Pulling fs layer [2023-02-17T04:54:06.249Z] 4583459ba037: Pulling fs layer [2023-02-17T04:54:06.249Z] 93c1e223e6f2: Pulling fs layer [2023-02-17T04:54:06.249Z] 53926ce57604: Pulling fs layer [2023-02-17T04:54:06.249Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-17T04:54:06.249Z] 22ff95d597cd: Pulling fs layer [2023-02-17T04:54:06.249Z] 12d6caf4c0d1: Pulling fs layer [2023-02-17T04:54:06.249Z] 96b7cbca73a9: Pulling fs layer [2023-02-17T04:54:06.249Z] a7acece74701: Pulling fs layer [2023-02-17T04:54:06.249Z] 12d6caf4c0d1: Waiting [2023-02-17T04:54:06.249Z] 22ff95d597cd: Waiting [2023-02-17T04:54:06.249Z] 53926ce57604: Waiting [2023-02-17T04:54:06.249Z] 96b7cbca73a9: Waiting [2023-02-17T04:54:06.249Z] 93c1e223e6f2: Download complete [2023-02-17T04:54:06.249Z] 4583459ba037: Verifying Checksum [2023-02-17T04:54:06.249Z] 4583459ba037: Download complete [2023-02-17T04:54:06.249Z] 21b2b0c7a3f4: Download complete [2023-02-17T04:54:06.249Z] 22ff95d597cd: Verifying Checksum [2023-02-17T04:54:06.249Z] 22ff95d597cd: Download complete [2023-02-17T04:54:06.249Z] 213ec9aee27d: Verifying Checksum [2023-02-17T04:54:06.249Z] 213ec9aee27d: Download complete [2023-02-17T04:54:06.249Z] 12d6caf4c0d1: Verifying Checksum [2023-02-17T04:54:06.249Z] 12d6caf4c0d1: Download complete [2023-02-17T04:54:06.513Z] 213ec9aee27d: Pull complete [2023-02-17T04:54:06.513Z] 4583459ba037: Pull complete [2023-02-17T04:54:06.513Z] 93c1e223e6f2: Pull complete [2023-02-17T04:54:07.490Z] a7acece74701: Verifying Checksum [2023-02-17T04:54:07.490Z] a7acece74701: Download complete [2023-02-17T04:54:07.490Z] 53926ce57604: Verifying Checksum [2023-02-17T04:54:07.490Z] 53926ce57604: Download complete [2023-02-17T04:54:07.749Z] 96b7cbca73a9: Verifying Checksum [2023-02-17T04:54:07.749Z] 96b7cbca73a9: Download complete [2023-02-17T04:54:11.037Z] 53926ce57604: Pull complete [2023-02-17T04:54:11.037Z] 21b2b0c7a3f4: Pull complete [2023-02-17T04:54:11.296Z] 22ff95d597cd: Pull complete [2023-02-17T04:54:11.296Z] 12d6caf4c0d1: Pull complete [2023-02-17T04:54:13.207Z] 96b7cbca73a9: Pull complete [2023-02-17T04:54:14.141Z] a7acece74701: Pull complete [2023-02-17T04:54:14.141Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-17T04:54:14.141Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-17T04:54:14.141Z] ---> db6d94c90886 [2023-02-17T04:54:14.141Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-02-17T04:54:18.373Z] ---> Running in c505c9f9dcb4 [2023-02-17T04:54:18.373Z] Removing intermediate container c505c9f9dcb4 [2023-02-17T04:54:18.373Z] ---> 802e9565c210 [2023-02-17T04:54:18.373Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-02-17T04:54:18.373Z] ---> Running in 31dfe7be7c50 [2023-02-17T04:54:18.373Z] Removing intermediate container 31dfe7be7c50 [2023-02-17T04:54:18.373Z] ---> 0ab647850e49 [2023-02-17T04:54:18.373Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-02-17T04:54:18.373Z] ---> Running in 1147e2237aea [2023-02-17T04:54:18.373Z] Removing intermediate container 1147e2237aea [2023-02-17T04:54:18.373Z] ---> 3a80f501d3e1 [2023-02-17T04:54:18.373Z] Step 6/12 : WORKDIR /device-virtual-go [2023-02-17T04:54:18.373Z] ---> Running in 2f289a517ba5 [2023-02-17T04:54:18.373Z] Removing intermediate container 2f289a517ba5 [2023-02-17T04:54:18.373Z] ---> a15e233c8c36 [2023-02-17T04:54:18.373Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-17T04:54:18.373Z] ---> Running in 5a20b1ce0a6a [2023-02-17T04:54:18.630Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-17T04:54:18.888Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-17T04:54:19.147Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2023-02-17T04:54:19.147Z] (2/4) Installing libedit (20210910.3.1-r0) [2023-02-17T04:54:19.147Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2023-02-17T04:54:19.147Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2023-02-17T04:54:19.147Z] Executing busybox-1.35.0-r17.trigger [2023-02-17T04:54:19.147Z] OK: 216 MiB in 55 packages [2023-02-17T04:54:19.715Z] Removing intermediate container 5a20b1ce0a6a [2023-02-17T04:54:19.715Z] ---> dcda6f4c712f [2023-02-17T04:54:19.715Z] Step 8/12 : COPY go.mod vendor* ./ [2023-02-17T04:54:19.715Z] ---> f61bce20e1f3 [2023-02-17T04:54:19.715Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-17T04:54:19.715Z] ---> Running in 6c11af78384c [2023-02-17T04:54:19.745Z] Still waiting to schedule task [2023-02-17T04:54:19.745Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-02-17T04:55:06.407Z] Removing intermediate container 6c11af78384c [2023-02-17T04:55:06.407Z] ---> f7e3b89bb01c [2023-02-17T04:55:06.407Z] Step 10/12 : COPY . . [2023-02-17T04:55:06.407Z] ---> 0c29b42ccf9a [2023-02-17T04:55:06.407Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-17T04:55:06.407Z] ---> Running in 46996c6c39c7 [2023-02-17T04:55:06.407Z] Removing intermediate container 46996c6c39c7 [2023-02-17T04:55:06.407Z] ---> c83013ac1fc9 [2023-02-17T04:55:06.407Z] Step 12/12 : RUN $MAKE [2023-02-17T04:55:06.407Z] ---> Running in 47446479f816 [2023-02-17T04:55:06.407Z] noop [2023-02-17T04:55:06.407Z] Removing intermediate container 47446479f816 [2023-02-17T04:55:06.407Z] ---> 85ca8970699d [2023-02-17T04:55:06.407Z] Successfully built 85ca8970699d [2023-02-17T04:55:06.407Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T04:55:06.735Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-17T04:55:06.735Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-17T04:55:06.809Z] prd-ubuntu20.04-docker-8c-8g-6361 does not seem to be running inside a container [2023-02-17T04:55:06.839Z] $ 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 [2023-02-17T04:55:07.201Z] $ docker top 3819f755c7c55ce6eed2a5a60c0318aada33772428ae69d5ff00b790d3ec74a0 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-17T04:55:07.555Z] + go version [2023-02-17T04:55:07.555Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-17T04:55:07.564Z] $ docker stop --time=1 3819f755c7c55ce6eed2a5a60c0318aada33772428ae69d5ff00b790d3ec74a0 [2023-02-17T04:55:08.796Z] $ docker rm -f --volumes 3819f755c7c55ce6eed2a5a60c0318aada33772428ae69d5ff00b790d3ec74a0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T04:55:09.180Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-17T04:55:09.180Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-17T04:55:09.252Z] prd-ubuntu20.04-docker-8c-8g-6361 does not seem to be running inside a container [2023-02-17T04:55:09.278Z] $ 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 [2023-02-17T04:55:09.599Z] $ docker top 5319683d801b5693af4087136ec74fa45bddbb3e949c8815c2df0ddef738e6d6 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-17T04:55:09.947Z] + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] fileExists [Pipeline] sh [2023-02-17T04:55:10.238Z] + make test [2023-02-17T04:55:10.238Z] go test ./... -coverprofile=coverage.out [2023-02-17T04:55:10.497Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2023-02-17T04:55:20.468Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2023-02-17T04:55:20.468Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.040s coverage: 65.7% of statements [2023-02-17T04:55:28.605Z] 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." [2023-02-17T04:55:28.605Z] go vet ./... [2023-02-17T04:55:30.507Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-17T04:55:30.507Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-17T04:55:30.507Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-17T04:55:30.775Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-17T04:55:30.785Z] $ docker stop --time=1 5319683d801b5693af4087136ec74fa45bddbb3e949c8815c2df0ddef738e6d6 [2023-02-17T04:55:33.213Z] $ docker rm -f --volumes 5319683d801b5693af4087136ec74fa45bddbb3e949c8815c2df0ddef738e6d6 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-17T04:55:33.641Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-17T04:55:33.695Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-02-17T04:55:34.205Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-17T04:55:34.492Z] + ls -al . [2023-02-17T04:55:34.492Z] total 192 [2023-02-17T04:55:34.492Z] drwxrwxr-x 9 jenkins jenkins 4096 Feb 17 04:55 . [2023-02-17T04:55:34.492Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 17 04:53 .. [2023-02-17T04:55:34.492Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 17 04:55 .git [2023-02-17T04:55:34.492Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 17 04:53 .github [2023-02-17T04:55:34.492Z] -rw-rw-r-- 1 jenkins jenkins 337 Feb 17 04:53 .gitignore [2023-02-17T04:55:34.492Z] -rw-rw-r-- 1 jenkins jenkins 41 Feb 17 04:53 .golangci.yml [2023-02-17T04:55:34.492Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 17 04:54 .semver [2023-02-17T04:55:34.492Z] -rw-rw-r-- 1 jenkins jenkins 8641 Feb 17 04:53 Attribution.txt [2023-02-17T04:55:34.492Z] -rw-rw-r-- 1 jenkins jenkins 11367 Feb 17 04:53 CHANGELOG.md [2023-02-17T04:55:34.492Z] -rw-rw-r-- 1 jenkins jenkins 1646 Feb 17 04:53 Dockerfile [2023-02-17T04:55:34.492Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 17 04:53 GOVERNANCE.md [2023-02-17T04:55:34.492Z] -rw-rw-r-- 1 jenkins jenkins 660 Feb 17 04:53 Jenkinsfile [2023-02-17T04:55:34.492Z] -rw-rw-r-- 1 jenkins jenkins 11340 Feb 17 04:53 LICENSE [2023-02-17T04:55:34.492Z] -rw-rw-r-- 1 jenkins jenkins 1661 Feb 17 04:53 Makefile [2023-02-17T04:55:34.492Z] -rw-rw-r-- 1 jenkins jenkins 623 Feb 17 04:53 OWNERS.md [2023-02-17T04:55:34.492Z] -rw-rw-r-- 1 jenkins jenkins 3578 Feb 17 04:53 README.md [2023-02-17T04:55:34.492Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 17 04:54 VERSION [2023-02-17T04:55:34.492Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 17 04:53 bin [2023-02-17T04:55:34.492Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 17 04:53 cmd [2023-02-17T04:55:34.492Z] -rw-r--r-- 1 jenkins jenkins 44128 Feb 17 04:55 coverage.out [2023-02-17T04:55:34.492Z] -rw-rw-r-- 1 jenkins jenkins 3252 Feb 17 04:53 go.mod [2023-02-17T04:55:34.492Z] -rw-rw-r-- 1 jenkins jenkins 32588 Feb 17 04:53 go.sum [2023-02-17T04:55:34.492Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 17 04:53 internal [2023-02-17T04:55:34.492Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 17 04:53 snap [2023-02-17T04:55:34.492Z] -rw-rw-r-- 1 jenkins jenkins 235 Feb 17 04:53 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T04:55:34.811Z] + 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=e5cd6c2866e9da13f1580177b0e11085f8902a5a --label arch=amd64 --label version=3.0.0-dev.13 . [2023-02-17T04:55:34.811Z] Sending build context to Docker daemon 23.42MB [2023-02-17T04:55:34.811Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2023-02-17T04:55:34.811Z] Step 2/25 : FROM ${BASE} AS builder [2023-02-17T04:55:34.811Z] ---> 85ca8970699d [2023-02-17T04:55:34.811Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-02-17T04:55:35.380Z] ---> Running in 3e73e1487765 [2023-02-17T04:55:35.380Z] Removing intermediate container 3e73e1487765 [2023-02-17T04:55:35.380Z] ---> 9d6053c55684 [2023-02-17T04:55:35.380Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2023-02-17T04:55:35.380Z] ---> Running in 6c2a9dd32635 [2023-02-17T04:55:35.380Z] Removing intermediate container 6c2a9dd32635 [2023-02-17T04:55:35.380Z] ---> bd03a7e5da7c [2023-02-17T04:55:35.380Z] Step 5/25 : ARG ADD_BUILD_TAGS="" [2023-02-17T04:55:35.380Z] ---> Running in c13b98af3636 [2023-02-17T04:55:35.639Z] Removing intermediate container c13b98af3636 [2023-02-17T04:55:35.639Z] ---> 90dd1bc89572 [2023-02-17T04:55:35.639Z] Step 6/25 : WORKDIR /device-virtual-go [2023-02-17T04:55:35.639Z] ---> Running in c1fadbd5beb9 [2023-02-17T04:55:35.639Z] Removing intermediate container c1fadbd5beb9 [2023-02-17T04:55:35.639Z] ---> 3c2e9f291af8 [2023-02-17T04:55:35.639Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-17T04:55:35.639Z] ---> Running in a838cbf8a9a9 [2023-02-17T04:55:35.898Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-17T04:55:36.156Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-17T04:55:36.415Z] OK: 216 MiB in 55 packages [2023-02-17T04:55:36.982Z] Removing intermediate container a838cbf8a9a9 [2023-02-17T04:55:36.982Z] ---> e2a4905cff22 [2023-02-17T04:55:36.982Z] Step 8/25 : COPY go.mod vendor* ./ [2023-02-17T04:55:36.982Z] ---> f688daffc4a1 [2023-02-17T04:55:36.982Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-17T04:55:36.982Z] ---> Running in cc33528da698 [2023-02-17T04:55:37.918Z] Removing intermediate container cc33528da698 [2023-02-17T04:55:37.918Z] ---> b1b7ccb8ad20 [2023-02-17T04:55:37.918Z] Step 10/25 : COPY . . [2023-02-17T04:55:38.485Z] ---> 22e1bea248ae [2023-02-17T04:55:38.485Z] Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-17T04:55:38.485Z] ---> Running in 52e796ab4d92 [2023-02-17T04:55:38.485Z] Removing intermediate container 52e796ab4d92 [2023-02-17T04:55:38.485Z] ---> 774614ba1de4 [2023-02-17T04:55:38.485Z] Step 12/25 : RUN $MAKE [2023-02-17T04:55:38.485Z] ---> Running in 4d58ae8942af [2023-02-17T04:55:38.746Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o cmd/device-virtual ./cmd [2023-02-17T04:55:50.535Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6362 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] ws [2023-02-17T04:55:50.556Z] Running in /w/workspace/device-virtual-go/84 [Pipeline] { [Pipeline] checkout [2023-02-17T04:55:50.600Z] The recommended git tool is: git [2023-02-17T04:55:55.792Z] using credential edgex-jenkins-ssh [2023-02-17T04:55:55.817Z] Cloning the remote Git repository [2023-02-17T04:55:55.855Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2023-02-17T04:55:55.926Z] > git init /w/workspace/device-virtual-go/84 # timeout=10 [2023-02-17T04:55:56.077Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2023-02-17T04:55:56.079Z] > git --version # timeout=10 [2023-02-17T04:55:56.098Z] > git --version # 'git version 2.25.1' [2023-02-17T04:55:56.100Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-17T04:55:56.167Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-17T04:55:59.021Z] Avoid second fetch [2023-02-17T04:55:59.021Z] Checking out Revision e5cd6c2866e9da13f1580177b0e11085f8902a5a (main) [2023-02-17T04:55:58.192Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2023-02-17T04:55:58.225Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-17T04:55:59.031Z] > git config core.sparsecheckout # timeout=10 [2023-02-17T04:55:59.049Z] > git checkout -f e5cd6c2866e9da13f1580177b0e11085f8902a5a # timeout=10 [2023-02-17T04:55:59.521Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 (#341)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-17T04:56:00.440Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-17T04:56:00.441Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-17T04:56:00.441Z] Dload Upload Total Spent Left Speed [2023-02-17T04:56:00.441Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 98k 0 --:--:-- --:--:-- --:--:-- 98k [2023-02-17T04:56:00.694Z] Removing intermediate container 4d58ae8942af [2023-02-17T04:56:00.694Z] ---> 17732dcb4fcf [2023-02-17T04:56:00.694Z] Step 13/25 : FROM alpine:3.16 [2023-02-17T04:56:00.694Z] 3.16: Pulling from library/alpine [2023-02-17T04:56:00.694Z] ef5531b6e74e: Pulling fs layer [2023-02-17T04:56:00.694Z] ef5531b6e74e: Download complete [2023-02-17T04:56:00.694Z] ef5531b6e74e: Pull complete [2023-02-17T04:56:00.694Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-17T04:56:00.694Z] Status: Downloaded newer image for alpine:3.16 [2023-02-17T04:56:00.694Z] ---> dfd21b5a31f5 [2023-02-17T04:56:00.694Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2023-02-17T04:56:00.694Z] ---> Running in 2f46d4a9f5c3 [2023-02-17T04:56:00.694Z] Removing intermediate container 2f46d4a9f5c3 [2023-02-17T04:56:00.694Z] ---> dba39f531064 [2023-02-17T04:56:00.694Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2023-02-17T04:56:00.694Z] ---> Running in 37cd0a94dc22 [2023-02-17T04:56:00.694Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-17T04:56:00.694Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [Pipeline] sh [2023-02-17T04:56:00.953Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-17T04:56:00.953Z] Executing busybox-1.35.0-r17.trigger [2023-02-17T04:56:00.953Z] OK: 6 MiB in 15 packages [2023-02-17T04:56:01.068Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-17T04:56:01.213Z] Removing intermediate container 37cd0a94dc22 [2023-02-17T04:56:01.213Z] ---> 7a0307f865ce [2023-02-17T04:56:01.213Z] Step 16/25 : WORKDIR / [2023-02-17T04:56:01.213Z] ---> Running in 57b62a1c2b12 [2023-02-17T04:56:01.213Z] Removing intermediate container 57b62a1c2b12 [2023-02-17T04:56:01.213Z] ---> 8741dad282c4 [2023-02-17T04:56:01.213Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2023-02-17T04:56:01.394Z] + + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}sudo /etc/docker/daemon.json tee [2023-02-17T04:56:01.395Z] /etc/docker/daemon.new [2023-02-17T04:56:01.395Z] { [2023-02-17T04:56:01.395Z] "registry-mirrors": [ [2023-02-17T04:56:01.395Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-17T04:56:01.395Z] ], [2023-02-17T04:56:01.395Z] "bip": "10.250.0.254/24", [2023-02-17T04:56:01.395Z] "hosts": [ [2023-02-17T04:56:01.395Z] "tcp://0.0.0.0:5555", [2023-02-17T04:56:01.395Z] "unix:///var/run/docker.sock" [2023-02-17T04:56:01.395Z] ], [2023-02-17T04:56:01.395Z] "mtu": 1458, [2023-02-17T04:56:01.395Z] "selinux-enabled": true, [2023-02-17T04:56:01.395Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-17T04:56:01.395Z] } [Pipeline] sh [2023-02-17T04:56:01.472Z] ---> 7bead470a07c [2023-02-17T04:56:01.472Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2023-02-17T04:56:01.472Z] ---> 20dc7875e6e0 [2023-02-17T04:56:01.472Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2023-02-17T04:56:01.735Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-17T04:56:02.074Z] + sudo service docker restart [2023-02-17T04:56:02.409Z] ---> 6c05b6feb07f [2023-02-17T04:56:02.409Z] Step 20/25 : EXPOSE 59900 [2023-02-17T04:56:02.409Z] ---> Running in b013854ae8f9 [2023-02-17T04:56:02.409Z] Removing intermediate container b013854ae8f9 [2023-02-17T04:56:02.409Z] ---> 77729394738d [2023-02-17T04:56:02.409Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2023-02-17T04:56:02.409Z] ---> Running in c818bfb5fe86 [2023-02-17T04:56:02.409Z] Removing intermediate container c818bfb5fe86 [2023-02-17T04:56:02.409Z] ---> cdab260d495f [2023-02-17T04:56:02.409Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-17T04:56:02.409Z] ---> Running in 5ae8c250c47a [2023-02-17T04:56:02.409Z] Removing intermediate container 5ae8c250c47a [2023-02-17T04:56:02.409Z] ---> 10a6cf58885d [2023-02-17T04:56:02.409Z] Step 23/25 : LABEL arch=amd64 [2023-02-17T04:56:02.409Z] ---> Running in 02419cf56e10 [2023-02-17T04:56:02.668Z] Removing intermediate container 02419cf56e10 [2023-02-17T04:56:02.668Z] ---> 1bbcaa5eb00f [2023-02-17T04:56:02.668Z] Step 24/25 : LABEL git_sha=e5cd6c2866e9da13f1580177b0e11085f8902a5a [2023-02-17T04:56:02.668Z] ---> Running in eddd275f33cf [2023-02-17T04:56:02.668Z] Removing intermediate container eddd275f33cf [2023-02-17T04:56:02.668Z] ---> 4b8768b8596c [2023-02-17T04:56:02.668Z] Step 25/25 : LABEL version=3.0.0-dev.13 [2023-02-17T04:56:02.668Z] ---> Running in 73eb01e3b158 [2023-02-17T04:56:02.668Z] Removing intermediate container 73eb01e3b158 [2023-02-17T04:56:02.668Z] ---> b01c511cc06c [2023-02-17T04:56:02.668Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-17T04:56:02.927Z] Successfully built b01c511cc06c [2023-02-17T04:56:02.927Z] Successfully tagged device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-17T04:56:03.066Z] provisioning config files... [2023-02-17T04:56:03.075Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config5843189434116216704tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-17T04:56:03.376Z] ---> docker-login.sh [2023-02-17T04:56:03.376Z] nexus3.edgexfoundry.org:10001 [2023-02-17T04:56:03.376Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T04:56:03.376Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T04:56:03.376Z] Configure a credential helper to remove this warning. See [2023-02-17T04:56:03.376Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T04:56:03.376Z] [2023-02-17T04:56:03.376Z] Login Succeeded [2023-02-17T04:56:03.376Z] nexus3.edgexfoundry.org:10002 [2023-02-17T04:56:03.376Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T04:56:03.376Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T04:56:03.376Z] Configure a credential helper to remove this warning. See [2023-02-17T04:56:03.376Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T04:56:03.376Z] [2023-02-17T04:56:03.376Z] Login Succeeded [2023-02-17T04:56:03.376Z] nexus3.edgexfoundry.org:10003 [2023-02-17T04:56:03.636Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T04:56:03.636Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T04:56:03.636Z] Configure a credential helper to remove this warning. See [2023-02-17T04:56:03.636Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T04:56:03.636Z] [2023-02-17T04:56:03.636Z] Login Succeeded [2023-02-17T04:56:03.636Z] nexus3.edgexfoundry.org:10004 [2023-02-17T04:56:03.636Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T04:56:03.636Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T04:56:03.636Z] Configure a credential helper to remove this warning. See [2023-02-17T04:56:03.636Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T04:56:03.636Z] [2023-02-17T04:56:03.636Z] Login Succeeded [2023-02-17T04:56:03.636Z] docker.io [2023-02-17T04:56:03.920Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T04:56:03.920Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T04:56:03.920Z] Configure a credential helper to remove this warning. See [2023-02-17T04:56:03.920Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T04:56:03.920Z] [2023-02-17T04:56:03.920Z] Login Succeeded [2023-02-17T04:56:03.920Z] ---> docker-login.sh ends [Pipeline] } [2023-02-17T04:56:03.951Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-17T04:56:03.986Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-17T04:56:04.005Z] [edgeXDocker.push] Tagging docker image device-virtual with the following tags: [2023-02-17T04:56:04.005Z] e5cd6c2866e9da13f1580177b0e11085f8902a5a [2023-02-17T04:56:04.005Z] latest [2023-02-17T04:56:04.005Z] 3.0.0-dev.13 [2023-02-17T04:56:04.005Z] e5cd6c2866e9da13f1580177b0e11085f8902a5a-3.0.0-dev.13 [2023-02-17T04:56:04.005Z] main [2023-02-17T04:56:04.005Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T04:56:04.354Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:e5cd6c2866e9da13f1580177b0e11085f8902a5a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T04:56:04.717Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:e5cd6c2866e9da13f1580177b0e11085f8902a5a [2023-02-17T04:56:04.717Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2023-02-17T04:56:04.717Z] d93a945a3ea3: Preparing [2023-02-17T04:56:04.717Z] 02362d19986d: Preparing [2023-02-17T04:56:04.717Z] 1a4a3efae8b9: Preparing [2023-02-17T04:56:04.717Z] b90a645f9cf0: Preparing [2023-02-17T04:56:04.717Z] aa5968d388b8: Preparing [2023-02-17T04:56:04.717Z] aa5968d388b8: Layer already exists [2023-02-17T04:56:04.717Z] 1a4a3efae8b9: Pushed [2023-02-17T04:56:04.717Z] 02362d19986d: Pushed [2023-02-17T04:56:04.717Z] b90a645f9cf0: Pushed [2023-02-17T04:56:07.254Z] d93a945a3ea3: Pushed [2023-02-17T04:56:07.255Z] e5cd6c2866e9da13f1580177b0e11085f8902a5a: digest: sha256:08ed28301891184608f63ee9f21898f26da427548e1da8d0ed9e645c64226d4c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T04:56:07.564Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T04:56:07.869Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:latest [2023-02-17T04:56:07.869Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2023-02-17T04:56:07.869Z] d93a945a3ea3: Preparing [2023-02-17T04:56:07.869Z] 02362d19986d: Preparing [2023-02-17T04:56:07.869Z] 1a4a3efae8b9: Preparing [2023-02-17T04:56:07.869Z] b90a645f9cf0: Preparing [2023-02-17T04:56:07.869Z] aa5968d388b8: Preparing [2023-02-17T04:56:07.869Z] 1a4a3efae8b9: Layer already exists [2023-02-17T04:56:07.869Z] d93a945a3ea3: Layer already exists [2023-02-17T04:56:07.869Z] b90a645f9cf0: Layer already exists [2023-02-17T04:56:07.869Z] aa5968d388b8: Layer already exists [2023-02-17T04:56:07.869Z] 02362d19986d: Layer already exists [2023-02-17T04:56:07.869Z] latest: digest: sha256:08ed28301891184608f63ee9f21898f26da427548e1da8d0ed9e645c64226d4c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T04:56:08.175Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T04:56:08.484Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:3.0.0-dev.13 [2023-02-17T04:56:08.484Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2023-02-17T04:56:08.484Z] d93a945a3ea3: Preparing [2023-02-17T04:56:08.484Z] 02362d19986d: Preparing [2023-02-17T04:56:08.484Z] 1a4a3efae8b9: Preparing [2023-02-17T04:56:08.484Z] b90a645f9cf0: Preparing [2023-02-17T04:56:08.484Z] aa5968d388b8: Preparing [2023-02-17T04:56:08.484Z] 1a4a3efae8b9: Layer already exists [2023-02-17T04:56:08.484Z] 02362d19986d: Layer already exists [2023-02-17T04:56:08.484Z] aa5968d388b8: Layer already exists [2023-02-17T04:56:08.484Z] b90a645f9cf0: Layer already exists [2023-02-17T04:56:08.484Z] d93a945a3ea3: Layer already exists [2023-02-17T04:56:08.484Z] 3.0.0-dev.13: digest: sha256:08ed28301891184608f63ee9f21898f26da427548e1da8d0ed9e645c64226d4c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T04:56:08.791Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:e5cd6c2866e9da13f1580177b0e11085f8902a5a-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T04:56:09.099Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:e5cd6c2866e9da13f1580177b0e11085f8902a5a-3.0.0-dev.13 [2023-02-17T04:56:09.100Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2023-02-17T04:56:09.100Z] d93a945a3ea3: Preparing [2023-02-17T04:56:09.100Z] 02362d19986d: Preparing [2023-02-17T04:56:09.100Z] 1a4a3efae8b9: Preparing [2023-02-17T04:56:09.100Z] b90a645f9cf0: Preparing [2023-02-17T04:56:09.100Z] aa5968d388b8: Preparing [2023-02-17T04:56:09.100Z] 1a4a3efae8b9: Layer already exists [2023-02-17T04:56:09.100Z] 02362d19986d: Layer already exists [2023-02-17T04:56:09.100Z] d93a945a3ea3: Layer already exists [2023-02-17T04:56:09.100Z] b90a645f9cf0: Layer already exists [2023-02-17T04:56:09.100Z] aa5968d388b8: Layer already exists [2023-02-17T04:56:09.100Z] e5cd6c2866e9da13f1580177b0e11085f8902a5a-3.0.0-dev.13: digest: sha256:08ed28301891184608f63ee9f21898f26da427548e1da8d0ed9e645c64226d4c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T04:56:09.407Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T04:56:09.718Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:main [2023-02-17T04:56:09.718Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2023-02-17T04:56:09.718Z] d93a945a3ea3: Preparing [2023-02-17T04:56:09.718Z] 02362d19986d: Preparing [2023-02-17T04:56:09.718Z] 1a4a3efae8b9: Preparing [2023-02-17T04:56:09.718Z] b90a645f9cf0: Preparing [2023-02-17T04:56:09.718Z] aa5968d388b8: Preparing [2023-02-17T04:56:09.718Z] 02362d19986d: Layer already exists [2023-02-17T04:56:09.718Z] b90a645f9cf0: Layer already exists [2023-02-17T04:56:09.718Z] d93a945a3ea3: Layer already exists [2023-02-17T04:56:09.718Z] aa5968d388b8: Layer already exists [2023-02-17T04:56:09.718Z] 1a4a3efae8b9: Layer already exists [2023-02-17T04:56:09.718Z] main: digest: sha256:08ed28301891184608f63ee9f21898f26da427548e1da8d0ed9e645c64226d4c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-17T04:56:09.768Z] ===================================================== [Pipeline] echo [2023-02-17T04:56:09.782Z] taggedImages: [2023-02-17T04:56:09.782Z] - nexus3.edgexfoundry.org:10004/device-virtual:e5cd6c2866e9da13f1580177b0e11085f8902a5a [2023-02-17T04:56:09.782Z] - nexus3.edgexfoundry.org:10004/device-virtual:latest [2023-02-17T04:56:09.782Z] - nexus3.edgexfoundry.org:10004/device-virtual:3.0.0-dev.13 [2023-02-17T04:56:09.782Z] - nexus3.edgexfoundry.org:10004/device-virtual:e5cd6c2866e9da13f1580177b0e11085f8902a5a-3.0.0-dev.13 [2023-02-17T04:56:09.782Z] - 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 [2023-02-17T04:56:10.164Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-17T04:56:10.164Z] [2023-02-17T04:56:10.164Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T04:56:10.471Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-17T04:56:10.471Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-17T04:56:10.471Z] 5eb5b503b376: Pulling fs layer [2023-02-17T04:56:10.471Z] 5c69ac0246d0: Pulling fs layer [2023-02-17T04:56:10.471Z] ec43610c2a17: Pulling fs layer [2023-02-17T04:56:10.471Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-17T04:56:10.471Z] 33b1e0a273af: Pulling fs layer [2023-02-17T04:56:10.471Z] 3a2ae6a8a46f: Waiting [2023-02-17T04:56:10.471Z] 5d3b04190fa2: Pulling fs layer [2023-02-17T04:56:10.471Z] 2f39f015ded8: Pulling fs layer [2023-02-17T04:56:10.471Z] 5d3b04190fa2: Waiting [2023-02-17T04:56:10.471Z] 33b1e0a273af: Waiting [2023-02-17T04:56:10.471Z] 5c69ac0246d0: Verifying Checksum [2023-02-17T04:56:10.471Z] 5c69ac0246d0: Download complete [2023-02-17T04:56:10.471Z] 3a2ae6a8a46f: Download complete [2023-02-17T04:56:10.735Z] ec43610c2a17: Verifying Checksum [2023-02-17T04:56:10.735Z] ec43610c2a17: Download complete [2023-02-17T04:56:10.735Z] 33b1e0a273af: Verifying Checksum [2023-02-17T04:56:10.735Z] 33b1e0a273af: Download complete [2023-02-17T04:56:10.735Z] 5d3b04190fa2: Verifying Checksum [2023-02-17T04:56:10.735Z] 5d3b04190fa2: Download complete [2023-02-17T04:56:10.995Z] 5eb5b503b376: Verifying Checksum [2023-02-17T04:56:10.995Z] 5eb5b503b376: Download complete [2023-02-17T04:56:11.562Z] 2f39f015ded8: Download complete [2023-02-17T04:56:12.130Z] 5eb5b503b376: Pull complete [2023-02-17T04:56:12.130Z] 5c69ac0246d0: Pull complete [2023-02-17T04:56:12.698Z] ec43610c2a17: Pull complete [2023-02-17T04:56:12.698Z] 3a2ae6a8a46f: Pull complete [2023-02-17T04:56:12.957Z] 33b1e0a273af: Pull complete [2023-02-17T04:56:12.957Z] 5d3b04190fa2: Pull complete [2023-02-17T04:56:17.148Z] 2f39f015ded8: Pull complete [2023-02-17T04:56:17.148Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-17T04:56:17.148Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-17T04:56:17.148Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-17T04:56:17.490Z] prd-ubuntu20.04-docker-8c-8g-6361 does not seem to be running inside a container [2023-02-17T04:56:17.519Z] $ 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 [2023-02-17T04:56:22.664Z] $ docker top 3c46995c6fb559b2dae7b20bad6bc9e87a509e8697e1599f52c33b8cba37938b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] configFileProvider [2023-02-17T04:56:22.822Z] provisioning config files... [2023-02-17T04:56:22.849Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/84@tmp/config13452577698590709819tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-17T04:56:23.074Z] ---> job-cost.sh [2023-02-17T04:56:23.074Z] lf-activate-venv: SKIPPING [2023-02-17T04:56:23.074Z] INFO: No Stack... [2023-02-17T04:56:23.195Z] ---> docker-login.sh [2023-02-17T04:56:23.195Z] nexus3.edgexfoundry.org:10001 [2023-02-17T04:56:23.332Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-17T04:56:23.465Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T04:56:23.591Z] INFO: Archiving Costs [Pipeline] sh [2023-02-17T04:56:23.734Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T04:56:23.734Z] Configure a credential helper to remove this warning. See [2023-02-17T04:56:23.734Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T04:56:23.734Z] [2023-02-17T04:56:23.734Z] Login Succeeded [2023-02-17T04:56:23.734Z] nexus3.edgexfoundry.org:10002 [2023-02-17T04:56:23.877Z] + cat /w/workspace/exfoundry_device-virtual-go_main/archives/cost.csv [2023-02-17T04:56:23.877Z] + cut -d, -f6 [Pipeline] lock [2023-02-17T04:56:23.891Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-84-stack-cost] [2023-02-17T04:56:23.897Z] Resource [jenkins-edgexfoundry-device-virtual-go-main-84-stack-cost] did not exist. Created. [2023-02-17T04:56:23.897Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-84-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-17T04:56:24.002Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T04:56:24.002Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T04:56:24.002Z] Configure a credential helper to remove this warning. See [2023-02-17T04:56:24.002Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T04:56:24.002Z] [2023-02-17T04:56:24.002Z] Login Succeeded [2023-02-17T04:56:24.197Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-02-17T04:56:24.222Z] Stashed 1 file(s) [Pipeline] } [2023-02-17T04:56:24.228Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-84-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-17T04:56:24.245Z] $ docker stop --time=1 3c46995c6fb559b2dae7b20bad6bc9e87a509e8697e1599f52c33b8cba37938b [2023-02-17T04:56:24.273Z] nexus3.edgexfoundry.org:10003 [2023-02-17T04:56:24.273Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T04:56:24.548Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T04:56:24.548Z] Configure a credential helper to remove this warning. See [2023-02-17T04:56:24.548Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T04:56:24.548Z] [2023-02-17T04:56:24.548Z] Login Succeeded [2023-02-17T04:56:24.548Z] nexus3.edgexfoundry.org:10004 [2023-02-17T04:56:24.819Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T04:56:24.819Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T04:56:24.819Z] Configure a credential helper to remove this warning. See [2023-02-17T04:56:24.819Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T04:56:24.819Z] [2023-02-17T04:56:24.819Z] Login Succeeded [2023-02-17T04:56:24.819Z] docker.io [2023-02-17T04:56:25.093Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T04:56:25.361Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T04:56:25.361Z] Configure a credential helper to remove this warning. See [2023-02-17T04:56:25.361Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T04:56:25.361Z] [2023-02-17T04:56:25.361Z] Login Succeeded [2023-02-17T04:56:25.361Z] ---> docker-login.sh ends [2023-02-17T04:56:25.397Z] $ docker rm -f --volumes 3c46995c6fb559b2dae7b20bad6bc9e87a509e8697e1599f52c33b8cba37938b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2023-02-17T04:56:25.454Z] Deleting 1 temporary files [Pipeline] // script [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] unstash [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] echo [2023-02-17T04:56:25.678Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-17T04:56:25.693Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-17T04:56:25.707Z] ========================================================= [2023-02-17T04:56:25.707Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-17T04:56:25.707Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T04:56:26.056Z] + 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 . [2023-02-17T04:56:26.324Z] Sending build context to Docker daemon 11.83MB [2023-02-17T04:56:26.325Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-02-17T04:56:26.325Z] Step 2/12 : FROM ${BASE} AS builder [2023-02-17T04:56:28.286Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-17T04:56:28.286Z] 9b18e9b68314: Pulling fs layer [2023-02-17T04:56:28.286Z] 35d82f9e3411: Pulling fs layer [2023-02-17T04:56:28.286Z] e16973657156: Pulling fs layer [2023-02-17T04:56:28.286Z] fc693d55d65f: Pulling fs layer [2023-02-17T04:56:28.286Z] 7e9fc2657dce: Pulling fs layer [2023-02-17T04:56:28.286Z] dda99020689f: Pulling fs layer [2023-02-17T04:56:28.286Z] db1c61fa0a46: Pulling fs layer [2023-02-17T04:56:28.286Z] 891c053d2c06: Pulling fs layer [2023-02-17T04:56:28.286Z] fc693d55d65f: Waiting [2023-02-17T04:56:28.286Z] 7e9fc2657dce: Waiting [2023-02-17T04:56:28.286Z] dda99020689f: Waiting [2023-02-17T04:56:28.286Z] db1c61fa0a46: Waiting [2023-02-17T04:56:28.286Z] 891c053d2c06: Waiting [2023-02-17T04:56:28.286Z] e16973657156: Verifying Checksum [2023-02-17T04:56:28.286Z] e16973657156: Download complete [2023-02-17T04:56:28.286Z] 35d82f9e3411: Verifying Checksum [2023-02-17T04:56:28.286Z] 35d82f9e3411: Download complete [2023-02-17T04:56:28.286Z] 7e9fc2657dce: Verifying Checksum [2023-02-17T04:56:28.286Z] 7e9fc2657dce: Download complete [2023-02-17T04:56:28.286Z] dda99020689f: Verifying Checksum [2023-02-17T04:56:28.286Z] dda99020689f: Download complete [2023-02-17T04:56:28.286Z] 9b18e9b68314: Verifying Checksum [2023-02-17T04:56:28.286Z] 9b18e9b68314: Download complete [2023-02-17T04:56:29.285Z] 9b18e9b68314: Pull complete [2023-02-17T04:56:29.285Z] 891c053d2c06: Verifying Checksum [2023-02-17T04:56:29.285Z] 891c053d2c06: Download complete [2023-02-17T04:56:29.880Z] 35d82f9e3411: Pull complete [2023-02-17T04:56:29.880Z] e16973657156: Pull complete [2023-02-17T04:56:30.470Z] db1c61fa0a46: Verifying Checksum [2023-02-17T04:56:30.470Z] db1c61fa0a46: Download complete [2023-02-17T04:56:31.439Z] fc693d55d65f: Verifying Checksum [2023-02-17T04:56:31.439Z] fc693d55d65f: Download complete [2023-02-17T04:56:43.786Z] fc693d55d65f: Pull complete [2023-02-17T04:56:43.786Z] 7e9fc2657dce: Pull complete [2023-02-17T04:56:43.786Z] dda99020689f: Pull complete [2023-02-17T04:56:49.146Z] db1c61fa0a46: Pull complete [2023-02-17T04:56:50.569Z] 891c053d2c06: Pull complete [2023-02-17T04:56:50.569Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-17T04:56:50.569Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-17T04:56:50.569Z] ---> f96f9c87975a [2023-02-17T04:56:50.569Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-02-17T04:56:52.528Z] ---> Running in 0d2694083439 [2023-02-17T04:56:52.528Z] Removing intermediate container 0d2694083439 [2023-02-17T04:56:52.528Z] ---> 025ea412f7ac [2023-02-17T04:56:52.528Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-02-17T04:56:52.528Z] ---> Running in f20df315e0f6 [2023-02-17T04:56:52.797Z] Removing intermediate container f20df315e0f6 [2023-02-17T04:56:52.797Z] ---> 066f2d42d02b [2023-02-17T04:56:52.797Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-02-17T04:56:53.066Z] ---> Running in 74210a21e527 [2023-02-17T04:56:53.336Z] Removing intermediate container 74210a21e527 [2023-02-17T04:56:53.336Z] ---> addd004abe28 [2023-02-17T04:56:53.336Z] Step 6/12 : WORKDIR /device-virtual-go [2023-02-17T04:56:53.336Z] ---> Running in e38f22ba5874 [2023-02-17T04:56:53.607Z] Removing intermediate container e38f22ba5874 [2023-02-17T04:56:53.607Z] ---> 731e50eaf85b [2023-02-17T04:56:53.607Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-17T04:56:53.876Z] ---> Running in 961495735e4a [2023-02-17T04:56:54.840Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-17T04:56:55.108Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-17T04:56:56.072Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2023-02-17T04:56:56.072Z] (2/4) Installing libedit (20210910.3.1-r0) [2023-02-17T04:56:56.072Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2023-02-17T04:56:56.340Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2023-02-17T04:56:56.340Z] Executing busybox-1.35.0-r17.trigger [2023-02-17T04:56:56.340Z] OK: 226 MiB in 55 packages [2023-02-17T04:56:57.303Z] Removing intermediate container 961495735e4a [2023-02-17T04:56:57.303Z] ---> 63803df4cc13 [2023-02-17T04:56:57.303Z] Step 8/12 : COPY go.mod vendor* ./ [2023-02-17T04:56:57.890Z] ---> d77e34b6f56a [2023-02-17T04:56:57.890Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-17T04:56:57.890Z] ---> Running in 398d8d941064 [2023-02-17T04:58:05.875Z] Removing intermediate container 398d8d941064 [2023-02-17T04:58:05.875Z] ---> 318389b36f05 [2023-02-17T04:58:05.875Z] Step 10/12 : COPY . . [2023-02-17T04:58:05.875Z] ---> 31d306b48036 [2023-02-17T04:58:05.875Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-17T04:58:05.875Z] ---> Running in 217fb6f79672 [2023-02-17T04:58:05.875Z] Removing intermediate container 217fb6f79672 [2023-02-17T04:58:05.875Z] ---> be4ea17e8162 [2023-02-17T04:58:05.875Z] Step 12/12 : RUN $MAKE [2023-02-17T04:58:05.875Z] ---> Running in 32da6f6af0bf [2023-02-17T04:58:05.875Z] noop [2023-02-17T04:58:05.875Z] Removing intermediate container 32da6f6af0bf [2023-02-17T04:58:05.876Z] ---> 7fcce8495516 [2023-02-17T04:58:05.876Z] Successfully built 7fcce8495516 [2023-02-17T04:58:05.876Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T04:58:06.221Z] + docker inspect -f . ci-base-image-arm64 [2023-02-17T04:58:06.221Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-17T04:58:06.407Z] prd-ubuntu20.04-docker-arm64-4c-16g-6362 does not seem to be running inside a container [2023-02-17T04:58:06.481Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/84 -v /w/workspace/device-virtual-go/84:/w/workspace/device-virtual-go/84:rw,z -v /w/workspace/device-virtual-go/84@tmp:/w/workspace/device-virtual-go/84@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 [2023-02-17T04:58:07.742Z] $ docker top fedcbc89b6e83e06714286871056792b26aaec14455d714327ba3b5222de6b09 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-17T04:58:08.573Z] + go version [2023-02-17T04:58:08.573Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-17T04:58:08.599Z] $ docker stop --time=1 fedcbc89b6e83e06714286871056792b26aaec14455d714327ba3b5222de6b09 [2023-02-17T04:58:10.212Z] $ docker rm -f --volumes fedcbc89b6e83e06714286871056792b26aaec14455d714327ba3b5222de6b09 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T04:58:10.759Z] + docker inspect -f . ci-base-image-arm64 [2023-02-17T04:58:10.759Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-17T04:58:10.933Z] prd-ubuntu20.04-docker-arm64-4c-16g-6362 does not seem to be running inside a container [2023-02-17T04:58:11.008Z] $ 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/84 -v /w/workspace/device-virtual-go/84:/w/workspace/device-virtual-go/84:rw,z -v /w/workspace/device-virtual-go/84@tmp:/w/workspace/device-virtual-go/84@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 [2023-02-17T04:58:14.232Z] $ docker top c836ece025fef3b71c2f98f9a4f2177969c1cf73a5a79f1a19f75daf45f2f3b2 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-17T04:58:14.749Z] + git config --global --add safe.directory /w/workspace/device-virtual-go/84 [Pipeline] fileExists [Pipeline] sh [2023-02-17T04:58:15.089Z] + make test [2023-02-17T04:58:15.358Z] go test ./... -coverprofile=coverage.out [2023-02-17T04:58:16.781Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2023-02-17T04:59:38.423Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2023-02-17T04:59:38.423Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.120s coverage: 65.7% of statements [2023-02-17T04:59:38.423Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-02-17T04:59:38.423Z] go vet ./... [2023-02-17T04:59:56.675Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-17T04:59:56.675Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-17T04:59:56.675Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-17T04:59:56.692Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-17T04:59:56.713Z] $ docker stop --time=1 c836ece025fef3b71c2f98f9a4f2177969c1cf73a5a79f1a19f75daf45f2f3b2 [2023-02-17T04:59:58.517Z] $ docker rm -f --volumes c836ece025fef3b71c2f98f9a4f2177969c1cf73a5a79f1a19f75daf45f2f3b2 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-17T04:59:59.411Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-17T04:59:59.434Z] Warning: overwriting stash ‘coverage-report’ [2023-02-17T04:59:59.913Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-17T05:00:00.281Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-17T05:00:00.600Z] + ls -al . [2023-02-17T05:00:00.600Z] total 188 [2023-02-17T05:00:00.600Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 17 04:58 . [2023-02-17T05:00:00.600Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 17 04:55 .. [2023-02-17T05:00:00.600Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 17 04:55 .git [2023-02-17T05:00:00.600Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 17 04:55 .github [2023-02-17T05:00:00.600Z] -rw-rw-r-- 1 jenkins jenkins 337 Feb 17 04:55 .gitignore [2023-02-17T05:00:00.600Z] -rw-rw-r-- 1 jenkins jenkins 41 Feb 17 04:55 .golangci.yml [2023-02-17T05:00:00.600Z] -rw-rw-r-- 1 jenkins jenkins 8641 Feb 17 04:55 Attribution.txt [2023-02-17T05:00:00.600Z] -rw-rw-r-- 1 jenkins jenkins 11367 Feb 17 04:55 CHANGELOG.md [2023-02-17T05:00:00.600Z] -rw-rw-r-- 1 jenkins jenkins 1646 Feb 17 04:55 Dockerfile [2023-02-17T05:00:00.601Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 17 04:55 GOVERNANCE.md [2023-02-17T05:00:00.601Z] -rw-rw-r-- 1 jenkins jenkins 660 Feb 17 04:55 Jenkinsfile [2023-02-17T05:00:00.601Z] -rw-rw-r-- 1 jenkins jenkins 11340 Feb 17 04:55 LICENSE [2023-02-17T05:00:00.601Z] -rw-rw-r-- 1 jenkins jenkins 1661 Feb 17 04:55 Makefile [2023-02-17T05:00:00.601Z] -rw-rw-r-- 1 jenkins jenkins 623 Feb 17 04:55 OWNERS.md [2023-02-17T05:00:00.601Z] -rw-rw-r-- 1 jenkins jenkins 3578 Feb 17 04:55 README.md [2023-02-17T05:00:00.601Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 17 04:54 VERSION [2023-02-17T05:00:00.601Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 17 04:55 bin [2023-02-17T05:00:00.601Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 17 04:55 cmd [2023-02-17T05:00:00.601Z] -rw-r--r-- 1 jenkins jenkins 44128 Feb 17 04:59 coverage.out [2023-02-17T05:00:00.601Z] -rw-rw-r-- 1 jenkins jenkins 3252 Feb 17 04:55 go.mod [2023-02-17T05:00:00.601Z] -rw-rw-r-- 1 jenkins jenkins 32588 Feb 17 04:55 go.sum [2023-02-17T05:00:00.601Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 17 04:55 internal [2023-02-17T05:00:00.601Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 17 04:55 snap [2023-02-17T05:00:00.601Z] -rw-rw-r-- 1 jenkins jenkins 235 Feb 17 04:55 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:00:00.935Z] + 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=e5cd6c2866e9da13f1580177b0e11085f8902a5a --label arch=arm64 --label version=3.0.0-dev.13 . [2023-02-17T05:00:01.202Z] Sending build context to Docker daemon 11.88MB [2023-02-17T05:00:01.469Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2023-02-17T05:00:01.469Z] Step 2/25 : FROM ${BASE} AS builder [2023-02-17T05:00:01.469Z] ---> 7fcce8495516 [2023-02-17T05:00:01.469Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-02-17T05:00:01.469Z] ---> Running in 2778099e4d60 [2023-02-17T05:00:01.736Z] Removing intermediate container 2778099e4d60 [2023-02-17T05:00:01.736Z] ---> abf5db1f31f4 [2023-02-17T05:00:01.736Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2023-02-17T05:00:01.736Z] ---> Running in bb69edc386c6 [2023-02-17T05:00:02.322Z] Removing intermediate container bb69edc386c6 [2023-02-17T05:00:02.322Z] ---> 6cae85e9bcce [2023-02-17T05:00:02.322Z] Step 5/25 : ARG ADD_BUILD_TAGS="" [2023-02-17T05:00:02.322Z] ---> Running in b45b27ef19de [2023-02-17T05:00:02.592Z] Removing intermediate container b45b27ef19de [2023-02-17T05:00:02.592Z] ---> 499e72cb144d [2023-02-17T05:00:02.592Z] Step 6/25 : WORKDIR /device-virtual-go [2023-02-17T05:00:02.592Z] ---> Running in d9cf8d2dc97f [2023-02-17T05:00:02.860Z] Removing intermediate container d9cf8d2dc97f [2023-02-17T05:00:02.860Z] ---> 3d3f2e2f6c12 [2023-02-17T05:00:02.860Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-17T05:00:02.860Z] ---> Running in 155bb2201157 [2023-02-17T05:00:03.838Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-17T05:00:04.425Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-17T05:00:05.383Z] OK: 226 MiB in 55 packages [2023-02-17T05:00:09.633Z] Removing intermediate container 155bb2201157 [2023-02-17T05:00:09.633Z] ---> ce573ecf5e5d [2023-02-17T05:00:09.633Z] Step 8/25 : COPY go.mod vendor* ./ [2023-02-17T05:00:09.633Z] ---> 82d2971832d4 [2023-02-17T05:00:09.633Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-17T05:00:09.633Z] ---> Running in aa3a89c54fbb [2023-02-17T05:00:12.228Z] Removing intermediate container aa3a89c54fbb [2023-02-17T05:00:12.228Z] ---> 6881f3040c7b [2023-02-17T05:00:12.228Z] Step 10/25 : COPY . . [2023-02-17T05:00:13.198Z] ---> b575a767950a [2023-02-17T05:00:13.198Z] Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-17T05:00:13.464Z] ---> Running in e5714cd81bcf [2023-02-17T05:00:13.733Z] Removing intermediate container e5714cd81bcf [2023-02-17T05:00:13.733Z] ---> 48cc19320a73 [2023-02-17T05:00:13.733Z] Step 12/25 : RUN $MAKE [2023-02-17T05:00:13.733Z] ---> Running in 5b03380c86ef [2023-02-17T05:00:14.700Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o cmd/device-virtual ./cmd [2023-02-17T05:02:21.390Z] Removing intermediate container 5b03380c86ef [2023-02-17T05:02:21.390Z] ---> a7ece4c3396f [2023-02-17T05:02:21.390Z] Step 13/25 : FROM alpine:3.16 [2023-02-17T05:02:21.390Z] 3.16: Pulling from library/alpine [2023-02-17T05:02:21.390Z] 3760b48202b3: Pulling fs layer [2023-02-17T05:02:21.390Z] 3760b48202b3: Verifying Checksum [2023-02-17T05:02:21.390Z] 3760b48202b3: Download complete [2023-02-17T05:02:21.390Z] 3760b48202b3: Pull complete [2023-02-17T05:02:21.390Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-17T05:02:21.390Z] Status: Downloaded newer image for alpine:3.16 [2023-02-17T05:02:21.390Z] ---> 4c81e5bf8899 [2023-02-17T05:02:21.390Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2023-02-17T05:02:21.390Z] ---> Running in 6756c491b21a [2023-02-17T05:02:21.390Z] Removing intermediate container 6756c491b21a [2023-02-17T05:02:21.390Z] ---> f29a3af2c53a [2023-02-17T05:02:21.390Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2023-02-17T05:02:21.390Z] ---> Running in a169b20dbe83 [2023-02-17T05:02:21.974Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-17T05:02:22.557Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-17T05:02:23.516Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-17T05:02:23.516Z] Executing busybox-1.35.0-r17.trigger [2023-02-17T05:02:23.516Z] OK: 5 MiB in 15 packages [2023-02-17T05:02:24.482Z] Removing intermediate container a169b20dbe83 [2023-02-17T05:02:24.483Z] ---> 3e0ee2d513e1 [2023-02-17T05:02:24.483Z] Step 16/25 : WORKDIR / [2023-02-17T05:02:24.483Z] ---> Running in a97b5ebc8372 [2023-02-17T05:02:24.748Z] Removing intermediate container a97b5ebc8372 [2023-02-17T05:02:24.748Z] ---> 88b2b6a18446 [2023-02-17T05:02:24.748Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2023-02-17T05:02:25.329Z] ---> 08fd6cff87ac [2023-02-17T05:02:25.329Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2023-02-17T05:02:25.594Z] ---> 0a9cae36227d [2023-02-17T05:02:25.594Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2023-02-17T05:02:27.000Z] ---> b85b0f2926b8 [2023-02-17T05:02:27.000Z] Step 20/25 : EXPOSE 59900 [2023-02-17T05:02:27.000Z] ---> Running in c3fa29aa57f5 [2023-02-17T05:02:27.267Z] Removing intermediate container c3fa29aa57f5 [2023-02-17T05:02:27.267Z] ---> dbdf0f44d89d [2023-02-17T05:02:27.267Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2023-02-17T05:02:27.267Z] ---> Running in 6f4e5d6e317d [2023-02-17T05:02:27.555Z] Removing intermediate container 6f4e5d6e317d [2023-02-17T05:02:27.555Z] ---> 4dbca775b9cc [2023-02-17T05:02:27.555Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-17T05:02:27.555Z] ---> Running in e05733ff72b3 [2023-02-17T05:02:27.825Z] Removing intermediate container e05733ff72b3 [2023-02-17T05:02:27.825Z] ---> 810fb0bf113c [2023-02-17T05:02:27.825Z] Step 23/25 : LABEL arch=arm64 [2023-02-17T05:02:28.092Z] ---> Running in 1e008a5aef62 [2023-02-17T05:02:28.358Z] Removing intermediate container 1e008a5aef62 [2023-02-17T05:02:28.358Z] ---> 2f52b7a414c6 [2023-02-17T05:02:28.358Z] Step 24/25 : LABEL git_sha=e5cd6c2866e9da13f1580177b0e11085f8902a5a [2023-02-17T05:02:28.358Z] ---> Running in e868cbbb40f1 [2023-02-17T05:02:28.626Z] Removing intermediate container e868cbbb40f1 [2023-02-17T05:02:28.626Z] ---> 344a3876fa40 [2023-02-17T05:02:28.626Z] Step 25/25 : LABEL version=3.0.0-dev.13 [2023-02-17T05:02:28.626Z] ---> Running in 96a52a020792 [2023-02-17T05:02:28.892Z] Removing intermediate container 96a52a020792 [2023-02-17T05:02:28.892Z] ---> f152aeaea6ca [2023-02-17T05:02:28.892Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-17T05:02:28.892Z] Successfully built f152aeaea6ca [2023-02-17T05:02:28.892Z] 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 [2023-02-17T05:02:29.012Z] provisioning config files... [2023-02-17T05:02:29.025Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/84@tmp/config5366796825135081088tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-17T05:02:29.355Z] ---> docker-login.sh [2023-02-17T05:02:29.355Z] nexus3.edgexfoundry.org:10001 [2023-02-17T05:02:29.355Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T05:02:29.622Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T05:02:29.622Z] Configure a credential helper to remove this warning. See [2023-02-17T05:02:29.622Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T05:02:29.622Z] [2023-02-17T05:02:29.622Z] Login Succeeded [2023-02-17T05:02:29.622Z] nexus3.edgexfoundry.org:10002 [2023-02-17T05:02:29.889Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T05:02:29.889Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T05:02:29.889Z] Configure a credential helper to remove this warning. See [2023-02-17T05:02:29.889Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T05:02:29.889Z] [2023-02-17T05:02:29.889Z] Login Succeeded [2023-02-17T05:02:29.889Z] nexus3.edgexfoundry.org:10003 [2023-02-17T05:02:30.156Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T05:02:30.423Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T05:02:30.423Z] Configure a credential helper to remove this warning. See [2023-02-17T05:02:30.423Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T05:02:30.423Z] [2023-02-17T05:02:30.423Z] Login Succeeded [2023-02-17T05:02:30.423Z] nexus3.edgexfoundry.org:10004 [2023-02-17T05:02:30.690Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T05:02:30.690Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T05:02:30.690Z] Configure a credential helper to remove this warning. See [2023-02-17T05:02:30.690Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T05:02:30.690Z] [2023-02-17T05:02:30.690Z] Login Succeeded [2023-02-17T05:02:30.690Z] docker.io [2023-02-17T05:02:30.956Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T05:02:31.221Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T05:02:31.221Z] Configure a credential helper to remove this warning. See [2023-02-17T05:02:31.221Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T05:02:31.221Z] [2023-02-17T05:02:31.221Z] Login Succeeded [2023-02-17T05:02:31.221Z] ---> docker-login.sh ends [Pipeline] } [2023-02-17T05:02:31.234Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-17T05:02:31.260Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-17T05:02:31.275Z] [edgeXDocker.push] Tagging docker image device-virtual-arm64 with the following tags: [2023-02-17T05:02:31.275Z] e5cd6c2866e9da13f1580177b0e11085f8902a5a [2023-02-17T05:02:31.275Z] latest [2023-02-17T05:02:31.275Z] 3.0.0-dev.13 [2023-02-17T05:02:31.275Z] e5cd6c2866e9da13f1580177b0e11085f8902a5a-3.0.0-dev.13 [2023-02-17T05:02:31.275Z] main [2023-02-17T05:02:31.275Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:02:31.608Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:e5cd6c2866e9da13f1580177b0e11085f8902a5a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:02:31.952Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:e5cd6c2866e9da13f1580177b0e11085f8902a5a [2023-02-17T05:02:31.952Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2023-02-17T05:02:31.952Z] eec14fef7f79: Preparing [2023-02-17T05:02:31.952Z] b75bf73b9078: Preparing [2023-02-17T05:02:31.952Z] edb9a709b8ad: Preparing [2023-02-17T05:02:31.952Z] f174286f5bc6: Preparing [2023-02-17T05:02:31.952Z] f70ee36035b9: Preparing [2023-02-17T05:02:31.952Z] f70ee36035b9: Layer already exists [2023-02-17T05:02:32.226Z] b75bf73b9078: Pushed [2023-02-17T05:02:32.226Z] edb9a709b8ad: Pushed [2023-02-17T05:02:32.226Z] f174286f5bc6: Pushed [2023-02-17T05:02:37.555Z] eec14fef7f79: Pushed [2023-02-17T05:02:37.555Z] e5cd6c2866e9da13f1580177b0e11085f8902a5a: digest: sha256:edaa6a8e50474e5116cdbac8f5be0a3d7c0c86f2866592883d424cddaf25b695 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:02:37.905Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:02:38.255Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [2023-02-17T05:02:38.255Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2023-02-17T05:02:38.522Z] eec14fef7f79: Preparing [2023-02-17T05:02:38.522Z] b75bf73b9078: Preparing [2023-02-17T05:02:38.522Z] edb9a709b8ad: Preparing [2023-02-17T05:02:38.522Z] f174286f5bc6: Preparing [2023-02-17T05:02:38.522Z] f70ee36035b9: Preparing [2023-02-17T05:02:38.522Z] b75bf73b9078: Layer already exists [2023-02-17T05:02:38.522Z] f70ee36035b9: Layer already exists [2023-02-17T05:02:38.522Z] eec14fef7f79: Layer already exists [2023-02-17T05:02:38.522Z] edb9a709b8ad: Layer already exists [2023-02-17T05:02:38.522Z] f174286f5bc6: Layer already exists [2023-02-17T05:02:38.522Z] latest: digest: sha256:edaa6a8e50474e5116cdbac8f5be0a3d7c0c86f2866592883d424cddaf25b695 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:02:38.867Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:02:39.253Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.0.0-dev.13 [2023-02-17T05:02:39.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2023-02-17T05:02:39.254Z] eec14fef7f79: Preparing [2023-02-17T05:02:39.254Z] b75bf73b9078: Preparing [2023-02-17T05:02:39.254Z] edb9a709b8ad: Preparing [2023-02-17T05:02:39.254Z] f174286f5bc6: Preparing [2023-02-17T05:02:39.254Z] f70ee36035b9: Preparing [2023-02-17T05:02:39.254Z] edb9a709b8ad: Layer already exists [2023-02-17T05:02:39.254Z] eec14fef7f79: Layer already exists [2023-02-17T05:02:39.254Z] b75bf73b9078: Layer already exists [2023-02-17T05:02:39.254Z] f174286f5bc6: Layer already exists [2023-02-17T05:02:39.254Z] f70ee36035b9: Layer already exists [2023-02-17T05:02:39.525Z] 3.0.0-dev.13: digest: sha256:edaa6a8e50474e5116cdbac8f5be0a3d7c0c86f2866592883d424cddaf25b695 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:02:39.891Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:e5cd6c2866e9da13f1580177b0e11085f8902a5a-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:02:40.238Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:e5cd6c2866e9da13f1580177b0e11085f8902a5a-3.0.0-dev.13 [2023-02-17T05:02:40.238Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2023-02-17T05:02:40.238Z] eec14fef7f79: Preparing [2023-02-17T05:02:40.238Z] b75bf73b9078: Preparing [2023-02-17T05:02:40.238Z] edb9a709b8ad: Preparing [2023-02-17T05:02:40.238Z] f174286f5bc6: Preparing [2023-02-17T05:02:40.238Z] f70ee36035b9: Preparing [2023-02-17T05:02:40.238Z] f174286f5bc6: Layer already exists [2023-02-17T05:02:40.238Z] edb9a709b8ad: Layer already exists [2023-02-17T05:02:40.238Z] f70ee36035b9: Layer already exists [2023-02-17T05:02:40.238Z] b75bf73b9078: Layer already exists [2023-02-17T05:02:40.238Z] eec14fef7f79: Layer already exists [2023-02-17T05:02:40.509Z] e5cd6c2866e9da13f1580177b0e11085f8902a5a-3.0.0-dev.13: digest: sha256:edaa6a8e50474e5116cdbac8f5be0a3d7c0c86f2866592883d424cddaf25b695 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:02:40.864Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:02:41.204Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [2023-02-17T05:02:41.204Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2023-02-17T05:02:41.204Z] eec14fef7f79: Preparing [2023-02-17T05:02:41.204Z] b75bf73b9078: Preparing [2023-02-17T05:02:41.204Z] edb9a709b8ad: Preparing [2023-02-17T05:02:41.204Z] f174286f5bc6: Preparing [2023-02-17T05:02:41.204Z] f70ee36035b9: Preparing [2023-02-17T05:02:41.204Z] f70ee36035b9: Layer already exists [2023-02-17T05:02:41.204Z] edb9a709b8ad: Layer already exists [2023-02-17T05:02:41.204Z] eec14fef7f79: Layer already exists [2023-02-17T05:02:41.204Z] b75bf73b9078: Layer already exists [2023-02-17T05:02:41.204Z] f174286f5bc6: Layer already exists [2023-02-17T05:02:41.474Z] main: digest: sha256:edaa6a8e50474e5116cdbac8f5be0a3d7c0c86f2866592883d424cddaf25b695 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-17T05:02:41.520Z] ===================================================== [Pipeline] echo [2023-02-17T05:02:41.526Z] taggedImages: [2023-02-17T05:02:41.526Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:e5cd6c2866e9da13f1580177b0e11085f8902a5a [2023-02-17T05:02:41.526Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [2023-02-17T05:02:41.526Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.0.0-dev.13 [2023-02-17T05:02:41.526Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:e5cd6c2866e9da13f1580177b0e11085f8902a5a-3.0.0-dev.13 [2023-02-17T05:02:41.526Z] - 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 [2023-02-17T05:02:41.872Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-17T05:02:41.872Z] [2023-02-17T05:02:41.872Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:02:42.204Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-17T05:02:42.204Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-17T05:02:42.204Z] 8998bd30e6a1: Pulling fs layer [2023-02-17T05:02:42.204Z] 04944245beec: Pulling fs layer [2023-02-17T05:02:42.204Z] 699f458cf7ca: Pulling fs layer [2023-02-17T05:02:42.204Z] 765212b225bb: Pulling fs layer [2023-02-17T05:02:42.204Z] f23df028b6ca: Pulling fs layer [2023-02-17T05:02:42.204Z] d65c8cfc05b1: Pulling fs layer [2023-02-17T05:02:42.204Z] 2437ff75d9bd: Pulling fs layer [2023-02-17T05:02:42.204Z] f23df028b6ca: Waiting [2023-02-17T05:02:42.204Z] d65c8cfc05b1: Waiting [2023-02-17T05:02:42.204Z] 765212b225bb: Waiting [2023-02-17T05:02:42.204Z] 2437ff75d9bd: Waiting [2023-02-17T05:02:42.474Z] 04944245beec: Verifying Checksum [2023-02-17T05:02:42.474Z] 04944245beec: Download complete [2023-02-17T05:02:42.474Z] 765212b225bb: Verifying Checksum [2023-02-17T05:02:42.474Z] 765212b225bb: Download complete [2023-02-17T05:02:42.474Z] f23df028b6ca: Verifying Checksum [2023-02-17T05:02:42.474Z] f23df028b6ca: Download complete [2023-02-17T05:02:42.474Z] d65c8cfc05b1: Verifying Checksum [2023-02-17T05:02:42.474Z] d65c8cfc05b1: Download complete [2023-02-17T05:02:42.741Z] 699f458cf7ca: Verifying Checksum [2023-02-17T05:02:42.741Z] 699f458cf7ca: Download complete [2023-02-17T05:02:43.019Z] 8998bd30e6a1: Download complete [2023-02-17T05:02:45.600Z] 2437ff75d9bd: Verifying Checksum [2023-02-17T05:02:45.600Z] 2437ff75d9bd: Download complete [2023-02-17T05:02:46.560Z] 8998bd30e6a1: Pull complete [2023-02-17T05:02:47.142Z] 04944245beec: Pull complete [2023-02-17T05:02:48.102Z] 699f458cf7ca: Pull complete [2023-02-17T05:02:48.366Z] 765212b225bb: Pull complete [2023-02-17T05:02:48.947Z] f23df028b6ca: Pull complete [2023-02-17T05:02:49.212Z] d65c8cfc05b1: Pull complete [2023-02-17T05:03:04.210Z] 2437ff75d9bd: Pull complete [2023-02-17T05:03:04.210Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-17T05:03:04.210Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-17T05:03:04.210Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-17T05:03:04.397Z] prd-ubuntu20.04-docker-arm64-4c-16g-6362 does not seem to be running inside a container [2023-02-17T05:03:04.471Z] $ 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/84 -v /w/workspace/device-virtual-go/84:/w/workspace/device-virtual-go/84:rw,z -v /w/workspace/device-virtual-go/84@tmp:/w/workspace/device-virtual-go/84@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 [2023-02-17T05:03:07.172Z] $ docker top 9565d06142db986010f8642f977890d672d726db540829d077742e9bfaa338ff -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-17T05:03:08.028Z] ---> job-cost.sh [2023-02-17T05:03:08.028Z] lf-activate-venv: SKIPPING [2023-02-17T05:03:08.028Z] INFO: No Stack... [2023-02-17T05:03:08.294Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-17T05:03:09.253Z] INFO: Archiving Costs [Pipeline] sh [2023-02-17T05:03:09.897Z] + cat /w/workspace/device-virtual-go/84/archives/cost.csv+ [2023-02-17T05:03:09.897Z] cut -d, -f6 [Pipeline] lock [2023-02-17T05:03:09.975Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-84-stack-cost] [2023-02-17T05:03:09.981Z] Resource [jenkins-edgexfoundry-device-virtual-go-main-84-stack-cost] did not exist. Created. [2023-02-17T05:03:09.981Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-84-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-17T05:03:10.642Z] /w/workspace/device-virtual-go/84@tmp/durable-9b60fdbe/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-02-17T05:03:11.303Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-17T05:03:11.329Z] Warning: overwriting stash ‘stack-cost’ [2023-02-17T05:03:11.383Z] Stashed 1 file(s) [Pipeline] } [2023-02-17T05:03:11.390Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-84-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-17T05:03:11.417Z] $ docker stop --time=1 9565d06142db986010f8642f977890d672d726db540829d077742e9bfaa338ff [2023-02-17T05:03:13.955Z] $ docker rm -f --volumes 9565d06142db986010f8642f977890d672d726db540829d077742e9bfaa338ff [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 [2023-02-17T05:03:14.352Z] provisioning config files... [2023-02-17T05:03:14.359Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config11339819343430085787tmp [Pipeline] { [Pipeline] sh [2023-02-17T05:03:14.651Z] + set +x [2023-02-17T05:03:14.651Z] + curl -s https://codecov.io/bash [2023-02-17T05:03:14.651Z] + bash -s -- [2023-02-17T05:03:14.651Z] [2023-02-17T05:03:14.651Z] _____ _ [2023-02-17T05:03:14.651Z] / ____| | | [2023-02-17T05:03:14.651Z] | | ___ __| | ___ ___ _____ __ [2023-02-17T05:03:14.651Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-17T05:03:14.651Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-17T05:03:14.651Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-17T05:03:14.651Z] Bash-1.0.6 [2023-02-17T05:03:14.651Z] [2023-02-17T05:03:14.651Z] [2023-02-17T05:03:14.651Z] ==> git version 2.25.1 found [2023-02-17T05:03:14.651Z] ==> 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 [2023-02-17T05:03:14.651Z] Release-Date: 2020-01-08 [2023-02-17T05:03:14.651Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-02-17T05:03:14.651Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-17T05:03:14.651Z] ==> Jenkins CI detected. [2023-02-17T05:03:14.651Z] current dir:  /w/workspace/exfoundry_device-virtual-go_main [2023-02-17T05:03:14.651Z] project root: . [2023-02-17T05:03:14.651Z] --> token set from env [2023-02-17T05:03:14.651Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-17T05:03:14.651Z] ==> Running gcov in . (disable via -X gcov) [2023-02-17T05:03:14.651Z] ==> Python coveragepy not found [2023-02-17T05:03:14.651Z] ==> Searching for coverage reports in: [2023-02-17T05:03:14.651Z] + . [2023-02-17T05:03:14.651Z] -> Found 1 reports [2023-02-17T05:03:14.651Z] ==> Detecting git/mercurial file structure [2023-02-17T05:03:14.910Z] ==> Reading reports [2023-02-17T05:03:14.910Z] + ./coverage.out bytes=44128 [2023-02-17T05:03:14.910Z] ==> Appending adjustments [2023-02-17T05:03:14.910Z] https://docs.codecov.io/docs/fixing-reports [2023-02-17T05:03:14.910Z] + Found adjustments [2023-02-17T05:03:14.910Z] ==> Gzipping contents [2023-02-17T05:03:14.910Z] 8.0K /tmp/codecov.y7wjh8.gz [2023-02-17T05:03:14.910Z] ==> Uploading reports [2023-02-17T05:03:14.910Z] url: https://codecov.io [2023-02-17T05:03:14.910Z] query: branch=main&commit=e5cd6c2866e9da13f1580177b0e11085f8902a5a&build=84&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F84%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-17T05:03:14.910Z] -> Pinging Codecov [2023-02-17T05:03:14.910Z] 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=e5cd6c2866e9da13f1580177b0e11085f8902a5a&build=84&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F84%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-17T05:03:15.170Z] -> Uploading to [2023-02-17T05:03:15.170Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-17/5E52B4B073DB2E39498172D8E973AA87/e5cd6c2866e9da13f1580177b0e11085f8902a5a/19847a2c-06e4-4a29-891d-4225edc00f18.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230217%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230217T050314Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ec5d5e3c48697e9ffa21b9f896075e12ed1bfce94ea6d09cd2d37d969aa6c736 [2023-02-17T05:03:15.170Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-17T05:03:15.170Z] Dload Upload Total Spent Left Speed [2023-02-17T05:03:15.428Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5474 0 0 100 5474 0 19978 --:--:-- --:--:-- --:--:-- 19978 [2023-02-17T05:03:15.428Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/e5cd6c2866e9da13f1580177b0e11085f8902a5a [Pipeline] } [2023-02-17T05:03:15.434Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-02-17T05:03:15.607Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-02-17T05:03:15.618Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:03:15.916Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-17T05:03:15.916Z] [2023-02-17T05:03:15.916Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:03:16.216Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-17T05:03:16.216Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-02-17T05:03:16.216Z] df9b9388f04a: Pulling fs layer [2023-02-17T05:03:16.216Z] 52dc419b0ee2: Pulling fs layer [2023-02-17T05:03:16.216Z] 25bc292e5bac: Pulling fs layer [2023-02-17T05:03:16.216Z] 114826534d7a: Pulling fs layer [2023-02-17T05:03:16.216Z] 4657fd5d0bcf: Pulling fs layer [2023-02-17T05:03:16.216Z] 114826534d7a: Waiting [2023-02-17T05:03:16.216Z] 6ad1cebc031e: Pulling fs layer [2023-02-17T05:03:16.216Z] 8a3aa393b2d8: Pulling fs layer [2023-02-17T05:03:16.216Z] 4657fd5d0bcf: Waiting [2023-02-17T05:03:16.216Z] 6ad1cebc031e: Waiting [2023-02-17T05:03:16.216Z] 8a3aa393b2d8: Waiting [2023-02-17T05:03:16.216Z] 52dc419b0ee2: Download complete [2023-02-17T05:03:16.216Z] 4657fd5d0bcf: Verifying Checksum [2023-02-17T05:03:16.216Z] 4657fd5d0bcf: Download complete [2023-02-17T05:03:16.477Z] df9b9388f04a: Download complete [2023-02-17T05:03:16.748Z] 6ad1cebc031e: Verifying Checksum [2023-02-17T05:03:16.748Z] 6ad1cebc031e: Download complete [2023-02-17T05:03:16.748Z] df9b9388f04a: Pull complete [2023-02-17T05:03:17.343Z] 52dc419b0ee2: Pull complete [2023-02-17T05:03:17.344Z] 25bc292e5bac: Pull complete [2023-02-17T05:03:17.926Z] 114826534d7a: Verifying Checksum [2023-02-17T05:03:17.926Z] 114826534d7a: Download complete [2023-02-17T05:03:18.184Z] 8a3aa393b2d8: Verifying Checksum [2023-02-17T05:03:21.463Z] 114826534d7a: Pull complete [2023-02-17T05:03:21.463Z] 4657fd5d0bcf: Pull complete [2023-02-17T05:03:21.463Z] 6ad1cebc031e: Pull complete [2023-02-17T05:03:24.737Z] 8a3aa393b2d8: Pull complete [2023-02-17T05:03:24.737Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-02-17T05:03:24.737Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-17T05:03:24.737Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-17T05:03:24.828Z] prd-ubuntu20.04-docker-8c-8g-6361 does not seem to be running inside a container [2023-02-17T05:03:24.856Z] $ 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 [2023-02-17T05:03:32.413Z] $ docker top beaaf83b081a4f67fb9a4eabe10f56aebe98102dc73ca05e441ddb9e57408e56 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-17T05:03:32.500Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-virtual-go:main' [Pipeline] sh [2023-02-17T05:03:32.800Z] + set -o pipefail [2023-02-17T05:03:32.800Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-virtual-go:main' [2023-02-17T05:03:37.033Z] [2023-02-17T05:03:37.033Z] Monitoring /w/workspace/exfoundry_device-virtual-go_main (github.com/edgexfoundry/device-virtual-go)... [2023-02-17T05:03:37.033Z] [2023-02-17T05:03:37.033Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/28e35fd0-54c0-4b4d-8115-61bcd17c2ff8/history/061bfa69-df53-4ede-a691-9d1f931abcdb [2023-02-17T05:03:37.033Z] [2023-02-17T05:03:37.033Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-02-17T05:03:37.033Z] [2023-02-17T05:03:37.033Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-02-17T05:03:37.033Z] [2023-02-17T05:03:37.033Z] [2023-02-17T05:03:37.033Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-02-17T05:03:37.033Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-02-17T05:03:37.034Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-02-17T05:03:37.299Z] $ docker stop --time=1 beaaf83b081a4f67fb9a4eabe10f56aebe98102dc73ca05e441ddb9e57408e56 [2023-02-17T05:03:43.990Z] $ docker rm -f --volumes beaaf83b081a4f67fb9a4eabe10f56aebe98102dc73ca05e441ddb9e57408e56 [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 [2023-02-17T05:03:44.700Z] + git log --format=format:%s -1 e5cd6c2866e9da13f1580177b0e11085f8902a5a [Pipeline] sh [2023-02-17T05:03:44.998Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-17T05:03:44.999Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:03:45.303Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-17T05:03:45.303Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-17T05:03:45.373Z] prd-ubuntu20.04-docker-8c-8g-6361 does not seem to be running inside a container [2023-02-17T05:03:45.398Z] $ 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 [2023-02-17T05:03:46.004Z] $ docker top 5245ce206d6cfba09468dadc9ec7bec194ee12cf0f9f375344ded2ffc54666a0 -eo pid,comm [2023-02-17T05:03:46.053Z] 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). [2023-02-17T05:03:46.054Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-17T05:03:46.091Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-17T05:03:46.091Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-17T05:03:46.204Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-17T05:03:46.203Z] $ docker exec 5245ce206d6cfba09468dadc9ec7bec194ee12cf0f9f375344ded2ffc54666a0 ssh-agent [2023-02-17T05:03:46.300Z] SSH_AUTH_SOCK=/tmp/ssh-vajdFnmUSbTe/agent.31 [2023-02-17T05:03:46.300Z] SSH_AGENT_PID=37 [2023-02-17T05:03:46.306Z] Running ssh-add (command line suppressed) [2023-02-17T05:03:46.390Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_8643074183836214748.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_8643074183836214748.key) [2023-02-17T05:03:46.411Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-17T05:03:46.702Z] + git semver tag [2023-02-17T05:03:47.269Z] 2023-02-17 05:03:47,072 [run_tag] DEBUG tag force:False [2023-02-17T05:03:47.269Z] 2023-02-17 05:03:47,072 [check_head_tag] DEBUG check head tag [2023-02-17T05:03:47.269Z] 2023-02-17 05:03:47,074 [execute] INFO git cat-file --batch-check [2023-02-17T05:03:47.269Z] 2023-02-17 05:03:47,074 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) [2023-02-17T05:03:47.269Z] 2023-02-17 05:03:47,078 [execute] INFO git cat-file --batch [2023-02-17T05:03:47.269Z] 2023-02-17 05:03:47,078 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) [2023-02-17T05:03:47.269Z] 2023-02-17 05:03:47,098 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-02-17T05:03:47.269Z] 2023-02-17 05:03:47,098 [execute] INFO git tag -a v3.0.0-dev.13 -m v3.0.0-dev.13 [2023-02-17T05:03:47.269Z] 2023-02-17 05:03:47,099 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.13', '-m', 'v3.0.0-dev.13'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=None) [2023-02-17T05:03:47.269Z] 2023-02-17 05:03:47,102 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-02-17T05:03:47.269Z] 3.0.0-dev.13 [Pipeline] } [2023-02-17T05:03:47.274Z] $ docker exec --env ******** --env ******** 5245ce206d6cfba09468dadc9ec7bec194ee12cf0f9f375344ded2ffc54666a0 ssh-agent -k [2023-02-17T05:03:47.363Z] unset SSH_AUTH_SOCK; [2023-02-17T05:03:47.363Z] unset SSH_AGENT_PID; [2023-02-17T05:03:47.363Z] echo Agent pid 37 killed; [2023-02-17T05:03:47.376Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-17T05:03:47.683Z] + git semver [Pipeline] } [2023-02-17T05:03:47.950Z] $ docker stop --time=1 5245ce206d6cfba09468dadc9ec7bec194ee12cf0f9f375344ded2ffc54666a0 [2023-02-17T05:03:49.231Z] $ docker rm -f --volumes 5245ce206d6cfba09468dadc9ec7bec194ee12cf0f9f375344ded2ffc54666a0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:03:49.637Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-17T05:03:49.637Z] [2023-02-17T05:03:49.637Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:03:49.941Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-17T05:03:49.942Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-02-17T05:03:49.942Z] ab5ef0e58194: Pulling fs layer [2023-02-17T05:03:49.942Z] 9712f1f96733: Pulling fs layer [2023-02-17T05:03:49.942Z] 63f879dbbcfc: Pulling fs layer [2023-02-17T05:03:49.942Z] 0d9ebad4ef96: Pulling fs layer [2023-02-17T05:03:49.942Z] e9a5061849ea: Pulling fs layer [2023-02-17T05:03:49.942Z] d747dcd14b5f: Pulling fs layer [2023-02-17T05:03:49.942Z] 2de7ff778b66: Pulling fs layer [2023-02-17T05:03:49.942Z] 0d9ebad4ef96: Waiting [2023-02-17T05:03:49.942Z] e9a5061849ea: Waiting [2023-02-17T05:03:49.942Z] d747dcd14b5f: Waiting [2023-02-17T05:03:49.942Z] 2de7ff778b66: Waiting [2023-02-17T05:03:49.942Z] 9712f1f96733: Verifying Checksum [2023-02-17T05:03:49.942Z] 9712f1f96733: Download complete [2023-02-17T05:03:50.524Z] 63f879dbbcfc: Verifying Checksum [2023-02-17T05:03:51.099Z] e9a5061849ea: Verifying Checksum [2023-02-17T05:03:51.099Z] e9a5061849ea: Download complete [2023-02-17T05:03:51.099Z] d747dcd14b5f: Verifying Checksum [2023-02-17T05:03:51.099Z] d747dcd14b5f: Download complete [2023-02-17T05:03:51.360Z] 2de7ff778b66: Verifying Checksum [2023-02-17T05:03:51.360Z] 2de7ff778b66: Download complete [2023-02-17T05:03:51.360Z] 0d9ebad4ef96: Verifying Checksum [2023-02-17T05:03:51.360Z] 0d9ebad4ef96: Download complete [2023-02-17T05:03:51.927Z] ab5ef0e58194: Download complete [2023-02-17T05:03:54.493Z] ab5ef0e58194: Pull complete [2023-02-17T05:03:54.493Z] 9712f1f96733: Pull complete [2023-02-17T05:03:55.423Z] 63f879dbbcfc: Pull complete [2023-02-17T05:03:58.698Z] 0d9ebad4ef96: Pull complete [2023-02-17T05:03:58.956Z] e9a5061849ea: Pull complete [2023-02-17T05:03:58.956Z] d747dcd14b5f: Pull complete [2023-02-17T05:04:00.361Z] 2de7ff778b66: Pull complete [2023-02-17T05:04:00.361Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-02-17T05:04:00.361Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-17T05:04:00.361Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-17T05:04:00.453Z] prd-ubuntu20.04-docker-8c-8g-6361 does not seem to be running inside a container [2023-02-17T05:04:00.501Z] $ 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 [2023-02-17T05:04:11.398Z] $ docker top 80ec68f8046876308d25fd2b9fb9aff52c906801f4dd33d2e81e1c5e14414c8a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-02-17T05:04:11.472Z] provisioning config files... [2023-02-17T05:04:11.478Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config10822522170631527328tmp [2023-02-17T05:04:11.489Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config8626060426245960677tmp [2023-02-17T05:04:11.499Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config14031302633702906015tmp [Pipeline] { [Pipeline] echo [2023-02-17T05:04:11.515Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-17T05:04:11.800Z] ---> sigul-configuration.sh [2023-02-17T05:04:11.800Z] gpg: directory `/root/.gnupg' created [2023-02-17T05:04:11.800Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-02-17T05:04:11.800Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-02-17T05:04:11.800Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-02-17T05:04:11.800Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-02-17T05:04:11.800Z] gpg: CAST5 encrypted data [2023-02-17T05:04:11.800Z] gpg: encrypted with 1 passphrase [2023-02-17T05:04:11.800Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-02-17T05:04:12.088Z] + mkdir /home/jenkins [2023-02-17T05:04:12.088Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-02-17T05:04:12.374Z] + 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 [2023-02-17T05:04:12.384Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-17T05:04:12.669Z] ---> sigul-install.sh [2023-02-17T05:04:12.669Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-02-17T05:04:12.955Z] + git tag --list [2023-02-17T05:04:12.955Z] v1.0.0 [2023-02-17T05:04:12.955Z] v1.1.0 [2023-02-17T05:04:12.955Z] v1.1.1 [2023-02-17T05:04:12.955Z] v1.2.1 [2023-02-17T05:04:12.955Z] v1.2.2 [2023-02-17T05:04:12.955Z] v1.2.3 [2023-02-17T05:04:12.955Z] v1.3.0 [2023-02-17T05:04:12.955Z] v1.3.1 [2023-02-17T05:04:12.955Z] v2.0.0 [2023-02-17T05:04:12.955Z] v2.1.0 [2023-02-17T05:04:12.955Z] v2.1.1 [2023-02-17T05:04:12.955Z] v2.1.1-dev.1 [2023-02-17T05:04:12.955Z] v2.1.1-dev.2 [2023-02-17T05:04:12.955Z] v2.2.0 [2023-02-17T05:04:12.955Z] v2.2.1-dev.1 [2023-02-17T05:04:12.955Z] v2.2.1-dev.2 [2023-02-17T05:04:12.955Z] v2.2.1-dev.3 [2023-02-17T05:04:12.955Z] v2.2.1-dev.4 [2023-02-17T05:04:12.955Z] v2.2.1-dev.5 [2023-02-17T05:04:12.955Z] v2.2.1-dev.6 [2023-02-17T05:04:12.955Z] v2.2.1-dev.7 [2023-02-17T05:04:12.955Z] v2.2.1-dev.8 [2023-02-17T05:04:12.955Z] v2.3.0 [2023-02-17T05:04:12.955Z] v2.3.0-dev.10 [2023-02-17T05:04:12.955Z] v2.3.0-dev.11 [2023-02-17T05:04:12.955Z] v2.3.0-dev.12 [2023-02-17T05:04:12.955Z] v2.3.0-dev.13 [2023-02-17T05:04:12.955Z] v2.3.0-dev.14 [2023-02-17T05:04:12.955Z] v2.3.0-dev.15 [2023-02-17T05:04:12.955Z] v2.3.0-dev.16 [2023-02-17T05:04:12.955Z] v2.3.0-dev.17 [2023-02-17T05:04:12.955Z] v2.3.0-dev.18 [2023-02-17T05:04:12.955Z] v2.3.0-dev.19 [2023-02-17T05:04:12.955Z] v2.3.0-dev.20 [2023-02-17T05:04:12.955Z] v2.3.0-dev.21 [2023-02-17T05:04:12.955Z] v2.3.0-dev.22 [2023-02-17T05:04:12.955Z] v2.3.0-dev.23 [2023-02-17T05:04:12.955Z] v2.3.0-dev.24 [2023-02-17T05:04:12.955Z] v2.3.0-dev.25 [2023-02-17T05:04:12.955Z] v2.3.0-dev.26 [2023-02-17T05:04:12.955Z] v2.3.0-dev.27 [2023-02-17T05:04:12.955Z] v2.3.0-dev.28 [2023-02-17T05:04:12.955Z] v2.3.0-dev.29 [2023-02-17T05:04:12.955Z] v2.3.0-dev.30 [2023-02-17T05:04:12.955Z] v2.3.0-dev.8 [2023-02-17T05:04:12.955Z] v2.3.0-dev.9 [2023-02-17T05:04:12.955Z] v3.0.0-dev.1 [2023-02-17T05:04:12.955Z] v3.0.0-dev.10 [2023-02-17T05:04:12.955Z] v3.0.0-dev.11 [2023-02-17T05:04:12.955Z] v3.0.0-dev.12 [2023-02-17T05:04:12.955Z] v3.0.0-dev.13 [2023-02-17T05:04:12.955Z] v3.0.0-dev.2 [2023-02-17T05:04:12.955Z] v3.0.0-dev.3 [2023-02-17T05:04:12.955Z] v3.0.0-dev.4 [2023-02-17T05:04:12.955Z] v3.0.0-dev.5 [2023-02-17T05:04:12.955Z] v3.0.0-dev.6 [2023-02-17T05:04:12.955Z] v3.0.0-dev.7 [2023-02-17T05:04:12.955Z] v3.0.0-dev.8 [2023-02-17T05:04:12.955Z] v3.0.0-dev.9 [Pipeline] sh [2023-02-17T05:04:13.243Z] + lftools sign git-tag v3.0.0-dev.13 [2023-02-17T05:04:13.815Z] Signing Git tag with Sigul... [2023-02-17T05:04:13.815Z] Signing v3.0.0-dev.13 [Pipeline] echo [2023-02-17T05:04:14.081Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-17T05:04:14.377Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-02-17T05:04:14.384Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-02-17T05:04:14.399Z] $ docker stop --time=1 80ec68f8046876308d25fd2b9fb9aff52c906801f4dd33d2e81e1c5e14414c8a [2023-02-17T05:04:15.747Z] $ docker rm -f --volumes 80ec68f8046876308d25fd2b9fb9aff52c906801f4dd33d2e81e1c5e14414c8a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-02-17T05:04:16.247Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-17T05:04:16.248Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:04:16.547Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-17T05:04:16.547Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-17T05:04:16.615Z] prd-ubuntu20.04-docker-8c-8g-6361 does not seem to be running inside a container [2023-02-17T05:04:16.644Z] $ 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 [2023-02-17T05:04:16.973Z] $ docker top ea117cd125865ddd048e55cbf216281635d3a4a863c3ad528be224a19eea55a8 -eo pid,comm [2023-02-17T05:04:17.022Z] 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). [2023-02-17T05:04:17.022Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-17T05:04:17.058Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-17T05:04:17.058Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-17T05:04:17.163Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-17T05:04:17.162Z] $ docker exec ea117cd125865ddd048e55cbf216281635d3a4a863c3ad528be224a19eea55a8 ssh-agent [2023-02-17T05:04:17.277Z] SSH_AUTH_SOCK=/tmp/ssh-KrzjpzG021Od/agent.32 [2023-02-17T05:04:17.277Z] SSH_AGENT_PID=38 [2023-02-17T05:04:17.282Z] Running ssh-add (command line suppressed) [2023-02-17T05:04:17.372Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_10025882578062608909.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_10025882578062608909.key) [2023-02-17T05:04:17.388Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-17T05:04:17.674Z] + git semver bump pre [2023-02-17T05:04:17.934Z] 2023-02-17 05:04:17,853 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-02-17T05:04:17.934Z] 2023-02-17 05:04:17,853 [bump_version] DEBUG bumping version:3.0.0-dev.13 on axis:pre with prefix:dev [2023-02-17T05:04:17.934Z] 2023-02-17 05:04:17,853 [bump_version] DEBUG bumped version:3.0.0-dev.14 [2023-02-17T05:04:17.934Z] 2023-02-17 05:04:17,853 [write_version] DEBUG write version:3.0.0-dev.14 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:True [2023-02-17T05:04:17.934Z] 2023-02-17 05:04:17,853 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-02-17T05:04:17.934Z] 2023-02-17 05:04:17,853 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-02-17T05:04:17.934Z] 2023-02-17 05:04:17,855 [execute] INFO git cat-file --batch-check [2023-02-17T05:04:17.934Z] 2023-02-17 05:04:17,855 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-17T05:04:17.934Z] 2023-02-17 05:04:17,860 [execute] INFO git cat-file --batch [2023-02-17T05:04:17.934Z] 2023-02-17 05:04:17,860 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-17T05:04:17.934Z] 2023-02-17 05:04:17,865 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-02-17T05:04:17.934Z] 3.0.0-dev.14 [Pipeline] } [2023-02-17T05:04:17.939Z] $ docker exec --env ******** --env ******** ea117cd125865ddd048e55cbf216281635d3a4a863c3ad528be224a19eea55a8 ssh-agent -k [2023-02-17T05:04:18.030Z] unset SSH_AUTH_SOCK; [2023-02-17T05:04:18.031Z] unset SSH_AGENT_PID; [2023-02-17T05:04:18.031Z] echo Agent pid 38 killed; [2023-02-17T05:04:18.046Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-17T05:04:18.342Z] + git semver [Pipeline] } [2023-02-17T05:04:18.610Z] $ docker stop --time=1 ea117cd125865ddd048e55cbf216281635d3a4a863c3ad528be224a19eea55a8 [2023-02-17T05:04:20.106Z] $ docker rm -f --volumes ea117cd125865ddd048e55cbf216281635d3a4a863c3ad528be224a19eea55a8 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-17T05:04:20.453Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-17T05:04:20.454Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:04:20.755Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-17T05:04:20.755Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-17T05:04:20.824Z] prd-ubuntu20.04-docker-8c-8g-6361 does not seem to be running inside a container [2023-02-17T05:04:20.854Z] $ 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 [2023-02-17T05:04:21.250Z] $ docker top 2acd27fabb4f1f1c15df6c03fb9aa4a62e8e4f3c590d78bb74f6c5dd42f1bd56 -eo pid,comm [2023-02-17T05:04:21.300Z] 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). [2023-02-17T05:04:21.300Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-17T05:04:21.340Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-17T05:04:21.340Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-17T05:04:21.445Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-17T05:04:21.444Z] $ docker exec 2acd27fabb4f1f1c15df6c03fb9aa4a62e8e4f3c590d78bb74f6c5dd42f1bd56 ssh-agent [2023-02-17T05:04:21.549Z] SSH_AUTH_SOCK=/tmp/ssh-HweEGbjBJwec/agent.34 [2023-02-17T05:04:21.549Z] SSH_AGENT_PID=39 [2023-02-17T05:04:21.554Z] Running ssh-add (command line suppressed) [2023-02-17T05:04:21.648Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_13995379821966747366.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_13995379821966747366.key) [2023-02-17T05:04:21.665Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-17T05:04:21.946Z] + git semver push [2023-02-17T05:04:22.204Z] 2023-02-17 05:04:22,146 [run_push] DEBUG push [2023-02-17T05:04:22.204Z] 2023-02-17 05:04:22,148 [execute] INFO git cat-file --batch-check [2023-02-17T05:04:22.204Z] 2023-02-17 05:04:22,148 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-17T05:04:22.205Z] 2023-02-17 05:04:22,152 [execute] INFO git rev-list e9feec2b6263f447bda83de92368f2015ba6859c -- [2023-02-17T05:04:22.205Z] 2023-02-17 05:04:22,152 [execute] DEBUG Popen(['git', 'rev-list', 'e9feec2b6263f447bda83de92368f2015ba6859c', '--'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-17T05:04:22.205Z] 2023-02-17 05:04:22,160 [execute] INFO git fetch -v origin [2023-02-17T05:04:22.205Z] 2023-02-17 05:04:22,161 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-02-17T05:04:22.773Z] 2023-02-17 05:04:22,755 [run_push] DEBUG no remote changes detected [2023-02-17T05:04:22.773Z] 2023-02-17 05:04:22,755 [execute] INFO git push origin semver [2023-02-17T05:04:22.773Z] 2023-02-17 05:04:22,756 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-17T05:04:23.710Z] 2023-02-17 05:04:23,553 [run_push] DEBUG push all version tags [2023-02-17T05:04:23.710Z] 2023-02-17 05:04:23,553 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-02-17T05:04:23.710Z] 2023-02-17 05:04:23,554 [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) [2023-02-17T05:04:24.650Z] 2023-02-17 05:04:24,384 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-02-17T05:04:24.650Z] 3.0.0-dev.14 [Pipeline] } [2023-02-17T05:04:24.657Z] $ docker exec --env ******** --env ******** 2acd27fabb4f1f1c15df6c03fb9aa4a62e8e4f3c590d78bb74f6c5dd42f1bd56 ssh-agent -k [2023-02-17T05:04:24.753Z] unset SSH_AUTH_SOCK; [2023-02-17T05:04:24.753Z] unset SSH_AGENT_PID; [2023-02-17T05:04:24.753Z] echo Agent pid 39 killed; [2023-02-17T05:04:24.770Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-17T05:04:25.111Z] + git semver [Pipeline] } [2023-02-17T05:04:25.379Z] $ docker stop --time=1 2acd27fabb4f1f1c15df6c03fb9aa4a62e8e4f3c590d78bb74f6c5dd42f1bd56 [2023-02-17T05:04:26.989Z] $ docker rm -f --volumes 2acd27fabb4f1f1c15df6c03fb9aa4a62e8e4f3c590d78bb74f6c5dd42f1bd56 [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 [2023-02-17T05:04:27.555Z] + [ -d /w/workspace/exfoundry_device-virtual-go_main/archives ] [2023-02-17T05:04:27.555Z] + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives [2023-02-17T05:04:27.555Z] total 16 [2023-02-17T05:04:27.555Z] drwxr-xr-x 3 root root 4096 Feb 17 04:56 . [2023-02-17T05:04:27.555Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 17 05:04 .. [2023-02-17T05:04:27.555Z] drwxr-xr-x 2 root root 4096 Feb 17 04:56 cost [2023-02-17T05:04:27.555Z] -rw-r--r-- 1 root root 88 Feb 17 04:56 cost.csv [2023-02-17T05:04:27.555Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-virtual-go_main/archives [2023-02-17T05:04:27.555Z] + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives [2023-02-17T05:04:27.555Z] total 16 [2023-02-17T05:04:27.555Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 17 04:56 . [2023-02-17T05:04:27.555Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 17 05:04 .. [2023-02-17T05:04:27.555Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 17 04:56 cost [2023-02-17T05:04:27.555Z] -rw-r--r-- 1 jenkins jenkins 88 Feb 17 04:56 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-02-17T05:04:27.845Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-17T05:04:28.707Z] ---> package-listing.sh [2023-02-17T05:04:28.707Z] ++ facter osfamily [2023-02-17T05:04:28.707Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-17T05:04:28.966Z] + OS_FAMILY=debian [2023-02-17T05:04:28.966Z] + workspace=/w/workspace/exfoundry_device-virtual-go_main [2023-02-17T05:04:28.966Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-17T05:04:28.966Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-17T05:04:28.966Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-17T05:04:28.966Z] + PACKAGES=/tmp/packages_start.txt [2023-02-17T05:04:28.966Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2023-02-17T05:04:28.966Z] + PACKAGES=/tmp/packages_end.txt [2023-02-17T05:04:28.966Z] + case "${OS_FAMILY}" in [2023-02-17T05:04:28.966Z] + dpkg -l [2023-02-17T05:04:28.966Z] + grep '^ii' [2023-02-17T05:04:28.966Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-17T05:04:28.966Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-17T05:04:28.966Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-17T05:04:28.966Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2023-02-17T05:04:28.966Z] + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ [2023-02-17T05:04:28.966Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-virtual-go_main/archives/ [Pipeline] echo [2023-02-17T05:04:28.977Z] 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 [2023-02-17T05:04:29.253Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:04:29.808Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-17T05:04:29.808Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-17T05:04:29.952Z] prd-ubuntu20.04-docker-8c-8g-6361 does not seem to be running inside a container [2023-02-17T05:04:30.070Z] $ 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 [2023-02-17T05:04:30.531Z] $ docker top c6ba84f5c433c4fe2bfcfd0da3a069c5075500db8990d6e15edf5cb4f783ea48 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-17T05:04:30.915Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-17T05:04:31.198Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-17T05:04:31.484Z] + ls /var/log/sa-host [2023-02-17T05:04:31.484Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-17T05:04:31.629Z] provisioning config files... [2023-02-17T05:04:31.638Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config1909878396907379679tmp [Pipeline] { [Pipeline] echo [2023-02-17T05:04:31.652Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-17T05:04:31.934Z] ---> create-netrc.sh [Pipeline] } [2023-02-17T05:04:31.942Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-17T05:04:32.271Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-17T05:04:32.280Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-17T05:04:32.561Z] ---> sudo-logs.sh [2023-02-17T05:04:32.561Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-17T05:04:32.616Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-17T05:04:32.899Z] ---> job-cost.sh [2023-02-17T05:04:32.899Z] lf-activate-venv: SKIPPING [2023-02-17T05:04:32.899Z] DEBUG: total: 0.2199999988079071 [2023-02-17T05:04:32.899Z] INFO: Retrieving Stack Cost... [2023-02-17T05:04:33.158Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-17T05:04:33.726Z] INFO: Archiving Costs [Pipeline] echo [2023-02-17T05:04:33.739Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-17T05:04:34.024Z] ---> logs-deploy.sh [2023-02-17T05:04:34.024Z] lf-activate-venv: SKIPPING [2023-02-17T05:04:34.024Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/84 [2023-02-17T05:04:34.024Z] INFO: archiving workspace using pattern(s): [2023-02-17T05:04:34.957Z] Archives upload complete. [2023-02-17T05:04:35.215Z] INFO: archiving logs to Nexus [2023-02-17T05:04:35.781Z] ---> uname -a: [2023-02-17T05:04:35.781Z] Linux prd-ubuntu20-04-docker-8c-8g-6361 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-02-17T05:04:35.781Z] [2023-02-17T05:04:35.781Z] [2023-02-17T05:04:35.781Z] ---> lscpu: [2023-02-17T05:04:35.781Z] Architecture: x86_64 [2023-02-17T05:04:35.781Z] CPU op-mode(s): 32-bit, 64-bit [2023-02-17T05:04:35.781Z] Byte Order: Little Endian [2023-02-17T05:04:35.781Z] Address sizes: 40 bits physical, 48 bits virtual [2023-02-17T05:04:35.781Z] CPU(s): 8 [2023-02-17T05:04:35.781Z] On-line CPU(s) list: 0-7 [2023-02-17T05:04:35.781Z] Thread(s) per core: 1 [2023-02-17T05:04:35.781Z] Core(s) per socket: 1 [2023-02-17T05:04:35.781Z] Socket(s): 8 [2023-02-17T05:04:35.781Z] NUMA node(s): 1 [2023-02-17T05:04:35.781Z] Vendor ID: AuthenticAMD [2023-02-17T05:04:35.781Z] CPU family: 23 [2023-02-17T05:04:35.781Z] Model: 49 [2023-02-17T05:04:35.781Z] Model name: AMD EPYC-Rome Processor [2023-02-17T05:04:35.781Z] Stepping: 0 [2023-02-17T05:04:35.781Z] CPU MHz: 2799.996 [2023-02-17T05:04:35.781Z] BogoMIPS: 5599.99 [2023-02-17T05:04:35.781Z] Virtualization: AMD-V [2023-02-17T05:04:35.781Z] Hypervisor vendor: KVM [2023-02-17T05:04:35.781Z] Virtualization type: full [2023-02-17T05:04:35.781Z] L1d cache: 256 KiB [2023-02-17T05:04:35.781Z] L1i cache: 256 KiB [2023-02-17T05:04:35.781Z] L2 cache: 4 MiB [2023-02-17T05:04:35.781Z] L3 cache: 128 MiB [2023-02-17T05:04:35.781Z] NUMA node0 CPU(s): 0-7 [2023-02-17T05:04:35.781Z] Vulnerability Itlb multihit: Not affected [2023-02-17T05:04:35.781Z] Vulnerability L1tf: Not affected [2023-02-17T05:04:35.781Z] Vulnerability Mds: Not affected [2023-02-17T05:04:35.781Z] Vulnerability Meltdown: Not affected [2023-02-17T05:04:35.781Z] Vulnerability Mmio stale data: Not affected [2023-02-17T05:04:35.781Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-02-17T05:04:35.781Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-02-17T05:04:35.781Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-02-17T05:04:35.781Z] Vulnerability Srbds: Not affected [2023-02-17T05:04:35.781Z] Vulnerability Tsx async abort: Not affected [2023-02-17T05:04:35.781Z] 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 [2023-02-17T05:04:35.781Z] [2023-02-17T05:04:35.781Z] [2023-02-17T05:04:35.781Z] ---> nproc: [2023-02-17T05:04:35.781Z] 8 [2023-02-17T05:04:35.781Z] [2023-02-17T05:04:35.781Z] [2023-02-17T05:04:35.781Z] ---> df -h: [2023-02-17T05:04:35.781Z] Filesystem Size Used Avail Use% Mounted on [2023-02-17T05:04:35.781Z] overlay 155G 13G 143G 9% / [2023-02-17T05:04:35.781Z] tmpfs 64M 0 64M 0% /dev [2023-02-17T05:04:35.781Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-02-17T05:04:35.781Z] shm 64M 0 64M 0% /dev/shm [2023-02-17T05:04:35.781Z] /dev/vda1 155G 13G 143G 9% /facter-os [2023-02-17T05:04:35.781Z] [2023-02-17T05:04:35.781Z]