Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from d405a4f26b456a8be44145d93bfbd9a91d93e9fc 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-ssh15030616334141770100.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 0b81fa10a7dd14683a964f04f411324fe83f93ac 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-ssh3485872497353002290.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 0b81fa10a7dd14683a964f04f411324fe83f93ac 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-ssh3152711336698387242.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 0b81fa10a7dd14683a964f04f411324fe83f93ac (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 0b81fa10a7dd14683a964f04f411324fe83f93ac # timeout=10 Commit message: "Merge pull request #457 from jinlinGuan/golang-1.23" > 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-ssh14795797092042753525.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-ssh929891452980898796.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.23 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-24250 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 d405a4f26b456a8be44145d93bfbd9a91d93e9fc (main) Commit message: "Merge pull request #423 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.0.0-dev.2" > 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 d405a4f26b456a8be44145d93bfbd9a91d93e9fc # timeout=10 > git rev-list --no-walk 4864046db187b802f4fd351f9abe59b5b3174726 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-11-01T00:21:05.276Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-11-01T00:21:05.353Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-11-01T00:21:05.372Z] ========================================================= [2024-11-01T00:21:05.372Z] EdgeX Global Pipelines Version Info [2024-11-01T00:21:05.372Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-11-01T00:21:06.093Z] ------------------- [2024-11-01T00:21:06.093Z] stable info: [2024-11-01T00:21:06.093Z] ------------------- [2024-11-01T00:21:06.093Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-11-01T00:21:06.093Z] Commit SHA: 0b81fa10a7dd14683a964f04f411324fe83f93ac [2024-11-01T00:21:06.093Z] Message: update stable to v1.0.265 [2024-11-01T00:21:06.665Z] ------------------- [2024-11-01T00:21:06.665Z] experimental info: [2024-11-01T00:21:06.665Z] ------------------- [2024-11-01T00:21:06.665Z] Commited By: Cherry Wang cherry@iotechsys.com [2024-11-01T00:21:06.665Z] Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 [2024-11-01T00:21:06.665Z] Message: update experimental to v1.0.264 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-11-01T00:21:06.757Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2024-11-01T00:21:06.778Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2024-11-01T00:21:06.800Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-11-01T00:21:06.828Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-11-01T00:21:06.854Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-11-01T00:21:06.875Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2024-11-01T00:21:06.898Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-11-01T00:21:06.922Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2024-11-01T00:21:06.950Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-11-01T00:21:06.980Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-11-01T00:21:07.008Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-11-01T00:21:07.040Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo [2024-11-01T00:21:07.064Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-11-01T00:21:07.086Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-11-01T00:21:07.112Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-11-01T00:21:07.134Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-11-01T00:21:07.157Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2024-11-01T00:21:07.180Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2024-11-01T00:21:07.204Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-11-01T00:21:07.225Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-11-01T00:21:07.242Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2024-11-01T00:21:07.268Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2024-11-01T00:21:07.294Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2024-11-01T00:21:07.326Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2024-11-01T00:21:07.351Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2024-11-01T00:21:07.371Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-11-01T00:21:07.394Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-11-01T00:21:07.416Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-11-01T00:21:07.442Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-11-01T00:21:07.464Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-11-01T00:21:07.489Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d405a4f26b456a8be44145d93bfbd9a91d93e9fc [Pipeline] echo [2024-11-01T00:21:07.511Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d405a4f [Pipeline] echo [2024-11-01T00:21:07.537Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-11-01T00:21:07.602Z] provisioning config files... [2024-11-01T00:21:07.617Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config8835822314357161764tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-11-01T00:21:07.956Z] ---> ****-login.sh [2024-11-01T00:21:07.956Z] nexus3.edgexfoundry.org:10001 [2024-11-01T00:21:08.218Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T00:21:08.218Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T00:21:08.218Z] Configure a credential helper to remove this warning. See [2024-11-01T00:21:08.218Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T00:21:08.218Z] [2024-11-01T00:21:08.218Z] Login Succeeded [2024-11-01T00:21:08.218Z] nexus3.edgexfoundry.org:10002 [2024-11-01T00:21:08.218Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T00:21:08.481Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T00:21:08.481Z] Configure a credential helper to remove this warning. See [2024-11-01T00:21:08.481Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T00:21:08.481Z] [2024-11-01T00:21:08.481Z] Login Succeeded [2024-11-01T00:21:08.481Z] nexus3.edgexfoundry.org:10003 [2024-11-01T00:21:08.481Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T00:21:08.481Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T00:21:08.481Z] Configure a credential helper to remove this warning. See [2024-11-01T00:21:08.481Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T00:21:08.481Z] [2024-11-01T00:21:08.481Z] Login Succeeded [2024-11-01T00:21:08.481Z] nexus3.edgexfoundry.org:10004 [2024-11-01T00:21:08.744Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T00:21:08.744Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T00:21:08.744Z] Configure a credential helper to remove this warning. See [2024-11-01T00:21:08.744Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T00:21:08.744Z] [2024-11-01T00:21:08.744Z] Login Succeeded [2024-11-01T00:21:08.744Z] ****.io [2024-11-01T00:21:08.744Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T00:21:09.005Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T00:21:09.005Z] Configure a credential helper to remove this warning. See [2024-11-01T00:21:09.005Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T00:21:09.005Z] [2024-11-01T00:21:09.005Z] Login Succeeded [2024-11-01T00:21:09.005Z] ---> ****-login.sh ends [Pipeline] } [2024-11-01T00:21:09.013Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-11-01T00:21:09.435Z] + git rev-list -1 --merges d405a4f26b456a8be44145d93bfbd9a91d93e9fc~1..d405a4f26b456a8be44145d93bfbd9a91d93e9fc [Pipeline] echo [2024-11-01T00:21:09.467Z] -----------> git rev-list -1 --merges d405a4f26b456a8be44145d93bfbd9a91d93e9fc~1..d405a4f26b456a8be44145d93bfbd9a91d93e9fc d405a4f26b456a8be44145d93bfbd9a91d93e9fc [2024-11-01T00:21:09.467Z] d405a4f26b456a8be44145d93bfbd9a91d93e9fc [false] [Pipeline] sh [2024-11-01T00:21:09.762Z] + git log --format=format:%s -1 d405a4f26b456a8be44145d93bfbd9a91d93e9fc [Pipeline] echo [2024-11-01T00:21:09.776Z] ========================================================= [2024-11-01T00:21:09.776Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-11-01T00:21:09.776Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-11-01T00:21:10.121Z] + git log --format=format:%s -1 d405a4f26b456a8be44145d93bfbd9a91d93e9fc [Pipeline] echo [2024-11-01T00:21:10.134Z] [semverPrep] GIT_COMMIT: d405a4f26b456a8be44145d93bfbd9a91d93e9fc, Commit Message: Merge pull request #423 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.0.0-dev.2 [Pipeline] echo [2024-11-01T00:21:10.148Z] [semverPrep] This is not a build commit. [Pipeline] sh [2024-11-01T00:21:10.500Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-11-01T00:21:10.500Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-11-01T00:21:10.500Z] + [ -e /tmp/ssh_known_hosts ] [2024-11-01T00:21:10.500Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-11-01T00:21:10.500Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-11-01T00:21:10.500Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-11-01T00:21:10.500Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T00:21:10.849Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-11-01T00:21:10.849Z] [2024-11-01T00:21:10.849Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T00:21:11.152Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-11-01T00:21:11.152Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-11-01T00:21:11.152Z] b85a868b505f: Pulling fs layer [2024-11-01T00:21:11.152Z] e2be974225ed: Pulling fs layer [2024-11-01T00:21:11.152Z] 339a4e72a1f5: Pulling fs layer [2024-11-01T00:21:11.152Z] 988bab9f4d93: Pulling fs layer [2024-11-01T00:21:11.152Z] 1469e6f7b9e6: Pulling fs layer [2024-11-01T00:21:11.152Z] eaf3925da568: Pulling fs layer [2024-11-01T00:21:11.152Z] bab4dde63d76: Pulling fs layer [2024-11-01T00:21:11.152Z] bde34c3a00c8: Pulling fs layer [2024-11-01T00:21:11.152Z] b352a97aabf1: Pulling fs layer [2024-11-01T00:21:11.152Z] 4872d77fe225: Pulling fs layer [2024-11-01T00:21:11.152Z] 5851b861e8e6: Pulling fs layer [2024-11-01T00:21:11.152Z] bab4dde63d76: Waiting [2024-11-01T00:21:11.152Z] 4872d77fe225: Waiting [2024-11-01T00:21:11.152Z] 988bab9f4d93: Waiting [2024-11-01T00:21:11.152Z] 1469e6f7b9e6: Waiting [2024-11-01T00:21:11.152Z] b352a97aabf1: Waiting [2024-11-01T00:21:11.152Z] bde34c3a00c8: Waiting [2024-11-01T00:21:11.152Z] 5851b861e8e6: Waiting [2024-11-01T00:21:11.152Z] eaf3925da568: Waiting [2024-11-01T00:21:11.152Z] e2be974225ed: Verifying Checksum [2024-11-01T00:21:11.152Z] e2be974225ed: Download complete [2024-11-01T00:21:11.152Z] 988bab9f4d93: Verifying Checksum [2024-11-01T00:21:11.152Z] 988bab9f4d93: Download complete [2024-11-01T00:21:11.152Z] 1469e6f7b9e6: Verifying Checksum [2024-11-01T00:21:11.152Z] 1469e6f7b9e6: Download complete [2024-11-01T00:21:11.152Z] 339a4e72a1f5: Verifying Checksum [2024-11-01T00:21:11.152Z] 339a4e72a1f5: Download complete [2024-11-01T00:21:11.152Z] eaf3925da568: Verifying Checksum [2024-11-01T00:21:11.152Z] eaf3925da568: Download complete [2024-11-01T00:21:11.412Z] bde34c3a00c8: Download complete [2024-11-01T00:21:11.412Z] b352a97aabf1: Verifying Checksum [2024-11-01T00:21:11.412Z] b352a97aabf1: Download complete [2024-11-01T00:21:11.412Z] 4872d77fe225: Verifying Checksum [2024-11-01T00:21:11.412Z] 4872d77fe225: Download complete [2024-11-01T00:21:11.412Z] 5851b861e8e6: Verifying Checksum [2024-11-01T00:21:11.412Z] 5851b861e8e6: Download complete [2024-11-01T00:21:11.412Z] b85a868b505f: Verifying Checksum [2024-11-01T00:21:11.412Z] b85a868b505f: Download complete [2024-11-01T00:21:11.671Z] bab4dde63d76: Verifying Checksum [2024-11-01T00:21:11.671Z] bab4dde63d76: Download complete [2024-11-01T00:21:12.613Z] b85a868b505f: Pull complete [2024-11-01T00:21:12.871Z] e2be974225ed: Pull complete [2024-11-01T00:21:13.441Z] 339a4e72a1f5: Pull complete [2024-11-01T00:21:13.441Z] 988bab9f4d93: Pull complete [2024-11-01T00:21:13.700Z] 1469e6f7b9e6: Pull complete [2024-11-01T00:21:13.700Z] eaf3925da568: Pull complete [2024-11-01T00:21:15.615Z] bab4dde63d76: Pull complete [2024-11-01T00:21:15.616Z] bde34c3a00c8: Pull complete [2024-11-01T00:21:15.616Z] b352a97aabf1: Pull complete [2024-11-01T00:21:15.875Z] 4872d77fe225: Pull complete [2024-11-01T00:21:15.875Z] 5851b861e8e6: Pull complete [2024-11-01T00:21:15.875Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-11-01T00:21:15.875Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-11-01T00:21:15.875Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-01T00:21:16.041Z] prd-ubuntu20.04-docker-8c-8g-24250 does not seem to be running inside a container [2024-11-01T00:21:16.075Z] $ 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 [2024-11-01T00:21:18.914Z] $ docker top 167badf18ddebacbcf897fd387db97e5f0f02b31abb5f2c009d33238ab5c71b9 -eo pid,comm [2024-11-01T00:21:18.973Z] 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). [2024-11-01T00:21:18.973Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-11-01T00:21:19.036Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-11-01T00:21:19.036Z] [ssh-agent] Looking for ssh-agent implementation... [2024-11-01T00:21:19.148Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-11-01T00:21:19.150Z] $ docker exec 167badf18ddebacbcf897fd387db97e5f0f02b31abb5f2c009d33238ab5c71b9 ssh-agent [2024-11-01T00:21:19.242Z] SSH_AUTH_SOCK=/tmp/ssh-VpbcQiL7Y8aY/agent.32 [2024-11-01T00:21:19.242Z] SSH_AGENT_PID=38 [2024-11-01T00:21:19.249Z] Running ssh-add (command line suppressed) [2024-11-01T00:21:19.340Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_11399595038588149242.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_11399595038588149242.key) [2024-11-01T00:21:19.356Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-11-01T00:21:19.652Z] + git tag --points-at HEAD [Pipeline] } [2024-11-01T00:21:19.663Z] $ docker exec --env ******** --env ******** 167badf18ddebacbcf897fd387db97e5f0f02b31abb5f2c009d33238ab5c71b9 ssh-agent -k [2024-11-01T00:21:19.764Z] unset SSH_AUTH_SOCK; [2024-11-01T00:21:19.765Z] unset SSH_AGENT_PID; [2024-11-01T00:21:19.765Z] echo Agent pid 38 killed; [2024-11-01T00:21:19.774Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-11-01T00:21:19.825Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-11-01T00:21:19.825Z] [ssh-agent] Looking for ssh-agent implementation... [2024-11-01T00:21:19.924Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-11-01T00:21:19.925Z] $ docker exec 167badf18ddebacbcf897fd387db97e5f0f02b31abb5f2c009d33238ab5c71b9 ssh-agent [2024-11-01T00:21:20.025Z] SSH_AUTH_SOCK=/tmp/ssh-n2g9N1dljOAu/agent.71 [2024-11-01T00:21:20.025Z] SSH_AGENT_PID=77 [2024-11-01T00:21:20.030Z] Running ssh-add (command line suppressed) [2024-11-01T00:21:20.136Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_93090836003955347.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_93090836003955347.key) [2024-11-01T00:21:20.152Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-11-01T00:21:20.446Z] + git semver init [2024-11-01T00:21:20.706Z] 2024-11-01 00:21:20,631 [run_init] DEBUG init version:0.0.0 force:False [2024-11-01T00:21:20.706Z] 2024-11-01 00:21:20,632 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-rest-go_main/.semver [2024-11-01T00:21:20.706Z] 2024-11-01 00:21:20,633 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/edgexfoundry_device-rest-go_main/.semver [2024-11-01T00:21:20.706Z] 2024-11-01 00:21:20,633 [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) [2024-11-01T00:21:22.092Z] 2024-11-01 00:21:21,901 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-rest-go_main/.git/info/exclude [2024-11-01T00:21:22.092Z] 2024-11-01 00:21:21,902 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:False [2024-11-01T00:21:22.092Z] 2024-11-01 00:21:21,902 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2024-11-01T00:21:22.092Z] 2024-11-01 00:21:21,902 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2024-11-01T00:21:22.092Z] 4.0.0-dev.2 [Pipeline] } [2024-11-01T00:21:22.101Z] $ docker exec --env ******** --env ******** 167badf18ddebacbcf897fd387db97e5f0f02b31abb5f2c009d33238ab5c71b9 ssh-agent -k [2024-11-01T00:21:22.193Z] unset SSH_AUTH_SOCK; [2024-11-01T00:21:22.193Z] unset SSH_AGENT_PID; [2024-11-01T00:21:22.194Z] echo Agent pid 77 killed; [2024-11-01T00:21:22.207Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-11-01T00:21:22.533Z] + git semver [Pipeline] } [2024-11-01T00:21:22.805Z] $ docker stop --time=1 167badf18ddebacbcf897fd387db97e5f0f02b31abb5f2c009d33238ab5c71b9 [2024-11-01T00:21:24.097Z] $ docker rm -f --volumes 167badf18ddebacbcf897fd387db97e5f0f02b31abb5f2c009d33238ab5c71b9 [Pipeline] // withDockerContainer [Pipeline] sh [2024-11-01T00:21:24.447Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-11-01T00:21:24.666Z] Stashed 1 file(s) [Pipeline] echo [2024-11-01T00:21:24.670Z] [edgeXSemver]: initialized semver on version 4.0.0-dev.2 [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 [2024-11-01T00:21:24.839Z] provisioning config files... [2024-11-01T00:21:24.854Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config6506382594324076776tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-11-01T00:21:25.177Z] ---> ****-login.sh [2024-11-01T00:21:25.177Z] nexus3.edgexfoundry.org:10001 [2024-11-01T00:21:25.177Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T00:21:25.177Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T00:21:25.177Z] Configure a credential helper to remove this warning. See [2024-11-01T00:21:25.177Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T00:21:25.177Z] [2024-11-01T00:21:25.177Z] Login Succeeded [2024-11-01T00:21:25.177Z] nexus3.edgexfoundry.org:10002 [2024-11-01T00:21:25.177Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T00:21:25.177Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T00:21:25.177Z] Configure a credential helper to remove this warning. See [2024-11-01T00:21:25.177Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T00:21:25.177Z] [2024-11-01T00:21:25.177Z] Login Succeeded [2024-11-01T00:21:25.177Z] nexus3.edgexfoundry.org:10003 [2024-11-01T00:21:25.436Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T00:21:25.436Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T00:21:25.436Z] Configure a credential helper to remove this warning. See [2024-11-01T00:21:25.436Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T00:21:25.436Z] [2024-11-01T00:21:25.436Z] Login Succeeded [2024-11-01T00:21:25.436Z] nexus3.edgexfoundry.org:10004 [2024-11-01T00:21:25.436Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T00:21:25.436Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T00:21:25.436Z] Configure a credential helper to remove this warning. See [2024-11-01T00:21:25.437Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T00:21:25.437Z] [2024-11-01T00:21:25.437Z] Login Succeeded [2024-11-01T00:21:25.437Z] ****.io [2024-11-01T00:21:25.437Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T00:21:25.696Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T00:21:25.696Z] Configure a credential helper to remove this warning. See [2024-11-01T00:21:25.696Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T00:21:25.696Z] [2024-11-01T00:21:25.696Z] Login Succeeded [2024-11-01T00:21:25.697Z] ---> ****-login.sh ends [Pipeline] } [2024-11-01T00:21:25.704Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-11-01T00:21:25.804Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-11-01T00:21:25.827Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-11-01T00:21:25.845Z] ========================================================= [2024-11-01T00:21:25.845Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2024-11-01T00:21:25.845Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T00:21:26.197Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine --build-arg MAKE=echo noop --target=builder . [2024-11-01T00:21:26.197Z] Sending build context to Docker daemon 16.61MB [2024-11-01T00:21:26.197Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2024-11-01T00:21:26.197Z] Step 2/12 : FROM ${BASE} AS builder [2024-11-01T00:21:26.455Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2024-11-01T00:21:26.455Z] 43c4264eed91: Pulling fs layer [2024-11-01T00:21:26.455Z] 4cc291be95ef: Pulling fs layer [2024-11-01T00:21:26.455Z] 2ac1f1163629: Pulling fs layer [2024-11-01T00:21:26.455Z] 5c3c966382ef: Pulling fs layer [2024-11-01T00:21:26.455Z] 4f4fb700ef54: Pulling fs layer [2024-11-01T00:21:26.455Z] 5d5c8e513c77: Pulling fs layer [2024-11-01T00:21:26.455Z] 9f66e0745190: Pulling fs layer [2024-11-01T00:21:26.455Z] f49a43e4bbc0: Pulling fs layer [2024-11-01T00:21:26.455Z] 561ebcabdf7f: Pulling fs layer [2024-11-01T00:21:26.455Z] 5c3c966382ef: Waiting [2024-11-01T00:21:26.455Z] 4f4fb700ef54: Waiting [2024-11-01T00:21:26.455Z] 5d5c8e513c77: Waiting [2024-11-01T00:21:26.455Z] f49a43e4bbc0: Waiting [2024-11-01T00:21:26.455Z] 9f66e0745190: Waiting [2024-11-01T00:21:26.455Z] 561ebcabdf7f: Waiting [2024-11-01T00:21:26.455Z] 4cc291be95ef: Verifying Checksum [2024-11-01T00:21:26.455Z] 4cc291be95ef: Download complete [2024-11-01T00:21:26.455Z] 5c3c966382ef: Verifying Checksum [2024-11-01T00:21:26.455Z] 5c3c966382ef: Download complete [2024-11-01T00:21:26.455Z] 4f4fb700ef54: Verifying Checksum [2024-11-01T00:21:26.455Z] 4f4fb700ef54: Download complete [2024-11-01T00:21:26.455Z] 5d5c8e513c77: Verifying Checksum [2024-11-01T00:21:26.455Z] 5d5c8e513c77: Download complete [2024-11-01T00:21:26.455Z] 43c4264eed91: Download complete [2024-11-01T00:21:26.455Z] 9f66e0745190: Download complete [2024-11-01T00:21:26.714Z] 43c4264eed91: Pull complete [2024-11-01T00:21:26.714Z] 561ebcabdf7f: Download complete [2024-11-01T00:21:26.714Z] 4cc291be95ef: Pull complete [2024-11-01T00:21:26.973Z] 2ac1f1163629: Verifying Checksum [2024-11-01T00:21:26.973Z] 2ac1f1163629: Download complete [2024-11-01T00:21:27.230Z] f49a43e4bbc0: Verifying Checksum [2024-11-01T00:21:27.230Z] f49a43e4bbc0: Download complete [2024-11-01T00:21:30.520Z] 2ac1f1163629: Pull complete [2024-11-01T00:21:30.520Z] 5c3c966382ef: Pull complete [2024-11-01T00:21:30.520Z] 4f4fb700ef54: Pull complete [2024-11-01T00:21:30.520Z] 5d5c8e513c77: Pull complete [2024-11-01T00:21:30.520Z] 9f66e0745190: Pull complete [2024-11-01T00:21:33.049Z] f49a43e4bbc0: Pull complete [2024-11-01T00:21:33.049Z] 561ebcabdf7f: Pull complete [2024-11-01T00:21:33.049Z] Digest: sha256:0719486ae9a24b675ee3acaa2cfd867e7a981f2ef22b41d166c62d936fe8de2d [2024-11-01T00:21:33.049Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2024-11-01T00:21:33.049Z] ---> 3a752c3f9dda [2024-11-01T00:21:33.049Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2024-11-01T00:21:37.239Z] ---> Running in 7b3852408700 [2024-11-01T00:21:37.239Z] Removing intermediate container 7b3852408700 [2024-11-01T00:21:37.239Z] ---> e12697f6a66e [2024-11-01T00:21:37.239Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-11-01T00:21:37.239Z] ---> Running in 3cb667db4dac [2024-11-01T00:21:37.239Z] Removing intermediate container 3cb667db4dac [2024-11-01T00:21:37.239Z] ---> e282457857d5 [2024-11-01T00:21:37.239Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-11-01T00:21:37.239Z] ---> Running in 6c55a0eae5d6 [2024-11-01T00:21:37.239Z] Removing intermediate container 6c55a0eae5d6 [2024-11-01T00:21:37.239Z] ---> e04a5d2e35b5 [2024-11-01T00:21:37.239Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2024-11-01T00:21:37.497Z] ---> Running in cdc2dbc72f1f [2024-11-01T00:21:37.497Z] Removing intermediate container cdc2dbc72f1f [2024-11-01T00:21:37.497Z] ---> 7fadac3fe355 [2024-11-01T00:21:37.497Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-11-01T00:21:37.497Z] ---> Running in 7edb2ecdb903 [2024-11-01T00:21:37.755Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-01T00:21:38.014Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-01T00:21:38.273Z] (1/4) Installing openssh-keygen (9.7_p1-r4) [2024-11-01T00:21:38.273Z] (2/4) Installing libedit (20240517.3.1-r0) [2024-11-01T00:21:38.273Z] (3/4) Installing openssh-client-common (9.7_p1-r4) [2024-11-01T00:21:38.273Z] (4/4) Installing openssh-client-default (9.7_p1-r4) [2024-11-01T00:21:38.273Z] Executing busybox-1.36.1-r29.trigger [2024-11-01T00:21:38.273Z] OK: 250 MiB in 58 packages [2024-11-01T00:21:38.841Z] Removing intermediate container 7edb2ecdb903 [2024-11-01T00:21:38.841Z] ---> de9efb8d771d [2024-11-01T00:21:38.841Z] Step 8/12 : WORKDIR /device-rest-go [2024-11-01T00:21:38.841Z] ---> Running in e0d4de3d7ea9 [2024-11-01T00:21:38.841Z] Removing intermediate container e0d4de3d7ea9 [2024-11-01T00:21:38.841Z] ---> 6ebd93e7bf8a [2024-11-01T00:21:38.841Z] Step 9/12 : COPY go.mod vendor* ./ [2024-11-01T00:21:39.101Z] ---> cde08d4e4131 [2024-11-01T00:21:39.101Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-01T00:21:39.101Z] ---> Running in 73e10551047f [2024-11-01T00:21:39.784Z] Still waiting to schedule task [2024-11-01T00:21:39.784Z] ‘prd-centos7-blackbox-4c-2g-23795’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ [2024-11-01T00:21:39.784Z] ‘prd-centos7-blackbox-4c-2g-23796’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ [2024-11-01T00:21:39.784Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-24251’ is offline [2024-11-01T00:22:25.835Z] Removing intermediate container 73e10551047f [2024-11-01T00:22:25.835Z] ---> 24ee915285b0 [2024-11-01T00:22:25.835Z] Step 11/12 : COPY . . [2024-11-01T00:22:25.835Z] ---> 5dd1451c57ff [2024-11-01T00:22:25.835Z] Step 12/12 : RUN $MAKE [2024-11-01T00:22:25.835Z] ---> Running in f86f01938b16 [2024-11-01T00:22:25.835Z] noop [2024-11-01T00:22:25.835Z] Removing intermediate container f86f01938b16 [2024-11-01T00:22:25.835Z] ---> 9c1aba67b069 [2024-11-01T00:22:25.835Z] Successfully built 9c1aba67b069 [2024-11-01T00:22:25.835Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T00:22:26.163Z] + docker inspect -f . ci-base-image-x86_64 [2024-11-01T00:22:26.163Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-01T00:22:26.243Z] prd-ubuntu20.04-docker-8c-8g-24250 does not seem to be running inside a container [2024-11-01T00:22:26.281Z] $ 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 [2024-11-01T00:22:26.613Z] $ docker top 5e1c5f6fc6dfb4fd2a53e2eba4ca002a0325c1491e668e162e9da3ad3973f561 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-11-01T00:22:26.962Z] + go version [2024-11-01T00:22:26.962Z] go version go1.23.2 linux/amd64 [Pipeline] } [2024-11-01T00:22:26.970Z] $ docker stop --time=1 5e1c5f6fc6dfb4fd2a53e2eba4ca002a0325c1491e668e162e9da3ad3973f561 [2024-11-01T00:22:28.232Z] $ docker rm -f --volumes 5e1c5f6fc6dfb4fd2a53e2eba4ca002a0325c1491e668e162e9da3ad3973f561 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T00:22:28.679Z] + docker inspect -f . ci-base-image-x86_64 [2024-11-01T00:22:28.679Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-01T00:22:28.763Z] prd-ubuntu20.04-docker-8c-8g-24250 does not seem to be running inside a container [2024-11-01T00:22:28.792Z] $ 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 [2024-11-01T00:22:29.142Z] $ docker top 01272a6423a58346769c62f4a20396233205cf42f2a462fac72df8a73cf1c5b5 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-11-01T00:22:29.504Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] fileExists [Pipeline] sh [2024-11-01T00:22:29.801Z] + make test [2024-11-01T00:22:29.801Z] go test ./... -coverprofile=coverage.out ./... [2024-11-01T00:22:31.179Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2024-11-01T00:22:49.277Z] github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements [2024-11-01T00:22:49.277Z] ok github.com/edgexfoundry/device-rest-go/driver 0.008s coverage: 33.2% of statements [2024-11-01T00:23:01.480Z] go vet ./... [2024-11-01T00:23:06.745Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-11-01T00:23:06.745Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-11-01T00:23:06.745Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-11-01T00:23:06.759Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-11-01T00:23:06.777Z] $ docker stop --time=1 01272a6423a58346769c62f4a20396233205cf42f2a462fac72df8a73cf1c5b5 [2024-11-01T00:23:10.078Z] $ docker rm -f --volumes 01272a6423a58346769c62f4a20396233205cf42f2a462fac72df8a73cf1c5b5 [Pipeline] // withDockerContainer [Pipeline] sh [2024-11-01T00:23:10.618Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-11-01T00:23:10.668Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2024-11-01T00:23:11.126Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-11-01T00:23:11.529Z] + ls -al . [2024-11-01T00:23:11.529Z] total 244 [2024-11-01T00:23:11.529Z] drwxrwxr-x 9 jenkins jenkins 4096 Nov 1 00:22 . [2024-11-01T00:23:11.529Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 1 00:20 .. [2024-11-01T00:23:11.529Z] -rw-rw-r-- 1 jenkins jenkins 151 Nov 1 00:21 .dockerignore [2024-11-01T00:23:11.529Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 1 00:22 .git [2024-11-01T00:23:11.529Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 1 00:21 .github [2024-11-01T00:23:11.529Z] -rw-rw-r-- 1 jenkins jenkins 264 Nov 1 00:21 .gitignore [2024-11-01T00:23:11.529Z] -rw-rw-r-- 1 jenkins jenkins 41 Nov 1 00:21 .golangci.yml [2024-11-01T00:23:11.529Z] drwxr-xr-x 3 jenkins jenkins 4096 Nov 1 00:21 .semver [2024-11-01T00:23:11.529Z] -rw-rw-r-- 1 jenkins jenkins 20138 Nov 1 00:21 Attribution.txt [2024-11-01T00:23:11.529Z] -rw-rw-r-- 1 jenkins jenkins 17685 Nov 1 00:21 CHANGELOG.md [2024-11-01T00:23:11.529Z] -rw-rw-r-- 1 jenkins jenkins 1697 Nov 1 00:21 Dockerfile [2024-11-01T00:23:11.529Z] -rw-rw-r-- 1 jenkins jenkins 677 Nov 1 00:21 GOVERNANCE.md [2024-11-01T00:23:11.529Z] -rw-rw-r-- 1 jenkins jenkins 680 Nov 1 00:21 Jenkinsfile [2024-11-01T00:23:11.529Z] -rw-rw-r-- 1 jenkins jenkins 11340 Nov 1 00:21 LICENSE [2024-11-01T00:23:11.529Z] -rw-rw-r-- 1 jenkins jenkins 2553 Nov 1 00:21 Makefile [2024-11-01T00:23:11.529Z] -rw-rw-r-- 1 jenkins jenkins 620 Nov 1 00:21 OWNERS.md [2024-11-01T00:23:11.529Z] -rw-rw-r-- 1 jenkins jenkins 3989 Nov 1 00:21 README.md [2024-11-01T00:23:11.529Z] -rw-rw-r-- 1 jenkins jenkins 11 Nov 1 00:21 VERSION [2024-11-01T00:23:11.529Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 1 00:21 bin [2024-11-01T00:23:11.529Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 1 00:21 cmd [2024-11-01T00:23:11.529Z] -rw-r--r-- 1 jenkins jenkins 14565 Nov 1 00:22 coverage.out [2024-11-01T00:23:11.529Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 1 00:21 driver [2024-11-01T00:23:11.529Z] -rw-rw-r-- 1 jenkins jenkins 6439 Nov 1 00:21 go.mod [2024-11-01T00:23:11.529Z] -rw-rw-r-- 1 jenkins jenkins 88084 Nov 1 00:21 go.sum [2024-11-01T00:23:11.529Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 1 00:21 openapi [2024-11-01T00:23:11.529Z] -rw-rw-r-- 1 jenkins jenkins 713 Nov 1 00:21 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T00:23:11.849Z] + 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=d405a4f26b456a8be44145d93bfbd9a91d93e9fc --label arch=amd64 --label version=4.0.0-dev.2 . [2024-11-01T00:23:11.849Z] Sending build context to Docker daemon 16.63MB [2024-11-01T00:23:11.849Z] Step 1/26 : ARG BASE=golang:1.23-alpine3.20 [2024-11-01T00:23:11.849Z] Step 2/26 : FROM ${BASE} AS builder [2024-11-01T00:23:11.849Z] ---> 9c1aba67b069 [2024-11-01T00:23:11.849Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2024-11-01T00:23:12.107Z] ---> Running in ed849b7f850f [2024-11-01T00:23:12.107Z] Removing intermediate container ed849b7f850f [2024-11-01T00:23:12.107Z] ---> 54e154f3d17d [2024-11-01T00:23:12.107Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-11-01T00:23:12.107Z] ---> Running in d21371a4f0c6 [2024-11-01T00:23:12.366Z] Removing intermediate container d21371a4f0c6 [2024-11-01T00:23:12.366Z] ---> e3c311e83d46 [2024-11-01T00:23:12.366Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-11-01T00:23:12.366Z] ---> Running in e53753edb187 [2024-11-01T00:23:12.366Z] Removing intermediate container e53753edb187 [2024-11-01T00:23:12.366Z] ---> c3557084b447 [2024-11-01T00:23:12.366Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2024-11-01T00:23:12.366Z] ---> Running in 69fb4bad1d82 [2024-11-01T00:23:12.366Z] Removing intermediate container 69fb4bad1d82 [2024-11-01T00:23:12.366Z] ---> 074b3bc18b01 [2024-11-01T00:23:12.366Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-11-01T00:23:12.366Z] ---> Running in dfbd81f0ed37 [2024-11-01T00:23:12.934Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-01T00:23:12.934Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-01T00:23:13.193Z] OK: 250 MiB in 58 packages [2024-11-01T00:23:13.762Z] Removing intermediate container dfbd81f0ed37 [2024-11-01T00:23:13.762Z] ---> e2c8e7d0fe5b [2024-11-01T00:23:13.762Z] Step 8/26 : WORKDIR /device-rest-go [2024-11-01T00:23:13.762Z] ---> Running in 829afd5dd28a [2024-11-01T00:23:13.762Z] Removing intermediate container 829afd5dd28a [2024-11-01T00:23:13.762Z] ---> b0ab7133bd34 [2024-11-01T00:23:13.762Z] Step 9/26 : COPY go.mod vendor* ./ [2024-11-01T00:23:13.762Z] ---> a4ef457afdf3 [2024-11-01T00:23:13.762Z] Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-01T00:23:13.762Z] ---> Running in 928e7ab5fc5d [2024-11-01T00:23:14.919Z] Removing intermediate container 928e7ab5fc5d [2024-11-01T00:23:14.919Z] ---> 5f4b2c8179be [2024-11-01T00:23:14.919Z] Step 11/26 : COPY . . [2024-11-01T00:23:15.180Z] ---> 2ac66302e3a0 [2024-11-01T00:23:15.180Z] Step 12/26 : RUN $MAKE [2024-11-01T00:23:15.180Z] ---> Running in 1491eb19ea3b [2024-11-01T00:23:15.440Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=4.0.0-dev.2 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.0.0-dev.2" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/device-rest ./cmd [2024-11-01T00:23:54.176Z] Removing intermediate container 1491eb19ea3b [2024-11-01T00:23:54.176Z] ---> 20d802f29aa9 [2024-11-01T00:23:54.176Z] Step 13/26 : FROM alpine:3.20 [2024-11-01T00:23:54.176Z] 3.20: Pulling from library/alpine [2024-11-01T00:23:54.176Z] 43c4264eed91: Already exists [2024-11-01T00:23:54.176Z] Digest: sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-11-01T00:23:54.176Z] Status: Downloaded newer image for alpine:3.20 [2024-11-01T00:23:54.176Z] ---> 91ef0af61f39 [2024-11-01T00:23:54.176Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-11-01T00:23:54.176Z] ---> Running in a02b28eb031d [2024-11-01T00:23:54.176Z] Removing intermediate container a02b28eb031d [2024-11-01T00:23:54.176Z] ---> 91cbffc896fa [2024-11-01T00:23:54.176Z] Step 15/26 : LABEL Name=device-rest-go Version=${VERSION} [2024-11-01T00:23:54.176Z] ---> Running in 40c4ff5caf5e [2024-11-01T00:23:54.176Z] Removing intermediate container 40c4ff5caf5e [2024-11-01T00:23:54.176Z] ---> 0c689d299dd4 [2024-11-01T00:23:54.176Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2024-11-01T00:23:54.176Z] ---> Running in a81b59cf57c1 [2024-11-01T00:23:54.176Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-01T00:23:54.176Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-01T00:23:54.176Z] (1/1) Installing dumb-init (1.2.5-r3) [2024-11-01T00:23:54.176Z] Executing busybox-1.36.1-r29.trigger [2024-11-01T00:23:54.176Z] OK: 8 MiB in 15 packages [2024-11-01T00:23:54.176Z] Removing intermediate container a81b59cf57c1 [2024-11-01T00:23:54.176Z] ---> f306fa1605b2 [2024-11-01T00:23:54.176Z] Step 17/26 : RUN apk --no-cache upgrade [2024-11-01T00:23:54.176Z] ---> Running in cad70afb475f [2024-11-01T00:23:54.176Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-01T00:23:54.176Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-01T00:23:54.177Z] Upgrading critical system libraries and apk-tools: [2024-11-01T00:23:54.177Z] (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-11-01T00:23:54.177Z] Executing busybox-1.36.1-r29.trigger [2024-11-01T00:23:54.177Z] Continuing the upgrade transaction with new apk-tools: [2024-11-01T00:23:54.177Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-01T00:23:54.177Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-01T00:23:54.177Z] (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-01T00:23:54.177Z] (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-01T00:23:54.177Z] OK: 8 MiB in 15 packages [2024-11-01T00:23:54.177Z] Removing intermediate container cad70afb475f [2024-11-01T00:23:54.177Z] ---> 566d5c065273 [2024-11-01T00:23:54.177Z] Step 18/26 : COPY --from=builder /device-rest-go/cmd / [2024-11-01T00:23:54.177Z] ---> 551e949ec2a9 [2024-11-01T00:23:54.177Z] Step 19/26 : COPY --from=builder /device-rest-go/LICENSE / [2024-11-01T00:23:54.177Z] ---> 25bcb0216149 [2024-11-01T00:23:54.177Z] Step 20/26 : COPY --from=builder /device-rest-go/Attribution.txt / [2024-11-01T00:23:54.177Z] ---> 59027003a812 [2024-11-01T00:23:54.177Z] Step 21/26 : EXPOSE 59986 [2024-11-01T00:23:54.177Z] ---> Running in 2a0e207db7cf [2024-11-01T00:23:54.177Z] Removing intermediate container 2a0e207db7cf [2024-11-01T00:23:54.177Z] ---> c23ef03816f9 [2024-11-01T00:23:54.177Z] Step 22/26 : ENTRYPOINT ["/device-rest"] [2024-11-01T00:23:54.177Z] ---> Running in 06e457472b30 [2024-11-01T00:23:54.177Z] Removing intermediate container 06e457472b30 [2024-11-01T00:23:54.177Z] ---> 8fcb726e4f26 [2024-11-01T00:23:54.177Z] Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2024-11-01T00:23:54.177Z] ---> Running in fee1e6bf43b2 [2024-11-01T00:23:54.177Z] Removing intermediate container fee1e6bf43b2 [2024-11-01T00:23:54.177Z] ---> 5601396ad407 [2024-11-01T00:23:54.177Z] Step 24/26 : LABEL arch=amd64 [2024-11-01T00:23:54.177Z] ---> Running in 00a012243cea [2024-11-01T00:23:54.177Z] Removing intermediate container 00a012243cea [2024-11-01T00:23:54.177Z] ---> 93f7d609b58e [2024-11-01T00:23:54.177Z] Step 25/26 : LABEL git_sha=d405a4f26b456a8be44145d93bfbd9a91d93e9fc [2024-11-01T00:23:54.177Z] ---> Running in 2aaa3e69baa9 [2024-11-01T00:23:54.177Z] Removing intermediate container 2aaa3e69baa9 [2024-11-01T00:23:54.177Z] ---> eb1f35ff806d [2024-11-01T00:23:54.177Z] Step 26/26 : LABEL version=4.0.0-dev.2 [2024-11-01T00:23:54.177Z] ---> Running in 8af0187a7194 [2024-11-01T00:23:54.177Z] Removing intermediate container 8af0187a7194 [2024-11-01T00:23:54.177Z] ---> 2ef1f87c7f6d [2024-11-01T00:23:54.177Z] [Warning] One or more build-args [ARCH] were not consumed [2024-11-01T00:23:54.177Z] Successfully built 2ef1f87c7f6d [2024-11-01T00:23:54.177Z] Successfully tagged device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-11-01T00:23:54.298Z] provisioning config files... [2024-11-01T00:23:54.307Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config6298117355803771181tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-11-01T00:23:54.610Z] ---> ****-login.sh [2024-11-01T00:23:54.610Z] nexus3.edgexfoundry.org:10001 [2024-11-01T00:23:54.610Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T00:23:54.610Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T00:23:54.610Z] Configure a credential helper to remove this warning. See [2024-11-01T00:23:54.611Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T00:23:54.611Z] [2024-11-01T00:23:54.611Z] Login Succeeded [2024-11-01T00:23:54.611Z] nexus3.edgexfoundry.org:10002 [2024-11-01T00:23:54.611Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T00:23:54.611Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T00:23:54.611Z] Configure a credential helper to remove this warning. See [2024-11-01T00:23:54.611Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T00:23:54.611Z] [2024-11-01T00:23:54.611Z] Login Succeeded [2024-11-01T00:23:54.611Z] nexus3.edgexfoundry.org:10003 [2024-11-01T00:23:54.870Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T00:23:54.870Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T00:23:54.871Z] Configure a credential helper to remove this warning. See [2024-11-01T00:23:54.871Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T00:23:54.871Z] [2024-11-01T00:23:54.871Z] Login Succeeded [2024-11-01T00:23:54.871Z] nexus3.edgexfoundry.org:10004 [2024-11-01T00:23:54.871Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T00:23:54.871Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T00:23:54.871Z] Configure a credential helper to remove this warning. See [2024-11-01T00:23:54.871Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T00:23:54.871Z] [2024-11-01T00:23:54.871Z] Login Succeeded [2024-11-01T00:23:54.871Z] ****.io [2024-11-01T00:23:55.131Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T00:23:55.131Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T00:23:55.131Z] Configure a credential helper to remove this warning. See [2024-11-01T00:23:55.131Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T00:23:55.131Z] [2024-11-01T00:23:55.131Z] Login Succeeded [2024-11-01T00:23:55.131Z] ---> ****-login.sh ends [Pipeline] } [2024-11-01T00:23:55.138Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-11-01T00:23:55.194Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-11-01T00:23:55.227Z] [edgeXDocker.push] Tagging docker image device-rest with the following tags: [2024-11-01T00:23:55.227Z] d405a4f26b456a8be44145d93bfbd9a91d93e9fc [2024-11-01T00:23:55.227Z] latest [2024-11-01T00:23:55.227Z] 4.0.0-dev.2 [2024-11-01T00:23:55.227Z] d405a4f26b456a8be44145d93bfbd9a91d93e9fc-4.0.0-dev.2 [2024-11-01T00:23:55.227Z] main [2024-11-01T00:23:55.227Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T00:23:55.573Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:d405a4f26b456a8be44145d93bfbd9a91d93e9fc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T00:23:55.896Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:d405a4f26b456a8be44145d93bfbd9a91d93e9fc [2024-11-01T00:23:55.896Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2024-11-01T00:23:55.896Z] f64af0e35fc9: Preparing [2024-11-01T00:23:55.896Z] 9856228cdd0b: Preparing [2024-11-01T00:23:55.896Z] 367d1e3b19c1: Preparing [2024-11-01T00:23:55.896Z] 847b3ff2f8c5: Preparing [2024-11-01T00:23:55.896Z] 34b66325a6d0: Preparing [2024-11-01T00:23:55.896Z] 63ca1fbb43ae: Preparing [2024-11-01T00:23:55.896Z] 63ca1fbb43ae: Waiting [2024-11-01T00:23:55.896Z] 34b66325a6d0: Pushed [2024-11-01T00:23:55.896Z] f64af0e35fc9: Pushed [2024-11-01T00:23:55.896Z] 9856228cdd0b: Pushed [2024-11-01T00:23:55.896Z] 63ca1fbb43ae: Layer already exists [2024-11-01T00:23:56.463Z] 847b3ff2f8c5: Pushed [2024-11-01T00:24:00.660Z] 367d1e3b19c1: Pushed [2024-11-01T00:24:00.660Z] d405a4f26b456a8be44145d93bfbd9a91d93e9fc: digest: sha256:9606c3743610b1ea5446dc34ed81a4e560acdb7e5c04ca314173f1d16b791c9c size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T00:24:00.985Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T00:24:01.314Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:latest [2024-11-01T00:24:01.314Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2024-11-01T00:24:01.314Z] f64af0e35fc9: Preparing [2024-11-01T00:24:01.314Z] 9856228cdd0b: Preparing [2024-11-01T00:24:01.314Z] 367d1e3b19c1: Preparing [2024-11-01T00:24:01.314Z] 847b3ff2f8c5: Preparing [2024-11-01T00:24:01.314Z] 34b66325a6d0: Preparing [2024-11-01T00:24:01.314Z] 63ca1fbb43ae: Preparing [2024-11-01T00:24:01.314Z] 63ca1fbb43ae: Waiting [2024-11-01T00:24:01.314Z] 9856228cdd0b: Layer already exists [2024-11-01T00:24:01.314Z] 367d1e3b19c1: Layer already exists [2024-11-01T00:24:01.314Z] f64af0e35fc9: Layer already exists [2024-11-01T00:24:01.314Z] 34b66325a6d0: Layer already exists [2024-11-01T00:24:01.314Z] 847b3ff2f8c5: Layer already exists [2024-11-01T00:24:01.314Z] 63ca1fbb43ae: Layer already exists [2024-11-01T00:24:01.314Z] latest: digest: sha256:9606c3743610b1ea5446dc34ed81a4e560acdb7e5c04ca314173f1d16b791c9c size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T00:24:01.639Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:4.0.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T00:24:01.973Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:4.0.0-dev.2 [2024-11-01T00:24:01.973Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2024-11-01T00:24:01.973Z] f64af0e35fc9: Preparing [2024-11-01T00:24:01.973Z] 9856228cdd0b: Preparing [2024-11-01T00:24:01.973Z] 367d1e3b19c1: Preparing [2024-11-01T00:24:01.973Z] 847b3ff2f8c5: Preparing [2024-11-01T00:24:01.973Z] 34b66325a6d0: Preparing [2024-11-01T00:24:01.973Z] 63ca1fbb43ae: Preparing [2024-11-01T00:24:01.973Z] 9856228cdd0b: Layer already exists [2024-11-01T00:24:01.973Z] 34b66325a6d0: Layer already exists [2024-11-01T00:24:01.973Z] 367d1e3b19c1: Layer already exists [2024-11-01T00:24:01.973Z] f64af0e35fc9: Layer already exists [2024-11-01T00:24:01.973Z] 847b3ff2f8c5: Layer already exists [2024-11-01T00:24:01.973Z] 63ca1fbb43ae: Layer already exists [2024-11-01T00:24:01.973Z] 4.0.0-dev.2: digest: sha256:9606c3743610b1ea5446dc34ed81a4e560acdb7e5c04ca314173f1d16b791c9c size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T00:24:02.296Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:d405a4f26b456a8be44145d93bfbd9a91d93e9fc-4.0.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T00:24:02.616Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:d405a4f26b456a8be44145d93bfbd9a91d93e9fc-4.0.0-dev.2 [2024-11-01T00:24:02.616Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2024-11-01T00:24:02.616Z] f64af0e35fc9: Preparing [2024-11-01T00:24:02.616Z] 9856228cdd0b: Preparing [2024-11-01T00:24:02.616Z] 367d1e3b19c1: Preparing [2024-11-01T00:24:02.616Z] 847b3ff2f8c5: Preparing [2024-11-01T00:24:02.616Z] 34b66325a6d0: Preparing [2024-11-01T00:24:02.616Z] 63ca1fbb43ae: Preparing [2024-11-01T00:24:02.616Z] 63ca1fbb43ae: Waiting [2024-11-01T00:24:02.616Z] 34b66325a6d0: Layer already exists [2024-11-01T00:24:02.616Z] 367d1e3b19c1: Layer already exists [2024-11-01T00:24:02.616Z] 847b3ff2f8c5: Layer already exists [2024-11-01T00:24:02.616Z] 9856228cdd0b: Layer already exists [2024-11-01T00:24:02.616Z] f64af0e35fc9: Layer already exists [2024-11-01T00:24:02.616Z] 63ca1fbb43ae: Layer already exists [2024-11-01T00:24:02.616Z] d405a4f26b456a8be44145d93bfbd9a91d93e9fc-4.0.0-dev.2: digest: sha256:9606c3743610b1ea5446dc34ed81a4e560acdb7e5c04ca314173f1d16b791c9c size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T00:24:02.947Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T00:24:03.274Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:main [2024-11-01T00:24:03.274Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2024-11-01T00:24:03.274Z] f64af0e35fc9: Preparing [2024-11-01T00:24:03.274Z] 9856228cdd0b: Preparing [2024-11-01T00:24:03.274Z] 367d1e3b19c1: Preparing [2024-11-01T00:24:03.274Z] 847b3ff2f8c5: Preparing [2024-11-01T00:24:03.274Z] 34b66325a6d0: Preparing [2024-11-01T00:24:03.274Z] 63ca1fbb43ae: Preparing [2024-11-01T00:24:03.274Z] 63ca1fbb43ae: Waiting [2024-11-01T00:24:03.274Z] f64af0e35fc9: Layer already exists [2024-11-01T00:24:03.274Z] 34b66325a6d0: Layer already exists [2024-11-01T00:24:03.274Z] 367d1e3b19c1: Layer already exists [2024-11-01T00:24:03.274Z] 9856228cdd0b: Layer already exists [2024-11-01T00:24:03.274Z] 847b3ff2f8c5: Layer already exists [2024-11-01T00:24:03.274Z] 63ca1fbb43ae: Layer already exists [2024-11-01T00:24:03.274Z] main: digest: sha256:9606c3743610b1ea5446dc34ed81a4e560acdb7e5c04ca314173f1d16b791c9c size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-11-01T00:24:03.352Z] ===================================================== [Pipeline] echo [2024-11-01T00:24:03.369Z] taggedImages: [2024-11-01T00:24:03.369Z] - nexus3.edgexfoundry.org:10004/device-rest:d405a4f26b456a8be44145d93bfbd9a91d93e9fc [2024-11-01T00:24:03.369Z] - nexus3.edgexfoundry.org:10004/device-rest:latest [2024-11-01T00:24:03.369Z] - nexus3.edgexfoundry.org:10004/device-rest:4.0.0-dev.2 [2024-11-01T00:24:03.369Z] - nexus3.edgexfoundry.org:10004/device-rest:d405a4f26b456a8be44145d93bfbd9a91d93e9fc-4.0.0-dev.2 [2024-11-01T00:24:03.369Z] - 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] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T00:24:03.792Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-11-01T00:24:03.792Z] [2024-11-01T00:24:03.792Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T00:24:04.097Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-11-01T00:24:04.097Z] latest: Pulling from edgex-lftools-log-publisher [2024-11-01T00:24:04.097Z] 5eb5b503b376: Pulling fs layer [2024-11-01T00:24:04.097Z] 5c69ac0246d0: Pulling fs layer [2024-11-01T00:24:04.097Z] ec43610c2a17: Pulling fs layer [2024-11-01T00:24:04.097Z] 3a2ae6a8a46f: Pulling fs layer [2024-11-01T00:24:04.097Z] 33b1e0a273af: Pulling fs layer [2024-11-01T00:24:04.097Z] 5d3b04190fa2: Pulling fs layer [2024-11-01T00:24:04.097Z] 2f39f015ded8: Pulling fs layer [2024-11-01T00:24:04.097Z] 3a2ae6a8a46f: Waiting [2024-11-01T00:24:04.097Z] 33b1e0a273af: Waiting [2024-11-01T00:24:04.097Z] 5d3b04190fa2: Waiting [2024-11-01T00:24:04.097Z] 2f39f015ded8: Waiting [2024-11-01T00:24:04.097Z] 5c69ac0246d0: Verifying Checksum [2024-11-01T00:24:04.097Z] 5c69ac0246d0: Download complete [2024-11-01T00:24:04.097Z] 3a2ae6a8a46f: Download complete [2024-11-01T00:24:04.097Z] 33b1e0a273af: Verifying Checksum [2024-11-01T00:24:04.097Z] 33b1e0a273af: Download complete [2024-11-01T00:24:04.097Z] 5d3b04190fa2: Verifying Checksum [2024-11-01T00:24:04.097Z] 5d3b04190fa2: Download complete [2024-11-01T00:24:04.097Z] ec43610c2a17: Verifying Checksum [2024-11-01T00:24:04.097Z] ec43610c2a17: Download complete [2024-11-01T00:24:04.355Z] 5eb5b503b376: Verifying Checksum [2024-11-01T00:24:04.355Z] 5eb5b503b376: Download complete [2024-11-01T00:24:04.922Z] 2f39f015ded8: Download complete [2024-11-01T00:24:05.492Z] 5eb5b503b376: Pull complete [2024-11-01T00:24:05.750Z] 5c69ac0246d0: Pull complete [2024-11-01T00:24:06.011Z] ec43610c2a17: Pull complete [2024-11-01T00:24:06.270Z] 3a2ae6a8a46f: Pull complete [2024-11-01T00:24:06.270Z] 33b1e0a273af: Pull complete [2024-11-01T00:24:06.530Z] 5d3b04190fa2: Pull complete [2024-11-01T00:24:10.713Z] 2f39f015ded8: Pull complete [2024-11-01T00:24:10.713Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-11-01T00:24:10.713Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-11-01T00:24:10.713Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-01T00:24:10.847Z] prd-ubuntu20.04-docker-8c-8g-24250 does not seem to be running inside a container [2024-11-01T00:24:10.874Z] $ 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 [2024-11-01T00:24:14.185Z] $ docker top 4c39433745372deacc7ea489b597d145c9e787acada2b1e9506d423864d60242 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-11-01T00:24:14.569Z] ---> job-cost.sh [2024-11-01T00:24:14.570Z] lf-activate-venv: SKIPPING [2024-11-01T00:24:14.570Z] INFO: No Stack... [2024-11-01T00:24:15.139Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-11-01T00:24:15.400Z] INFO: Archiving Costs [Pipeline] sh [2024-11-01T00:24:15.690Z] + cat /w/workspace/edgexfoundry_device-rest-go_main/archives/cost.csv [2024-11-01T00:24:15.690Z] + cut -d, -f6 [Pipeline] lock [2024-11-01T00:24:15.705Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-179-stack-cost] [2024-11-01T00:24:15.714Z] Resource [jenkins-edgexfoundry-device-rest-go-main-179-stack-cost] did not exist. Created. [2024-11-01T00:24:15.722Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-179-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-11-01T00:24:16.035Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-11-01T00:24:16.072Z] Stashed 1 file(s) [Pipeline] } [2024-11-01T00:24:16.082Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-179-stack-cost] [Pipeline] // lock [Pipeline] } [2024-11-01T00:24:16.108Z] $ docker stop --time=1 4c39433745372deacc7ea489b597d145c9e787acada2b1e9506d423864d60242 [2024-11-01T00:24:17.272Z] $ docker rm -f --volumes 4c39433745372deacc7ea489b597d145c9e787acada2b1e9506d423864d60242 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-11-01T00:24:41.130Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-24254 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] ws [2024-11-01T00:24:41.147Z] Running in /w/workspace/device-rest-go/179 [Pipeline] { [Pipeline] checkout [2024-11-01T00:24:44.199Z] The recommended git tool is: git [2024-11-01T00:24:50.163Z] using credential edgex-jenkins-ssh [2024-11-01T00:24:50.190Z] Cloning the remote Git repository [2024-11-01T00:24:50.263Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2024-11-01T00:24:50.397Z] > git init /w/workspace/device-rest-go/179 # timeout=10 [2024-11-01T00:24:50.618Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2024-11-01T00:24:50.620Z] > git --version # timeout=10 [2024-11-01T00:24:50.646Z] > git --version # 'git version 2.25.1' [2024-11-01T00:24:50.650Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-11-01T00:24:50.855Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-11-01T00:24:53.797Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2024-11-01T00:24:53.827Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-11-01T00:24:55.053Z] Avoid second fetch [2024-11-01T00:24:55.053Z] Checking out Revision d405a4f26b456a8be44145d93bfbd9a91d93e9fc (main) [2024-11-01T00:24:55.817Z] Commit message: "Merge pull request #423 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.0.0-dev.2" [2024-11-01T00:24:55.070Z] > git config core.sparsecheckout # timeout=10 [2024-11-01T00:24:55.149Z] > git checkout -f d405a4f26b456a8be44145d93bfbd9a91d93e9fc # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-11-01T00:25:00.701Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-11-01T00:25:00.701Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-11-01T00:25:00.701Z] Dload Upload Total Spent Left Speed [2024-11-01T00:25:00.701Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 192k 0 --:--:-- --:--:-- --:--:-- 192k [Pipeline] sh [2024-11-01T00:25:01.099Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-11-01T00:25:01.454Z] + sudo+ jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-11-01T00:25:01.454Z] sudo tee /etc/docker/daemon.new [2024-11-01T00:25:01.454Z] { [2024-11-01T00:25:01.454Z] "registry-mirrors": [ [2024-11-01T00:25:01.454Z] "https://nexus3.edgexfoundry.org:10001" [2024-11-01T00:25:01.454Z] ], [2024-11-01T00:25:01.454Z] "bip": "10.250.0.254/24", [2024-11-01T00:25:01.454Z] "hosts": [ [2024-11-01T00:25:01.454Z] "tcp://0.0.0.0:5555", [2024-11-01T00:25:01.454Z] "unix:///var/run/docker.sock" [2024-11-01T00:25:01.454Z] ], [2024-11-01T00:25:01.454Z] "mtu": 1458, [2024-11-01T00:25:01.454Z] "selinux-enabled": true, [2024-11-01T00:25:01.454Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-11-01T00:25:01.454Z] } [Pipeline] sh [2024-11-01T00:25:01.803Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-11-01T00:25:02.145Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-11-01T00:25:20.457Z] provisioning config files... [2024-11-01T00:25:20.493Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/179@tmp/config14593794850232390900tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-11-01T00:25:20.999Z] ---> ****-login.sh [2024-11-01T00:25:20.999Z] nexus3.edgexfoundry.org:10001 [2024-11-01T00:25:21.594Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T00:25:21.594Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T00:25:21.594Z] Configure a credential helper to remove this warning. See [2024-11-01T00:25:21.594Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T00:25:21.594Z] [2024-11-01T00:25:21.594Z] Login Succeeded [2024-11-01T00:25:21.870Z] nexus3.edgexfoundry.org:10002 [2024-11-01T00:25:22.144Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T00:25:22.144Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T00:25:22.144Z] Configure a credential helper to remove this warning. See [2024-11-01T00:25:22.144Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T00:25:22.144Z] [2024-11-01T00:25:22.144Z] Login Succeeded [2024-11-01T00:25:22.144Z] nexus3.edgexfoundry.org:10003 [2024-11-01T00:25:22.419Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T00:25:22.695Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T00:25:22.695Z] Configure a credential helper to remove this warning. See [2024-11-01T00:25:22.695Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T00:25:22.695Z] [2024-11-01T00:25:22.695Z] Login Succeeded [2024-11-01T00:25:22.695Z] nexus3.edgexfoundry.org:10004 [2024-11-01T00:25:22.974Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T00:25:22.974Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T00:25:22.974Z] Configure a credential helper to remove this warning. See [2024-11-01T00:25:22.974Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T00:25:22.974Z] [2024-11-01T00:25:22.974Z] Login Succeeded [2024-11-01T00:25:22.974Z] ****.io [2024-11-01T00:25:23.463Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T00:25:23.738Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T00:25:23.738Z] Configure a credential helper to remove this warning. See [2024-11-01T00:25:23.738Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T00:25:23.738Z] [2024-11-01T00:25:23.738Z] Login Succeeded [2024-11-01T00:25:23.738Z] ---> ****-login.sh ends [Pipeline] } [2024-11-01T00:25:23.756Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-11-01T00:25:24.209Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-11-01T00:25:24.228Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-11-01T00:25:24.247Z] ========================================================= [2024-11-01T00:25:24.247Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2024-11-01T00:25:24.247Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T00:25:24.654Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine --build-arg MAKE=echo noop --target=builder . [2024-11-01T00:25:24.654Z] Sending build context to Docker daemon 140.3kB [2024-11-01T00:25:24.928Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2024-11-01T00:25:24.928Z] Step 2/12 : FROM ${BASE} AS builder [2024-11-01T00:25:25.205Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-11-01T00:25:25.205Z] cf04c63912e1: Pulling fs layer [2024-11-01T00:25:25.205Z] 55b35a11ae5e: Pulling fs layer [2024-11-01T00:25:25.205Z] a37a00ec5f00: Pulling fs layer [2024-11-01T00:25:25.205Z] 50b3750afda1: Pulling fs layer [2024-11-01T00:25:25.205Z] 4f4fb700ef54: Pulling fs layer [2024-11-01T00:25:25.205Z] 80978eb59214: Pulling fs layer [2024-11-01T00:25:25.205Z] c9f46d7d2bd2: Pulling fs layer [2024-11-01T00:25:25.205Z] c5a475d317c9: Pulling fs layer [2024-11-01T00:25:25.205Z] 50b3750afda1: Waiting [2024-11-01T00:25:25.205Z] 4f4fb700ef54: Waiting [2024-11-01T00:25:25.205Z] 80978eb59214: Waiting [2024-11-01T00:25:25.205Z] c9f46d7d2bd2: Waiting [2024-11-01T00:25:25.205Z] c5a475d317c9: Waiting [2024-11-01T00:25:25.205Z] 55b35a11ae5e: Verifying Checksum [2024-11-01T00:25:25.205Z] 55b35a11ae5e: Download complete [2024-11-01T00:25:25.205Z] 50b3750afda1: Verifying Checksum [2024-11-01T00:25:25.205Z] 50b3750afda1: Download complete [2024-11-01T00:25:25.205Z] 4f4fb700ef54: Verifying Checksum [2024-11-01T00:25:25.205Z] 4f4fb700ef54: Download complete [2024-11-01T00:25:25.205Z] 80978eb59214: Verifying Checksum [2024-11-01T00:25:25.205Z] 80978eb59214: Download complete [2024-11-01T00:25:25.205Z] cf04c63912e1: Verifying Checksum [2024-11-01T00:25:25.205Z] cf04c63912e1: Download complete [2024-11-01T00:25:25.822Z] c5a475d317c9: Verifying Checksum [2024-11-01T00:25:25.822Z] c5a475d317c9: Download complete [2024-11-01T00:25:26.432Z] cf04c63912e1: Pull complete [2024-11-01T00:25:27.032Z] 55b35a11ae5e: Pull complete [2024-11-01T00:25:27.674Z] a37a00ec5f00: Download complete [2024-11-01T00:25:28.683Z] c9f46d7d2bd2: Verifying Checksum [2024-11-01T00:25:28.683Z] c9f46d7d2bd2: Download complete [2024-11-01T00:25:41.025Z] a37a00ec5f00: Pull complete [2024-11-01T00:25:41.292Z] 50b3750afda1: Pull complete [2024-11-01T00:25:41.559Z] 4f4fb700ef54: Pull complete [2024-11-01T00:25:41.825Z] 80978eb59214: Pull complete [2024-11-01T00:25:52.013Z] c9f46d7d2bd2: Pull complete [2024-11-01T00:25:52.013Z] c5a475d317c9: Pull complete [2024-11-01T00:25:52.013Z] Digest: sha256:2391c17ca386d1fbfa331956bd558234564149703727e64d3c69580d84b42a9b [2024-11-01T00:25:52.013Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2024-11-01T00:25:52.013Z] ---> be29e6b0f0d4 [2024-11-01T00:25:52.013Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2024-11-01T00:25:52.598Z] ---> Running in 33d57df2c79a [2024-11-01T00:25:53.185Z] Removing intermediate container 33d57df2c79a [2024-11-01T00:25:53.185Z] ---> ab45be6354e3 [2024-11-01T00:25:53.185Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-11-01T00:25:53.185Z] ---> Running in b70a6ca82cc8 [2024-11-01T00:25:53.452Z] Removing intermediate container b70a6ca82cc8 [2024-11-01T00:25:53.452Z] ---> 40f6cfebc8a2 [2024-11-01T00:25:53.452Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-11-01T00:25:53.719Z] ---> Running in 359e73372017 [2024-11-01T00:25:53.987Z] Removing intermediate container 359e73372017 [2024-11-01T00:25:53.987Z] ---> 0629918b5fc5 [2024-11-01T00:25:53.987Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2024-11-01T00:25:53.987Z] ---> Running in 8e4597121c51 [2024-11-01T00:25:54.575Z] Removing intermediate container 8e4597121c51 [2024-11-01T00:25:54.575Z] ---> 2c21e8031f28 [2024-11-01T00:25:54.575Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-11-01T00:25:54.575Z] ---> Running in 027699818b02 [2024-11-01T00:25:55.986Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-01T00:25:56.253Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-01T00:25:58.211Z] (1/4) Installing openssh-keygen (9.7_p1-r4) [2024-11-01T00:25:58.211Z] (2/4) Installing libedit (20240517.3.1-r0) [2024-11-01T00:25:58.211Z] (3/4) Installing openssh-client-common (9.7_p1-r4) [2024-11-01T00:25:58.211Z] (4/4) Installing openssh-client-default (9.7_p1-r4) [2024-11-01T00:25:58.211Z] Executing busybox-1.36.1-r29.trigger [2024-11-01T00:25:58.211Z] OK: 242 MiB in 58 packages [2024-11-01T00:25:59.638Z] Removing intermediate container 027699818b02 [2024-11-01T00:25:59.638Z] ---> 465e6419703f [2024-11-01T00:25:59.638Z] Step 8/12 : WORKDIR /device-rest-go [2024-11-01T00:25:59.638Z] ---> Running in 451019a68572 [2024-11-01T00:25:59.904Z] Removing intermediate container 451019a68572 [2024-11-01T00:25:59.904Z] ---> e1ef4403acb1 [2024-11-01T00:25:59.904Z] Step 9/12 : COPY go.mod vendor* ./ [2024-11-01T00:26:00.488Z] ---> 9d694c75ff1c [2024-11-01T00:26:00.488Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-01T00:26:00.488Z] ---> Running in b2cf8b695f0d [2024-11-01T00:28:07.298Z] Removing intermediate container b2cf8b695f0d [2024-11-01T00:28:07.298Z] ---> 6a361d60e26d [2024-11-01T00:28:07.298Z] Step 11/12 : COPY . . [2024-11-01T00:28:07.298Z] ---> f10d4bbc2aea [2024-11-01T00:28:07.298Z] Step 12/12 : RUN $MAKE [2024-11-01T00:28:07.298Z] ---> Running in 37703af1e582 [2024-11-01T00:28:07.298Z] noop [2024-11-01T00:28:07.298Z] Removing intermediate container 37703af1e582 [2024-11-01T00:28:07.298Z] ---> a357816eede0 [2024-11-01T00:28:07.298Z] Successfully built a357816eede0 [2024-11-01T00:28:07.298Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T00:28:07.693Z] + docker inspect -f . ci-base-image-arm64 [2024-11-01T00:28:07.693Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-01T00:28:07.962Z] prd-ubuntu20.04-docker-arm64-4c-16g-24254 does not seem to be running inside a container [2024-11-01T00:28:08.045Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/179 -v /w/workspace/device-rest-go/179:/w/workspace/device-rest-go/179:rw,z -v /w/workspace/device-rest-go/179@tmp:/w/workspace/device-rest-go/179@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 [2024-11-01T00:28:09.521Z] $ docker top 2aabd19f64b9b89fdf6323eaba866a389f1eb097b6aca5af4c6c17819ce9eb8b -eo pid,comm [Pipeline] { [Pipeline] sh [2024-11-01T00:28:10.443Z] + go version [2024-11-01T00:28:10.443Z] go version go1.23.2 linux/arm64 [Pipeline] } [2024-11-01T00:28:10.463Z] $ docker stop --time=1 2aabd19f64b9b89fdf6323eaba866a389f1eb097b6aca5af4c6c17819ce9eb8b [2024-11-01T00:28:12.221Z] $ docker rm -f --volumes 2aabd19f64b9b89fdf6323eaba866a389f1eb097b6aca5af4c6c17819ce9eb8b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T00:28:12.873Z] + docker inspect -f . ci-base-image-arm64 [2024-11-01T00:28:12.873Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-01T00:28:13.119Z] prd-ubuntu20.04-docker-arm64-4c-16g-24254 does not seem to be running inside a container [2024-11-01T00:28:13.214Z] $ 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/179 -v /w/workspace/device-rest-go/179:/w/workspace/device-rest-go/179:rw,z -v /w/workspace/device-rest-go/179@tmp:/w/workspace/device-rest-go/179@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 [2024-11-01T00:28:14.677Z] $ docker top ed07000f855aa645cc46095d7f84346c65312af9ba796a2e6b48f1439367f8a3 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-11-01T00:28:15.630Z] + git config --global --add safe.directory /w/workspace/device-rest-go/179 [Pipeline] fileExists [Pipeline] sh [2024-11-01T00:28:16.343Z] + make test [2024-11-01T00:28:16.343Z] go test ./... -coverprofile=coverage.out ./... [2024-11-01T00:28:23.071Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2024-11-01T00:32:45.012Z] github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements [2024-11-01T00:32:51.682Z] ok github.com/edgexfoundry/device-rest-go/driver 0.050s coverage: 33.2% of statements [2024-11-01T00:32:53.105Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-11-01T00:32:53.105Z] go vet ./... [2024-11-01T00:34:01.159Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-11-01T00:34:01.159Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-11-01T00:34:01.159Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-11-01T00:34:01.182Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-11-01T00:34:01.206Z] $ docker stop --time=1 ed07000f855aa645cc46095d7f84346c65312af9ba796a2e6b48f1439367f8a3 [2024-11-01T00:34:03.389Z] $ docker rm -f --volumes ed07000f855aa645cc46095d7f84346c65312af9ba796a2e6b48f1439367f8a3 [Pipeline] // withDockerContainer [Pipeline] sh [2024-11-01T00:34:05.374Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-11-01T00:34:05.392Z] Warning: overwriting stash ‘coverage-report’ [2024-11-01T00:34:06.099Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-11-01T00:34:06.533Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-11-01T00:34:06.873Z] + ls -al . [2024-11-01T00:34:06.873Z] total 240 [2024-11-01T00:34:06.873Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 1 00:28 . [2024-11-01T00:34:06.873Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 1 00:24 .. [2024-11-01T00:34:06.873Z] -rw-rw-r-- 1 jenkins jenkins 151 Nov 1 00:24 .dockerignore [2024-11-01T00:34:06.873Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 1 00:24 .git [2024-11-01T00:34:06.873Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 1 00:24 .github [2024-11-01T00:34:06.873Z] -rw-rw-r-- 1 jenkins jenkins 264 Nov 1 00:24 .gitignore [2024-11-01T00:34:06.873Z] -rw-rw-r-- 1 jenkins jenkins 41 Nov 1 00:24 .golangci.yml [2024-11-01T00:34:06.873Z] -rw-rw-r-- 1 jenkins jenkins 20138 Nov 1 00:24 Attribution.txt [2024-11-01T00:34:06.873Z] -rw-rw-r-- 1 jenkins jenkins 17685 Nov 1 00:24 CHANGELOG.md [2024-11-01T00:34:06.873Z] -rw-rw-r-- 1 jenkins jenkins 1697 Nov 1 00:24 Dockerfile [2024-11-01T00:34:06.873Z] -rw-rw-r-- 1 jenkins jenkins 677 Nov 1 00:24 GOVERNANCE.md [2024-11-01T00:34:06.873Z] -rw-rw-r-- 1 jenkins jenkins 680 Nov 1 00:24 Jenkinsfile [2024-11-01T00:34:06.873Z] -rw-rw-r-- 1 jenkins jenkins 11340 Nov 1 00:24 LICENSE [2024-11-01T00:34:06.873Z] -rw-rw-r-- 1 jenkins jenkins 2553 Nov 1 00:24 Makefile [2024-11-01T00:34:06.873Z] -rw-rw-r-- 1 jenkins jenkins 620 Nov 1 00:24 OWNERS.md [2024-11-01T00:34:06.873Z] -rw-rw-r-- 1 jenkins jenkins 3989 Nov 1 00:24 README.md [2024-11-01T00:34:06.873Z] -rw-rw-r-- 1 jenkins jenkins 11 Nov 1 00:21 VERSION [2024-11-01T00:34:06.873Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 1 00:24 bin [2024-11-01T00:34:06.873Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 1 00:24 cmd [2024-11-01T00:34:06.873Z] -rw-r--r-- 1 jenkins jenkins 14565 Nov 1 00:32 coverage.out [2024-11-01T00:34:06.873Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 1 00:24 driver [2024-11-01T00:34:06.873Z] -rw-rw-r-- 1 jenkins jenkins 6439 Nov 1 00:24 go.mod [2024-11-01T00:34:06.873Z] -rw-rw-r-- 1 jenkins jenkins 88084 Nov 1 00:24 go.sum [2024-11-01T00:34:06.873Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 1 00:24 openapi [2024-11-01T00:34:06.873Z] -rw-rw-r-- 1 jenkins jenkins 713 Nov 1 00:24 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T00:34:07.248Z] + 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=d405a4f26b456a8be44145d93bfbd9a91d93e9fc --label arch=arm64 --label version=4.0.0-dev.2 . [2024-11-01T00:34:07.248Z] Sending build context to Docker daemon 155.6kB [2024-11-01T00:34:07.518Z] Step 1/26 : ARG BASE=golang:1.23-alpine3.20 [2024-11-01T00:34:07.518Z] Step 2/26 : FROM ${BASE} AS builder [2024-11-01T00:34:07.518Z] ---> a357816eede0 [2024-11-01T00:34:07.518Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2024-11-01T00:34:07.789Z] ---> Running in 7735e8795996 [2024-11-01T00:34:08.060Z] Removing intermediate container 7735e8795996 [2024-11-01T00:34:08.060Z] ---> 913077d89e93 [2024-11-01T00:34:08.060Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-11-01T00:34:08.331Z] ---> Running in 0a0973ce9ce1 [2024-11-01T00:34:08.602Z] Removing intermediate container 0a0973ce9ce1 [2024-11-01T00:34:08.602Z] ---> a9955f22a2ba [2024-11-01T00:34:08.602Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-11-01T00:34:08.602Z] ---> Running in b7bc3fbae7fd [2024-11-01T00:34:09.194Z] Removing intermediate container b7bc3fbae7fd [2024-11-01T00:34:09.194Z] ---> af08ebfa2809 [2024-11-01T00:34:09.194Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2024-11-01T00:34:09.194Z] ---> Running in c3a997217123 [2024-11-01T00:34:09.470Z] Removing intermediate container c3a997217123 [2024-11-01T00:34:09.470Z] ---> 703a873250be [2024-11-01T00:34:09.470Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-11-01T00:34:09.470Z] ---> Running in 49ddcf28732c [2024-11-01T00:34:10.908Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-01T00:34:11.180Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-01T00:34:13.790Z] OK: 242 MiB in 58 packages [2024-11-01T00:34:14.380Z] Removing intermediate container 49ddcf28732c [2024-11-01T00:34:14.380Z] ---> 1acb1f360f6a [2024-11-01T00:34:14.380Z] Step 8/26 : WORKDIR /device-rest-go [2024-11-01T00:34:14.651Z] ---> Running in b85d558e0327 [2024-11-01T00:34:14.923Z] Removing intermediate container b85d558e0327 [2024-11-01T00:34:14.923Z] ---> 99b4e124c596 [2024-11-01T00:34:14.923Z] Step 9/26 : COPY go.mod vendor* ./ [2024-11-01T00:34:15.524Z] ---> b2dd43d5eae6 [2024-11-01T00:34:15.524Z] Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-01T00:34:15.794Z] ---> Running in 23f94ef0e519 [2024-11-01T00:34:18.389Z] Removing intermediate container 23f94ef0e519 [2024-11-01T00:34:18.389Z] ---> ad2a7c3ce8ab [2024-11-01T00:34:18.389Z] Step 11/26 : COPY . . [2024-11-01T00:34:19.000Z] ---> 5b63f98d4b8a [2024-11-01T00:34:19.000Z] Step 12/26 : RUN $MAKE [2024-11-01T00:34:19.000Z] ---> Running in 0e368b253797 [2024-11-01T00:34:19.959Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=4.0.0-dev.2 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.0.0-dev.2" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/device-rest ./cmd [2024-11-01T00:38:26.791Z] Removing intermediate container 0e368b253797 [2024-11-01T00:38:26.791Z] ---> 91e1fee78f72 [2024-11-01T00:38:26.791Z] Step 13/26 : FROM alpine:3.20 [2024-11-01T00:38:26.791Z] 3.20: Pulling from library/alpine [2024-11-01T00:38:26.791Z] cf04c63912e1: Already exists [2024-11-01T00:38:26.791Z] Digest: sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-11-01T00:38:26.791Z] Status: Downloaded newer image for alpine:3.20 [2024-11-01T00:38:26.791Z] ---> c157a85ed455 [2024-11-01T00:38:26.791Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-11-01T00:38:26.791Z] ---> Running in 8a31dd78eb81 [2024-11-01T00:38:26.791Z] Removing intermediate container 8a31dd78eb81 [2024-11-01T00:38:26.791Z] ---> 71c2c959bd90 [2024-11-01T00:38:26.791Z] Step 15/26 : LABEL Name=device-rest-go Version=${VERSION} [2024-11-01T00:38:26.791Z] ---> Running in 7569e1d82e28 [2024-11-01T00:38:26.791Z] Removing intermediate container 7569e1d82e28 [2024-11-01T00:38:26.791Z] ---> ac11e50a3384 [2024-11-01T00:38:26.791Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2024-11-01T00:38:26.791Z] ---> Running in 277a54c2eb0b [2024-11-01T00:38:26.791Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-01T00:38:26.791Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-01T00:38:26.791Z] (1/1) Installing dumb-init (1.2.5-r3) [2024-11-01T00:38:26.791Z] Executing busybox-1.36.1-r29.trigger [2024-11-01T00:38:26.791Z] OK: 9 MiB in 15 packages [2024-11-01T00:38:26.791Z] Removing intermediate container 277a54c2eb0b [2024-11-01T00:38:26.791Z] ---> 86c2d7039493 [2024-11-01T00:38:26.791Z] Step 17/26 : RUN apk --no-cache upgrade [2024-11-01T00:38:26.791Z] ---> Running in aa998033141e [2024-11-01T00:38:26.791Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-01T00:38:26.791Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-01T00:38:26.791Z] Upgrading critical system libraries and apk-tools: [2024-11-01T00:38:26.791Z] (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-11-01T00:38:26.791Z] Executing busybox-1.36.1-r29.trigger [2024-11-01T00:38:26.791Z] Continuing the upgrade transaction with new apk-tools: [2024-11-01T00:38:26.791Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-01T00:38:26.791Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-01T00:38:27.377Z] (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-01T00:38:27.648Z] (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-01T00:38:27.648Z] OK: 9 MiB in 15 packages [2024-11-01T00:38:28.675Z] Removing intermediate container aa998033141e [2024-11-01T00:38:28.675Z] ---> 671f17ce9f0f [2024-11-01T00:38:28.675Z] Step 18/26 : COPY --from=builder /device-rest-go/cmd / [2024-11-01T00:38:31.246Z] ---> dcc21e030fbe [2024-11-01T00:38:31.246Z] Step 19/26 : COPY --from=builder /device-rest-go/LICENSE / [2024-11-01T00:38:31.512Z] ---> 9f1ec2da6f7f [2024-11-01T00:38:31.512Z] Step 20/26 : COPY --from=builder /device-rest-go/Attribution.txt / [2024-11-01T00:38:32.093Z] ---> 32f507d52ec3 [2024-11-01T00:38:32.093Z] Step 21/26 : EXPOSE 59986 [2024-11-01T00:38:32.093Z] ---> Running in 02a5470aa389 [2024-11-01T00:38:32.365Z] Removing intermediate container 02a5470aa389 [2024-11-01T00:38:32.365Z] ---> f8bfd613ecd1 [2024-11-01T00:38:32.365Z] Step 22/26 : ENTRYPOINT ["/device-rest"] [2024-11-01T00:38:32.365Z] ---> Running in 41f56083f429 [2024-11-01T00:38:32.631Z] Removing intermediate container 41f56083f429 [2024-11-01T00:38:32.631Z] ---> d9b6ab0f76ea [2024-11-01T00:38:32.631Z] Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2024-11-01T00:38:32.631Z] ---> Running in 0f6e680c511a [2024-11-01T00:38:32.902Z] Removing intermediate container 0f6e680c511a [2024-11-01T00:38:32.902Z] ---> 729a159b52fc [2024-11-01T00:38:32.902Z] Step 24/26 : LABEL arch=arm64 [2024-11-01T00:38:33.168Z] ---> Running in 83bb1ee7545c [2024-11-01T00:38:33.435Z] Removing intermediate container 83bb1ee7545c [2024-11-01T00:38:33.435Z] ---> 7301988523cb [2024-11-01T00:38:33.435Z] Step 25/26 : LABEL git_sha=d405a4f26b456a8be44145d93bfbd9a91d93e9fc [2024-11-01T00:38:33.435Z] ---> Running in 8e78082c4089 [2024-11-01T00:38:33.710Z] Removing intermediate container 8e78082c4089 [2024-11-01T00:38:33.710Z] ---> 2860bc67b7fe [2024-11-01T00:38:33.710Z] Step 26/26 : LABEL version=4.0.0-dev.2 [2024-11-01T00:38:33.710Z] ---> Running in 9918a64b2eb3 [2024-11-01T00:38:34.317Z] Removing intermediate container 9918a64b2eb3 [2024-11-01T00:38:34.317Z] ---> bfebf977008e [2024-11-01T00:38:34.317Z] [Warning] One or more build-args [ARCH] were not consumed [2024-11-01T00:38:34.317Z] Successfully built bfebf977008e [2024-11-01T00:38:34.317Z] 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 [2024-11-01T00:38:34.490Z] provisioning config files... [2024-11-01T00:38:34.504Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/179@tmp/config11634587699564465736tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-11-01T00:38:34.852Z] ---> ****-login.sh [2024-11-01T00:38:34.852Z] nexus3.edgexfoundry.org:10001 [2024-11-01T00:38:34.852Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T00:38:35.120Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T00:38:35.120Z] Configure a credential helper to remove this warning. See [2024-11-01T00:38:35.120Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T00:38:35.120Z] [2024-11-01T00:38:35.120Z] Login Succeeded [2024-11-01T00:38:35.120Z] nexus3.edgexfoundry.org:10002 [2024-11-01T00:38:35.386Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T00:38:35.386Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T00:38:35.386Z] Configure a credential helper to remove this warning. See [2024-11-01T00:38:35.387Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T00:38:35.387Z] [2024-11-01T00:38:35.387Z] Login Succeeded [2024-11-01T00:38:35.387Z] nexus3.edgexfoundry.org:10003 [2024-11-01T00:38:35.651Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T00:38:35.965Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T00:38:35.965Z] Configure a credential helper to remove this warning. See [2024-11-01T00:38:35.965Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T00:38:35.965Z] [2024-11-01T00:38:35.965Z] Login Succeeded [2024-11-01T00:38:35.965Z] nexus3.edgexfoundry.org:10004 [2024-11-01T00:38:35.965Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T00:38:36.243Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T00:38:36.243Z] Configure a credential helper to remove this warning. See [2024-11-01T00:38:36.243Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T00:38:36.243Z] [2024-11-01T00:38:36.243Z] Login Succeeded [2024-11-01T00:38:36.243Z] ****.io [2024-11-01T00:38:36.512Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-01T00:38:36.782Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-01T00:38:36.782Z] Configure a credential helper to remove this warning. See [2024-11-01T00:38:36.782Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-01T00:38:36.782Z] [2024-11-01T00:38:36.782Z] Login Succeeded [2024-11-01T00:38:36.782Z] ---> ****-login.sh ends [Pipeline] } [2024-11-01T00:38:36.797Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-11-01T00:38:36.850Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-11-01T00:38:36.885Z] [edgeXDocker.push] Tagging docker image device-rest-arm64 with the following tags: [2024-11-01T00:38:36.885Z] d405a4f26b456a8be44145d93bfbd9a91d93e9fc [2024-11-01T00:38:36.885Z] latest [2024-11-01T00:38:36.885Z] 4.0.0-dev.2 [2024-11-01T00:38:36.885Z] d405a4f26b456a8be44145d93bfbd9a91d93e9fc-4.0.0-dev.2 [2024-11-01T00:38:36.885Z] main [2024-11-01T00:38:36.885Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T00:38:37.286Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:d405a4f26b456a8be44145d93bfbd9a91d93e9fc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T00:38:37.627Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:d405a4f26b456a8be44145d93bfbd9a91d93e9fc [2024-11-01T00:38:37.627Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2024-11-01T00:38:37.627Z] b6aefc62a1c4: Preparing [2024-11-01T00:38:37.627Z] 412b0cd25bc1: Preparing [2024-11-01T00:38:37.627Z] e5858907cbb7: Preparing [2024-11-01T00:38:37.627Z] 2e5eb853b8ba: Preparing [2024-11-01T00:38:37.627Z] 270b6f97bb59: Preparing [2024-11-01T00:38:37.627Z] 16113d51b718: Preparing [2024-11-01T00:38:37.627Z] 16113d51b718: Waiting [2024-11-01T00:38:37.903Z] 270b6f97bb59: Pushed [2024-11-01T00:38:37.903Z] b6aefc62a1c4: Pushed [2024-11-01T00:38:37.903Z] 412b0cd25bc1: Pushed [2024-11-01T00:38:37.903Z] 16113d51b718: Layer already exists [2024-11-01T00:38:39.297Z] 2e5eb853b8ba: Pushed [2024-11-01T00:38:47.483Z] e5858907cbb7: Pushed [2024-11-01T00:38:47.483Z] d405a4f26b456a8be44145d93bfbd9a91d93e9fc: digest: sha256:86d0a891cbba9ac2af4fbadae74d99e619a17252bc4c6b4ac862d4a2cc52a7bc size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T00:38:47.884Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T00:38:48.249Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2024-11-01T00:38:48.249Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2024-11-01T00:38:48.249Z] b6aefc62a1c4: Preparing [2024-11-01T00:38:48.249Z] 412b0cd25bc1: Preparing [2024-11-01T00:38:48.249Z] e5858907cbb7: Preparing [2024-11-01T00:38:48.249Z] 2e5eb853b8ba: Preparing [2024-11-01T00:38:48.249Z] 270b6f97bb59: Preparing [2024-11-01T00:38:48.249Z] 16113d51b718: Preparing [2024-11-01T00:38:48.249Z] 16113d51b718: Waiting [2024-11-01T00:38:48.249Z] 270b6f97bb59: Layer already exists [2024-11-01T00:38:48.249Z] e5858907cbb7: Layer already exists [2024-11-01T00:38:48.249Z] 412b0cd25bc1: Layer already exists [2024-11-01T00:38:48.249Z] 2e5eb853b8ba: Layer already exists [2024-11-01T00:38:48.249Z] b6aefc62a1c4: Layer already exists [2024-11-01T00:38:48.249Z] 16113d51b718: Layer already exists [2024-11-01T00:38:48.516Z] latest: digest: sha256:86d0a891cbba9ac2af4fbadae74d99e619a17252bc4c6b4ac862d4a2cc52a7bc size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T00:38:48.889Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:4.0.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T00:38:49.262Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:4.0.0-dev.2 [2024-11-01T00:38:49.262Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2024-11-01T00:38:49.262Z] b6aefc62a1c4: Preparing [2024-11-01T00:38:49.262Z] 412b0cd25bc1: Preparing [2024-11-01T00:38:49.262Z] e5858907cbb7: Preparing [2024-11-01T00:38:49.262Z] 2e5eb853b8ba: Preparing [2024-11-01T00:38:49.262Z] 270b6f97bb59: Preparing [2024-11-01T00:38:49.262Z] 16113d51b718: Preparing [2024-11-01T00:38:49.262Z] 16113d51b718: Waiting [2024-11-01T00:38:49.262Z] 412b0cd25bc1: Layer already exists [2024-11-01T00:38:49.262Z] 2e5eb853b8ba: Layer already exists [2024-11-01T00:38:49.262Z] 270b6f97bb59: Layer already exists [2024-11-01T00:38:49.262Z] e5858907cbb7: Layer already exists [2024-11-01T00:38:49.262Z] b6aefc62a1c4: Layer already exists [2024-11-01T00:38:49.262Z] 16113d51b718: Layer already exists [2024-11-01T00:38:49.531Z] 4.0.0-dev.2: digest: sha256:86d0a891cbba9ac2af4fbadae74d99e619a17252bc4c6b4ac862d4a2cc52a7bc size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T00:38:49.900Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:d405a4f26b456a8be44145d93bfbd9a91d93e9fc-4.0.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T00:38:50.267Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:d405a4f26b456a8be44145d93bfbd9a91d93e9fc-4.0.0-dev.2 [2024-11-01T00:38:50.267Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2024-11-01T00:38:50.267Z] b6aefc62a1c4: Preparing [2024-11-01T00:38:50.267Z] 412b0cd25bc1: Preparing [2024-11-01T00:38:50.267Z] e5858907cbb7: Preparing [2024-11-01T00:38:50.267Z] 2e5eb853b8ba: Preparing [2024-11-01T00:38:50.267Z] 270b6f97bb59: Preparing [2024-11-01T00:38:50.267Z] 16113d51b718: Preparing [2024-11-01T00:38:50.267Z] 16113d51b718: Waiting [2024-11-01T00:38:50.267Z] 2e5eb853b8ba: Layer already exists [2024-11-01T00:38:50.267Z] e5858907cbb7: Layer already exists [2024-11-01T00:38:50.267Z] 412b0cd25bc1: Layer already exists [2024-11-01T00:38:50.267Z] 270b6f97bb59: Layer already exists [2024-11-01T00:38:50.267Z] b6aefc62a1c4: Layer already exists [2024-11-01T00:38:50.267Z] 16113d51b718: Layer already exists [2024-11-01T00:38:50.533Z] d405a4f26b456a8be44145d93bfbd9a91d93e9fc-4.0.0-dev.2: digest: sha256:86d0a891cbba9ac2af4fbadae74d99e619a17252bc4c6b4ac862d4a2cc52a7bc size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T00:38:50.899Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T00:38:51.261Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:main [2024-11-01T00:38:51.261Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2024-11-01T00:38:51.261Z] b6aefc62a1c4: Preparing [2024-11-01T00:38:51.261Z] 412b0cd25bc1: Preparing [2024-11-01T00:38:51.261Z] e5858907cbb7: Preparing [2024-11-01T00:38:51.261Z] 2e5eb853b8ba: Preparing [2024-11-01T00:38:51.261Z] 270b6f97bb59: Preparing [2024-11-01T00:38:51.261Z] 16113d51b718: Preparing [2024-11-01T00:38:51.261Z] 16113d51b718: Waiting [2024-11-01T00:38:51.261Z] e5858907cbb7: Layer already exists [2024-11-01T00:38:51.261Z] 2e5eb853b8ba: Layer already exists [2024-11-01T00:38:51.261Z] 270b6f97bb59: Layer already exists [2024-11-01T00:38:51.261Z] 412b0cd25bc1: Layer already exists [2024-11-01T00:38:51.261Z] b6aefc62a1c4: Layer already exists [2024-11-01T00:38:51.261Z] 16113d51b718: Layer already exists [2024-11-01T00:38:51.527Z] main: digest: sha256:86d0a891cbba9ac2af4fbadae74d99e619a17252bc4c6b4ac862d4a2cc52a7bc size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-11-01T00:38:51.603Z] ===================================================== [Pipeline] echo [2024-11-01T00:38:51.619Z] taggedImages: [2024-11-01T00:38:51.619Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:d405a4f26b456a8be44145d93bfbd9a91d93e9fc [2024-11-01T00:38:51.619Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2024-11-01T00:38:51.619Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:4.0.0-dev.2 [2024-11-01T00:38:51.619Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:d405a4f26b456a8be44145d93bfbd9a91d93e9fc-4.0.0-dev.2 [2024-11-01T00:38:51.619Z] - 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 [2024-11-01T00:38:52.012Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-11-01T00:38:52.012Z] [2024-11-01T00:38:52.012Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T00:38:52.348Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-11-01T00:38:52.348Z] arm64: Pulling from edgex-lftools-log-publisher [2024-11-01T00:38:52.348Z] 8998bd30e6a1: Pulling fs layer [2024-11-01T00:38:52.348Z] 04944245beec: Pulling fs layer [2024-11-01T00:38:52.348Z] 699f458cf7ca: Pulling fs layer [2024-11-01T00:38:52.348Z] 765212b225bb: Pulling fs layer [2024-11-01T00:38:52.348Z] f23df028b6ca: Pulling fs layer [2024-11-01T00:38:52.348Z] d65c8cfc05b1: Pulling fs layer [2024-11-01T00:38:52.348Z] 2437ff75d9bd: Pulling fs layer [2024-11-01T00:38:52.348Z] f23df028b6ca: Waiting [2024-11-01T00:38:52.348Z] d65c8cfc05b1: Waiting [2024-11-01T00:38:52.348Z] 2437ff75d9bd: Waiting [2024-11-01T00:38:52.348Z] 765212b225bb: Waiting [2024-11-01T00:38:52.617Z] 04944245beec: Verifying Checksum [2024-11-01T00:38:52.617Z] 04944245beec: Download complete [2024-11-01T00:38:52.617Z] 765212b225bb: Download complete [2024-11-01T00:38:52.617Z] f23df028b6ca: Verifying Checksum [2024-11-01T00:38:52.617Z] f23df028b6ca: Download complete [2024-11-01T00:38:52.617Z] d65c8cfc05b1: Verifying Checksum [2024-11-01T00:38:52.617Z] d65c8cfc05b1: Download complete [2024-11-01T00:38:52.886Z] 699f458cf7ca: Verifying Checksum [2024-11-01T00:38:52.886Z] 699f458cf7ca: Download complete [2024-11-01T00:38:53.154Z] 8998bd30e6a1: Verifying Checksum [2024-11-01T00:38:53.154Z] 8998bd30e6a1: Download complete [2024-11-01T00:38:55.741Z] 2437ff75d9bd: Verifying Checksum [2024-11-01T00:38:55.741Z] 2437ff75d9bd: Download complete [2024-11-01T00:38:58.327Z] 8998bd30e6a1: Pull complete [2024-11-01T00:38:58.909Z] 04944245beec: Pull complete [2024-11-01T00:39:00.853Z] 699f458cf7ca: Pull complete [2024-11-01T00:39:00.853Z] 765212b225bb: Pull complete [2024-11-01T00:39:01.816Z] f23df028b6ca: Pull complete [2024-11-01T00:39:02.082Z] d65c8cfc05b1: Pull complete [2024-11-01T00:39:20.290Z] 2437ff75d9bd: Pull complete [2024-11-01T00:39:20.290Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-11-01T00:39:20.290Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-11-01T00:39:20.290Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-01T00:39:20.499Z] prd-ubuntu20.04-docker-arm64-4c-16g-24254 does not seem to be running inside a container [2024-11-01T00:39:20.552Z] $ 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/179 -v /w/workspace/device-rest-go/179:/w/workspace/device-rest-go/179:rw,z -v /w/workspace/device-rest-go/179@tmp:/w/workspace/device-rest-go/179@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 [2024-11-01T00:39:23.421Z] $ docker top 8a89153e0507637e16c4d8421f612cfdf2fdddf0672b3654d7bafc2b9ed10f61 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-11-01T00:39:24.310Z] ---> job-cost.sh [2024-11-01T00:39:24.310Z] lf-activate-venv: SKIPPING [2024-11-01T00:39:24.310Z] INFO: No Stack... [2024-11-01T00:39:24.580Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-11-01T00:39:25.547Z] INFO: Archiving Costs [Pipeline] sh [2024-11-01T00:39:26.226Z] + cat /w/workspace/device-rest-go/179/archives/cost.csv [2024-11-01T00:39:26.226Z] + cut -d, -f6 [Pipeline] lock [2024-11-01T00:39:26.295Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-179-stack-cost] [2024-11-01T00:39:26.307Z] Resource [jenkins-edgexfoundry-device-rest-go-main-179-stack-cost] did not exist. Created. [2024-11-01T00:39:26.314Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-179-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-11-01T00:39:26.996Z] /w/workspace/device-rest-go/179@tmp/durable-20556647/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-11-01T00:39:27.656Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-11-01T00:39:27.683Z] Warning: overwriting stash ‘stack-cost’ [2024-11-01T00:39:27.747Z] Stashed 1 file(s) [Pipeline] } [2024-11-01T00:39:27.756Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-179-stack-cost] [Pipeline] // lock [Pipeline] } [2024-11-01T00:39:27.781Z] $ docker stop --time=1 8a89153e0507637e16c4d8421f612cfdf2fdddf0672b3654d7bafc2b9ed10f61 [2024-11-01T00:39:29.379Z] $ docker rm -f --volumes 8a89153e0507637e16c4d8421f612cfdf2fdddf0672b3654d7bafc2b9ed10f61 [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 [2024-11-01T00:39:29.881Z] provisioning config files... [2024-11-01T00:39:29.894Z] copy managed file [device-rest-go-codecov-token] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config7459255607617669199tmp [Pipeline] { [Pipeline] sh [2024-11-01T00:39:30.189Z] + set +x [2024-11-01T00:39:30.189Z] + + curl -sbash https://codecov.io/bash -s [2024-11-01T00:39:30.189Z] -- [2024-11-01T00:39:30.189Z] [2024-11-01T00:39:30.189Z] _____ _ [2024-11-01T00:39:30.189Z] / ____| | | [2024-11-01T00:39:30.189Z] | | ___ __| | ___ ___ _____ __ [2024-11-01T00:39:30.189Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-11-01T00:39:30.189Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-11-01T00:39:30.189Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-11-01T00:39:30.189Z] Bash-1.0.6 [2024-11-01T00:39:30.189Z] [2024-11-01T00:39:30.189Z] [2024-11-01T00:39:30.189Z] ==> git version 2.25.1 found [2024-11-01T00:39:30.190Z] ==> 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 [2024-11-01T00:39:30.190Z] Release-Date: 2020-01-08 [2024-11-01T00:39:30.190Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2024-11-01T00:39:30.190Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-11-01T00:39:30.190Z] ==> Jenkins CI detected. [2024-11-01T00:39:30.190Z] current dir:  /w/workspace/edgexfoundry_device-rest-go_main [2024-11-01T00:39:30.190Z] project root: . [2024-11-01T00:39:30.190Z] --> token set from env [2024-11-01T00:39:30.190Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-11-01T00:39:30.190Z] ==> Running gcov in . (disable via -X gcov) [2024-11-01T00:39:30.190Z] ==> Python coveragepy not found [2024-11-01T00:39:30.190Z] ==> Searching for coverage reports in: [2024-11-01T00:39:30.190Z] + . [2024-11-01T00:39:30.190Z] -> Found 1 reports [2024-11-01T00:39:30.190Z] ==> Detecting git/mercurial file structure [2024-11-01T00:39:30.190Z] ==> Reading reports [2024-11-01T00:39:30.190Z] + ./coverage.out bytes=14565 [2024-11-01T00:39:30.190Z] ==> Appending adjustments [2024-11-01T00:39:30.190Z] https://docs.codecov.io/docs/fixing-reports [2024-11-01T00:39:30.449Z] + Found adjustments [2024-11-01T00:39:30.449Z] ==> Gzipping contents [2024-11-01T00:39:30.449Z] 4.0K /tmp/codecov.0hIYrV.gz [2024-11-01T00:39:30.449Z] ==> Uploading reports [2024-11-01T00:39:30.449Z] url: https://codecov.io [2024-11-01T00:39:30.449Z] query: branch=main&commit=d405a4f26b456a8be44145d93bfbd9a91d93e9fc&build=179&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F179%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-11-01T00:39:30.449Z] -> Pinging Codecov [2024-11-01T00:39:30.449Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=d405a4f26b456a8be44145d93bfbd9a91d93e9fc&build=179&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F179%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-11-01T00:39:30.707Z] -> Uploading to [2024-11-01T00:39:30.707Z] https://storage.googleapis.com/codecov/shelter/v4/github/edgexfoundry/device-rest-go/d405a4f26b456a8be44145d93bfbd9a91d93e9fc/6fffb49c-c50a-4823-a468-b5e515edb9ed.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20241101%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20241101T003930Z&X-Amz-Expires=30&X-Amz-SignedHeaders=host&X-Amz-Signature=5701f56e0b1fd9da54bf83121dbf29b6dcbec57e5dd93d22ecb961d2291ce4a1 [2024-11-01T00:39:30.707Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-11-01T00:39:30.708Z] Dload Upload Total Spent Left Speed [2024-11-01T00:39:30.966Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2327 0 0 100 2327 0 10251 --:--:-- --:--:-- --:--:-- 10206 100 2327 0 0 100 2327 0 10251 --:--:-- --:--:-- --:--:-- 10206 [2024-11-01T00:39:30.966Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rest-go/commit/d405a4f26b456a8be44145d93bfbd9a91d93e9fc [Pipeline] } [2024-11-01T00:39:30.974Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2024-11-01T00:39:31.121Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-11-01T00:39:31.141Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T00:39:31.450Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-11-01T00:39:31.450Z] [2024-11-01T00:39:31.450Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T00:39:31.754Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-11-01T00:39:31.754Z] latest: Pulling from edgex-devops/edgex-snyk-go [2024-11-01T00:39:31.754Z] 43c4264eed91: Already exists [2024-11-01T00:39:31.754Z] 4cc291be95ef: Already exists [2024-11-01T00:39:31.754Z] 2ac1f1163629: Already exists [2024-11-01T00:39:31.754Z] 5c3c966382ef: Already exists [2024-11-01T00:39:31.754Z] 4f4fb700ef54: Already exists [2024-11-01T00:39:31.754Z] d9c7d2e4e75e: Pulling fs layer [2024-11-01T00:39:31.754Z] 9c3e1370e548: Pulling fs layer [2024-11-01T00:39:32.015Z] d9c7d2e4e75e: Verifying Checksum [2024-11-01T00:39:32.015Z] d9c7d2e4e75e: Download complete [2024-11-01T00:39:32.274Z] d9c7d2e4e75e: Pull complete [2024-11-01T00:39:32.532Z] 9c3e1370e548: Verifying Checksum [2024-11-01T00:39:32.532Z] 9c3e1370e548: Download complete [2024-11-01T00:39:35.811Z] 9c3e1370e548: Pull complete [2024-11-01T00:39:35.811Z] Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b [2024-11-01T00:39:35.811Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-11-01T00:39:35.811Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-01T00:39:35.910Z] prd-ubuntu20.04-docker-8c-8g-24250 does not seem to be running inside a container [2024-11-01T00:39:35.939Z] $ 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:latest cat [2024-11-01T00:39:37.825Z] $ docker top 6a8891eb5f33ab94c4b3132a6343bda51b97d24c66385cc7d380adaf2cc7f7f3 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-11-01T00:39:38.170Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] echo [2024-11-01T00:39:38.179Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-rest-go:main' [Pipeline] sh [2024-11-01T00:39:38.457Z] + set -o pipefail [2024-11-01T00:39:38.457Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-rest-go:main' [2024-11-01T00:39:45.029Z] [2024-11-01T00:39:45.029Z] Monitoring /w/workspace/edgexfoundry_device-rest-go_main (github.com/edgexfoundry/device-rest-go)... [2024-11-01T00:39:45.029Z] [2024-11-01T00:39:45.029Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/9d7b2b31-f697-4750-913c-575a35a00c1a/history/54d036a8-b002-46e6-826c-3502ac9dd2be [2024-11-01T00:39:45.029Z] [2024-11-01T00:39:45.029Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-11-01T00:39:45.029Z] [Pipeline] } [2024-11-01T00:39:45.036Z] $ docker stop --time=1 6a8891eb5f33ab94c4b3132a6343bda51b97d24c66385cc7d380adaf2cc7f7f3 [2024-11-01T00:39:49.355Z] $ docker rm -f --volumes 6a8891eb5f33ab94c4b3132a6343bda51b97d24c66385cc7d380adaf2cc7f7f3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-11-01T00:39:50.244Z] + git log --format=format:%s -1 d405a4f26b456a8be44145d93bfbd9a91d93e9fc [Pipeline] sh [2024-11-01T00:39:50.536Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-11-01T00:39:50.536Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T00:39:50.837Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-11-01T00:39:50.837Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-01T00:39:50.916Z] prd-ubuntu20.04-docker-8c-8g-24250 does not seem to be running inside a container [2024-11-01T00:39:51.402Z] $ 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 [2024-11-01T00:39:51.934Z] $ docker top b9bb8626eb451edf6716f22e0f275a4b86f9121b2332730e8802a2f9723d83e6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-11-01T00:39:52.036Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-11-01T00:39:52.036Z] [ssh-agent] Looking for ssh-agent implementation... [2024-11-01T00:39:52.150Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-11-01T00:39:52.150Z] $ docker exec b9bb8626eb451edf6716f22e0f275a4b86f9121b2332730e8802a2f9723d83e6 ssh-agent [2024-11-01T00:39:52.265Z] SSH_AUTH_SOCK=/tmp/ssh-C6s6Gsa1xIx5/agent.33 [2024-11-01T00:39:52.265Z] SSH_AGENT_PID=39 [2024-11-01T00:39:52.269Z] Running ssh-add (command line suppressed) [2024-11-01T00:39:52.374Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_6375208234087161045.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_6375208234087161045.key) [2024-11-01T00:39:52.388Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-11-01T00:39:52.704Z] + git semver tag [2024-11-01T00:39:52.962Z] 2024-11-01 00:39:52,838 [run_tag] DEBUG tag force:False [2024-11-01T00:39:52.962Z] 2024-11-01 00:39:52,838 [check_head_tag] DEBUG check head tag [2024-11-01T00:39:52.962Z] 2024-11-01 00:39:52,839 [execute] INFO git cat-file --batch-check [2024-11-01T00:39:52.962Z] 2024-11-01 00:39:52,839 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=) [2024-11-01T00:39:52.962Z] 2024-11-01 00:39:52,843 [execute] INFO git cat-file --batch [2024-11-01T00:39:52.962Z] 2024-11-01 00:39:52,843 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=) [2024-11-01T00:39:52.962Z] 2024-11-01 00:39:52,864 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2024-11-01T00:39:52.962Z] 2024-11-01 00:39:52,864 [execute] INFO git tag -a v4.0.0-dev.2 -m v4.0.0-dev.2 [2024-11-01T00:39:52.962Z] 2024-11-01 00:39:52,864 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.0.0-dev.2', '-m', 'v4.0.0-dev.2'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=None) [2024-11-01T00:39:52.962Z] 2024-11-01 00:39:52,869 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2024-11-01T00:39:52.962Z] 4.0.0-dev.2 [Pipeline] } [2024-11-01T00:39:52.967Z] $ docker exec --env ******** --env ******** b9bb8626eb451edf6716f22e0f275a4b86f9121b2332730e8802a2f9723d83e6 ssh-agent -k [2024-11-01T00:39:53.060Z] unset SSH_AUTH_SOCK; [2024-11-01T00:39:53.061Z] unset SSH_AGENT_PID; [2024-11-01T00:39:53.061Z] echo Agent pid 39 killed; [2024-11-01T00:39:53.078Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-11-01T00:39:53.410Z] + git semver [Pipeline] } [2024-11-01T00:39:53.678Z] $ docker stop --time=1 b9bb8626eb451edf6716f22e0f275a4b86f9121b2332730e8802a2f9723d83e6 [2024-11-01T00:39:54.946Z] $ docker rm -f --volumes b9bb8626eb451edf6716f22e0f275a4b86f9121b2332730e8802a2f9723d83e6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T00:39:55.359Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-11-01T00:39:55.359Z] [2024-11-01T00:39:55.359Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T00:39:55.657Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-11-01T00:39:55.657Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-11-01T00:39:55.657Z] ab5ef0e58194: Pulling fs layer [2024-11-01T00:39:55.657Z] 9712f1f96733: Pulling fs layer [2024-11-01T00:39:55.657Z] 63f879dbbcfc: Pulling fs layer [2024-11-01T00:39:55.657Z] 0d9ebad4ef96: Pulling fs layer [2024-11-01T00:39:55.657Z] e9a5061849ea: Pulling fs layer [2024-11-01T00:39:55.657Z] d747dcd14b5f: Pulling fs layer [2024-11-01T00:39:55.657Z] 2de7ff778b66: Pulling fs layer [2024-11-01T00:39:55.657Z] 0d9ebad4ef96: Waiting [2024-11-01T00:39:55.657Z] e9a5061849ea: Waiting [2024-11-01T00:39:55.657Z] d747dcd14b5f: Waiting [2024-11-01T00:39:55.657Z] 2de7ff778b66: Waiting [2024-11-01T00:39:55.657Z] 9712f1f96733: Verifying Checksum [2024-11-01T00:39:55.657Z] 9712f1f96733: Download complete [2024-11-01T00:39:55.915Z] 63f879dbbcfc: Verifying Checksum [2024-11-01T00:39:55.915Z] 63f879dbbcfc: Download complete [2024-11-01T00:39:56.172Z] e9a5061849ea: Verifying Checksum [2024-11-01T00:39:56.172Z] e9a5061849ea: Download complete [2024-11-01T00:39:56.172Z] d747dcd14b5f: Verifying Checksum [2024-11-01T00:39:56.172Z] d747dcd14b5f: Download complete [2024-11-01T00:39:56.172Z] 0d9ebad4ef96: Verifying Checksum [2024-11-01T00:39:56.172Z] 0d9ebad4ef96: Download complete [2024-11-01T00:39:56.172Z] ab5ef0e58194: Verifying Checksum [2024-11-01T00:39:56.172Z] ab5ef0e58194: Download complete [2024-11-01T00:39:56.172Z] 2de7ff778b66: Download complete [2024-11-01T00:39:58.701Z] ab5ef0e58194: Pull complete [2024-11-01T00:39:58.701Z] 9712f1f96733: Pull complete [2024-11-01T00:39:59.637Z] 63f879dbbcfc: Pull complete [2024-11-01T00:40:03.823Z] 0d9ebad4ef96: Pull complete [2024-11-01T00:40:03.824Z] e9a5061849ea: Pull complete [2024-11-01T00:40:03.824Z] d747dcd14b5f: Pull complete [2024-11-01T00:40:04.389Z] 2de7ff778b66: Pull complete [2024-11-01T00:40:04.389Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-11-01T00:40:04.389Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-11-01T00:40:04.389Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-01T00:40:04.473Z] prd-ubuntu20.04-docker-8c-8g-24250 does not seem to be running inside a container [2024-11-01T00:40:04.494Z] $ 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 [2024-11-01T00:40:08.868Z] $ docker top 53611fbc08b726575290cd3c13a39a0ed5005c76cd7a89c8affc4bd55687cc00 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-11-01T00:40:08.951Z] provisioning config files... [2024-11-01T00:40:08.957Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config17999112727209395027tmp [2024-11-01T00:40:08.966Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config1748290026454772624tmp [2024-11-01T00:40:08.973Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config16548027740369982887tmp [Pipeline] { [Pipeline] echo [2024-11-01T00:40:08.998Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-01T00:40:09.292Z] ---> sigul-configuration.sh [2024-11-01T00:40:09.292Z] gpg: directory `/root/.gnupg' created [2024-11-01T00:40:09.292Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-11-01T00:40:09.292Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-11-01T00:40:09.292Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-11-01T00:40:09.292Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-11-01T00:40:09.292Z] gpg: CAST5 encrypted data [2024-11-01T00:40:09.292Z] gpg: encrypted with 1 passphrase [2024-11-01T00:40:09.292Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-11-01T00:40:09.588Z] + mkdir /home/jenkins [2024-11-01T00:40:09.588Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-11-01T00:40:09.883Z] + 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 [2024-11-01T00:40:09.901Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-01T00:40:10.202Z] ---> sigul-install.sh [2024-11-01T00:40:10.202Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-11-01T00:40:10.499Z] + git tag --list [2024-11-01T00:40:10.499Z] v1.0.0 [2024-11-01T00:40:10.499Z] v1.1.0 [2024-11-01T00:40:10.499Z] v1.1.1 [2024-11-01T00:40:10.499Z] v1.1.2 [2024-11-01T00:40:10.499Z] v1.2.0 [2024-11-01T00:40:10.499Z] v1.2.1 [2024-11-01T00:40:10.499Z] v2.0.0 [2024-11-01T00:40:10.499Z] v2.1.0 [2024-11-01T00:40:10.499Z] v2.1.1 [2024-11-01T00:40:10.499Z] v2.2.0 [2024-11-01T00:40:10.499Z] v2.3.0 [2024-11-01T00:40:10.499Z] v3.0 [2024-11-01T00:40:10.499Z] v3.0.0 [2024-11-01T00:40:10.499Z] v3.1 [2024-11-01T00:40:10.499Z] v3.1.0 [2024-11-01T00:40:10.499Z] v3.1.0-dev.1 [2024-11-01T00:40:10.499Z] v3.1.0-dev.10 [2024-11-01T00:40:10.499Z] v3.1.0-dev.11 [2024-11-01T00:40:10.499Z] v3.1.0-dev.12 [2024-11-01T00:40:10.499Z] v3.1.0-dev.13 [2024-11-01T00:40:10.499Z] v3.1.0-dev.14 [2024-11-01T00:40:10.499Z] v3.1.0-dev.15 [2024-11-01T00:40:10.499Z] v3.1.0-dev.16 [2024-11-01T00:40:10.499Z] v3.1.0-dev.17 [2024-11-01T00:40:10.499Z] v3.1.0-dev.18 [2024-11-01T00:40:10.499Z] v3.1.0-dev.19 [2024-11-01T00:40:10.499Z] v3.1.0-dev.2 [2024-11-01T00:40:10.499Z] v3.1.0-dev.20 [2024-11-01T00:40:10.499Z] v3.1.0-dev.21 [2024-11-01T00:40:10.499Z] v3.1.0-dev.22 [2024-11-01T00:40:10.499Z] v3.1.0-dev.23 [2024-11-01T00:40:10.499Z] v3.1.0-dev.24 [2024-11-01T00:40:10.499Z] v3.1.0-dev.25 [2024-11-01T00:40:10.499Z] v3.1.0-dev.26 [2024-11-01T00:40:10.499Z] v3.1.0-dev.27 [2024-11-01T00:40:10.499Z] v3.1.0-dev.28 [2024-11-01T00:40:10.499Z] v3.1.0-dev.29 [2024-11-01T00:40:10.499Z] v3.1.0-dev.3 [2024-11-01T00:40:10.499Z] v3.1.0-dev.30 [2024-11-01T00:40:10.499Z] v3.1.0-dev.31 [2024-11-01T00:40:10.499Z] v3.1.0-dev.32 [2024-11-01T00:40:10.500Z] v3.1.0-dev.4 [2024-11-01T00:40:10.500Z] v3.1.0-dev.5 [2024-11-01T00:40:10.500Z] v3.1.0-dev.6 [2024-11-01T00:40:10.500Z] v3.1.0-dev.7 [2024-11-01T00:40:10.500Z] v3.1.0-dev.8 [2024-11-01T00:40:10.500Z] v3.1.0-dev.9 [2024-11-01T00:40:10.500Z] v3.1.1 [2024-11-01T00:40:10.500Z] v3.2.0-dev.1 [2024-11-01T00:40:10.500Z] v3.2.0-dev.10 [2024-11-01T00:40:10.500Z] v3.2.0-dev.11 [2024-11-01T00:40:10.500Z] v3.2.0-dev.12 [2024-11-01T00:40:10.500Z] v3.2.0-dev.13 [2024-11-01T00:40:10.500Z] v3.2.0-dev.14 [2024-11-01T00:40:10.500Z] v3.2.0-dev.15 [2024-11-01T00:40:10.500Z] v3.2.0-dev.16 [2024-11-01T00:40:10.500Z] v3.2.0-dev.17 [2024-11-01T00:40:10.500Z] v3.2.0-dev.18 [2024-11-01T00:40:10.500Z] v3.2.0-dev.19 [2024-11-01T00:40:10.500Z] v3.2.0-dev.2 [2024-11-01T00:40:10.500Z] v3.2.0-dev.20 [2024-11-01T00:40:10.500Z] v3.2.0-dev.21 [2024-11-01T00:40:10.500Z] v3.2.0-dev.22 [2024-11-01T00:40:10.500Z] v3.2.0-dev.23 [2024-11-01T00:40:10.500Z] v3.2.0-dev.24 [2024-11-01T00:40:10.500Z] v3.2.0-dev.25 [2024-11-01T00:40:10.500Z] v3.2.0-dev.3 [2024-11-01T00:40:10.500Z] v3.2.0-dev.4 [2024-11-01T00:40:10.500Z] v3.2.0-dev.5 [2024-11-01T00:40:10.500Z] v3.2.0-dev.6 [2024-11-01T00:40:10.500Z] v3.2.0-dev.7 [2024-11-01T00:40:10.500Z] v3.2.0-dev.8 [2024-11-01T00:40:10.500Z] v3.2.0-dev.9 [2024-11-01T00:40:10.500Z] v4.0.0-dev.1 [2024-11-01T00:40:10.500Z] v4.0.0-dev.2 [Pipeline] sh [2024-11-01T00:40:10.793Z] + lftools sign git-tag v4.0.0-dev.2 [2024-11-01T00:40:11.365Z] Signing Git tag with Sigul... [2024-11-01T00:40:11.365Z] Signing v4.0.0-dev.2 [Pipeline] echo [2024-11-01T00:40:11.942Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-01T00:40:12.294Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-11-01T00:40:12.312Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-11-01T00:40:12.353Z] $ docker stop --time=1 53611fbc08b726575290cd3c13a39a0ed5005c76cd7a89c8affc4bd55687cc00 [2024-11-01T00:40:13.675Z] $ docker rm -f --volumes 53611fbc08b726575290cd3c13a39a0ed5005c76cd7a89c8affc4bd55687cc00 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2024-11-01T00:40:14.133Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-11-01T00:40:14.133Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T00:40:14.435Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-11-01T00:40:14.435Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-01T00:40:14.512Z] prd-ubuntu20.04-docker-8c-8g-24250 does not seem to be running inside a container [2024-11-01T00:40:14.536Z] $ 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 [2024-11-01T00:40:14.881Z] $ docker top cba863188a22d61200709e42e0107d8f84b2f7217c6338faf19d683635c68afc -eo pid,comm [2024-11-01T00:40:14.928Z] 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). [2024-11-01T00:40:14.928Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-11-01T00:40:14.989Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-11-01T00:40:14.989Z] [ssh-agent] Looking for ssh-agent implementation... [2024-11-01T00:40:15.084Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-11-01T00:40:15.084Z] $ docker exec cba863188a22d61200709e42e0107d8f84b2f7217c6338faf19d683635c68afc ssh-agent [2024-11-01T00:40:15.191Z] SSH_AUTH_SOCK=/tmp/ssh-xul63YCsq72t/agent.33 [2024-11-01T00:40:15.191Z] SSH_AGENT_PID=39 [2024-11-01T00:40:15.195Z] Running ssh-add (command line suppressed) [2024-11-01T00:40:15.277Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_12289274826626485244.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_12289274826626485244.key) [2024-11-01T00:40:15.295Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-11-01T00:40:15.584Z] + git semver bump pre [2024-11-01T00:40:15.843Z] 2024-11-01 00:40:15,746 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2024-11-01T00:40:15.843Z] 2024-11-01 00:40:15,746 [bump_version] DEBUG bumping version:4.0.0-dev.2 on axis:pre with prefix:dev [2024-11-01T00:40:15.843Z] 2024-11-01 00:40:15,746 [bump_version] DEBUG bumped version:4.0.0-dev.3 [2024-11-01T00:40:15.843Z] 2024-11-01 00:40:15,746 [write_version] DEBUG write version:4.0.0-dev.3 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:True [2024-11-01T00:40:15.843Z] 2024-11-01 00:40:15,746 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2024-11-01T00:40:15.843Z] 2024-11-01 00:40:15,746 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2024-11-01T00:40:15.843Z] 2024-11-01 00:40:15,748 [execute] INFO git cat-file --batch-check [2024-11-01T00:40:15.843Z] 2024-11-01 00:40:15,748 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=) [2024-11-01T00:40:15.843Z] 2024-11-01 00:40:15,753 [execute] INFO git cat-file --batch [2024-11-01T00:40:15.843Z] 2024-11-01 00:40:15,753 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=) [2024-11-01T00:40:15.843Z] 2024-11-01 00:40:15,759 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2024-11-01T00:40:15.843Z] 4.0.0-dev.3 [Pipeline] } [2024-11-01T00:40:15.850Z] $ docker exec --env ******** --env ******** cba863188a22d61200709e42e0107d8f84b2f7217c6338faf19d683635c68afc ssh-agent -k [2024-11-01T00:40:15.938Z] unset SSH_AUTH_SOCK; [2024-11-01T00:40:15.938Z] unset SSH_AGENT_PID; [2024-11-01T00:40:15.939Z] echo Agent pid 39 killed; [2024-11-01T00:40:15.950Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-11-01T00:40:16.267Z] + git semver [Pipeline] } [2024-11-01T00:40:16.534Z] $ docker stop --time=1 cba863188a22d61200709e42e0107d8f84b2f7217c6338faf19d683635c68afc [2024-11-01T00:40:17.811Z] $ docker rm -f --volumes cba863188a22d61200709e42e0107d8f84b2f7217c6338faf19d683635c68afc [Pipeline] // withDockerContainer [Pipeline] sh [2024-11-01T00:40:18.160Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-11-01T00:40:18.160Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T00:40:18.460Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-11-01T00:40:18.461Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-01T00:40:18.540Z] prd-ubuntu20.04-docker-8c-8g-24250 does not seem to be running inside a container [2024-11-01T00:40:18.568Z] $ 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 [2024-11-01T00:40:18.890Z] $ docker top cc27eafffe6e4312f0cafb15f5ead54db5e87436b5d87086695f7baad96f99cd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-11-01T00:40:18.986Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-11-01T00:40:18.986Z] [ssh-agent] Looking for ssh-agent implementation... [2024-11-01T00:40:19.085Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-11-01T00:40:19.085Z] $ docker exec cc27eafffe6e4312f0cafb15f5ead54db5e87436b5d87086695f7baad96f99cd ssh-agent [2024-11-01T00:40:19.190Z] SSH_AUTH_SOCK=/tmp/ssh-soIa91zeOTKS/agent.32 [2024-11-01T00:40:19.190Z] SSH_AGENT_PID=38 [2024-11-01T00:40:19.195Z] Running ssh-add (command line suppressed) [2024-11-01T00:40:19.286Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_14309300392388900775.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_14309300392388900775.key) [2024-11-01T00:40:19.301Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-11-01T00:40:19.590Z] + git semver push [2024-11-01T00:40:19.848Z] 2024-11-01 00:40:19,752 [run_push] DEBUG push [2024-11-01T00:40:19.848Z] 2024-11-01 00:40:19,753 [execute] INFO git cat-file --batch-check [2024-11-01T00:40:19.848Z] 2024-11-01 00:40:19,753 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=) [2024-11-01T00:40:19.848Z] 2024-11-01 00:40:19,757 [execute] INFO git rev-list 9caf2fc02c799ca8f89ccbac15884e684b43ca2c -- [2024-11-01T00:40:19.848Z] 2024-11-01 00:40:19,757 [execute] DEBUG Popen(['git', 'rev-list', '9caf2fc02c799ca8f89ccbac15884e684b43ca2c', '--'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2024-11-01T00:40:19.848Z] 2024-11-01 00:40:19,767 [execute] INFO git fetch -v origin [2024-11-01T00:40:19.848Z] 2024-11-01 00:40:19,767 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2024-11-01T00:40:20.417Z] 2024-11-01 00:40:20,224 [run_push] DEBUG no remote changes detected [2024-11-01T00:40:20.417Z] 2024-11-01 00:40:20,224 [execute] INFO git push origin semver [2024-11-01T00:40:20.417Z] 2024-11-01 00:40:20,225 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2024-11-01T00:40:20.985Z] 2024-11-01 00:40:20,855 [run_push] DEBUG push all version tags [2024-11-01T00:40:20.985Z] 2024-11-01 00:40:20,856 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-11-01T00:40:20.985Z] 2024-11-01 00:40:20,857 [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) [2024-11-01T00:40:21.552Z] 2024-11-01 00:40:21,493 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2024-11-01T00:40:21.553Z] 4.0.0-dev.3 [Pipeline] } [2024-11-01T00:40:21.559Z] $ docker exec --env ******** --env ******** cc27eafffe6e4312f0cafb15f5ead54db5e87436b5d87086695f7baad96f99cd ssh-agent -k [2024-11-01T00:40:21.677Z] unset SSH_AUTH_SOCK; [2024-11-01T00:40:21.677Z] unset SSH_AGENT_PID; [2024-11-01T00:40:21.677Z] echo Agent pid 38 killed; [2024-11-01T00:40:21.696Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-11-01T00:40:22.020Z] + git semver [Pipeline] } [2024-11-01T00:40:22.290Z] $ docker stop --time=1 cc27eafffe6e4312f0cafb15f5ead54db5e87436b5d87086695f7baad96f99cd [2024-11-01T00:40:23.565Z] $ docker rm -f --volumes cc27eafffe6e4312f0cafb15f5ead54db5e87436b5d87086695f7baad96f99cd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2024-11-01T00:40:24.149Z] + [ -d /w/workspace/edgexfoundry_device-rest-go_main/archives ] [2024-11-01T00:40:24.149Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2024-11-01T00:40:24.149Z] total 16 [2024-11-01T00:40:24.149Z] drwxr-xr-x 3 root root 4096 Nov 1 00:24 . [2024-11-01T00:40:24.149Z] drwxrwxr-x 10 jenkins jenkins 4096 Nov 1 00:40 .. [2024-11-01T00:40:24.149Z] drwxr-xr-x 2 root root 4096 Nov 1 00:24 cost [2024-11-01T00:40:24.149Z] -rw-r--r-- 1 root root 86 Nov 1 00:24 cost.csv [2024-11-01T00:40:24.149Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-rest-go_main/archives [2024-11-01T00:40:24.149Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2024-11-01T00:40:24.149Z] total 16 [2024-11-01T00:40:24.149Z] drwxr-xr-x 3 jenkins jenkins 4096 Nov 1 00:24 . [2024-11-01T00:40:24.149Z] drwxrwxr-x 10 jenkins jenkins 4096 Nov 1 00:40 .. [2024-11-01T00:40:24.149Z] drwxr-xr-x 2 jenkins jenkins 4096 Nov 1 00:24 cost [2024-11-01T00:40:24.149Z] -rw-r--r-- 1 jenkins jenkins 86 Nov 1 00:24 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-11-01T00:40:24.437Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-01T00:40:25.286Z] ---> package-listing.sh [2024-11-01T00:40:25.287Z] ++ facter osfamily [2024-11-01T00:40:25.287Z] ++ tr '[:upper:]' '[:lower:]' [2024-11-01T00:40:25.545Z] + OS_FAMILY=debian [2024-11-01T00:40:25.545Z] + workspace=/w/workspace/edgexfoundry_device-rest-go_main [2024-11-01T00:40:25.545Z] + START_PACKAGES=/tmp/packages_start.txt [2024-11-01T00:40:25.545Z] + END_PACKAGES=/tmp/packages_end.txt [2024-11-01T00:40:25.545Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-11-01T00:40:25.545Z] + PACKAGES=/tmp/packages_start.txt [2024-11-01T00:40:25.545Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2024-11-01T00:40:25.545Z] + PACKAGES=/tmp/packages_end.txt [2024-11-01T00:40:25.545Z] + case "${OS_FAMILY}" in [2024-11-01T00:40:25.545Z] + dpkg -l [2024-11-01T00:40:25.545Z] + grep '^ii' [2024-11-01T00:40:25.545Z] + '[' -f /tmp/packages_start.txt ']' [2024-11-01T00:40:25.545Z] + '[' -f /tmp/packages_end.txt ']' [2024-11-01T00:40:25.545Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-11-01T00:40:25.545Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2024-11-01T00:40:25.545Z] + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ [2024-11-01T00:40:25.545Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-rest-go_main/archives/ [Pipeline] echo [2024-11-01T00:40:25.557Z] 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 [2024-11-01T00:40:25.834Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-01T00:40:26.397Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-11-01T00:40:26.397Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-01T00:40:26.480Z] prd-ubuntu20.04-docker-8c-8g-24250 does not seem to be running inside a container [2024-11-01T00:40:26.503Z] $ 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 [2024-11-01T00:40:26.719Z] $ docker top 48ac1078aa392257d10ec954b62241d509dd7826ff1d62de728e5888e37351f0 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-11-01T00:40:27.075Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-11-01T00:40:27.359Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-11-01T00:40:27.653Z] + ls /var/log/sa-host [2024-11-01T00:40:27.653Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-11-01T00:40:27.729Z] provisioning config files... [2024-11-01T00:40:27.737Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config11565461375549148143tmp [Pipeline] { [Pipeline] echo [2024-11-01T00:40:27.752Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-01T00:40:28.036Z] ---> create-netrc.sh [Pipeline] } [2024-11-01T00:40:28.043Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-11-01T00:40:28.379Z] ---> python-tools-install.sh [Pipeline] echo [2024-11-01T00:40:28.388Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-01T00:40:28.670Z] ---> sudo-logs.sh [2024-11-01T00:40:28.670Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-11-01T00:40:28.703Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-01T00:40:28.987Z] ---> job-cost.sh [2024-11-01T00:40:28.987Z] lf-activate-venv: SKIPPING [2024-11-01T00:40:28.987Z] DEBUG: total: 0.2199999988079071 [2024-11-01T00:40:28.987Z] INFO: Retrieving Stack Cost... [2024-11-01T00:40:29.557Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-11-01T00:40:29.817Z] INFO: Archiving Costs [Pipeline] echo [2024-11-01T00:40:29.831Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-01T00:40:30.113Z] ---> logs-deploy.sh [2024-11-01T00:40:30.113Z] lf-activate-venv: SKIPPING [2024-11-01T00:40:30.113Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/179 [2024-11-01T00:40:30.113Z] INFO: archiving workspace using pattern(s): [2024-11-01T00:40:31.050Z] Archives upload complete. [2024-11-01T00:40:31.051Z] INFO: archiving logs to Nexus