Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 92bd9c00148e5243a860f84a1cf80326c22a5698 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-ssh6493127079506252101.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh14402842847151755050.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-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-ssh6904087756077756587.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh13523928418275604632.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-ssh7571943190729568160.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.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-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-121221 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 92bd9c00148e5243a860f84a1cf80326c22a5698 (main) Commit message: "Merge pull request #230 from ejlee3/v3" > 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 92bd9c00148e5243a860f84a1cf80326c22a5698 # timeout=10 > git rev-list --no-walk ea2635875d50d8674d03123d64d8d0373faddc1b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-12-14T16:43:01.652Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-12-14T16:43:01.708Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-12-14T16:43:01.721Z] ========================================================= [2022-12-14T16:43:01.721Z] EdgeX Global Pipelines Version Info [2022-12-14T16:43:01.721Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-12-14T16:43:02.435Z] ------------------- [2022-12-14T16:43:02.435Z] stable info: [2022-12-14T16:43:02.435Z] ------------------- [2022-12-14T16:43:02.435Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-12-14T16:43:02.435Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2022-12-14T16:43:02.435Z] Message: update stable to v1.0.244 [2022-12-14T16:43:03.005Z] ------------------- [2022-12-14T16:43:03.005Z] experimental info: [2022-12-14T16:43:03.005Z] ------------------- [2022-12-14T16:43:03.005Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-12-14T16:43:03.005Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2022-12-14T16:43:03.005Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-12-14T16:43:03.160Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2022-12-14T16:43:03.169Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2022-12-14T16:43:03.177Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-12-14T16:43:03.185Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-12-14T16:43:03.193Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-12-14T16:43:03.201Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-12-14T16:43:03.209Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-12-14T16:43:03.217Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-12-14T16:43:03.225Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-12-14T16:43:03.233Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-12-14T16:43:03.241Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-12-14T16:43:03.249Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo [2022-12-14T16:43:03.257Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-12-14T16:43:03.265Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-12-14T16:43:03.279Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-12-14T16:43:03.290Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-12-14T16:43:03.301Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-12-14T16:43:03.312Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-12-14T16:43:03.323Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-12-14T16:43:03.336Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-12-14T16:43:03.347Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-12-14T16:43:03.359Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-12-14T16:43:03.372Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-12-14T16:43:03.383Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-12-14T16:43:03.394Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-12-14T16:43:03.404Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-12-14T16:43:03.415Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-12-14T16:43:03.429Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2022-12-14T16:43:03.441Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2022-12-14T16:43:03.457Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2022-12-14T16:43:03.474Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 92bd9c00148e5243a860f84a1cf80326c22a5698 [Pipeline] echo [2022-12-14T16:43:03.483Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 92bd9c0 [Pipeline] echo [2022-12-14T16:43:03.506Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-12-14T16:43:03.554Z] provisioning config files... [2022-12-14T16:43:03.568Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config1219025830751827087tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-12-14T16:43:03.871Z] ---> docker-login.sh [2022-12-14T16:43:03.871Z] nexus3.edgexfoundry.org:10001 [2022-12-14T16:43:04.132Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-14T16:43:04.132Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-14T16:43:04.132Z] Configure a credential helper to remove this warning. See [2022-12-14T16:43:04.132Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-14T16:43:04.132Z] [2022-12-14T16:43:04.132Z] Login Succeeded [2022-12-14T16:43:04.132Z] nexus3.edgexfoundry.org:10002 [2022-12-14T16:43:04.132Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-14T16:43:04.393Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-14T16:43:04.393Z] Configure a credential helper to remove this warning. See [2022-12-14T16:43:04.393Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-14T16:43:04.393Z] [2022-12-14T16:43:04.393Z] Login Succeeded [2022-12-14T16:43:04.393Z] nexus3.edgexfoundry.org:10003 [2022-12-14T16:43:04.393Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-14T16:43:04.393Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-14T16:43:04.393Z] Configure a credential helper to remove this warning. See [2022-12-14T16:43:04.393Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-14T16:43:04.393Z] [2022-12-14T16:43:04.393Z] Login Succeeded [2022-12-14T16:43:04.393Z] nexus3.edgexfoundry.org:10004 [2022-12-14T16:43:04.393Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-14T16:43:04.654Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-14T16:43:04.654Z] Configure a credential helper to remove this warning. See [2022-12-14T16:43:04.654Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-14T16:43:04.654Z] [2022-12-14T16:43:04.654Z] Login Succeeded [2022-12-14T16:43:04.654Z] docker.io [2022-12-14T16:43:04.654Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-14T16:43:04.915Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-14T16:43:04.915Z] Configure a credential helper to remove this warning. See [2022-12-14T16:43:04.915Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-14T16:43:04.915Z] [2022-12-14T16:43:04.915Z] Login Succeeded [2022-12-14T16:43:04.915Z] ---> docker-login.sh ends [Pipeline] } [2022-12-14T16:43:04.925Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-12-14T16:43:05.307Z] + git rev-list -1 --merges 92bd9c00148e5243a860f84a1cf80326c22a5698~1..92bd9c00148e5243a860f84a1cf80326c22a5698 [Pipeline] echo [2022-12-14T16:43:05.338Z] -----------> git rev-list -1 --merges 92bd9c00148e5243a860f84a1cf80326c22a5698~1..92bd9c00148e5243a860f84a1cf80326c22a5698 92bd9c00148e5243a860f84a1cf80326c22a5698 [2022-12-14T16:43:05.338Z] 92bd9c00148e5243a860f84a1cf80326c22a5698 [false] [Pipeline] sh [2022-12-14T16:43:05.632Z] + git log --format=format:%s -1 92bd9c00148e5243a860f84a1cf80326c22a5698 [Pipeline] echo [2022-12-14T16:43:05.651Z] ========================================================= [2022-12-14T16:43:05.651Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-12-14T16:43:05.651Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-12-14T16:43:05.969Z] + git log --format=format:%s -1 92bd9c00148e5243a860f84a1cf80326c22a5698 [Pipeline] echo [2022-12-14T16:43:05.979Z] [semverPrep] GIT_COMMIT: 92bd9c00148e5243a860f84a1cf80326c22a5698, Commit Message: Merge pull request #230 from ejlee3/v3 [Pipeline] echo [2022-12-14T16:43:05.989Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-12-14T16:43:06.331Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-12-14T16:43:06.332Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-12-14T16:43:06.332Z] + [ -e /tmp/ssh_known_hosts ] [2022-12-14T16:43:06.332Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-12-14T16:43:06.332Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-12-14T16:43:06.332Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-12-14T16:43:06.332Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T16:43:06.686Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-12-14T16:43:06.686Z] [2022-12-14T16:43:06.686Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T16:43:06.988Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-12-14T16:43:06.988Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-12-14T16:43:06.988Z] b85a868b505f: Pulling fs layer [2022-12-14T16:43:06.988Z] e2be974225ed: Pulling fs layer [2022-12-14T16:43:06.988Z] 339a4e72a1f5: Pulling fs layer [2022-12-14T16:43:06.988Z] 988bab9f4d93: Pulling fs layer [2022-12-14T16:43:06.988Z] 1469e6f7b9e6: Pulling fs layer [2022-12-14T16:43:06.988Z] eaf3925da568: Pulling fs layer [2022-12-14T16:43:06.988Z] bab4dde63d76: Pulling fs layer [2022-12-14T16:43:06.988Z] bde34c3a00c8: Pulling fs layer [2022-12-14T16:43:06.988Z] b352a97aabf1: Pulling fs layer [2022-12-14T16:43:06.988Z] 4872d77fe225: Pulling fs layer [2022-12-14T16:43:06.988Z] 5851b861e8e6: Pulling fs layer [2022-12-14T16:43:06.988Z] bab4dde63d76: Waiting [2022-12-14T16:43:06.988Z] bde34c3a00c8: Waiting [2022-12-14T16:43:06.988Z] b352a97aabf1: Waiting [2022-12-14T16:43:06.988Z] 4872d77fe225: Waiting [2022-12-14T16:43:06.988Z] 5851b861e8e6: Waiting [2022-12-14T16:43:06.988Z] eaf3925da568: Waiting [2022-12-14T16:43:06.988Z] 988bab9f4d93: Waiting [2022-12-14T16:43:06.988Z] 1469e6f7b9e6: Waiting [2022-12-14T16:43:06.988Z] e2be974225ed: Download complete [2022-12-14T16:43:06.988Z] 988bab9f4d93: Verifying Checksum [2022-12-14T16:43:06.988Z] 988bab9f4d93: Download complete [2022-12-14T16:43:07.248Z] 1469e6f7b9e6: Verifying Checksum [2022-12-14T16:43:07.248Z] 1469e6f7b9e6: Download complete [2022-12-14T16:43:07.248Z] eaf3925da568: Download complete [2022-12-14T16:43:07.248Z] 339a4e72a1f5: Verifying Checksum [2022-12-14T16:43:07.248Z] 339a4e72a1f5: Download complete [2022-12-14T16:43:07.248Z] bde34c3a00c8: Download complete [2022-12-14T16:43:07.248Z] b352a97aabf1: Verifying Checksum [2022-12-14T16:43:07.248Z] b352a97aabf1: Download complete [2022-12-14T16:43:07.248Z] 4872d77fe225: Verifying Checksum [2022-12-14T16:43:07.248Z] 4872d77fe225: Download complete [2022-12-14T16:43:07.248Z] 5851b861e8e6: Verifying Checksum [2022-12-14T16:43:07.248Z] 5851b861e8e6: Download complete [2022-12-14T16:43:07.248Z] b85a868b505f: Verifying Checksum [2022-12-14T16:43:07.248Z] b85a868b505f: Download complete [2022-12-14T16:43:07.506Z] bab4dde63d76: Verifying Checksum [2022-12-14T16:43:07.506Z] bab4dde63d76: Download complete [2022-12-14T16:43:08.954Z] b85a868b505f: Pull complete [2022-12-14T16:43:08.954Z] e2be974225ed: Pull complete [2022-12-14T16:43:09.214Z] 339a4e72a1f5: Pull complete [2022-12-14T16:43:09.474Z] 988bab9f4d93: Pull complete [2022-12-14T16:43:09.733Z] 1469e6f7b9e6: Pull complete [2022-12-14T16:43:09.733Z] eaf3925da568: Pull complete [2022-12-14T16:43:11.640Z] bab4dde63d76: Pull complete [2022-12-14T16:43:11.640Z] bde34c3a00c8: Pull complete [2022-12-14T16:43:11.899Z] b352a97aabf1: Pull complete [2022-12-14T16:43:11.899Z] 4872d77fe225: Pull complete [2022-12-14T16:43:11.899Z] 5851b861e8e6: Pull complete [2022-12-14T16:43:11.899Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-12-14T16:43:11.899Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-12-14T16:43:12.159Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-14T16:43:12.254Z] prd-ubuntu20.04-docker-8c-8g-121221 does not seem to be running inside a container [2022-12-14T16:43:12.291Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-12-14T16:43:16.269Z] $ docker top 48aa0cdb6d7c2a537192e35da834ec69030b710078f3181a2630bfeb2ce06769 -eo pid,comm [2022-12-14T16:43:16.325Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2022-12-14T16:43:16.325Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-12-14T16:43:16.350Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-12-14T16:43:16.350Z] [ssh-agent] Looking for ssh-agent implementation... [2022-12-14T16:43:16.464Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-12-14T16:43:16.471Z] $ docker exec 48aa0cdb6d7c2a537192e35da834ec69030b710078f3181a2630bfeb2ce06769 ssh-agent [2022-12-14T16:43:16.574Z] SSH_AUTH_SOCK=/tmp/ssh-6dJFuBsgtG9I/agent.32 [2022-12-14T16:43:16.574Z] SSH_AGENT_PID=38 [2022-12-14T16:43:16.583Z] Running ssh-add (command line suppressed) [2022-12-14T16:43:16.685Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_1099270582924902546.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_1099270582924902546.key) [2022-12-14T16:43:16.695Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-12-14T16:43:16.979Z] + git tag --points-at HEAD [Pipeline] } [2022-12-14T16:43:16.998Z] $ docker exec --env ******** --env ******** 48aa0cdb6d7c2a537192e35da834ec69030b710078f3181a2630bfeb2ce06769 ssh-agent -k [2022-12-14T16:43:17.109Z] unset SSH_AUTH_SOCK; [2022-12-14T16:43:17.110Z] unset SSH_AGENT_PID; [2022-12-14T16:43:17.110Z] echo Agent pid 38 killed; [2022-12-14T16:43:17.120Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-12-14T16:43:17.149Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-12-14T16:43:17.149Z] [ssh-agent] Looking for ssh-agent implementation... [2022-12-14T16:43:17.263Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-12-14T16:43:17.268Z] $ docker exec 48aa0cdb6d7c2a537192e35da834ec69030b710078f3181a2630bfeb2ce06769 ssh-agent [2022-12-14T16:43:17.391Z] SSH_AUTH_SOCK=/tmp/ssh-taMlN2GysRTR/agent.70 [2022-12-14T16:43:17.391Z] SSH_AGENT_PID=76 [2022-12-14T16:43:17.396Z] Running ssh-add (command line suppressed) [2022-12-14T16:43:17.496Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_4636804198802445938.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_4636804198802445938.key) [2022-12-14T16:43:17.508Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-12-14T16:43:17.795Z] + git semver init [2022-12-14T16:43:18.054Z] 2022-12-14 16:43:17,983 [run_init] DEBUG init version:0.0.0 force:False [2022-12-14T16:43:18.054Z] 2022-12-14 16:43:17,983 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-rest-go_main/.semver [2022-12-14T16:43:18.054Z] 2022-12-14 16:43:17,984 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/edgexfoundry_device-rest-go_main/.semver [2022-12-14T16:43:18.055Z] 2022-12-14 16:43:17,984 [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) [2022-12-14T16:43:19.435Z] 2022-12-14 16:43:19,057 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-rest-go_main/.git/info/exclude [2022-12-14T16:43:19.435Z] 2022-12-14 16:43:19,058 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:False [2022-12-14T16:43:19.435Z] 2022-12-14 16:43:19,058 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2022-12-14T16:43:19.435Z] 2022-12-14 16:43:19,059 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2022-12-14T16:43:19.435Z] 3.0.0-dev.1 [Pipeline] } [2022-12-14T16:43:19.448Z] $ docker exec --env ******** --env ******** 48aa0cdb6d7c2a537192e35da834ec69030b710078f3181a2630bfeb2ce06769 ssh-agent -k [2022-12-14T16:43:19.576Z] unset SSH_AUTH_SOCK; [2022-12-14T16:43:19.578Z] unset SSH_AGENT_PID; [2022-12-14T16:43:19.578Z] echo Agent pid 76 killed; [2022-12-14T16:43:19.588Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-12-14T16:43:19.895Z] + git semver [Pipeline] } [2022-12-14T16:43:20.171Z] $ docker stop --time=1 48aa0cdb6d7c2a537192e35da834ec69030b710078f3181a2630bfeb2ce06769 [2022-12-14T16:43:21.484Z] $ docker rm -f 48aa0cdb6d7c2a537192e35da834ec69030b710078f3181a2630bfeb2ce06769 [Pipeline] // withDockerContainer [Pipeline] sh [2022-12-14T16:43:21.819Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-12-14T16:43:22.029Z] Stashed 1 file(s) [Pipeline] echo [2022-12-14T16:43:22.032Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-12-14T16:43:22.158Z] provisioning config files... [2022-12-14T16:43:22.166Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config3714796996565851500tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-12-14T16:43:22.456Z] ---> docker-login.sh [2022-12-14T16:43:22.456Z] nexus3.edgexfoundry.org:10001 [2022-12-14T16:43:22.456Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-14T16:43:22.456Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-14T16:43:22.457Z] Configure a credential helper to remove this warning. See [2022-12-14T16:43:22.457Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-14T16:43:22.457Z] [2022-12-14T16:43:22.457Z] Login Succeeded [2022-12-14T16:43:22.457Z] nexus3.edgexfoundry.org:10002 [2022-12-14T16:43:22.715Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-14T16:43:22.715Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-14T16:43:22.715Z] Configure a credential helper to remove this warning. See [2022-12-14T16:43:22.715Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-14T16:43:22.715Z] [2022-12-14T16:43:22.715Z] Login Succeeded [2022-12-14T16:43:22.715Z] nexus3.edgexfoundry.org:10003 [2022-12-14T16:43:22.715Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-14T16:43:22.715Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-14T16:43:22.715Z] Configure a credential helper to remove this warning. See [2022-12-14T16:43:22.715Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-14T16:43:22.715Z] [2022-12-14T16:43:22.715Z] Login Succeeded [2022-12-14T16:43:22.715Z] nexus3.edgexfoundry.org:10004 [2022-12-14T16:43:22.973Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-14T16:43:22.973Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-14T16:43:22.973Z] Configure a credential helper to remove this warning. See [2022-12-14T16:43:22.973Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-14T16:43:22.973Z] [2022-12-14T16:43:22.973Z] Login Succeeded [2022-12-14T16:43:22.973Z] docker.io [2022-12-14T16:43:22.973Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-14T16:43:23.232Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-14T16:43:23.232Z] Configure a credential helper to remove this warning. See [2022-12-14T16:43:23.232Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-14T16:43:23.232Z] [2022-12-14T16:43:23.232Z] Login Succeeded [2022-12-14T16:43:23.232Z] ---> docker-login.sh ends [Pipeline] } [2022-12-14T16:43:23.240Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-12-14T16:43:23.296Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-12-14T16:43:23.308Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-12-14T16:43:23.316Z] ========================================================= [2022-12-14T16:43:23.316Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-12-14T16:43:23.316Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T16:43:23.625Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2022-12-14T16:43:23.625Z] Sending build context to Docker daemon 10.77MB [2022-12-14T16:43:23.625Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2022-12-14T16:43:23.625Z] Step 2/12 : FROM ${BASE} AS builder [2022-12-14T16:43:23.625Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-12-14T16:43:23.625Z] 213ec9aee27d: Pulling fs layer [2022-12-14T16:43:23.625Z] 4583459ba037: Pulling fs layer [2022-12-14T16:43:23.625Z] 93c1e223e6f2: Pulling fs layer [2022-12-14T16:43:23.625Z] 53926ce57604: Pulling fs layer [2022-12-14T16:43:23.625Z] 21b2b0c7a3f4: Pulling fs layer [2022-12-14T16:43:23.625Z] 22ff95d597cd: Pulling fs layer [2022-12-14T16:43:23.625Z] 12d6caf4c0d1: Pulling fs layer [2022-12-14T16:43:23.625Z] 96b7cbca73a9: Pulling fs layer [2022-12-14T16:43:23.625Z] a7acece74701: Pulling fs layer [2022-12-14T16:43:23.625Z] 22ff95d597cd: Waiting [2022-12-14T16:43:23.625Z] 12d6caf4c0d1: Waiting [2022-12-14T16:43:23.625Z] 96b7cbca73a9: Waiting [2022-12-14T16:43:23.625Z] 53926ce57604: Waiting [2022-12-14T16:43:23.625Z] a7acece74701: Waiting [2022-12-14T16:43:23.625Z] 21b2b0c7a3f4: Waiting [2022-12-14T16:43:23.625Z] 93c1e223e6f2: Verifying Checksum [2022-12-14T16:43:23.625Z] 93c1e223e6f2: Download complete [2022-12-14T16:43:23.625Z] 4583459ba037: Verifying Checksum [2022-12-14T16:43:23.625Z] 4583459ba037: Download complete [2022-12-14T16:43:23.888Z] 21b2b0c7a3f4: Verifying Checksum [2022-12-14T16:43:23.888Z] 21b2b0c7a3f4: Download complete [2022-12-14T16:43:23.888Z] 22ff95d597cd: Download complete [2022-12-14T16:43:23.888Z] 213ec9aee27d: Verifying Checksum [2022-12-14T16:43:23.888Z] 213ec9aee27d: Download complete [2022-12-14T16:43:23.888Z] 12d6caf4c0d1: Download complete [2022-12-14T16:43:23.888Z] 213ec9aee27d: Pull complete [2022-12-14T16:43:24.154Z] 4583459ba037: Pull complete [2022-12-14T16:43:24.155Z] 93c1e223e6f2: Pull complete [2022-12-14T16:43:24.416Z] a7acece74701: Verifying Checksum [2022-12-14T16:43:24.416Z] a7acece74701: Download complete [2022-12-14T16:43:24.416Z] 96b7cbca73a9: Verifying Checksum [2022-12-14T16:43:24.416Z] 96b7cbca73a9: Download complete [2022-12-14T16:43:24.674Z] 53926ce57604: Verifying Checksum [2022-12-14T16:43:24.674Z] 53926ce57604: Download complete [2022-12-14T16:43:28.898Z] 53926ce57604: Pull complete [2022-12-14T16:43:28.898Z] 21b2b0c7a3f4: Pull complete [2022-12-14T16:43:28.898Z] 22ff95d597cd: Pull complete [2022-12-14T16:43:28.898Z] 12d6caf4c0d1: Pull complete [2022-12-14T16:43:31.426Z] 96b7cbca73a9: Pull complete [2022-12-14T16:43:31.684Z] a7acece74701: Pull complete [2022-12-14T16:43:31.684Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2022-12-14T16:43:31.684Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-12-14T16:43:31.684Z] ---> db6d94c90886 [2022-12-14T16:43:31.684Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2022-12-14T16:43:36.960Z] ---> Running in 3d3b94ad7855 [2022-12-14T16:43:37.123Z] Still waiting to schedule task [2022-12-14T16:43:37.123Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-121218’ [2022-12-14T16:43:37.218Z] Removing intermediate container 3d3b94ad7855 [2022-12-14T16:43:37.218Z] ---> a7fb278cfdff [2022-12-14T16:43:37.218Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-12-14T16:43:37.218Z] ---> Running in b3367bb61e78 [2022-12-14T16:43:37.218Z] Removing intermediate container b3367bb61e78 [2022-12-14T16:43:37.218Z] ---> 77ea2223f630 [2022-12-14T16:43:37.218Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-12-14T16:43:37.218Z] ---> Running in 1fb8194969fd [2022-12-14T16:43:37.476Z] Removing intermediate container 1fb8194969fd [2022-12-14T16:43:37.476Z] ---> 91040dec8340 [2022-12-14T16:43:37.476Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2022-12-14T16:43:37.476Z] ---> Running in 50853a7a9430 [2022-12-14T16:43:37.476Z] Removing intermediate container 50853a7a9430 [2022-12-14T16:43:37.476Z] ---> 2531f35197ea [2022-12-14T16:43:37.476Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-12-14T16:43:37.476Z] ---> Running in ff6346f5477b [2022-12-14T16:43:37.734Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-12-14T16:43:37.992Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-12-14T16:43:38.250Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2022-12-14T16:43:38.250Z] (2/4) Installing libedit (20210910.3.1-r0) [2022-12-14T16:43:38.250Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2022-12-14T16:43:38.250Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2022-12-14T16:43:38.250Z] Executing busybox-1.35.0-r17.trigger [2022-12-14T16:43:38.250Z] OK: 216 MiB in 55 packages [2022-12-14T16:43:38.829Z] Removing intermediate container ff6346f5477b [2022-12-14T16:43:38.829Z] ---> a588a561fbc6 [2022-12-14T16:43:38.829Z] Step 8/12 : WORKDIR /device-rest-go [2022-12-14T16:43:38.829Z] ---> Running in 4b3f5091080f [2022-12-14T16:43:39.087Z] Removing intermediate container 4b3f5091080f [2022-12-14T16:43:39.087Z] ---> 99e9d265dec4 [2022-12-14T16:43:39.087Z] Step 9/12 : COPY go.mod vendor* ./ [2022-12-14T16:43:39.087Z] ---> ebfbb500fe8c [2022-12-14T16:43:39.087Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-12-14T16:43:39.087Z] ---> Running in 567b017b68df [2022-12-14T16:44:01.150Z] Removing intermediate container 567b017b68df [2022-12-14T16:44:01.150Z] ---> 04f24a308f1a [2022-12-14T16:44:01.150Z] Step 11/12 : COPY . . [2022-12-14T16:44:01.150Z] ---> 7ed9573c7e23 [2022-12-14T16:44:01.150Z] Step 12/12 : RUN $MAKE [2022-12-14T16:44:01.150Z] ---> Running in 8bbe98f30003 [2022-12-14T16:44:01.150Z] noop [2022-12-14T16:44:01.409Z] Removing intermediate container 8bbe98f30003 [2022-12-14T16:44:01.409Z] ---> 4edbed879b01 [2022-12-14T16:44:01.409Z] Successfully built 4edbed879b01 [2022-12-14T16:44:01.409Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T16:44:01.709Z] + docker inspect -f . ci-base-image-x86_64 [2022-12-14T16:44:01.709Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-14T16:44:01.775Z] prd-ubuntu20.04-docker-8c-8g-121221 does not seem to be running inside a container [2022-12-14T16:44:01.809Z] $ 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 ******** -e ******** ci-base-image-x86_64 cat [2022-12-14T16:44:02.162Z] $ docker top 28131005c54e7e85f3d2216b6d1b75514446fac51e2c78b649b51bd06cf159a6 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-12-14T16:44:02.500Z] + go version [2022-12-14T16:44:02.500Z] go version go1.18.7 linux/amd64 [Pipeline] } [2022-12-14T16:44:02.515Z] $ docker stop --time=1 28131005c54e7e85f3d2216b6d1b75514446fac51e2c78b649b51bd06cf159a6 [2022-12-14T16:44:03.777Z] $ docker rm -f 28131005c54e7e85f3d2216b6d1b75514446fac51e2c78b649b51bd06cf159a6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T16:44:04.180Z] + docker inspect -f . ci-base-image-x86_64 [2022-12-14T16:44:04.180Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-14T16:44:04.250Z] prd-ubuntu20.04-docker-8c-8g-121221 does not seem to be running inside a container [2022-12-14T16:44:04.281Z] $ 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 ******** -e ******** ci-base-image-x86_64 cat [2022-12-14T16:44:04.608Z] $ docker top 21d68e57acc0f09b8bc315bc55217c8e9e09e953b68e9e74795de01983fe78e3 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-12-14T16:44:04.953Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] fileExists [Pipeline] sh [2022-12-14T16:44:05.248Z] + make test [2022-12-14T16:44:05.248Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2022-12-14T16:44:05.507Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2022-12-14T16:44:15.473Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2022-12-14T16:44:15.473Z] ok github.com/edgexfoundry/device-rest-go/driver 0.016s coverage: 55.2% of statements [2022-12-14T16:44:22.075Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2022-12-14T16:44:22.075Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-12-14T16:44:25.359Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-12-14T16:44:25.359Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-12-14T16:44:25.359Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-12-14T16:44:25.371Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-12-14T16:44:25.385Z] $ docker stop --time=1 21d68e57acc0f09b8bc315bc55217c8e9e09e953b68e9e74795de01983fe78e3 [2022-12-14T16:44:27.920Z] $ docker rm -f 21d68e57acc0f09b8bc315bc55217c8e9e09e953b68e9e74795de01983fe78e3 [Pipeline] // withDockerContainer [Pipeline] sh [2022-12-14T16:44:28.347Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-12-14T16:44:28.395Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-12-14T16:44:28.811Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-12-14T16:44:29.097Z] + ls -al . [2022-12-14T16:44:29.097Z] total 188 [2022-12-14T16:44:29.097Z] drwxrwxr-x 9 jenkins jenkins 4096 Dec 14 16:44 . [2022-12-14T16:44:29.097Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 14 16:42 .. [2022-12-14T16:44:29.097Z] -rw-rw-r-- 1 jenkins jenkins 151 Dec 14 16:43 .dockerignore [2022-12-14T16:44:29.097Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 14 16:44 .git [2022-12-14T16:44:29.097Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 14 16:43 .github [2022-12-14T16:44:29.097Z] -rw-rw-r-- 1 jenkins jenkins 329 Dec 14 16:43 .gitignore [2022-12-14T16:44:29.097Z] -rw-rw-r-- 1 jenkins jenkins 41 Dec 14 16:43 .golangci.yml [2022-12-14T16:44:29.097Z] drwxr-xr-x 3 jenkins jenkins 4096 Dec 14 16:43 .semver [2022-12-14T16:44:29.097Z] -rw-rw-r-- 1 jenkins jenkins 9100 Dec 14 16:43 Attribution.txt [2022-12-14T16:44:29.097Z] -rw-rw-r-- 1 jenkins jenkins 13085 Dec 14 16:43 CHANGELOG.md [2022-12-14T16:44:29.097Z] -rw-rw-r-- 1 jenkins jenkins 1641 Dec 14 16:43 Dockerfile [2022-12-14T16:44:29.097Z] -rw-rw-r-- 1 jenkins jenkins 677 Dec 14 16:43 GOVERNANCE.md [2022-12-14T16:44:29.097Z] -rw-rw-r-- 1 jenkins jenkins 680 Dec 14 16:43 Jenkinsfile [2022-12-14T16:44:29.097Z] -rw-rw-r-- 1 jenkins jenkins 11340 Dec 14 16:43 LICENSE [2022-12-14T16:44:29.097Z] -rw-rw-r-- 1 jenkins jenkins 2173 Dec 14 16:43 Makefile [2022-12-14T16:44:29.097Z] -rw-rw-r-- 1 jenkins jenkins 620 Dec 14 16:43 OWNERS.md [2022-12-14T16:44:29.097Z] -rw-rw-r-- 1 jenkins jenkins 8667 Dec 14 16:43 README.md [2022-12-14T16:44:29.097Z] -rw-rw-r-- 1 jenkins jenkins 11 Dec 14 16:43 VERSION [2022-12-14T16:44:29.097Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 14 16:43 bin [2022-12-14T16:44:29.097Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 14 16:43 cmd [2022-12-14T16:44:29.097Z] -rw-r--r-- 1 jenkins jenkins 9355 Dec 14 16:44 coverage.out [2022-12-14T16:44:29.097Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 14 16:43 driver [2022-12-14T16:44:29.097Z] -rw-rw-r-- 1 jenkins jenkins 3488 Dec 14 16:43 go.mod [2022-12-14T16:44:29.098Z] -rw-rw-r-- 1 jenkins jenkins 45013 Dec 14 16:43 go.sum [2022-12-14T16:44:29.098Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 14 16:43 snap [2022-12-14T16:44:29.098Z] -rw-rw-r-- 1 jenkins jenkins 713 Dec 14 16:43 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T16:44:29.419Z] + 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=92bd9c00148e5243a860f84a1cf80326c22a5698 --label arch=amd64 --label version=3.0.0-dev.1 . [2022-12-14T16:44:29.419Z] Sending build context to Docker daemon 10.78MB [2022-12-14T16:44:29.419Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2022-12-14T16:44:29.419Z] Step 2/25 : FROM ${BASE} AS builder [2022-12-14T16:44:29.419Z] ---> 4edbed879b01 [2022-12-14T16:44:29.419Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2022-12-14T16:44:29.677Z] ---> Running in b8b20faab056 [2022-12-14T16:44:29.677Z] Removing intermediate container b8b20faab056 [2022-12-14T16:44:29.677Z] ---> 62b2f34f9121 [2022-12-14T16:44:29.677Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-12-14T16:44:29.677Z] ---> Running in 23244cf45223 [2022-12-14T16:44:29.677Z] Removing intermediate container 23244cf45223 [2022-12-14T16:44:29.677Z] ---> 277b64d41e46 [2022-12-14T16:44:29.677Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-12-14T16:44:29.677Z] ---> Running in 8ab00368f413 [2022-12-14T16:44:29.936Z] Removing intermediate container 8ab00368f413 [2022-12-14T16:44:29.936Z] ---> dce300b15225 [2022-12-14T16:44:29.936Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2022-12-14T16:44:29.936Z] ---> Running in f36b1467d854 [2022-12-14T16:44:29.936Z] Removing intermediate container f36b1467d854 [2022-12-14T16:44:29.936Z] ---> 95fbeaaa7ecb [2022-12-14T16:44:29.936Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-12-14T16:44:29.936Z] ---> Running in cdb2702bb4e6 [2022-12-14T16:44:30.196Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-12-14T16:44:30.456Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-12-14T16:44:30.715Z] OK: 216 MiB in 55 packages [2022-12-14T16:44:30.974Z] Removing intermediate container cdb2702bb4e6 [2022-12-14T16:44:30.974Z] ---> e84abcabaf11 [2022-12-14T16:44:30.974Z] Step 8/25 : WORKDIR /device-rest-go [2022-12-14T16:44:30.974Z] ---> Running in f7ae6d2a1aef [2022-12-14T16:44:30.974Z] Removing intermediate container f7ae6d2a1aef [2022-12-14T16:44:30.974Z] ---> 1027e2f0c965 [2022-12-14T16:44:30.974Z] Step 9/25 : COPY go.mod vendor* ./ [2022-12-14T16:44:30.974Z] ---> c528aa9504b3 [2022-12-14T16:44:30.974Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-12-14T16:44:31.233Z] ---> Running in a10bf5f2039b [2022-12-14T16:44:32.002Z] Removing intermediate container a10bf5f2039b [2022-12-14T16:44:32.002Z] ---> 25fe468ea652 [2022-12-14T16:44:32.002Z] Step 11/25 : COPY . . [2022-12-14T16:44:32.261Z] ---> 8a172398b398 [2022-12-14T16:44:32.261Z] Step 12/25 : RUN $MAKE [2022-12-14T16:44:32.261Z] ---> Running in 29adb7803ea3 [2022-12-14T16:44:32.520Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-rest-go.Version=3.0.0-dev.1" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd [2022-12-14T16:44:54.454Z] Removing intermediate container 29adb7803ea3 [2022-12-14T16:44:54.454Z] ---> c67f22e5066a [2022-12-14T16:44:54.454Z] Step 13/25 : FROM alpine:3.16 [2022-12-14T16:44:54.454Z] 3.16: Pulling from library/alpine [2022-12-14T16:44:54.454Z] ca7dd9ec2225: Pulling fs layer [2022-12-14T16:44:54.454Z] ca7dd9ec2225: Verifying Checksum [2022-12-14T16:44:54.454Z] ca7dd9ec2225: Download complete [2022-12-14T16:44:54.454Z] ca7dd9ec2225: Pull complete [2022-12-14T16:44:54.454Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2022-12-14T16:44:54.454Z] Status: Downloaded newer image for alpine:3.16 [2022-12-14T16:44:54.454Z] ---> bfe296a52501 [2022-12-14T16:44:54.454Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-12-14T16:44:54.454Z] ---> Running in 95a3977fc347 [2022-12-14T16:44:54.454Z] Removing intermediate container 95a3977fc347 [2022-12-14T16:44:54.454Z] ---> 67f3638c9f55 [2022-12-14T16:44:54.454Z] Step 15/25 : LABEL Name=device-rest-go Version=${VERSION} [2022-12-14T16:44:54.454Z] ---> Running in 8224387bf8f3 [2022-12-14T16:44:54.454Z] Removing intermediate container 8224387bf8f3 [2022-12-14T16:44:54.454Z] ---> 60aeb588254f [2022-12-14T16:44:54.454Z] Step 16/25 : RUN apk add --update --no-cache zeromq dumb-init [2022-12-14T16:44:54.454Z] ---> Running in 61172395b642 [2022-12-14T16:44:54.454Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-12-14T16:44:54.454Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-12-14T16:44:54.454Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-12-14T16:44:54.454Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-12-14T16:44:54.454Z] (3/6) Installing libsodium (1.0.18-r0) [2022-12-14T16:44:54.454Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-12-14T16:44:54.454Z] (5/6) Installing libzmq (4.3.4-r0) [2022-12-14T16:44:54.454Z] (6/6) Installing zeromq (4.3.4-r0) [2022-12-14T16:44:54.454Z] Executing busybox-1.35.0-r17.trigger [2022-12-14T16:44:54.454Z] OK: 8 MiB in 20 packages [2022-12-14T16:44:54.454Z] Removing intermediate container 61172395b642 [2022-12-14T16:44:54.454Z] ---> f1379e6367b8 [2022-12-14T16:44:54.454Z] Step 17/25 : COPY --from=builder /device-rest-go/cmd / [2022-12-14T16:44:55.021Z] ---> 24f005f3fef8 [2022-12-14T16:44:55.021Z] Step 18/25 : COPY --from=builder /device-rest-go/LICENSE / [2022-12-14T16:44:55.278Z] ---> ed8e54da562c [2022-12-14T16:44:55.278Z] Step 19/25 : COPY --from=builder /device-rest-go/Attribution.txt / [2022-12-14T16:44:55.278Z] ---> 8dd0bf6b8ac7 [2022-12-14T16:44:55.278Z] Step 20/25 : EXPOSE 59986 [2022-12-14T16:44:55.278Z] ---> Running in 75f4732e35ec [2022-12-14T16:44:55.536Z] Removing intermediate container 75f4732e35ec [2022-12-14T16:44:55.536Z] ---> d4ef0193be9a [2022-12-14T16:44:55.536Z] Step 21/25 : ENTRYPOINT ["/device-rest"] [2022-12-14T16:44:55.536Z] ---> Running in 66e1255e9f1f [2022-12-14T16:44:55.536Z] Removing intermediate container 66e1255e9f1f [2022-12-14T16:44:55.536Z] ---> c484921a5410 [2022-12-14T16:44:55.536Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2022-12-14T16:44:55.536Z] ---> Running in b76f3eb92df9 [2022-12-14T16:44:55.536Z] Removing intermediate container b76f3eb92df9 [2022-12-14T16:44:55.536Z] ---> ceeae69e33e9 [2022-12-14T16:44:55.536Z] Step 23/25 : LABEL arch=amd64 [2022-12-14T16:44:55.536Z] ---> Running in 4e0ca1a8c7c8 [2022-12-14T16:44:55.795Z] Removing intermediate container 4e0ca1a8c7c8 [2022-12-14T16:44:55.795Z] ---> 7c9bbaae645a [2022-12-14T16:44:55.795Z] Step 24/25 : LABEL git_sha=92bd9c00148e5243a860f84a1cf80326c22a5698 [2022-12-14T16:44:55.795Z] ---> Running in b4d103beafc5 [2022-12-14T16:44:55.795Z] Removing intermediate container b4d103beafc5 [2022-12-14T16:44:55.795Z] ---> 77a55ef2a3f0 [2022-12-14T16:44:55.795Z] Step 25/25 : LABEL version=3.0.0-dev.1 [2022-12-14T16:44:55.795Z] ---> Running in f0bdeaf5f0f0 [2022-12-14T16:44:55.795Z] Removing intermediate container f0bdeaf5f0f0 [2022-12-14T16:44:55.795Z] ---> eaf430654992 [2022-12-14T16:44:55.795Z] [Warning] One or more build-args [ARCH] were not consumed [2022-12-14T16:44:55.795Z] Successfully built eaf430654992 [2022-12-14T16:44:55.795Z] Successfully tagged device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-12-14T16:44:55.891Z] provisioning config files... [2022-12-14T16:44:55.898Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config2608998982320723822tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-12-14T16:44:56.190Z] ---> docker-login.sh [2022-12-14T16:44:56.190Z] nexus3.edgexfoundry.org:10001 [2022-12-14T16:44:56.190Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-14T16:44:56.190Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-14T16:44:56.190Z] Configure a credential helper to remove this warning. See [2022-12-14T16:44:56.190Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-14T16:44:56.190Z] [2022-12-14T16:44:56.190Z] Login Succeeded [2022-12-14T16:44:56.190Z] nexus3.edgexfoundry.org:10002 [2022-12-14T16:44:56.190Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-14T16:44:56.190Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-14T16:44:56.190Z] Configure a credential helper to remove this warning. See [2022-12-14T16:44:56.190Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-14T16:44:56.190Z] [2022-12-14T16:44:56.190Z] Login Succeeded [2022-12-14T16:44:56.190Z] nexus3.edgexfoundry.org:10003 [2022-12-14T16:44:56.448Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-14T16:44:56.449Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-14T16:44:56.449Z] Configure a credential helper to remove this warning. See [2022-12-14T16:44:56.449Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-14T16:44:56.449Z] [2022-12-14T16:44:56.449Z] Login Succeeded [2022-12-14T16:44:56.449Z] nexus3.edgexfoundry.org:10004 [2022-12-14T16:44:56.449Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-14T16:44:56.449Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-14T16:44:56.449Z] Configure a credential helper to remove this warning. See [2022-12-14T16:44:56.449Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-14T16:44:56.449Z] [2022-12-14T16:44:56.449Z] Login Succeeded [2022-12-14T16:44:56.449Z] docker.io [2022-12-14T16:44:56.707Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-14T16:44:56.707Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-14T16:44:56.707Z] Configure a credential helper to remove this warning. See [2022-12-14T16:44:56.707Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-14T16:44:56.707Z] [2022-12-14T16:44:56.707Z] Login Succeeded [2022-12-14T16:44:56.707Z] ---> docker-login.sh ends [Pipeline] } [2022-12-14T16:44:56.714Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-12-14T16:44:56.737Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-12-14T16:44:56.751Z] [edgeXDocker.push] Tagging docker image device-rest with the following tags: [2022-12-14T16:44:56.751Z] 92bd9c00148e5243a860f84a1cf80326c22a5698 [2022-12-14T16:44:56.751Z] latest [2022-12-14T16:44:56.751Z] 3.0.0-dev.1 [2022-12-14T16:44:56.751Z] 92bd9c00148e5243a860f84a1cf80326c22a5698-3.0.0-dev.1 [2022-12-14T16:44:56.751Z] main [2022-12-14T16:44:56.751Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T16:44:57.120Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:92bd9c00148e5243a860f84a1cf80326c22a5698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T16:44:57.442Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:92bd9c00148e5243a860f84a1cf80326c22a5698 [2022-12-14T16:44:57.442Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2022-12-14T16:44:57.442Z] a5fb5733dddd: Preparing [2022-12-14T16:44:57.442Z] aa81a5a5f91f: Preparing [2022-12-14T16:44:57.442Z] 0d71a41a7794: Preparing [2022-12-14T16:44:57.442Z] c939f6e6aae6: Preparing [2022-12-14T16:44:57.442Z] e5e13b0c77cb: Preparing [2022-12-14T16:44:57.442Z] e5e13b0c77cb: Layer already exists [2022-12-14T16:44:57.442Z] a5fb5733dddd: Pushed [2022-12-14T16:44:57.442Z] aa81a5a5f91f: Pushed [2022-12-14T16:44:57.710Z] c939f6e6aae6: Pushed [2022-12-14T16:45:00.266Z] 0d71a41a7794: Pushed [2022-12-14T16:45:00.266Z] 92bd9c00148e5243a860f84a1cf80326c22a5698: digest: sha256:5a190e9b8d1edbc91f2d6b15b6de03f69ed443475486f3900fddecf6ec4d66b7 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T16:45:00.581Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T16:45:00.885Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:latest [2022-12-14T16:45:00.885Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2022-12-14T16:45:00.885Z] a5fb5733dddd: Preparing [2022-12-14T16:45:00.885Z] aa81a5a5f91f: Preparing [2022-12-14T16:45:00.885Z] 0d71a41a7794: Preparing [2022-12-14T16:45:00.885Z] c939f6e6aae6: Preparing [2022-12-14T16:45:00.885Z] e5e13b0c77cb: Preparing [2022-12-14T16:45:00.885Z] aa81a5a5f91f: Layer already exists [2022-12-14T16:45:00.885Z] a5fb5733dddd: Layer already exists [2022-12-14T16:45:00.885Z] e5e13b0c77cb: Layer already exists [2022-12-14T16:45:00.885Z] 0d71a41a7794: Layer already exists [2022-12-14T16:45:00.885Z] c939f6e6aae6: Layer already exists [2022-12-14T16:45:00.885Z] latest: digest: sha256:5a190e9b8d1edbc91f2d6b15b6de03f69ed443475486f3900fddecf6ec4d66b7 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T16:45:01.187Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:3.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T16:45:01.492Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:3.0.0-dev.1 [2022-12-14T16:45:01.492Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2022-12-14T16:45:01.492Z] a5fb5733dddd: Preparing [2022-12-14T16:45:01.492Z] aa81a5a5f91f: Preparing [2022-12-14T16:45:01.492Z] 0d71a41a7794: Preparing [2022-12-14T16:45:01.492Z] c939f6e6aae6: Preparing [2022-12-14T16:45:01.492Z] e5e13b0c77cb: Preparing [2022-12-14T16:45:01.492Z] a5fb5733dddd: Layer already exists [2022-12-14T16:45:01.492Z] 0d71a41a7794: Layer already exists [2022-12-14T16:45:01.492Z] c939f6e6aae6: Layer already exists [2022-12-14T16:45:01.492Z] e5e13b0c77cb: Layer already exists [2022-12-14T16:45:01.492Z] aa81a5a5f91f: Layer already exists [2022-12-14T16:45:01.492Z] 3.0.0-dev.1: digest: sha256:5a190e9b8d1edbc91f2d6b15b6de03f69ed443475486f3900fddecf6ec4d66b7 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T16:45:01.802Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:92bd9c00148e5243a860f84a1cf80326c22a5698-3.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T16:45:02.112Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:92bd9c00148e5243a860f84a1cf80326c22a5698-3.0.0-dev.1 [2022-12-14T16:45:02.112Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2022-12-14T16:45:02.112Z] a5fb5733dddd: Preparing [2022-12-14T16:45:02.112Z] aa81a5a5f91f: Preparing [2022-12-14T16:45:02.112Z] 0d71a41a7794: Preparing [2022-12-14T16:45:02.112Z] c939f6e6aae6: Preparing [2022-12-14T16:45:02.112Z] e5e13b0c77cb: Preparing [2022-12-14T16:45:02.112Z] e5e13b0c77cb: Layer already exists [2022-12-14T16:45:02.112Z] 0d71a41a7794: Layer already exists [2022-12-14T16:45:02.112Z] aa81a5a5f91f: Layer already exists [2022-12-14T16:45:02.112Z] a5fb5733dddd: Layer already exists [2022-12-14T16:45:02.112Z] c939f6e6aae6: Layer already exists [2022-12-14T16:45:02.112Z] 92bd9c00148e5243a860f84a1cf80326c22a5698-3.0.0-dev.1: digest: sha256:5a190e9b8d1edbc91f2d6b15b6de03f69ed443475486f3900fddecf6ec4d66b7 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T16:45:02.412Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T16:45:02.715Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:main [2022-12-14T16:45:02.715Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2022-12-14T16:45:02.715Z] a5fb5733dddd: Preparing [2022-12-14T16:45:02.715Z] aa81a5a5f91f: Preparing [2022-12-14T16:45:02.715Z] 0d71a41a7794: Preparing [2022-12-14T16:45:02.715Z] c939f6e6aae6: Preparing [2022-12-14T16:45:02.715Z] e5e13b0c77cb: Preparing [2022-12-14T16:45:02.715Z] c939f6e6aae6: Layer already exists [2022-12-14T16:45:02.715Z] a5fb5733dddd: Layer already exists [2022-12-14T16:45:02.715Z] aa81a5a5f91f: Layer already exists [2022-12-14T16:45:02.715Z] 0d71a41a7794: Layer already exists [2022-12-14T16:45:02.715Z] e5e13b0c77cb: Layer already exists [2022-12-14T16:45:02.715Z] main: digest: sha256:5a190e9b8d1edbc91f2d6b15b6de03f69ed443475486f3900fddecf6ec4d66b7 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-12-14T16:45:02.764Z] ===================================================== [Pipeline] echo [2022-12-14T16:45:02.775Z] taggedImages: [2022-12-14T16:45:02.775Z] - nexus3.edgexfoundry.org:10004/device-rest:92bd9c00148e5243a860f84a1cf80326c22a5698 [2022-12-14T16:45:02.775Z] - nexus3.edgexfoundry.org:10004/device-rest:latest [2022-12-14T16:45:02.775Z] - nexus3.edgexfoundry.org:10004/device-rest:3.0.0-dev.1 [2022-12-14T16:45:02.775Z] - nexus3.edgexfoundry.org:10004/device-rest:92bd9c00148e5243a860f84a1cf80326c22a5698-3.0.0-dev.1 [2022-12-14T16:45:02.775Z] - 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 [2022-12-14T16:45:03.140Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-12-14T16:45:03.140Z] [2022-12-14T16:45:03.140Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T16:45:03.430Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-12-14T16:45:03.430Z] latest: Pulling from edgex-lftools-log-publisher [2022-12-14T16:45:03.430Z] 5eb5b503b376: Pulling fs layer [2022-12-14T16:45:03.430Z] 5c69ac0246d0: Pulling fs layer [2022-12-14T16:45:03.430Z] ec43610c2a17: Pulling fs layer [2022-12-14T16:45:03.430Z] 3a2ae6a8a46f: Pulling fs layer [2022-12-14T16:45:03.430Z] 33b1e0a273af: Pulling fs layer [2022-12-14T16:45:03.430Z] 3a2ae6a8a46f: Waiting [2022-12-14T16:45:03.430Z] 33b1e0a273af: Waiting [2022-12-14T16:45:03.430Z] 5d3b04190fa2: Pulling fs layer [2022-12-14T16:45:03.430Z] 2f39f015ded8: Pulling fs layer [2022-12-14T16:45:03.430Z] 5d3b04190fa2: Waiting [2022-12-14T16:45:03.430Z] 2f39f015ded8: Waiting [2022-12-14T16:45:03.430Z] 3a2ae6a8a46f: Verifying Checksum [2022-12-14T16:45:03.430Z] 3a2ae6a8a46f: Download complete [2022-12-14T16:45:03.430Z] 33b1e0a273af: Verifying Checksum [2022-12-14T16:45:03.430Z] 33b1e0a273af: Download complete [2022-12-14T16:45:03.688Z] 5d3b04190fa2: Verifying Checksum [2022-12-14T16:45:03.688Z] 5d3b04190fa2: Download complete [2022-12-14T16:45:03.688Z] ec43610c2a17: Verifying Checksum [2022-12-14T16:45:03.688Z] ec43610c2a17: Download complete [2022-12-14T16:45:03.688Z] 5eb5b503b376: Download complete [2022-12-14T16:45:04.253Z] 2f39f015ded8: Verifying Checksum [2022-12-14T16:45:04.253Z] 2f39f015ded8: Download complete [2022-12-14T16:45:04.821Z] 5eb5b503b376: Pull complete [2022-12-14T16:45:04.821Z] 5c69ac0246d0: Pull complete [2022-12-14T16:45:05.386Z] ec43610c2a17: Pull complete [2022-12-14T16:45:05.386Z] 3a2ae6a8a46f: Pull complete [2022-12-14T16:45:05.645Z] 33b1e0a273af: Pull complete [2022-12-14T16:45:05.645Z] 5d3b04190fa2: Pull complete [2022-12-14T16:45:09.832Z] 2f39f015ded8: Pull complete [2022-12-14T16:45:09.832Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-12-14T16:45:09.832Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-12-14T16:45:09.832Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-14T16:45:09.905Z] prd-ubuntu20.04-docker-8c-8g-121221 does not seem to be running inside a container [2022-12-14T16:45:09.934Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-12-14T16:45:13.647Z] $ docker top 0297d6532c54d974e48e205e8911fc04d4770eb6da2471235f20dfea28b9752f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-12-14T16:45:14.016Z] ---> job-cost.sh [2022-12-14T16:45:14.016Z] lf-activate-venv: SKIPPING [2022-12-14T16:45:14.016Z] INFO: No Stack... [2022-12-14T16:45:14.274Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-12-14T16:45:14.535Z] INFO: Archiving Costs [Pipeline] sh [2022-12-14T16:45:14.824Z] + cat /w/workspace/edgexfoundry_device-rest-go_main/archives/cost.csv [2022-12-14T16:45:14.824Z] + cut -d, -f6 [Pipeline] lock [2022-12-14T16:45:14.837Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-main-73-stack-cost] [2022-12-14T16:45:14.848Z] Resource [jenkins-edgexfoundry-device-rest-go-main-73-stack-cost] did not exist. Created. [2022-12-14T16:45:14.848Z] Lock acquired on [jenkins-edgexfoundry-device-rest-go-main-73-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-12-14T16:45:15.151Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-12-14T16:45:15.176Z] Stashed 1 file(s) [Pipeline] } [2022-12-14T16:45:15.182Z] Lock released on resource [jenkins-edgexfoundry-device-rest-go-main-73-stack-cost] [Pipeline] // lock [Pipeline] } [2022-12-14T16:45:15.203Z] $ docker stop --time=1 0297d6532c54d974e48e205e8911fc04d4770eb6da2471235f20dfea28b9752f [2022-12-14T16:45:16.352Z] $ docker rm -f 0297d6532c54d974e48e205e8911fc04d4770eb6da2471235f20dfea28b9752f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-12-14T16:46:17.989Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-121224 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] ws [2022-12-14T16:46:18.003Z] Running in /w/workspace/device-rest-go/73 [Pipeline] { [Pipeline] checkout [2022-12-14T16:46:18.040Z] The recommended git tool is: git [2022-12-14T16:46:23.682Z] using credential edgex-jenkins-ssh [2022-12-14T16:46:23.699Z] Cloning the remote Git repository [2022-12-14T16:46:23.749Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2022-12-14T16:46:23.837Z] > git init /w/workspace/device-rest-go/73 # timeout=10 [2022-12-14T16:46:24.001Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2022-12-14T16:46:24.002Z] > git --version # timeout=10 [2022-12-14T16:46:24.024Z] > git --version # 'git version 2.25.1' [2022-12-14T16:46:24.027Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-12-14T16:46:24.095Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-12-14T16:46:26.948Z] Avoid second fetch [2022-12-14T16:46:26.948Z] Checking out Revision 92bd9c00148e5243a860f84a1cf80326c22a5698 (main) [2022-12-14T16:46:25.963Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2022-12-14T16:46:25.996Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-12-14T16:46:26.969Z] > git config core.sparsecheckout # timeout=10 [2022-12-14T16:46:26.990Z] > git checkout -f 92bd9c00148e5243a860f84a1cf80326c22a5698 # timeout=10 [2022-12-14T16:46:27.483Z] Commit message: "Merge pull request #230 from ejlee3/v3" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-12-14T16:46:28.430Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-12-14T16:46:28.430Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-12-14T16:46:28.430Z] Dload Upload Total Spent Left Speed [2022-12-14T16:46:28.430Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 81737 0 --:--:-- --:--:-- --:--:-- 82264 [Pipeline] sh [2022-12-14T16:46:29.091Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-12-14T16:46:29.427Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-12-14T16:46:29.427Z] + sudo tee /etc/docker/daemon.new [2022-12-14T16:46:29.427Z] { [2022-12-14T16:46:29.427Z] "registry-mirrors": [ [2022-12-14T16:46:29.427Z] "https://nexus3.edgexfoundry.org:10001" [2022-12-14T16:46:29.427Z] ], [2022-12-14T16:46:29.427Z] "bip": "10.250.0.254/24", [2022-12-14T16:46:29.427Z] "hosts": [ [2022-12-14T16:46:29.427Z] "tcp://0.0.0.0:5555", [2022-12-14T16:46:29.427Z] "unix:///var/run/docker.sock" [2022-12-14T16:46:29.427Z] ], [2022-12-14T16:46:29.427Z] "mtu": 1458, [2022-12-14T16:46:29.427Z] "selinux-enabled": true, [2022-12-14T16:46:29.427Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-12-14T16:46:29.427Z] } [Pipeline] sh [2022-12-14T16:46:29.771Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-12-14T16:46:30.126Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-12-14T16:46:48.417Z] provisioning config files... [2022-12-14T16:46:48.452Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/73@tmp/config1445903410423926084tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-12-14T16:46:48.821Z] ---> docker-login.sh [2022-12-14T16:46:48.821Z] nexus3.edgexfoundry.org:10001 [2022-12-14T16:46:49.417Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-14T16:46:49.687Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-14T16:46:49.687Z] Configure a credential helper to remove this warning. See [2022-12-14T16:46:49.687Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-14T16:46:49.687Z] [2022-12-14T16:46:49.687Z] Login Succeeded [2022-12-14T16:46:49.687Z] nexus3.edgexfoundry.org:10002 [2022-12-14T16:46:49.958Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-14T16:46:49.958Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-14T16:46:49.958Z] Configure a credential helper to remove this warning. See [2022-12-14T16:46:49.958Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-14T16:46:49.958Z] [2022-12-14T16:46:49.958Z] Login Succeeded [2022-12-14T16:46:49.958Z] nexus3.edgexfoundry.org:10003 [2022-12-14T16:46:50.229Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-14T16:46:50.499Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-14T16:46:50.499Z] Configure a credential helper to remove this warning. See [2022-12-14T16:46:50.499Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-14T16:46:50.499Z] [2022-12-14T16:46:50.499Z] Login Succeeded [2022-12-14T16:46:50.499Z] nexus3.edgexfoundry.org:10004 [2022-12-14T16:46:50.773Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-14T16:46:50.773Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-14T16:46:50.773Z] Configure a credential helper to remove this warning. See [2022-12-14T16:46:50.773Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-14T16:46:50.773Z] [2022-12-14T16:46:50.773Z] Login Succeeded [2022-12-14T16:46:50.773Z] docker.io [2022-12-14T16:46:51.042Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-14T16:46:51.311Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-14T16:46:51.311Z] Configure a credential helper to remove this warning. See [2022-12-14T16:46:51.311Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-14T16:46:51.311Z] [2022-12-14T16:46:51.311Z] Login Succeeded [2022-12-14T16:46:51.311Z] ---> docker-login.sh ends [Pipeline] } [2022-12-14T16:46:51.327Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-12-14T16:46:51.592Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-12-14T16:46:51.609Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-12-14T16:46:51.618Z] ========================================================= [2022-12-14T16:46:51.618Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-12-14T16:46:51.618Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T16:46:51.982Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2022-12-14T16:46:51.982Z] Sending build context to Docker daemon 129.5kB [2022-12-14T16:46:52.253Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2022-12-14T16:46:52.253Z] Step 2/12 : FROM ${BASE} AS builder [2022-12-14T16:46:52.537Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-12-14T16:46:52.537Z] 9b18e9b68314: Pulling fs layer [2022-12-14T16:46:52.537Z] 35d82f9e3411: Pulling fs layer [2022-12-14T16:46:52.537Z] e16973657156: Pulling fs layer [2022-12-14T16:46:52.537Z] fc693d55d65f: Pulling fs layer [2022-12-14T16:46:52.537Z] 7e9fc2657dce: Pulling fs layer [2022-12-14T16:46:52.537Z] dda99020689f: Pulling fs layer [2022-12-14T16:46:52.537Z] db1c61fa0a46: Pulling fs layer [2022-12-14T16:46:52.537Z] 891c053d2c06: Pulling fs layer [2022-12-14T16:46:52.537Z] fc693d55d65f: Waiting [2022-12-14T16:46:52.537Z] 7e9fc2657dce: Waiting [2022-12-14T16:46:52.537Z] dda99020689f: Waiting [2022-12-14T16:46:52.537Z] db1c61fa0a46: Waiting [2022-12-14T16:46:52.537Z] 891c053d2c06: Waiting [2022-12-14T16:46:52.537Z] e16973657156: Download complete [2022-12-14T16:46:52.537Z] 35d82f9e3411: Verifying Checksum [2022-12-14T16:46:52.537Z] 35d82f9e3411: Download complete [2022-12-14T16:46:52.537Z] 7e9fc2657dce: Verifying Checksum [2022-12-14T16:46:52.537Z] 7e9fc2657dce: Download complete [2022-12-14T16:46:52.537Z] dda99020689f: Verifying Checksum [2022-12-14T16:46:52.537Z] dda99020689f: Download complete [2022-12-14T16:46:52.537Z] 9b18e9b68314: Verifying Checksum [2022-12-14T16:46:52.537Z] 9b18e9b68314: Download complete [2022-12-14T16:46:53.538Z] 9b18e9b68314: Pull complete [2022-12-14T16:46:53.810Z] 891c053d2c06: Verifying Checksum [2022-12-14T16:46:53.810Z] 891c053d2c06: Download complete [2022-12-14T16:46:54.090Z] 35d82f9e3411: Pull complete [2022-12-14T16:46:54.701Z] e16973657156: Pull complete [2022-12-14T16:46:54.975Z] db1c61fa0a46: Verifying Checksum [2022-12-14T16:46:54.975Z] db1c61fa0a46: Download complete [2022-12-14T16:46:55.564Z] fc693d55d65f: Verifying Checksum [2022-12-14T16:46:55.564Z] fc693d55d65f: Download complete [2022-12-14T16:47:07.895Z] fc693d55d65f: Pull complete [2022-12-14T16:47:07.895Z] 7e9fc2657dce: Pull complete [2022-12-14T16:47:07.895Z] dda99020689f: Pull complete [2022-12-14T16:47:14.562Z] db1c61fa0a46: Pull complete [2022-12-14T16:47:16.530Z] 891c053d2c06: Pull complete [2022-12-14T16:47:16.530Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2022-12-14T16:47:16.530Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-12-14T16:47:16.530Z] ---> f96f9c87975a [2022-12-14T16:47:16.530Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2022-12-14T16:47:18.480Z] ---> Running in abfea1792c1d [2022-12-14T16:47:18.749Z] Removing intermediate container abfea1792c1d [2022-12-14T16:47:18.749Z] ---> 78352033e561 [2022-12-14T16:47:18.749Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-12-14T16:47:18.749Z] ---> Running in e7e3e0b69f2d [2022-12-14T16:47:19.018Z] Removing intermediate container e7e3e0b69f2d [2022-12-14T16:47:19.018Z] ---> 2824ba5bfca4 [2022-12-14T16:47:19.018Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-12-14T16:47:19.018Z] ---> Running in bb569cd8fa32 [2022-12-14T16:47:19.610Z] Removing intermediate container bb569cd8fa32 [2022-12-14T16:47:19.610Z] ---> 0e059b83259e [2022-12-14T16:47:19.610Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2022-12-14T16:47:19.610Z] ---> Running in 1dd440e6eca8 [2022-12-14T16:47:19.882Z] Removing intermediate container 1dd440e6eca8 [2022-12-14T16:47:19.882Z] ---> ea2a908c0ad4 [2022-12-14T16:47:19.882Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-12-14T16:47:19.882Z] ---> Running in 038c10f08d11 [2022-12-14T16:47:21.458Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-12-14T16:47:21.458Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-12-14T16:47:22.450Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2022-12-14T16:47:22.718Z] (2/4) Installing libedit (20210910.3.1-r0) [2022-12-14T16:47:22.719Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2022-12-14T16:47:22.719Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2022-12-14T16:47:22.719Z] Executing busybox-1.35.0-r17.trigger [2022-12-14T16:47:22.719Z] OK: 226 MiB in 55 packages [2022-12-14T16:47:24.135Z] Removing intermediate container 038c10f08d11 [2022-12-14T16:47:24.135Z] ---> 704e0dfa1e8f [2022-12-14T16:47:24.135Z] Step 8/12 : WORKDIR /device-rest-go [2022-12-14T16:47:24.135Z] ---> Running in f698de104519 [2022-12-14T16:47:24.405Z] Removing intermediate container f698de104519 [2022-12-14T16:47:24.405Z] ---> 7a0a8174cfd4 [2022-12-14T16:47:24.405Z] Step 9/12 : COPY go.mod vendor* ./ [2022-12-14T16:47:25.003Z] ---> 7558d1796612 [2022-12-14T16:47:25.003Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-12-14T16:47:25.003Z] ---> Running in 1cb4704ce2c6 [2022-12-14T16:48:21.453Z] Removing intermediate container 1cb4704ce2c6 [2022-12-14T16:48:21.453Z] ---> dc01ee4f0aa4 [2022-12-14T16:48:21.453Z] Step 11/12 : COPY . . [2022-12-14T16:48:21.453Z] ---> d07d917d77e7 [2022-12-14T16:48:21.453Z] Step 12/12 : RUN $MAKE [2022-12-14T16:48:21.453Z] ---> Running in d11fab4fc3cc [2022-12-14T16:48:21.453Z] noop [2022-12-14T16:48:21.453Z] Removing intermediate container d11fab4fc3cc [2022-12-14T16:48:21.453Z] ---> 5db0f27612ec [2022-12-14T16:48:21.453Z] Successfully built 5db0f27612ec [2022-12-14T16:48:21.453Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T16:48:21.799Z] + docker inspect -f . ci-base-image-arm64 [2022-12-14T16:48:21.799Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-14T16:48:21.976Z] prd-ubuntu20.04-docker-arm64-4c-16g-121224 does not seem to be running inside a container [2022-12-14T16:48:22.050Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/73 -v /w/workspace/device-rest-go/73:/w/workspace/device-rest-go/73:rw,z -v /w/workspace/device-rest-go/73@tmp:/w/workspace/device-rest-go/73@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-12-14T16:48:23.239Z] $ docker top a6355e925f66b8c839dadf4a7fe27eec568dfa592cfa7e6594bf333cc286a658 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-12-14T16:48:24.074Z] + go version [2022-12-14T16:48:24.074Z] go version go1.18.7 linux/arm64 [Pipeline] } [2022-12-14T16:48:24.097Z] $ docker stop --time=1 a6355e925f66b8c839dadf4a7fe27eec568dfa592cfa7e6594bf333cc286a658 [2022-12-14T16:48:25.698Z] $ docker rm -f a6355e925f66b8c839dadf4a7fe27eec568dfa592cfa7e6594bf333cc286a658 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T16:48:26.231Z] + docker inspect -f . ci-base-image-arm64 [2022-12-14T16:48:26.232Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-14T16:48:26.395Z] prd-ubuntu20.04-docker-arm64-4c-16g-121224 does not seem to be running inside a container [2022-12-14T16:48:26.460Z] $ 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/73 -v /w/workspace/device-rest-go/73:/w/workspace/device-rest-go/73:rw,z -v /w/workspace/device-rest-go/73@tmp:/w/workspace/device-rest-go/73@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-12-14T16:48:27.663Z] $ docker top 1c2249aab61c3bbca51e3fef884e919835d0f3a4d5c62e0f97254bc2aace049e -eo pid,comm [Pipeline] { [Pipeline] sh [2022-12-14T16:48:28.486Z] + git config --global --add safe.directory /w/workspace/device-rest-go/73 [Pipeline] fileExists [Pipeline] sh [2022-12-14T16:48:28.820Z] + make test [2022-12-14T16:48:29.087Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2022-12-14T16:48:31.035Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2022-12-14T16:50:07.750Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2022-12-14T16:50:07.750Z] ok github.com/edgexfoundry/device-rest-go/driver 0.065s coverage: 55.2% of statements [2022-12-14T16:50:07.750Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-12-14T16:50:07.750Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-12-14T16:50:22.761Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-12-14T16:50:22.761Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-12-14T16:50:22.761Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-12-14T16:50:22.782Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-12-14T16:50:22.795Z] $ docker stop --time=1 1c2249aab61c3bbca51e3fef884e919835d0f3a4d5c62e0f97254bc2aace049e [2022-12-14T16:50:24.654Z] $ docker rm -f 1c2249aab61c3bbca51e3fef884e919835d0f3a4d5c62e0f97254bc2aace049e [Pipeline] // withDockerContainer [Pipeline] sh [2022-12-14T16:50:25.662Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-12-14T16:50:25.691Z] Warning: overwriting stash ‘coverage-report’ [2022-12-14T16:50:26.155Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-12-14T16:50:26.556Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-12-14T16:50:26.879Z] + ls -al . [2022-12-14T16:50:26.879Z] total 184 [2022-12-14T16:50:26.879Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 14 16:48 . [2022-12-14T16:50:26.879Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 14 16:46 .. [2022-12-14T16:50:26.879Z] -rw-rw-r-- 1 jenkins jenkins 151 Dec 14 16:46 .dockerignore [2022-12-14T16:50:26.879Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 14 16:46 .git [2022-12-14T16:50:26.879Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 14 16:46 .github [2022-12-14T16:50:26.879Z] -rw-rw-r-- 1 jenkins jenkins 329 Dec 14 16:46 .gitignore [2022-12-14T16:50:26.879Z] -rw-rw-r-- 1 jenkins jenkins 41 Dec 14 16:46 .golangci.yml [2022-12-14T16:50:26.879Z] -rw-rw-r-- 1 jenkins jenkins 9100 Dec 14 16:46 Attribution.txt [2022-12-14T16:50:26.879Z] -rw-rw-r-- 1 jenkins jenkins 13085 Dec 14 16:46 CHANGELOG.md [2022-12-14T16:50:26.879Z] -rw-rw-r-- 1 jenkins jenkins 1641 Dec 14 16:46 Dockerfile [2022-12-14T16:50:26.879Z] -rw-rw-r-- 1 jenkins jenkins 677 Dec 14 16:46 GOVERNANCE.md [2022-12-14T16:50:26.879Z] -rw-rw-r-- 1 jenkins jenkins 680 Dec 14 16:46 Jenkinsfile [2022-12-14T16:50:26.879Z] -rw-rw-r-- 1 jenkins jenkins 11340 Dec 14 16:46 LICENSE [2022-12-14T16:50:26.879Z] -rw-rw-r-- 1 jenkins jenkins 2173 Dec 14 16:46 Makefile [2022-12-14T16:50:26.879Z] -rw-rw-r-- 1 jenkins jenkins 620 Dec 14 16:46 OWNERS.md [2022-12-14T16:50:26.879Z] -rw-rw-r-- 1 jenkins jenkins 8667 Dec 14 16:46 README.md [2022-12-14T16:50:26.879Z] -rw-rw-r-- 1 jenkins jenkins 11 Dec 14 16:43 VERSION [2022-12-14T16:50:26.879Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 14 16:46 bin [2022-12-14T16:50:26.879Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 14 16:46 cmd [2022-12-14T16:50:26.879Z] -rw-r--r-- 1 jenkins jenkins 9355 Dec 14 16:49 coverage.out [2022-12-14T16:50:26.879Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 14 16:46 driver [2022-12-14T16:50:26.879Z] -rw-rw-r-- 1 jenkins jenkins 3488 Dec 14 16:46 go.mod [2022-12-14T16:50:26.879Z] -rw-rw-r-- 1 jenkins jenkins 45013 Dec 14 16:46 go.sum [2022-12-14T16:50:26.879Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 14 16:46 snap [2022-12-14T16:50:26.879Z] -rw-rw-r-- 1 jenkins jenkins 713 Dec 14 16:46 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T16:50:27.223Z] + 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=92bd9c00148e5243a860f84a1cf80326c22a5698 --label arch=arm64 --label version=3.0.0-dev.1 . [2022-12-14T16:50:27.223Z] Sending build context to Docker daemon 139.8kB [2022-12-14T16:50:27.491Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2022-12-14T16:50:27.491Z] Step 2/25 : FROM ${BASE} AS builder [2022-12-14T16:50:27.491Z] ---> 5db0f27612ec [2022-12-14T16:50:27.491Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2022-12-14T16:50:27.491Z] ---> Running in 9655697501a2 [2022-12-14T16:50:28.078Z] Removing intermediate container 9655697501a2 [2022-12-14T16:50:28.078Z] ---> a82b26be6ec5 [2022-12-14T16:50:28.078Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-12-14T16:50:28.078Z] ---> Running in 5b4c677777b7 [2022-12-14T16:50:28.347Z] Removing intermediate container 5b4c677777b7 [2022-12-14T16:50:28.347Z] ---> 7836dc89da43 [2022-12-14T16:50:28.347Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-12-14T16:50:28.347Z] ---> Running in c71ebfff1e3e [2022-12-14T16:50:28.933Z] Removing intermediate container c71ebfff1e3e [2022-12-14T16:50:28.933Z] ---> 1bd1986e354f [2022-12-14T16:50:28.933Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2022-12-14T16:50:28.933Z] ---> Running in 3beeed619fd8 [2022-12-14T16:50:29.201Z] Removing intermediate container 3beeed619fd8 [2022-12-14T16:50:29.201Z] ---> 110de574cf15 [2022-12-14T16:50:29.201Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-12-14T16:50:29.473Z] ---> Running in 129da2291901 [2022-12-14T16:50:30.448Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-12-14T16:50:30.722Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-12-14T16:50:32.143Z] OK: 226 MiB in 55 packages [2022-12-14T16:50:32.730Z] Removing intermediate container 129da2291901 [2022-12-14T16:50:32.730Z] ---> 527636a8a21b [2022-12-14T16:50:32.730Z] Step 8/25 : WORKDIR /device-rest-go [2022-12-14T16:50:32.999Z] ---> Running in bcb7c908b28c [2022-12-14T16:50:33.267Z] Removing intermediate container bcb7c908b28c [2022-12-14T16:50:33.267Z] ---> e16632cc27b9 [2022-12-14T16:50:33.267Z] Step 9/25 : COPY go.mod vendor* ./ [2022-12-14T16:50:33.852Z] ---> 4b974ac7410a [2022-12-14T16:50:33.852Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-12-14T16:50:33.852Z] ---> Running in 0f4dfa12f8e7 [2022-12-14T16:50:36.447Z] Removing intermediate container 0f4dfa12f8e7 [2022-12-14T16:50:36.447Z] ---> 399d4fb1eb9e [2022-12-14T16:50:36.447Z] Step 11/25 : COPY . . [2022-12-14T16:50:37.046Z] ---> f92c75937453 [2022-12-14T16:50:37.046Z] Step 12/25 : RUN $MAKE [2022-12-14T16:50:37.327Z] ---> Running in 3ca110243fb0 [2022-12-14T16:50:38.296Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-rest-go.Version=3.0.0-dev.1" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd [2022-12-14T16:53:15.061Z] Removing intermediate container 3ca110243fb0 [2022-12-14T16:53:15.061Z] ---> 73dc862160a9 [2022-12-14T16:53:15.061Z] Step 13/25 : FROM alpine:3.16 [2022-12-14T16:53:15.061Z] 3.16: Pulling from library/alpine [2022-12-14T16:53:15.061Z] 6875df1f5354: Pulling fs layer [2022-12-14T16:53:15.061Z] 6875df1f5354: Verifying Checksum [2022-12-14T16:53:15.061Z] 6875df1f5354: Download complete [2022-12-14T16:53:15.061Z] 6875df1f5354: Pull complete [2022-12-14T16:53:15.061Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2022-12-14T16:53:15.061Z] Status: Downloaded newer image for alpine:3.16 [2022-12-14T16:53:15.061Z] ---> 2b4661558fb8 [2022-12-14T16:53:15.061Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-12-14T16:53:15.061Z] ---> Running in b90f26cd94d1 [2022-12-14T16:53:15.061Z] Removing intermediate container b90f26cd94d1 [2022-12-14T16:53:15.061Z] ---> ad58a6ed06e3 [2022-12-14T16:53:15.061Z] Step 15/25 : LABEL Name=device-rest-go Version=${VERSION} [2022-12-14T16:53:15.061Z] ---> Running in 6aa635db259f [2022-12-14T16:53:15.061Z] Removing intermediate container 6aa635db259f [2022-12-14T16:53:15.061Z] ---> 020abd097009 [2022-12-14T16:53:15.061Z] Step 16/25 : RUN apk add --update --no-cache zeromq dumb-init [2022-12-14T16:53:15.061Z] ---> Running in 80d23c85e72d [2022-12-14T16:53:15.061Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-12-14T16:53:15.061Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-12-14T16:53:15.649Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-12-14T16:53:15.649Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-12-14T16:53:15.649Z] (3/6) Installing libsodium (1.0.18-r0) [2022-12-14T16:53:15.649Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-12-14T16:53:15.649Z] (5/6) Installing libzmq (4.3.4-r0) [2022-12-14T16:53:15.649Z] (6/6) Installing zeromq (4.3.4-r0) [2022-12-14T16:53:15.649Z] Executing busybox-1.35.0-r17.trigger [2022-12-14T16:53:15.649Z] OK: 8 MiB in 20 packages [2022-12-14T16:53:17.060Z] Removing intermediate container 80d23c85e72d [2022-12-14T16:53:17.060Z] ---> d36e67e39bc7 [2022-12-14T16:53:17.060Z] Step 17/25 : COPY --from=builder /device-rest-go/cmd / [2022-12-14T16:53:19.012Z] ---> a1acd3e8d414 [2022-12-14T16:53:19.012Z] Step 18/25 : COPY --from=builder /device-rest-go/LICENSE / [2022-12-14T16:53:19.012Z] ---> 9386fda86ad9 [2022-12-14T16:53:19.012Z] Step 19/25 : COPY --from=builder /device-rest-go/Attribution.txt / [2022-12-14T16:53:19.597Z] ---> 98f8552358a1 [2022-12-14T16:53:19.597Z] Step 20/25 : EXPOSE 59986 [2022-12-14T16:53:19.597Z] ---> Running in fc80463791a9 [2022-12-14T16:53:19.865Z] Removing intermediate container fc80463791a9 [2022-12-14T16:53:19.865Z] ---> e95faa35c457 [2022-12-14T16:53:19.865Z] Step 21/25 : ENTRYPOINT ["/device-rest"] [2022-12-14T16:53:20.132Z] ---> Running in 05de59725b7a [2022-12-14T16:53:20.401Z] Removing intermediate container 05de59725b7a [2022-12-14T16:53:20.401Z] ---> f84b6680d456 [2022-12-14T16:53:20.401Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2022-12-14T16:53:20.401Z] ---> Running in 5f4d6d9324eb [2022-12-14T16:53:20.670Z] Removing intermediate container 5f4d6d9324eb [2022-12-14T16:53:20.670Z] ---> 65f499002207 [2022-12-14T16:53:20.670Z] Step 23/25 : LABEL arch=arm64 [2022-12-14T16:53:20.944Z] ---> Running in a5dd34c93581 [2022-12-14T16:53:21.214Z] Removing intermediate container a5dd34c93581 [2022-12-14T16:53:21.214Z] ---> 5107bb467655 [2022-12-14T16:53:21.214Z] Step 24/25 : LABEL git_sha=92bd9c00148e5243a860f84a1cf80326c22a5698 [2022-12-14T16:53:21.214Z] ---> Running in da525fca8bf0 [2022-12-14T16:53:21.483Z] Removing intermediate container da525fca8bf0 [2022-12-14T16:53:21.483Z] ---> 14618b6bae5f [2022-12-14T16:53:21.483Z] Step 25/25 : LABEL version=3.0.0-dev.1 [2022-12-14T16:53:21.483Z] ---> Running in 951cc2e6588e [2022-12-14T16:53:21.750Z] Removing intermediate container 951cc2e6588e [2022-12-14T16:53:21.750Z] ---> 75bdb1e7e305 [2022-12-14T16:53:21.750Z] [Warning] One or more build-args [ARCH] were not consumed [2022-12-14T16:53:21.750Z] Successfully built 75bdb1e7e305 [2022-12-14T16:53:21.750Z] 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 [2022-12-14T16:53:22.127Z] provisioning config files... [2022-12-14T16:53:22.141Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/73@tmp/config9202851745957248725tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-12-14T16:53:22.480Z] ---> docker-login.sh [2022-12-14T16:53:22.480Z] nexus3.edgexfoundry.org:10001 [2022-12-14T16:53:22.480Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-14T16:53:22.746Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-14T16:53:22.746Z] Configure a credential helper to remove this warning. See [2022-12-14T16:53:22.746Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-14T16:53:22.746Z] [2022-12-14T16:53:22.746Z] Login Succeeded [2022-12-14T16:53:22.746Z] nexus3.edgexfoundry.org:10002 [2022-12-14T16:53:23.014Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-14T16:53:23.014Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-14T16:53:23.014Z] Configure a credential helper to remove this warning. See [2022-12-14T16:53:23.014Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-14T16:53:23.014Z] [2022-12-14T16:53:23.281Z] Login Succeeded [2022-12-14T16:53:23.281Z] nexus3.edgexfoundry.org:10003 [2022-12-14T16:53:23.550Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-14T16:53:23.550Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-14T16:53:23.550Z] Configure a credential helper to remove this warning. See [2022-12-14T16:53:23.550Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-14T16:53:23.550Z] [2022-12-14T16:53:23.550Z] Login Succeeded [2022-12-14T16:53:23.550Z] nexus3.edgexfoundry.org:10004 [2022-12-14T16:53:23.821Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-14T16:53:23.821Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-14T16:53:23.821Z] Configure a credential helper to remove this warning. See [2022-12-14T16:53:23.821Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-14T16:53:23.821Z] [2022-12-14T16:53:23.821Z] Login Succeeded [2022-12-14T16:53:23.821Z] docker.io [2022-12-14T16:53:24.088Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-14T16:53:24.355Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-14T16:53:24.355Z] Configure a credential helper to remove this warning. See [2022-12-14T16:53:24.355Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-14T16:53:24.355Z] [2022-12-14T16:53:24.355Z] Login Succeeded [2022-12-14T16:53:24.355Z] ---> docker-login.sh ends [Pipeline] } [2022-12-14T16:53:24.367Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-12-14T16:53:24.395Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-12-14T16:53:24.410Z] [edgeXDocker.push] Tagging docker image device-rest-arm64 with the following tags: [2022-12-14T16:53:24.410Z] 92bd9c00148e5243a860f84a1cf80326c22a5698 [2022-12-14T16:53:24.410Z] latest [2022-12-14T16:53:24.410Z] 3.0.0-dev.1 [2022-12-14T16:53:24.410Z] 92bd9c00148e5243a860f84a1cf80326c22a5698-3.0.0-dev.1 [2022-12-14T16:53:24.410Z] main [2022-12-14T16:53:24.410Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T16:53:24.749Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:92bd9c00148e5243a860f84a1cf80326c22a5698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T16:53:25.095Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:92bd9c00148e5243a860f84a1cf80326c22a5698 [2022-12-14T16:53:25.095Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2022-12-14T16:53:25.095Z] f0ab26a7e30d: Preparing [2022-12-14T16:53:25.095Z] 996a4e70535f: Preparing [2022-12-14T16:53:25.095Z] f6dfa507f4ee: Preparing [2022-12-14T16:53:25.095Z] 1979019fc3ab: Preparing [2022-12-14T16:53:25.095Z] 17bec77d7fdc: Preparing [2022-12-14T16:53:25.095Z] 17bec77d7fdc: Layer already exists [2022-12-14T16:53:25.362Z] f0ab26a7e30d: Pushed [2022-12-14T16:53:25.362Z] 996a4e70535f: Pushed [2022-12-14T16:53:25.946Z] 1979019fc3ab: Pushed [2022-12-14T16:53:31.297Z] f6dfa507f4ee: Pushed [2022-12-14T16:53:31.297Z] 92bd9c00148e5243a860f84a1cf80326c22a5698: digest: sha256:976ad070cbf8412026b53cd4931ee818c612c72818fa818ddc66ed61a0f783ce size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T16:53:31.643Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T16:53:31.989Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2022-12-14T16:53:31.989Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2022-12-14T16:53:31.989Z] f0ab26a7e30d: Preparing [2022-12-14T16:53:31.989Z] 996a4e70535f: Preparing [2022-12-14T16:53:31.989Z] f6dfa507f4ee: Preparing [2022-12-14T16:53:31.989Z] 1979019fc3ab: Preparing [2022-12-14T16:53:31.989Z] 17bec77d7fdc: Preparing [2022-12-14T16:53:31.989Z] 996a4e70535f: Layer already exists [2022-12-14T16:53:31.989Z] 17bec77d7fdc: Layer already exists [2022-12-14T16:53:31.989Z] f0ab26a7e30d: Layer already exists [2022-12-14T16:53:31.989Z] 1979019fc3ab: Layer already exists [2022-12-14T16:53:31.989Z] f6dfa507f4ee: Layer already exists [2022-12-14T16:53:32.257Z] latest: digest: sha256:976ad070cbf8412026b53cd4931ee818c612c72818fa818ddc66ed61a0f783ce size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T16:53:32.606Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:3.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T16:53:32.948Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:3.0.0-dev.1 [2022-12-14T16:53:32.948Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2022-12-14T16:53:32.948Z] f0ab26a7e30d: Preparing [2022-12-14T16:53:32.948Z] 996a4e70535f: Preparing [2022-12-14T16:53:32.948Z] f6dfa507f4ee: Preparing [2022-12-14T16:53:32.948Z] 1979019fc3ab: Preparing [2022-12-14T16:53:32.948Z] 17bec77d7fdc: Preparing [2022-12-14T16:53:32.948Z] f0ab26a7e30d: Layer already exists [2022-12-14T16:53:32.948Z] 996a4e70535f: Layer already exists [2022-12-14T16:53:32.948Z] 1979019fc3ab: Layer already exists [2022-12-14T16:53:32.948Z] 17bec77d7fdc: Layer already exists [2022-12-14T16:53:32.948Z] f6dfa507f4ee: Layer already exists [2022-12-14T16:53:32.948Z] 3.0.0-dev.1: digest: sha256:976ad070cbf8412026b53cd4931ee818c612c72818fa818ddc66ed61a0f783ce size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T16:53:33.279Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:92bd9c00148e5243a860f84a1cf80326c22a5698-3.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T16:53:33.611Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:92bd9c00148e5243a860f84a1cf80326c22a5698-3.0.0-dev.1 [2022-12-14T16:53:33.611Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2022-12-14T16:53:33.611Z] f0ab26a7e30d: Preparing [2022-12-14T16:53:33.611Z] 996a4e70535f: Preparing [2022-12-14T16:53:33.611Z] f6dfa507f4ee: Preparing [2022-12-14T16:53:33.611Z] 1979019fc3ab: Preparing [2022-12-14T16:53:33.611Z] 17bec77d7fdc: Preparing [2022-12-14T16:53:33.611Z] 17bec77d7fdc: Layer already exists [2022-12-14T16:53:33.611Z] f0ab26a7e30d: Layer already exists [2022-12-14T16:53:33.611Z] f6dfa507f4ee: Layer already exists [2022-12-14T16:53:33.611Z] 996a4e70535f: Layer already exists [2022-12-14T16:53:33.611Z] 1979019fc3ab: Layer already exists [2022-12-14T16:53:33.611Z] 92bd9c00148e5243a860f84a1cf80326c22a5698-3.0.0-dev.1: digest: sha256:976ad070cbf8412026b53cd4931ee818c612c72818fa818ddc66ed61a0f783ce size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T16:53:33.952Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T16:53:34.381Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:main [2022-12-14T16:53:34.381Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2022-12-14T16:53:34.381Z] f0ab26a7e30d: Preparing [2022-12-14T16:53:34.381Z] 996a4e70535f: Preparing [2022-12-14T16:53:34.381Z] f6dfa507f4ee: Preparing [2022-12-14T16:53:34.381Z] 1979019fc3ab: Preparing [2022-12-14T16:53:34.381Z] 17bec77d7fdc: Preparing [2022-12-14T16:53:34.381Z] f6dfa507f4ee: Layer already exists [2022-12-14T16:53:34.381Z] f0ab26a7e30d: Layer already exists [2022-12-14T16:53:34.381Z] 996a4e70535f: Layer already exists [2022-12-14T16:53:34.381Z] 1979019fc3ab: Layer already exists [2022-12-14T16:53:34.381Z] 17bec77d7fdc: Layer already exists [2022-12-14T16:53:34.381Z] main: digest: sha256:976ad070cbf8412026b53cd4931ee818c612c72818fa818ddc66ed61a0f783ce size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-12-14T16:53:34.693Z] ===================================================== [Pipeline] echo [2022-12-14T16:53:34.698Z] taggedImages: [2022-12-14T16:53:34.698Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:92bd9c00148e5243a860f84a1cf80326c22a5698 [2022-12-14T16:53:34.698Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2022-12-14T16:53:34.698Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:3.0.0-dev.1 [2022-12-14T16:53:34.698Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:92bd9c00148e5243a860f84a1cf80326c22a5698-3.0.0-dev.1 [2022-12-14T16:53:34.698Z] - 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 [2022-12-14T16:53:35.068Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-12-14T16:53:35.068Z] [2022-12-14T16:53:35.068Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T16:53:35.418Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-12-14T16:53:35.418Z] arm64: Pulling from edgex-lftools-log-publisher [2022-12-14T16:53:35.418Z] 8998bd30e6a1: Pulling fs layer [2022-12-14T16:53:35.418Z] 04944245beec: Pulling fs layer [2022-12-14T16:53:35.418Z] 699f458cf7ca: Pulling fs layer [2022-12-14T16:53:35.418Z] 765212b225bb: Pulling fs layer [2022-12-14T16:53:35.418Z] f23df028b6ca: Pulling fs layer [2022-12-14T16:53:35.418Z] d65c8cfc05b1: Pulling fs layer [2022-12-14T16:53:35.418Z] 2437ff75d9bd: Pulling fs layer [2022-12-14T16:53:35.418Z] f23df028b6ca: Waiting [2022-12-14T16:53:35.418Z] d65c8cfc05b1: Waiting [2022-12-14T16:53:35.418Z] 765212b225bb: Waiting [2022-12-14T16:53:35.418Z] 2437ff75d9bd: Waiting [2022-12-14T16:53:35.719Z] 04944245beec: Verifying Checksum [2022-12-14T16:53:35.719Z] 04944245beec: Download complete [2022-12-14T16:53:35.719Z] 765212b225bb: Verifying Checksum [2022-12-14T16:53:35.719Z] 765212b225bb: Download complete [2022-12-14T16:53:35.719Z] f23df028b6ca: Verifying Checksum [2022-12-14T16:53:35.719Z] f23df028b6ca: Download complete [2022-12-14T16:53:35.719Z] d65c8cfc05b1: Verifying Checksum [2022-12-14T16:53:35.719Z] d65c8cfc05b1: Download complete [2022-12-14T16:53:35.719Z] 699f458cf7ca: Verifying Checksum [2022-12-14T16:53:35.719Z] 699f458cf7ca: Download complete [2022-12-14T16:53:36.333Z] 8998bd30e6a1: Verifying Checksum [2022-12-14T16:53:36.333Z] 8998bd30e6a1: Download complete [2022-12-14T16:53:38.930Z] 2437ff75d9bd: Verifying Checksum [2022-12-14T16:53:38.930Z] 2437ff75d9bd: Download complete [2022-12-14T16:53:40.339Z] 8998bd30e6a1: Pull complete [2022-12-14T16:53:40.923Z] 04944245beec: Pull complete [2022-12-14T16:53:44.268Z] 699f458cf7ca: Pull complete [2022-12-14T16:53:44.268Z] 765212b225bb: Pull complete [2022-12-14T16:53:44.852Z] f23df028b6ca: Pull complete [2022-12-14T16:53:45.133Z] d65c8cfc05b1: Pull complete [2022-12-14T16:54:00.164Z] 2437ff75d9bd: Pull complete [2022-12-14T16:54:00.164Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-12-14T16:54:00.164Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-12-14T16:54:00.164Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-14T16:54:00.361Z] prd-ubuntu20.04-docker-arm64-4c-16g-121224 does not seem to be running inside a container [2022-12-14T16:54:00.420Z] $ 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/73 -v /w/workspace/device-rest-go/73:/w/workspace/device-rest-go/73:rw,z -v /w/workspace/device-rest-go/73@tmp:/w/workspace/device-rest-go/73@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-12-14T16:54:02.924Z] $ docker top 85964fea0713dee42d96cd5cfd204f37311d666269f84e7621339b3b99b350b6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-12-14T16:54:03.779Z] ---> job-cost.sh [2022-12-14T16:54:03.779Z] lf-activate-venv: SKIPPING [2022-12-14T16:54:03.779Z] INFO: No Stack... [2022-12-14T16:54:04.045Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-12-14T16:54:05.001Z] INFO: Archiving Costs [Pipeline] sh [2022-12-14T16:54:05.641Z] + cat /w/workspace/device-rest-go/73/archives/cost.csv [2022-12-14T16:54:05.641Z] + cut -d, -f6 [Pipeline] lock [2022-12-14T16:54:05.701Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-main-73-stack-cost] [2022-12-14T16:54:05.709Z] Resource [jenkins-edgexfoundry-device-rest-go-main-73-stack-cost] did not exist. Created. [2022-12-14T16:54:05.710Z] Lock acquired on [jenkins-edgexfoundry-device-rest-go-main-73-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-12-14T16:54:06.406Z] /w/workspace/device-rest-go/73@tmp/durable-5ba5ea7a/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-12-14T16:54:07.083Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-12-14T16:54:07.098Z] Warning: overwriting stash ‘stack-cost’ [2022-12-14T16:54:07.142Z] Stashed 1 file(s) [Pipeline] } [2022-12-14T16:54:07.150Z] Lock released on resource [jenkins-edgexfoundry-device-rest-go-main-73-stack-cost] [Pipeline] // lock [Pipeline] } [2022-12-14T16:54:07.168Z] $ docker stop --time=1 85964fea0713dee42d96cd5cfd204f37311d666269f84e7621339b3b99b350b6 [2022-12-14T16:54:08.636Z] $ docker rm -f 85964fea0713dee42d96cd5cfd204f37311d666269f84e7621339b3b99b350b6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2022-12-14T16:54:08.978Z] provisioning config files... [2022-12-14T16:54:08.985Z] copy managed file [device-rest-go-codecov-token] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config3964469564636170773tmp [Pipeline] { [Pipeline] sh [2022-12-14T16:54:09.274Z] + set +x [2022-12-14T16:54:09.274Z] + + bashcurl -s -s -- https://codecov.io/bash [2022-12-14T16:54:09.274Z] [2022-12-14T16:54:09.274Z] [2022-12-14T16:54:09.274Z] _____ _ [2022-12-14T16:54:09.274Z] / ____| | | [2022-12-14T16:54:09.274Z] | | ___ __| | ___ ___ _____ __ [2022-12-14T16:54:09.274Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-12-14T16:54:09.274Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-12-14T16:54:09.274Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-12-14T16:54:09.274Z] Bash-1.0.6 [2022-12-14T16:54:09.274Z] [2022-12-14T16:54:09.274Z] [2022-12-14T16:54:09.274Z] ==> git version 2.25.1 found [2022-12-14T16:54:09.274Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2022-12-14T16:54:09.274Z] Release-Date: 2020-01-08 [2022-12-14T16:54:09.274Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-12-14T16:54:09.274Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-12-14T16:54:09.274Z] ==> Jenkins CI detected. [2022-12-14T16:54:09.274Z] current dir:  /w/workspace/edgexfoundry_device-rest-go_main [2022-12-14T16:54:09.274Z] project root: . [2022-12-14T16:54:09.274Z] --> token set from env [2022-12-14T16:54:09.274Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-12-14T16:54:09.274Z] ==> Running gcov in . (disable via -X gcov) [2022-12-14T16:54:09.274Z] ==> Python coveragepy not found [2022-12-14T16:54:09.274Z] ==> Searching for coverage reports in: [2022-12-14T16:54:09.274Z] + . [2022-12-14T16:54:09.274Z] -> Found 1 reports [2022-12-14T16:54:09.274Z] ==> Detecting git/mercurial file structure [2022-12-14T16:54:09.274Z] ==> Reading reports [2022-12-14T16:54:09.274Z] + ./coverage.out bytes=9355 [2022-12-14T16:54:09.274Z] ==> Appending adjustments [2022-12-14T16:54:09.274Z] https://docs.codecov.io/docs/fixing-reports [2022-12-14T16:54:09.533Z] + Found adjustments [2022-12-14T16:54:09.533Z] ==> Gzipping contents [2022-12-14T16:54:09.533Z] 4.0K /tmp/codecov.zQSR3i.gz [2022-12-14T16:54:09.533Z] ==> Uploading reports [2022-12-14T16:54:09.533Z] url: https://codecov.io [2022-12-14T16:54:09.533Z] query: branch=main&commit=92bd9c00148e5243a860f84a1cf80326c22a5698&build=73&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F73%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2022-12-14T16:54:09.533Z] -> Pinging Codecov [2022-12-14T16:54:09.533Z] 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=92bd9c00148e5243a860f84a1cf80326c22a5698&build=73&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F73%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2022-12-14T16:54:09.792Z] -> Uploading to [2022-12-14T16:54:09.792Z] https://storage.googleapis.com/codecov/v4/raw/2022-12-14/4E5D53B4F1F92C436F7061BF334D961C/92bd9c00148e5243a860f84a1cf80326c22a5698/649255d2-6648-4fd9-b8b1-3aba8c749ff3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221214%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221214T165409Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=eb481c62ee6213b0433b2bc1d4ede7cbc0a51bbe2aca5acf430231d66d44ebed [2022-12-14T16:54:09.792Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-12-14T16:54:09.792Z] Dload Upload Total Spent Left Speed [2022-12-14T16:54:10.050Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1734 0 0 100 1734 0 8670 --:--:-- --:--:-- --:--:-- 8670 [2022-12-14T16:54:10.050Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rest-go/commit/92bd9c00148e5243a860f84a1cf80326c22a5698 [Pipeline] } [2022-12-14T16:54:10.058Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2022-12-14T16:54:10.149Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2022-12-14T16:54:10.161Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T16:54:10.451Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-12-14T16:54:10.451Z] [2022-12-14T16:54:10.451Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T16:54:10.748Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-12-14T16:54:10.748Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2022-12-14T16:54:10.748Z] df9b9388f04a: Pulling fs layer [2022-12-14T16:54:10.748Z] 52dc419b0ee2: Pulling fs layer [2022-12-14T16:54:10.748Z] 25bc292e5bac: Pulling fs layer [2022-12-14T16:54:10.748Z] 114826534d7a: Pulling fs layer [2022-12-14T16:54:10.748Z] 4657fd5d0bcf: Pulling fs layer [2022-12-14T16:54:10.748Z] 6ad1cebc031e: Pulling fs layer [2022-12-14T16:54:10.748Z] 8a3aa393b2d8: Pulling fs layer [2022-12-14T16:54:10.748Z] 4657fd5d0bcf: Waiting [2022-12-14T16:54:10.748Z] 6ad1cebc031e: Waiting [2022-12-14T16:54:10.748Z] 8a3aa393b2d8: Waiting [2022-12-14T16:54:10.748Z] 114826534d7a: Waiting [2022-12-14T16:54:10.748Z] 25bc292e5bac: Verifying Checksum [2022-12-14T16:54:10.748Z] 25bc292e5bac: Download complete [2022-12-14T16:54:10.748Z] 52dc419b0ee2: Download complete [2022-12-14T16:54:10.748Z] 4657fd5d0bcf: Verifying Checksum [2022-12-14T16:54:10.748Z] 4657fd5d0bcf: Download complete [2022-12-14T16:54:10.748Z] df9b9388f04a: Verifying Checksum [2022-12-14T16:54:10.748Z] df9b9388f04a: Download complete [2022-12-14T16:54:11.005Z] 6ad1cebc031e: Verifying Checksum [2022-12-14T16:54:11.005Z] 6ad1cebc031e: Download complete [2022-12-14T16:54:11.005Z] df9b9388f04a: Pull complete [2022-12-14T16:54:11.005Z] 52dc419b0ee2: Pull complete [2022-12-14T16:54:11.265Z] 25bc292e5bac: Pull complete [2022-12-14T16:54:11.832Z] 114826534d7a: Verifying Checksum [2022-12-14T16:54:11.832Z] 114826534d7a: Download complete [2022-12-14T16:54:11.832Z] 8a3aa393b2d8: Verifying Checksum [2022-12-14T16:54:11.832Z] 8a3aa393b2d8: Download complete [2022-12-14T16:54:15.123Z] 114826534d7a: Pull complete [2022-12-14T16:54:15.123Z] 4657fd5d0bcf: Pull complete [2022-12-14T16:54:15.689Z] 6ad1cebc031e: Pull complete [2022-12-14T16:54:18.218Z] 8a3aa393b2d8: Pull complete [2022-12-14T16:54:18.218Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2022-12-14T16:54:18.218Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-12-14T16:54:18.218Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-14T16:54:18.292Z] prd-ubuntu20.04-docker-8c-8g-121221 does not seem to be running inside a container [2022-12-14T16:54:18.323Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2022-12-14T16:54:22.698Z] $ docker top 2cb34bbace191a391736b46db74020aec0e3e8a565fa00297833b4489359537b -eo pid,comm [Pipeline] { [Pipeline] echo [2022-12-14T16:54:22.754Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-rest-go:main' [Pipeline] sh [2022-12-14T16:54:23.029Z] + set -o pipefail [2022-12-14T16:54:23.029Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-rest-go:main' [2022-12-14T16:54:29.605Z] [2022-12-14T16:54:29.605Z] Monitoring /w/workspace/edgexfoundry_device-rest-go_main (github.com/edgexfoundry/device-rest-go)... [2022-12-14T16:54:29.605Z] [2022-12-14T16:54:29.605Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6693b2f8-cb2c-4fe8-a536-d1b67f9ec7d5/history/7cf72411-2b27-45e1-85bb-05941f6b2648 [2022-12-14T16:54:29.605Z] [2022-12-14T16:54:29.605Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2022-12-14T16:54:29.605Z] [2022-12-14T16:54:29.605Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2022-12-14T16:54:29.605Z] [2022-12-14T16:54:29.605Z] [2022-12-14T16:54:29.605Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2022-12-14T16:54:29.605Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2022-12-14T16:54:29.605Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2022-12-14T16:54:29.618Z] $ docker stop --time=1 2cb34bbace191a391736b46db74020aec0e3e8a565fa00297833b4489359537b [2022-12-14T16:54:33.143Z] $ docker rm -f 2cb34bbace191a391736b46db74020aec0e3e8a565fa00297833b4489359537b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-12-14T16:54:33.882Z] + git log --format=format:%s -1 92bd9c00148e5243a860f84a1cf80326c22a5698 [Pipeline] sh [2022-12-14T16:54:34.172Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-12-14T16:54:34.172Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T16:54:34.473Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-12-14T16:54:34.473Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-14T16:54:34.550Z] prd-ubuntu20.04-docker-8c-8g-121221 does not seem to be running inside a container [2022-12-14T16:54:34.585Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-12-14T16:54:35.045Z] $ docker top 4d041c03c0fa6c72391d8a09b3d6074173f44c19b72ed253577f8586df20b58f -eo pid,comm [2022-12-14T16:54:35.089Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2022-12-14T16:54:35.089Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-12-14T16:54:35.122Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-12-14T16:54:35.122Z] [ssh-agent] Looking for ssh-agent implementation... [2022-12-14T16:54:35.227Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-12-14T16:54:35.230Z] $ docker exec 4d041c03c0fa6c72391d8a09b3d6074173f44c19b72ed253577f8586df20b58f ssh-agent [2022-12-14T16:54:35.329Z] SSH_AUTH_SOCK=/tmp/ssh-4ozME0h3QQ96/agent.32 [2022-12-14T16:54:35.329Z] SSH_AGENT_PID=38 [2022-12-14T16:54:35.334Z] Running ssh-add (command line suppressed) [2022-12-14T16:54:35.430Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_9595271221275703760.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_9595271221275703760.key) [2022-12-14T16:54:35.441Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-12-14T16:54:35.722Z] + git semver tag [2022-12-14T16:54:35.981Z] 2022-12-14 16:54:35,891 [run_tag] DEBUG tag force:False [2022-12-14T16:54:35.981Z] 2022-12-14 16:54:35,891 [check_head_tag] DEBUG check head tag [2022-12-14T16:54:35.981Z] 2022-12-14 16:54:35,892 [execute] INFO git cat-file --batch-check [2022-12-14T16:54:35.981Z] 2022-12-14 16:54:35,892 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=) [2022-12-14T16:54:35.981Z] 2022-12-14 16:54:35,896 [execute] INFO git cat-file --batch [2022-12-14T16:54:35.981Z] 2022-12-14 16:54:35,896 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=) [2022-12-14T16:54:35.981Z] 2022-12-14 16:54:35,909 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2022-12-14T16:54:35.981Z] 2022-12-14 16:54:35,910 [execute] INFO git tag -a v3.0.0-dev.1 -m v3.0.0-dev.1 [2022-12-14T16:54:35.981Z] 2022-12-14 16:54:35,910 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.1', '-m', 'v3.0.0-dev.1'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=None) [2022-12-14T16:54:35.981Z] 2022-12-14 16:54:35,915 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2022-12-14T16:54:35.981Z] 3.0.0-dev.1 [Pipeline] } [2022-12-14T16:54:35.991Z] $ docker exec --env ******** --env ******** 4d041c03c0fa6c72391d8a09b3d6074173f44c19b72ed253577f8586df20b58f ssh-agent -k [2022-12-14T16:54:36.080Z] unset SSH_AUTH_SOCK; [2022-12-14T16:54:36.080Z] unset SSH_AGENT_PID; [2022-12-14T16:54:36.080Z] echo Agent pid 38 killed; [2022-12-14T16:54:36.087Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-12-14T16:54:36.384Z] + git semver [Pipeline] } [2022-12-14T16:54:36.662Z] $ docker stop --time=1 4d041c03c0fa6c72391d8a09b3d6074173f44c19b72ed253577f8586df20b58f [2022-12-14T16:54:37.935Z] $ docker rm -f 4d041c03c0fa6c72391d8a09b3d6074173f44c19b72ed253577f8586df20b58f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T16:54:38.327Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-12-14T16:54:38.327Z] [2022-12-14T16:54:38.327Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T16:54:38.631Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-12-14T16:54:38.631Z] 0.23.1-centos7: Pulling from edgex-lftools [2022-12-14T16:54:38.631Z] ab5ef0e58194: Pulling fs layer [2022-12-14T16:54:38.631Z] 9712f1f96733: Pulling fs layer [2022-12-14T16:54:38.631Z] 63f879dbbcfc: Pulling fs layer [2022-12-14T16:54:38.631Z] 0d9ebad4ef96: Pulling fs layer [2022-12-14T16:54:38.631Z] e9a5061849ea: Pulling fs layer [2022-12-14T16:54:38.631Z] d747dcd14b5f: Pulling fs layer [2022-12-14T16:54:38.631Z] 2de7ff778b66: Pulling fs layer [2022-12-14T16:54:38.631Z] e9a5061849ea: Waiting [2022-12-14T16:54:38.631Z] 2de7ff778b66: Waiting [2022-12-14T16:54:38.631Z] d747dcd14b5f: Waiting [2022-12-14T16:54:38.631Z] 0d9ebad4ef96: Waiting [2022-12-14T16:54:38.631Z] 9712f1f96733: Verifying Checksum [2022-12-14T16:54:38.631Z] 9712f1f96733: Download complete [2022-12-14T16:54:38.892Z] 63f879dbbcfc: Verifying Checksum [2022-12-14T16:54:38.892Z] 63f879dbbcfc: Download complete [2022-12-14T16:54:39.152Z] e9a5061849ea: Verifying Checksum [2022-12-14T16:54:39.152Z] e9a5061849ea: Download complete [2022-12-14T16:54:39.152Z] d747dcd14b5f: Download complete [2022-12-14T16:54:39.152Z] 0d9ebad4ef96: Verifying Checksum [2022-12-14T16:54:39.152Z] 0d9ebad4ef96: Download complete [2022-12-14T16:54:39.412Z] ab5ef0e58194: Download complete [2022-12-14T16:54:39.412Z] 2de7ff778b66: Verifying Checksum [2022-12-14T16:54:39.412Z] 2de7ff778b66: Download complete [2022-12-14T16:54:41.948Z] ab5ef0e58194: Pull complete [2022-12-14T16:54:41.948Z] 9712f1f96733: Pull complete [2022-12-14T16:54:42.512Z] 63f879dbbcfc: Pull complete [2022-12-14T16:54:45.794Z] 0d9ebad4ef96: Pull complete [2022-12-14T16:54:45.794Z] e9a5061849ea: Pull complete [2022-12-14T16:54:46.052Z] d747dcd14b5f: Pull complete [2022-12-14T16:54:46.985Z] 2de7ff778b66: Pull complete [2022-12-14T16:54:46.985Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2022-12-14T16:54:46.985Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-12-14T16:54:46.985Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-14T16:54:47.056Z] prd-ubuntu20.04-docker-8c-8g-121221 does not seem to be running inside a container [2022-12-14T16:54:47.081Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2022-12-14T16:54:52.220Z] $ docker top 2e7da6d9e91fe58b710d6c20d81046f6891944ebb051279a7df446923ef75a63 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2022-12-14T16:54:52.285Z] provisioning config files... [2022-12-14T16:54:52.292Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config14002718885534434270tmp [2022-12-14T16:54:52.301Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config14159649302982540951tmp [2022-12-14T16:54:52.309Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config554212916117010339tmp [Pipeline] { [Pipeline] echo [2022-12-14T16:54:52.321Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2022-12-14T16:54:52.601Z] ---> sigul-configuration.sh [2022-12-14T16:54:52.601Z] gpg: directory `/root/.gnupg' created [2022-12-14T16:54:52.601Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2022-12-14T16:54:52.601Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2022-12-14T16:54:52.601Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2022-12-14T16:54:52.601Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2022-12-14T16:54:52.601Z] gpg: CAST5 encrypted data [2022-12-14T16:54:52.601Z] gpg: encrypted with 1 passphrase [2022-12-14T16:54:52.601Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2022-12-14T16:54:52.882Z] + mkdir /home/jenkins [2022-12-14T16:54:52.882Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2022-12-14T16:54:53.165Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2022-12-14T16:54:53.173Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2022-12-14T16:54:53.455Z] ---> sigul-install.sh [2022-12-14T16:54:53.455Z] Sigul already installed; skipping installation. [Pipeline] sh [2022-12-14T16:54:53.740Z] + git tag --list [2022-12-14T16:54:53.740Z] v1.0.0 [2022-12-14T16:54:53.740Z] v1.1.0 [2022-12-14T16:54:53.740Z] v1.1.1 [2022-12-14T16:54:53.740Z] v1.1.2 [2022-12-14T16:54:53.740Z] v1.2.0 [2022-12-14T16:54:53.740Z] v1.2.1 [2022-12-14T16:54:53.740Z] v2.0.0 [2022-12-14T16:54:53.740Z] v2.1.0 [2022-12-14T16:54:53.740Z] v2.1.1 [2022-12-14T16:54:53.740Z] v2.1.1-dev.1 [2022-12-14T16:54:53.740Z] v2.1.1-dev.2 [2022-12-14T16:54:53.740Z] v2.1.1-dev.3 [2022-12-14T16:54:53.740Z] v2.2.0 [2022-12-14T16:54:53.740Z] v2.2.1-dev.1 [2022-12-14T16:54:53.740Z] v2.2.1-dev.2 [2022-12-14T16:54:53.740Z] v2.2.1-dev.3 [2022-12-14T16:54:53.740Z] v2.2.1-dev.4 [2022-12-14T16:54:53.740Z] v2.2.1-dev.5 [2022-12-14T16:54:53.740Z] v2.2.1-dev.6 [2022-12-14T16:54:53.740Z] v2.2.1-dev.7 [2022-12-14T16:54:53.740Z] v2.2.1-dev.8 [2022-12-14T16:54:53.740Z] v2.2.1-dev.9 [2022-12-14T16:54:53.740Z] v2.3.0 [2022-12-14T16:54:53.740Z] v2.3.0-dev.10 [2022-12-14T16:54:53.740Z] v2.3.0-dev.11 [2022-12-14T16:54:53.740Z] v2.3.0-dev.12 [2022-12-14T16:54:53.740Z] v2.3.0-dev.13 [2022-12-14T16:54:53.740Z] v2.3.0-dev.14 [2022-12-14T16:54:53.740Z] v2.3.0-dev.15 [2022-12-14T16:54:53.740Z] v2.3.0-dev.16 [2022-12-14T16:54:53.740Z] v2.3.0-dev.17 [2022-12-14T16:54:53.740Z] v2.3.0-dev.18 [2022-12-14T16:54:53.740Z] v2.3.0-dev.19 [2022-12-14T16:54:53.740Z] v2.3.0-dev.20 [2022-12-14T16:54:53.740Z] v2.3.0-dev.21 [2022-12-14T16:54:53.740Z] v2.3.0-dev.22 [2022-12-14T16:54:53.740Z] v2.3.0-dev.23 [2022-12-14T16:54:53.740Z] v2.3.0-dev.24 [2022-12-14T16:54:53.740Z] v2.3.0-dev.25 [2022-12-14T16:54:53.740Z] v2.3.0-dev.9 [2022-12-14T16:54:53.740Z] v3.0.0-dev.1 [Pipeline] sh [2022-12-14T16:54:54.026Z] + lftools sign git-tag v3.0.0-dev.1 [2022-12-14T16:54:54.593Z] Signing Git tag with Sigul... [2022-12-14T16:54:54.593Z] Signing v3.0.0-dev.1 [Pipeline] echo [2022-12-14T16:54:54.859Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2022-12-14T16:54:55.139Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2022-12-14T16:54:55.145Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2022-12-14T16:54:55.167Z] $ docker stop --time=1 2e7da6d9e91fe58b710d6c20d81046f6891944ebb051279a7df446923ef75a63 [2022-12-14T16:54:56.569Z] $ docker rm -f 2e7da6d9e91fe58b710d6c20d81046f6891944ebb051279a7df446923ef75a63 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2022-12-14T16:54:56.960Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-12-14T16:54:56.960Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T16:54:57.253Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-12-14T16:54:57.253Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-14T16:54:57.314Z] prd-ubuntu20.04-docker-8c-8g-121221 does not seem to be running inside a container [2022-12-14T16:54:57.346Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-12-14T16:54:57.663Z] $ docker top 7f6e7f63c8a8ce2190b09d5d2640140cc6ad0776266ef020ee5bbb22dad27586 -eo pid,comm [2022-12-14T16:54:57.707Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2022-12-14T16:54:57.707Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-12-14T16:54:57.745Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-12-14T16:54:57.745Z] [ssh-agent] Looking for ssh-agent implementation... [2022-12-14T16:54:57.860Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-12-14T16:54:57.863Z] $ docker exec 7f6e7f63c8a8ce2190b09d5d2640140cc6ad0776266ef020ee5bbb22dad27586 ssh-agent [2022-12-14T16:54:57.968Z] SSH_AUTH_SOCK=/tmp/ssh-DCyDzkKDVyKz/agent.33 [2022-12-14T16:54:57.968Z] SSH_AGENT_PID=39 [2022-12-14T16:54:57.972Z] Running ssh-add (command line suppressed) [2022-12-14T16:54:58.075Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_862117740309796801.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_862117740309796801.key) [2022-12-14T16:54:58.084Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-12-14T16:54:58.368Z] + git semver bump pre [2022-12-14T16:54:58.626Z] 2022-12-14 16:54:58,550 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2022-12-14T16:54:58.626Z] 2022-12-14 16:54:58,550 [bump_version] DEBUG bumping version:3.0.0-dev.1 on axis:pre with prefix:dev [2022-12-14T16:54:58.626Z] 2022-12-14 16:54:58,550 [bump_version] DEBUG bumped version:3.0.0-dev.2 [2022-12-14T16:54:58.626Z] 2022-12-14 16:54:58,550 [write_version] DEBUG write version:3.0.0-dev.2 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:True [2022-12-14T16:54:58.626Z] 2022-12-14 16:54:58,550 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2022-12-14T16:54:58.626Z] 2022-12-14 16:54:58,550 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2022-12-14T16:54:58.626Z] 2022-12-14 16:54:58,553 [execute] INFO git cat-file --batch-check [2022-12-14T16:54:58.626Z] 2022-12-14 16:54:58,553 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=) [2022-12-14T16:54:58.626Z] 2022-12-14 16:54:58,558 [execute] INFO git cat-file --batch [2022-12-14T16:54:58.626Z] 2022-12-14 16:54:58,558 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=) [2022-12-14T16:54:58.626Z] 2022-12-14 16:54:58,563 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2022-12-14T16:54:58.626Z] 3.0.0-dev.2 [Pipeline] } [2022-12-14T16:54:58.636Z] $ docker exec --env ******** --env ******** 7f6e7f63c8a8ce2190b09d5d2640140cc6ad0776266ef020ee5bbb22dad27586 ssh-agent -k [2022-12-14T16:54:58.738Z] unset SSH_AUTH_SOCK; [2022-12-14T16:54:58.738Z] unset SSH_AGENT_PID; [2022-12-14T16:54:58.738Z] echo Agent pid 39 killed; [2022-12-14T16:54:58.746Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-12-14T16:54:59.040Z] + git semver [Pipeline] } [2022-12-14T16:54:59.309Z] $ docker stop --time=1 7f6e7f63c8a8ce2190b09d5d2640140cc6ad0776266ef020ee5bbb22dad27586 [2022-12-14T16:55:00.610Z] $ docker rm -f 7f6e7f63c8a8ce2190b09d5d2640140cc6ad0776266ef020ee5bbb22dad27586 [Pipeline] // withDockerContainer [Pipeline] sh [2022-12-14T16:55:00.968Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-12-14T16:55:00.968Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T16:55:01.262Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-12-14T16:55:01.262Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-14T16:55:01.321Z] prd-ubuntu20.04-docker-8c-8g-121221 does not seem to be running inside a container [2022-12-14T16:55:01.350Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-12-14T16:55:01.700Z] $ docker top 47cc4bbee56c5e5149a3b0b26e8adb9bde6b5cf6076607f23d5ddc32010c59f7 -eo pid,comm [2022-12-14T16:55:01.745Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2022-12-14T16:55:01.745Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-12-14T16:55:01.777Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-12-14T16:55:01.778Z] [ssh-agent] Looking for ssh-agent implementation... [2022-12-14T16:55:01.874Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-12-14T16:55:01.878Z] $ docker exec 47cc4bbee56c5e5149a3b0b26e8adb9bde6b5cf6076607f23d5ddc32010c59f7 ssh-agent [2022-12-14T16:55:01.978Z] SSH_AUTH_SOCK=/tmp/ssh-uf9sFCkRPHwG/agent.32 [2022-12-14T16:55:01.979Z] SSH_AGENT_PID=38 [2022-12-14T16:55:01.984Z] Running ssh-add (command line suppressed) [2022-12-14T16:55:02.075Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_5868140126148728899.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_5868140126148728899.key) [2022-12-14T16:55:02.085Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-12-14T16:55:02.372Z] + git semver push [2022-12-14T16:55:02.632Z] 2022-12-14 16:55:02,538 [run_push] DEBUG push [2022-12-14T16:55:02.632Z] 2022-12-14 16:55:02,538 [execute] INFO git cat-file --batch-check [2022-12-14T16:55:02.632Z] 2022-12-14 16:55:02,539 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=) [2022-12-14T16:55:02.632Z] 2022-12-14 16:55:02,542 [execute] INFO git rev-list 7e1851988f7fd6f63dfe7a69d67bc8b417acc955 -- [2022-12-14T16:55:02.632Z] 2022-12-14 16:55:02,542 [execute] DEBUG Popen(['git', 'rev-list', '7e1851988f7fd6f63dfe7a69d67bc8b417acc955', '--'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2022-12-14T16:55:02.632Z] 2022-12-14 16:55:02,546 [execute] INFO git fetch -v origin [2022-12-14T16:55:02.632Z] 2022-12-14 16:55:02,546 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2022-12-14T16:55:03.567Z] 2022-12-14 16:55:03,304 [run_push] DEBUG no remote changes detected [2022-12-14T16:55:03.567Z] 2022-12-14 16:55:03,305 [execute] INFO git push origin semver [2022-12-14T16:55:03.567Z] 2022-12-14 16:55:03,305 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2022-12-14T16:55:04.502Z] 2022-12-14 16:55:04,136 [run_push] DEBUG push all version tags [2022-12-14T16:55:04.502Z] 2022-12-14 16:55:04,136 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2022-12-14T16:55:04.502Z] 2022-12-14 16:55:04,137 [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) [2022-12-14T16:55:05.069Z] 2022-12-14 16:55:04,907 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2022-12-14T16:55:05.069Z] 3.0.0-dev.2 [Pipeline] } [2022-12-14T16:55:05.079Z] $ docker exec --env ******** --env ******** 47cc4bbee56c5e5149a3b0b26e8adb9bde6b5cf6076607f23d5ddc32010c59f7 ssh-agent -k [2022-12-14T16:55:05.184Z] unset SSH_AUTH_SOCK; [2022-12-14T16:55:05.184Z] unset SSH_AGENT_PID; [2022-12-14T16:55:05.184Z] echo Agent pid 38 killed; [2022-12-14T16:55:05.195Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-12-14T16:55:05.496Z] + git semver [Pipeline] } [2022-12-14T16:55:05.769Z] $ docker stop --time=1 47cc4bbee56c5e5149a3b0b26e8adb9bde6b5cf6076607f23d5ddc32010c59f7 [2022-12-14T16:55:07.052Z] $ docker rm -f 47cc4bbee56c5e5149a3b0b26e8adb9bde6b5cf6076607f23d5ddc32010c59f7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-12-14T16:55:07.577Z] + [ -d /w/workspace/edgexfoundry_device-rest-go_main/archives ] [2022-12-14T16:55:07.577Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2022-12-14T16:55:07.577Z] total 16 [2022-12-14T16:55:07.577Z] drwxr-xr-x 3 root root 4096 Dec 14 16:45 . [2022-12-14T16:55:07.577Z] drwxrwxr-x 10 jenkins jenkins 4096 Dec 14 16:54 .. [2022-12-14T16:55:07.577Z] drwxr-xr-x 2 root root 4096 Dec 14 16:45 cost [2022-12-14T16:55:07.577Z] -rw-r--r-- 1 root root 85 Dec 14 16:45 cost.csv [2022-12-14T16:55:07.577Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-rest-go_main/archives [2022-12-14T16:55:07.577Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2022-12-14T16:55:07.577Z] total 16 [2022-12-14T16:55:07.577Z] drwxr-xr-x 3 jenkins jenkins 4096 Dec 14 16:45 . [2022-12-14T16:55:07.577Z] drwxrwxr-x 10 jenkins jenkins 4096 Dec 14 16:54 .. [2022-12-14T16:55:07.577Z] drwxr-xr-x 2 jenkins jenkins 4096 Dec 14 16:45 cost [2022-12-14T16:55:07.577Z] -rw-r--r-- 1 jenkins jenkins 85 Dec 14 16:45 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-12-14T16:55:07.863Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-12-14T16:55:08.715Z] ---> package-listing.sh [2022-12-14T16:55:08.715Z] ++ facter osfamily [2022-12-14T16:55:08.715Z] ++ tr '[:upper:]' '[:lower:]' [2022-12-14T16:55:08.974Z] + OS_FAMILY=debian [2022-12-14T16:55:08.974Z] + workspace=/w/workspace/edgexfoundry_device-rest-go_main [2022-12-14T16:55:08.974Z] + START_PACKAGES=/tmp/packages_start.txt [2022-12-14T16:55:08.974Z] + END_PACKAGES=/tmp/packages_end.txt [2022-12-14T16:55:08.974Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-12-14T16:55:08.974Z] + PACKAGES=/tmp/packages_start.txt [2022-12-14T16:55:08.974Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2022-12-14T16:55:08.974Z] + PACKAGES=/tmp/packages_end.txt [2022-12-14T16:55:08.974Z] + case "${OS_FAMILY}" in [2022-12-14T16:55:08.974Z] + dpkg -l [2022-12-14T16:55:08.974Z] + grep '^ii' [2022-12-14T16:55:08.974Z] + '[' -f /tmp/packages_start.txt ']' [2022-12-14T16:55:08.974Z] + '[' -f /tmp/packages_end.txt ']' [2022-12-14T16:55:08.974Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-12-14T16:55:08.974Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2022-12-14T16:55:08.974Z] + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ [2022-12-14T16:55:08.974Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-rest-go_main/archives/ [Pipeline] echo [2022-12-14T16:55:08.984Z] 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 [2022-12-14T16:55:09.261Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-14T16:55:09.817Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-12-14T16:55:09.817Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-14T16:55:09.880Z] prd-ubuntu20.04-docker-8c-8g-121221 does not seem to be running inside a container [2022-12-14T16:55:09.907Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-12-14T16:55:10.178Z] $ docker top f89a42ca2fb4c8d47dcefc85eb05e394e4d1b5f5c802cbe25fc6bc5348366b47 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-12-14T16:55:10.506Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-12-14T16:55:10.787Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-12-14T16:55:11.067Z] + ls /var/log/sa-host [2022-12-14T16:55:11.067Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-12-14T16:55:11.134Z] provisioning config files... [2022-12-14T16:55:11.143Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config8507566897432606684tmp [Pipeline] { [Pipeline] echo [2022-12-14T16:55:11.153Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-12-14T16:55:11.430Z] ---> create-netrc.sh [Pipeline] } [2022-12-14T16:55:11.436Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-12-14T16:55:11.755Z] ---> python-tools-install.sh [Pipeline] echo [2022-12-14T16:55:11.763Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-12-14T16:55:12.041Z] ---> sudo-logs.sh [2022-12-14T16:55:12.041Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-12-14T16:55:12.110Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-12-14T16:55:12.435Z] ---> job-cost.sh [2022-12-14T16:55:12.435Z] lf-activate-venv: SKIPPING [2022-12-14T16:55:12.435Z] DEBUG: total: 0.2199999988079071 [2022-12-14T16:55:12.435Z] INFO: Retrieving Stack Cost... [2022-12-14T16:55:12.716Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-12-14T16:55:12.993Z] INFO: Archiving Costs [Pipeline] echo [2022-12-14T16:55:13.011Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-12-14T16:55:13.291Z] ---> logs-deploy.sh [2022-12-14T16:55:13.291Z] lf-activate-venv: SKIPPING [2022-12-14T16:55:13.291Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/73 [2022-12-14T16:55:13.291Z] INFO: archiving workspace using pattern(s): [2022-12-14T16:55:14.226Z] Archives upload complete. [2022-12-14T16:55:14.226Z] INFO: archiving logs to Nexus [2022-12-14T16:55:14.794Z] ---> uname -a: [2022-12-14T16:55:14.794Z] Linux prd-ubuntu20-04-docker-8c-8g-121221 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2022-12-14T16:55:14.794Z] [2022-12-14T16:55:14.794Z] [2022-12-14T16:55:14.794Z] ---> lscpu: [2022-12-14T16:55:14.794Z] Architecture: x86_64 [2022-12-14T16:55:14.794Z] CPU op-mode(s): 32-bit, 64-bit [2022-12-14T16:55:14.794Z] Byte Order: Little Endian [2022-12-14T16:55:14.794Z] Address sizes: 40 bits physical, 48 bits virtual [2022-12-14T16:55:14.794Z] CPU(s): 8 [2022-12-14T16:55:14.794Z] On-line CPU(s) list: 0-7 [2022-12-14T16:55:14.794Z] Thread(s) per core: 1 [2022-12-14T16:55:14.794Z] Core(s) per socket: 1 [2022-12-14T16:55:14.794Z] Socket(s): 8 [2022-12-14T16:55:14.794Z] NUMA node(s): 1 [2022-12-14T16:55:14.794Z] Vendor ID: AuthenticAMD [2022-12-14T16:55:14.794Z] CPU family: 23 [2022-12-14T16:55:14.794Z] Model: 49 [2022-12-14T16:55:14.794Z] Model name: AMD EPYC-Rome Processor [2022-12-14T16:55:14.794Z] Stepping: 0 [2022-12-14T16:55:14.794Z] CPU MHz: 2800.002 [2022-12-14T16:55:14.794Z] BogoMIPS: 5600.00 [2022-12-14T16:55:14.794Z] Virtualization: AMD-V [2022-12-14T16:55:14.794Z] Hypervisor vendor: KVM [2022-12-14T16:55:14.794Z] Virtualization type: full [2022-12-14T16:55:14.794Z] L1d cache: 256 KiB [2022-12-14T16:55:14.794Z] L1i cache: 256 KiB [2022-12-14T16:55:14.794Z] L2 cache: 4 MiB [2022-12-14T16:55:14.794Z] L3 cache: 128 MiB [2022-12-14T16:55:14.794Z] NUMA node0 CPU(s): 0-7 [2022-12-14T16:55:14.794Z] Vulnerability Itlb multihit: Not affected [2022-12-14T16:55:14.794Z] Vulnerability L1tf: Not affected [2022-12-14T16:55:14.794Z] Vulnerability Mds: Not affected [2022-12-14T16:55:14.794Z] Vulnerability Meltdown: Not affected [2022-12-14T16:55:14.794Z] Vulnerability Mmio stale data: Not affected [2022-12-14T16:55:14.794Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-12-14T16:55:14.794Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2022-12-14T16:55:14.794Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2022-12-14T16:55:14.794Z] Vulnerability Srbds: Not affected [2022-12-14T16:55:14.794Z] Vulnerability Tsx async abort: Not affected [2022-12-14T16:55:14.794Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2022-12-14T16:55:14.794Z] [2022-12-14T16:55:14.794Z]