Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 795c3d665a96d2a485aec9c896c7781dae732fba 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-ssh2629314418355641205.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh8551422404672672163.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 66200e8eedfc470904d6b329e562ec5b45423d6a The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-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-rest-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3959600987063960064.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > 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-ssh12629302108444133980.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-rest-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-rest-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh7603356948560855629.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-rest-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-rest-go-settings PROJECT: device-rest-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-rest DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-7060 in /w/workspace/edgexfoundry_device-rest-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-rest-go.git > git init /w/workspace/edgexfoundry_device-rest-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-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-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 795c3d665a96d2a485aec9c896c7781dae732fba (main) Commit message: "Merge pull request #286 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.0.0-dev.64" > git config remote.origin.url git@github.com:edgexfoundry/device-rest-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 795c3d665a96d2a485aec9c896c7781dae732fba # timeout=10 > git rev-list --no-walk dd806b2640e0f0c8aa2f3a1f9570b634bbfd46b9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-04-07T02:30:43.729Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-04-07T02:30:43.774Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-04-07T02:30:43.789Z] ========================================================= [2023-04-07T02:30:43.789Z] EdgeX Global Pipelines Version Info [2023-04-07T02:30:43.789Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-04-07T02:30:44.491Z] ------------------- [2023-04-07T02:30:44.491Z] stable info: [2023-04-07T02:30:44.491Z] ------------------- [2023-04-07T02:30:44.491Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-04-07T02:30:44.491Z] Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a [2023-04-07T02:30:44.491Z] Message: update stable to v1.0.245 [2023-04-07T02:30:45.058Z] ------------------- [2023-04-07T02:30:45.058Z] experimental info: [2023-04-07T02:30:45.058Z] ------------------- [2023-04-07T02:30:45.058Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-04-07T02:30:45.058Z] Commit SHA: 046ad6d0e2e636d38ea4daf53c055316476b9501 [2023-04-07T02:30:45.058Z] Message: update experimental to v1.0.247 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-04-07T02:30:45.217Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2023-04-07T02:30:45.229Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2023-04-07T02:30:45.238Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-04-07T02:30:45.246Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-04-07T02:30:45.255Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-04-07T02:30:45.264Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-04-07T02:30:45.273Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-04-07T02:30:45.284Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-04-07T02:30:45.298Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-04-07T02:30:45.315Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-04-07T02:30:45.332Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-04-07T02:30:45.346Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo [2023-04-07T02:30:45.359Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-04-07T02:30:45.374Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-04-07T02:30:45.389Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-04-07T02:30:45.407Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-04-07T02:30:45.420Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-04-07T02:30:45.436Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-04-07T02:30:45.450Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-04-07T02:30:45.462Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-04-07T02:30:45.476Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-04-07T02:30:45.491Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-04-07T02:30:45.502Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-04-07T02:30:45.514Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-04-07T02:30:45.528Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-04-07T02:30:45.541Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-04-07T02:30:45.556Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-04-07T02:30:45.573Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-04-07T02:30:45.583Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-04-07T02:30:45.597Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-04-07T02:30:45.609Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 795c3d665a96d2a485aec9c896c7781dae732fba [Pipeline] echo [2023-04-07T02:30:45.625Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 795c3d6 [Pipeline] echo [2023-04-07T02:30:45.643Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-07T02:30:45.688Z] provisioning config files... [2023-04-07T02:30:45.710Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config13295139731834199911tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-07T02:30:46.014Z] ---> docker-login.sh [2023-04-07T02:30:46.014Z] nexus3.edgexfoundry.org:10001 [2023-04-07T02:30:46.274Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:30:46.274Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:30:46.274Z] Configure a credential helper to remove this warning. See [2023-04-07T02:30:46.274Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:30:46.274Z] [2023-04-07T02:30:46.274Z] Login Succeeded [2023-04-07T02:30:46.274Z] nexus3.edgexfoundry.org:10002 [2023-04-07T02:30:46.274Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:30:46.274Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:30:46.274Z] Configure a credential helper to remove this warning. See [2023-04-07T02:30:46.274Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:30:46.274Z] [2023-04-07T02:30:46.274Z] Login Succeeded [2023-04-07T02:30:46.274Z] nexus3.edgexfoundry.org:10003 [2023-04-07T02:30:46.533Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:30:46.533Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:30:46.533Z] Configure a credential helper to remove this warning. See [2023-04-07T02:30:46.533Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:30:46.533Z] [2023-04-07T02:30:46.533Z] Login Succeeded [2023-04-07T02:30:46.533Z] nexus3.edgexfoundry.org:10004 [2023-04-07T02:30:46.533Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:30:46.533Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:30:46.533Z] Configure a credential helper to remove this warning. See [2023-04-07T02:30:46.533Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:30:46.533Z] [2023-04-07T02:30:46.533Z] Login Succeeded [2023-04-07T02:30:46.533Z] docker.io [2023-04-07T02:30:46.793Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:30:46.793Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:30:46.793Z] Configure a credential helper to remove this warning. See [2023-04-07T02:30:46.793Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:30:46.793Z] [2023-04-07T02:30:46.793Z] Login Succeeded [2023-04-07T02:30:47.052Z] ---> docker-login.sh ends [Pipeline] } [2023-04-07T02:30:47.061Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-04-07T02:30:47.412Z] + git rev-list -1 --merges 795c3d665a96d2a485aec9c896c7781dae732fba~1..795c3d665a96d2a485aec9c896c7781dae732fba [Pipeline] echo [2023-04-07T02:30:47.458Z] -----------> git rev-list -1 --merges 795c3d665a96d2a485aec9c896c7781dae732fba~1..795c3d665a96d2a485aec9c896c7781dae732fba 795c3d665a96d2a485aec9c896c7781dae732fba [2023-04-07T02:30:47.458Z] 795c3d665a96d2a485aec9c896c7781dae732fba [false] [Pipeline] sh [2023-04-07T02:30:47.746Z] + git log --format=format:%s -1 795c3d665a96d2a485aec9c896c7781dae732fba [Pipeline] echo [2023-04-07T02:30:47.760Z] ========================================================= [2023-04-07T02:30:47.760Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-04-07T02:30:47.760Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-07T02:30:48.097Z] + git log --format=format:%s -1 795c3d665a96d2a485aec9c896c7781dae732fba [Pipeline] echo [2023-04-07T02:30:48.107Z] [semverPrep] GIT_COMMIT: 795c3d665a96d2a485aec9c896c7781dae732fba, Commit Message: Merge pull request #286 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.0.0-dev.64 [Pipeline] echo [2023-04-07T02:30:48.118Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-04-07T02:30:48.458Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-07T02:30:48.458Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-04-07T02:30:48.458Z] + [ -e /tmp/ssh_known_hosts ] [2023-04-07T02:30:48.458Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-04-07T02:30:48.458Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-04-07T02:30:48.458Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-04-07T02:30:48.458Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:30:48.798Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-07T02:30:48.798Z] [2023-04-07T02:30:48.798Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:30:49.097Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-07T02:30:49.097Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-04-07T02:30:49.097Z] b85a868b505f: Pulling fs layer [2023-04-07T02:30:49.097Z] e2be974225ed: Pulling fs layer [2023-04-07T02:30:49.097Z] 339a4e72a1f5: Pulling fs layer [2023-04-07T02:30:49.097Z] 988bab9f4d93: Pulling fs layer [2023-04-07T02:30:49.097Z] 1469e6f7b9e6: Pulling fs layer [2023-04-07T02:30:49.097Z] eaf3925da568: Pulling fs layer [2023-04-07T02:30:49.097Z] bab4dde63d76: Pulling fs layer [2023-04-07T02:30:49.097Z] bde34c3a00c8: Pulling fs layer [2023-04-07T02:30:49.097Z] b352a97aabf1: Pulling fs layer [2023-04-07T02:30:49.097Z] 4872d77fe225: Pulling fs layer [2023-04-07T02:30:49.097Z] 5851b861e8e6: Pulling fs layer [2023-04-07T02:30:49.097Z] 988bab9f4d93: Waiting [2023-04-07T02:30:49.097Z] 1469e6f7b9e6: Waiting [2023-04-07T02:30:49.097Z] eaf3925da568: Waiting [2023-04-07T02:30:49.097Z] 4872d77fe225: Waiting [2023-04-07T02:30:49.097Z] 5851b861e8e6: Waiting [2023-04-07T02:30:49.097Z] b352a97aabf1: Waiting [2023-04-07T02:30:49.097Z] bde34c3a00c8: Waiting [2023-04-07T02:30:49.097Z] bab4dde63d76: Waiting [2023-04-07T02:30:49.097Z] e2be974225ed: Download complete [2023-04-07T02:30:49.097Z] 988bab9f4d93: Verifying Checksum [2023-04-07T02:30:49.097Z] 988bab9f4d93: Download complete [2023-04-07T02:30:49.097Z] 1469e6f7b9e6: Verifying Checksum [2023-04-07T02:30:49.097Z] 1469e6f7b9e6: Download complete [2023-04-07T02:30:49.097Z] eaf3925da568: Verifying Checksum [2023-04-07T02:30:49.097Z] eaf3925da568: Download complete [2023-04-07T02:30:49.097Z] 339a4e72a1f5: Verifying Checksum [2023-04-07T02:30:49.097Z] 339a4e72a1f5: Download complete [2023-04-07T02:30:49.097Z] bde34c3a00c8: Download complete [2023-04-07T02:30:49.355Z] b352a97aabf1: Verifying Checksum [2023-04-07T02:30:49.355Z] b352a97aabf1: Download complete [2023-04-07T02:30:49.355Z] 4872d77fe225: Download complete [2023-04-07T02:30:49.355Z] 5851b861e8e6: Verifying Checksum [2023-04-07T02:30:49.355Z] 5851b861e8e6: Download complete [2023-04-07T02:30:49.355Z] b85a868b505f: Verifying Checksum [2023-04-07T02:30:49.355Z] b85a868b505f: Download complete [2023-04-07T02:30:49.613Z] bab4dde63d76: Verifying Checksum [2023-04-07T02:30:49.613Z] bab4dde63d76: Download complete [2023-04-07T02:30:50.548Z] b85a868b505f: Pull complete [2023-04-07T02:30:50.548Z] e2be974225ed: Pull complete [2023-04-07T02:30:51.114Z] 339a4e72a1f5: Pull complete [2023-04-07T02:30:51.114Z] 988bab9f4d93: Pull complete [2023-04-07T02:30:51.372Z] 1469e6f7b9e6: Pull complete [2023-04-07T02:30:51.372Z] eaf3925da568: Pull complete [2023-04-07T02:30:53.274Z] bab4dde63d76: Pull complete [2023-04-07T02:30:53.274Z] bde34c3a00c8: Pull complete [2023-04-07T02:30:53.274Z] b352a97aabf1: Pull complete [2023-04-07T02:30:53.274Z] 4872d77fe225: Pull complete [2023-04-07T02:30:53.533Z] 5851b861e8e6: Pull complete [2023-04-07T02:30:53.533Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-04-07T02:30:53.533Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-07T02:30:53.533Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-07T02:30:53.649Z] prd-ubuntu20.04-docker-8c-8g-7060 does not seem to be running inside a container [2023-04-07T02:30:53.686Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-04-07T02:30:56.630Z] $ docker top ef1f23caf6e25a1ef0380b49748fa7303ebf2f0481afd46f5b7bfc99499f9e75 -eo pid,comm [2023-04-07T02:30:56.681Z] 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-04-07T02:30:56.681Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-07T02:30:56.718Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-07T02:30:56.719Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-07T02:30:56.826Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-07T02:30:56.833Z] $ docker exec ef1f23caf6e25a1ef0380b49748fa7303ebf2f0481afd46f5b7bfc99499f9e75 ssh-agent [2023-04-07T02:30:56.923Z] SSH_AUTH_SOCK=/tmp/ssh-5R0Lod3NzXlb/agent.33 [2023-04-07T02:30:56.924Z] SSH_AGENT_PID=39 [2023-04-07T02:30:56.929Z] Running ssh-add (command line suppressed) [2023-04-07T02:30:57.026Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_6269465982901620467.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_6269465982901620467.key) [2023-04-07T02:30:57.034Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-07T02:30:57.318Z] + git tag --points-at HEAD [Pipeline] } [2023-04-07T02:30:57.340Z] $ docker exec --env ******** --env ******** ef1f23caf6e25a1ef0380b49748fa7303ebf2f0481afd46f5b7bfc99499f9e75 ssh-agent -k [2023-04-07T02:30:57.431Z] unset SSH_AUTH_SOCK; [2023-04-07T02:30:57.432Z] unset SSH_AGENT_PID; [2023-04-07T02:30:57.432Z] echo Agent pid 39 killed; [2023-04-07T02:30:57.438Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-04-07T02:30:57.459Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-07T02:30:57.459Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-07T02:30:57.568Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-07T02:30:57.575Z] $ docker exec ef1f23caf6e25a1ef0380b49748fa7303ebf2f0481afd46f5b7bfc99499f9e75 ssh-agent [2023-04-07T02:30:57.673Z] SSH_AUTH_SOCK=/tmp/ssh-C4iVX514P2xV/agent.73 [2023-04-07T02:30:57.673Z] SSH_AGENT_PID=79 [2023-04-07T02:30:57.678Z] Running ssh-add (command line suppressed) [2023-04-07T02:30:57.777Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_2539661900890807680.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_2539661900890807680.key) [2023-04-07T02:30:57.785Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-07T02:30:58.069Z] + git semver init [2023-04-07T02:30:58.328Z] 2023-04-07 02:30:58,236 [run_init] DEBUG init version:0.0.0 force:False [2023-04-07T02:30:58.328Z] 2023-04-07 02:30:58,237 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-rest-go_main/.semver [2023-04-07T02:30:58.328Z] 2023-04-07 02:30:58,237 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/edgexfoundry_device-rest-go_main/.semver [2023-04-07T02:30:58.328Z] 2023-04-07 02:30:58,237 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rest-go.git', '/w/workspace/edgexfoundry_device-rest-go_main/.semver'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=None) [2023-04-07T02:30:59.706Z] 2023-04-07 02:30:59,308 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-rest-go_main/.git/info/exclude [2023-04-07T02:30:59.706Z] 2023-04-07 02:30:59,309 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:False [2023-04-07T02:30:59.706Z] 2023-04-07 02:30:59,309 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-04-07T02:30:59.706Z] 2023-04-07 02:30:59,309 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-04-07T02:30:59.706Z] 3.0.0-dev.25 [Pipeline] } [2023-04-07T02:30:59.718Z] $ docker exec --env ******** --env ******** ef1f23caf6e25a1ef0380b49748fa7303ebf2f0481afd46f5b7bfc99499f9e75 ssh-agent -k [2023-04-07T02:30:59.806Z] unset SSH_AUTH_SOCK; [2023-04-07T02:30:59.806Z] unset SSH_AGENT_PID; [2023-04-07T02:30:59.807Z] echo Agent pid 79 killed; [2023-04-07T02:30:59.812Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-07T02:31:00.109Z] + git semver [Pipeline] } [2023-04-07T02:31:00.386Z] $ docker stop --time=1 ef1f23caf6e25a1ef0380b49748fa7303ebf2f0481afd46f5b7bfc99499f9e75 [2023-04-07T02:31:01.717Z] $ docker rm -f --volumes ef1f23caf6e25a1ef0380b49748fa7303ebf2f0481afd46f5b7bfc99499f9e75 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-07T02:31:02.038Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-04-07T02:31:02.244Z] Stashed 1 file(s) [Pipeline] echo [2023-04-07T02:31:02.247Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.25 [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-04-07T02:31:02.368Z] provisioning config files... [2023-04-07T02:31:02.377Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config9822479732233718496tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-07T02:31:02.668Z] ---> docker-login.sh [2023-04-07T02:31:02.668Z] nexus3.edgexfoundry.org:10001 [2023-04-07T02:31:02.668Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:31:02.668Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:31:02.668Z] Configure a credential helper to remove this warning. See [2023-04-07T02:31:02.668Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:31:02.668Z] [2023-04-07T02:31:02.668Z] Login Succeeded [2023-04-07T02:31:02.668Z] nexus3.edgexfoundry.org:10002 [2023-04-07T02:31:02.668Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:31:02.668Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:31:02.668Z] Configure a credential helper to remove this warning. See [2023-04-07T02:31:02.668Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:31:02.668Z] [2023-04-07T02:31:02.668Z] Login Succeeded [2023-04-07T02:31:02.668Z] nexus3.edgexfoundry.org:10003 [2023-04-07T02:31:02.926Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:31:02.926Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:31:02.926Z] Configure a credential helper to remove this warning. See [2023-04-07T02:31:02.926Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:31:02.926Z] [2023-04-07T02:31:02.926Z] Login Succeeded [2023-04-07T02:31:02.926Z] nexus3.edgexfoundry.org:10004 [2023-04-07T02:31:02.926Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:31:02.926Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:31:02.926Z] Configure a credential helper to remove this warning. See [2023-04-07T02:31:02.926Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:31:02.926Z] [2023-04-07T02:31:02.926Z] Login Succeeded [2023-04-07T02:31:02.926Z] docker.io [2023-04-07T02:31:02.926Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:31:03.186Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:31:03.186Z] Configure a credential helper to remove this warning. See [2023-04-07T02:31:03.186Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:31:03.186Z] [2023-04-07T02:31:03.186Z] Login Succeeded [2023-04-07T02:31:03.186Z] ---> docker-login.sh ends [Pipeline] } [2023-04-07T02:31:03.193Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-07T02:31:03.256Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-07T02:31:03.270Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-07T02:31:03.279Z] ========================================================= [2023-04-07T02:31:03.279Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-04-07T02:31:03.279Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:31:03.592Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-04-07T02:31:03.592Z] Sending build context to Docker daemon 10.87MB [2023-04-07T02:31:03.592Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-04-07T02:31:03.592Z] Step 2/12 : FROM ${BASE} AS builder [2023-04-07T02:31:03.592Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-04-07T02:31:03.592Z] 63b65145d645: Pulling fs layer [2023-04-07T02:31:03.592Z] a2d21d5440eb: Pulling fs layer [2023-04-07T02:31:03.592Z] 935e6c44a52c: Pulling fs layer [2023-04-07T02:31:03.592Z] 94cc34f8dd06: Pulling fs layer [2023-04-07T02:31:03.592Z] 30dea6a524f1: Pulling fs layer [2023-04-07T02:31:03.592Z] a2aff8979fd8: Pulling fs layer [2023-04-07T02:31:03.592Z] 6808be2612f2: Pulling fs layer [2023-04-07T02:31:03.592Z] 94cc34f8dd06: Waiting [2023-04-07T02:31:03.592Z] 30dea6a524f1: Waiting [2023-04-07T02:31:03.592Z] a2aff8979fd8: Waiting [2023-04-07T02:31:03.592Z] f25807f1079a: Pulling fs layer [2023-04-07T02:31:03.592Z] 6808be2612f2: Waiting [2023-04-07T02:31:03.592Z] a2d21d5440eb: Verifying Checksum [2023-04-07T02:31:03.592Z] a2d21d5440eb: Download complete [2023-04-07T02:31:03.592Z] 94cc34f8dd06: Verifying Checksum [2023-04-07T02:31:03.592Z] 94cc34f8dd06: Download complete [2023-04-07T02:31:03.592Z] 30dea6a524f1: Verifying Checksum [2023-04-07T02:31:03.592Z] 30dea6a524f1: Download complete [2023-04-07T02:31:03.849Z] 63b65145d645: Verifying Checksum [2023-04-07T02:31:03.849Z] 63b65145d645: Download complete [2023-04-07T02:31:03.849Z] a2aff8979fd8: Verifying Checksum [2023-04-07T02:31:03.849Z] a2aff8979fd8: Download complete [2023-04-07T02:31:03.849Z] 63b65145d645: Pull complete [2023-04-07T02:31:04.109Z] a2d21d5440eb: Pull complete [2023-04-07T02:31:04.369Z] f25807f1079a: Verifying Checksum [2023-04-07T02:31:04.369Z] f25807f1079a: Download complete [2023-04-07T02:31:04.628Z] 935e6c44a52c: Verifying Checksum [2023-04-07T02:31:04.628Z] 935e6c44a52c: Download complete [2023-04-07T02:31:04.888Z] 6808be2612f2: Verifying Checksum [2023-04-07T02:31:04.888Z] 6808be2612f2: Download complete [2023-04-07T02:31:08.166Z] 935e6c44a52c: Pull complete [2023-04-07T02:31:08.166Z] 94cc34f8dd06: Pull complete [2023-04-07T02:31:08.166Z] 30dea6a524f1: Pull complete [2023-04-07T02:31:08.166Z] a2aff8979fd8: Pull complete [2023-04-07T02:31:10.064Z] 6808be2612f2: Pull complete [2023-04-07T02:31:10.995Z] f25807f1079a: Pull complete [2023-04-07T02:31:10.995Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-04-07T02:31:10.996Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-07T02:31:10.996Z] ---> 3b553350e43f [2023-04-07T02:31:10.996Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-04-07T02:31:16.270Z] ---> Running in 3924fe70d252 [2023-04-07T02:31:16.270Z] Removing intermediate container 3924fe70d252 [2023-04-07T02:31:16.270Z] ---> 83da00604b71 [2023-04-07T02:31:16.270Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-07T02:31:16.270Z] ---> Running in 857fe406f0ee [2023-04-07T02:31:16.270Z] Removing intermediate container 857fe406f0ee [2023-04-07T02:31:16.270Z] ---> b49d01b27bbb [2023-04-07T02:31:16.270Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-04-07T02:31:16.270Z] ---> Running in 05d92ae3286c [2023-04-07T02:31:16.270Z] Removing intermediate container 05d92ae3286c [2023-04-07T02:31:16.270Z] ---> 2a78936440fd [2023-04-07T02:31:16.270Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-04-07T02:31:16.270Z] ---> Running in b2f89a8cc686 [2023-04-07T02:31:16.270Z] Removing intermediate container b2f89a8cc686 [2023-04-07T02:31:16.270Z] ---> f3569fcddb61 [2023-04-07T02:31:16.270Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-07T02:31:16.270Z] ---> Running in b4508691c648 [2023-04-07T02:31:16.270Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-07T02:31:17.340Z] Still waiting to schedule task [2023-04-07T02:31:17.340Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-04-07T02:31:18.173Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-07T02:31:18.173Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-04-07T02:31:18.432Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-04-07T02:31:18.432Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-04-07T02:31:18.432Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-04-07T02:31:18.432Z] Executing busybox-1.35.0-r29.trigger [2023-04-07T02:31:18.432Z] OK: 269 MiB in 57 packages [2023-04-07T02:31:19.006Z] Removing intermediate container b4508691c648 [2023-04-07T02:31:19.006Z] ---> e95dcdfff356 [2023-04-07T02:31:19.006Z] Step 8/12 : WORKDIR /device-rest-go [2023-04-07T02:31:19.006Z] ---> Running in 84e395c616a9 [2023-04-07T02:31:19.006Z] Removing intermediate container 84e395c616a9 [2023-04-07T02:31:19.006Z] ---> ad3fad51be0d [2023-04-07T02:31:19.006Z] Step 9/12 : COPY go.mod vendor* ./ [2023-04-07T02:31:19.264Z] ---> a7851c345e3e [2023-04-07T02:31:19.264Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-07T02:31:19.264Z] ---> Running in a778f5da4ae2 [2023-04-07T02:32:26.985Z] Removing intermediate container a778f5da4ae2 [2023-04-07T02:32:26.985Z] ---> 2dcc823132a1 [2023-04-07T02:32:26.985Z] Step 11/12 : COPY . . [2023-04-07T02:32:29.000Z] ---> 6451a46baea5 [2023-04-07T02:32:29.000Z] Step 12/12 : RUN $MAKE [2023-04-07T02:32:29.000Z] ---> Running in 9f6c9ac574ef [2023-04-07T02:32:29.567Z] noop [2023-04-07T02:32:30.944Z] Removing intermediate container 9f6c9ac574ef [2023-04-07T02:32:30.944Z] ---> d1749f09942f [2023-04-07T02:32:30.944Z] Successfully built d1749f09942f [2023-04-07T02:32:30.944Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:32:31.260Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-07T02:32:31.260Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-07T02:32:31.332Z] prd-ubuntu20.04-docker-8c-8g-7060 does not seem to be running inside a container [2023-04-07T02:32:31.368Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-04-07T02:32:32.342Z] $ docker top 4783fbab883f4c820767544a983606cb38c37bc44d139d326492e9b46f0570a4 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-07T02:32:32.680Z] + go version [2023-04-07T02:32:32.680Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-04-07T02:32:32.696Z] $ docker stop --time=1 4783fbab883f4c820767544a983606cb38c37bc44d139d326492e9b46f0570a4 [2023-04-07T02:32:34.609Z] $ docker rm -f --volumes 4783fbab883f4c820767544a983606cb38c37bc44d139d326492e9b46f0570a4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:32:35.209Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-07T02:32:35.210Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-07T02:32:35.276Z] prd-ubuntu20.04-docker-8c-8g-7060 does not seem to be running inside a container [2023-04-07T02:32:35.309Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-04-07T02:32:36.501Z] $ docker top 36e0b7d180ffb05a1be15020613db25548d27b5d20276317986e0ab2a7a2e11f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-07T02:32:36.830Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] fileExists [Pipeline] sh [2023-04-07T02:32:37.131Z] + make test [2023-04-07T02:32:37.131Z] go test ./... -coverprofile=coverage.out ./... [2023-04-07T02:32:42.405Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2023-04-07T02:32:52.378Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2023-04-07T02:32:52.378Z] ok github.com/edgexfoundry/device-rest-go/driver 0.014s coverage: 33.0% of statements [2023-04-07T02:32:56.600Z] go vet ./... [2023-04-07T02:32:59.874Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-07T02:32:59.875Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-07T02:32:59.875Z] ./bin/test-attribution-txt.sh [2023-04-07T02:32:59.875Z] An attribution for github.com/go-jose/go-jose/v3 is missing from Attribution.txt, please add [Pipeline] echo [2023-04-07T02:32:59.885Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-07T02:32:59.900Z] $ docker stop --time=1 36e0b7d180ffb05a1be15020613db25548d27b5d20276317986e0ab2a7a2e11f [2023-04-07T02:33:08.172Z] $ docker rm -f --volumes 36e0b7d180ffb05a1be15020613db25548d27b5d20276317986e0ab2a7a2e11f [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-07T02:33:08.730Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-07T02:33:08.769Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-04-07T02:33:09.208Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-07T02:33:09.491Z] + ls -al . [2023-04-07T02:33:09.491Z] total 184 [2023-04-07T02:33:09.491Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 7 02:32 . [2023-04-07T02:33:09.491Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 02:30 .. [2023-04-07T02:33:09.491Z] -rw-rw-r-- 1 jenkins jenkins 151 Apr 7 02:30 .dockerignore [2023-04-07T02:33:09.491Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 7 02:31 .git [2023-04-07T02:33:09.491Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 7 02:30 .github [2023-04-07T02:33:09.491Z] -rw-rw-r-- 1 jenkins jenkins 329 Apr 7 02:30 .gitignore [2023-04-07T02:33:09.491Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 7 02:30 .golangci.yml [2023-04-07T02:33:09.491Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 7 02:30 .semver [2023-04-07T02:33:09.491Z] -rw-rw-r-- 1 jenkins jenkins 9202 Apr 7 02:30 Attribution.txt [2023-04-07T02:33:09.491Z] -rw-rw-r-- 1 jenkins jenkins 13085 Apr 7 02:30 CHANGELOG.md [2023-04-07T02:33:09.491Z] -rw-rw-r-- 1 jenkins jenkins 1578 Apr 7 02:30 Dockerfile [2023-04-07T02:33:09.491Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 7 02:30 GOVERNANCE.md [2023-04-07T02:33:09.491Z] -rw-rw-r-- 1 jenkins jenkins 680 Apr 7 02:30 Jenkinsfile [2023-04-07T02:33:09.491Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 7 02:30 LICENSE [2023-04-07T02:33:09.491Z] -rw-rw-r-- 1 jenkins jenkins 1779 Apr 7 02:30 Makefile [2023-04-07T02:33:09.491Z] -rw-rw-r-- 1 jenkins jenkins 620 Apr 7 02:30 OWNERS.md [2023-04-07T02:33:09.491Z] -rw-rw-r-- 1 jenkins jenkins 15321 Apr 7 02:30 README.md [2023-04-07T02:33:09.491Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 7 02:31 VERSION [2023-04-07T02:33:09.491Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 02:30 bin [2023-04-07T02:33:09.491Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 7 02:30 cmd [2023-04-07T02:33:09.491Z] -rw-r--r-- 1 jenkins jenkins 14200 Apr 7 02:32 coverage.out [2023-04-07T02:33:09.491Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 02:30 driver [2023-04-07T02:33:09.491Z] -rw-rw-r-- 1 jenkins jenkins 3402 Apr 7 02:30 go.mod [2023-04-07T02:33:09.491Z] -rw-rw-r-- 1 jenkins jenkins 31553 Apr 7 02:30 go.sum [2023-04-07T02:33:09.491Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 02:30 snap [2023-04-07T02:33:09.491Z] -rw-rw-r-- 1 jenkins jenkins 713 Apr 7 02:30 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:33:09.864Z] + docker build -t device-rest -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=795c3d665a96d2a485aec9c896c7781dae732fba --label arch=amd64 --label version=3.0.0-dev.25 . [2023-04-07T02:33:09.864Z] Sending build context to Docker daemon 10.89MB [2023-04-07T02:33:09.864Z] Step 1/25 : ARG BASE=golang:1.20-alpine3.17 [2023-04-07T02:33:09.864Z] Step 2/25 : FROM ${BASE} AS builder [2023-04-07T02:33:09.864Z] ---> d1749f09942f [2023-04-07T02:33:09.864Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-04-07T02:33:10.447Z] ---> Running in 2c4cc93569fb [2023-04-07T02:33:11.502Z] Removing intermediate container 2c4cc93569fb [2023-04-07T02:33:11.502Z] ---> 545abc6d6023 [2023-04-07T02:33:11.502Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-07T02:33:12.436Z] ---> Running in 6fd0ad9d68d7 [2023-04-07T02:33:12.716Z] Removing intermediate container 6fd0ad9d68d7 [2023-04-07T02:33:12.716Z] ---> 3a8d01367f38 [2023-04-07T02:33:12.716Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-04-07T02:33:12.975Z] ---> Running in a95bbfc265db [2023-04-07T02:33:13.542Z] Removing intermediate container a95bbfc265db [2023-04-07T02:33:13.542Z] ---> 534f7d5ec388 [2023-04-07T02:33:13.542Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2023-04-07T02:33:13.802Z] ---> Running in 461ed51c3ddd [2023-04-07T02:33:14.082Z] Removing intermediate container 461ed51c3ddd [2023-04-07T02:33:14.082Z] ---> 72995f41e3c4 [2023-04-07T02:33:14.082Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-07T02:33:14.649Z] ---> Running in 23fbd2e32752 [2023-04-07T02:33:14.908Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-07T02:33:14.908Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-07T02:33:15.166Z] OK: 269 MiB in 57 packages [2023-04-07T02:33:15.734Z] Removing intermediate container 23fbd2e32752 [2023-04-07T02:33:15.734Z] ---> 79e3d77f131d [2023-04-07T02:33:15.734Z] Step 8/25 : WORKDIR /device-rest-go [2023-04-07T02:33:15.734Z] ---> Running in 0ca5fe6fcc95 [2023-04-07T02:33:15.734Z] Removing intermediate container 0ca5fe6fcc95 [2023-04-07T02:33:15.734Z] ---> 40eca17d69f6 [2023-04-07T02:33:15.734Z] Step 9/25 : COPY go.mod vendor* ./ [2023-04-07T02:33:15.734Z] ---> 8703208c766c [2023-04-07T02:33:15.734Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-07T02:33:15.734Z] ---> Running in 72bf6f15ba1b [2023-04-07T02:33:16.892Z] Removing intermediate container 72bf6f15ba1b [2023-04-07T02:33:16.892Z] ---> 3ac57451f19c [2023-04-07T02:33:16.892Z] Step 11/25 : COPY . . [2023-04-07T02:33:17.152Z] ---> f9cd4510b8be [2023-04-07T02:33:17.152Z] Step 12/25 : RUN $MAKE [2023-04-07T02:33:17.152Z] ---> Running in 55781ce0ed77 [2023-04-07T02:33:17.411Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=3.0.0-dev.25" -trimpath -mod=readonly -o cmd/device-rest ./cmd [2023-04-07T02:33:35.531Z] Removing intermediate container 55781ce0ed77 [2023-04-07T02:33:35.531Z] ---> d47e69dfd87e [2023-04-07T02:33:35.531Z] Step 13/25 : FROM alpine:3.17 [2023-04-07T02:33:35.531Z] 3.17: Pulling from library/alpine [2023-04-07T02:33:35.790Z] f56be85fc22e: Pulling fs layer [2023-04-07T02:33:35.790Z] f56be85fc22e: Verifying Checksum [2023-04-07T02:33:35.790Z] f56be85fc22e: Download complete [2023-04-07T02:33:36.083Z] f56be85fc22e: Pull complete [2023-04-07T02:33:36.083Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-07T02:33:36.083Z] Status: Downloaded newer image for alpine:3.17 [2023-04-07T02:33:36.083Z] ---> 9ed4aefc74f6 [2023-04-07T02:33:36.083Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-04-07T02:33:36.342Z] ---> Running in cab8ccb3d302 [2023-04-07T02:33:36.342Z] Removing intermediate container cab8ccb3d302 [2023-04-07T02:33:36.342Z] ---> a2d8a458b9f6 [2023-04-07T02:33:36.342Z] Step 15/25 : LABEL Name=device-rest-go Version=${VERSION} [2023-04-07T02:33:36.342Z] ---> Running in c52a085114a9 [2023-04-07T02:33:36.342Z] Removing intermediate container c52a085114a9 [2023-04-07T02:33:36.342Z] ---> 67722708930c [2023-04-07T02:33:36.342Z] Step 16/25 : RUN apk add --update --no-cache dumb-init [2023-04-07T02:33:36.600Z] ---> Running in 6fefe1963ab9 [2023-04-07T02:33:36.871Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-07T02:33:36.871Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-07T02:33:37.130Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-07T02:33:37.130Z] Executing busybox-1.35.0-r29.trigger [2023-04-07T02:33:37.130Z] OK: 7 MiB in 16 packages [2023-04-07T02:33:37.390Z] Removing intermediate container 6fefe1963ab9 [2023-04-07T02:33:37.390Z] ---> 1a83372cf9da [2023-04-07T02:33:37.390Z] Step 17/25 : COPY --from=builder /device-rest-go/cmd / [2023-04-07T02:33:38.327Z] ---> 87a8491b9e69 [2023-04-07T02:33:38.327Z] Step 18/25 : COPY --from=builder /device-rest-go/LICENSE / [2023-04-07T02:33:38.327Z] ---> c6013193ed4f [2023-04-07T02:33:38.327Z] Step 19/25 : COPY --from=builder /device-rest-go/Attribution.txt / [2023-04-07T02:33:38.327Z] ---> 3e26970e42d4 [2023-04-07T02:33:38.327Z] Step 20/25 : EXPOSE 59986 [2023-04-07T02:33:38.327Z] ---> Running in aa50d9378246 [2023-04-07T02:33:38.327Z] Removing intermediate container aa50d9378246 [2023-04-07T02:33:38.327Z] ---> 08d4a386fa5e [2023-04-07T02:33:38.327Z] Step 21/25 : ENTRYPOINT ["/device-rest"] [2023-04-07T02:33:38.586Z] ---> Running in 132f4175516a [2023-04-07T02:33:38.586Z] Removing intermediate container 132f4175516a [2023-04-07T02:33:38.586Z] ---> f18a974a9e84 [2023-04-07T02:33:38.586Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2023-04-07T02:33:38.586Z] ---> Running in c5ada69c04f3 [2023-04-07T02:33:38.586Z] Removing intermediate container c5ada69c04f3 [2023-04-07T02:33:38.586Z] ---> 8e1d99f653db [2023-04-07T02:33:38.586Z] Step 23/25 : LABEL arch=amd64 [2023-04-07T02:33:38.586Z] ---> Running in 2f71212ef4b6 [2023-04-07T02:33:38.586Z] Removing intermediate container 2f71212ef4b6 [2023-04-07T02:33:38.586Z] ---> 12fd32e43459 [2023-04-07T02:33:38.586Z] Step 24/25 : LABEL git_sha=795c3d665a96d2a485aec9c896c7781dae732fba [2023-04-07T02:33:38.844Z] ---> Running in a6818ab3f49e [2023-04-07T02:33:38.844Z] Removing intermediate container a6818ab3f49e [2023-04-07T02:33:38.844Z] ---> 218c540f566f [2023-04-07T02:33:38.844Z] Step 25/25 : LABEL version=3.0.0-dev.25 [2023-04-07T02:33:38.844Z] ---> Running in 94de352607d1 [2023-04-07T02:33:38.844Z] Removing intermediate container 94de352607d1 [2023-04-07T02:33:38.844Z] ---> 69a01c599a90 [2023-04-07T02:33:38.844Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-07T02:33:38.844Z] Successfully built 69a01c599a90 [2023-04-07T02:33:38.844Z] Successfully tagged device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-07T02:33:38.965Z] provisioning config files... [2023-04-07T02:33:38.975Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config2120350126918974332tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-07T02:33:39.287Z] ---> docker-login.sh [2023-04-07T02:33:39.287Z] nexus3.edgexfoundry.org:10001 [2023-04-07T02:33:39.287Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:33:39.287Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:33:39.287Z] Configure a credential helper to remove this warning. See [2023-04-07T02:33:39.287Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:33:39.287Z] [2023-04-07T02:33:39.287Z] Login Succeeded [2023-04-07T02:33:39.287Z] nexus3.edgexfoundry.org:10002 [2023-04-07T02:33:39.287Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:33:39.287Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:33:39.287Z] Configure a credential helper to remove this warning. See [2023-04-07T02:33:39.287Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:33:39.287Z] [2023-04-07T02:33:39.287Z] Login Succeeded [2023-04-07T02:33:39.287Z] nexus3.edgexfoundry.org:10003 [2023-04-07T02:33:39.547Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:33:39.547Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:33:39.547Z] Configure a credential helper to remove this warning. See [2023-04-07T02:33:39.547Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:33:39.547Z] [2023-04-07T02:33:39.547Z] Login Succeeded [2023-04-07T02:33:39.547Z] nexus3.edgexfoundry.org:10004 [2023-04-07T02:33:39.547Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:33:39.547Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:33:39.547Z] Configure a credential helper to remove this warning. See [2023-04-07T02:33:39.547Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:33:39.547Z] [2023-04-07T02:33:39.547Z] Login Succeeded [2023-04-07T02:33:39.547Z] docker.io [2023-04-07T02:33:39.547Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:33:39.808Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:33:39.808Z] Configure a credential helper to remove this warning. See [2023-04-07T02:33:39.808Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:33:39.808Z] [2023-04-07T02:33:39.808Z] Login Succeeded [2023-04-07T02:33:39.808Z] ---> docker-login.sh ends [Pipeline] } [2023-04-07T02:33:39.821Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-07T02:33:39.848Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-07T02:33:39.931Z] [edgeXDocker.push] Tagging docker image device-rest with the following tags: [2023-04-07T02:33:39.931Z] 795c3d665a96d2a485aec9c896c7781dae732fba [2023-04-07T02:33:39.931Z] latest [2023-04-07T02:33:39.931Z] 3.0.0-dev.25 [2023-04-07T02:33:39.931Z] 795c3d665a96d2a485aec9c896c7781dae732fba-3.0.0-dev.25 [2023-04-07T02:33:39.931Z] main [2023-04-07T02:33:39.931Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:33:40.243Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:795c3d665a96d2a485aec9c896c7781dae732fba [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:33:40.546Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:795c3d665a96d2a485aec9c896c7781dae732fba [2023-04-07T02:33:40.547Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2023-04-07T02:33:40.547Z] bf2e29f2d1f9: Preparing [2023-04-07T02:33:40.547Z] 8baa77757bc6: Preparing [2023-04-07T02:33:40.547Z] c9b00fcc237e: Preparing [2023-04-07T02:33:40.547Z] 59e3f5a2374e: Preparing [2023-04-07T02:33:40.547Z] f1417ff83b31: Preparing [2023-04-07T02:33:40.547Z] f1417ff83b31: Layer already exists [2023-04-07T02:33:40.547Z] bf2e29f2d1f9: Pushed [2023-04-07T02:33:40.547Z] 59e3f5a2374e: Pushed [2023-04-07T02:33:40.547Z] 8baa77757bc6: Pushed [2023-04-07T02:33:43.131Z] c9b00fcc237e: Pushed [2023-04-07T02:33:43.131Z] 795c3d665a96d2a485aec9c896c7781dae732fba: digest: sha256:aeff51b7454a3f286b353be485b27b6a3e0f45f3d27ac516afbbf54c290094b2 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:33:43.467Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:33:43.774Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:latest [2023-04-07T02:33:43.775Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2023-04-07T02:33:43.775Z] bf2e29f2d1f9: Preparing [2023-04-07T02:33:43.775Z] 8baa77757bc6: Preparing [2023-04-07T02:33:43.775Z] c9b00fcc237e: Preparing [2023-04-07T02:33:43.775Z] 59e3f5a2374e: Preparing [2023-04-07T02:33:43.775Z] f1417ff83b31: Preparing [2023-04-07T02:33:43.775Z] bf2e29f2d1f9: Layer already exists [2023-04-07T02:33:43.775Z] 8baa77757bc6: Layer already exists [2023-04-07T02:33:43.775Z] f1417ff83b31: Layer already exists [2023-04-07T02:33:43.775Z] 59e3f5a2374e: Layer already exists [2023-04-07T02:33:43.775Z] c9b00fcc237e: Layer already exists [2023-04-07T02:33:43.775Z] latest: digest: sha256:aeff51b7454a3f286b353be485b27b6a3e0f45f3d27ac516afbbf54c290094b2 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:33:44.097Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:3.0.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:33:44.400Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:3.0.0-dev.25 [2023-04-07T02:33:44.401Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2023-04-07T02:33:44.401Z] bf2e29f2d1f9: Preparing [2023-04-07T02:33:44.401Z] 8baa77757bc6: Preparing [2023-04-07T02:33:44.401Z] c9b00fcc237e: Preparing [2023-04-07T02:33:44.401Z] 59e3f5a2374e: Preparing [2023-04-07T02:33:44.401Z] f1417ff83b31: Preparing [2023-04-07T02:33:44.401Z] c9b00fcc237e: Layer already exists [2023-04-07T02:33:44.401Z] 8baa77757bc6: Layer already exists [2023-04-07T02:33:44.401Z] bf2e29f2d1f9: Layer already exists [2023-04-07T02:33:44.401Z] 59e3f5a2374e: Layer already exists [2023-04-07T02:33:44.401Z] f1417ff83b31: Layer already exists [2023-04-07T02:33:44.401Z] 3.0.0-dev.25: digest: sha256:aeff51b7454a3f286b353be485b27b6a3e0f45f3d27ac516afbbf54c290094b2 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:33:44.722Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:795c3d665a96d2a485aec9c896c7781dae732fba-3.0.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:33:45.029Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:795c3d665a96d2a485aec9c896c7781dae732fba-3.0.0-dev.25 [2023-04-07T02:33:45.029Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2023-04-07T02:33:45.029Z] bf2e29f2d1f9: Preparing [2023-04-07T02:33:45.029Z] 8baa77757bc6: Preparing [2023-04-07T02:33:45.029Z] c9b00fcc237e: Preparing [2023-04-07T02:33:45.029Z] 59e3f5a2374e: Preparing [2023-04-07T02:33:45.029Z] f1417ff83b31: Preparing [2023-04-07T02:33:45.029Z] bf2e29f2d1f9: Layer already exists [2023-04-07T02:33:45.029Z] 8baa77757bc6: Layer already exists [2023-04-07T02:33:45.029Z] 59e3f5a2374e: Layer already exists [2023-04-07T02:33:45.029Z] c9b00fcc237e: Layer already exists [2023-04-07T02:33:45.029Z] f1417ff83b31: Layer already exists [2023-04-07T02:33:45.029Z] 795c3d665a96d2a485aec9c896c7781dae732fba-3.0.0-dev.25: digest: sha256:aeff51b7454a3f286b353be485b27b6a3e0f45f3d27ac516afbbf54c290094b2 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:33:45.346Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:33:45.671Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:main [2023-04-07T02:33:45.671Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2023-04-07T02:33:45.671Z] bf2e29f2d1f9: Preparing [2023-04-07T02:33:45.671Z] 8baa77757bc6: Preparing [2023-04-07T02:33:45.671Z] c9b00fcc237e: Preparing [2023-04-07T02:33:45.671Z] 59e3f5a2374e: Preparing [2023-04-07T02:33:45.671Z] f1417ff83b31: Preparing [2023-04-07T02:33:45.671Z] f1417ff83b31: Layer already exists [2023-04-07T02:33:45.671Z] 8baa77757bc6: Layer already exists [2023-04-07T02:33:45.671Z] 59e3f5a2374e: Layer already exists [2023-04-07T02:33:45.671Z] bf2e29f2d1f9: Layer already exists [2023-04-07T02:33:45.671Z] c9b00fcc237e: Layer already exists [2023-04-07T02:33:45.671Z] main: digest: sha256:aeff51b7454a3f286b353be485b27b6a3e0f45f3d27ac516afbbf54c290094b2 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-07T02:33:45.710Z] ===================================================== [Pipeline] echo [2023-04-07T02:33:45.716Z] taggedImages: [2023-04-07T02:33:45.716Z] - nexus3.edgexfoundry.org:10004/device-rest:795c3d665a96d2a485aec9c896c7781dae732fba [2023-04-07T02:33:45.716Z] - nexus3.edgexfoundry.org:10004/device-rest:latest [2023-04-07T02:33:45.716Z] - nexus3.edgexfoundry.org:10004/device-rest:3.0.0-dev.25 [2023-04-07T02:33:45.716Z] - nexus3.edgexfoundry.org:10004/device-rest:795c3d665a96d2a485aec9c896c7781dae732fba-3.0.0-dev.25 [2023-04-07T02:33:45.716Z] - nexus3.edgexfoundry.org:10004/device-rest: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-04-07T02:33:46.074Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-07T02:33:46.074Z] [2023-04-07T02:33:46.074Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:33:46.370Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-07T02:33:46.370Z] latest: Pulling from edgex-lftools-log-publisher [2023-04-07T02:33:46.370Z] 5eb5b503b376: Pulling fs layer [2023-04-07T02:33:46.370Z] 5c69ac0246d0: Pulling fs layer [2023-04-07T02:33:46.370Z] ec43610c2a17: Pulling fs layer [2023-04-07T02:33:46.370Z] 3a2ae6a8a46f: Pulling fs layer [2023-04-07T02:33:46.370Z] 33b1e0a273af: Pulling fs layer [2023-04-07T02:33:46.370Z] 5d3b04190fa2: Pulling fs layer [2023-04-07T02:33:46.370Z] 2f39f015ded8: Pulling fs layer [2023-04-07T02:33:46.370Z] 33b1e0a273af: Waiting [2023-04-07T02:33:46.370Z] 2f39f015ded8: Waiting [2023-04-07T02:33:46.370Z] 5d3b04190fa2: Waiting [2023-04-07T02:33:46.370Z] 3a2ae6a8a46f: Waiting [2023-04-07T02:33:46.370Z] 5c69ac0246d0: Verifying Checksum [2023-04-07T02:33:46.370Z] 5c69ac0246d0: Download complete [2023-04-07T02:33:46.370Z] 3a2ae6a8a46f: Verifying Checksum [2023-04-07T02:33:46.370Z] 3a2ae6a8a46f: Download complete [2023-04-07T02:33:46.370Z] 33b1e0a273af: Verifying Checksum [2023-04-07T02:33:46.370Z] 33b1e0a273af: Download complete [2023-04-07T02:33:46.370Z] ec43610c2a17: Verifying Checksum [2023-04-07T02:33:46.370Z] ec43610c2a17: Download complete [2023-04-07T02:33:46.370Z] 5d3b04190fa2: Verifying Checksum [2023-04-07T02:33:46.370Z] 5d3b04190fa2: Download complete [2023-04-07T02:33:46.627Z] 5eb5b503b376: Verifying Checksum [2023-04-07T02:33:46.627Z] 5eb5b503b376: Download complete [2023-04-07T02:33:47.197Z] 2f39f015ded8: Download complete [2023-04-07T02:33:47.762Z] 5eb5b503b376: Pull complete [2023-04-07T02:33:48.018Z] 5c69ac0246d0: Pull complete [2023-04-07T02:33:48.277Z] ec43610c2a17: Pull complete [2023-04-07T02:33:48.277Z] 3a2ae6a8a46f: Pull complete [2023-04-07T02:33:48.535Z] 33b1e0a273af: Pull complete [2023-04-07T02:33:48.793Z] 5d3b04190fa2: Pull complete [2023-04-07T02:33:52.971Z] 2f39f015ded8: Pull complete [2023-04-07T02:33:52.971Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-04-07T02:33:52.971Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-07T02:33:52.971Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-07T02:33:53.057Z] prd-ubuntu20.04-docker-8c-8g-7060 does not seem to be running inside a container [2023-04-07T02:33:53.087Z] $ 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/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-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-04-07T02:33:54.351Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7062 in /w/workspace/edgexfoundry_device-rest-go_main [2023-04-07T02:33:56.977Z] $ docker top 1d916845180aee84d2e214d36471cae8f15c1e401d08b5a66e8f555e57bdc7bb -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] ws [2023-04-07T02:33:57.099Z] Running in /w/workspace/device-rest-go/97 [Pipeline] { [Pipeline] checkout [2023-04-07T02:33:57.141Z] The recommended git tool is: git [2023-04-07T02:33:57.349Z] ---> job-cost.sh [2023-04-07T02:33:57.349Z] lf-activate-venv: SKIPPING [2023-04-07T02:33:57.349Z] INFO: No Stack... [2023-04-07T02:33:57.607Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-07T02:33:57.868Z] INFO: Archiving Costs [Pipeline] sh [2023-04-07T02:33:58.152Z] + cat /w/workspace/edgexfoundry_device-rest-go_main/archives/cost.csv [2023-04-07T02:33:58.152Z] + cut -d, -f6 [Pipeline] lock [2023-04-07T02:33:58.166Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-main-97-stack-cost] [2023-04-07T02:33:58.173Z] Resource [jenkins-edgexfoundry-device-rest-go-main-97-stack-cost] did not exist. Created. [2023-04-07T02:33:58.173Z] Lock acquired on [jenkins-edgexfoundry-device-rest-go-main-97-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-07T02:33:58.471Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-04-07T02:33:58.499Z] Stashed 1 file(s) [Pipeline] } [2023-04-07T02:33:58.506Z] Lock released on resource [jenkins-edgexfoundry-device-rest-go-main-97-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-07T02:33:58.528Z] $ docker stop --time=1 1d916845180aee84d2e214d36471cae8f15c1e401d08b5a66e8f555e57bdc7bb [2023-04-07T02:33:59.703Z] $ docker rm -f --volumes 1d916845180aee84d2e214d36471cae8f15c1e401d08b5a66e8f555e57bdc7bb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-04-07T02:34:03.524Z] using credential edgex-jenkins-ssh [2023-04-07T02:34:03.552Z] Cloning the remote Git repository [2023-04-07T02:34:03.610Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2023-04-07T02:34:03.728Z] > git init /w/workspace/device-rest-go/97 # timeout=10 [2023-04-07T02:34:03.918Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2023-04-07T02:34:03.920Z] > git --version # timeout=10 [2023-04-07T02:34:03.949Z] > git --version # 'git version 2.25.1' [2023-04-07T02:34:03.952Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-07T02:34:04.146Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-07T02:34:07.154Z] Avoid second fetch [2023-04-07T02:34:07.155Z] Checking out Revision 795c3d665a96d2a485aec9c896c7781dae732fba (main) [2023-04-07T02:34:06.113Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2023-04-07T02:34:06.146Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-07T02:34:07.176Z] > git config core.sparsecheckout # timeout=10 [2023-04-07T02:34:07.270Z] > git checkout -f 795c3d665a96d2a485aec9c896c7781dae732fba # timeout=10 [2023-04-07T02:34:07.791Z] Commit message: "Merge pull request #286 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.0.0-dev.64" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-07T02:34:08.685Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-04-07T02:34:08.685Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-07T02:34:08.685Z] Dload Upload Total Spent Left Speed [2023-04-07T02:34:08.685Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 222k 0 --:--:-- --:--:-- --:--:-- 226k [Pipeline] sh [2023-04-07T02:34:09.293Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-04-07T02:34:09.628Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-04-07T02:34:09.628Z] + sudo tee /etc/docker/daemon.new [2023-04-07T02:34:09.628Z] { [2023-04-07T02:34:09.628Z] "registry-mirrors": [ [2023-04-07T02:34:09.628Z] "https://nexus3.edgexfoundry.org:10001" [2023-04-07T02:34:09.628Z] ], [2023-04-07T02:34:09.628Z] "bip": "10.250.0.254/24", [2023-04-07T02:34:09.628Z] "hosts": [ [2023-04-07T02:34:09.628Z] "tcp://0.0.0.0:5555", [2023-04-07T02:34:09.628Z] "unix:///var/run/docker.sock" [2023-04-07T02:34:09.628Z] ], [2023-04-07T02:34:09.628Z] "mtu": 1458, [2023-04-07T02:34:09.628Z] "selinux-enabled": true, [2023-04-07T02:34:09.628Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-04-07T02:34:09.628Z] } [Pipeline] sh [2023-04-07T02:34:09.973Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-04-07T02:34:10.315Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-07T02:34:28.601Z] provisioning config files... [2023-04-07T02:34:28.630Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/97@tmp/config5115333089363327683tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-07T02:34:28.988Z] ---> docker-login.sh [2023-04-07T02:34:28.988Z] nexus3.edgexfoundry.org:10001 [2023-04-07T02:34:29.582Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:34:29.582Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:34:29.582Z] Configure a credential helper to remove this warning. See [2023-04-07T02:34:29.582Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:34:29.582Z] [2023-04-07T02:34:29.582Z] Login Succeeded [2023-04-07T02:34:29.582Z] nexus3.edgexfoundry.org:10002 [2023-04-07T02:34:29.852Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:34:30.123Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:34:30.123Z] Configure a credential helper to remove this warning. See [2023-04-07T02:34:30.123Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:34:30.123Z] [2023-04-07T02:34:30.123Z] Login Succeeded [2023-04-07T02:34:30.123Z] nexus3.edgexfoundry.org:10003 [2023-04-07T02:34:30.395Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:34:30.395Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:34:30.395Z] Configure a credential helper to remove this warning. See [2023-04-07T02:34:30.395Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:34:30.395Z] [2023-04-07T02:34:30.395Z] Login Succeeded [2023-04-07T02:34:30.395Z] nexus3.edgexfoundry.org:10004 [2023-04-07T02:34:30.667Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:34:30.667Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:34:30.667Z] Configure a credential helper to remove this warning. See [2023-04-07T02:34:30.667Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:34:30.667Z] [2023-04-07T02:34:30.667Z] Login Succeeded [2023-04-07T02:34:30.667Z] docker.io [2023-04-07T02:34:30.942Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:34:31.214Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:34:31.214Z] Configure a credential helper to remove this warning. See [2023-04-07T02:34:31.214Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:34:31.214Z] [2023-04-07T02:34:31.214Z] Login Succeeded [2023-04-07T02:34:31.214Z] ---> docker-login.sh ends [Pipeline] } [2023-04-07T02:34:31.229Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-07T02:34:31.564Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-07T02:34:31.580Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-07T02:34:31.588Z] ========================================================= [2023-04-07T02:34:31.588Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-04-07T02:34:31.588Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:34:31.949Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-04-07T02:34:31.949Z] Sending build context to Docker daemon 137.2kB [2023-04-07T02:34:32.219Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-04-07T02:34:32.219Z] Step 2/12 : FROM ${BASE} AS builder [2023-04-07T02:34:32.490Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-04-07T02:34:32.490Z] af6eaf76a39c: Pulling fs layer [2023-04-07T02:34:32.490Z] 55522c791124: Pulling fs layer [2023-04-07T02:34:32.490Z] ce5c4a1c91eb: Pulling fs layer [2023-04-07T02:34:32.490Z] 169dfbe0d373: Pulling fs layer [2023-04-07T02:34:32.490Z] e1ff8fa3b103: Pulling fs layer [2023-04-07T02:34:32.490Z] 52ebb69f0ebf: Pulling fs layer [2023-04-07T02:34:32.490Z] 5abe8eddf0d5: Pulling fs layer [2023-04-07T02:34:32.490Z] 169dfbe0d373: Waiting [2023-04-07T02:34:32.490Z] e1ff8fa3b103: Waiting [2023-04-07T02:34:32.490Z] 52ebb69f0ebf: Waiting [2023-04-07T02:34:32.490Z] 5abe8eddf0d5: Waiting [2023-04-07T02:34:32.490Z] 55522c791124: Verifying Checksum [2023-04-07T02:34:32.490Z] 55522c791124: Download complete [2023-04-07T02:34:32.490Z] 169dfbe0d373: Verifying Checksum [2023-04-07T02:34:32.490Z] 169dfbe0d373: Download complete [2023-04-07T02:34:32.490Z] e1ff8fa3b103: Download complete [2023-04-07T02:34:32.490Z] af6eaf76a39c: Verifying Checksum [2023-04-07T02:34:32.490Z] af6eaf76a39c: Download complete [2023-04-07T02:34:33.471Z] af6eaf76a39c: Pull complete [2023-04-07T02:34:33.746Z] 5abe8eddf0d5: Verifying Checksum [2023-04-07T02:34:33.746Z] 5abe8eddf0d5: Download complete [2023-04-07T02:34:34.354Z] 55522c791124: Pull complete [2023-04-07T02:34:35.345Z] ce5c4a1c91eb: Verifying Checksum [2023-04-07T02:34:35.345Z] ce5c4a1c91eb: Download complete [2023-04-07T02:34:35.345Z] 52ebb69f0ebf: Verifying Checksum [2023-04-07T02:34:35.345Z] 52ebb69f0ebf: Download complete [2023-04-07T02:34:47.711Z] ce5c4a1c91eb: Pull complete [2023-04-07T02:34:47.711Z] 169dfbe0d373: Pull complete [2023-04-07T02:34:47.711Z] e1ff8fa3b103: Pull complete [2023-04-07T02:34:55.955Z] 52ebb69f0ebf: Pull complete [2023-04-07T02:34:57.913Z] 5abe8eddf0d5: Pull complete [2023-04-07T02:34:57.913Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-04-07T02:34:57.913Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-07T02:34:57.913Z] ---> 6cb57ee374ae [2023-04-07T02:34:57.913Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-04-07T02:34:59.886Z] ---> Running in bd66938daa3b [2023-04-07T02:35:00.155Z] Removing intermediate container bd66938daa3b [2023-04-07T02:35:00.155Z] ---> 8b019d64b26b [2023-04-07T02:35:00.155Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-07T02:35:00.155Z] ---> Running in 7fb0dd167398 [2023-04-07T02:35:00.745Z] Removing intermediate container 7fb0dd167398 [2023-04-07T02:35:00.745Z] ---> 04851b11f9ba [2023-04-07T02:35:00.745Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-04-07T02:35:00.745Z] ---> Running in 67d039ed57ff [2023-04-07T02:35:01.019Z] Removing intermediate container 67d039ed57ff [2023-04-07T02:35:01.019Z] ---> 7a0168c9f1a9 [2023-04-07T02:35:01.019Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-04-07T02:35:01.019Z] ---> Running in 019e8513ead4 [2023-04-07T02:35:01.610Z] Removing intermediate container 019e8513ead4 [2023-04-07T02:35:01.610Z] ---> f73b7b84cc91 [2023-04-07T02:35:01.610Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-07T02:35:01.610Z] ---> Running in 67749b1e94f0 [2023-04-07T02:35:03.037Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-07T02:35:03.305Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-07T02:35:04.794Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-04-07T02:35:04.794Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-04-07T02:35:04.794Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-04-07T02:35:04.794Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-04-07T02:35:04.794Z] Executing busybox-1.35.0-r29.trigger [2023-04-07T02:35:04.794Z] OK: 268 MiB in 57 packages [2023-04-07T02:35:05.928Z] Removing intermediate container 67749b1e94f0 [2023-04-07T02:35:05.928Z] ---> c3f078b20a4e [2023-04-07T02:35:05.928Z] Step 8/12 : WORKDIR /device-rest-go [2023-04-07T02:35:05.928Z] ---> Running in 8ac058081dc4 [2023-04-07T02:35:06.204Z] Removing intermediate container 8ac058081dc4 [2023-04-07T02:35:06.204Z] ---> ffcc54b70c8e [2023-04-07T02:35:06.204Z] Step 9/12 : COPY go.mod vendor* ./ [2023-04-07T02:35:06.803Z] ---> 79c64fa4d912 [2023-04-07T02:35:06.803Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-07T02:35:07.087Z] ---> Running in 14083c2f1751 [2023-04-07T02:36:15.012Z] Removing intermediate container 14083c2f1751 [2023-04-07T02:36:15.012Z] ---> 078589081468 [2023-04-07T02:36:15.012Z] Step 11/12 : COPY . . [2023-04-07T02:36:15.012Z] ---> 07dd74f219ab [2023-04-07T02:36:15.012Z] Step 12/12 : RUN $MAKE [2023-04-07T02:36:15.012Z] ---> Running in b171195e6b27 [2023-04-07T02:36:15.012Z] noop [2023-04-07T02:36:15.012Z] Removing intermediate container b171195e6b27 [2023-04-07T02:36:15.012Z] ---> 84a85485995c [2023-04-07T02:36:15.012Z] Successfully built 84a85485995c [2023-04-07T02:36:15.012Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:36:15.359Z] + docker inspect -f . ci-base-image-arm64 [2023-04-07T02:36:15.359Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-07T02:36:15.572Z] prd-ubuntu20.04-docker-arm64-4c-16g-7062 does not seem to be running inside a container [2023-04-07T02:36:15.653Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/97 -v /w/workspace/device-rest-go/97:/w/workspace/device-rest-go/97:rw,z -v /w/workspace/device-rest-go/97@tmp:/w/workspace/device-rest-go/97@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-04-07T02:36:16.915Z] $ docker top 32b434441c5d091cec6d4c7d7a9c993eb91009e5c05d6759c8bb5372af4a11f4 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-07T02:36:17.779Z] + go version [2023-04-07T02:36:17.779Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-04-07T02:36:17.807Z] $ docker stop --time=1 32b434441c5d091cec6d4c7d7a9c993eb91009e5c05d6759c8bb5372af4a11f4 [2023-04-07T02:36:19.488Z] $ docker rm -f --volumes 32b434441c5d091cec6d4c7d7a9c993eb91009e5c05d6759c8bb5372af4a11f4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:36:20.042Z] + docker inspect -f . ci-base-image-arm64 [2023-04-07T02:36:20.042Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-07T02:36:20.243Z] prd-ubuntu20.04-docker-arm64-4c-16g-7062 does not seem to be running inside a container [2023-04-07T02:36:20.541Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-rest-go/97 -v /w/workspace/device-rest-go/97:/w/workspace/device-rest-go/97:rw,z -v /w/workspace/device-rest-go/97@tmp:/w/workspace/device-rest-go/97@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-04-07T02:36:21.821Z] $ docker top b2bdf5d99d8d9c5103a211f2396cbe505ab8bed4edefcf61668b27da01d04dba -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-07T02:36:22.681Z] + git config --global --add safe.directory /w/workspace/device-rest-go/97 [Pipeline] fileExists [Pipeline] sh [2023-04-07T02:36:23.342Z] + make test [2023-04-07T02:36:23.342Z] go test ./... -coverprofile=coverage.out ./... [2023-04-07T02:37:02.299Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2023-04-07T02:39:24.034Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2023-04-07T02:39:24.034Z] ok github.com/edgexfoundry/device-rest-go/driver 0.074s coverage: 33.0% of statements [2023-04-07T02:39:24.034Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-04-07T02:39:24.034Z] go vet ./... [2023-04-07T02:39:56.334Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-07T02:39:56.334Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-07T02:39:56.334Z] ./bin/test-attribution-txt.sh [2023-04-07T02:39:56.334Z] An attribution for github.com/go-jose/go-jose/v3 is missing from Attribution.txt, please add [Pipeline] echo [2023-04-07T02:39:56.357Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-07T02:39:56.384Z] $ docker stop --time=1 b2bdf5d99d8d9c5103a211f2396cbe505ab8bed4edefcf61668b27da01d04dba [2023-04-07T02:39:58.308Z] $ docker rm -f --volumes b2bdf5d99d8d9c5103a211f2396cbe505ab8bed4edefcf61668b27da01d04dba [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-07T02:39:59.584Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-07T02:39:59.609Z] Warning: overwriting stash ‘coverage-report’ [2023-04-07T02:40:00.185Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-07T02:40:00.584Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-07T02:40:00.914Z] + ls -al . [2023-04-07T02:40:00.914Z] total 180 [2023-04-07T02:40:00.914Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 7 02:36 . [2023-04-07T02:40:00.914Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 02:34 .. [2023-04-07T02:40:00.914Z] -rw-rw-r-- 1 jenkins jenkins 151 Apr 7 02:34 .dockerignore [2023-04-07T02:40:00.914Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 7 02:34 .git [2023-04-07T02:40:00.914Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 7 02:34 .github [2023-04-07T02:40:00.914Z] -rw-rw-r-- 1 jenkins jenkins 329 Apr 7 02:34 .gitignore [2023-04-07T02:40:00.914Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 7 02:34 .golangci.yml [2023-04-07T02:40:00.914Z] -rw-rw-r-- 1 jenkins jenkins 9202 Apr 7 02:34 Attribution.txt [2023-04-07T02:40:00.914Z] -rw-rw-r-- 1 jenkins jenkins 13085 Apr 7 02:34 CHANGELOG.md [2023-04-07T02:40:00.914Z] -rw-rw-r-- 1 jenkins jenkins 1578 Apr 7 02:34 Dockerfile [2023-04-07T02:40:00.914Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 7 02:34 GOVERNANCE.md [2023-04-07T02:40:00.914Z] -rw-rw-r-- 1 jenkins jenkins 680 Apr 7 02:34 Jenkinsfile [2023-04-07T02:40:00.914Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 7 02:34 LICENSE [2023-04-07T02:40:00.914Z] -rw-rw-r-- 1 jenkins jenkins 1779 Apr 7 02:34 Makefile [2023-04-07T02:40:00.914Z] -rw-rw-r-- 1 jenkins jenkins 620 Apr 7 02:34 OWNERS.md [2023-04-07T02:40:00.914Z] -rw-rw-r-- 1 jenkins jenkins 15321 Apr 7 02:34 README.md [2023-04-07T02:40:00.914Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 7 02:31 VERSION [2023-04-07T02:40:00.914Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 02:34 bin [2023-04-07T02:40:00.914Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 7 02:34 cmd [2023-04-07T02:40:00.914Z] -rw-r--r-- 1 jenkins jenkins 14200 Apr 7 02:39 coverage.out [2023-04-07T02:40:00.914Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 02:34 driver [2023-04-07T02:40:00.914Z] -rw-rw-r-- 1 jenkins jenkins 3402 Apr 7 02:34 go.mod [2023-04-07T02:40:00.914Z] -rw-rw-r-- 1 jenkins jenkins 31553 Apr 7 02:34 go.sum [2023-04-07T02:40:00.914Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 02:34 snap [2023-04-07T02:40:00.914Z] -rw-rw-r-- 1 jenkins jenkins 713 Apr 7 02:34 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:40:01.259Z] + docker build -t device-rest-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=795c3d665a96d2a485aec9c896c7781dae732fba --label arch=arm64 --label version=3.0.0-dev.25 . [2023-04-07T02:40:01.259Z] Sending build context to Docker daemon 152.1kB [2023-04-07T02:40:01.529Z] Step 1/25 : ARG BASE=golang:1.20-alpine3.17 [2023-04-07T02:40:01.529Z] Step 2/25 : FROM ${BASE} AS builder [2023-04-07T02:40:01.529Z] ---> 84a85485995c [2023-04-07T02:40:01.529Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-04-07T02:40:01.529Z] ---> Running in 89db48dfe33b [2023-04-07T02:40:01.798Z] Removing intermediate container 89db48dfe33b [2023-04-07T02:40:01.798Z] ---> 131277df26b9 [2023-04-07T02:40:01.798Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-07T02:40:02.067Z] ---> Running in 48a6a0988810 [2023-04-07T02:40:02.337Z] Removing intermediate container 48a6a0988810 [2023-04-07T02:40:02.337Z] ---> 9ef7b0a119eb [2023-04-07T02:40:02.337Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-04-07T02:40:02.337Z] ---> Running in 0c25ca6d90cf [2023-04-07T02:40:02.609Z] Removing intermediate container 0c25ca6d90cf [2023-04-07T02:40:02.609Z] ---> a59fcc51304a [2023-04-07T02:40:02.609Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2023-04-07T02:40:02.883Z] ---> Running in 21014db3fea6 [2023-04-07T02:40:03.152Z] Removing intermediate container 21014db3fea6 [2023-04-07T02:40:03.152Z] ---> 404539bca938 [2023-04-07T02:40:03.152Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-07T02:40:03.152Z] ---> Running in 18591115b34c [2023-04-07T02:40:04.117Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-07T02:40:04.701Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-07T02:40:06.116Z] OK: 268 MiB in 57 packages [2023-04-07T02:40:06.706Z] Removing intermediate container 18591115b34c [2023-04-07T02:40:06.706Z] ---> cc2cec349561 [2023-04-07T02:40:06.706Z] Step 8/25 : WORKDIR /device-rest-go [2023-04-07T02:40:06.975Z] ---> Running in 072d4cb73737 [2023-04-07T02:40:07.243Z] Removing intermediate container 072d4cb73737 [2023-04-07T02:40:07.243Z] ---> 2ea9127aa7fa [2023-04-07T02:40:07.243Z] Step 9/25 : COPY go.mod vendor* ./ [2023-04-07T02:40:07.826Z] ---> 0f51826f1788 [2023-04-07T02:40:07.826Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-07T02:40:07.826Z] ---> Running in 005b7585cf3b [2023-04-07T02:40:13.241Z] Removing intermediate container 005b7585cf3b [2023-04-07T02:40:13.241Z] ---> fb1357f69e83 [2023-04-07T02:40:13.241Z] Step 11/25 : COPY . . [2023-04-07T02:40:13.241Z] ---> c39991c6bfdd [2023-04-07T02:40:13.241Z] Step 12/25 : RUN $MAKE [2023-04-07T02:40:13.241Z] ---> Running in 545409184e5c [2023-04-07T02:40:13.241Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=3.0.0-dev.25" -trimpath -mod=readonly -o cmd/device-rest ./cmd [2023-04-07T02:42:35.024Z] Removing intermediate container 545409184e5c [2023-04-07T02:42:35.024Z] ---> 3850a23dfde5 [2023-04-07T02:42:35.024Z] Step 13/25 : FROM alpine:3.17 [2023-04-07T02:42:35.024Z] 3.17: Pulling from library/alpine [2023-04-07T02:42:35.024Z] c41833b44d91: Pulling fs layer [2023-04-07T02:42:35.024Z] c41833b44d91: Verifying Checksum [2023-04-07T02:42:35.024Z] c41833b44d91: Download complete [2023-04-07T02:42:35.607Z] c41833b44d91: Pull complete [2023-04-07T02:42:35.607Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-07T02:42:35.607Z] Status: Downloaded newer image for alpine:3.17 [2023-04-07T02:42:35.607Z] ---> 51e60588ff2c [2023-04-07T02:42:35.607Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-04-07T02:42:35.607Z] ---> Running in 858e6fb62597 [2023-04-07T02:42:35.884Z] Removing intermediate container 858e6fb62597 [2023-04-07T02:42:35.884Z] ---> 999ad3ed6ee9 [2023-04-07T02:42:35.884Z] Step 15/25 : LABEL Name=device-rest-go Version=${VERSION} [2023-04-07T02:42:35.884Z] ---> Running in 7e731b6a15e6 [2023-04-07T02:42:36.159Z] Removing intermediate container 7e731b6a15e6 [2023-04-07T02:42:36.159Z] ---> 5c33bf10de4c [2023-04-07T02:42:36.159Z] Step 16/25 : RUN apk add --update --no-cache dumb-init [2023-04-07T02:42:36.425Z] ---> Running in c15e9e6dd9aa [2023-04-07T02:42:37.386Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-07T02:42:37.970Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-07T02:42:38.930Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-07T02:42:38.930Z] Executing busybox-1.35.0-r29.trigger [2023-04-07T02:42:39.199Z] OK: 8 MiB in 16 packages [2023-04-07T02:42:40.177Z] Removing intermediate container c15e9e6dd9aa [2023-04-07T02:42:40.177Z] ---> 86c9d5550673 [2023-04-07T02:42:40.177Z] Step 17/25 : COPY --from=builder /device-rest-go/cmd / [2023-04-07T02:42:41.588Z] ---> d8822af5c243 [2023-04-07T02:42:41.588Z] Step 18/25 : COPY --from=builder /device-rest-go/LICENSE / [2023-04-07T02:42:41.857Z] ---> 58f1107289bd [2023-04-07T02:42:41.857Z] Step 19/25 : COPY --from=builder /device-rest-go/Attribution.txt / [2023-04-07T02:42:42.442Z] ---> cdec0d430094 [2023-04-07T02:42:42.442Z] Step 20/25 : EXPOSE 59986 [2023-04-07T02:42:42.442Z] ---> Running in 489cccc21a1f [2023-04-07T02:42:42.710Z] Removing intermediate container 489cccc21a1f [2023-04-07T02:42:42.710Z] ---> 4d60f7f26a4d [2023-04-07T02:42:42.710Z] Step 21/25 : ENTRYPOINT ["/device-rest"] [2023-04-07T02:42:42.978Z] ---> Running in 8a288b37600a [2023-04-07T02:42:43.245Z] Removing intermediate container 8a288b37600a [2023-04-07T02:42:43.245Z] ---> 81a1cf8a1c02 [2023-04-07T02:42:43.245Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2023-04-07T02:42:43.245Z] ---> Running in 2848dc97c220 [2023-04-07T02:42:43.512Z] Removing intermediate container 2848dc97c220 [2023-04-07T02:42:43.512Z] ---> 3bd8513a62ca [2023-04-07T02:42:43.512Z] Step 23/25 : LABEL arch=arm64 [2023-04-07T02:42:43.512Z] ---> Running in 40e65ed06804 [2023-04-07T02:42:43.780Z] Removing intermediate container 40e65ed06804 [2023-04-07T02:42:43.780Z] ---> 00269da6876d [2023-04-07T02:42:43.780Z] Step 24/25 : LABEL git_sha=795c3d665a96d2a485aec9c896c7781dae732fba [2023-04-07T02:42:44.047Z] ---> Running in f01cd44f7c3f [2023-04-07T02:42:44.314Z] Removing intermediate container f01cd44f7c3f [2023-04-07T02:42:44.314Z] ---> 864ac69fe2e4 [2023-04-07T02:42:44.314Z] Step 25/25 : LABEL version=3.0.0-dev.25 [2023-04-07T02:42:44.314Z] ---> Running in a19ca9b696df [2023-04-07T02:42:44.581Z] Removing intermediate container a19ca9b696df [2023-04-07T02:42:44.581Z] ---> ec10fd8ba69d [2023-04-07T02:42:44.581Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-07T02:42:44.581Z] Successfully built ec10fd8ba69d [2023-04-07T02:42:44.581Z] Successfully tagged device-rest-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-04-07T02:42:44.680Z] provisioning config files... [2023-04-07T02:42:44.696Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/97@tmp/config2116361662176152084tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-07T02:42:45.038Z] ---> docker-login.sh [2023-04-07T02:42:45.038Z] nexus3.edgexfoundry.org:10001 [2023-04-07T02:42:45.038Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:42:45.305Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:42:45.305Z] Configure a credential helper to remove this warning. See [2023-04-07T02:42:45.305Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:42:45.305Z] [2023-04-07T02:42:45.305Z] Login Succeeded [2023-04-07T02:42:45.305Z] nexus3.edgexfoundry.org:10002 [2023-04-07T02:42:45.571Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:42:45.572Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:42:45.572Z] Configure a credential helper to remove this warning. See [2023-04-07T02:42:45.572Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:42:45.572Z] [2023-04-07T02:42:45.572Z] Login Succeeded [2023-04-07T02:42:45.572Z] nexus3.edgexfoundry.org:10003 [2023-04-07T02:42:45.843Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:42:46.113Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:42:46.113Z] Configure a credential helper to remove this warning. See [2023-04-07T02:42:46.113Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:42:46.113Z] [2023-04-07T02:42:46.113Z] Login Succeeded [2023-04-07T02:42:46.113Z] nexus3.edgexfoundry.org:10004 [2023-04-07T02:42:46.380Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:42:46.380Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:42:46.380Z] Configure a credential helper to remove this warning. See [2023-04-07T02:42:46.380Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:42:46.380Z] [2023-04-07T02:42:46.380Z] Login Succeeded [2023-04-07T02:42:46.380Z] docker.io [2023-04-07T02:42:46.646Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:42:46.915Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:42:46.915Z] Configure a credential helper to remove this warning. See [2023-04-07T02:42:46.915Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:42:46.915Z] [2023-04-07T02:42:46.915Z] Login Succeeded [2023-04-07T02:42:46.915Z] ---> docker-login.sh ends [Pipeline] } [2023-04-07T02:42:46.928Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-07T02:42:46.953Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-07T02:42:46.970Z] [edgeXDocker.push] Tagging docker image device-rest-arm64 with the following tags: [2023-04-07T02:42:46.970Z] 795c3d665a96d2a485aec9c896c7781dae732fba [2023-04-07T02:42:46.970Z] latest [2023-04-07T02:42:46.970Z] 3.0.0-dev.25 [2023-04-07T02:42:46.970Z] 795c3d665a96d2a485aec9c896c7781dae732fba-3.0.0-dev.25 [2023-04-07T02:42:46.970Z] main [2023-04-07T02:42:46.970Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:42:47.368Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:795c3d665a96d2a485aec9c896c7781dae732fba [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:42:47.739Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:795c3d665a96d2a485aec9c896c7781dae732fba [2023-04-07T02:42:47.739Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2023-04-07T02:42:47.739Z] 0de89f23be58: Preparing [2023-04-07T02:42:47.739Z] 0fc76a90696e: Preparing [2023-04-07T02:42:47.739Z] 1184815b8e5a: Preparing [2023-04-07T02:42:47.740Z] ddffb2aaa9d8: Preparing [2023-04-07T02:42:47.740Z] 26cbea5cba74: Preparing [2023-04-07T02:42:47.740Z] 26cbea5cba74: Layer already exists [2023-04-07T02:42:48.014Z] ddffb2aaa9d8: Pushed [2023-04-07T02:42:48.014Z] 0fc76a90696e: Pushed [2023-04-07T02:42:48.014Z] 0de89f23be58: Pushed [2023-04-07T02:42:53.397Z] 1184815b8e5a: Pushed [2023-04-07T02:42:53.665Z] 795c3d665a96d2a485aec9c896c7781dae732fba: digest: sha256:3cf1beb61977009a63e6d01067ceb09ce2b5e5c58a82ba493f114bab90f040c5 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:42:54.028Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:42:54.379Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2023-04-07T02:42:54.379Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2023-04-07T02:42:54.379Z] 0de89f23be58: Preparing [2023-04-07T02:42:54.379Z] 0fc76a90696e: Preparing [2023-04-07T02:42:54.379Z] 1184815b8e5a: Preparing [2023-04-07T02:42:54.379Z] ddffb2aaa9d8: Preparing [2023-04-07T02:42:54.379Z] 26cbea5cba74: Preparing [2023-04-07T02:42:54.379Z] ddffb2aaa9d8: Layer already exists [2023-04-07T02:42:54.379Z] 0de89f23be58: Layer already exists [2023-04-07T02:42:54.379Z] 26cbea5cba74: Layer already exists [2023-04-07T02:42:54.379Z] 1184815b8e5a: Layer already exists [2023-04-07T02:42:54.379Z] 0fc76a90696e: Layer already exists [2023-04-07T02:42:54.645Z] latest: digest: sha256:3cf1beb61977009a63e6d01067ceb09ce2b5e5c58a82ba493f114bab90f040c5 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:42:54.996Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:3.0.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:42:55.333Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:3.0.0-dev.25 [2023-04-07T02:42:55.333Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2023-04-07T02:42:55.333Z] 0de89f23be58: Preparing [2023-04-07T02:42:55.333Z] 0fc76a90696e: Preparing [2023-04-07T02:42:55.333Z] 1184815b8e5a: Preparing [2023-04-07T02:42:55.333Z] ddffb2aaa9d8: Preparing [2023-04-07T02:42:55.333Z] 26cbea5cba74: Preparing [2023-04-07T02:42:55.333Z] 0fc76a90696e: Layer already exists [2023-04-07T02:42:55.333Z] 1184815b8e5a: Layer already exists [2023-04-07T02:42:55.333Z] 0de89f23be58: Layer already exists [2023-04-07T02:42:55.333Z] 26cbea5cba74: Layer already exists [2023-04-07T02:42:55.333Z] ddffb2aaa9d8: Layer already exists [2023-04-07T02:42:55.333Z] 3.0.0-dev.25: digest: sha256:3cf1beb61977009a63e6d01067ceb09ce2b5e5c58a82ba493f114bab90f040c5 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:42:55.677Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:795c3d665a96d2a485aec9c896c7781dae732fba-3.0.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:42:56.015Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:795c3d665a96d2a485aec9c896c7781dae732fba-3.0.0-dev.25 [2023-04-07T02:42:56.015Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2023-04-07T02:42:56.015Z] 0de89f23be58: Preparing [2023-04-07T02:42:56.015Z] 0fc76a90696e: Preparing [2023-04-07T02:42:56.015Z] 1184815b8e5a: Preparing [2023-04-07T02:42:56.015Z] ddffb2aaa9d8: Preparing [2023-04-07T02:42:56.015Z] 26cbea5cba74: Preparing [2023-04-07T02:42:56.015Z] 0de89f23be58: Layer already exists [2023-04-07T02:42:56.015Z] ddffb2aaa9d8: Layer already exists [2023-04-07T02:42:56.015Z] 1184815b8e5a: Layer already exists [2023-04-07T02:42:56.015Z] 0fc76a90696e: Layer already exists [2023-04-07T02:42:56.015Z] 26cbea5cba74: Layer already exists [2023-04-07T02:42:56.015Z] 795c3d665a96d2a485aec9c896c7781dae732fba-3.0.0-dev.25: digest: sha256:3cf1beb61977009a63e6d01067ceb09ce2b5e5c58a82ba493f114bab90f040c5 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:42:56.353Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:42:56.687Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:main [2023-04-07T02:42:56.687Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2023-04-07T02:42:56.687Z] 0de89f23be58: Preparing [2023-04-07T02:42:56.687Z] 0fc76a90696e: Preparing [2023-04-07T02:42:56.687Z] 1184815b8e5a: Preparing [2023-04-07T02:42:56.687Z] ddffb2aaa9d8: Preparing [2023-04-07T02:42:56.687Z] 26cbea5cba74: Preparing [2023-04-07T02:42:56.687Z] 1184815b8e5a: Layer already exists [2023-04-07T02:42:56.687Z] ddffb2aaa9d8: Layer already exists [2023-04-07T02:42:56.687Z] 0fc76a90696e: Layer already exists [2023-04-07T02:42:56.687Z] 26cbea5cba74: Layer already exists [2023-04-07T02:42:56.687Z] 0de89f23be58: Layer already exists [2023-04-07T02:42:56.687Z] main: digest: sha256:3cf1beb61977009a63e6d01067ceb09ce2b5e5c58a82ba493f114bab90f040c5 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-07T02:42:56.731Z] ===================================================== [Pipeline] echo [2023-04-07T02:42:56.736Z] taggedImages: [2023-04-07T02:42:56.736Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:795c3d665a96d2a485aec9c896c7781dae732fba [2023-04-07T02:42:56.737Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2023-04-07T02:42:56.737Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:3.0.0-dev.25 [2023-04-07T02:42:56.737Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:795c3d665a96d2a485aec9c896c7781dae732fba-3.0.0-dev.25 [2023-04-07T02:42:56.737Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:42:57.106Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-07T02:42:57.106Z] [2023-04-07T02:42:57.106Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:42:57.443Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-07T02:42:57.443Z] arm64: Pulling from edgex-lftools-log-publisher [2023-04-07T02:42:57.443Z] 8998bd30e6a1: Pulling fs layer [2023-04-07T02:42:57.443Z] 04944245beec: Pulling fs layer [2023-04-07T02:42:57.443Z] 699f458cf7ca: Pulling fs layer [2023-04-07T02:42:57.443Z] 765212b225bb: Pulling fs layer [2023-04-07T02:42:57.443Z] f23df028b6ca: Pulling fs layer [2023-04-07T02:42:57.443Z] d65c8cfc05b1: Pulling fs layer [2023-04-07T02:42:57.443Z] 2437ff75d9bd: Pulling fs layer [2023-04-07T02:42:57.443Z] 765212b225bb: Waiting [2023-04-07T02:42:57.443Z] f23df028b6ca: Waiting [2023-04-07T02:42:57.443Z] d65c8cfc05b1: Waiting [2023-04-07T02:42:57.443Z] 2437ff75d9bd: Waiting [2023-04-07T02:42:57.711Z] 04944245beec: Verifying Checksum [2023-04-07T02:42:57.711Z] 04944245beec: Download complete [2023-04-07T02:42:57.711Z] 765212b225bb: Verifying Checksum [2023-04-07T02:42:57.711Z] 765212b225bb: Download complete [2023-04-07T02:42:57.711Z] f23df028b6ca: Verifying Checksum [2023-04-07T02:42:57.711Z] f23df028b6ca: Download complete [2023-04-07T02:42:57.711Z] d65c8cfc05b1: Verifying Checksum [2023-04-07T02:42:57.711Z] d65c8cfc05b1: Download complete [2023-04-07T02:42:57.711Z] 699f458cf7ca: Verifying Checksum [2023-04-07T02:42:57.711Z] 699f458cf7ca: Download complete [2023-04-07T02:42:58.294Z] 8998bd30e6a1: Verifying Checksum [2023-04-07T02:42:58.294Z] 8998bd30e6a1: Download complete [2023-04-07T02:43:00.233Z] 2437ff75d9bd: Verifying Checksum [2023-04-07T02:43:00.233Z] 2437ff75d9bd: Download complete [2023-04-07T02:43:02.175Z] 8998bd30e6a1: Pull complete [2023-04-07T02:43:02.175Z] 04944245beec: Pull complete [2023-04-07T02:43:03.580Z] 699f458cf7ca: Pull complete [2023-04-07T02:43:03.846Z] 765212b225bb: Pull complete [2023-04-07T02:43:04.801Z] f23df028b6ca: Pull complete [2023-04-07T02:43:04.801Z] d65c8cfc05b1: Pull complete [2023-04-07T02:43:19.792Z] 2437ff75d9bd: Pull complete [2023-04-07T02:43:19.792Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-04-07T02:43:19.792Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-07T02:43:19.792Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-07T02:43:19.990Z] prd-ubuntu20.04-docker-arm64-4c-16g-7062 does not seem to be running inside a container [2023-04-07T02:43:20.069Z] $ 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-rest-go/97 -v /w/workspace/device-rest-go/97:/w/workspace/device-rest-go/97:rw,z -v /w/workspace/device-rest-go/97@tmp:/w/workspace/device-rest-go/97@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-04-07T02:43:22.845Z] $ docker top 765684d8cb039393d6c709af823460e56a27b07e8fb7c3061c7fa9453956fbf3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-07T02:43:23.712Z] ---> job-cost.sh [2023-04-07T02:43:23.713Z] lf-activate-venv: SKIPPING [2023-04-07T02:43:23.713Z] INFO: No Stack... [2023-04-07T02:43:23.982Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-04-07T02:43:24.942Z] INFO: Archiving Costs [Pipeline] sh [2023-04-07T02:43:25.266Z] + cat /w/workspace/device-rest-go/97/archives/cost.csv [2023-04-07T02:43:25.266Z] + cut -d, -f6 [Pipeline] lock [2023-04-07T02:43:25.597Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-main-97-stack-cost] [2023-04-07T02:43:25.609Z] Resource [jenkins-edgexfoundry-device-rest-go-main-97-stack-cost] did not exist. Created. [2023-04-07T02:43:25.609Z] Lock acquired on [jenkins-edgexfoundry-device-rest-go-main-97-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-07T02:43:26.263Z] /w/workspace/device-rest-go/97@tmp/durable-c56f6dfc/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-04-07T02:43:26.909Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-04-07T02:43:26.931Z] Warning: overwriting stash ‘stack-cost’ [2023-04-07T02:43:26.979Z] Stashed 1 file(s) [Pipeline] } [2023-04-07T02:43:26.986Z] Lock released on resource [jenkins-edgexfoundry-device-rest-go-main-97-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-07T02:43:27.011Z] $ docker stop --time=1 765684d8cb039393d6c709af823460e56a27b07e8fb7c3061c7fa9453956fbf3 [2023-04-07T02:43:30.283Z] $ docker rm -f --volumes 765684d8cb039393d6c709af823460e56a27b07e8fb7c3061c7fa9453956fbf3 [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-04-07T02:43:30.627Z] provisioning config files... [2023-04-07T02:43:30.633Z] copy managed file [device-rest-go-codecov-token] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config18437779772014856368tmp [Pipeline] { [Pipeline] sh [2023-04-07T02:43:30.926Z] + set +x [2023-04-07T02:43:30.927Z] + bash -s -- [2023-04-07T02:43:30.927Z] + curl -s https://codecov.io/bash [2023-04-07T02:43:30.927Z] [2023-04-07T02:43:30.927Z] _____ _ [2023-04-07T02:43:30.927Z] / ____| | | [2023-04-07T02:43:30.927Z] | | ___ __| | ___ ___ _____ __ [2023-04-07T02:43:30.927Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-04-07T02:43:30.927Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-04-07T02:43:30.927Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-04-07T02:43:30.927Z] Bash-1.0.6 [2023-04-07T02:43:30.927Z] [2023-04-07T02:43:30.927Z] [2023-04-07T02:43:30.927Z] ==> git version 2.25.1 found [2023-04-07T02:43:30.927Z] ==> 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-04-07T02:43:30.927Z] Release-Date: 2020-01-08 [2023-04-07T02:43:30.927Z] 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-04-07T02:43:30.927Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-04-07T02:43:30.927Z] ==> Jenkins CI detected. [2023-04-07T02:43:30.927Z] current dir:  /w/workspace/edgexfoundry_device-rest-go_main [2023-04-07T02:43:30.927Z] project root: . [2023-04-07T02:43:30.927Z] --> token set from env [2023-04-07T02:43:30.927Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-04-07T02:43:30.927Z] ==> Running gcov in . (disable via -X gcov) [2023-04-07T02:43:30.927Z] ==> Python coveragepy not found [2023-04-07T02:43:30.927Z] ==> Searching for coverage reports in: [2023-04-07T02:43:30.927Z] + . [2023-04-07T02:43:30.927Z] -> Found 1 reports [2023-04-07T02:43:30.927Z] ==> Detecting git/mercurial file structure [2023-04-07T02:43:30.927Z] ==> Reading reports [2023-04-07T02:43:30.927Z] + ./coverage.out bytes=14200 [2023-04-07T02:43:30.927Z] ==> Appending adjustments [2023-04-07T02:43:30.927Z] https://docs.codecov.io/docs/fixing-reports [2023-04-07T02:43:31.187Z] + Found adjustments [2023-04-07T02:43:31.187Z] ==> Gzipping contents [2023-04-07T02:43:31.187Z] 4.0K /tmp/codecov.ijFNN6.gz [2023-04-07T02:43:31.187Z] ==> Uploading reports [2023-04-07T02:43:31.187Z] url: https://codecov.io [2023-04-07T02:43:31.187Z] query: branch=main&commit=795c3d665a96d2a485aec9c896c7781dae732fba&build=97&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F97%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-04-07T02:43:31.187Z] -> Pinging Codecov [2023-04-07T02:43:31.187Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=c51feb23-73ac-4f49-b3d1-d26df23137db&branch=main&commit=795c3d665a96d2a485aec9c896c7781dae732fba&build=97&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F97%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-04-07T02:43:31.187Z] -> Uploading to [2023-04-07T02:43:31.188Z] https://storage.googleapis.com/codecov/v4/raw/2023-04-07/4E5D53B4F1F92C436F7061BF334D961C/795c3d665a96d2a485aec9c896c7781dae732fba/2bfff4ec-2f92-49e3-af44-d8e65f7f9222.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230407%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230407T024331Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=13a7c0a69935f4a53fc807e673b45f757e4703e300c35d1c64e212aac0cf541c [2023-04-07T02:43:31.188Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-07T02:43:31.188Z] Dload Upload Total Spent Left Speed [2023-04-07T02:43:31.448Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2437 0 0 100 2437 0 9093 --:--:-- --:--:-- --:--:-- 9093 [2023-04-07T02:43:31.448Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rest-go/commit/795c3d665a96d2a485aec9c896c7781dae732fba [Pipeline] } [2023-04-07T02:43:31.456Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-04-07T02:43:31.660Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-04-07T02:43:31.675Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:43:31.973Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-04-07T02:43:31.973Z] [2023-04-07T02:43:31.973Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:43:32.268Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-04-07T02:43:32.269Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-04-07T02:43:32.269Z] df9b9388f04a: Pulling fs layer [2023-04-07T02:43:32.269Z] 52dc419b0ee2: Pulling fs layer [2023-04-07T02:43:32.269Z] 25bc292e5bac: Pulling fs layer [2023-04-07T02:43:32.269Z] 114826534d7a: Pulling fs layer [2023-04-07T02:43:32.269Z] 4657fd5d0bcf: Pulling fs layer [2023-04-07T02:43:32.269Z] 6ad1cebc031e: Pulling fs layer [2023-04-07T02:43:32.269Z] 8a3aa393b2d8: Pulling fs layer [2023-04-07T02:43:32.269Z] 6ad1cebc031e: Waiting [2023-04-07T02:43:32.269Z] 114826534d7a: Waiting [2023-04-07T02:43:32.269Z] 4657fd5d0bcf: Waiting [2023-04-07T02:43:32.269Z] 8a3aa393b2d8: Waiting [2023-04-07T02:43:32.269Z] 25bc292e5bac: Verifying Checksum [2023-04-07T02:43:32.269Z] 25bc292e5bac: Download complete [2023-04-07T02:43:32.269Z] 52dc419b0ee2: Verifying Checksum [2023-04-07T02:43:32.269Z] 52dc419b0ee2: Download complete [2023-04-07T02:43:32.269Z] 4657fd5d0bcf: Verifying Checksum [2023-04-07T02:43:32.269Z] 4657fd5d0bcf: Download complete [2023-04-07T02:43:32.269Z] df9b9388f04a: Verifying Checksum [2023-04-07T02:43:32.269Z] df9b9388f04a: Download complete [2023-04-07T02:43:32.533Z] 6ad1cebc031e: Verifying Checksum [2023-04-07T02:43:32.533Z] 6ad1cebc031e: Download complete [2023-04-07T02:43:32.533Z] df9b9388f04a: Pull complete [2023-04-07T02:43:32.533Z] 52dc419b0ee2: Pull complete [2023-04-07T02:43:32.798Z] 25bc292e5bac: Pull complete [2023-04-07T02:43:33.058Z] 114826534d7a: Verifying Checksum [2023-04-07T02:43:33.058Z] 114826534d7a: Download complete [2023-04-07T02:43:33.058Z] 8a3aa393b2d8: Verifying Checksum [2023-04-07T02:43:33.058Z] 8a3aa393b2d8: Download complete [2023-04-07T02:43:37.270Z] 114826534d7a: Pull complete [2023-04-07T02:43:37.270Z] 4657fd5d0bcf: Pull complete [2023-04-07T02:43:37.270Z] 6ad1cebc031e: Pull complete [2023-04-07T02:43:39.808Z] 8a3aa393b2d8: Pull complete [2023-04-07T02:43:39.808Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-04-07T02:43:39.808Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-04-07T02:43:39.808Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-07T02:43:39.892Z] prd-ubuntu20.04-docker-8c-8g-7060 does not seem to be running inside a container [2023-04-07T02:43:39.929Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-04-07T02:43:44.609Z] $ docker top e6edcd512815421416110f46fa3ece14ea1741b3ee959d2370fde6a4911a32da -eo pid,comm [Pipeline] { [Pipeline] echo [2023-04-07T02:43:44.672Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-rest-go:main' [Pipeline] sh [2023-04-07T02:43:44.951Z] + set -o pipefail [2023-04-07T02:43:44.952Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-rest-go:main' [2023-04-07T02:43:49.150Z] [2023-04-07T02:43:49.150Z] Monitoring /w/workspace/edgexfoundry_device-rest-go_main (github.com/edgexfoundry/device-rest-go)... [2023-04-07T02:43:49.150Z] [2023-04-07T02:43:49.150Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6693b2f8-cb2c-4fe8-a536-d1b67f9ec7d5/history/8cb88221-a00a-4552-8121-660a0ad7cfd9 [2023-04-07T02:43:49.150Z] [2023-04-07T02:43:49.150Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-04-07T02:43:49.150Z] [2023-04-07T02:43:49.150Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-04-07T02:43:49.150Z] [2023-04-07T02:43:49.150Z] [2023-04-07T02:43:49.150Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-04-07T02:43:49.150Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-04-07T02:43:49.150Z] More details here: https://snyk.co/ue1NS [2023-04-07T02:43:49.150Z] You are approaching your monthly limit of 401 private tests for your edgex-jenkins org. [2023-04-07T02:43:49.150Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2023-04-07T02:43:49.165Z] $ docker stop --time=1 e6edcd512815421416110f46fa3ece14ea1741b3ee959d2370fde6a4911a32da [2023-04-07T02:43:52.465Z] $ docker rm -f --volumes e6edcd512815421416110f46fa3ece14ea1741b3ee959d2370fde6a4911a32da [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-04-07T02:43:53.223Z] + git log --format=format:%s -1 795c3d665a96d2a485aec9c896c7781dae732fba [Pipeline] sh [2023-04-07T02:43:53.514Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-07T02:43:53.514Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:43:53.811Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-07T02:43:53.811Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-07T02:43:53.890Z] prd-ubuntu20.04-docker-8c-8g-7060 does not seem to be running inside a container [2023-04-07T02:43:53.924Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-04-07T02:43:54.418Z] $ docker top e93a5408b41b9f445149eb612a7e3952a987c39917187b6b79720b896883162f -eo pid,comm [2023-04-07T02:43:54.466Z] 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-04-07T02:43:54.466Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-07T02:43:54.496Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-07T02:43:54.496Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-07T02:43:54.615Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-07T02:43:54.620Z] $ docker exec e93a5408b41b9f445149eb612a7e3952a987c39917187b6b79720b896883162f ssh-agent [2023-04-07T02:43:54.728Z] SSH_AUTH_SOCK=/tmp/ssh-qodJBE4sqqVj/agent.32 [2023-04-07T02:43:54.728Z] SSH_AGENT_PID=38 [2023-04-07T02:43:54.732Z] Running ssh-add (command line suppressed) [2023-04-07T02:43:54.836Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_8550757969611918477.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_8550757969611918477.key) [2023-04-07T02:43:54.846Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-07T02:43:55.141Z] + git semver tag [2023-04-07T02:43:55.401Z] 2023-04-07 02:43:55,330 [run_tag] DEBUG tag force:False [2023-04-07T02:43:55.401Z] 2023-04-07 02:43:55,330 [check_head_tag] DEBUG check head tag [2023-04-07T02:43:55.401Z] 2023-04-07 02:43:55,331 [execute] INFO git cat-file --batch-check [2023-04-07T02:43:55.401Z] 2023-04-07 02:43:55,332 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=) [2023-04-07T02:43:55.401Z] 2023-04-07 02:43:55,335 [execute] INFO git cat-file --batch [2023-04-07T02:43:55.401Z] 2023-04-07 02:43:55,336 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=) [2023-04-07T02:43:55.401Z] 2023-04-07 02:43:55,358 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-04-07T02:43:55.401Z] 2023-04-07 02:43:55,359 [execute] INFO git tag -a v3.0.0-dev.25 -m v3.0.0-dev.25 [2023-04-07T02:43:55.401Z] 2023-04-07 02:43:55,359 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.25', '-m', 'v3.0.0-dev.25'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=None) [2023-04-07T02:43:55.401Z] 2023-04-07 02:43:55,362 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-04-07T02:43:55.401Z] 3.0.0-dev.25 [Pipeline] } [2023-04-07T02:43:55.413Z] $ docker exec --env ******** --env ******** e93a5408b41b9f445149eb612a7e3952a987c39917187b6b79720b896883162f ssh-agent -k [2023-04-07T02:43:55.515Z] unset SSH_AUTH_SOCK; [2023-04-07T02:43:55.515Z] unset SSH_AGENT_PID; [2023-04-07T02:43:55.516Z] echo Agent pid 38 killed; [2023-04-07T02:43:55.522Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-07T02:43:55.821Z] + git semver [Pipeline] } [2023-04-07T02:43:56.098Z] $ docker stop --time=1 e93a5408b41b9f445149eb612a7e3952a987c39917187b6b79720b896883162f [2023-04-07T02:43:57.434Z] $ docker rm -f --volumes e93a5408b41b9f445149eb612a7e3952a987c39917187b6b79720b896883162f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:43:57.823Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-04-07T02:43:57.823Z] [2023-04-07T02:43:57.823Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:43:58.121Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-04-07T02:43:58.121Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-04-07T02:43:58.121Z] ab5ef0e58194: Pulling fs layer [2023-04-07T02:43:58.121Z] 9712f1f96733: Pulling fs layer [2023-04-07T02:43:58.121Z] 63f879dbbcfc: Pulling fs layer [2023-04-07T02:43:58.121Z] 0d9ebad4ef96: Pulling fs layer [2023-04-07T02:43:58.121Z] e9a5061849ea: Pulling fs layer [2023-04-07T02:43:58.121Z] d747dcd14b5f: Pulling fs layer [2023-04-07T02:43:58.121Z] 2de7ff778b66: Pulling fs layer [2023-04-07T02:43:58.121Z] e9a5061849ea: Waiting [2023-04-07T02:43:58.121Z] d747dcd14b5f: Waiting [2023-04-07T02:43:58.121Z] 2de7ff778b66: Waiting [2023-04-07T02:43:58.121Z] 0d9ebad4ef96: Waiting [2023-04-07T02:43:58.121Z] 9712f1f96733: Verifying Checksum [2023-04-07T02:43:58.121Z] 9712f1f96733: Download complete [2023-04-07T02:43:58.380Z] 63f879dbbcfc: Verifying Checksum [2023-04-07T02:43:58.380Z] 63f879dbbcfc: Download complete [2023-04-07T02:43:58.638Z] e9a5061849ea: Verifying Checksum [2023-04-07T02:43:58.638Z] e9a5061849ea: Download complete [2023-04-07T02:43:58.638Z] d747dcd14b5f: Verifying Checksum [2023-04-07T02:43:58.638Z] 0d9ebad4ef96: Verifying Checksum [2023-04-07T02:43:58.638Z] 0d9ebad4ef96: Download complete [2023-04-07T02:43:58.638Z] 2de7ff778b66: Verifying Checksum [2023-04-07T02:43:58.638Z] 2de7ff778b66: Download complete [2023-04-07T02:43:58.638Z] ab5ef0e58194: Verifying Checksum [2023-04-07T02:43:58.638Z] ab5ef0e58194: Download complete [2023-04-07T02:44:01.918Z] ab5ef0e58194: Pull complete [2023-04-07T02:44:01.918Z] 9712f1f96733: Pull complete [2023-04-07T02:44:02.484Z] 63f879dbbcfc: Pull complete [2023-04-07T02:44:06.665Z] 0d9ebad4ef96: Pull complete [2023-04-07T02:44:06.923Z] e9a5061849ea: Pull complete [2023-04-07T02:44:06.923Z] d747dcd14b5f: Pull complete [2023-04-07T02:44:08.294Z] 2de7ff778b66: Pull complete [2023-04-07T02:44:08.294Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-04-07T02:44:08.294Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-04-07T02:44:08.294Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-07T02:44:08.380Z] prd-ubuntu20.04-docker-8c-8g-7060 does not seem to be running inside a container [2023-04-07T02:44:08.418Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-04-07T02:44:12.819Z] $ docker top b894d6d7ee590d9c389ad72da6935a7aafb1601d3f7e3763cd8b0698feeebbbb -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-04-07T02:44:12.885Z] provisioning config files... [2023-04-07T02:44:12.891Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config3515555736564705612tmp [2023-04-07T02:44:12.900Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config12233690838749340986tmp [2023-04-07T02:44:12.909Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config4108565575041174176tmp [Pipeline] { [Pipeline] echo [2023-04-07T02:44:12.923Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-07T02:44:13.204Z] ---> sigul-configuration.sh [2023-04-07T02:44:13.204Z] gpg: directory `/root/.gnupg' created [2023-04-07T02:44:13.204Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-04-07T02:44:13.204Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-04-07T02:44:13.204Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-04-07T02:44:13.204Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-04-07T02:44:13.204Z] gpg: CAST5 encrypted data [2023-04-07T02:44:13.204Z] gpg: encrypted with 1 passphrase [2023-04-07T02:44:13.204Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-04-07T02:44:13.489Z] + mkdir /home/jenkins [2023-04-07T02:44:13.489Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-04-07T02:44:13.774Z] + 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-04-07T02:44:13.783Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-07T02:44:14.067Z] ---> sigul-install.sh [2023-04-07T02:44:14.067Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-04-07T02:44:14.353Z] + git tag --list [2023-04-07T02:44:14.354Z] v1.0.0 [2023-04-07T02:44:14.354Z] v1.1.0 [2023-04-07T02:44:14.354Z] v1.1.1 [2023-04-07T02:44:14.354Z] v1.1.2 [2023-04-07T02:44:14.354Z] v1.2.0 [2023-04-07T02:44:14.354Z] v1.2.1 [2023-04-07T02:44:14.354Z] v2.0.0 [2023-04-07T02:44:14.354Z] v2.1.0 [2023-04-07T02:44:14.354Z] v2.1.1 [2023-04-07T02:44:14.354Z] v2.1.1-dev.1 [2023-04-07T02:44:14.354Z] v2.1.1-dev.2 [2023-04-07T02:44:14.354Z] v2.1.1-dev.3 [2023-04-07T02:44:14.354Z] v2.2.0 [2023-04-07T02:44:14.354Z] v2.2.1-dev.1 [2023-04-07T02:44:14.354Z] v2.2.1-dev.2 [2023-04-07T02:44:14.354Z] v2.2.1-dev.3 [2023-04-07T02:44:14.354Z] v2.2.1-dev.4 [2023-04-07T02:44:14.354Z] v2.2.1-dev.5 [2023-04-07T02:44:14.354Z] v2.2.1-dev.6 [2023-04-07T02:44:14.354Z] v2.2.1-dev.7 [2023-04-07T02:44:14.354Z] v2.2.1-dev.8 [2023-04-07T02:44:14.354Z] v2.2.1-dev.9 [2023-04-07T02:44:14.354Z] v2.3.0 [2023-04-07T02:44:14.354Z] v2.3.0-dev.10 [2023-04-07T02:44:14.354Z] v2.3.0-dev.11 [2023-04-07T02:44:14.354Z] v2.3.0-dev.12 [2023-04-07T02:44:14.354Z] v2.3.0-dev.13 [2023-04-07T02:44:14.354Z] v2.3.0-dev.14 [2023-04-07T02:44:14.354Z] v2.3.0-dev.15 [2023-04-07T02:44:14.354Z] v2.3.0-dev.16 [2023-04-07T02:44:14.354Z] v2.3.0-dev.17 [2023-04-07T02:44:14.354Z] v2.3.0-dev.18 [2023-04-07T02:44:14.354Z] v2.3.0-dev.19 [2023-04-07T02:44:14.354Z] v2.3.0-dev.20 [2023-04-07T02:44:14.354Z] v2.3.0-dev.21 [2023-04-07T02:44:14.354Z] v2.3.0-dev.22 [2023-04-07T02:44:14.354Z] v2.3.0-dev.23 [2023-04-07T02:44:14.354Z] v2.3.0-dev.24 [2023-04-07T02:44:14.354Z] v2.3.0-dev.25 [2023-04-07T02:44:14.354Z] v2.3.0-dev.9 [2023-04-07T02:44:14.354Z] v3.0.0-dev.1 [2023-04-07T02:44:14.354Z] v3.0.0-dev.10 [2023-04-07T02:44:14.354Z] v3.0.0-dev.11 [2023-04-07T02:44:14.354Z] v3.0.0-dev.12 [2023-04-07T02:44:14.354Z] v3.0.0-dev.13 [2023-04-07T02:44:14.354Z] v3.0.0-dev.14 [2023-04-07T02:44:14.354Z] v3.0.0-dev.15 [2023-04-07T02:44:14.354Z] v3.0.0-dev.16 [2023-04-07T02:44:14.354Z] v3.0.0-dev.17 [2023-04-07T02:44:14.354Z] v3.0.0-dev.18 [2023-04-07T02:44:14.354Z] v3.0.0-dev.19 [2023-04-07T02:44:14.354Z] v3.0.0-dev.2 [2023-04-07T02:44:14.354Z] v3.0.0-dev.20 [2023-04-07T02:44:14.354Z] v3.0.0-dev.21 [2023-04-07T02:44:14.354Z] v3.0.0-dev.22 [2023-04-07T02:44:14.354Z] v3.0.0-dev.23 [2023-04-07T02:44:14.354Z] v3.0.0-dev.24 [2023-04-07T02:44:14.354Z] v3.0.0-dev.25 [2023-04-07T02:44:14.354Z] v3.0.0-dev.3 [2023-04-07T02:44:14.354Z] v3.0.0-dev.4 [2023-04-07T02:44:14.354Z] v3.0.0-dev.5 [2023-04-07T02:44:14.354Z] v3.0.0-dev.6 [2023-04-07T02:44:14.354Z] v3.0.0-dev.7 [2023-04-07T02:44:14.354Z] v3.0.0-dev.8 [2023-04-07T02:44:14.354Z] v3.0.0-dev.9 [Pipeline] sh [2023-04-07T02:44:14.642Z] + lftools sign git-tag v3.0.0-dev.25 [2023-04-07T02:44:15.210Z] Signing Git tag with Sigul... [2023-04-07T02:44:15.210Z] Signing v3.0.0-dev.25 [Pipeline] echo [2023-04-07T02:44:15.478Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-07T02:44:15.762Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-04-07T02:44:15.768Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-04-07T02:44:15.787Z] $ docker stop --time=1 b894d6d7ee590d9c389ad72da6935a7aafb1601d3f7e3763cd8b0698feeebbbb [2023-04-07T02:44:17.113Z] $ docker rm -f --volumes b894d6d7ee590d9c389ad72da6935a7aafb1601d3f7e3763cd8b0698feeebbbb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-04-07T02:44:17.540Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-07T02:44:17.540Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:44:17.839Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-07T02:44:17.839Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-07T02:44:17.905Z] prd-ubuntu20.04-docker-8c-8g-7060 does not seem to be running inside a container [2023-04-07T02:44:17.938Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-04-07T02:44:18.275Z] $ docker top c63d8ea569dd986db86c0021bf7ed9af90e5e2a2f84cd813abf3defa9d6faa5d -eo pid,comm [2023-04-07T02:44:18.321Z] 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-04-07T02:44:18.321Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-07T02:44:18.365Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-07T02:44:18.365Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-07T02:44:18.475Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-07T02:44:18.479Z] $ docker exec c63d8ea569dd986db86c0021bf7ed9af90e5e2a2f84cd813abf3defa9d6faa5d ssh-agent [2023-04-07T02:44:18.580Z] SSH_AUTH_SOCK=/tmp/ssh-YZx4y6YPS7bc/agent.33 [2023-04-07T02:44:18.580Z] SSH_AGENT_PID=39 [2023-04-07T02:44:18.585Z] Running ssh-add (command line suppressed) [2023-04-07T02:44:18.689Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_11331762753698874006.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_11331762753698874006.key) [2023-04-07T02:44:18.702Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-07T02:44:18.989Z] + git semver bump pre [2023-04-07T02:44:19.248Z] 2023-04-07 02:44:19,159 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-04-07T02:44:19.248Z] 2023-04-07 02:44:19,159 [bump_version] DEBUG bumping version:3.0.0-dev.25 on axis:pre with prefix:dev [2023-04-07T02:44:19.248Z] 2023-04-07 02:44:19,159 [bump_version] DEBUG bumped version:3.0.0-dev.26 [2023-04-07T02:44:19.248Z] 2023-04-07 02:44:19,159 [write_version] DEBUG write version:3.0.0-dev.26 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:True [2023-04-07T02:44:19.248Z] 2023-04-07 02:44:19,159 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-04-07T02:44:19.248Z] 2023-04-07 02:44:19,159 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-04-07T02:44:19.248Z] 2023-04-07 02:44:19,161 [execute] INFO git cat-file --batch-check [2023-04-07T02:44:19.248Z] 2023-04-07 02:44:19,161 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-04-07T02:44:19.248Z] 2023-04-07 02:44:19,167 [execute] INFO git cat-file --batch [2023-04-07T02:44:19.248Z] 2023-04-07 02:44:19,167 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-04-07T02:44:19.248Z] 2023-04-07 02:44:19,173 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-04-07T02:44:19.248Z] 3.0.0-dev.26 [Pipeline] } [2023-04-07T02:44:19.258Z] $ docker exec --env ******** --env ******** c63d8ea569dd986db86c0021bf7ed9af90e5e2a2f84cd813abf3defa9d6faa5d ssh-agent -k [2023-04-07T02:44:19.355Z] unset SSH_AUTH_SOCK; [2023-04-07T02:44:19.355Z] unset SSH_AGENT_PID; [2023-04-07T02:44:19.356Z] echo Agent pid 39 killed; [2023-04-07T02:44:19.361Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-07T02:44:19.673Z] + git semver [Pipeline] } [2023-04-07T02:44:19.944Z] $ docker stop --time=1 c63d8ea569dd986db86c0021bf7ed9af90e5e2a2f84cd813abf3defa9d6faa5d [2023-04-07T02:44:21.231Z] $ docker rm -f --volumes c63d8ea569dd986db86c0021bf7ed9af90e5e2a2f84cd813abf3defa9d6faa5d [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-07T02:44:21.592Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-07T02:44:21.593Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:44:21.886Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-07T02:44:21.886Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-07T02:44:21.959Z] prd-ubuntu20.04-docker-8c-8g-7060 does not seem to be running inside a container [2023-04-07T02:44:21.991Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-04-07T02:44:22.320Z] $ docker top cf30d3d3ebadf69858c73213262284554a348829736b73d2f2b145b8e06c882d -eo pid,comm [2023-04-07T02:44:22.364Z] 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-04-07T02:44:22.364Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-07T02:44:22.401Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-07T02:44:22.401Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-07T02:44:22.508Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-07T02:44:22.513Z] $ docker exec cf30d3d3ebadf69858c73213262284554a348829736b73d2f2b145b8e06c882d ssh-agent [2023-04-07T02:44:22.619Z] SSH_AUTH_SOCK=/tmp/ssh-XNeH1hey8uMu/agent.32 [2023-04-07T02:44:22.619Z] SSH_AGENT_PID=38 [2023-04-07T02:44:22.623Z] Running ssh-add (command line suppressed) [2023-04-07T02:44:22.723Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_13191290080217683275.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_13191290080217683275.key) [2023-04-07T02:44:22.735Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-07T02:44:23.023Z] + git semver push [2023-04-07T02:44:23.283Z] 2023-04-07 02:44:23,217 [run_push] DEBUG push [2023-04-07T02:44:23.283Z] 2023-04-07 02:44:23,218 [execute] INFO git cat-file --batch-check [2023-04-07T02:44:23.283Z] 2023-04-07 02:44:23,219 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-04-07T02:44:23.283Z] 2023-04-07 02:44:23,223 [execute] INFO git rev-list 5e3c3915697343e008c07c1e200c8212eb84afe7 -- [2023-04-07T02:44:23.283Z] 2023-04-07 02:44:23,224 [execute] DEBUG Popen(['git', 'rev-list', '5e3c3915697343e008c07c1e200c8212eb84afe7', '--'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-04-07T02:44:23.283Z] 2023-04-07 02:44:23,232 [execute] INFO git fetch -v origin [2023-04-07T02:44:23.283Z] 2023-04-07 02:44:23,233 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-04-07T02:44:23.852Z] 2023-04-07 02:44:23,713 [run_push] DEBUG no remote changes detected [2023-04-07T02:44:23.852Z] 2023-04-07 02:44:23,713 [execute] INFO git push origin semver [2023-04-07T02:44:23.852Z] 2023-04-07 02:44:23,714 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-04-07T02:44:24.791Z] 2023-04-07 02:44:24,512 [run_push] DEBUG push all version tags [2023-04-07T02:44:24.791Z] 2023-04-07 02:44:24,512 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-04-07T02:44:24.791Z] 2023-04-07 02:44:24,513 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=None) [2023-04-07T02:44:25.361Z] 2023-04-07 02:44:25,229 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-04-07T02:44:25.361Z] 3.0.0-dev.26 [Pipeline] } [2023-04-07T02:44:25.373Z] $ docker exec --env ******** --env ******** cf30d3d3ebadf69858c73213262284554a348829736b73d2f2b145b8e06c882d ssh-agent -k [2023-04-07T02:44:25.485Z] unset SSH_AUTH_SOCK; [2023-04-07T02:44:25.485Z] unset SSH_AGENT_PID; [2023-04-07T02:44:25.485Z] echo Agent pid 38 killed; [2023-04-07T02:44:25.498Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-07T02:44:25.803Z] + git semver [Pipeline] } [2023-04-07T02:44:26.077Z] $ docker stop --time=1 cf30d3d3ebadf69858c73213262284554a348829736b73d2f2b145b8e06c882d [2023-04-07T02:44:27.361Z] $ docker rm -f --volumes cf30d3d3ebadf69858c73213262284554a348829736b73d2f2b145b8e06c882d [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-04-07T02:44:27.890Z] + [ -d /w/workspace/edgexfoundry_device-rest-go_main/archives ] [2023-04-07T02:44:27.890Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2023-04-07T02:44:27.890Z] total 16 [2023-04-07T02:44:27.890Z] drwxr-xr-x 3 root root 4096 Apr 7 02:33 . [2023-04-07T02:44:27.890Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 7 02:44 .. [2023-04-07T02:44:27.890Z] drwxr-xr-x 2 root root 4096 Apr 7 02:33 cost [2023-04-07T02:44:27.890Z] -rw-r--r-- 1 root root 85 Apr 7 02:33 cost.csv [2023-04-07T02:44:27.890Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-rest-go_main/archives [2023-04-07T02:44:27.890Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2023-04-07T02:44:27.890Z] total 16 [2023-04-07T02:44:27.890Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 7 02:33 . [2023-04-07T02:44:27.890Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 7 02:44 .. [2023-04-07T02:44:27.890Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 7 02:33 cost [2023-04-07T02:44:27.890Z] -rw-r--r-- 1 jenkins jenkins 85 Apr 7 02:33 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-04-07T02:44:28.176Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-07T02:44:29.032Z] ---> package-listing.sh [2023-04-07T02:44:29.032Z] ++ facter osfamily [2023-04-07T02:44:29.032Z] ++ tr '[:upper:]' '[:lower:]' [2023-04-07T02:44:29.291Z] + OS_FAMILY=debian [2023-04-07T02:44:29.291Z] + workspace=/w/workspace/edgexfoundry_device-rest-go_main [2023-04-07T02:44:29.291Z] + START_PACKAGES=/tmp/packages_start.txt [2023-04-07T02:44:29.291Z] + END_PACKAGES=/tmp/packages_end.txt [2023-04-07T02:44:29.291Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-04-07T02:44:29.291Z] + PACKAGES=/tmp/packages_start.txt [2023-04-07T02:44:29.291Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2023-04-07T02:44:29.291Z] + PACKAGES=/tmp/packages_end.txt [2023-04-07T02:44:29.291Z] + case "${OS_FAMILY}" in [2023-04-07T02:44:29.291Z] + dpkg -l [2023-04-07T02:44:29.291Z] + grep '^ii' [2023-04-07T02:44:29.291Z] + '[' -f /tmp/packages_start.txt ']' [2023-04-07T02:44:29.291Z] + '[' -f /tmp/packages_end.txt ']' [2023-04-07T02:44:29.291Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-04-07T02:44:29.291Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2023-04-07T02:44:29.291Z] + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ [2023-04-07T02:44:29.291Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-rest-go_main/archives/ [Pipeline] echo [2023-04-07T02:44:29.301Z] 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/edgexfoundry_device-rest-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-04-07T02:44:29.575Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:44:30.242Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-07T02:44:30.242Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-07T02:44:30.354Z] prd-ubuntu20.04-docker-8c-8g-7060 does not seem to be running inside a container [2023-04-07T02:44:30.389Z] $ 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/edgexfoundry_device-rest-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/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-04-07T02:44:30.601Z] $ docker top 11d2e06c15601b6ba9c8dc4c1ec6d27595d9a6a9f867ce282af21d82cc3488a4 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-07T02:44:30.933Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-04-07T02:44:31.216Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-04-07T02:44:31.498Z] + ls /var/log/sa-host [2023-04-07T02:44:31.498Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-07T02:44:31.598Z] provisioning config files... [2023-04-07T02:44:31.607Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config3497211285309215010tmp [Pipeline] { [Pipeline] echo [2023-04-07T02:44:31.620Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-07T02:44:31.901Z] ---> create-netrc.sh [Pipeline] } [2023-04-07T02:44:31.908Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-04-07T02:44:32.227Z] ---> python-tools-install.sh [Pipeline] echo [2023-04-07T02:44:32.236Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-07T02:44:32.516Z] ---> sudo-logs.sh [2023-04-07T02:44:32.517Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-04-07T02:44:32.546Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-07T02:44:32.826Z] ---> job-cost.sh [2023-04-07T02:44:32.827Z] lf-activate-venv: SKIPPING [2023-04-07T02:44:32.827Z] DEBUG: total: 0.2199999988079071 [2023-04-07T02:44:32.827Z] INFO: Retrieving Stack Cost... [2023-04-07T02:44:33.085Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-07T02:44:33.653Z] INFO: Archiving Costs [Pipeline] echo [2023-04-07T02:44:33.664Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-07T02:44:33.948Z] ---> logs-deploy.sh [2023-04-07T02:44:33.948Z] lf-activate-venv: SKIPPING [2023-04-07T02:44:33.948Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/97 [2023-04-07T02:44:33.948Z] INFO: archiving workspace using pattern(s): [2023-04-07T02:44:34.884Z] Archives upload complete. [2023-04-07T02:44:35.143Z] INFO: archiving logs to Nexus [2023-04-07T02:44:35.712Z] ---> uname -a: [2023-04-07T02:44:35.712Z] Linux prd-ubuntu20-04-docker-8c-8g-7060 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-04-07T02:44:35.712Z] [2023-04-07T02:44:35.712Z] [2023-04-07T02:44:35.712Z] ---> lscpu: [2023-04-07T02:44:35.712Z] Architecture: x86_64 [2023-04-07T02:44:35.712Z] CPU op-mode(s): 32-bit, 64-bit [2023-04-07T02:44:35.712Z] Byte Order: Little Endian [2023-04-07T02:44:35.712Z] Address sizes: 40 bits physical, 48 bits virtual [2023-04-07T02:44:35.712Z] CPU(s): 8 [2023-04-07T02:44:35.712Z] On-line CPU(s) list: 0-7 [2023-04-07T02:44:35.712Z] Thread(s) per core: 1 [2023-04-07T02:44:35.712Z] Core(s) per socket: 1 [2023-04-07T02:44:35.712Z] Socket(s): 8 [2023-04-07T02:44:35.712Z] NUMA node(s): 1 [2023-04-07T02:44:35.712Z] Vendor ID: AuthenticAMD [2023-04-07T02:44:35.712Z] CPU family: 23 [2023-04-07T02:44:35.712Z] Model: 49 [2023-04-07T02:44:35.712Z] Model name: AMD EPYC-Rome Processor [2023-04-07T02:44:35.712Z] Stepping: 0 [2023-04-07T02:44:35.712Z] CPU MHz: 2800.000 [2023-04-07T02:44:35.712Z] BogoMIPS: 5600.00 [2023-04-07T02:44:35.712Z] Virtualization: AMD-V [2023-04-07T02:44:35.712Z] Hypervisor vendor: KVM [2023-04-07T02:44:35.712Z] Virtualization type: full [2023-04-07T02:44:35.712Z] L1d cache: 256 KiB [2023-04-07T02:44:35.712Z] L1i cache: 256 KiB [2023-04-07T02:44:35.712Z] L2 cache: 4 MiB [2023-04-07T02:44:35.712Z] L3 cache: 128 MiB [2023-04-07T02:44:35.712Z] NUMA node0 CPU(s): 0-7 [2023-04-07T02:44:35.712Z] Vulnerability Itlb multihit: Not affected [2023-04-07T02:44:35.712Z] Vulnerability L1tf: Not affected [2023-04-07T02:44:35.712Z] Vulnerability Mds: Not affected [2023-04-07T02:44:35.712Z] Vulnerability Meltdown: Not affected [2023-04-07T02:44:35.712Z] Vulnerability Mmio stale data: Not affected [2023-04-07T02:44:35.712Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-04-07T02:44:35.712Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-04-07T02:44:35.712Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-04-07T02:44:35.712Z] Vulnerability Srbds: Not affected [2023-04-07T02:44:35.712Z] Vulnerability Tsx async abort: Not affected [2023-04-07T02:44:35.712Z] 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-04-07T02:44:35.712Z] [2023-04-07T02:44:35.712Z] [2023-04-07T02:44:35.712Z] ---> nproc: [2023-04-07T02:44:35.712Z] 8 [2023-04-07T02:44:35.712Z] [2023-04-07T02:44:35.712Z] [2023-04-07T02:44:35.712Z] ---> df -h: [2023-04-07T02:44:35.712Z] Filesystem Size Used Avail Use% Mounted on [2023-04-07T02:44:35.712Z] overlay 155G 13G 143G 9% / [2023-04-07T02:44:35.712Z] tmpfs 64M 0 64M 0% /dev [2023-04-07T02:44:35.712Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-04-07T02:44:35.712Z] shm 64M 0 64M 0% /dev/shm [2023-04-07T02:44:35.712Z] /dev/vda1 155G 13G 143G 9% /facter-os [2023-04-07T02:44:35.712Z] [2023-04-07T02:44:35.712Z]