Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 78e9cbdf9591b40b3a56cac8994c0e646ca207a4 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-ssh6118120104115471318.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 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-ssh9951332684571941281.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 f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 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-ssh18046341382136169658.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f6201a7a3d6e66e18b8eca84a9a3a23cb614281a # timeout=10 Commit message: "Merge pull request #471 from jinlinGuan/fix-multi-arch" > 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-ssh11649152699878815255.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-ssh10822412920950460569.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-rest-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-rest-go-settings PROJECT: device-rest-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-rest DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-6214 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 > 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 Avoid second fetch Checking out Revision 78e9cbdf9591b40b3a56cac8994c0e646ca207a4 (main) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#485)" > git config core.sparsecheckout # timeout=10 > git checkout -f 78e9cbdf9591b40b3a56cac8994c0e646ca207a4 # timeout=10 > git rev-list --no-walk e81f4a11d222bd0ac515cf42ad2c5638fc581316 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:45:39 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:45:39 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:45:39 ========================================================= 01:45:39 EdgeX Global Pipelines Version Info 01:45:39 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:45:40 ------------------- 01:45:40 stable info: 01:45:40 ------------------- 01:45:40 Commited By: Ginny Guan ginny@iotechsys.com 01:45:40 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 01:45:40 Message: update stable to v1.0.274 01:45:40 ------------------- 01:45:40 experimental info: 01:45:40 ------------------- 01:45:40 Commited By: **** collab-it+edgex@linuxfoundation.org 01:45:40 Commit SHA: 056ae7b86453181957306e7078512cbe12174832 01:45:40 Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:45:40 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo 01:45:40 [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo 01:45:40 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:45:40 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:45:40 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:45:40 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 01:45:41 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 01:45:41 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 01:45:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:45:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:45:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 01:45:41 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo 01:45:41 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:45:41 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:45:41 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:45:41 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:45:41 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 01:45:41 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 01:45:41 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:45:41 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:45:41 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 01:45:41 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 01:45:41 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 01:45:41 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 01:45:41 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 01:45:41 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:45:41 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 01:45:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 01:45:41 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 01:45:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 01:45:41 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 78e9cbdf9591b40b3a56cac8994c0e646ca207a4 [Pipeline] echo 01:45:41 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 78e9cbd [Pipeline] echo 01:45:41 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:45:41 provisioning config files... 01:45:41 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config17274047563541727868tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:45:41 ---> ****-login.sh 01:45:41 nexus3.edgexfoundry.org:10001 01:45:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:45:42 01:45:42 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:45:42 Configure a credential helper to remove this warning. See 01:45:42 https://docs.****.com/go/credential-store/ 01:45:42 01:45:42 Login Succeeded 01:45:42 nexus3.edgexfoundry.org:10002 01:45:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:45:42 01:45:42 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:45:42 Configure a credential helper to remove this warning. See 01:45:42 https://docs.****.com/go/credential-store/ 01:45:42 01:45:42 Login Succeeded 01:45:42 nexus3.edgexfoundry.org:10003 01:45:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:45:42 01:45:42 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:45:42 Configure a credential helper to remove this warning. See 01:45:42 https://docs.****.com/go/credential-store/ 01:45:42 01:45:42 Login Succeeded 01:45:42 nexus3.edgexfoundry.org:10004 01:45:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:45:42 01:45:42 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:45:42 Configure a credential helper to remove this warning. See 01:45:42 https://docs.****.com/go/credential-store/ 01:45:42 01:45:42 Login Succeeded 01:45:42 ****.io 01:45:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:45:42 01:45:42 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:45:42 Configure a credential helper to remove this warning. See 01:45:42 https://docs.****.com/go/credential-store/ 01:45:42 01:45:42 Login Succeeded 01:45:42 ---> ****-login.sh ends [Pipeline] } 01:45:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 01:45:43 + git rev-list -1 --merges 78e9cbdf9591b40b3a56cac8994c0e646ca207a4~1..78e9cbdf9591b40b3a56cac8994c0e646ca207a4 [Pipeline] echo 01:45:43 -----------> git rev-list -1 --merges 78e9cbdf9591b40b3a56cac8994c0e646ca207a4~1..78e9cbdf9591b40b3a56cac8994c0e646ca207a4 78e9cbdf9591b40b3a56cac8994c0e646ca207a4 [false] [Pipeline] sh 01:45:43 + git log --format=format:%s -1 78e9cbdf9591b40b3a56cac8994c0e646ca207a4 [Pipeline] echo 01:45:43 ========================================================= 01:45:43 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 01:45:43 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:45:43 + git log --format=format:%s -1 78e9cbdf9591b40b3a56cac8994c0e646ca207a4 [Pipeline] echo 01:45:43 [semverPrep] GIT_COMMIT: 78e9cbdf9591b40b3a56cac8994c0e646ca207a4, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#485) [Pipeline] echo 01:45:43 [semverPrep] This is not a build commit. [Pipeline] sh 01:45:44 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:45:44 + grep -v github /etc/ssh/ssh_known_hosts 01:45:44 + [ -e /tmp/ssh_known_hosts ] 01:45:44 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 01:45:44 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 01:45:44 + sudo tee -a /etc/ssh/ssh_known_hosts 01:45:44 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:45:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:45:44 01:45:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:45:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:45:44 0.1.4: Pulling from edgex-devops/py-git-semver 01:45:44 3dae71ba6b94: Pulling fs layer 01:45:44 6bf1a483ea7c: Pulling fs layer 01:45:44 f5dfc541a4d3: Pulling fs layer 01:45:44 461d9e800cba: Pulling fs layer 01:45:44 80192f66455f: Pulling fs layer 01:45:44 2e8e34ca0e6c: Pulling fs layer 01:45:44 a29436f7fd5d: Pulling fs layer 01:45:44 923cac83aea3: Pulling fs layer 01:45:44 25ad8b0a4227: Pulling fs layer 01:45:44 461d9e800cba: Waiting 01:45:44 db01528c6b51: Pulling fs layer 01:45:44 a29436f7fd5d: Waiting 01:45:44 28988de357af: Pulling fs layer 01:45:44 80192f66455f: Waiting 01:45:44 923cac83aea3: Waiting 01:45:44 db01528c6b51: Waiting 01:45:44 25ad8b0a4227: Waiting 01:45:44 28988de357af: Waiting 01:45:44 6bf1a483ea7c: Verifying Checksum 01:45:44 6bf1a483ea7c: Download complete 01:45:44 461d9e800cba: Download complete 01:45:44 80192f66455f: Verifying Checksum 01:45:44 80192f66455f: Download complete 01:45:45 f5dfc541a4d3: Verifying Checksum 01:45:45 f5dfc541a4d3: Download complete 01:45:45 3dae71ba6b94: Verifying Checksum 01:45:45 3dae71ba6b94: Download complete 01:45:45 923cac83aea3: Verifying Checksum 01:45:45 923cac83aea3: Download complete 01:45:45 25ad8b0a4227: Verifying Checksum 01:45:45 25ad8b0a4227: Download complete 01:45:45 db01528c6b51: Verifying Checksum 01:45:45 db01528c6b51: Download complete 01:45:45 28988de357af: Verifying Checksum 01:45:45 28988de357af: Download complete 01:45:45 a29436f7fd5d: Verifying Checksum 01:45:45 a29436f7fd5d: Download complete 01:45:45 2e8e34ca0e6c: Verifying Checksum 01:45:45 2e8e34ca0e6c: Download complete 01:45:46 3dae71ba6b94: Pull complete 01:45:46 6bf1a483ea7c: Pull complete 01:45:47 f5dfc541a4d3: Pull complete 01:45:47 461d9e800cba: Pull complete 01:45:47 80192f66455f: Pull complete 01:45:53 2e8e34ca0e6c: Pull complete 01:45:53 a29436f7fd5d: Pull complete 01:45:53 923cac83aea3: Pull complete 01:45:53 25ad8b0a4227: Pull complete 01:45:53 db01528c6b51: Pull complete 01:45:53 28988de357af: Pull complete 01:45:53 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 01:45:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:45:53 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:45:53 prd-ubuntu20.04-docker-8c-8g-6214 does not seem to be running inside a container 01:45:53 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 01:45:55 $ docker top 7a9031aabce553ce4cbcd00ae30aef25fd8dcc9ec710569289fef7af23f7acdd -eo pid,comm 01:45:55 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). 01:45:55 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:45:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:45:55 [ssh-agent] Looking for ssh-agent implementation... 01:45:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:45:55 $ docker exec 7a9031aabce553ce4cbcd00ae30aef25fd8dcc9ec710569289fef7af23f7acdd ssh-agent 01:45:55 SSH_AUTH_SOCK=/tmp/ssh-fYpzYZWwyFb1/agent.33 01:45:55 SSH_AGENT_PID=39 01:45:55 Running ssh-add (command line suppressed) 01:45:55 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_18232240664152095777.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_18232240664152095777.key) 01:45:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:45:56 + git tag --points-at HEAD [Pipeline] } 01:45:56 $ docker exec --env ******** --env ******** 7a9031aabce553ce4cbcd00ae30aef25fd8dcc9ec710569289fef7af23f7acdd ssh-agent -k 01:45:56 unset SSH_AUTH_SOCK; 01:45:56 unset SSH_AGENT_PID; 01:45:56 echo Agent pid 39 killed; 01:45:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:45:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:45:56 [ssh-agent] Looking for ssh-agent implementation... 01:45:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:45:56 $ docker exec 7a9031aabce553ce4cbcd00ae30aef25fd8dcc9ec710569289fef7af23f7acdd ssh-agent 01:45:56 SSH_AUTH_SOCK=/tmp/ssh-vp2VqJuGUB1f/agent.72 01:45:56 SSH_AGENT_PID=78 01:45:56 Running ssh-add (command line suppressed) 01:45:56 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_18099280102134682579.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_18099280102134682579.key) 01:45:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:45:56 + git semver init 01:45:57 2025-08-04 01:45:57,187 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 01:45:57 2025-08-04 01:45:57,190 [run_init] DEBUG init version:0.0.0 force:False 01:45:57 2025-08-04 01:45:57,191 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-rest-go_main/.semver 01:45:57 2025-08-04 01:45:57,192 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/edgexfoundry_device-rest-go_main/.semver 01:45:57 2025-08-04 01:45:57,192 [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, stdin=None, shell=False, universal_newlines=False) 01:45:58 2025-08-04 01:45:58,574 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-rest-go_main/.git/info/exclude 01:45:58 2025-08-04 01:45:58,574 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:False 01:45:58 2025-08-04 01:45:58,574 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 01:45:58 2025-08-04 01:45:58,575 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 01:45:58 4.1.0-dev.9 [Pipeline] } 01:45:58 $ docker exec --env ******** --env ******** 7a9031aabce553ce4cbcd00ae30aef25fd8dcc9ec710569289fef7af23f7acdd ssh-agent -k 01:45:58 unset SSH_AUTH_SOCK; 01:45:58 unset SSH_AGENT_PID; 01:45:58 echo Agent pid 78 killed; 01:45:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:45:59 + git semver [Pipeline] } 01:45:59 $ docker stop --time=1 7a9031aabce553ce4cbcd00ae30aef25fd8dcc9ec710569289fef7af23f7acdd 01:46:00 $ docker rm -f --volumes 7a9031aabce553ce4cbcd00ae30aef25fd8dcc9ec710569289fef7af23f7acdd [Pipeline] // withDockerContainer [Pipeline] sh 01:46:00 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:46:01 Stashed 1 file(s) [Pipeline] echo 01:46:01 [edgeXSemver]: initialized semver on version 4.1.0-dev.9 [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 01:46:01 provisioning config files... 01:46:01 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config9421223227748666275tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:46:01 ---> ****-login.sh 01:46:01 nexus3.edgexfoundry.org:10001 01:46:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:46:01 Login Succeeded 01:46:01 nexus3.edgexfoundry.org:10002 01:46:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:46:01 Login Succeeded 01:46:01 nexus3.edgexfoundry.org:10003 01:46:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:46:01 Login Succeeded 01:46:01 nexus3.edgexfoundry.org:10004 01:46:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:46:01 Login Succeeded 01:46:01 ****.io 01:46:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:46:02 Login Succeeded 01:46:02 ---> ****-login.sh ends [Pipeline] } 01:46:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:46:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:46:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:46:02 ========================================================= 01:46:02 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 01:46:02 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:02 + 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 . 01:46:03 #0 building with "default" instance using docker driver 01:46:03 01:46:03 #1 [internal] load build definition from Dockerfile 01:46:03 #1 transferring dockerfile: 1.74kB done 01:46:03 #1 DONE 0.0s 01:46:03 01:46:03 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:46:03 #2 DONE 0.1s 01:46:03 01:46:03 #3 [internal] load .dockerignore 01:46:03 #3 transferring context: 193B done 01:46:03 #3 DONE 0.0s 01:46:03 01:46:03 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:ff2da6f150aba933e4bc9bb95d0965ef70c05684c1be64d20ec743731bb6956c 01:46:03 #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:ff2da6f150aba933e4bc9bb95d0965ef70c05684c1be64d20ec743731bb6956c 0.0s done 01:46:03 #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 01:46:03 #4 ... 01:46:03 01:46:03 #5 [internal] load build context 01:46:03 #5 transferring context: 21.59MB 0.2s done 01:46:03 #5 DONE 0.2s 01:46:03 01:46:03 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:ff2da6f150aba933e4bc9bb95d0965ef70c05684c1be64d20ec743731bb6956c 01:46:03 #4 sha256:9ecce8ebf94b19bb505437df044334defb9a46847d834b0c1cb0785d4f781c5d 4.10kB / 4.10kB done 01:46:03 #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done 01:46:03 #4 sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 294.40kB / 294.40kB 0.1s done 01:46:03 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 16.78MB / 74.06MB 0.2s 01:46:03 #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s done 01:46:03 #4 sha256:ff2da6f150aba933e4bc9bb95d0965ef70c05684c1be64d20ec743731bb6956c 685B / 685B done 01:46:03 #4 sha256:edc9e46e863793b3bfb63359ea3cc4e03c0f364036ffb695bf6046903282ba4f 2.08kB / 2.08kB done 01:46:03 #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done 01:46:03 #4 sha256:8e14e06f42634423ba1e135beac906f27155eec9eedccb7109bf56f129d2c0ab 439B / 439B 0.1s done 01:46:03 #4 sha256:62b18997f1779d98b8d49fcedbc4bd3be3079b7debef5a95e0430dfc3da5dfe7 1.05MB / 103.05MB 0.2s 01:46:03 #4 sha256:125a5383a71e5c28f8a003ff4deb2d1dd36f6604ebcc10131030a7eeeea4237b 2.38MB / 2.38MB 0.2s 01:46:03 #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s done 01:46:03 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 32.51MB / 74.06MB 0.3s 01:46:03 #4 sha256:125a5383a71e5c28f8a003ff4deb2d1dd36f6604ebcc10131030a7eeeea4237b 2.38MB / 2.38MB 0.2s done 01:46:03 #4 sha256:d04b3aee8afd9bc046393697cc09878d38f5b79da27bff742c5fe65cb7d04cf2 2.10MB / 13.29MB 0.3s 01:46:03 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 47.19MB / 74.06MB 0.4s 01:46:03 #4 sha256:62b18997f1779d98b8d49fcedbc4bd3be3079b7debef5a95e0430dfc3da5dfe7 12.58MB / 103.05MB 0.4s 01:46:03 #4 sha256:d04b3aee8afd9bc046393697cc09878d38f5b79da27bff742c5fe65cb7d04cf2 7.34MB / 13.29MB 0.4s 01:46:03 #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 0.0s done 01:46:04 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 62.91MB / 74.06MB 0.5s 01:46:04 #4 sha256:62b18997f1779d98b8d49fcedbc4bd3be3079b7debef5a95e0430dfc3da5dfe7 19.92MB / 103.05MB 0.5s 01:46:04 #4 sha256:d04b3aee8afd9bc046393697cc09878d38f5b79da27bff742c5fe65cb7d04cf2 13.29MB / 13.29MB 0.5s 01:46:04 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.7s 01:46:04 #4 sha256:62b18997f1779d98b8d49fcedbc4bd3be3079b7debef5a95e0430dfc3da5dfe7 44.04MB / 103.05MB 0.7s 01:46:04 #4 sha256:d04b3aee8afd9bc046393697cc09878d38f5b79da27bff742c5fe65cb7d04cf2 13.29MB / 13.29MB 0.5s done 01:46:04 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.7s done 01:46:04 #4 sha256:62b18997f1779d98b8d49fcedbc4bd3be3079b7debef5a95e0430dfc3da5dfe7 58.72MB / 103.05MB 0.8s 01:46:04 #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 0.1s 01:46:04 #4 sha256:62b18997f1779d98b8d49fcedbc4bd3be3079b7debef5a95e0430dfc3da5dfe7 75.50MB / 103.05MB 0.9s 01:46:04 #4 sha256:62b18997f1779d98b8d49fcedbc4bd3be3079b7debef5a95e0430dfc3da5dfe7 94.37MB / 103.05MB 1.0s 01:46:04 #4 sha256:62b18997f1779d98b8d49fcedbc4bd3be3079b7debef5a95e0430dfc3da5dfe7 103.05MB / 103.05MB 1.1s 01:46:04 #4 sha256:62b18997f1779d98b8d49fcedbc4bd3be3079b7debef5a95e0430dfc3da5dfe7 103.05MB / 103.05MB 1.3s done 01:46:08 #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 4.5s done 01:46:08 #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 01:46:08 #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 done 01:46:08 #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done 01:46:08 #4 extracting sha256:8e14e06f42634423ba1e135beac906f27155eec9eedccb7109bf56f129d2c0ab done 01:46:08 #4 extracting sha256:125a5383a71e5c28f8a003ff4deb2d1dd36f6604ebcc10131030a7eeeea4237b 01:46:09 #4 extracting sha256:125a5383a71e5c28f8a003ff4deb2d1dd36f6604ebcc10131030a7eeeea4237b 0.0s done 01:46:09 #4 extracting sha256:62b18997f1779d98b8d49fcedbc4bd3be3079b7debef5a95e0430dfc3da5dfe7 0.1s 01:46:12 #4 extracting sha256:62b18997f1779d98b8d49fcedbc4bd3be3079b7debef5a95e0430dfc3da5dfe7 2.8s done 01:46:12 #4 extracting sha256:d04b3aee8afd9bc046393697cc09878d38f5b79da27bff742c5fe65cb7d04cf2 0.1s 01:46:12 #4 extracting sha256:d04b3aee8afd9bc046393697cc09878d38f5b79da27bff742c5fe65cb7d04cf2 0.6s done 01:46:12 #4 DONE 9.3s 01:46:12 01:46:12 #6 [builder 2/7] RUN apk add --update --no-cache make git openssh-client 01:46:13 #6 0.203 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:46:13 #6 0.359 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:46:13 #6 0.696 (1/4) Installing openssh-keygen (9.7_p1-r5) 01:46:13 #6 0.711 (2/4) Installing libedit (20240517.3.1-r0) 01:46:13 #6 0.717 (3/4) Installing openssh-client-common (9.7_p1-r5) 01:46:13 #6 0.744 (4/4) Installing openssh-client-default (9.7_p1-r5) 01:46:13 #6 0.755 Executing busybox-1.36.1-r29.trigger 01:46:13 #6 0.763 OK: 252 MiB in 62 packages 01:46:15 #6 DONE 2.5s 01:46:15 01:46:15 #7 [builder 3/7] WORKDIR /device-rest-go 01:46:15 #7 DONE 0.0s 01:46:15 01:46:15 #8 [builder 4/7] COPY go.mod vendor* ./ 01:46:15 #8 DONE 0.0s 01:46:15 01:46:15 #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:46:16 Still waiting to schedule task 01:46:16 ‘prd-centos7-blackbox-4c-2g-6142’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 01:46:16 ‘prd-centos7-docker-4c-2g-6215’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 01:46:16 ‘prd-ubuntu20.04-docker-arm64-4c-16g-6216’ is offline 01:46:37 #9 DONE 22.2s 01:46:37 01:46:37 #10 [builder 6/7] COPY . . 01:46:37 #10 DONE 0.1s 01:46:37 01:46:37 #11 [builder 7/7] RUN echo noop 01:46:37 #11 0.198 noop 01:46:37 #11 DONE 0.2s 01:46:37 01:46:37 #12 exporting to image 01:46:37 #12 exporting layers 01:46:46 #12 exporting layers 7.4s done 01:46:46 #12 writing image sha256:f6d89c4a3c05bdbf116740760b54e4b3f4476c856f8084b254f98230392da86a done 01:46:46 #12 naming to docker.io/library/ci-base-image-x86_64 done 01:46:46 #12 DONE 7.5s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:46 + docker inspect -f . ci-base-image-x86_64 01:46:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:46:46 prd-ubuntu20.04-docker-8c-8g-6214 does not seem to be running inside a container 01:46:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:46:46 $ docker top 39e3f3fb3b1eaeb4666cd17763fcd6aad4aff49d3163da8d2afbc1a1d097cf17 -eo pid,comm [Pipeline] { [Pipeline] sh 01:46:47 + go version 01:46:47 go version go1.23.9 linux/amd64 [Pipeline] } 01:46:47 $ docker stop --time=1 39e3f3fb3b1eaeb4666cd17763fcd6aad4aff49d3163da8d2afbc1a1d097cf17 01:46:48 $ docker rm -f --volumes 39e3f3fb3b1eaeb4666cd17763fcd6aad4aff49d3163da8d2afbc1a1d097cf17 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:48 + docker inspect -f . ci-base-image-x86_64 01:46:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:46:48 prd-ubuntu20.04-docker-8c-8g-6214 does not seem to be running inside a container 01:46:48 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:46:49 $ docker top 9f32381011a55d34bc4d5c6205a806fd285a980cd951f69fb74e017437560a80 -eo pid,comm [Pipeline] { [Pipeline] sh 01:46:49 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] fileExists [Pipeline] sh 01:46:49 + make test 01:46:49 go test ./... -coverprofile=coverage.out ./... 01:46:50 ? github.com/edgexfoundry/device-rest-go [no test files] 01:47:08 github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements 01:47:08 ok github.com/edgexfoundry/device-rest-go/driver 0.012s coverage: 32.2% of statements 01:47:18 go vet ./... 01:47:23 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:47:23 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:47:23 ./bin/test-attribution-txt.sh 01:47:23 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 01:47:23 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add 01:47:23 An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add 01:47:23 An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add 01:47:23 An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo 01:47:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 01:47:23 $ docker stop --time=1 9f32381011a55d34bc4d5c6205a806fd285a980cd951f69fb74e017437560a80 01:47:25 $ docker rm -f --volumes 9f32381011a55d34bc4d5c6205a806fd285a980cd951f69fb74e017437560a80 [Pipeline] // withDockerContainer [Pipeline] sh 01:47:26 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:47:26 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 01:47:27 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:47:27 + ls -al . 01:47:27 total 244 01:47:27 drwxrwxr-x 9 jenkins jenkins 4096 Aug 4 01:46 . 01:47:27 drwxrwxr-x 4 jenkins jenkins 4096 Aug 4 01:45 .. 01:47:27 -rw-rw-r-- 1 jenkins jenkins 151 Aug 4 01:45 .dockerignore 01:47:27 drwxrwxr-x 8 jenkins jenkins 4096 Aug 4 01:47 .git 01:47:27 drwxrwxr-x 3 jenkins jenkins 4096 Aug 4 01:45 .github 01:47:27 -rw-rw-r-- 1 jenkins jenkins 264 Aug 4 01:45 .gitignore 01:47:27 -rw-rw-r-- 1 jenkins jenkins 41 Aug 4 01:45 .golangci.yml 01:47:27 drwxr-xr-x 3 jenkins jenkins 4096 Aug 4 01:45 .semver 01:47:27 -rw-rw-r-- 1 jenkins jenkins 20138 Aug 4 01:45 Attribution.txt 01:47:27 -rw-rw-r-- 1 jenkins jenkins 18492 Aug 4 01:45 CHANGELOG.md 01:47:27 -rw-rw-r-- 1 jenkins jenkins 1697 Aug 4 01:45 Dockerfile 01:47:27 -rw-rw-r-- 1 jenkins jenkins 677 Aug 4 01:45 GOVERNANCE.md 01:47:27 -rw-rw-r-- 1 jenkins jenkins 680 Aug 4 01:45 Jenkinsfile 01:47:27 -rw-rw-r-- 1 jenkins jenkins 11340 Aug 4 01:45 LICENSE 01:47:27 -rw-rw-r-- 1 jenkins jenkins 2598 Aug 4 01:45 Makefile 01:47:27 -rw-rw-r-- 1 jenkins jenkins 620 Aug 4 01:45 OWNERS.md 01:47:27 -rw-rw-r-- 1 jenkins jenkins 3989 Aug 4 01:45 README.md 01:47:27 -rw-rw-r-- 1 jenkins jenkins 11 Aug 4 01:46 VERSION 01:47:27 drwxrwxr-x 2 jenkins jenkins 4096 Aug 4 01:45 bin 01:47:27 drwxrwxr-x 3 jenkins jenkins 4096 Aug 4 01:45 cmd 01:47:27 -rw-r--r-- 1 jenkins jenkins 14565 Aug 4 01:47 coverage.out 01:47:27 drwxrwxr-x 2 jenkins jenkins 4096 Aug 4 01:45 driver 01:47:27 -rw-rw-r-- 1 jenkins jenkins 6274 Aug 4 01:45 go.mod 01:47:27 -rw-rw-r-- 1 jenkins jenkins 86767 Aug 4 01:45 go.sum 01:47:27 drwxrwxr-x 3 jenkins jenkins 4096 Aug 4 01:45 openapi 01:47:27 -rw-rw-r-- 1 jenkins jenkins 713 Aug 4 01:45 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:27 + 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=78e9cbdf9591b40b3a56cac8994c0e646ca207a4 --label arch=amd64 --label version=4.1.0-dev.9 . 01:47:27 #0 building with "default" instance using docker driver 01:47:27 01:47:27 #1 [internal] load build definition from Dockerfile 01:47:27 #1 transferring dockerfile: 1.74kB done 01:47:27 #1 DONE 0.0s 01:47:27 01:47:27 #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:47:27 #2 DONE 0.0s 01:47:27 01:47:27 #3 [internal] load metadata for docker.io/library/alpine:3.20 01:47:28 #3 DONE 0.8s 01:47:28 01:47:28 #4 [internal] load .dockerignore 01:47:28 #4 transferring context: 193B done 01:47:28 #4 DONE 0.0s 01:47:28 01:47:28 #5 [internal] load build context 01:47:28 #5 transferring context: 18.46kB done 01:47:28 #5 DONE 0.0s 01:47:28 01:47:28 #6 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 01:47:28 #6 DONE 0.1s 01:47:28 01:47:28 #7 [stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:47:28 #7 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 01:47:28 #7 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 01:47:28 #7 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 01:47:28 #7 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 01:47:28 #7 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0B / 3.62MB 0.1s 01:47:28 #7 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 2.10MB / 3.62MB 0.4s 01:47:28 #7 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.4s done 01:47:28 #7 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.1s done 01:47:29 #7 DONE 0.6s 01:47:29 01:47:29 #8 [stage-1 2/6] RUN apk add --update --no-cache dumb-init 01:47:29 #8 ... 01:47:29 01:47:29 #9 [builder 2/7] RUN apk add --update --no-cache make git openssh-client 01:47:29 #9 0.181 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:47:29 #9 0.355 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:47:29 #9 0.705 OK: 252 MiB in 62 packages 01:47:29 #9 DONE 0.8s 01:47:29 01:47:29 #8 [stage-1 2/6] RUN apk add --update --no-cache dumb-init 01:47:29 #8 0.205 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:47:29 #8 0.283 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:47:29 #8 ... 01:47:29 01:47:29 #10 [builder 3/7] WORKDIR /device-rest-go 01:47:29 #10 DONE 0.0s 01:47:29 01:47:29 #11 [builder 4/7] COPY go.mod vendor* ./ 01:47:29 #11 DONE 0.0s 01:47:29 01:47:29 #8 [stage-1 2/6] RUN apk add --update --no-cache dumb-init 01:47:29 #8 0.559 (1/1) Installing dumb-init (1.2.5-r3) 01:47:29 #8 0.573 Executing busybox-1.36.1-r29.trigger 01:47:29 #8 0.580 OK: 8 MiB in 15 packages 01:47:29 #8 DONE 0.7s 01:47:29 01:47:29 #12 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:47:30 #12 DONE 0.4s 01:47:30 01:47:30 #13 [stage-1 3/6] RUN apk --no-cache upgrade 01:47:30 #13 ... 01:47:30 01:47:30 #14 [builder 6/7] COPY . . 01:47:30 #14 DONE 0.1s 01:47:30 01:47:30 #13 [stage-1 3/6] RUN apk --no-cache upgrade 01:47:30 #13 0.296 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:47:30 #13 0.373 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:47:30 #13 0.639 OK: 8 MiB in 15 packages 01:47:30 #13 DONE 0.8s 01:47:30 01:47:30 #15 [builder 7/7] RUN make build 01:47:30 #15 0.253 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=4.1.0-dev.9 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd 01:47:52 #15 DONE 21.4s 01:47:52 01:47:52 #16 [stage-1 4/6] COPY --from=builder /device-rest-go/cmd / 01:47:52 #16 DONE 0.2s 01:47:52 01:47:52 #17 [stage-1 5/6] COPY --from=builder /device-rest-go/LICENSE / 01:47:52 #17 DONE 0.0s 01:47:52 01:47:52 #18 [stage-1 6/6] COPY --from=builder /device-rest-go/Attribution.txt / 01:47:52 #18 DONE 0.0s 01:47:52 01:47:52 #19 exporting to image 01:47:52 #19 exporting layers 01:47:52 #19 exporting layers 0.2s done 01:47:52 #19 writing image sha256:4b9c5ad189a7e105976851c1b52c739baa05274b0c780defdf721e1e331f7c22 done 01:47:52 #19 naming to docker.io/library/device-rest done 01:47:52 #19 DONE 0.2s 01:47:52 01:47:52 1 warning found (use docker --debug to expand): 01:47:52  - UndefinedVar: Usage of undefined variable '$VERSION' (line 41) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:47:52 provisioning config files... 01:47:52 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config1207959494781174020tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:47:52 ---> ****-login.sh 01:47:52 nexus3.edgexfoundry.org:10001 01:47:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:47:52 Login Succeeded 01:47:52 nexus3.edgexfoundry.org:10002 01:47:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:47:52 Login Succeeded 01:47:52 nexus3.edgexfoundry.org:10003 01:47:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:47:53 Login Succeeded 01:47:53 nexus3.edgexfoundry.org:10004 01:47:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:47:53 Login Succeeded 01:47:53 ****.io 01:47:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:47:53 Login Succeeded 01:47:53 ---> ****-login.sh ends [Pipeline] } 01:47:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:47:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:47:53 [edgeXDocker.push] Tagging docker image device-rest with the following tags: 01:47:53 78e9cbdf9591b40b3a56cac8994c0e646ca207a4 01:47:53 latest 01:47:53 4.1.0-dev.9 01:47:53 78e9cbdf9591b40b3a56cac8994c0e646ca207a4-4.1.0-dev.9 01:47:53 main 01:47:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:53 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:54 + docker push nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4 01:47:54 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 01:47:54 80abf330e438: Preparing 01:47:54 25dd9c1ae082: Preparing 01:47:54 8839512bdb3c: Preparing 01:47:54 0d3ab1a4d64b: Preparing 01:47:54 efd79952362d: Preparing 01:47:54 097100c76c15: Preparing 01:47:54 097100c76c15: Waiting 01:47:54 25dd9c1ae082: Pushed 01:47:54 efd79952362d: Pushed 01:47:54 097100c76c15: Layer already exists 01:47:54 0d3ab1a4d64b: Pushed 01:47:54 80abf330e438: Pushed 01:47:57 8839512bdb3c: Pushed 01:47:57 78e9cbdf9591b40b3a56cac8994c0e646ca207a4: digest: sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:57 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:58 + docker push nexus3.edgexfoundry.org:10004/device-rest:latest 01:47:58 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 01:47:58 80abf330e438: Preparing 01:47:58 25dd9c1ae082: Preparing 01:47:58 8839512bdb3c: Preparing 01:47:58 0d3ab1a4d64b: Preparing 01:47:58 efd79952362d: Preparing 01:47:58 097100c76c15: Preparing 01:47:58 097100c76c15: Waiting 01:47:58 0d3ab1a4d64b: Layer already exists 01:47:58 80abf330e438: Layer already exists 01:47:58 efd79952362d: Layer already exists 01:47:58 8839512bdb3c: Layer already exists 01:47:58 25dd9c1ae082: Layer already exists 01:47:58 097100c76c15: Layer already exists 01:47:58 latest: digest: sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:58 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:58 + docker push nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9 01:47:58 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 01:47:58 80abf330e438: Preparing 01:47:58 25dd9c1ae082: Preparing 01:47:58 8839512bdb3c: Preparing 01:47:58 0d3ab1a4d64b: Preparing 01:47:58 efd79952362d: Preparing 01:47:58 097100c76c15: Preparing 01:47:58 097100c76c15: Waiting 01:47:58 8839512bdb3c: Layer already exists 01:47:58 80abf330e438: Layer already exists 01:47:58 25dd9c1ae082: Layer already exists 01:47:58 efd79952362d: Layer already exists 01:47:58 0d3ab1a4d64b: Layer already exists 01:47:58 097100c76c15: Layer already exists 01:47:58 4.1.0-dev.9: digest: sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:59 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:59 + docker push nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4-4.1.0-dev.9 01:47:59 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 01:47:59 80abf330e438: Preparing 01:47:59 25dd9c1ae082: Preparing 01:47:59 8839512bdb3c: Preparing 01:47:59 0d3ab1a4d64b: Preparing 01:47:59 efd79952362d: Preparing 01:47:59 097100c76c15: Preparing 01:47:59 097100c76c15: Waiting 01:47:59 efd79952362d: Layer already exists 01:47:59 0d3ab1a4d64b: Layer already exists 01:47:59 80abf330e438: Layer already exists 01:47:59 25dd9c1ae082: Layer already exists 01:47:59 8839512bdb3c: Layer already exists 01:47:59 097100c76c15: Layer already exists 01:47:59 78e9cbdf9591b40b3a56cac8994c0e646ca207a4-4.1.0-dev.9: digest: sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:59 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:00 + docker push nexus3.edgexfoundry.org:10004/device-rest:main 01:48:00 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 01:48:00 80abf330e438: Preparing 01:48:00 25dd9c1ae082: Preparing 01:48:00 8839512bdb3c: Preparing 01:48:00 0d3ab1a4d64b: Preparing 01:48:00 efd79952362d: Preparing 01:48:00 097100c76c15: Preparing 01:48:00 097100c76c15: Waiting 01:48:00 25dd9c1ae082: Layer already exists 01:48:00 efd79952362d: Layer already exists 01:48:00 8839512bdb3c: Layer already exists 01:48:00 0d3ab1a4d64b: Layer already exists 01:48:00 80abf330e438: Layer already exists 01:48:00 097100c76c15: Layer already exists 01:48:00 main: digest: sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:48:00 ===================================================== [Pipeline] echo 01:48:00 taggedImages: 01:48:00 - nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4 01:48:00 - nexus3.edgexfoundry.org:10004/device-rest:latest 01:48:00 - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9 01:48:00 - nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4-4.1.0-dev.9 01:48:00 - nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] echo 01:48:00 ========================================================= 01:48:00 [edgeXBuildMultiArch] RAW Config: 01:48:00 images: 01:48:00 - nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4 01:48:00 - nexus3.edgexfoundry.org:10004/device-rest:latest 01:48:00 - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9 01:48:00 - nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4-4.1.0-dev.9 01:48:00 - nexus3.edgexfoundry.org:10004/device-rest:main 01:48:00 settingsFile: 01:48:00 device-rest-go-settings 01:48:00 ========================================================= [Pipeline] node 01:48:15 Still waiting to schedule task 01:48:15 ‘prd-centos7-docker-4c-2g-6215’ is offline 01:48:52 Running on prd-ubuntu20.04-docker-arm64-4c-16g-6217 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] ws 01:48:52 Running in /w/workspace/device-rest-go/210 [Pipeline] { [Pipeline] checkout 01:48:55 The recommended git tool is: git 01:48:59 Running on prd-centos7-docker-4c-2g-6218 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:48:59 provisioning config files... 01:48:59 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config10655334443042354897tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:49:00 ---> ****-login.sh 01:49:00 nexus3.edgexfoundry.org:10001 01:49:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:49:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:49:00 Configure a credential helper to remove this warning. See 01:49:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:49:00 01:49:00 Login Succeeded 01:49:00 nexus3.edgexfoundry.org:10002 01:49:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:49:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:49:00 Configure a credential helper to remove this warning. See 01:49:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:49:00 01:49:00 Login Succeeded 01:49:00 nexus3.edgexfoundry.org:10003 01:49:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:49:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:49:00 Configure a credential helper to remove this warning. See 01:49:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:49:00 01:49:00 Login Succeeded 01:49:00 nexus3.edgexfoundry.org:10004 01:49:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:49:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:49:00 Configure a credential helper to remove this warning. See 01:49:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:49:00 01:49:00 Login Succeeded 01:49:00 ****.io 01:49:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:49:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:49:01 Configure a credential helper to remove this warning. See 01:49:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:49:01 01:49:01 Login Succeeded 01:49:01 ---> ****-login.sh ends [Pipeline] } 01:49:01 Deleting 1 temporary files 01:49:01 using credential edgex-jenkins-ssh [Pipeline] // configFileProvider 01:49:01 Cloning the remote Git repository [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:49:01 + docker buildx ls 01:49:01 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 01:49:01 default * docker 01:49:01 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 01:49:01 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 01:49:01 > git init /w/workspace/device-rest-go/210 # timeout=10 01:49:01 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 01:49:01 > git --version # timeout=10 01:49:01 > git --version # 'git version 2.25.1' 01:49:01 using GIT_SSH to set credentials SSH Credentials for GitHub 01:49:01 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:49:02 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 01:49:02 edgex-builder [Pipeline] sh 01:49:02 + docker buildx inspect --bootstrap 01:49:02 #1 [internal] booting buildkit 01:49:02 #1 pulling image moby/buildkit:buildx-stable-1 01:49:05 Avoid second fetch 01:49:05 Checking out Revision 78e9cbdf9591b40b3a56cac8994c0e646ca207a4 (main) 01:49:04 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 01:49:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:49:05 > git config core.sparsecheckout # timeout=10 01:49:06 > git checkout -f 78e9cbdf9591b40b3a56cac8994c0e646ca207a4 # timeout=10 01:49:06 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#485)" 01:49:07 #1 pulling image moby/buildkit:buildx-stable-1 3.8s done 01:49:07 #1 creating container buildx_buildkit_edgex-builder0 01:49:07 #1 creating container buildx_buildkit_edgex-builder0 1.1s done 01:49:07 #1 DONE 4.9s 01:49:07 Name: edgex-builder 01:49:07 Driver: docker-container 01:49:07 01:49:07 Nodes: 01:49:07 Name: edgex-builder0 01:49:07 Endpoint: unix:///var/run/docker.sock 01:49:07 Status: running 01:49:07 Buildkit: v0.22.0 01:49:07 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 01:49:08 + docker buildx ls 01:49:08 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 01:49:08 edgex-builder * docker-container 01:49:08 edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 01:49:08 default docker 01:49:08 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 01:49:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4' 01:49:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4 --push - 01:49:08 #1 [internal] load build definition from Dockerfile 01:49:08 #1 transferring dockerfile: 196B done 01:49:08 #1 DONE 0.0s 01:49:08 01:49:08 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4 01:49:08 #2 DONE 0.1s 01:49:08 01:49:08 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4 01:49:08 #3 DONE 0.1s 01:49:08 01:49:08 #4 [internal] load .dockerignore 01:49:08 #4 transferring context: 2B done 01:49:08 #4 DONE 0.0s 01:49:08 01:49:08 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4@sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 01:49:08 #5 resolve nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4@sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 0.0s done 01:49:08 #5 DONE 0.0s 01:49:08 01:49:08 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4@sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 01:49:08 #6 resolve nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4@sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 0.0s done 01:49:08 #6 DONE 0.1s 01:49:08 01:49:08 #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 01:49:08 #7 DONE 0.0s 01:49:08 01:49:08 #8 exporting to image 01:49:08 #8 exporting layers done 01:49:08 #8 exporting manifest sha256:6b770683251ed49161d2b0bc11bf8534c6510ebc9370af89d18e1b89a0ed6821 done 01:49:08 #8 exporting config sha256:4b9c5ad189a7e105976851c1b52c739baa05274b0c780defdf721e1e331f7c22 done 01:49:08 #8 exporting manifest sha256:11d1f9c4877755f3489bbca35498168546b12032741732641340401e6d659277 done 01:49:08 #8 exporting config sha256:157cd1f230476374539add2eca424e688e8894ba181c93a446800cb0f741eaa9 done 01:49:08 #8 exporting manifest list sha256:812bd7a65a3a2c63e5a5569f3ca752e878db42707db0fe87a0f85f7727ea4d9b done 01:49:08 #8 pushing layers 0.1s done 01:49:08 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4@sha256:812bd7a65a3a2c63e5a5569f3ca752e878db42707db0fe87a0f85f7727ea4d9b 01:49:08 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:08 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4@sha256:812bd7a65a3a2c63e5a5569f3ca752e878db42707db0fe87a0f85f7727ea4d9b 0.1s done 01:49:08 #8 DONE 0.2s 01:49:08 01:49:08 1 warning found (use --debug to expand): 01:49:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:latest' 01:49:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:latest --push - 01:49:09 #1 [internal] load build definition from Dockerfile 01:49:09 #1 transferring dockerfile: 162B done 01:49:09 #1 DONE 0.0s 01:49:09 01:49:09 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:latest 01:49:09 #2 DONE 0.0s 01:49:09 01:49:09 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:latest 01:49:09 #3 DONE 0.0s 01:49:09 01:49:09 #4 [internal] load .dockerignore 01:49:09 #4 transferring context: 2B done 01:49:09 #4 DONE 0.0s 01:49:09 01:49:09 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 01:49:09 #5 resolve nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 done 01:49:09 #5 DONE 0.0s 01:49:09 01:49:09 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 01:49:09 #6 resolve nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 0.0s done 01:49:09 #6 CACHED 01:49:09 01:49:09 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 01:49:09 #5 CACHED 01:49:09 01:49:09 #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 01:49:09 #7 DONE 0.0s 01:49:09 01:49:09 #8 exporting to image 01:49:09 #8 exporting layers done 01:49:09 #8 exporting manifest sha256:6b770683251ed49161d2b0bc11bf8534c6510ebc9370af89d18e1b89a0ed6821 done 01:49:09 #8 exporting config sha256:4b9c5ad189a7e105976851c1b52c739baa05274b0c780defdf721e1e331f7c22 done 01:49:09 #8 exporting manifest sha256:11d1f9c4877755f3489bbca35498168546b12032741732641340401e6d659277 done 01:49:09 #8 exporting config sha256:157cd1f230476374539add2eca424e688e8894ba181c93a446800cb0f741eaa9 done 01:49:09 #8 exporting manifest list sha256:812bd7a65a3a2c63e5a5569f3ca752e878db42707db0fe87a0f85f7727ea4d9b done 01:49:09 #8 pushing layers 0.0s done 01:49:09 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:812bd7a65a3a2c63e5a5569f3ca752e878db42707db0fe87a0f85f7727ea4d9b 0.1s done 01:49:09 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:09 #8 DONE 0.1s 01:49:09 01:49:09 1 warning found (use --debug to expand): 01:49:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9' 01:49:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9 --push - 01:49:09 #1 [internal] load build definition from Dockerfile 01:49:09 #1 transferring dockerfile: 167B done 01:49:09 #1 DONE 0.0s 01:49:09 01:49:09 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9 01:49:09 #2 DONE 0.0s 01:49:09 01:49:09 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9 01:49:09 #3 DONE 0.0s 01:49:09 01:49:09 #4 [internal] load .dockerignore 01:49:09 #4 transferring context: 2B done 01:49:09 #4 DONE 0.0s 01:49:09 01:49:09 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9@sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 01:49:09 #5 resolve nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9@sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 0.0s done 01:49:09 #5 CACHED 01:49:09 01:49:09 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9@sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 01:49:09 #6 resolve nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9@sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 0.0s done 01:49:09 #6 CACHED 01:49:09 01:49:09 #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 01:49:09 #7 DONE 0.0s 01:49:09 01:49:09 #8 exporting to image 01:49:09 #8 exporting layers done 01:49:09 #8 exporting manifest sha256:6b770683251ed49161d2b0bc11bf8534c6510ebc9370af89d18e1b89a0ed6821 done 01:49:09 #8 exporting config sha256:4b9c5ad189a7e105976851c1b52c739baa05274b0c780defdf721e1e331f7c22 done 01:49:09 #8 exporting manifest sha256:11d1f9c4877755f3489bbca35498168546b12032741732641340401e6d659277 done 01:49:09 #8 exporting config sha256:157cd1f230476374539add2eca424e688e8894ba181c93a446800cb0f741eaa9 done 01:49:09 #8 exporting manifest list sha256:812bd7a65a3a2c63e5a5569f3ca752e878db42707db0fe87a0f85f7727ea4d9b done 01:49:09 #8 pushing layers 0.0s done 01:49:09 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9@sha256:812bd7a65a3a2c63e5a5569f3ca752e878db42707db0fe87a0f85f7727ea4d9b 0.1s done 01:49:09 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:09 #8 DONE 0.1s 01:49:09 01:49:09 1 warning found (use --debug to expand): 01:49:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4-4.1.0-dev.9' 01:49:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4-4.1.0-dev.9 --push - 01:49:10 #1 [internal] load build definition from Dockerfile 01:49:10 #1 transferring dockerfile: 208B done 01:49:10 #1 DONE 0.0s 01:49:10 01:49:10 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4-4.1.0-dev.9 01:49:10 #2 DONE 0.0s 01:49:10 01:49:10 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4-4.1.0-dev.9 01:49:10 #3 DONE 0.0s 01:49:10 01:49:10 #4 [internal] load .dockerignore 01:49:10 #4 transferring context: 2B done 01:49:10 #4 DONE 0.0s 01:49:10 01:49:10 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4-4.1.0-dev.9@sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 01:49:10 #5 resolve nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4-4.1.0-dev.9@sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 done 01:49:10 #5 CACHED 01:49:10 01:49:10 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4-4.1.0-dev.9@sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 01:49:10 #6 resolve nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4-4.1.0-dev.9@sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 0.0s done 01:49:10 #6 CACHED 01:49:10 01:49:10 #7 exporting to image 01:49:10 #7 exporting layers done 01:49:10 #7 exporting manifest sha256:6b770683251ed49161d2b0bc11bf8534c6510ebc9370af89d18e1b89a0ed6821 done 01:49:10 #7 exporting config sha256:4b9c5ad189a7e105976851c1b52c739baa05274b0c780defdf721e1e331f7c22 done 01:49:10 #7 exporting manifest sha256:11d1f9c4877755f3489bbca35498168546b12032741732641340401e6d659277 done 01:49:10 #7 exporting config sha256:157cd1f230476374539add2eca424e688e8894ba181c93a446800cb0f741eaa9 01:49:10 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:10 #7 exporting config sha256:157cd1f230476374539add2eca424e688e8894ba181c93a446800cb0f741eaa9 done 01:49:10 #7 exporting manifest list sha256:812bd7a65a3a2c63e5a5569f3ca752e878db42707db0fe87a0f85f7727ea4d9b done 01:49:10 #7 pushing layers 0.0s done 01:49:10 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:78e9cbdf9591b40b3a56cac8994c0e646ca207a4-4.1.0-dev.9@sha256:812bd7a65a3a2c63e5a5569f3ca752e878db42707db0fe87a0f85f7727ea4d9b 0.1s done 01:49:10 #7 DONE 0.1s 01:49:10 01:49:10 #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 01:49:10 #8 DONE 0.0s 01:49:10 01:49:10 1 warning found (use --debug to expand): 01:49:10  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:49:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:main' 01:49:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:main --push - 01:49:10 #1 [internal] load build definition from Dockerfile 01:49:10 #1 transferring dockerfile: 160B done 01:49:10 #1 DONE 0.0s 01:49:10 01:49:10 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:main 01:49:10 #2 DONE 0.0s 01:49:10 01:49:10 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:main 01:49:10 #3 DONE 0.0s 01:49:10 01:49:10 #4 [internal] load .dockerignore 01:49:10 #4 transferring context: 2B done 01:49:10 #4 DONE 0.0s 01:49:10 01:49:10 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:main@sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 01:49:10 #5 resolve nexus3.edgexfoundry.org:10004/device-rest:main@sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 0.0s done 01:49:10 #5 CACHED 01:49:10 01:49:10 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:main@sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 01:49:10 #6 resolve nexus3.edgexfoundry.org:10004/device-rest:main@sha256:ea99693229f856909524401355b41ef91fb2665ffaa4d4a26101a624de3bf015 0.0s done 01:49:10 #6 CACHED 01:49:10 01:49:10 #7 exporting to image 01:49:10 #7 exporting layers done 01:49:10 #7 exporting manifest sha256:6b770683251ed49161d2b0bc11bf8534c6510ebc9370af89d18e1b89a0ed6821 done 01:49:10 #7 exporting config sha256:4b9c5ad189a7e105976851c1b52c739baa05274b0c780defdf721e1e331f7c22 done 01:49:10 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:11 #7 exporting manifest sha256:11d1f9c4877755f3489bbca35498168546b12032741732641340401e6d659277 done 01:49:11 #7 exporting config sha256:157cd1f230476374539add2eca424e688e8894ba181c93a446800cb0f741eaa9 done 01:49:11 #7 exporting manifest list sha256:812bd7a65a3a2c63e5a5569f3ca752e878db42707db0fe87a0f85f7727ea4d9b done 01:49:11 #7 pushing layers 0.0s done 01:49:11 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:main@sha256:812bd7a65a3a2c63e5a5569f3ca752e878db42707db0fe87a0f85f7727ea4d9b 0.1s done 01:49:11 #7 DONE 0.1s 01:49:11 01:49:11 #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 01:49:11 #8 DONE 0.0s 01:49:11 01:49:11 1 warning found (use --debug to expand): 01:49:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 01:49:11 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 01:49:11 % Total % Received % Xferd Average Speed Time Time Time Current 01:49:11 Dload Upload Total Spent Left Speed 01:49:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14 100 14 0 0 125 0 --:--:-- --:--:-- --:--:-- 126 [Pipeline] sh 01:49:11 + '[' -d /w/workspace/edgexfoundry_device-rest-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh 01:49:11 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 01:49:11 ---> sysstat.sh 01:49:11 + sudo tee /etc/docker/daemon.new 01:49:11 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 01:49:11 { 01:49:11 "registry-mirrors": [ 01:49:11 "https://nexus3.edgexfoundry.org:10001" 01:49:11 ], 01:49:11 "bip": "10.250.0.254/24", 01:49:11 "hosts": [ 01:49:11 "tcp://0.0.0.0:5555", 01:49:11 "unix:///var/run/docker.sock" 01:49:11 ], 01:49:11 "mtu": 1458, 01:49:11 "selinux-enabled": true, 01:49:11 "seccomp-profile": "/etc/docker/seccomp.json" 01:49:11 } [Pipeline] sh [Pipeline] libraryResource [Pipeline] sh 01:49:12 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 01:49:12 ---> package-listing.sh 01:49:12 ++ facter osfamily 01:49:12 ++ tr '[:upper:]' '[:lower:]' 01:49:12 + sudo service docker restart 01:49:12 + OS_FAMILY=redhat 01:49:12 + workspace=/w/workspace/edgexfoundry_device-rest-go_main 01:49:12 + START_PACKAGES=/tmp/packages_start.txt 01:49:12 + END_PACKAGES=/tmp/packages_end.txt 01:49:12 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:49:12 + PACKAGES=/tmp/packages_start.txt 01:49:12 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 01:49:12 + PACKAGES=/tmp/packages_end.txt 01:49:12 + case "${OS_FAMILY}" in 01:49:12 + rpm -qa 01:49:12 + sort 01:49:13 + '[' -f /tmp/packages_start.txt ']' 01:49:13 + '[' -f /tmp/packages_end.txt ']' 01:49:13 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:49:13 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 01:49:13 + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ 01:49:13 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-rest-go_main/archives/ [Pipeline] echo 01:49:13 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 01:49:13 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:49:14 01:49:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:49:14 latest: Pulling from edgex-lftools-log-publisher 01:49:14 5eb5b503b376: Pulling fs layer 01:49:14 5c69ac0246d0: Pulling fs layer 01:49:14 ec43610c2a17: Pulling fs layer 01:49:14 3a2ae6a8a46f: Pulling fs layer 01:49:14 33b1e0a273af: Pulling fs layer 01:49:14 5d3b04190fa2: Pulling fs layer 01:49:14 2f39f015ded8: Pulling fs layer 01:49:14 3a2ae6a8a46f: Waiting 01:49:14 33b1e0a273af: Waiting 01:49:14 5d3b04190fa2: Waiting 01:49:14 2f39f015ded8: Waiting 01:49:14 5c69ac0246d0: Verifying Checksum 01:49:14 5c69ac0246d0: Download complete 01:49:14 3a2ae6a8a46f: Verifying Checksum 01:49:14 3a2ae6a8a46f: Download complete 01:49:14 33b1e0a273af: Verifying Checksum 01:49:14 33b1e0a273af: Download complete 01:49:14 ec43610c2a17: Verifying Checksum 01:49:14 ec43610c2a17: Download complete 01:49:14 5d3b04190fa2: Verifying Checksum 01:49:14 5d3b04190fa2: Download complete 01:49:14 5eb5b503b376: Verifying Checksum 01:49:14 5eb5b503b376: Download complete 01:49:15 2f39f015ded8: Verifying Checksum 01:49:15 2f39f015ded8: Download complete 01:49:15 5eb5b503b376: Pull complete 01:49:16 5c69ac0246d0: Pull complete 01:49:16 ec43610c2a17: Pull complete 01:49:16 3a2ae6a8a46f: Pull complete 01:49:16 33b1e0a273af: Pull complete 01:49:16 5d3b04190fa2: Pull complete 01:49:20 2f39f015ded8: Pull complete 01:49:20 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 01:49:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:49:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:49:20 prd-centos7-docker-4c-2g-6218 does not seem to be running inside a container 01:49:20 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-rest-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 01:49:24 $ docker top 97922830db201565f5be957f22c7391e7a6c05aecea0381cc16fd0e2b19f6233 -eo pid,comm [Pipeline] { [Pipeline] sh 01:49:24 + touch /tmp/pre-build-complete [Pipeline] sh 01:49:24 + mkdir -p /var/log/sysstat [Pipeline] sh 01:49:24 + ls /var/log/sa-host 01:49:24 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:49:25 provisioning config files... 01:49:25 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config5825116884874220638tmp [Pipeline] { [Pipeline] echo 01:49:25 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:49:25 ---> create-netrc.sh [Pipeline] } 01:49:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:49:25 ---> python-tools-install.sh [Pipeline] echo 01:49:25 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:49:26 ---> sudo-logs.sh 01:49:26 Archiving 'sudo' log.. 01:49:26 sudo: unable to resolve host prd-centos7-docker-4c-2g-6218.novalocal: Name or service not known 01:49:26 sudo: unable to resolve host prd-centos7-docker-4c-2g-6218.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 01:49:26 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:49:26 ---> job-cost.sh 01:49:26 lf-activate-venv: SKIPPING 01:49:26 INFO: No Stack... 01:49:26 INFO: Retrieving Pricing Info for: v3-standard-2 01:49:26 INFO: Archiving Costs [Pipeline] echo 01:49:26 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:49:27 ---> logs-deploy.sh 01:49:27 lf-activate-venv: SKIPPING 01:49:27 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/210 01:49:27 INFO: archiving workspace using pattern(s): 01:49:28 Archives upload complete. 01:49:28 INFO: archiving logs to Nexus 01:49:29 ---> uname -a: 01:49:29 Linux prd-centos7-docker-4c-2g-6218.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux 01:49:29 01:49:29 01:49:29 ---> lscpu: 01:49:29 Architecture: x86_64 01:49:29 CPU op-mode(s): 32-bit, 64-bit 01:49:29 Byte Order: Little Endian 01:49:29 Address sizes: 40 bits physical, 48 bits virtual 01:49:29 CPU(s): 2 01:49:29 On-line CPU(s) list: 0,1 01:49:29 Thread(s) per core: 1 01:49:29 Core(s) per socket: 1 01:49:29 Socket(s): 2 01:49:29 NUMA node(s): 1 01:49:29 Vendor ID: AuthenticAMD 01:49:29 CPU family: 23 01:49:29 Model: 49 01:49:29 Model name: AMD EPYC-Rome Processor 01:49:29 Stepping: 0 01:49:29 CPU MHz: 2800.000 01:49:29 BogoMIPS: 5600.00 01:49:29 Virtualization: AMD-V 01:49:29 Hypervisor vendor: KVM 01:49:29 Virtualization type: full 01:49:29 L1d cache: 64 KiB 01:49:29 L1i cache: 64 KiB 01:49:29 L2 cache: 1 MiB 01:49:29 L3 cache: 32 MiB 01:49:29 NUMA node0 CPU(s): 0,1 01:49:29 Vulnerability Itlb multihit: Not affected 01:49:29 Vulnerability L1tf: Not affected 01:49:29 Vulnerability Mds: Not affected 01:49:29 Vulnerability Meltdown: Not affected 01:49:29 Vulnerability Mmio stale data: Not affected 01:49:29 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:49:29 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 01:49:29 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 01:49:29 Vulnerability Srbds: Not affected 01:49:29 Vulnerability Tsx async abort: Not affected 01:49:29 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities 01:49:29 01:49:29 01:49:29 ---> nproc: 01:49:29 2 01:49:29 01:49:29 01:49:29 ---> df -h: 01:49:29 Filesystem Size Used Avail Use% Mounted on 01:49:29 overlay 40G 7.3G 33G 19% / 01:49:29 tmpfs 64M 0 64M 0% /dev 01:49:29 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 01:49:29 shm 64M 0 64M 0% /dev/shm 01:49:29 /dev/vda1 40G 7.3G 33G 19% /facter-os 01:49:29 01:49:29 01:49:29 Cannot open /var/log/sysstat/sa04: No such file or directory 01:49:29 Please check if data collecting is enabled 01:49:29 subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:49:29 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 01:49:29 $ docker stop --time=1 97922830db201565f5be957f22c7391e7a6c05aecea0381cc16fd0e2b19f6233 01:49:34 $ docker rm -f --volumes 97922830db201565f5be957f22c7391e7a6c05aecea0381cc16fd0e2b19f6233 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // stage [Pipeline] cleanWs 01:49:34 [WS-CLEANUP] Deleting project workspace... 01:49:34 [WS-CLEANUP] Deferred wipeout is used... 01:49:34 [WS-CLEANUP] done [Pipeline] configFileProvider 01:49:34 provisioning config files... [Pipeline] } [Pipeline] // node 01:49:34 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/210@tmp/config6021040354731554450tmp [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [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 01:49:35 ---> ****-login.sh 01:49:35 nexus3.edgexfoundry.org:10001 01:49:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:49:35 01:49:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:49:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:49:35 latest: Pulling from edgex-lftools-log-publisher 01:49:35 5eb5b503b376: Pulling fs layer 01:49:35 5c69ac0246d0: Pulling fs layer 01:49:35 ec43610c2a17: Pulling fs layer 01:49:35 3a2ae6a8a46f: Pulling fs layer 01:49:35 33b1e0a273af: Pulling fs layer 01:49:35 5d3b04190fa2: Pulling fs layer 01:49:35 2f39f015ded8: Pulling fs layer 01:49:35 33b1e0a273af: Waiting 01:49:35 5d3b04190fa2: Waiting 01:49:35 2f39f015ded8: Waiting 01:49:35 3a2ae6a8a46f: Waiting 01:49:35 5c69ac0246d0: Download complete 01:49:35 3a2ae6a8a46f: Download complete 01:49:35 33b1e0a273af: Verifying Checksum 01:49:35 33b1e0a273af: Download complete 01:49:35 ec43610c2a17: Verifying Checksum 01:49:35 ec43610c2a17: Download complete 01:49:35 5d3b04190fa2: Download complete 01:49:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:49:35 Configure a credential helper to remove this warning. See 01:49:35 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:49:35 01:49:35 Login Succeeded 01:49:35 nexus3.edgexfoundry.org:10002 01:49:35 5eb5b503b376: Verifying Checksum 01:49:35 5eb5b503b376: Download complete 01:49:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:49:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:49:36 Configure a credential helper to remove this warning. See 01:49:36 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:49:36 01:49:36 Login Succeeded 01:49:36 nexus3.edgexfoundry.org:10003 01:49:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:49:36 2f39f015ded8: Verifying Checksum 01:49:36 2f39f015ded8: Download complete 01:49:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:49:36 Configure a credential helper to remove this warning. See 01:49:36 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:49:36 01:49:36 Login Succeeded 01:49:36 nexus3.edgexfoundry.org:10004 01:49:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:49:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:49:36 Configure a credential helper to remove this warning. See 01:49:36 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:49:36 01:49:36 Login Succeeded 01:49:36 ****.io 01:49:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:49:37 5eb5b503b376: Pull complete 01:49:37 5c69ac0246d0: Pull complete 01:49:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:49:37 Configure a credential helper to remove this warning. See 01:49:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:49:37 01:49:37 Login Succeeded 01:49:37 ---> ****-login.sh ends [Pipeline] } 01:49:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:49:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:49:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:49:37 ========================================================= 01:49:37 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 01:49:37 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:37 ec43610c2a17: Pull complete 01:49:37 3a2ae6a8a46f: Pull complete 01:49:37 33b1e0a273af: Pull complete 01:49:37 5d3b04190fa2: Pull complete 01:49:37 + 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 . 01:49:37 Sending build context to Docker daemon 141.8kB 01:49:38 Step 1/12 : ARG BASE=golang:1.23-alpine3.20 01:49:38 Step 2/12 : FROM ${BASE} AS builder 01:49:38 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:49:38 94e9d8af2201: Pulling fs layer 01:49:38 a6c56e8762df: Pulling fs layer 01:49:38 f0f3c8884826: Pulling fs layer 01:49:38 c7e7622c144d: Pulling fs layer 01:49:38 4f4fb700ef54: Pulling fs layer 01:49:38 e8859aadc426: Pulling fs layer 01:49:38 b4813487a9f6: Pulling fs layer 01:49:38 502a3d64fb4b: Pulling fs layer 01:49:38 c7e7622c144d: Waiting 01:49:38 4f4fb700ef54: Waiting 01:49:38 e8859aadc426: Waiting 01:49:38 b4813487a9f6: Waiting 01:49:38 502a3d64fb4b: Waiting 01:49:38 a6c56e8762df: Verifying Checksum 01:49:38 a6c56e8762df: Download complete 01:49:38 c7e7622c144d: Verifying Checksum 01:49:38 c7e7622c144d: Download complete 01:49:38 4f4fb700ef54: Download complete 01:49:38 e8859aadc426: Verifying Checksum 01:49:38 e8859aadc426: Download complete 01:49:38 94e9d8af2201: Verifying Checksum 01:49:38 94e9d8af2201: Download complete 01:49:39 502a3d64fb4b: Verifying Checksum 01:49:39 502a3d64fb4b: Download complete 01:49:39 94e9d8af2201: Pull complete 01:49:39 a6c56e8762df: Pull complete 01:49:40 f0f3c8884826: Verifying Checksum 01:49:40 f0f3c8884826: Download complete 01:49:41 b4813487a9f6: Verifying Checksum 01:49:41 b4813487a9f6: Download complete 01:49:43 2f39f015ded8: Pull complete 01:49:43 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 01:49:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:49:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:49:43 prd-ubuntu20.04-docker-8c-8g-6214 does not seem to be running inside a container 01:49:43 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 01:49:44 $ docker top 886fbc7b98692b6b3517bbde07ce24dd8d971056306f6329ac096ae41e2b14e1 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:49:44 ---> job-cost.sh 01:49:44 lf-activate-venv: SKIPPING 01:49:44 INFO: No Stack... 01:49:45 INFO: Retrieving Pricing Info for: v3-standard-8 01:49:45 INFO: Archiving Costs [Pipeline] sh 01:49:45 + cat /w/workspace/edgexfoundry_device-rest-go_main/archives/cost.csv 01:49:45 + cut -d, -f6 [Pipeline] lock 01:49:45 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-210-stack-cost] 01:49:45 Resource [jenkins-edgexfoundry-device-rest-go-main-210-stack-cost] did not exist. Created. 01:49:45 Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-210-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:49:45 + echo total: 0.2199999988079071 [Pipeline] stash 01:49:45 Stashed 1 file(s) [Pipeline] } 01:49:46 Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-210-stack-cost] [Pipeline] // lock [Pipeline] } 01:49:46 $ docker stop --time=1 886fbc7b98692b6b3517bbde07ce24dd8d971056306f6329ac096ae41e2b14e1 01:49:47 $ docker rm -f --volumes 886fbc7b98692b6b3517bbde07ce24dd8d971056306f6329ac096ae41e2b14e1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 01:49:56 f0f3c8884826: Pull complete 01:49:56 c7e7622c144d: Pull complete 01:49:56 4f4fb700ef54: Pull complete 01:49:56 e8859aadc426: Pull complete 01:50:04 b4813487a9f6: Pull complete 01:50:06 502a3d64fb4b: Pull complete 01:50:06 Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde 01:50:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:50:06 ---> 3bb21d53e231 01:50:06 Step 3/12 : ARG ADD_BUILD_TAGS="" 01:50:08 ---> Running in 62e2867935dd 01:50:08 Removing intermediate container 62e2867935dd 01:50:08 ---> 8b3a6dbcc7d1 01:50:08 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:50:08 ---> Running in 6a6d6002d784 01:50:08 Removing intermediate container 6a6d6002d784 01:50:08 ---> 72ff7e2a978b 01:50:08 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 01:50:08 ---> Running in c4672a7c6e75 01:50:09 Removing intermediate container c4672a7c6e75 01:50:09 ---> 3788b2770696 01:50:09 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 01:50:09 ---> Running in 5096eba67572 01:50:09 Removing intermediate container 5096eba67572 01:50:09 ---> daa8ef8e049e 01:50:09 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:50:09 ---> Running in 5cfeba5b57de 01:50:10 Decoding seccomp profile failed: invalid character ':' after top-level value [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:50:10 01:50:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:50:10 arm64: Pulling from edgex-lftools-log-publisher 01:50:10 8998bd30e6a1: Pulling fs layer 01:50:10 04944245beec: Pulling fs layer 01:50:10 699f458cf7ca: Pulling fs layer 01:50:10 765212b225bb: Pulling fs layer 01:50:10 f23df028b6ca: Pulling fs layer 01:50:10 d65c8cfc05b1: Pulling fs layer 01:50:10 2437ff75d9bd: Pulling fs layer 01:50:10 765212b225bb: Waiting 01:50:10 d65c8cfc05b1: Waiting 01:50:10 f23df028b6ca: Waiting 01:50:10 2437ff75d9bd: Waiting 01:50:11 04944245beec: Verifying Checksum 01:50:11 04944245beec: Download complete 01:50:11 765212b225bb: Verifying Checksum 01:50:11 765212b225bb: Download complete 01:50:11 f23df028b6ca: Download complete 01:50:11 d65c8cfc05b1: Verifying Checksum 01:50:11 d65c8cfc05b1: Download complete 01:50:11 699f458cf7ca: Verifying Checksum 01:50:11 699f458cf7ca: Download complete 01:50:11 8998bd30e6a1: Verifying Checksum 01:50:11 8998bd30e6a1: Download complete 01:50:14 2437ff75d9bd: Verifying Checksum 01:50:14 2437ff75d9bd: Download complete 01:50:16 8998bd30e6a1: Pull complete 01:50:16 04944245beec: Pull complete 01:50:18 699f458cf7ca: Pull complete 01:50:18 765212b225bb: Pull complete 01:50:19 f23df028b6ca: Pull complete 01:50:19 d65c8cfc05b1: Pull complete 01:50:37 2437ff75d9bd: Pull complete 01:50:37 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 01:50:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:50:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:50:38 prd-ubuntu20.04-docker-arm64-4c-16g-6217 does not seem to be running inside a container 01:50:38 $ 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/210 -v /w/workspace/device-rest-go/210:/w/workspace/device-rest-go/210:rw,z -v /w/workspace/device-rest-go/210@tmp:/w/workspace/device-rest-go/210@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 01:50:40 $ docker top 85ba1bbbb88d26c1e03a9db3bba48f55f6cffc098b980e29d26fc188c0e509c8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:50:41 ---> job-cost.sh 01:50:41 lf-activate-venv: SKIPPING 01:50:41 INFO: No Stack... 01:50:41 INFO: Retrieving Pricing Info for: v3-standard-4 01:50:42 INFO: Archiving Costs [Pipeline] sh 01:50:43 + cat /w/workspace/device-rest-go/210/archives/cost.csv 01:50:43 + cut -d, -f6 [Pipeline] lock 01:50:43 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-210-stack-cost] 01:50:43 Resource [jenkins-edgexfoundry-device-rest-go-main-210-stack-cost] did not exist. Created. 01:50:43 Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-210-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:50:44 /w/workspace/device-rest-go/210@tmp/durable-91f8b6f9/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 01:50:44 + echo total: 0.10999999940395355 [Pipeline] stash 01:50:44 Warning: overwriting stash ‘stack-cost’ 01:50:45 Stashed 1 file(s) [Pipeline] } 01:50:45 Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-210-stack-cost] [Pipeline] // lock [Pipeline] } 01:50:45 $ docker stop --time=1 85ba1bbbb88d26c1e03a9db3bba48f55f6cffc098b980e29d26fc188c0e509c8 01:50:46 $ docker rm -f --volumes 85ba1bbbb88d26c1e03a9db3bba48f55f6cffc098b980e29d26fc188c0e509c8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 01:50:47 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [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 01:50:47 + [ -d /w/workspace/edgexfoundry_device-rest-go_main/archives ] 01:50:47 + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives 01:50:47 total 16 01:50:47 drwxr-xr-x 3 root root 4096 Aug 4 01:49 . 01:50:47 drwxrwxr-x 10 jenkins jenkins 4096 Aug 4 01:49 .. 01:50:47 drwxr-xr-x 2 root root 4096 Aug 4 01:49 cost 01:50:47 -rw-r--r-- 1 root root 86 Aug 4 01:49 cost.csv 01:50:47 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-rest-go_main/archives 01:50:47 + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives 01:50:47 total 16 01:50:47 drwxr-xr-x 3 jenkins jenkins 4096 Aug 4 01:49 . 01:50:47 drwxrwxr-x 10 jenkins jenkins 4096 Aug 4 01:49 .. 01:50:47 drwxr-xr-x 2 jenkins jenkins 4096 Aug 4 01:49 cost 01:50:47 -rw-r--r-- 1 jenkins jenkins 86 Aug 4 01:49 cost.csv [Pipeline] libraryResource [Pipeline] sh 01:50:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:50:49 ---> package-listing.sh 01:50:49 ++ facter osfamily 01:50:49 ++ tr '[:upper:]' '[:lower:]' 01:50:49 + OS_FAMILY=debian 01:50:49 + workspace=/w/workspace/edgexfoundry_device-rest-go_main 01:50:49 + START_PACKAGES=/tmp/packages_start.txt 01:50:49 + END_PACKAGES=/tmp/packages_end.txt 01:50:49 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:50:49 + PACKAGES=/tmp/packages_start.txt 01:50:49 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 01:50:49 + PACKAGES=/tmp/packages_end.txt 01:50:49 + case "${OS_FAMILY}" in 01:50:49 + dpkg -l 01:50:49 + grep '^ii' 01:50:49 + '[' -f /tmp/packages_start.txt ']' 01:50:49 + '[' -f /tmp/packages_end.txt ']' 01:50:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:50:49 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 01:50:49 + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ 01:50:49 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-rest-go_main/archives/ [Pipeline] echo 01:50:49 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 01:50:49 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:50:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:50:50 prd-ubuntu20.04-docker-8c-8g-6214 does not seem to be running inside a container 01:50:50 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-rest-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 01:50:50 $ docker top 08e859db42262ac90f9ed494e6a54d79361cf5fa3cad4e9eb7a1079024538798 -eo pid,comm [Pipeline] { [Pipeline] sh 01:50:50 + touch /tmp/pre-build-complete [Pipeline] sh 01:50:51 + mkdir -p /var/log/sysstat [Pipeline] sh 01:50:51 + ls /var/log/sa-host 01:50:51 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:50:51 provisioning config files... 01:50:51 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config10607008010258733239tmp [Pipeline] { [Pipeline] echo 01:50:51 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:50:51 ---> create-netrc.sh [Pipeline] } 01:50:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:50:52 ---> python-tools-install.sh [Pipeline] echo 01:50:52 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:50:52 ---> sudo-logs.sh 01:50:52 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 01:50:52 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:50:52 ---> job-cost.sh 01:50:52 lf-activate-venv: SKIPPING 01:50:52 DEBUG: total: 0.2199999988079071 01:50:52 INFO: Retrieving Stack Cost... 01:50:52 INFO: Retrieving Pricing Info for: v3-standard-8 01:50:53 INFO: Archiving Costs [Pipeline] echo 01:50:53 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:50:53 ---> logs-deploy.sh 01:50:53 lf-activate-venv: SKIPPING 01:50:53 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/210 01:50:53 INFO: archiving workspace using pattern(s): 01:50:54 Archives upload complete. 01:50:54 INFO: archiving logs to Nexus