Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 3b51f885a24fd135da4abf50d3948cd78a691d64 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-ssh13134942743440971367.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-ssh2167342236937440106.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-ssh1997058623577275476.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-ssh17179191459423665177.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-ssh16846129805901208923.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 ‘prd-ubuntu20.04-docker-8c-8g-15717’ Running on prd-ubuntu20.04-docker-8c-8g-15787 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 3b51f885a24fd135da4abf50d3948cd78a691d64 (main) > 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 3b51f885a24fd135da4abf50d3948cd78a691d64 # timeout=10 Commit message: "Merge pull request #414 from jinlinGuan/golang-1.23" > git rev-list --no-walk 735057a7c94bd8014c6d5a0aa5fc09c6f3c7e869 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-10-04T06:55:23.691Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-10-04T06:55:23.765Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-10-04T06:55:23.793Z] ========================================================= [2024-10-04T06:55:23.793Z] EdgeX Global Pipelines Version Info [2024-10-04T06:55:23.793Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-10-04T06:55:24.498Z] ------------------- [2024-10-04T06:55:24.498Z] stable info: [2024-10-04T06:55:24.498Z] ------------------- [2024-10-04T06:55:24.498Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-10-04T06:55:24.498Z] Commit SHA: 0b81fa10a7dd14683a964f04f411324fe83f93ac [2024-10-04T06:55:24.498Z] Message: update stable to v1.0.265 [2024-10-04T06:55:25.065Z] ------------------- [2024-10-04T06:55:25.065Z] experimental info: [2024-10-04T06:55:25.065Z] ------------------- [2024-10-04T06:55:25.065Z] Commited By: Cherry Wang cherry@iotechsys.com [2024-10-04T06:55:25.065Z] Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 [2024-10-04T06:55:25.065Z] Message: update experimental to v1.0.264 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-10-04T06:55:25.151Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2024-10-04T06:55:25.180Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2024-10-04T06:55:25.204Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-10-04T06:55:25.228Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-10-04T06:55:25.252Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-10-04T06:55:25.280Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2024-10-04T06:55:25.302Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-10-04T06:55:25.322Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2024-10-04T06:55:25.343Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-10-04T06:55:25.366Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-10-04T06:55:25.388Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-10-04T06:55:25.410Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo [2024-10-04T06:55:25.427Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-10-04T06:55:25.451Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-10-04T06:55:25.476Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-10-04T06:55:25.499Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-10-04T06:55:25.520Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2024-10-04T06:55:25.544Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2024-10-04T06:55:25.566Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-10-04T06:55:25.586Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-10-04T06:55:25.608Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2024-10-04T06:55:25.628Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2024-10-04T06:55:25.649Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2024-10-04T06:55:25.667Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2024-10-04T06:55:25.692Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2024-10-04T06:55:25.741Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-10-04T06:55:25.761Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-10-04T06:55:25.781Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-10-04T06:55:25.816Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-10-04T06:55:25.853Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-10-04T06:55:25.876Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3b51f885a24fd135da4abf50d3948cd78a691d64 [Pipeline] echo [2024-10-04T06:55:25.902Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3b51f88 [Pipeline] echo [2024-10-04T06:55:25.929Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-04T06:55:26.007Z] provisioning config files... [2024-10-04T06:55:26.021Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config12883751521922225363tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-04T06:55:26.356Z] ---> ****-login.sh [2024-10-04T06:55:26.356Z] nexus3.edgexfoundry.org:10001 [2024-10-04T06:55:26.618Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-04T06:55:26.618Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-04T06:55:26.618Z] Configure a credential helper to remove this warning. See [2024-10-04T06:55:26.618Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-04T06:55:26.618Z] [2024-10-04T06:55:26.618Z] Login Succeeded [2024-10-04T06:55:26.618Z] nexus3.edgexfoundry.org:10002 [2024-10-04T06:55:26.618Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-04T06:55:26.881Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-04T06:55:26.881Z] Configure a credential helper to remove this warning. See [2024-10-04T06:55:26.881Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-04T06:55:26.881Z] [2024-10-04T06:55:26.881Z] Login Succeeded [2024-10-04T06:55:26.881Z] nexus3.edgexfoundry.org:10003 [2024-10-04T06:55:26.881Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-04T06:55:26.881Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-04T06:55:26.881Z] Configure a credential helper to remove this warning. See [2024-10-04T06:55:26.881Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-04T06:55:26.881Z] [2024-10-04T06:55:26.881Z] Login Succeeded [2024-10-04T06:55:26.881Z] nexus3.edgexfoundry.org:10004 [2024-10-04T06:55:26.881Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-04T06:55:27.143Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-04T06:55:27.143Z] Configure a credential helper to remove this warning. See [2024-10-04T06:55:27.143Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-04T06:55:27.143Z] [2024-10-04T06:55:27.143Z] Login Succeeded [2024-10-04T06:55:27.143Z] ****.io [2024-10-04T06:55:27.143Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-04T06:55:27.404Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-04T06:55:27.404Z] Configure a credential helper to remove this warning. See [2024-10-04T06:55:27.404Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-04T06:55:27.404Z] [2024-10-04T06:55:27.404Z] Login Succeeded [2024-10-04T06:55:27.404Z] ---> ****-login.sh ends [Pipeline] } [2024-10-04T06:55:27.412Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-10-04T06:55:27.853Z] + git rev-list -1 --merges 3b51f885a24fd135da4abf50d3948cd78a691d64~1..3b51f885a24fd135da4abf50d3948cd78a691d64 [Pipeline] echo [2024-10-04T06:55:27.883Z] -----------> git rev-list -1 --merges 3b51f885a24fd135da4abf50d3948cd78a691d64~1..3b51f885a24fd135da4abf50d3948cd78a691d64 3b51f885a24fd135da4abf50d3948cd78a691d64 [2024-10-04T06:55:27.883Z] 3b51f885a24fd135da4abf50d3948cd78a691d64 [false] [Pipeline] sh [2024-10-04T06:55:28.189Z] + git log --format=format:%s -1 3b51f885a24fd135da4abf50d3948cd78a691d64 [Pipeline] echo [2024-10-04T06:55:28.206Z] ========================================================= [2024-10-04T06:55:28.206Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-10-04T06:55:28.206Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-10-04T06:55:28.552Z] + git log --format=format:%s -1 3b51f885a24fd135da4abf50d3948cd78a691d64 [Pipeline] echo [2024-10-04T06:55:28.566Z] [semverPrep] GIT_COMMIT: 3b51f885a24fd135da4abf50d3948cd78a691d64, Commit Message: Merge pull request #414 from jinlinGuan/golang-1.23 [Pipeline] echo [2024-10-04T06:55:28.582Z] [semverPrep] This is not a build commit. [Pipeline] sh [2024-10-04T06:55:28.995Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-10-04T06:55:28.996Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-10-04T06:55:28.996Z] + [ -e /tmp/ssh_known_hosts ] [2024-10-04T06:55:28.996Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-10-04T06:55:28.996Z] + sudo tee -a+ /etc/ssh/ssh_known_hosts [2024-10-04T06:55:28.996Z] echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-10-04T06:55:28.996Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T06:55:29.426Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-04T06:55:29.427Z] [2024-10-04T06:55:29.427Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T06:55:29.741Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-04T06:55:29.741Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-10-04T06:55:29.741Z] b85a868b505f: Pulling fs layer [2024-10-04T06:55:29.741Z] e2be974225ed: Pulling fs layer [2024-10-04T06:55:29.741Z] 339a4e72a1f5: Pulling fs layer [2024-10-04T06:55:29.741Z] 988bab9f4d93: Pulling fs layer [2024-10-04T06:55:29.741Z] 1469e6f7b9e6: Pulling fs layer [2024-10-04T06:55:29.741Z] eaf3925da568: Pulling fs layer [2024-10-04T06:55:29.741Z] bab4dde63d76: Pulling fs layer [2024-10-04T06:55:29.741Z] bde34c3a00c8: Pulling fs layer [2024-10-04T06:55:29.741Z] b352a97aabf1: Pulling fs layer [2024-10-04T06:55:29.741Z] 4872d77fe225: Pulling fs layer [2024-10-04T06:55:29.741Z] 5851b861e8e6: Pulling fs layer [2024-10-04T06:55:29.741Z] b352a97aabf1: Waiting [2024-10-04T06:55:29.741Z] 4872d77fe225: Waiting [2024-10-04T06:55:29.741Z] bab4dde63d76: Waiting [2024-10-04T06:55:29.741Z] 5851b861e8e6: Waiting [2024-10-04T06:55:29.741Z] bde34c3a00c8: Waiting [2024-10-04T06:55:29.741Z] 988bab9f4d93: Waiting [2024-10-04T06:55:29.741Z] 1469e6f7b9e6: Waiting [2024-10-04T06:55:29.741Z] eaf3925da568: Waiting [2024-10-04T06:55:29.741Z] e2be974225ed: Verifying Checksum [2024-10-04T06:55:29.741Z] e2be974225ed: Download complete [2024-10-04T06:55:29.741Z] 988bab9f4d93: Verifying Checksum [2024-10-04T06:55:29.741Z] 988bab9f4d93: Download complete [2024-10-04T06:55:30.000Z] 1469e6f7b9e6: Verifying Checksum [2024-10-04T06:55:30.000Z] 1469e6f7b9e6: Download complete [2024-10-04T06:55:30.000Z] eaf3925da568: Verifying Checksum [2024-10-04T06:55:30.000Z] eaf3925da568: Download complete [2024-10-04T06:55:30.000Z] 339a4e72a1f5: Verifying Checksum [2024-10-04T06:55:30.000Z] 339a4e72a1f5: Download complete [2024-10-04T06:55:30.000Z] bde34c3a00c8: Download complete [2024-10-04T06:55:30.000Z] b352a97aabf1: Verifying Checksum [2024-10-04T06:55:30.000Z] b352a97aabf1: Download complete [2024-10-04T06:55:30.000Z] 4872d77fe225: Download complete [2024-10-04T06:55:30.000Z] 5851b861e8e6: Download complete [2024-10-04T06:55:30.000Z] b85a868b505f: Verifying Checksum [2024-10-04T06:55:30.000Z] b85a868b505f: Download complete [2024-10-04T06:55:30.261Z] bab4dde63d76: Verifying Checksum [2024-10-04T06:55:30.261Z] bab4dde63d76: Download complete [2024-10-04T06:55:31.204Z] b85a868b505f: Pull complete [2024-10-04T06:55:31.463Z] e2be974225ed: Pull complete [2024-10-04T06:55:31.724Z] 339a4e72a1f5: Pull complete [2024-10-04T06:55:31.985Z] 988bab9f4d93: Pull complete [2024-10-04T06:55:32.244Z] 1469e6f7b9e6: Pull complete [2024-10-04T06:55:32.244Z] eaf3925da568: Pull complete [2024-10-04T06:55:34.151Z] bab4dde63d76: Pull complete [2024-10-04T06:55:34.151Z] bde34c3a00c8: Pull complete [2024-10-04T06:55:34.151Z] b352a97aabf1: Pull complete [2024-10-04T06:55:34.151Z] 4872d77fe225: Pull complete [2024-10-04T06:55:34.411Z] 5851b861e8e6: Pull complete [2024-10-04T06:55:34.411Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-10-04T06:55:34.411Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-04T06:55:34.411Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-04T06:55:34.564Z] prd-ubuntu20.04-docker-8c-8g-15787 does not seem to be running inside a container [2024-10-04T06:55:34.597Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-10-04T06:55:37.635Z] $ docker top d2a7133109f1de9777156ec6640d5d5e076032e68911c3cf676b31b3c3d6a344 -eo pid,comm [2024-10-04T06:55:37.696Z] 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-10-04T06:55:37.696Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-10-04T06:55:37.758Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-04T06:55:37.758Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-04T06:55:37.875Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-04T06:55:37.876Z] $ docker exec d2a7133109f1de9777156ec6640d5d5e076032e68911c3cf676b31b3c3d6a344 ssh-agent [2024-10-04T06:55:37.987Z] SSH_AUTH_SOCK=/tmp/ssh-X1CsvTRk9irN/agent.32 [2024-10-04T06:55:37.987Z] SSH_AGENT_PID=38 [2024-10-04T06:55:37.993Z] Running ssh-add (command line suppressed) [2024-10-04T06:55:38.077Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_6790704321630471366.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_6790704321630471366.key) [2024-10-04T06:55:38.091Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-04T06:55:38.383Z] + git tag --points-at HEAD [Pipeline] } [2024-10-04T06:55:38.394Z] $ docker exec --env ******** --env ******** d2a7133109f1de9777156ec6640d5d5e076032e68911c3cf676b31b3c3d6a344 ssh-agent -k [2024-10-04T06:55:38.488Z] unset SSH_AUTH_SOCK; [2024-10-04T06:55:38.488Z] unset SSH_AGENT_PID; [2024-10-04T06:55:38.489Z] echo Agent pid 38 killed; [2024-10-04T06:55:38.499Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-10-04T06:55:38.542Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-04T06:55:38.542Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-04T06:55:38.642Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-04T06:55:38.643Z] $ docker exec d2a7133109f1de9777156ec6640d5d5e076032e68911c3cf676b31b3c3d6a344 ssh-agent [2024-10-04T06:55:38.747Z] SSH_AUTH_SOCK=/tmp/ssh-ysOBNxTb93Ca/agent.71 [2024-10-04T06:55:38.747Z] SSH_AGENT_PID=77 [2024-10-04T06:55:38.751Z] Running ssh-add (command line suppressed) [2024-10-04T06:55:38.842Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_10668839979461762486.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_10668839979461762486.key) [2024-10-04T06:55:38.858Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-04T06:55:39.153Z] + git semver init [2024-10-04T06:55:39.413Z] 2024-10-04 06:55:39,339 [run_init] DEBUG init version:0.0.0 force:False [2024-10-04T06:55:39.413Z] 2024-10-04 06:55:39,340 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-rest-go_main/.semver [2024-10-04T06:55:39.413Z] 2024-10-04 06:55:39,340 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/edgexfoundry_device-rest-go_main/.semver [2024-10-04T06:55:39.413Z] 2024-10-04 06:55:39,340 [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-10-04T06:55:40.792Z] 2024-10-04 06:55:40,544 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-rest-go_main/.git/info/exclude [2024-10-04T06:55:40.792Z] 2024-10-04 06:55:40,545 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:False [2024-10-04T06:55:40.792Z] 2024-10-04 06:55:40,545 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2024-10-04T06:55:40.792Z] 2024-10-04 06:55:40,545 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2024-10-04T06:55:40.792Z] 3.2.0-dev.22 [Pipeline] } [2024-10-04T06:55:40.801Z] $ docker exec --env ******** --env ******** d2a7133109f1de9777156ec6640d5d5e076032e68911c3cf676b31b3c3d6a344 ssh-agent -k [2024-10-04T06:55:40.914Z] unset SSH_AUTH_SOCK; [2024-10-04T06:55:40.914Z] unset SSH_AGENT_PID; [2024-10-04T06:55:40.914Z] echo Agent pid 77 killed; [2024-10-04T06:55:40.925Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-04T06:55:41.253Z] + git semver [Pipeline] } [2024-10-04T06:55:41.526Z] $ docker stop --time=1 d2a7133109f1de9777156ec6640d5d5e076032e68911c3cf676b31b3c3d6a344 [2024-10-04T06:55:42.832Z] $ docker rm -f --volumes d2a7133109f1de9777156ec6640d5d5e076032e68911c3cf676b31b3c3d6a344 [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-04T06:55:43.187Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-10-04T06:55:43.430Z] Stashed 1 file(s) [Pipeline] echo [2024-10-04T06:55:43.435Z] [edgeXSemver]: initialized semver on version 3.2.0-dev.22 [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-10-04T06:55:43.618Z] provisioning config files... [2024-10-04T06:55:43.633Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config4656509940466068873tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-04T06:55:43.935Z] ---> ****-login.sh [2024-10-04T06:55:43.935Z] nexus3.edgexfoundry.org:10001 [2024-10-04T06:55:43.935Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-04T06:55:43.935Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-04T06:55:43.936Z] Configure a credential helper to remove this warning. See [2024-10-04T06:55:43.936Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-04T06:55:43.936Z] [2024-10-04T06:55:43.936Z] Login Succeeded [2024-10-04T06:55:43.936Z] nexus3.edgexfoundry.org:10002 [2024-10-04T06:55:43.936Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-04T06:55:43.936Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-04T06:55:43.936Z] Configure a credential helper to remove this warning. See [2024-10-04T06:55:43.936Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-04T06:55:43.936Z] [2024-10-04T06:55:43.936Z] Login Succeeded [2024-10-04T06:55:43.936Z] nexus3.edgexfoundry.org:10003 [2024-10-04T06:55:44.196Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-04T06:55:44.196Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-04T06:55:44.196Z] Configure a credential helper to remove this warning. See [2024-10-04T06:55:44.197Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-04T06:55:44.197Z] [2024-10-04T06:55:44.197Z] Login Succeeded [2024-10-04T06:55:44.197Z] nexus3.edgexfoundry.org:10004 [2024-10-04T06:55:44.197Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-04T06:55:44.197Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-04T06:55:44.197Z] Configure a credential helper to remove this warning. See [2024-10-04T06:55:44.197Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-04T06:55:44.197Z] [2024-10-04T06:55:44.197Z] Login Succeeded [2024-10-04T06:55:44.197Z] ****.io [2024-10-04T06:55:44.197Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-04T06:55:44.458Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-04T06:55:44.458Z] Configure a credential helper to remove this warning. See [2024-10-04T06:55:44.458Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-04T06:55:44.458Z] [2024-10-04T06:55:44.458Z] Login Succeeded [2024-10-04T06:55:44.458Z] ---> ****-login.sh ends [Pipeline] } [2024-10-04T06:55:44.467Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-10-04T06:55:44.573Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-04T06:55:44.595Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-04T06:55:44.609Z] ========================================================= [2024-10-04T06:55:44.609Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2024-10-04T06:55:44.609Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T06:55:44.953Z] + 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-10-04T06:55:44.953Z] Sending build context to Docker daemon 16.61MB [2024-10-04T06:55:44.953Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2024-10-04T06:55:44.953Z] Step 2/12 : FROM ${BASE} AS builder [2024-10-04T06:55:44.953Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2024-10-04T06:55:44.953Z] 43c4264eed91: Pulling fs layer [2024-10-04T06:55:44.953Z] 4cc291be95ef: Pulling fs layer [2024-10-04T06:55:44.953Z] 2ac1f1163629: Pulling fs layer [2024-10-04T06:55:44.953Z] 5c3c966382ef: Pulling fs layer [2024-10-04T06:55:44.953Z] 4f4fb700ef54: Pulling fs layer [2024-10-04T06:55:44.953Z] 5d5c8e513c77: Pulling fs layer [2024-10-04T06:55:44.953Z] 9f66e0745190: Pulling fs layer [2024-10-04T06:55:44.953Z] f49a43e4bbc0: Pulling fs layer [2024-10-04T06:55:44.953Z] 5c3c966382ef: Waiting [2024-10-04T06:55:44.953Z] 4f4fb700ef54: Waiting [2024-10-04T06:55:44.953Z] 5d5c8e513c77: Waiting [2024-10-04T06:55:44.953Z] 9f66e0745190: Waiting [2024-10-04T06:55:44.953Z] 561ebcabdf7f: Pulling fs layer [2024-10-04T06:55:44.953Z] f49a43e4bbc0: Waiting [2024-10-04T06:55:44.953Z] 561ebcabdf7f: Waiting [2024-10-04T06:55:45.212Z] 4cc291be95ef: Verifying Checksum [2024-10-04T06:55:45.212Z] 4cc291be95ef: Download complete [2024-10-04T06:55:45.212Z] 5c3c966382ef: Verifying Checksum [2024-10-04T06:55:45.212Z] 5c3c966382ef: Download complete [2024-10-04T06:55:45.212Z] 4f4fb700ef54: Verifying Checksum [2024-10-04T06:55:45.212Z] 4f4fb700ef54: Download complete [2024-10-04T06:55:45.212Z] 5d5c8e513c77: Verifying Checksum [2024-10-04T06:55:45.212Z] 5d5c8e513c77: Download complete [2024-10-04T06:55:45.212Z] 43c4264eed91: Verifying Checksum [2024-10-04T06:55:45.212Z] 43c4264eed91: Download complete [2024-10-04T06:55:45.212Z] 9f66e0745190: Verifying Checksum [2024-10-04T06:55:45.212Z] 9f66e0745190: Download complete [2024-10-04T06:55:45.212Z] 43c4264eed91: Pull complete [2024-10-04T06:55:45.471Z] 561ebcabdf7f: Verifying Checksum [2024-10-04T06:55:45.471Z] 561ebcabdf7f: Download complete [2024-10-04T06:55:45.471Z] 4cc291be95ef: Pull complete [2024-10-04T06:55:45.471Z] 2ac1f1163629: Verifying Checksum [2024-10-04T06:55:45.471Z] 2ac1f1163629: Download complete [2024-10-04T06:55:45.729Z] f49a43e4bbc0: Verifying Checksum [2024-10-04T06:55:45.729Z] f49a43e4bbc0: Download complete [2024-10-04T06:55:49.024Z] 2ac1f1163629: Pull complete [2024-10-04T06:55:49.283Z] 5c3c966382ef: Pull complete [2024-10-04T06:55:49.283Z] 4f4fb700ef54: Pull complete [2024-10-04T06:55:49.283Z] 5d5c8e513c77: Pull complete [2024-10-04T06:55:49.541Z] 9f66e0745190: Pull complete [2024-10-04T06:55:52.073Z] f49a43e4bbc0: Pull complete [2024-10-04T06:55:52.333Z] 561ebcabdf7f: Pull complete [2024-10-04T06:55:52.333Z] Digest: sha256:0719486ae9a24b675ee3acaa2cfd867e7a981f2ef22b41d166c62d936fe8de2d [2024-10-04T06:55:52.333Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2024-10-04T06:55:52.333Z] ---> 3a752c3f9dda [2024-10-04T06:55:52.333Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2024-10-04T06:55:56.543Z] ---> Running in eb9a62256875 [2024-10-04T06:55:56.543Z] Removing intermediate container eb9a62256875 [2024-10-04T06:55:56.543Z] ---> 73c42f4590c6 [2024-10-04T06:55:56.543Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-10-04T06:55:56.543Z] ---> Running in 30e4c24c5214 [2024-10-04T06:55:56.543Z] Removing intermediate container 30e4c24c5214 [2024-10-04T06:55:56.543Z] ---> c3c80116b751 [2024-10-04T06:55:56.543Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-10-04T06:55:56.543Z] ---> Running in 6770ffc8a701 [2024-10-04T06:55:56.543Z] Removing intermediate container 6770ffc8a701 [2024-10-04T06:55:56.543Z] ---> 10b230b3e62b [2024-10-04T06:55:56.543Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2024-10-04T06:55:56.543Z] ---> Running in a5de49a6167f [2024-10-04T06:55:56.543Z] Removing intermediate container a5de49a6167f [2024-10-04T06:55:56.543Z] ---> 67e327a106cb [2024-10-04T06:55:56.543Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-10-04T06:55:56.543Z] ---> Running in e73ba709a811 [2024-10-04T06:55:56.800Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-04T06:55:56.800Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-04T06:55:57.367Z] (1/4) Installing openssh-keygen (9.7_p1-r4) [2024-10-04T06:55:57.367Z] (2/4) Installing libedit (20240517.3.1-r0) [2024-10-04T06:55:57.367Z] (3/4) Installing openssh-client-common (9.7_p1-r4) [2024-10-04T06:55:57.367Z] (4/4) Installing openssh-client-default (9.7_p1-r4) [2024-10-04T06:55:57.367Z] Executing busybox-1.36.1-r29.trigger [2024-10-04T06:55:57.367Z] OK: 250 MiB in 58 packages [2024-10-04T06:55:57.932Z] Removing intermediate container e73ba709a811 [2024-10-04T06:55:57.932Z] ---> 861b6247042f [2024-10-04T06:55:57.932Z] Step 8/12 : WORKDIR /device-rest-go [2024-10-04T06:55:57.932Z] ---> Running in 17eb28e454ea [2024-10-04T06:55:57.932Z] Removing intermediate container 17eb28e454ea [2024-10-04T06:55:57.932Z] ---> fe4a4912455d [2024-10-04T06:55:57.932Z] Step 9/12 : COPY go.mod vendor* ./ [2024-10-04T06:55:58.191Z] ---> 6f6e66ee4494 [2024-10-04T06:55:58.191Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-04T06:55:58.191Z] ---> Running in 04ae85f02f26 [2024-10-04T06:55:58.561Z] Still waiting to schedule task [2024-10-04T06:55:58.562Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-15783’ [2024-10-04T06:56:44.879Z] Removing intermediate container 04ae85f02f26 [2024-10-04T06:56:44.879Z] ---> 85178cb10aa8 [2024-10-04T06:56:44.879Z] Step 11/12 : COPY . . [2024-10-04T06:56:44.879Z] ---> 347089388ea4 [2024-10-04T06:56:44.879Z] Step 12/12 : RUN $MAKE [2024-10-04T06:56:44.879Z] ---> Running in 705de69c195f [2024-10-04T06:56:44.879Z] noop [2024-10-04T06:56:44.879Z] Removing intermediate container 705de69c195f [2024-10-04T06:56:44.879Z] ---> a0384ae20692 [2024-10-04T06:56:44.879Z] Successfully built a0384ae20692 [2024-10-04T06:56:44.879Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T06:56:45.217Z] + docker inspect -f . ci-base-image-x86_64 [2024-10-04T06:56:45.217Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-04T06:56:45.291Z] prd-ubuntu20.04-docker-8c-8g-15787 does not seem to be running inside a container [2024-10-04T06:56:45.316Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-10-04T06:56:45.658Z] $ docker top fc8e8ef6ecdea563bab0056ba980e91a54836e735701ccba7c3a7768bd0c9c62 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-04T06:56:46.008Z] + go version [2024-10-04T06:56:46.008Z] go version go1.23.2 linux/amd64 [Pipeline] } [2024-10-04T06:56:46.018Z] $ docker stop --time=1 fc8e8ef6ecdea563bab0056ba980e91a54836e735701ccba7c3a7768bd0c9c62 [2024-10-04T06:56:47.276Z] $ docker rm -f --volumes fc8e8ef6ecdea563bab0056ba980e91a54836e735701ccba7c3a7768bd0c9c62 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T06:56:47.712Z] + docker inspect -f . ci-base-image-x86_64 [2024-10-04T06:56:47.712Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-04T06:56:47.795Z] prd-ubuntu20.04-docker-8c-8g-15787 does not seem to be running inside a container [2024-10-04T06:56:47.826Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-10-04T06:56:48.172Z] $ docker top 739618ec447874596c9f88769c8d72cecea77f1012a4511d3b778e1bc40a13a7 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-04T06:56:48.528Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] fileExists [Pipeline] sh [2024-10-04T06:56:48.830Z] + make test [2024-10-04T06:56:48.830Z] go test ./... -coverprofile=coverage.out ./... [2024-10-04T06:56:50.733Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2024-10-04T06:57:12.654Z] github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements [2024-10-04T06:57:12.654Z] ok github.com/edgexfoundry/device-rest-go/driver 0.006s coverage: 33.2% of statements [2024-10-04T06:57:20.787Z] go vet ./... [2024-10-04T06:57:27.353Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-10-04T06:57:27.353Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-10-04T06:57:27.353Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-10-04T06:57:27.367Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-10-04T06:57:27.390Z] $ docker stop --time=1 739618ec447874596c9f88769c8d72cecea77f1012a4511d3b778e1bc40a13a7 [2024-10-04T06:57:31.156Z] $ docker rm -f --volumes 739618ec447874596c9f88769c8d72cecea77f1012a4511d3b778e1bc40a13a7 [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-04T06:57:31.750Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-10-04T06:57:31.801Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2024-10-04T06:57:32.467Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-10-04T06:57:32.755Z] + ls -al . [2024-10-04T06:57:32.755Z] total 256 [2024-10-04T06:57:32.755Z] drwxrwxr-x 9 jenkins jenkins 4096 Oct 4 06:56 . [2024-10-04T06:57:32.755Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 4 06:55 .. [2024-10-04T06:57:32.755Z] -rw-rw-r-- 1 jenkins jenkins 151 Oct 4 06:55 .dockerignore [2024-10-04T06:57:32.755Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 4 06:57 .git [2024-10-04T06:57:32.755Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 4 06:55 .github [2024-10-04T06:57:32.755Z] -rw-rw-r-- 1 jenkins jenkins 264 Oct 4 06:55 .gitignore [2024-10-04T06:57:32.755Z] -rw-rw-r-- 1 jenkins jenkins 41 Oct 4 06:55 .golangci.yml [2024-10-04T06:57:32.755Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 4 06:55 .semver [2024-10-04T06:57:32.755Z] -rw-rw-r-- 1 jenkins jenkins 20138 Oct 4 06:55 Attribution.txt [2024-10-04T06:57:32.755Z] -rw-rw-r-- 1 jenkins jenkins 17685 Oct 4 06:55 CHANGELOG.md [2024-10-04T06:57:32.755Z] -rw-rw-r-- 1 jenkins jenkins 1692 Oct 4 06:55 Dockerfile [2024-10-04T06:57:32.755Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 4 06:55 GOVERNANCE.md [2024-10-04T06:57:32.755Z] -rw-rw-r-- 1 jenkins jenkins 680 Oct 4 06:55 Jenkinsfile [2024-10-04T06:57:32.755Z] -rw-rw-r-- 1 jenkins jenkins 11340 Oct 4 06:55 LICENSE [2024-10-04T06:57:32.755Z] -rw-rw-r-- 1 jenkins jenkins 2016 Oct 4 06:55 Makefile [2024-10-04T06:57:32.755Z] -rw-rw-r-- 1 jenkins jenkins 620 Oct 4 06:55 OWNERS.md [2024-10-04T06:57:32.755Z] -rw-rw-r-- 1 jenkins jenkins 3989 Oct 4 06:55 README.md [2024-10-04T06:57:32.755Z] -rw-rw-r-- 1 jenkins jenkins 12 Oct 4 06:55 VERSION [2024-10-04T06:57:32.755Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 4 06:55 bin [2024-10-04T06:57:32.755Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 4 06:55 cmd [2024-10-04T06:57:32.755Z] -rw-r--r-- 1 jenkins jenkins 14565 Oct 4 06:57 coverage.out [2024-10-04T06:57:32.755Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 4 06:55 driver [2024-10-04T06:57:32.755Z] -rw-rw-r-- 1 jenkins jenkins 7106 Oct 4 06:55 go.mod [2024-10-04T06:57:32.755Z] -rw-rw-r-- 1 jenkins jenkins 100176 Oct 4 06:55 go.sum [2024-10-04T06:57:32.755Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 4 06:55 openapi [2024-10-04T06:57:32.755Z] -rw-rw-r-- 1 jenkins jenkins 713 Oct 4 06:55 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T06:57:33.073Z] + 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=3b51f885a24fd135da4abf50d3948cd78a691d64 --label arch=amd64 --label version=3.2.0-dev.22 . [2024-10-04T06:57:33.073Z] Sending build context to Docker daemon 16.62MB [2024-10-04T06:57:33.073Z] Step 1/26 : ARG BASE=golang:1.23-alpine3.20 [2024-10-04T06:57:33.073Z] Step 2/26 : FROM ${BASE} AS builder [2024-10-04T06:57:33.073Z] ---> a0384ae20692 [2024-10-04T06:57:33.073Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2024-10-04T06:57:33.336Z] ---> Running in ffde5a2f8a8b [2024-10-04T06:57:33.594Z] Removing intermediate container ffde5a2f8a8b [2024-10-04T06:57:33.594Z] ---> eca1b9628d85 [2024-10-04T06:57:33.594Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-10-04T06:57:33.594Z] ---> Running in 3b6a15fffaba [2024-10-04T06:57:33.594Z] Removing intermediate container 3b6a15fffaba [2024-10-04T06:57:33.594Z] ---> 3120b21cd907 [2024-10-04T06:57:33.594Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-10-04T06:57:33.594Z] ---> Running in 7381c398c7e2 [2024-10-04T06:57:33.854Z] Removing intermediate container 7381c398c7e2 [2024-10-04T06:57:33.854Z] ---> e0d1f4ed2ec5 [2024-10-04T06:57:33.854Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2024-10-04T06:57:33.854Z] ---> Running in 2e55b38b1117 [2024-10-04T06:57:33.854Z] Removing intermediate container 2e55b38b1117 [2024-10-04T06:57:33.854Z] ---> e9562f0d21a7 [2024-10-04T06:57:33.854Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-10-04T06:57:33.854Z] ---> Running in bd00cd63764a [2024-10-04T06:57:34.113Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-04T06:57:34.373Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-04T06:57:34.632Z] OK: 250 MiB in 58 packages [2024-10-04T06:57:34.892Z] Removing intermediate container bd00cd63764a [2024-10-04T06:57:34.892Z] ---> ec8ee3e1d2ce [2024-10-04T06:57:34.892Z] Step 8/26 : WORKDIR /device-rest-go [2024-10-04T06:57:34.892Z] ---> Running in 4a1e0c92ed5d [2024-10-04T06:57:35.151Z] Removing intermediate container 4a1e0c92ed5d [2024-10-04T06:57:35.151Z] ---> 632cd1011135 [2024-10-04T06:57:35.151Z] Step 9/26 : COPY go.mod vendor* ./ [2024-10-04T06:57:35.151Z] ---> ce1a824181b6 [2024-10-04T06:57:35.151Z] Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-04T06:57:35.151Z] ---> Running in ac2ef636dd8b [2024-10-04T06:57:36.087Z] Removing intermediate container ac2ef636dd8b [2024-10-04T06:57:36.087Z] ---> 63f6a7df5ab9 [2024-10-04T06:57:36.087Z] Step 11/26 : COPY . . [2024-10-04T06:57:36.465Z] ---> 1f5855c54691 [2024-10-04T06:57:36.465Z] Step 12/26 : RUN $MAKE [2024-10-04T06:57:36.722Z] ---> Running in ad3e02b702e8 [2024-10-04T06:57:36.980Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=3.2.0-dev.22 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.2.0-dev.41" -trimpath -mod=readonly -o cmd/device-rest ./cmd [2024-10-04T06:58:15.690Z] Removing intermediate container ad3e02b702e8 [2024-10-04T06:58:15.690Z] ---> ca42bcfee1be [2024-10-04T06:58:15.690Z] Step 13/26 : FROM alpine:3.20 [2024-10-04T06:58:15.690Z] 3.20: Pulling from library/alpine [2024-10-04T06:58:15.690Z] 43c4264eed91: Already exists [2024-10-04T06:58:15.690Z] Digest: sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-04T06:58:15.690Z] Status: Downloaded newer image for alpine:3.20 [2024-10-04T06:58:15.690Z] ---> 91ef0af61f39 [2024-10-04T06:58:15.690Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-10-04T06:58:15.690Z] ---> Running in 92b5574fbc1f [2024-10-04T06:58:15.690Z] Removing intermediate container 92b5574fbc1f [2024-10-04T06:58:15.690Z] ---> 9a85501d62ad [2024-10-04T06:58:15.690Z] Step 15/26 : LABEL Name=device-rest-go Version=${VERSION} [2024-10-04T06:58:15.690Z] ---> Running in 25ea5c331337 [2024-10-04T06:58:15.690Z] Removing intermediate container 25ea5c331337 [2024-10-04T06:58:15.690Z] ---> 99d295035bb3 [2024-10-04T06:58:15.690Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2024-10-04T06:58:15.690Z] ---> Running in b2096ea3009a [2024-10-04T06:58:15.690Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-04T06:58:15.690Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-04T06:58:15.690Z] (1/1) Installing dumb-init (1.2.5-r3) [2024-10-04T06:58:15.690Z] Executing busybox-1.36.1-r29.trigger [2024-10-04T06:58:15.690Z] OK: 8 MiB in 15 packages [2024-10-04T06:58:15.690Z] Removing intermediate container b2096ea3009a [2024-10-04T06:58:15.690Z] ---> fe2402d9aa14 [2024-10-04T06:58:15.690Z] Step 17/26 : RUN apk --no-cache upgrade [2024-10-04T06:58:15.690Z] ---> Running in 0e5d44b6ade6 [2024-10-04T06:58:15.690Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-04T06:58:15.690Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-04T06:58:15.690Z] Upgrading critical system libraries and apk-tools: [2024-10-04T06:58:15.690Z] (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-04T06:58:15.690Z] Executing busybox-1.36.1-r29.trigger [2024-10-04T06:58:15.690Z] Continuing the upgrade transaction with new apk-tools: [2024-10-04T06:58:15.690Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-04T06:58:15.690Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-04T06:58:15.690Z] OK: 8 MiB in 15 packages [2024-10-04T06:58:15.690Z] Removing intermediate container 0e5d44b6ade6 [2024-10-04T06:58:15.690Z] ---> 02d6b341da08 [2024-10-04T06:58:15.690Z] Step 18/26 : COPY --from=builder /device-rest-go/cmd / [2024-10-04T06:58:15.691Z] ---> 6476f468d328 [2024-10-04T06:58:15.691Z] Step 19/26 : COPY --from=builder /device-rest-go/LICENSE / [2024-10-04T06:58:15.691Z] ---> a6e83bf0325b [2024-10-04T06:58:15.691Z] Step 20/26 : COPY --from=builder /device-rest-go/Attribution.txt / [2024-10-04T06:58:15.691Z] ---> 83a1049efd17 [2024-10-04T06:58:15.691Z] Step 21/26 : EXPOSE 59986 [2024-10-04T06:58:15.691Z] ---> Running in 50acbbb5ec57 [2024-10-04T06:58:15.691Z] Removing intermediate container 50acbbb5ec57 [2024-10-04T06:58:15.691Z] ---> 8d5bfcba8be6 [2024-10-04T06:58:15.691Z] Step 22/26 : ENTRYPOINT ["/device-rest"] [2024-10-04T06:58:15.691Z] ---> Running in 09f6bb9a313c [2024-10-04T06:58:15.691Z] Removing intermediate container 09f6bb9a313c [2024-10-04T06:58:15.691Z] ---> 79bc9acc6bb2 [2024-10-04T06:58:15.691Z] Step 23/26 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2024-10-04T06:58:15.691Z] ---> Running in c70ec56e62c5 [2024-10-04T06:58:15.691Z] Removing intermediate container c70ec56e62c5 [2024-10-04T06:58:15.691Z] ---> 8f62f5f2e17e [2024-10-04T06:58:15.691Z] Step 24/26 : LABEL arch=amd64 [2024-10-04T06:58:15.691Z] ---> Running in 6f05c04092f9 [2024-10-04T06:58:15.691Z] Removing intermediate container 6f05c04092f9 [2024-10-04T06:58:15.691Z] ---> da7fa3c97568 [2024-10-04T06:58:15.691Z] Step 25/26 : LABEL git_sha=3b51f885a24fd135da4abf50d3948cd78a691d64 [2024-10-04T06:58:15.691Z] ---> Running in b8d8fa918fe9 [2024-10-04T06:58:15.691Z] Removing intermediate container b8d8fa918fe9 [2024-10-04T06:58:15.691Z] ---> fb0f71122638 [2024-10-04T06:58:15.691Z] Step 26/26 : LABEL version=3.2.0-dev.22 [2024-10-04T06:58:15.691Z] ---> Running in e5c580d5ceb6 [2024-10-04T06:58:15.691Z] Removing intermediate container e5c580d5ceb6 [2024-10-04T06:58:15.691Z] ---> a3dee504a547 [2024-10-04T06:58:15.691Z] [Warning] One or more build-args [ARCH] were not consumed [2024-10-04T06:58:15.691Z] Successfully built a3dee504a547 [2024-10-04T06:58:15.691Z] 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-10-04T06:58:15.842Z] provisioning config files... [2024-10-04T06:58:15.853Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config8140761707211407188tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-04T06:58:16.166Z] ---> ****-login.sh [2024-10-04T06:58:16.166Z] nexus3.edgexfoundry.org:10001 [2024-10-04T06:58:16.166Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-04T06:58:16.166Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-04T06:58:16.166Z] Configure a credential helper to remove this warning. See [2024-10-04T06:58:16.166Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-04T06:58:16.166Z] [2024-10-04T06:58:16.166Z] Login Succeeded [2024-10-04T06:58:16.166Z] nexus3.edgexfoundry.org:10002 [2024-10-04T06:58:16.166Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-04T06:58:16.166Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-04T06:58:16.166Z] Configure a credential helper to remove this warning. See [2024-10-04T06:58:16.166Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-04T06:58:16.166Z] [2024-10-04T06:58:16.166Z] Login Succeeded [2024-10-04T06:58:16.166Z] nexus3.edgexfoundry.org:10003 [2024-10-04T06:58:16.426Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-04T06:58:16.426Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-04T06:58:16.426Z] Configure a credential helper to remove this warning. See [2024-10-04T06:58:16.426Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-04T06:58:16.426Z] [2024-10-04T06:58:16.426Z] Login Succeeded [2024-10-04T06:58:16.426Z] nexus3.edgexfoundry.org:10004 [2024-10-04T06:58:16.426Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-04T06:58:16.427Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-04T06:58:16.427Z] Configure a credential helper to remove this warning. See [2024-10-04T06:58:16.427Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-04T06:58:16.427Z] [2024-10-04T06:58:16.427Z] Login Succeeded [2024-10-04T06:58:16.427Z] ****.io [2024-10-04T06:58:16.427Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-04T06:58:16.687Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-04T06:58:16.687Z] Configure a credential helper to remove this warning. See [2024-10-04T06:58:16.687Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-04T06:58:16.687Z] [2024-10-04T06:58:16.687Z] Login Succeeded [2024-10-04T06:58:16.687Z] ---> ****-login.sh ends [Pipeline] } [2024-10-04T06:58:16.694Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-04T06:58:16.758Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-04T06:58:16.787Z] [edgeXDocker.push] Tagging docker image device-rest with the following tags: [2024-10-04T06:58:16.787Z] 3b51f885a24fd135da4abf50d3948cd78a691d64 [2024-10-04T06:58:16.787Z] latest [2024-10-04T06:58:16.787Z] 3.2.0-dev.22 [2024-10-04T06:58:16.787Z] 3b51f885a24fd135da4abf50d3948cd78a691d64-3.2.0-dev.22 [2024-10-04T06:58:16.787Z] main [2024-10-04T06:58:16.787Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T06:58:17.136Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:3b51f885a24fd135da4abf50d3948cd78a691d64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T06:58:17.461Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:3b51f885a24fd135da4abf50d3948cd78a691d64 [2024-10-04T06:58:17.461Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2024-10-04T06:58:17.461Z] ce3286f04192: Preparing [2024-10-04T06:58:17.461Z] b8ac5456b0dd: Preparing [2024-10-04T06:58:17.461Z] e51fbf6eec76: Preparing [2024-10-04T06:58:17.461Z] ea1001c088f6: Preparing [2024-10-04T06:58:17.461Z] 7b55fc40114d: Preparing [2024-10-04T06:58:17.461Z] 63ca1fbb43ae: Preparing [2024-10-04T06:58:17.461Z] 63ca1fbb43ae: Waiting [2024-10-04T06:58:17.461Z] ce3286f04192: Pushed [2024-10-04T06:58:17.461Z] ea1001c088f6: Pushed [2024-10-04T06:58:17.461Z] 63ca1fbb43ae: Layer already exists [2024-10-04T06:58:17.461Z] b8ac5456b0dd: Pushed [2024-10-04T06:58:17.461Z] 7b55fc40114d: Pushed [2024-10-04T06:58:20.753Z] e51fbf6eec76: Pushed [2024-10-04T06:58:20.753Z] 3b51f885a24fd135da4abf50d3948cd78a691d64: digest: sha256:3b96f4bb94a9b2d4d008e0437d13c573f4d099da69e4787ae443ccc8b4c40693 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T06:58:21.087Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T06:58:21.413Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:latest [2024-10-04T06:58:21.413Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2024-10-04T06:58:21.413Z] ce3286f04192: Preparing [2024-10-04T06:58:21.413Z] b8ac5456b0dd: Preparing [2024-10-04T06:58:21.413Z] e51fbf6eec76: Preparing [2024-10-04T06:58:21.413Z] ea1001c088f6: Preparing [2024-10-04T06:58:21.413Z] 7b55fc40114d: Preparing [2024-10-04T06:58:21.413Z] 63ca1fbb43ae: Preparing [2024-10-04T06:58:21.413Z] e51fbf6eec76: Layer already exists [2024-10-04T06:58:21.413Z] ea1001c088f6: Layer already exists [2024-10-04T06:58:21.413Z] 7b55fc40114d: Layer already exists [2024-10-04T06:58:21.413Z] b8ac5456b0dd: Layer already exists [2024-10-04T06:58:21.413Z] ce3286f04192: Layer already exists [2024-10-04T06:58:21.413Z] 63ca1fbb43ae: Layer already exists [2024-10-04T06:58:21.413Z] latest: digest: sha256:3b96f4bb94a9b2d4d008e0437d13c573f4d099da69e4787ae443ccc8b4c40693 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T06:58:21.747Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:3.2.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T06:58:22.078Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:3.2.0-dev.22 [2024-10-04T06:58:22.079Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2024-10-04T06:58:22.079Z] ce3286f04192: Preparing [2024-10-04T06:58:22.079Z] b8ac5456b0dd: Preparing [2024-10-04T06:58:22.079Z] e51fbf6eec76: Preparing [2024-10-04T06:58:22.079Z] ea1001c088f6: Preparing [2024-10-04T06:58:22.079Z] 7b55fc40114d: Preparing [2024-10-04T06:58:22.079Z] 63ca1fbb43ae: Preparing [2024-10-04T06:58:22.079Z] 63ca1fbb43ae: Waiting [2024-10-04T06:58:22.079Z] e51fbf6eec76: Layer already exists [2024-10-04T06:58:22.079Z] b8ac5456b0dd: Layer already exists [2024-10-04T06:58:22.079Z] 7b55fc40114d: Layer already exists [2024-10-04T06:58:22.079Z] ce3286f04192: Layer already exists [2024-10-04T06:58:22.079Z] ea1001c088f6: Layer already exists [2024-10-04T06:58:22.079Z] 63ca1fbb43ae: Layer already exists [2024-10-04T06:58:22.079Z] 3.2.0-dev.22: digest: sha256:3b96f4bb94a9b2d4d008e0437d13c573f4d099da69e4787ae443ccc8b4c40693 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T06:58:22.419Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:3b51f885a24fd135da4abf50d3948cd78a691d64-3.2.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T06:58:22.744Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:3b51f885a24fd135da4abf50d3948cd78a691d64-3.2.0-dev.22 [2024-10-04T06:58:22.744Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2024-10-04T06:58:22.744Z] ce3286f04192: Preparing [2024-10-04T06:58:22.744Z] b8ac5456b0dd: Preparing [2024-10-04T06:58:22.744Z] e51fbf6eec76: Preparing [2024-10-04T06:58:22.744Z] ea1001c088f6: Preparing [2024-10-04T06:58:22.744Z] 7b55fc40114d: Preparing [2024-10-04T06:58:22.744Z] 63ca1fbb43ae: Preparing [2024-10-04T06:58:22.744Z] 63ca1fbb43ae: Waiting [2024-10-04T06:58:22.744Z] ce3286f04192: Layer already exists [2024-10-04T06:58:22.744Z] 7b55fc40114d: Layer already exists [2024-10-04T06:58:22.744Z] ea1001c088f6: Layer already exists [2024-10-04T06:58:22.744Z] b8ac5456b0dd: Layer already exists [2024-10-04T06:58:22.744Z] e51fbf6eec76: Layer already exists [2024-10-04T06:58:22.744Z] 63ca1fbb43ae: Layer already exists [2024-10-04T06:58:22.744Z] 3b51f885a24fd135da4abf50d3948cd78a691d64-3.2.0-dev.22: digest: sha256:3b96f4bb94a9b2d4d008e0437d13c573f4d099da69e4787ae443ccc8b4c40693 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T06:58:23.086Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T06:58:23.411Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:main [2024-10-04T06:58:23.411Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2024-10-04T06:58:23.411Z] ce3286f04192: Preparing [2024-10-04T06:58:23.411Z] b8ac5456b0dd: Preparing [2024-10-04T06:58:23.411Z] e51fbf6eec76: Preparing [2024-10-04T06:58:23.411Z] ea1001c088f6: Preparing [2024-10-04T06:58:23.411Z] 7b55fc40114d: Preparing [2024-10-04T06:58:23.411Z] 63ca1fbb43ae: Preparing [2024-10-04T06:58:23.411Z] 63ca1fbb43ae: Waiting [2024-10-04T06:58:23.411Z] ce3286f04192: Layer already exists [2024-10-04T06:58:23.411Z] e51fbf6eec76: Layer already exists [2024-10-04T06:58:23.411Z] ea1001c088f6: Layer already exists [2024-10-04T06:58:23.411Z] b8ac5456b0dd: Layer already exists [2024-10-04T06:58:23.411Z] 7b55fc40114d: Layer already exists [2024-10-04T06:58:23.411Z] 63ca1fbb43ae: Layer already exists [2024-10-04T06:58:23.411Z] main: digest: sha256:3b96f4bb94a9b2d4d008e0437d13c573f4d099da69e4787ae443ccc8b4c40693 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-04T06:58:23.494Z] ===================================================== [Pipeline] echo [2024-10-04T06:58:23.508Z] taggedImages: [2024-10-04T06:58:23.508Z] - nexus3.edgexfoundry.org:10004/device-rest:3b51f885a24fd135da4abf50d3948cd78a691d64 [2024-10-04T06:58:23.508Z] - nexus3.edgexfoundry.org:10004/device-rest:latest [2024-10-04T06:58:23.508Z] - nexus3.edgexfoundry.org:10004/device-rest:3.2.0-dev.22 [2024-10-04T06:58:23.508Z] - nexus3.edgexfoundry.org:10004/device-rest:3b51f885a24fd135da4abf50d3948cd78a691d64-3.2.0-dev.22 [2024-10-04T06:58:23.508Z] - 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-10-04T06:58:23.910Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-04T06:58:23.910Z] [2024-10-04T06:58:23.910Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T06:58:24.212Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-04T06:58:24.212Z] latest: Pulling from edgex-lftools-log-publisher [2024-10-04T06:58:24.212Z] 5eb5b503b376: Pulling fs layer [2024-10-04T06:58:24.212Z] 5c69ac0246d0: Pulling fs layer [2024-10-04T06:58:24.212Z] ec43610c2a17: Pulling fs layer [2024-10-04T06:58:24.212Z] 3a2ae6a8a46f: Pulling fs layer [2024-10-04T06:58:24.212Z] 33b1e0a273af: Pulling fs layer [2024-10-04T06:58:24.212Z] 5d3b04190fa2: Pulling fs layer [2024-10-04T06:58:24.212Z] 2f39f015ded8: Pulling fs layer [2024-10-04T06:58:24.212Z] 33b1e0a273af: Waiting [2024-10-04T06:58:24.212Z] 5d3b04190fa2: Waiting [2024-10-04T06:58:24.212Z] 2f39f015ded8: Waiting [2024-10-04T06:58:24.212Z] 3a2ae6a8a46f: Waiting [2024-10-04T06:58:24.212Z] 5c69ac0246d0: Verifying Checksum [2024-10-04T06:58:24.212Z] 5c69ac0246d0: Download complete [2024-10-04T06:58:24.212Z] 3a2ae6a8a46f: Verifying Checksum [2024-10-04T06:58:24.212Z] 3a2ae6a8a46f: Download complete [2024-10-04T06:58:24.212Z] 33b1e0a273af: Verifying Checksum [2024-10-04T06:58:24.212Z] 33b1e0a273af: Download complete [2024-10-04T06:58:24.212Z] ec43610c2a17: Verifying Checksum [2024-10-04T06:58:24.212Z] ec43610c2a17: Download complete [2024-10-04T06:58:24.212Z] 5d3b04190fa2: Verifying Checksum [2024-10-04T06:58:24.212Z] 5d3b04190fa2: Download complete [2024-10-04T06:58:24.470Z] 5eb5b503b376: Download complete [2024-10-04T06:58:25.039Z] 2f39f015ded8: Download complete [2024-10-04T06:58:25.607Z] 5eb5b503b376: Pull complete [2024-10-04T06:58:25.607Z] 5c69ac0246d0: Pull complete [2024-10-04T06:58:26.175Z] ec43610c2a17: Pull complete [2024-10-04T06:58:26.175Z] 3a2ae6a8a46f: Pull complete [2024-10-04T06:58:26.434Z] 33b1e0a273af: Pull complete [2024-10-04T06:58:26.434Z] 5d3b04190fa2: Pull complete [2024-10-04T06:58:30.614Z] 2f39f015ded8: Pull complete [2024-10-04T06:58:30.614Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-10-04T06:58:30.614Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-04T06:58:30.614Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-04T06:58:30.715Z] prd-ubuntu20.04-docker-8c-8g-15787 does not seem to be running inside a container [2024-10-04T06:58:30.743Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-10-04T06:58:34.480Z] $ docker top 69b9d8db4958b493400cc0c4ee0c3b38b1701ced7f8af26b18839198adbb2d54 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-04T06:58:34.903Z] ---> job-cost.sh [2024-10-04T06:58:34.903Z] lf-activate-venv: SKIPPING [2024-10-04T06:58:34.903Z] INFO: No Stack... [2024-10-04T06:58:35.162Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-10-04T06:58:35.733Z] INFO: Archiving Costs [Pipeline] sh [2024-10-04T06:58:36.028Z] + cut -d, -f6 [2024-10-04T06:58:36.028Z] + cat /w/workspace/edgexfoundry_device-rest-go_main/archives/cost.csv [Pipeline] lock [2024-10-04T06:58:36.044Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-174-stack-cost] [2024-10-04T06:58:36.053Z] Resource [jenkins-edgexfoundry-device-rest-go-main-174-stack-cost] did not exist. Created. [2024-10-04T06:58:36.064Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-174-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-10-04T06:58:36.378Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-10-04T06:58:36.415Z] Stashed 1 file(s) [Pipeline] } [2024-10-04T06:58:36.423Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-174-stack-cost] [Pipeline] // lock [Pipeline] } [2024-10-04T06:58:36.451Z] $ docker stop --time=1 69b9d8db4958b493400cc0c4ee0c3b38b1701ced7f8af26b18839198adbb2d54 [2024-10-04T06:58:37.628Z] $ docker rm -f --volumes 69b9d8db4958b493400cc0c4ee0c3b38b1701ced7f8af26b18839198adbb2d54 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-10-04T07:13:37.686Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-15917 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] ws [2024-10-04T07:13:37.713Z] Running in /w/workspace/device-rest-go/174 [Pipeline] { [Pipeline] checkout [2024-10-04T07:13:37.746Z] The recommended git tool is: git [2024-10-04T07:13:45.655Z] using credential edgex-jenkins-ssh [2024-10-04T07:13:45.687Z] Cloning the remote Git repository [2024-10-04T07:13:45.784Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2024-10-04T07:13:45.956Z] > git init /w/workspace/device-rest-go/174 # timeout=10 [2024-10-04T07:13:46.215Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2024-10-04T07:13:46.220Z] > git --version # timeout=10 [2024-10-04T07:13:46.353Z] > git --version # 'git version 2.25.1' [2024-10-04T07:13:46.355Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-10-04T07:13:46.641Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-10-04T07:13:51.126Z] Avoid second fetch [2024-10-04T07:13:51.126Z] Checking out Revision 3b51f885a24fd135da4abf50d3948cd78a691d64 (main) [2024-10-04T07:13:49.909Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2024-10-04T07:13:49.952Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-10-04T07:13:51.177Z] > git config core.sparsecheckout # timeout=10 [2024-10-04T07:13:52.125Z] Commit message: "Merge pull request #414 from jinlinGuan/golang-1.23" [2024-10-04T07:13:51.443Z] > git checkout -f 3b51f885a24fd135da4abf50d3948cd78a691d64 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-10-04T07:13:57.058Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-10-04T07:13:57.058Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-04T07:13:57.058Z] Dload Upload Total Spent Left Speed [2024-10-04T07:13:57.058Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 100k 0 --:--:-- --:--:-- --:--:-- 100k [Pipeline] sh [2024-10-04T07:13:57.399Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-10-04T07:13:57.749Z] + sudo tee /etc/docker/daemon.new [2024-10-04T07:13:57.749Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-10-04T07:13:57.749Z] { [2024-10-04T07:13:57.749Z] "registry-mirrors": [ [2024-10-04T07:13:57.749Z] "https://nexus3.edgexfoundry.org:10001" [2024-10-04T07:13:57.749Z] ], [2024-10-04T07:13:57.749Z] "bip": "10.250.0.254/24", [2024-10-04T07:13:57.749Z] "hosts": [ [2024-10-04T07:13:57.749Z] "tcp://0.0.0.0:5555", [2024-10-04T07:13:57.749Z] "unix:///var/run/docker.sock" [2024-10-04T07:13:57.749Z] ], [2024-10-04T07:13:57.749Z] "mtu": 1458, [2024-10-04T07:13:57.749Z] "selinux-enabled": true, [2024-10-04T07:13:57.749Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-10-04T07:13:57.749Z] } [Pipeline] sh [2024-10-04T07:13:58.119Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-10-04T07:13:58.452Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-04T07:14:16.757Z] provisioning config files... [2024-10-04T07:14:16.780Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/174@tmp/config540057543612893234tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-04T07:14:17.214Z] ---> ****-login.sh [2024-10-04T07:14:17.214Z] nexus3.edgexfoundry.org:10001 [2024-10-04T07:14:17.484Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-04T07:14:17.752Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-04T07:14:17.752Z] Configure a credential helper to remove this warning. See [2024-10-04T07:14:17.752Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-04T07:14:17.752Z] [2024-10-04T07:14:17.752Z] Login Succeeded [2024-10-04T07:14:17.752Z] nexus3.edgexfoundry.org:10002 [2024-10-04T07:14:18.023Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-04T07:14:18.298Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-04T07:14:18.298Z] Configure a credential helper to remove this warning. See [2024-10-04T07:14:18.298Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-04T07:14:18.298Z] [2024-10-04T07:14:18.298Z] Login Succeeded [2024-10-04T07:14:18.298Z] nexus3.edgexfoundry.org:10003 [2024-10-04T07:14:18.566Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-04T07:14:18.566Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-04T07:14:18.566Z] Configure a credential helper to remove this warning. See [2024-10-04T07:14:18.566Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-04T07:14:18.566Z] [2024-10-04T07:14:18.566Z] Login Succeeded [2024-10-04T07:14:18.566Z] nexus3.edgexfoundry.org:10004 [2024-10-04T07:14:18.837Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-04T07:14:18.838Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-04T07:14:18.838Z] Configure a credential helper to remove this warning. See [2024-10-04T07:14:18.838Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-04T07:14:18.838Z] [2024-10-04T07:14:18.838Z] Login Succeeded [2024-10-04T07:14:18.838Z] ****.io [2024-10-04T07:14:19.106Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-04T07:14:19.372Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-04T07:14:19.373Z] Configure a credential helper to remove this warning. See [2024-10-04T07:14:19.373Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-04T07:14:19.373Z] [2024-10-04T07:14:19.373Z] Login Succeeded [2024-10-04T07:14:19.373Z] ---> ****-login.sh ends [Pipeline] } [2024-10-04T07:14:19.385Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-10-04T07:14:19.679Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-04T07:14:19.697Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-04T07:14:19.718Z] ========================================================= [2024-10-04T07:14:19.718Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2024-10-04T07:14:19.718Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T07:14:20.094Z] + 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-10-04T07:14:20.094Z] Sending build context to Docker daemon 140.3kB [2024-10-04T07:14:20.366Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2024-10-04T07:14:20.366Z] Step 2/12 : FROM ${BASE} AS builder [2024-10-04T07:14:20.366Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-10-04T07:14:20.366Z] cf04c63912e1: Pulling fs layer [2024-10-04T07:14:20.366Z] 55b35a11ae5e: Pulling fs layer [2024-10-04T07:14:20.366Z] a37a00ec5f00: Pulling fs layer [2024-10-04T07:14:20.366Z] 50b3750afda1: Pulling fs layer [2024-10-04T07:14:20.366Z] 4f4fb700ef54: Pulling fs layer [2024-10-04T07:14:20.366Z] 80978eb59214: Pulling fs layer [2024-10-04T07:14:20.366Z] c9f46d7d2bd2: Pulling fs layer [2024-10-04T07:14:20.366Z] c5a475d317c9: Pulling fs layer [2024-10-04T07:14:20.366Z] 80978eb59214: Waiting [2024-10-04T07:14:20.366Z] c9f46d7d2bd2: Waiting [2024-10-04T07:14:20.366Z] c5a475d317c9: Waiting [2024-10-04T07:14:20.366Z] 50b3750afda1: Waiting [2024-10-04T07:14:20.366Z] 4f4fb700ef54: Waiting [2024-10-04T07:14:20.635Z] 55b35a11ae5e: Verifying Checksum [2024-10-04T07:14:20.635Z] 55b35a11ae5e: Download complete [2024-10-04T07:14:20.635Z] 50b3750afda1: Verifying Checksum [2024-10-04T07:14:20.635Z] 50b3750afda1: Download complete [2024-10-04T07:14:20.635Z] 4f4fb700ef54: Verifying Checksum [2024-10-04T07:14:20.635Z] 4f4fb700ef54: Download complete [2024-10-04T07:14:20.635Z] 80978eb59214: Verifying Checksum [2024-10-04T07:14:20.635Z] 80978eb59214: Download complete [2024-10-04T07:14:20.635Z] cf04c63912e1: Verifying Checksum [2024-10-04T07:14:20.635Z] cf04c63912e1: Download complete [2024-10-04T07:14:21.222Z] c5a475d317c9: Verifying Checksum [2024-10-04T07:14:21.222Z] c5a475d317c9: Download complete [2024-10-04T07:14:21.491Z] cf04c63912e1: Pull complete [2024-10-04T07:14:22.087Z] 55b35a11ae5e: Pull complete [2024-10-04T07:14:22.674Z] a37a00ec5f00: Verifying Checksum [2024-10-04T07:14:22.674Z] a37a00ec5f00: Download complete [2024-10-04T07:14:23.638Z] c9f46d7d2bd2: Verifying Checksum [2024-10-04T07:14:23.638Z] c9f46d7d2bd2: Download complete [2024-10-04T07:14:35.963Z] a37a00ec5f00: Pull complete [2024-10-04T07:14:35.963Z] 50b3750afda1: Pull complete [2024-10-04T07:14:35.963Z] 4f4fb700ef54: Pull complete [2024-10-04T07:14:35.963Z] 80978eb59214: Pull complete [2024-10-04T07:14:44.163Z] c9f46d7d2bd2: Pull complete [2024-10-04T07:14:45.130Z] c5a475d317c9: Pull complete [2024-10-04T07:14:45.130Z] Digest: sha256:2391c17ca386d1fbfa331956bd558234564149703727e64d3c69580d84b42a9b [2024-10-04T07:14:45.130Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2024-10-04T07:14:45.130Z] ---> be29e6b0f0d4 [2024-10-04T07:14:45.130Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2024-10-04T07:14:47.079Z] ---> Running in 5807432eecce [2024-10-04T07:14:47.079Z] Removing intermediate container 5807432eecce [2024-10-04T07:14:47.079Z] ---> 88f9f2fd5cef [2024-10-04T07:14:47.079Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-10-04T07:14:47.079Z] ---> Running in 7379e9cf90da [2024-10-04T07:14:47.352Z] Removing intermediate container 7379e9cf90da [2024-10-04T07:14:47.352Z] ---> 2358fa76ca02 [2024-10-04T07:14:47.352Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-10-04T07:14:47.352Z] ---> Running in dd3e2d4d5353 [2024-10-04T07:14:47.628Z] Removing intermediate container dd3e2d4d5353 [2024-10-04T07:14:47.628Z] ---> c97ce2994f3b [2024-10-04T07:14:47.628Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2024-10-04T07:14:47.897Z] ---> Running in dca898fbb096 [2024-10-04T07:14:48.171Z] Removing intermediate container dca898fbb096 [2024-10-04T07:14:48.171Z] ---> ea8022342de2 [2024-10-04T07:14:48.171Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-10-04T07:14:48.171Z] ---> Running in c1845304a00c [2024-10-04T07:14:49.583Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-04T07:14:49.583Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-04T07:14:50.993Z] (1/4) Installing openssh-keygen (9.7_p1-r4) [2024-10-04T07:14:50.993Z] (2/4) Installing libedit (20240517.3.1-r0) [2024-10-04T07:14:50.993Z] (3/4) Installing openssh-client-common (9.7_p1-r4) [2024-10-04T07:14:50.993Z] (4/4) Installing openssh-client-default (9.7_p1-r4) [2024-10-04T07:14:50.993Z] Executing busybox-1.36.1-r29.trigger [2024-10-04T07:14:51.264Z] OK: 242 MiB in 58 packages [2024-10-04T07:14:52.229Z] Removing intermediate container c1845304a00c [2024-10-04T07:14:52.229Z] ---> 789b3f4881d2 [2024-10-04T07:14:52.229Z] Step 8/12 : WORKDIR /device-rest-go [2024-10-04T07:14:52.499Z] ---> Running in 992362e21c6d [2024-10-04T07:14:52.769Z] Removing intermediate container 992362e21c6d [2024-10-04T07:14:52.769Z] ---> bd33933252f7 [2024-10-04T07:14:52.769Z] Step 9/12 : COPY go.mod vendor* ./ [2024-10-04T07:14:53.358Z] ---> c73b93abf38b [2024-10-04T07:14:53.358Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-04T07:14:53.358Z] ---> Running in 0a5e250aec51 [2024-10-04T07:16:45.044Z] Removing intermediate container 0a5e250aec51 [2024-10-04T07:16:45.044Z] ---> 4ddd6db43d9f [2024-10-04T07:16:45.044Z] Step 11/12 : COPY . . [2024-10-04T07:16:45.044Z] ---> 0aecdb50d609 [2024-10-04T07:16:45.044Z] Step 12/12 : RUN $MAKE [2024-10-04T07:16:45.044Z] ---> Running in f668657566ca [2024-10-04T07:16:45.044Z] noop [2024-10-04T07:16:45.044Z] Removing intermediate container f668657566ca [2024-10-04T07:16:45.044Z] ---> 8052c133a8a5 [2024-10-04T07:16:45.044Z] Successfully built 8052c133a8a5 [2024-10-04T07:16:45.044Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T07:16:45.411Z] + docker inspect -f . ci-base-image-arm64 [2024-10-04T07:16:45.411Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-04T07:16:45.627Z] prd-ubuntu20.04-docker-arm64-4c-16g-15917 does not seem to be running inside a container [2024-10-04T07:16:45.698Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/174 -v /w/workspace/device-rest-go/174:/w/workspace/device-rest-go/174:rw,z -v /w/workspace/device-rest-go/174@tmp:/w/workspace/device-rest-go/174@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-10-04T07:16:46.903Z] $ docker top 1b5c54da7ade91d1cb2adb52cad4c5e7cff8f1a0577bc99b455c7ee55cd798e1 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-04T07:16:47.723Z] + go version [2024-10-04T07:16:47.723Z] go version go1.23.2 linux/arm64 [Pipeline] } [2024-10-04T07:16:47.744Z] $ docker stop --time=1 1b5c54da7ade91d1cb2adb52cad4c5e7cff8f1a0577bc99b455c7ee55cd798e1 [2024-10-04T07:16:49.373Z] $ docker rm -f --volumes 1b5c54da7ade91d1cb2adb52cad4c5e7cff8f1a0577bc99b455c7ee55cd798e1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T07:16:49.977Z] + docker inspect -f . ci-base-image-arm64 [2024-10-04T07:16:49.977Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-04T07:16:50.163Z] prd-ubuntu20.04-docker-arm64-4c-16g-15917 does not seem to be running inside a container [2024-10-04T07:16:50.235Z] $ 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/174 -v /w/workspace/device-rest-go/174:/w/workspace/device-rest-go/174:rw,z -v /w/workspace/device-rest-go/174@tmp:/w/workspace/device-rest-go/174@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-10-04T07:16:52.489Z] $ docker top 51589061d85352849de8e63005cea30769385b607e28a0785fe60b8ea3f921c4 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-04T07:16:53.316Z] + git config --global --add safe.directory /w/workspace/device-rest-go/174 [Pipeline] fileExists [Pipeline] sh [2024-10-04T07:16:53.979Z] + make test [2024-10-04T07:16:53.979Z] go test ./... -coverprofile=coverage.out ./... [2024-10-04T07:16:59.331Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2024-10-04T07:20:21.819Z] github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements [2024-10-04T07:20:21.819Z] ok github.com/edgexfoundry/device-rest-go/driver 0.042s coverage: 33.2% of statements [2024-10-04T07:20:21.819Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-10-04T07:20:21.819Z] go vet ./... [2024-10-04T07:21:08.650Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-10-04T07:21:08.650Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-10-04T07:21:08.650Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-10-04T07:21:08.670Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-10-04T07:21:08.702Z] $ docker stop --time=1 51589061d85352849de8e63005cea30769385b607e28a0785fe60b8ea3f921c4 [2024-10-04T07:21:11.127Z] $ docker rm -f --volumes 51589061d85352849de8e63005cea30769385b607e28a0785fe60b8ea3f921c4 [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-04T07:21:12.654Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-10-04T07:21:12.683Z] Warning: overwriting stash ‘coverage-report’ [2024-10-04T07:21:13.203Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-10-04T07:21:13.611Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-10-04T07:21:13.922Z] + ls -al . [2024-10-04T07:21:13.922Z] total 252 [2024-10-04T07:21:13.922Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 4 07:16 . [2024-10-04T07:21:13.922Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 4 07:13 .. [2024-10-04T07:21:13.922Z] -rw-rw-r-- 1 jenkins jenkins 151 Oct 4 07:13 .dockerignore [2024-10-04T07:21:13.922Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 4 07:13 .git [2024-10-04T07:21:13.922Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 4 07:13 .github [2024-10-04T07:21:13.922Z] -rw-rw-r-- 1 jenkins jenkins 264 Oct 4 07:13 .gitignore [2024-10-04T07:21:13.922Z] -rw-rw-r-- 1 jenkins jenkins 41 Oct 4 07:13 .golangci.yml [2024-10-04T07:21:13.922Z] -rw-rw-r-- 1 jenkins jenkins 20138 Oct 4 07:13 Attribution.txt [2024-10-04T07:21:13.922Z] -rw-rw-r-- 1 jenkins jenkins 17685 Oct 4 07:13 CHANGELOG.md [2024-10-04T07:21:13.922Z] -rw-rw-r-- 1 jenkins jenkins 1692 Oct 4 07:13 Dockerfile [2024-10-04T07:21:13.922Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 4 07:13 GOVERNANCE.md [2024-10-04T07:21:13.922Z] -rw-rw-r-- 1 jenkins jenkins 680 Oct 4 07:13 Jenkinsfile [2024-10-04T07:21:13.922Z] -rw-rw-r-- 1 jenkins jenkins 11340 Oct 4 07:13 LICENSE [2024-10-04T07:21:13.922Z] -rw-rw-r-- 1 jenkins jenkins 2016 Oct 4 07:13 Makefile [2024-10-04T07:21:13.922Z] -rw-rw-r-- 1 jenkins jenkins 620 Oct 4 07:13 OWNERS.md [2024-10-04T07:21:13.922Z] -rw-rw-r-- 1 jenkins jenkins 3989 Oct 4 07:13 README.md [2024-10-04T07:21:13.922Z] -rw-rw-r-- 1 jenkins jenkins 12 Oct 4 06:55 VERSION [2024-10-04T07:21:13.922Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 4 07:13 bin [2024-10-04T07:21:13.922Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 4 07:13 cmd [2024-10-04T07:21:13.922Z] -rw-r--r-- 1 jenkins jenkins 14565 Oct 4 07:20 coverage.out [2024-10-04T07:21:13.922Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 4 07:13 driver [2024-10-04T07:21:13.922Z] -rw-rw-r-- 1 jenkins jenkins 7106 Oct 4 07:13 go.mod [2024-10-04T07:21:13.922Z] -rw-rw-r-- 1 jenkins jenkins 100176 Oct 4 07:13 go.sum [2024-10-04T07:21:13.922Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 4 07:13 openapi [2024-10-04T07:21:13.922Z] -rw-rw-r-- 1 jenkins jenkins 713 Oct 4 07:13 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T07:21:14.255Z] + 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=3b51f885a24fd135da4abf50d3948cd78a691d64 --label arch=arm64 --label version=3.2.0-dev.22 . [2024-10-04T07:21:14.256Z] Sending build context to Docker daemon 155.6kB [2024-10-04T07:21:14.522Z] Step 1/26 : ARG BASE=golang:1.23-alpine3.20 [2024-10-04T07:21:14.522Z] Step 2/26 : FROM ${BASE} AS builder [2024-10-04T07:21:14.522Z] ---> 8052c133a8a5 [2024-10-04T07:21:14.522Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2024-10-04T07:21:14.522Z] ---> Running in d26441b9f674 [2024-10-04T07:21:14.788Z] Removing intermediate container d26441b9f674 [2024-10-04T07:21:14.788Z] ---> 347be029d46f [2024-10-04T07:21:14.788Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-10-04T07:21:15.066Z] ---> Running in 9cdd03528ee0 [2024-10-04T07:21:15.330Z] Removing intermediate container 9cdd03528ee0 [2024-10-04T07:21:15.330Z] ---> b56bc48169fe [2024-10-04T07:21:15.330Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-10-04T07:21:15.330Z] ---> Running in 3bcae4cadcf0 [2024-10-04T07:21:15.597Z] Removing intermediate container 3bcae4cadcf0 [2024-10-04T07:21:15.597Z] ---> 34eb8dbb14b9 [2024-10-04T07:21:15.597Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2024-10-04T07:21:15.597Z] ---> Running in 3095442164d4 [2024-10-04T07:21:15.926Z] Removing intermediate container 3095442164d4 [2024-10-04T07:21:15.926Z] ---> 978b70dfd0bb [2024-10-04T07:21:15.926Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-10-04T07:21:16.208Z] ---> Running in bb351a51213b [2024-10-04T07:21:17.165Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-04T07:21:17.430Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-04T07:21:18.835Z] OK: 242 MiB in 58 packages [2024-10-04T07:21:19.792Z] Removing intermediate container bb351a51213b [2024-10-04T07:21:19.792Z] ---> 0ac94639849c [2024-10-04T07:21:19.792Z] Step 8/26 : WORKDIR /device-rest-go [2024-10-04T07:21:20.060Z] ---> Running in 8f99f2f24440 [2024-10-04T07:21:20.327Z] Removing intermediate container 8f99f2f24440 [2024-10-04T07:21:20.327Z] ---> 5ea8fb23034f [2024-10-04T07:21:20.327Z] Step 9/26 : COPY go.mod vendor* ./ [2024-10-04T07:21:20.915Z] ---> 08e5adc55c9d [2024-10-04T07:21:20.915Z] Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-04T07:21:20.915Z] ---> Running in 17cb42d59807 [2024-10-04T07:21:22.875Z] Removing intermediate container 17cb42d59807 [2024-10-04T07:21:22.875Z] ---> 098b653c2520 [2024-10-04T07:21:22.875Z] Step 11/26 : COPY . . [2024-10-04T07:21:23.456Z] ---> e6a151e73956 [2024-10-04T07:21:23.456Z] Step 12/26 : RUN $MAKE [2024-10-04T07:21:23.723Z] ---> Running in c454193bdf88 [2024-10-04T07:21:24.679Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=3.2.0-dev.22 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.2.0-dev.41" -trimpath -mod=readonly -o cmd/device-rest ./cmd [2024-10-04T07:24:46.487Z] Removing intermediate container c454193bdf88 [2024-10-04T07:24:46.487Z] ---> 10ec5a1b2dfa [2024-10-04T07:24:46.487Z] Step 13/26 : FROM alpine:3.20 [2024-10-04T07:24:46.487Z] 3.20: Pulling from library/alpine [2024-10-04T07:24:46.487Z] cf04c63912e1: Already exists [2024-10-04T07:24:46.487Z] Digest: sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-04T07:24:46.487Z] Status: Downloaded newer image for alpine:3.20 [2024-10-04T07:24:46.487Z] ---> c157a85ed455 [2024-10-04T07:24:46.487Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-10-04T07:24:46.487Z] ---> Running in d59c62106818 [2024-10-04T07:24:46.487Z] Removing intermediate container d59c62106818 [2024-10-04T07:24:46.487Z] ---> bd41689b1ae0 [2024-10-04T07:24:46.487Z] Step 15/26 : LABEL Name=device-rest-go Version=${VERSION} [2024-10-04T07:24:46.487Z] ---> Running in d56e4b7b064d [2024-10-04T07:24:46.487Z] Removing intermediate container d56e4b7b064d [2024-10-04T07:24:46.487Z] ---> 7a0dc4abbbd3 [2024-10-04T07:24:46.487Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2024-10-04T07:24:46.487Z] ---> Running in cd7d99ea2fa7 [2024-10-04T07:24:46.487Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-04T07:24:46.487Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-04T07:24:47.442Z] (1/1) Installing dumb-init (1.2.5-r3) [2024-10-04T07:24:47.442Z] Executing busybox-1.36.1-r29.trigger [2024-10-04T07:24:47.442Z] OK: 9 MiB in 15 packages [2024-10-04T07:24:48.400Z] Removing intermediate container cd7d99ea2fa7 [2024-10-04T07:24:48.400Z] ---> cca96aed1c0e [2024-10-04T07:24:48.400Z] Step 17/26 : RUN apk --no-cache upgrade [2024-10-04T07:24:48.400Z] ---> Running in decf37efab29 [2024-10-04T07:24:49.357Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-04T07:24:49.357Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-04T07:24:50.755Z] Upgrading critical system libraries and apk-tools: [2024-10-04T07:24:50.755Z] (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-04T07:24:50.755Z] Executing busybox-1.36.1-r29.trigger [2024-10-04T07:24:51.020Z] Continuing the upgrade transaction with new apk-tools: [2024-10-04T07:24:51.020Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-04T07:24:51.285Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-04T07:24:52.686Z] OK: 9 MiB in 15 packages [2024-10-04T07:24:53.648Z] Removing intermediate container decf37efab29 [2024-10-04T07:24:53.648Z] ---> 8193f4307f7c [2024-10-04T07:24:53.648Z] Step 18/26 : COPY --from=builder /device-rest-go/cmd / [2024-10-04T07:24:55.593Z] ---> 185f6c4d178f [2024-10-04T07:24:55.593Z] Step 19/26 : COPY --from=builder /device-rest-go/LICENSE / [2024-10-04T07:24:55.593Z] ---> 8c06ee853812 [2024-10-04T07:24:55.593Z] Step 20/26 : COPY --from=builder /device-rest-go/Attribution.txt / [2024-10-04T07:24:56.174Z] ---> 8629b76a6d53 [2024-10-04T07:24:56.174Z] Step 21/26 : EXPOSE 59986 [2024-10-04T07:24:56.174Z] ---> Running in 67b93b22d5e8 [2024-10-04T07:24:56.440Z] Removing intermediate container 67b93b22d5e8 [2024-10-04T07:24:56.440Z] ---> 16dc6b32648f [2024-10-04T07:24:56.440Z] Step 22/26 : ENTRYPOINT ["/device-rest"] [2024-10-04T07:24:56.440Z] ---> Running in 9a6d524c421c [2024-10-04T07:24:56.709Z] Removing intermediate container 9a6d524c421c [2024-10-04T07:24:56.709Z] ---> d0f0f4a412af [2024-10-04T07:24:56.709Z] Step 23/26 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2024-10-04T07:24:56.974Z] ---> Running in 4235e40abbc4 [2024-10-04T07:24:57.238Z] Removing intermediate container 4235e40abbc4 [2024-10-04T07:24:57.238Z] ---> 5474214a9539 [2024-10-04T07:24:57.238Z] Step 24/26 : LABEL arch=arm64 [2024-10-04T07:24:57.238Z] ---> Running in cd0d7690334a [2024-10-04T07:24:57.503Z] Removing intermediate container cd0d7690334a [2024-10-04T07:24:57.503Z] ---> 92472d69d4f9 [2024-10-04T07:24:57.503Z] Step 25/26 : LABEL git_sha=3b51f885a24fd135da4abf50d3948cd78a691d64 [2024-10-04T07:24:57.503Z] ---> Running in 286af89da86a [2024-10-04T07:24:57.769Z] Removing intermediate container 286af89da86a [2024-10-04T07:24:57.769Z] ---> f040ba8f591f [2024-10-04T07:24:57.769Z] Step 26/26 : LABEL version=3.2.0-dev.22 [2024-10-04T07:24:57.769Z] ---> Running in ab501b74c8fe [2024-10-04T07:24:58.034Z] Removing intermediate container ab501b74c8fe [2024-10-04T07:24:58.034Z] ---> 2e994cad6262 [2024-10-04T07:24:58.034Z] [Warning] One or more build-args [ARCH] were not consumed [2024-10-04T07:24:58.034Z] Successfully built 2e994cad6262 [2024-10-04T07:24:58.034Z] 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-10-04T07:24:58.202Z] provisioning config files... [2024-10-04T07:24:58.214Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/174@tmp/config2204413314982612229tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-04T07:24:58.550Z] ---> ****-login.sh [2024-10-04T07:24:58.550Z] nexus3.edgexfoundry.org:10001 [2024-10-04T07:24:58.550Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-04T07:24:58.820Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-04T07:24:58.821Z] Configure a credential helper to remove this warning. See [2024-10-04T07:24:58.821Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-04T07:24:58.821Z] [2024-10-04T07:24:58.821Z] Login Succeeded [2024-10-04T07:24:58.821Z] nexus3.edgexfoundry.org:10002 [2024-10-04T07:24:59.087Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-04T07:24:59.087Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-04T07:24:59.087Z] Configure a credential helper to remove this warning. See [2024-10-04T07:24:59.087Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-04T07:24:59.087Z] [2024-10-04T07:24:59.087Z] Login Succeeded [2024-10-04T07:24:59.087Z] nexus3.edgexfoundry.org:10003 [2024-10-04T07:24:59.353Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-04T07:24:59.353Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-04T07:24:59.353Z] Configure a credential helper to remove this warning. See [2024-10-04T07:24:59.353Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-04T07:24:59.353Z] [2024-10-04T07:24:59.353Z] Login Succeeded [2024-10-04T07:24:59.353Z] nexus3.edgexfoundry.org:10004 [2024-10-04T07:24:59.618Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-04T07:24:59.881Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-04T07:24:59.881Z] Configure a credential helper to remove this warning. See [2024-10-04T07:24:59.882Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-04T07:24:59.882Z] [2024-10-04T07:24:59.882Z] Login Succeeded [2024-10-04T07:24:59.882Z] ****.io [2024-10-04T07:25:00.145Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-04T07:25:00.410Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-04T07:25:00.410Z] Configure a credential helper to remove this warning. See [2024-10-04T07:25:00.410Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-04T07:25:00.410Z] [2024-10-04T07:25:00.410Z] Login Succeeded [2024-10-04T07:25:00.410Z] ---> ****-login.sh ends [Pipeline] } [2024-10-04T07:25:00.421Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-04T07:25:00.475Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-04T07:25:00.513Z] [edgeXDocker.push] Tagging docker image device-rest-arm64 with the following tags: [2024-10-04T07:25:00.513Z] 3b51f885a24fd135da4abf50d3948cd78a691d64 [2024-10-04T07:25:00.513Z] latest [2024-10-04T07:25:00.513Z] 3.2.0-dev.22 [2024-10-04T07:25:00.513Z] 3b51f885a24fd135da4abf50d3948cd78a691d64-3.2.0-dev.22 [2024-10-04T07:25:00.513Z] main [2024-10-04T07:25:00.513Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T07:25:00.899Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:3b51f885a24fd135da4abf50d3948cd78a691d64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T07:25:01.258Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:3b51f885a24fd135da4abf50d3948cd78a691d64 [2024-10-04T07:25:01.259Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2024-10-04T07:25:01.259Z] 432c6c8a0b5a: Preparing [2024-10-04T07:25:01.259Z] 3e9e8d831ee1: Preparing [2024-10-04T07:25:01.259Z] 72b7d134dab3: Preparing [2024-10-04T07:25:01.259Z] c1a370844bf8: Preparing [2024-10-04T07:25:01.259Z] f2da0de34ec3: Preparing [2024-10-04T07:25:01.259Z] 16113d51b718: Preparing [2024-10-04T07:25:01.259Z] 16113d51b718: Waiting [2024-10-04T07:25:01.524Z] 3e9e8d831ee1: Pushed [2024-10-04T07:25:01.524Z] 432c6c8a0b5a: Pushed [2024-10-04T07:25:01.524Z] f2da0de34ec3: Pushed [2024-10-04T07:25:01.524Z] c1a370844bf8: Pushed [2024-10-04T07:25:01.524Z] 16113d51b718: Layer already exists [2024-10-04T07:25:08.148Z] 72b7d134dab3: Pushed [2024-10-04T07:25:08.148Z] 3b51f885a24fd135da4abf50d3948cd78a691d64: digest: sha256:62798eea2c37a8642d9aff43112d2e1f2fab8f7dbdc240728f797ce8ff5aef31 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T07:25:08.502Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T07:25:08.852Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2024-10-04T07:25:08.852Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2024-10-04T07:25:08.852Z] 432c6c8a0b5a: Preparing [2024-10-04T07:25:08.852Z] 3e9e8d831ee1: Preparing [2024-10-04T07:25:08.852Z] 72b7d134dab3: Preparing [2024-10-04T07:25:08.852Z] c1a370844bf8: Preparing [2024-10-04T07:25:08.852Z] f2da0de34ec3: Preparing [2024-10-04T07:25:08.852Z] 16113d51b718: Preparing [2024-10-04T07:25:08.852Z] 16113d51b718: Waiting [2024-10-04T07:25:08.852Z] c1a370844bf8: Layer already exists [2024-10-04T07:25:08.852Z] 432c6c8a0b5a: Layer already exists [2024-10-04T07:25:08.852Z] f2da0de34ec3: Layer already exists [2024-10-04T07:25:08.852Z] 72b7d134dab3: Layer already exists [2024-10-04T07:25:08.852Z] 3e9e8d831ee1: Layer already exists [2024-10-04T07:25:08.852Z] 16113d51b718: Layer already exists [2024-10-04T07:25:08.852Z] latest: digest: sha256:62798eea2c37a8642d9aff43112d2e1f2fab8f7dbdc240728f797ce8ff5aef31 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T07:25:09.478Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:3.2.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T07:25:09.828Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:3.2.0-dev.22 [2024-10-04T07:25:09.829Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2024-10-04T07:25:09.829Z] 432c6c8a0b5a: Preparing [2024-10-04T07:25:09.829Z] 3e9e8d831ee1: Preparing [2024-10-04T07:25:09.829Z] 72b7d134dab3: Preparing [2024-10-04T07:25:09.829Z] c1a370844bf8: Preparing [2024-10-04T07:25:09.829Z] f2da0de34ec3: Preparing [2024-10-04T07:25:09.829Z] 16113d51b718: Preparing [2024-10-04T07:25:09.829Z] 16113d51b718: Waiting [2024-10-04T07:25:09.829Z] f2da0de34ec3: Layer already exists [2024-10-04T07:25:09.829Z] c1a370844bf8: Layer already exists [2024-10-04T07:25:09.829Z] 72b7d134dab3: Layer already exists [2024-10-04T07:25:09.829Z] 3e9e8d831ee1: Layer already exists [2024-10-04T07:25:09.829Z] 432c6c8a0b5a: Layer already exists [2024-10-04T07:25:09.829Z] 16113d51b718: Layer already exists [2024-10-04T07:25:09.829Z] 3.2.0-dev.22: digest: sha256:62798eea2c37a8642d9aff43112d2e1f2fab8f7dbdc240728f797ce8ff5aef31 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T07:25:10.465Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:3b51f885a24fd135da4abf50d3948cd78a691d64-3.2.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T07:25:10.838Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:3b51f885a24fd135da4abf50d3948cd78a691d64-3.2.0-dev.22 [2024-10-04T07:25:10.838Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2024-10-04T07:25:10.838Z] 432c6c8a0b5a: Preparing [2024-10-04T07:25:10.838Z] 3e9e8d831ee1: Preparing [2024-10-04T07:25:10.838Z] 72b7d134dab3: Preparing [2024-10-04T07:25:10.838Z] c1a370844bf8: Preparing [2024-10-04T07:25:10.838Z] f2da0de34ec3: Preparing [2024-10-04T07:25:10.838Z] 16113d51b718: Preparing [2024-10-04T07:25:10.838Z] 16113d51b718: Waiting [2024-10-04T07:25:10.838Z] 72b7d134dab3: Layer already exists [2024-10-04T07:25:10.838Z] c1a370844bf8: Layer already exists [2024-10-04T07:25:10.838Z] 432c6c8a0b5a: Layer already exists [2024-10-04T07:25:10.838Z] f2da0de34ec3: Layer already exists [2024-10-04T07:25:10.838Z] 3e9e8d831ee1: Layer already exists [2024-10-04T07:25:10.838Z] 16113d51b718: Layer already exists [2024-10-04T07:25:10.838Z] 3b51f885a24fd135da4abf50d3948cd78a691d64-3.2.0-dev.22: digest: sha256:62798eea2c37a8642d9aff43112d2e1f2fab8f7dbdc240728f797ce8ff5aef31 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T07:25:11.203Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T07:25:11.574Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:main [2024-10-04T07:25:11.574Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2024-10-04T07:25:11.574Z] 432c6c8a0b5a: Preparing [2024-10-04T07:25:11.574Z] 3e9e8d831ee1: Preparing [2024-10-04T07:25:11.574Z] 72b7d134dab3: Preparing [2024-10-04T07:25:11.574Z] c1a370844bf8: Preparing [2024-10-04T07:25:11.574Z] f2da0de34ec3: Preparing [2024-10-04T07:25:11.574Z] 16113d51b718: Preparing [2024-10-04T07:25:11.574Z] 16113d51b718: Waiting [2024-10-04T07:25:11.574Z] 432c6c8a0b5a: Layer already exists [2024-10-04T07:25:11.574Z] 72b7d134dab3: Layer already exists [2024-10-04T07:25:11.574Z] c1a370844bf8: Layer already exists [2024-10-04T07:25:11.574Z] 3e9e8d831ee1: Layer already exists [2024-10-04T07:25:11.574Z] f2da0de34ec3: Layer already exists [2024-10-04T07:25:11.574Z] 16113d51b718: Layer already exists [2024-10-04T07:25:11.574Z] main: digest: sha256:62798eea2c37a8642d9aff43112d2e1f2fab8f7dbdc240728f797ce8ff5aef31 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-04T07:25:11.943Z] ===================================================== [Pipeline] echo [2024-10-04T07:25:11.959Z] taggedImages: [2024-10-04T07:25:11.959Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:3b51f885a24fd135da4abf50d3948cd78a691d64 [2024-10-04T07:25:11.959Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2024-10-04T07:25:11.959Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:3.2.0-dev.22 [2024-10-04T07:25:11.959Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:3b51f885a24fd135da4abf50d3948cd78a691d64-3.2.0-dev.22 [2024-10-04T07:25:11.959Z] - 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-10-04T07:25:12.435Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-10-04T07:25:12.435Z] [2024-10-04T07:25:12.435Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T07:25:12.773Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-10-04T07:25:12.773Z] arm64: Pulling from edgex-lftools-log-publisher [2024-10-04T07:25:12.773Z] 8998bd30e6a1: Pulling fs layer [2024-10-04T07:25:12.773Z] 04944245beec: Pulling fs layer [2024-10-04T07:25:12.773Z] 699f458cf7ca: Pulling fs layer [2024-10-04T07:25:12.773Z] 765212b225bb: Pulling fs layer [2024-10-04T07:25:12.773Z] f23df028b6ca: Pulling fs layer [2024-10-04T07:25:12.773Z] d65c8cfc05b1: Pulling fs layer [2024-10-04T07:25:12.773Z] 2437ff75d9bd: Pulling fs layer [2024-10-04T07:25:12.773Z] f23df028b6ca: Waiting [2024-10-04T07:25:12.773Z] d65c8cfc05b1: Waiting [2024-10-04T07:25:12.773Z] 2437ff75d9bd: Waiting [2024-10-04T07:25:12.773Z] 765212b225bb: Waiting [2024-10-04T07:25:13.041Z] 04944245beec: Verifying Checksum [2024-10-04T07:25:13.041Z] 04944245beec: Download complete [2024-10-04T07:25:13.041Z] 765212b225bb: Verifying Checksum [2024-10-04T07:25:13.041Z] 765212b225bb: Download complete [2024-10-04T07:25:13.041Z] f23df028b6ca: Download complete [2024-10-04T07:25:13.041Z] d65c8cfc05b1: Download complete [2024-10-04T07:25:13.041Z] 699f458cf7ca: Verifying Checksum [2024-10-04T07:25:13.041Z] 699f458cf7ca: Download complete [2024-10-04T07:25:13.620Z] 8998bd30e6a1: Verifying Checksum [2024-10-04T07:25:13.620Z] 8998bd30e6a1: Download complete [2024-10-04T07:25:15.554Z] 2437ff75d9bd: Verifying Checksum [2024-10-04T07:25:15.554Z] 2437ff75d9bd: Download complete [2024-10-04T07:25:18.125Z] 8998bd30e6a1: Pull complete [2024-10-04T07:25:18.125Z] 04944245beec: Pull complete [2024-10-04T07:25:19.533Z] 699f458cf7ca: Pull complete [2024-10-04T07:25:19.798Z] 765212b225bb: Pull complete [2024-10-04T07:25:20.378Z] f23df028b6ca: Pull complete [2024-10-04T07:25:20.645Z] d65c8cfc05b1: Pull complete [2024-10-04T07:25:35.634Z] 2437ff75d9bd: Pull complete [2024-10-04T07:25:35.634Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-10-04T07:25:35.634Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-10-04T07:25:35.634Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-04T07:25:35.833Z] prd-ubuntu20.04-docker-arm64-4c-16g-15917 does not seem to be running inside a container [2024-10-04T07:25:35.906Z] $ 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/174 -v /w/workspace/device-rest-go/174:/w/workspace/device-rest-go/174:rw,z -v /w/workspace/device-rest-go/174@tmp:/w/workspace/device-rest-go/174@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:arm64 cat [2024-10-04T07:25:38.450Z] $ docker top b333c131be9a474aed754a70caa04608a65bc211bcbacc269958bde70cb1a589 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-04T07:25:38.939Z] ---> job-cost.sh [2024-10-04T07:25:39.203Z] lf-activate-venv: SKIPPING [2024-10-04T07:25:39.203Z] INFO: No Stack... [2024-10-04T07:25:39.780Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-10-04T07:25:40.731Z] INFO: Archiving Costs [Pipeline] sh [2024-10-04T07:25:41.054Z] + cat /w/workspace/device-rest-go/174/archives/cost.csv [2024-10-04T07:25:41.054Z] + cut -d, -f6 [Pipeline] lock [2024-10-04T07:25:41.372Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-174-stack-cost] [2024-10-04T07:25:41.380Z] Resource [jenkins-edgexfoundry-device-rest-go-main-174-stack-cost] did not exist. Created. [2024-10-04T07:25:41.386Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-174-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-10-04T07:25:41.733Z] /w/workspace/device-rest-go/174@tmp/durable-b38ff7b8/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-10-04T07:25:42.045Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-10-04T07:25:42.073Z] Warning: overwriting stash ‘stack-cost’ [2024-10-04T07:25:42.116Z] Stashed 1 file(s) [Pipeline] } [2024-10-04T07:25:42.125Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-174-stack-cost] [Pipeline] // lock [Pipeline] } [2024-10-04T07:25:42.157Z] $ docker stop --time=1 b333c131be9a474aed754a70caa04608a65bc211bcbacc269958bde70cb1a589 [2024-10-04T07:25:43.627Z] $ docker rm -f --volumes b333c131be9a474aed754a70caa04608a65bc211bcbacc269958bde70cb1a589 [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-10-04T07:25:44.178Z] provisioning config files... [2024-10-04T07:25:44.189Z] copy managed file [device-rest-go-codecov-token] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config18051025476773788146tmp [Pipeline] { [Pipeline] sh [2024-10-04T07:25:44.537Z] + set +x [2024-10-04T07:25:44.537Z] + curl -s https://codecov.io/bash [2024-10-04T07:25:44.537Z] + bash -s -- [2024-10-04T07:25:44.537Z] [2024-10-04T07:25:44.537Z] _____ _ [2024-10-04T07:25:44.537Z] / ____| | | [2024-10-04T07:25:44.537Z] | | ___ __| | ___ ___ _____ __ [2024-10-04T07:25:44.537Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-10-04T07:25:44.537Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-10-04T07:25:44.537Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-10-04T07:25:44.537Z] Bash-1.0.6 [2024-10-04T07:25:44.537Z] [2024-10-04T07:25:44.537Z] [2024-10-04T07:25:44.537Z] ==> git version 2.25.1 found [2024-10-04T07:25:44.537Z] ==> 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-10-04T07:25:44.537Z] Release-Date: 2020-01-08 [2024-10-04T07:25:44.537Z] 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-10-04T07:25:44.537Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-10-04T07:25:44.537Z] ==> Jenkins CI detected. [2024-10-04T07:25:44.537Z] current dir:  /w/workspace/edgexfoundry_device-rest-go_main [2024-10-04T07:25:44.537Z] project root: . [2024-10-04T07:25:44.537Z] --> token set from env [2024-10-04T07:25:44.537Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-10-04T07:25:44.537Z] ==> Running gcov in . (disable via -X gcov) [2024-10-04T07:25:44.537Z] ==> Python coveragepy not found [2024-10-04T07:25:44.537Z] ==> Searching for coverage reports in: [2024-10-04T07:25:44.537Z] + . [2024-10-04T07:25:44.537Z] -> Found 1 reports [2024-10-04T07:25:44.537Z] ==> Detecting git/mercurial file structure [2024-10-04T07:25:44.537Z] ==> Reading reports [2024-10-04T07:25:44.819Z] + ./coverage.out bytes=14565 [2024-10-04T07:25:44.819Z] ==> Appending adjustments [2024-10-04T07:25:44.819Z] https://docs.codecov.io/docs/fixing-reports [2024-10-04T07:25:44.819Z] + Found adjustments [2024-10-04T07:25:44.819Z] ==> Gzipping contents [2024-10-04T07:25:44.819Z] 4.0K /tmp/codecov.jtFpXT.gz [2024-10-04T07:25:44.819Z] ==> Uploading reports [2024-10-04T07:25:44.819Z] url: https://codecov.io [2024-10-04T07:25:44.819Z] query: branch=main&commit=3b51f885a24fd135da4abf50d3948cd78a691d64&build=174&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F174%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-10-04T07:25:44.819Z] -> Pinging Codecov [2024-10-04T07:25:44.819Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=3b51f885a24fd135da4abf50d3948cd78a691d64&build=174&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F174%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-10-04T07:25:44.819Z] -> Uploading to [2024-10-04T07:25:44.820Z] https://storage.googleapis.com/codecov/shelter/v4/github/edgexfoundry/device-rest-go/3b51f885a24fd135da4abf50d3948cd78a691d64/7bcf3cb5-9a2e-446a-b543-ecd711bc23bd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20241004%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20241004T072544Z&X-Amz-Expires=30&X-Amz-SignedHeaders=host&X-Amz-Signature=a232609e5e1f31a470eab3afb2d8f31ff1d43e0d96fce172516897ec36996dff [2024-10-04T07:25:44.820Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-04T07:25:44.820Z] Dload Upload Total Spent Left Speed [2024-10-04T07:25:45.078Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2333 0 0 100 2333 0 10800 --:--:-- --:--:-- --:--:-- 10800 [2024-10-04T07:25:45.078Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rest-go/commit/3b51f885a24fd135da4abf50d3948cd78a691d64 [Pipeline] } [2024-10-04T07:25:45.085Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2024-10-04T07:25:45.341Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-10-04T07:25:45.358Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T07:25:45.665Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-10-04T07:25:45.665Z] [2024-10-04T07:25:45.665Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T07:25:45.979Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-10-04T07:25:45.979Z] latest: Pulling from edgex-devops/edgex-snyk-go [2024-10-04T07:25:45.979Z] 43c4264eed91: Already exists [2024-10-04T07:25:45.979Z] 4cc291be95ef: Already exists [2024-10-04T07:25:45.979Z] 2ac1f1163629: Already exists [2024-10-04T07:25:45.979Z] 5c3c966382ef: Already exists [2024-10-04T07:25:45.979Z] 4f4fb700ef54: Already exists [2024-10-04T07:25:45.979Z] d9c7d2e4e75e: Pulling fs layer [2024-10-04T07:25:45.979Z] 9c3e1370e548: Pulling fs layer [2024-10-04T07:25:46.237Z] d9c7d2e4e75e: Download complete [2024-10-04T07:25:46.495Z] d9c7d2e4e75e: Pull complete [2024-10-04T07:25:47.064Z] 9c3e1370e548: Verifying Checksum [2024-10-04T07:25:47.064Z] 9c3e1370e548: Download complete [2024-10-04T07:25:50.352Z] 9c3e1370e548: Pull complete [2024-10-04T07:25:50.352Z] Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b [2024-10-04T07:25:50.353Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-10-04T07:25:50.353Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-04T07:25:50.460Z] prd-ubuntu20.04-docker-8c-8g-15787 does not seem to be running inside a container [2024-10-04T07:25:50.490Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2024-10-04T07:25:57.251Z] $ docker top 2ec8b694037b704c58ac8ea13a086feb5d9301e724ba528049f03b21bf393c84 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-04T07:25:57.610Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] echo [2024-10-04T07:25:57.622Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-rest-go:main' [Pipeline] sh [2024-10-04T07:25:57.902Z] + set -o pipefail [2024-10-04T07:25:57.902Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-rest-go:main' [2024-10-04T07:26:04.485Z] [2024-10-04T07:26:04.485Z] Monitoring /w/workspace/edgexfoundry_device-rest-go_main (github.com/edgexfoundry/device-rest-go)... [2024-10-04T07:26:04.485Z] [2024-10-04T07:26:04.485Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/9d7b2b31-f697-4750-913c-575a35a00c1a/history/953b79eb-5127-463e-b424-b980f8e22629 [2024-10-04T07:26:04.485Z] [2024-10-04T07:26:04.485Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-10-04T07:26:04.485Z] [2024-10-04T07:26:05.060Z] [2024-10-04T07:26:05.060Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2024-10-04T07:26:05.060Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2024-10-04T07:26:05.325Z] $ docker stop --time=1 2ec8b694037b704c58ac8ea13a086feb5d9301e724ba528049f03b21bf393c84 [2024-10-04T07:26:14.819Z] $ docker rm -f --volumes 2ec8b694037b704c58ac8ea13a086feb5d9301e724ba528049f03b21bf393c84 [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-10-04T07:26:15.782Z] + git log --format=format:%s -1 3b51f885a24fd135da4abf50d3948cd78a691d64 [Pipeline] sh [2024-10-04T07:26:16.096Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-10-04T07:26:16.096Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T07:26:16.405Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-04T07:26:16.405Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-04T07:26:16.485Z] prd-ubuntu20.04-docker-8c-8g-15787 does not seem to be running inside a container [2024-10-04T07:26:16.506Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-10-04T07:26:17.924Z] $ docker top 60b0f7f82f0b6bf75eb184dd75ccdd1c9db5664446272f317d9dd24b4b1db889 -eo pid,comm [2024-10-04T07:26:17.990Z] 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-10-04T07:26:17.990Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-10-04T07:26:18.108Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-04T07:26:18.108Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-04T07:26:18.208Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-04T07:26:18.205Z] $ docker exec 60b0f7f82f0b6bf75eb184dd75ccdd1c9db5664446272f317d9dd24b4b1db889 ssh-agent [2024-10-04T07:26:18.330Z] SSH_AUTH_SOCK=/tmp/ssh-NTwNAYAj6q6M/agent.31 [2024-10-04T07:26:18.330Z] SSH_AGENT_PID=37 [2024-10-04T07:26:18.335Z] Running ssh-add (command line suppressed) [2024-10-04T07:26:18.425Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_9515676043969646703.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_9515676043969646703.key) [2024-10-04T07:26:18.449Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-04T07:26:18.747Z] + git semver tag [2024-10-04T07:26:19.007Z] 2024-10-04 07:26:18,946 [run_tag] DEBUG tag force:False [2024-10-04T07:26:19.007Z] 2024-10-04 07:26:18,946 [check_head_tag] DEBUG check head tag [2024-10-04T07:26:19.007Z] 2024-10-04 07:26:18,947 [execute] INFO git cat-file --batch-check [2024-10-04T07:26:19.007Z] 2024-10-04 07:26:18,948 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=) [2024-10-04T07:26:19.007Z] 2024-10-04 07:26:18,952 [execute] INFO git cat-file --batch [2024-10-04T07:26:19.007Z] 2024-10-04 07:26:18,952 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=) [2024-10-04T07:26:19.007Z] 2024-10-04 07:26:18,975 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2024-10-04T07:26:19.007Z] 2024-10-04 07:26:18,975 [execute] INFO git tag -a v3.2.0-dev.22 -m v3.2.0-dev.22 [2024-10-04T07:26:19.007Z] 2024-10-04 07:26:18,976 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.22', '-m', 'v3.2.0-dev.22'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=None) [2024-10-04T07:26:19.007Z] 2024-10-04 07:26:18,981 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2024-10-04T07:26:19.007Z] 3.2.0-dev.22 [Pipeline] } [2024-10-04T07:26:19.010Z] $ docker exec --env ******** --env ******** 60b0f7f82f0b6bf75eb184dd75ccdd1c9db5664446272f317d9dd24b4b1db889 ssh-agent -k [2024-10-04T07:26:19.099Z] unset SSH_AUTH_SOCK; [2024-10-04T07:26:19.100Z] unset SSH_AGENT_PID; [2024-10-04T07:26:19.100Z] echo Agent pid 37 killed; [2024-10-04T07:26:19.117Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-04T07:26:19.447Z] + git semver [Pipeline] } [2024-10-04T07:26:19.715Z] $ docker stop --time=1 60b0f7f82f0b6bf75eb184dd75ccdd1c9db5664446272f317d9dd24b4b1db889 [2024-10-04T07:26:21.016Z] $ docker rm -f --volumes 60b0f7f82f0b6bf75eb184dd75ccdd1c9db5664446272f317d9dd24b4b1db889 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T07:26:21.458Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-10-04T07:26:21.459Z] [2024-10-04T07:26:21.459Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T07:26:21.772Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-10-04T07:26:21.772Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-10-04T07:26:21.772Z] ab5ef0e58194: Pulling fs layer [2024-10-04T07:26:21.772Z] 9712f1f96733: Pulling fs layer [2024-10-04T07:26:21.772Z] 63f879dbbcfc: Pulling fs layer [2024-10-04T07:26:21.772Z] 0d9ebad4ef96: Pulling fs layer [2024-10-04T07:26:21.772Z] e9a5061849ea: Pulling fs layer [2024-10-04T07:26:21.772Z] d747dcd14b5f: Pulling fs layer [2024-10-04T07:26:21.772Z] 2de7ff778b66: Pulling fs layer [2024-10-04T07:26:21.772Z] d747dcd14b5f: Waiting [2024-10-04T07:26:21.772Z] e9a5061849ea: Waiting [2024-10-04T07:26:21.772Z] 2de7ff778b66: Waiting [2024-10-04T07:26:21.772Z] 0d9ebad4ef96: Waiting [2024-10-04T07:26:21.772Z] 9712f1f96733: Download complete [2024-10-04T07:26:22.040Z] 63f879dbbcfc: Verifying Checksum [2024-10-04T07:26:22.040Z] 63f879dbbcfc: Download complete [2024-10-04T07:26:22.301Z] e9a5061849ea: Verifying Checksum [2024-10-04T07:26:22.301Z] e9a5061849ea: Download complete [2024-10-04T07:26:22.301Z] d747dcd14b5f: Verifying Checksum [2024-10-04T07:26:22.301Z] d747dcd14b5f: Download complete [2024-10-04T07:26:22.301Z] 0d9ebad4ef96: Verifying Checksum [2024-10-04T07:26:22.301Z] 0d9ebad4ef96: Download complete [2024-10-04T07:26:22.301Z] 2de7ff778b66: Verifying Checksum [2024-10-04T07:26:22.301Z] 2de7ff778b66: Download complete [2024-10-04T07:26:22.562Z] ab5ef0e58194: Verifying Checksum [2024-10-04T07:26:22.562Z] ab5ef0e58194: Download complete [2024-10-04T07:26:25.844Z] ab5ef0e58194: Pull complete [2024-10-04T07:26:25.844Z] 9712f1f96733: Pull complete [2024-10-04T07:26:26.776Z] 63f879dbbcfc: Pull complete [2024-10-04T07:26:30.964Z] 0d9ebad4ef96: Pull complete [2024-10-04T07:26:31.531Z] e9a5061849ea: Pull complete [2024-10-04T07:26:31.531Z] d747dcd14b5f: Pull complete [2024-10-04T07:26:32.911Z] 2de7ff778b66: Pull complete [2024-10-04T07:26:32.911Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-10-04T07:26:32.911Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-10-04T07:26:32.911Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-04T07:26:33.016Z] prd-ubuntu20.04-docker-8c-8g-15787 does not seem to be running inside a container [2024-10-04T07:26:33.040Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2024-10-04T07:26:42.578Z] $ docker top ac3a54147caa54d97cf74d6916e75c632872c77aadd95d35355ac491d0d15448 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-10-04T07:26:42.674Z] provisioning config files... [2024-10-04T07:26:42.680Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config8174304065597403416tmp [2024-10-04T07:26:42.689Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config2843803755846964622tmp [2024-10-04T07:26:42.698Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config12549027753150601100tmp [Pipeline] { [Pipeline] echo [2024-10-04T07:26:42.790Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-04T07:26:43.085Z] ---> sigul-configuration.sh [2024-10-04T07:26:43.085Z] gpg: directory `/root/.gnupg' created [2024-10-04T07:26:43.085Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-10-04T07:26:43.085Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-10-04T07:26:43.085Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-10-04T07:26:43.085Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-10-04T07:26:43.085Z] gpg: CAST5 encrypted data [2024-10-04T07:26:43.085Z] gpg: encrypted with 1 passphrase [2024-10-04T07:26:43.085Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-10-04T07:26:43.382Z] + mkdir /home/jenkins [2024-10-04T07:26:43.382Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-10-04T07:26:43.683Z] + 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-10-04T07:26:43.695Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-04T07:26:43.995Z] ---> sigul-install.sh [2024-10-04T07:26:43.995Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-10-04T07:26:44.296Z] + git tag --list [2024-10-04T07:26:44.296Z] v1.0.0 [2024-10-04T07:26:44.296Z] v1.1.0 [2024-10-04T07:26:44.296Z] v1.1.1 [2024-10-04T07:26:44.296Z] v1.1.2 [2024-10-04T07:26:44.296Z] v1.2.0 [2024-10-04T07:26:44.296Z] v1.2.1 [2024-10-04T07:26:44.296Z] v2.0.0 [2024-10-04T07:26:44.296Z] v2.1.0 [2024-10-04T07:26:44.296Z] v2.1.1 [2024-10-04T07:26:44.296Z] v2.2.0 [2024-10-04T07:26:44.296Z] v2.3.0 [2024-10-04T07:26:44.296Z] v3.0 [2024-10-04T07:26:44.296Z] v3.0.0 [2024-10-04T07:26:44.296Z] v3.1 [2024-10-04T07:26:44.296Z] v3.1.0 [2024-10-04T07:26:44.296Z] v3.1.0-dev.1 [2024-10-04T07:26:44.296Z] v3.1.0-dev.10 [2024-10-04T07:26:44.296Z] v3.1.0-dev.11 [2024-10-04T07:26:44.296Z] v3.1.0-dev.12 [2024-10-04T07:26:44.296Z] v3.1.0-dev.13 [2024-10-04T07:26:44.296Z] v3.1.0-dev.14 [2024-10-04T07:26:44.296Z] v3.1.0-dev.15 [2024-10-04T07:26:44.296Z] v3.1.0-dev.16 [2024-10-04T07:26:44.296Z] v3.1.0-dev.17 [2024-10-04T07:26:44.296Z] v3.1.0-dev.18 [2024-10-04T07:26:44.296Z] v3.1.0-dev.19 [2024-10-04T07:26:44.296Z] v3.1.0-dev.2 [2024-10-04T07:26:44.296Z] v3.1.0-dev.20 [2024-10-04T07:26:44.296Z] v3.1.0-dev.21 [2024-10-04T07:26:44.296Z] v3.1.0-dev.22 [2024-10-04T07:26:44.296Z] v3.1.0-dev.23 [2024-10-04T07:26:44.296Z] v3.1.0-dev.24 [2024-10-04T07:26:44.296Z] v3.1.0-dev.25 [2024-10-04T07:26:44.296Z] v3.1.0-dev.26 [2024-10-04T07:26:44.296Z] v3.1.0-dev.27 [2024-10-04T07:26:44.296Z] v3.1.0-dev.28 [2024-10-04T07:26:44.296Z] v3.1.0-dev.29 [2024-10-04T07:26:44.296Z] v3.1.0-dev.3 [2024-10-04T07:26:44.296Z] v3.1.0-dev.30 [2024-10-04T07:26:44.296Z] v3.1.0-dev.31 [2024-10-04T07:26:44.296Z] v3.1.0-dev.32 [2024-10-04T07:26:44.296Z] v3.1.0-dev.4 [2024-10-04T07:26:44.296Z] v3.1.0-dev.5 [2024-10-04T07:26:44.296Z] v3.1.0-dev.6 [2024-10-04T07:26:44.296Z] v3.1.0-dev.7 [2024-10-04T07:26:44.296Z] v3.1.0-dev.8 [2024-10-04T07:26:44.296Z] v3.1.0-dev.9 [2024-10-04T07:26:44.296Z] v3.1.1 [2024-10-04T07:26:44.296Z] v3.2.0-dev.1 [2024-10-04T07:26:44.296Z] v3.2.0-dev.10 [2024-10-04T07:26:44.296Z] v3.2.0-dev.11 [2024-10-04T07:26:44.296Z] v3.2.0-dev.12 [2024-10-04T07:26:44.296Z] v3.2.0-dev.13 [2024-10-04T07:26:44.296Z] v3.2.0-dev.14 [2024-10-04T07:26:44.296Z] v3.2.0-dev.15 [2024-10-04T07:26:44.296Z] v3.2.0-dev.16 [2024-10-04T07:26:44.296Z] v3.2.0-dev.17 [2024-10-04T07:26:44.296Z] v3.2.0-dev.18 [2024-10-04T07:26:44.296Z] v3.2.0-dev.19 [2024-10-04T07:26:44.296Z] v3.2.0-dev.2 [2024-10-04T07:26:44.296Z] v3.2.0-dev.20 [2024-10-04T07:26:44.296Z] v3.2.0-dev.21 [2024-10-04T07:26:44.296Z] v3.2.0-dev.22 [2024-10-04T07:26:44.296Z] v3.2.0-dev.3 [2024-10-04T07:26:44.296Z] v3.2.0-dev.4 [2024-10-04T07:26:44.296Z] v3.2.0-dev.5 [2024-10-04T07:26:44.296Z] v3.2.0-dev.6 [2024-10-04T07:26:44.296Z] v3.2.0-dev.7 [2024-10-04T07:26:44.296Z] v3.2.0-dev.8 [2024-10-04T07:26:44.296Z] v3.2.0-dev.9 [Pipeline] sh [2024-10-04T07:26:44.749Z] + lftools sign git-tag v3.2.0-dev.22 [2024-10-04T07:26:45.010Z] Signing Git tag with Sigul... [2024-10-04T07:26:45.010Z] Signing v3.2.0-dev.22 [Pipeline] echo [2024-10-04T07:26:45.596Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-04T07:26:45.895Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-10-04T07:26:45.904Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-10-04T07:26:45.930Z] $ docker stop --time=1 ac3a54147caa54d97cf74d6916e75c632872c77aadd95d35355ac491d0d15448 [2024-10-04T07:26:47.222Z] $ docker rm -f --volumes ac3a54147caa54d97cf74d6916e75c632872c77aadd95d35355ac491d0d15448 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2024-10-04T07:26:47.691Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-10-04T07:26:47.691Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T07:26:47.997Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-04T07:26:47.997Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-04T07:26:48.084Z] prd-ubuntu20.04-docker-8c-8g-15787 does not seem to be running inside a container [2024-10-04T07:26:48.111Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-10-04T07:26:48.689Z] $ docker top 906890b9f86c06d90ffe6cc42319d0dd2e0ec1811a1f16dd9f8c01b30f626c77 -eo pid,comm [2024-10-04T07:26:48.741Z] 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-10-04T07:26:48.741Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-10-04T07:26:48.804Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-04T07:26:48.804Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-04T07:26:48.911Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-04T07:26:48.908Z] $ docker exec 906890b9f86c06d90ffe6cc42319d0dd2e0ec1811a1f16dd9f8c01b30f626c77 ssh-agent [2024-10-04T07:26:49.027Z] SSH_AUTH_SOCK=/tmp/ssh-HA0hnGUTwwFL/agent.33 [2024-10-04T07:26:49.027Z] SSH_AGENT_PID=39 [2024-10-04T07:26:49.031Z] Running ssh-add (command line suppressed) [2024-10-04T07:26:49.128Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_6040915098732337663.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_6040915098732337663.key) [2024-10-04T07:26:49.150Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-04T07:26:49.448Z] + git semver bump pre [2024-10-04T07:26:49.709Z] 2024-10-04 07:26:49,629 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2024-10-04T07:26:49.709Z] 2024-10-04 07:26:49,629 [bump_version] DEBUG bumping version:3.2.0-dev.22 on axis:pre with prefix:dev [2024-10-04T07:26:49.709Z] 2024-10-04 07:26:49,629 [bump_version] DEBUG bumped version:3.2.0-dev.23 [2024-10-04T07:26:49.709Z] 2024-10-04 07:26:49,629 [write_version] DEBUG write version:3.2.0-dev.23 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:True [2024-10-04T07:26:49.709Z] 2024-10-04 07:26:49,629 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2024-10-04T07:26:49.709Z] 2024-10-04 07:26:49,629 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2024-10-04T07:26:49.709Z] 2024-10-04 07:26:49,631 [execute] INFO git cat-file --batch-check [2024-10-04T07:26:49.709Z] 2024-10-04 07:26:49,631 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=) [2024-10-04T07:26:49.709Z] 2024-10-04 07:26:49,637 [execute] INFO git cat-file --batch [2024-10-04T07:26:49.709Z] 2024-10-04 07:26:49,637 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=) [2024-10-04T07:26:49.709Z] 2024-10-04 07:26:49,643 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2024-10-04T07:26:49.709Z] 3.2.0-dev.23 [Pipeline] } [2024-10-04T07:26:49.713Z] $ docker exec --env ******** --env ******** 906890b9f86c06d90ffe6cc42319d0dd2e0ec1811a1f16dd9f8c01b30f626c77 ssh-agent -k [2024-10-04T07:26:49.825Z] unset SSH_AUTH_SOCK; [2024-10-04T07:26:49.825Z] unset SSH_AGENT_PID; [2024-10-04T07:26:49.825Z] echo Agent pid 39 killed; [2024-10-04T07:26:49.842Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-04T07:26:50.178Z] + git semver [Pipeline] } [2024-10-04T07:26:50.469Z] $ docker stop --time=1 906890b9f86c06d90ffe6cc42319d0dd2e0ec1811a1f16dd9f8c01b30f626c77 [2024-10-04T07:26:51.852Z] $ docker rm -f --volumes 906890b9f86c06d90ffe6cc42319d0dd2e0ec1811a1f16dd9f8c01b30f626c77 [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-04T07:26:52.236Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-10-04T07:26:52.236Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T07:26:52.540Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-04T07:26:52.540Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-04T07:26:52.622Z] prd-ubuntu20.04-docker-8c-8g-15787 does not seem to be running inside a container [2024-10-04T07:26:52.649Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-10-04T07:26:53.059Z] $ docker top 023fb4ad7a587374da51ee5cc17d6b84c7045b1ce723c1c163af7fbc5fd7b58b -eo pid,comm [2024-10-04T07:26:53.115Z] 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-10-04T07:26:53.115Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-10-04T07:26:53.182Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-04T07:26:53.182Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-04T07:26:53.307Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-04T07:26:53.304Z] $ docker exec 023fb4ad7a587374da51ee5cc17d6b84c7045b1ce723c1c163af7fbc5fd7b58b ssh-agent [2024-10-04T07:26:53.428Z] SSH_AUTH_SOCK=/tmp/ssh-GidmWhGlLuld/agent.32 [2024-10-04T07:26:53.428Z] SSH_AGENT_PID=39 [2024-10-04T07:26:53.433Z] Running ssh-add (command line suppressed) [2024-10-04T07:26:53.527Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_1587668871038063956.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_1587668871038063956.key) [2024-10-04T07:26:53.550Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-04T07:26:53.844Z] + git semver push [2024-10-04T07:26:54.103Z] 2024-10-04 07:26:54,016 [run_push] DEBUG push [2024-10-04T07:26:54.103Z] 2024-10-04 07:26:54,016 [execute] INFO git cat-file --batch-check [2024-10-04T07:26:54.103Z] 2024-10-04 07:26:54,016 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=) [2024-10-04T07:26:54.103Z] 2024-10-04 07:26:54,021 [execute] INFO git rev-list aa1c7a1dc424f4293244aeb71d70ed6dd70414a4 -- [2024-10-04T07:26:54.104Z] 2024-10-04 07:26:54,021 [execute] DEBUG Popen(['git', 'rev-list', 'aa1c7a1dc424f4293244aeb71d70ed6dd70414a4', '--'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2024-10-04T07:26:54.104Z] 2024-10-04 07:26:54,031 [execute] INFO git fetch -v origin [2024-10-04T07:26:54.104Z] 2024-10-04 07:26:54,031 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2024-10-04T07:26:54.672Z] 2024-10-04 07:26:54,485 [run_push] DEBUG no remote changes detected [2024-10-04T07:26:54.672Z] 2024-10-04 07:26:54,486 [execute] INFO git push origin semver [2024-10-04T07:26:54.672Z] 2024-10-04 07:26:54,486 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2024-10-04T07:26:55.240Z] 2024-10-04 07:26:55,163 [run_push] DEBUG push all version tags [2024-10-04T07:26:55.240Z] 2024-10-04 07:26:55,164 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-10-04T07:26:55.240Z] 2024-10-04 07:26:55,164 [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-10-04T07:26:55.808Z] 2024-10-04 07:26:55,768 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2024-10-04T07:26:55.808Z] 3.2.0-dev.23 [Pipeline] } [2024-10-04T07:26:55.811Z] $ docker exec --env ******** --env ******** 023fb4ad7a587374da51ee5cc17d6b84c7045b1ce723c1c163af7fbc5fd7b58b ssh-agent -k [2024-10-04T07:26:55.903Z] unset SSH_AUTH_SOCK; [2024-10-04T07:26:55.903Z] unset SSH_AGENT_PID; [2024-10-04T07:26:55.903Z] echo Agent pid 39 killed; [2024-10-04T07:26:55.920Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-04T07:26:56.242Z] + git semver [Pipeline] } [2024-10-04T07:26:56.814Z] $ docker stop --time=1 023fb4ad7a587374da51ee5cc17d6b84c7045b1ce723c1c163af7fbc5fd7b58b [2024-10-04T07:26:58.093Z] $ docker rm -f --volumes 023fb4ad7a587374da51ee5cc17d6b84c7045b1ce723c1c163af7fbc5fd7b58b [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-10-04T07:26:58.753Z] + [ -d /w/workspace/edgexfoundry_device-rest-go_main/archives ] [2024-10-04T07:26:58.753Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2024-10-04T07:26:58.753Z] total 16 [2024-10-04T07:26:58.753Z] drwxr-xr-x 3 root root 4096 Oct 4 06:58 . [2024-10-04T07:26:58.753Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 4 07:26 .. [2024-10-04T07:26:58.753Z] drwxr-xr-x 2 root root 4096 Oct 4 06:58 cost [2024-10-04T07:26:58.753Z] -rw-r--r-- 1 root root 86 Oct 4 06:58 cost.csv [2024-10-04T07:26:58.753Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-rest-go_main/archives [2024-10-04T07:26:58.753Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2024-10-04T07:26:58.753Z] total 16 [2024-10-04T07:26:58.753Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 4 06:58 . [2024-10-04T07:26:58.753Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 4 07:26 .. [2024-10-04T07:26:58.754Z] drwxr-xr-x 2 jenkins jenkins 4096 Oct 4 06:58 cost [2024-10-04T07:26:58.754Z] -rw-r--r-- 1 jenkins jenkins 86 Oct 4 06:58 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-10-04T07:26:59.044Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-04T07:26:59.932Z] ---> package-listing.sh [2024-10-04T07:26:59.932Z] ++ facter osfamily [2024-10-04T07:26:59.932Z] ++ tr '[:upper:]' '[:lower:]' [2024-10-04T07:27:00.192Z] + OS_FAMILY=debian [2024-10-04T07:27:00.192Z] + workspace=/w/workspace/edgexfoundry_device-rest-go_main [2024-10-04T07:27:00.192Z] + START_PACKAGES=/tmp/packages_start.txt [2024-10-04T07:27:00.192Z] + END_PACKAGES=/tmp/packages_end.txt [2024-10-04T07:27:00.192Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-10-04T07:27:00.192Z] + PACKAGES=/tmp/packages_start.txt [2024-10-04T07:27:00.192Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2024-10-04T07:27:00.192Z] + PACKAGES=/tmp/packages_end.txt [2024-10-04T07:27:00.192Z] + case "${OS_FAMILY}" in [2024-10-04T07:27:00.192Z] + dpkg -l [2024-10-04T07:27:00.192Z] + grep '^ii' [2024-10-04T07:27:00.192Z] + '[' -f /tmp/packages_start.txt ']' [2024-10-04T07:27:00.192Z] + '[' -f /tmp/packages_end.txt ']' [2024-10-04T07:27:00.192Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-10-04T07:27:00.192Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2024-10-04T07:27:00.192Z] + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ [2024-10-04T07:27:00.192Z] + 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-10-04T07:27:00.204Z] 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-10-04T07:27:00.483Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-04T07:27:01.056Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-04T07:27:01.056Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-04T07:27:01.144Z] prd-ubuntu20.04-docker-8c-8g-15787 does not seem to be running inside a container [2024-10-04T07:27:01.173Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-rest-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-10-04T07:27:01.404Z] $ docker top cee5787ec6429f2d1694d21dba23c38f6a77652ea7d617517cee0feba5b52deb -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-04T07:27:01.765Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-10-04T07:27:02.057Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-10-04T07:27:02.341Z] + ls /var/log/sa-host [2024-10-04T07:27:02.341Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-04T07:27:02.547Z] provisioning config files... [2024-10-04T07:27:02.555Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config12212306259414802999tmp [Pipeline] { [Pipeline] echo [2024-10-04T07:27:02.572Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-04T07:27:02.867Z] ---> create-netrc.sh [Pipeline] } [2024-10-04T07:27:02.881Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-10-04T07:27:03.241Z] ---> python-tools-install.sh [Pipeline] echo [2024-10-04T07:27:03.250Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-04T07:27:03.534Z] ---> sudo-logs.sh [2024-10-04T07:27:03.534Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-10-04T07:27:03.568Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-04T07:27:03.852Z] ---> job-cost.sh [2024-10-04T07:27:03.852Z] lf-activate-venv: SKIPPING [2024-10-04T07:27:03.852Z] DEBUG: total: 0.2199999988079071 [2024-10-04T07:27:03.852Z] INFO: Retrieving Stack Cost... [2024-10-04T07:27:04.789Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-10-04T07:27:05.061Z] INFO: Archiving Costs [Pipeline] echo [2024-10-04T07:27:05.074Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-04T07:27:05.353Z] ---> logs-deploy.sh [2024-10-04T07:27:05.353Z] lf-activate-venv: SKIPPING [2024-10-04T07:27:05.353Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/174 [2024-10-04T07:27:05.353Z] INFO: archiving workspace using pattern(s): [2024-10-04T07:27:06.292Z] Archives upload complete. [2024-10-04T07:27:06.292Z] INFO: archiving logs to Nexus