Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from b20f7a6907cc4e3631fe9fe6df33307b02a422bb 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-ssh15362009934512595929.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-ssh1046166980175373552.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-ssh18089358623581999270.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-ssh14734124171261950478.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-ssh2593598847169717988.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-rest-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-rest-go-settings PROJECT: device-rest-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-rest DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-5571’ Running on prd-ubuntu20.04-docker-8c-8g-5580 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 b20f7a6907cc4e3631fe9fe6df33307b02a422bb (main) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#482)" > git config core.sparsecheckout # timeout=10 > git checkout -f b20f7a6907cc4e3631fe9fe6df33307b02a422bb # timeout=10 > git rev-list --no-walk 3068ce5cc7f88542a2b7560f9d12fad6abd57d78 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:06:44 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:06:44 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:06:44 ========================================================= 01:06:44 EdgeX Global Pipelines Version Info 01:06:44 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:06:45 ------------------- 01:06:45 stable info: 01:06:45 ------------------- 01:06:45 Commited By: Ginny Guan ginny@iotechsys.com 01:06:45 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 01:06:45 Message: update stable to v1.0.274 01:06:45 ------------------- 01:06:45 experimental info: 01:06:45 ------------------- 01:06:45 Commited By: Ginny Guan ginny@iotechsys.com 01:06:45 Commit SHA: 274fe4ad960081a284537894dddd28d0c782a18e 01:06:45 Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:06:45 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo 01:06:45 [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo 01:06:45 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:06:45 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:06:45 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:06:45 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 01:06:45 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 01:06:45 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 01:06:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:06:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:06:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 01:06:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo 01:06:46 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:06:46 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:06:46 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:06:46 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:06:46 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 01:06:46 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 01:06:46 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:06:46 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:06:46 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 01:06:46 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 01:06:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 01:06:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 01:06:46 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 01:06:46 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:06:46 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 01:06:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 01:06:46 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 01:06:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 01:06:46 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b20f7a6907cc4e3631fe9fe6df33307b02a422bb [Pipeline] echo 01:06:46 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b20f7a6 [Pipeline] echo 01:06:46 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:06:46 provisioning config files... 01:06:46 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config9575378116802335709tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:06:46 ---> ****-login.sh 01:06:46 nexus3.edgexfoundry.org:10001 01:06:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:06:47 01:06:47 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:06:47 Configure a credential helper to remove this warning. See 01:06:47 https://docs.****.com/go/credential-store/ 01:06:47 01:06:47 Login Succeeded 01:06:47 nexus3.edgexfoundry.org:10002 01:06:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:06:47 01:06:47 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:06:47 Configure a credential helper to remove this warning. See 01:06:47 https://docs.****.com/go/credential-store/ 01:06:47 01:06:47 Login Succeeded 01:06:47 nexus3.edgexfoundry.org:10003 01:06:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:06:47 01:06:47 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:06:47 Configure a credential helper to remove this warning. See 01:06:47 https://docs.****.com/go/credential-store/ 01:06:47 01:06:47 Login Succeeded 01:06:47 nexus3.edgexfoundry.org:10004 01:06:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:06:47 01:06:47 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:06:47 Configure a credential helper to remove this warning. See 01:06:47 https://docs.****.com/go/credential-store/ 01:06:47 01:06:47 Login Succeeded 01:06:47 ****.io 01:06:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:06:47 01:06:47 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:06:47 Configure a credential helper to remove this warning. See 01:06:47 https://docs.****.com/go/credential-store/ 01:06:47 01:06:47 Login Succeeded 01:06:47 ---> ****-login.sh ends [Pipeline] } 01:06:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 01:06:48 + git rev-list -1 --merges b20f7a6907cc4e3631fe9fe6df33307b02a422bb~1..b20f7a6907cc4e3631fe9fe6df33307b02a422bb [Pipeline] echo 01:06:48 -----------> git rev-list -1 --merges b20f7a6907cc4e3631fe9fe6df33307b02a422bb~1..b20f7a6907cc4e3631fe9fe6df33307b02a422bb b20f7a6907cc4e3631fe9fe6df33307b02a422bb [false] [Pipeline] sh 01:06:48 + git log --format=format:%s -1 b20f7a6907cc4e3631fe9fe6df33307b02a422bb [Pipeline] echo 01:06:48 ========================================================= 01:06:48 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 01:06:48 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:06:48 + git log --format=format:%s -1 b20f7a6907cc4e3631fe9fe6df33307b02a422bb [Pipeline] echo 01:06:48 [semverPrep] GIT_COMMIT: b20f7a6907cc4e3631fe9fe6df33307b02a422bb, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#482) [Pipeline] echo 01:06:48 [semverPrep] This is not a build commit. [Pipeline] sh 01:06:49 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:06:49 + grep -v github /etc/ssh/ssh_known_hosts 01:06:49 + [ -e /tmp/ssh_known_hosts ] 01:06:49 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 01:06:49 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 01:06:49 + sudo tee -a /etc/ssh/ssh_known_hosts 01:06:49 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:06:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:06:49 01:06:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:06:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:06:49 0.1.4: Pulling from edgex-devops/py-git-semver 01:06:49 3dae71ba6b94: Pulling fs layer 01:06:49 6bf1a483ea7c: Pulling fs layer 01:06:49 f5dfc541a4d3: Pulling fs layer 01:06:49 461d9e800cba: Pulling fs layer 01:06:49 80192f66455f: Pulling fs layer 01:06:49 2e8e34ca0e6c: Pulling fs layer 01:06:49 a29436f7fd5d: Pulling fs layer 01:06:49 923cac83aea3: Pulling fs layer 01:06:49 25ad8b0a4227: Pulling fs layer 01:06:49 db01528c6b51: Pulling fs layer 01:06:49 28988de357af: Pulling fs layer 01:06:49 461d9e800cba: Waiting 01:06:49 80192f66455f: Waiting 01:06:49 2e8e34ca0e6c: Waiting 01:06:49 a29436f7fd5d: Waiting 01:06:49 923cac83aea3: Waiting 01:06:49 25ad8b0a4227: Waiting 01:06:49 db01528c6b51: Waiting 01:06:49 28988de357af: Waiting 01:06:49 6bf1a483ea7c: Verifying Checksum 01:06:49 6bf1a483ea7c: Download complete 01:06:49 461d9e800cba: Verifying Checksum 01:06:49 461d9e800cba: Download complete 01:06:49 80192f66455f: Download complete 01:06:50 f5dfc541a4d3: Verifying Checksum 01:06:50 f5dfc541a4d3: Download complete 01:06:50 3dae71ba6b94: Verifying Checksum 01:06:50 3dae71ba6b94: Download complete 01:06:50 923cac83aea3: Verifying Checksum 01:06:50 923cac83aea3: Download complete 01:06:50 25ad8b0a4227: Verifying Checksum 01:06:50 25ad8b0a4227: Download complete 01:06:50 db01528c6b51: Download complete 01:06:50 28988de357af: Verifying Checksum 01:06:50 28988de357af: Download complete 01:06:50 a29436f7fd5d: Verifying Checksum 01:06:50 a29436f7fd5d: Download complete 01:06:50 2e8e34ca0e6c: Verifying Checksum 01:06:50 2e8e34ca0e6c: Download complete 01:06:51 3dae71ba6b94: Pull complete 01:06:51 6bf1a483ea7c: Pull complete 01:06:52 f5dfc541a4d3: Pull complete 01:06:52 461d9e800cba: Pull complete 01:06:52 80192f66455f: Pull complete 01:06:57 2e8e34ca0e6c: Pull complete 01:06:58 a29436f7fd5d: Pull complete 01:06:58 923cac83aea3: Pull complete 01:06:58 25ad8b0a4227: Pull complete 01:06:58 db01528c6b51: Pull complete 01:06:58 28988de357af: Pull complete 01:06:58 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 01:06:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:06:58 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:06:58 prd-ubuntu20.04-docker-8c-8g-5580 does not seem to be running inside a container 01:06:58 $ 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:07:02 $ docker top 632eaa954a15b7b1518cfb82338753ca39c3e88e8bef96105278168ff7f96a76 -eo pid,comm 01:07:02 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:07:02 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:07:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:07:02 [ssh-agent] Looking for ssh-agent implementation... 01:07:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:07:02 $ docker exec 632eaa954a15b7b1518cfb82338753ca39c3e88e8bef96105278168ff7f96a76 ssh-agent 01:07:02 SSH_AUTH_SOCK=/tmp/ssh-ClWKAw6pfrU6/agent.33 01:07:02 SSH_AGENT_PID=39 01:07:02 Running ssh-add (command line suppressed) 01:07:02 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_7538225744064702228.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_7538225744064702228.key) 01:07:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:07:03 + git tag --points-at HEAD [Pipeline] } 01:07:03 $ docker exec --env ******** --env ******** 632eaa954a15b7b1518cfb82338753ca39c3e88e8bef96105278168ff7f96a76 ssh-agent -k 01:07:03 unset SSH_AUTH_SOCK; 01:07:03 unset SSH_AGENT_PID; 01:07:03 echo Agent pid 39 killed; 01:07:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:07:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:07:03 [ssh-agent] Looking for ssh-agent implementation... 01:07:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:07:03 $ docker exec 632eaa954a15b7b1518cfb82338753ca39c3e88e8bef96105278168ff7f96a76 ssh-agent 01:07:03 SSH_AUTH_SOCK=/tmp/ssh-eeG5SNjKW4IO/agent.72 01:07:03 SSH_AGENT_PID=78 01:07:03 Running ssh-add (command line suppressed) 01:07:03 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_7997561888069039262.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_7997561888069039262.key) 01:07:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:07:03 + git semver init 01:07:04 2025-07-23 01:07:04,104 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 01:07:04 2025-07-23 01:07:04,108 [run_init] DEBUG init version:0.0.0 force:False 01:07:04 2025-07-23 01:07:04,108 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-rest-go_main/.semver 01:07:04 2025-07-23 01:07:04,109 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/edgexfoundry_device-rest-go_main/.semver 01:07:04 2025-07-23 01:07:04,109 [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:07:06 2025-07-23 01:07:05,558 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-rest-go_main/.git/info/exclude 01:07:06 2025-07-23 01:07:05,558 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:False 01:07:06 2025-07-23 01:07:05,558 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 01:07:06 2025-07-23 01:07:05,558 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 01:07:06 4.1.0-dev.9 [Pipeline] } 01:07:06 $ docker exec --env ******** --env ******** 632eaa954a15b7b1518cfb82338753ca39c3e88e8bef96105278168ff7f96a76 ssh-agent -k 01:07:06 unset SSH_AUTH_SOCK; 01:07:06 unset SSH_AGENT_PID; 01:07:06 echo Agent pid 78 killed; 01:07:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:07:06 + git semver [Pipeline] } 01:07:06 $ docker stop --time=1 632eaa954a15b7b1518cfb82338753ca39c3e88e8bef96105278168ff7f96a76 01:07:08 $ docker rm -f --volumes 632eaa954a15b7b1518cfb82338753ca39c3e88e8bef96105278168ff7f96a76 [Pipeline] // withDockerContainer [Pipeline] sh 01:07:08 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:07:08 Stashed 1 file(s) [Pipeline] echo 01:07:08 [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:07:08 provisioning config files... 01:07:08 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config10255766974323337745tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:07:09 ---> ****-login.sh 01:07:09 nexus3.edgexfoundry.org:10001 01:07:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:07:09 Login Succeeded 01:07:09 nexus3.edgexfoundry.org:10002 01:07:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:07:09 Login Succeeded 01:07:09 nexus3.edgexfoundry.org:10003 01:07:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:07:09 Login Succeeded 01:07:09 nexus3.edgexfoundry.org:10004 01:07:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:07:09 Login Succeeded 01:07:09 ****.io 01:07:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:07:09 Login Succeeded 01:07:09 ---> ****-login.sh ends [Pipeline] } 01:07:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:07:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:07:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:07:09 ========================================================= 01:07:09 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 01:07:09 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:07:10 + 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:07:10 #0 building with "default" instance using docker driver 01:07:10 01:07:10 #1 [internal] load build definition from Dockerfile 01:07:10 #1 transferring dockerfile: 1.74kB done 01:07:10 #1 DONE 0.0s 01:07:10 01:07:10 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:07:10 #2 DONE 0.1s 01:07:10 01:07:10 #3 [internal] load .dockerignore 01:07:10 #3 transferring context: 193B done 01:07:10 #3 DONE 0.0s 01:07:10 01:07:10 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 01:07:10 #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 0.0s done 01:07:10 #4 sha256:e873195afa03f66c4477d62a47bde445cf4ea723c241a30f98137b48a10af2e9 2.08kB / 2.08kB done 01:07:10 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 2.10MB / 74.06MB 0.1s 01:07:10 #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s done 01:07:10 #4 sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 685B / 685B done 01:07:10 #4 sha256:ea6120ae94a0356f97603cf7c451f67990211a3e020e5a30d412335b108fdc34 4.22kB / 4.22kB done 01:07:10 #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 1.05MB / 3.63MB 0.1s 01:07:10 #4 sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 294.40kB / 294.40kB 0.0s done 01:07:10 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 11.53MB / 74.06MB 0.2s 01:07:10 #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.2s done 01:07:10 #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 01:07:10 #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done 01:07:10 #4 sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 440B / 440B 0.1s done 01:07:10 #4 sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 851.97kB / 2.38MB 0.2s 01:07:10 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 0B / 100.52MB 0.2s 01:07:11 #4 ... 01:07:11 01:07:11 #5 [internal] load build context 01:07:11 #5 transferring context: 21.61MB 0.2s done 01:07:11 #5 DONE 0.2s 01:07:11 01:07:11 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 01:07:11 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 25.17MB / 74.06MB 0.3s 01:07:11 #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s done 01:07:11 #4 sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 2.38MB / 2.38MB 0.2s done 01:07:11 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 6.29MB / 100.52MB 0.3s 01:07:11 #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0B / 13.29MB 0.3s 01:07:11 #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 01:07:11 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 55.57MB / 74.06MB 0.5s 01:07:11 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 25.17MB / 100.52MB 0.5s 01:07:11 #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 13.29MB / 13.29MB 0.5s 01:07:11 #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 0.1s done 01:07:11 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.7s 01:07:11 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 53.48MB / 100.52MB 0.7s 01:07:11 #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 13.29MB / 13.29MB 0.5s done 01:07:12 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 74.45MB / 100.52MB 0.8s 01:07:12 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 100.52MB / 100.52MB 1.0s 01:07:12 #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 01:07:12 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 1.5s done 01:07:12 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 100.52MB / 100.52MB 1.5s done 01:07:17 #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 4.6s done 01:07:17 #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 01:07:17 #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 done 01:07:17 #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done 01:07:17 #4 extracting sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 done 01:07:17 #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 01:07:17 #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 0.0s done 01:07:17 #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 01:07:20 #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 2.6s done 01:07:20 #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0.1s 01:07:21 #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0.7s done 01:07:21 #4 DONE 10.1s 01:07:21 01:07:21 #6 [builder 2/7] RUN apk add --update --no-cache make git openssh-client 01:07:21 #6 0.207 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:07:21 #6 0.320 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:07:21 #6 0.626 (1/4) Installing openssh-keygen (9.7_p1-r5) 01:07:21 #6 0.636 (2/4) Installing libedit (20240517.3.1-r0) 01:07:21 #6 0.642 (3/4) Installing openssh-client-common (9.7_p1-r5) 01:07:21 #6 0.669 (4/4) Installing openssh-client-default (9.7_p1-r5) 01:07:21 #6 0.684 Executing busybox-1.36.1-r29.trigger 01:07:21 #6 0.693 OK: 252 MiB in 62 packages 01:07:23 Still waiting to schedule task 01:07:23 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-5575’ 01:07:26 #6 DONE 5.0s 01:07:26 01:07:26 #7 [builder 3/7] WORKDIR /device-rest-go 01:07:26 #7 DONE 0.0s 01:07:26 01:07:26 #8 [builder 4/7] COPY go.mod vendor* ./ 01:07:26 #8 DONE 0.0s 01:07:26 01:07:26 #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:08:12 #9 DONE 43.5s 01:08:12 01:08:12 #10 [builder 6/7] COPY . . 01:08:12 #10 DONE 0.2s 01:08:12 01:08:12 #11 [builder 7/7] RUN echo noop 01:08:12 #11 0.217 noop 01:08:12 #11 DONE 0.3s 01:08:12 01:08:12 #12 exporting to image 01:08:12 #12 exporting layers 01:08:18 #12 exporting layers 7.5s done 01:08:18 #12 writing image sha256:4c5416b003768574528ce2081ac080e90a92ea998a25dc91be4ccdd39304711b done 01:08:18 #12 naming to docker.io/library/ci-base-image-x86_64 done 01:08:18 #12 DONE 7.5s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:08:18 + docker inspect -f . ci-base-image-x86_64 01:08:18 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:08:18 prd-ubuntu20.04-docker-8c-8g-5580 does not seem to be running inside a container 01:08:18 $ 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:08:18 $ docker top f6c1d0e4a5209295f1d85578ce8a4d081074904fb1b9592311048891ca6cef23 -eo pid,comm [Pipeline] { [Pipeline] sh 01:08:19 + go version 01:08:19 go version go1.23.9 linux/amd64 [Pipeline] } 01:08:19 $ docker stop --time=1 f6c1d0e4a5209295f1d85578ce8a4d081074904fb1b9592311048891ca6cef23 01:08:20 $ docker rm -f --volumes f6c1d0e4a5209295f1d85578ce8a4d081074904fb1b9592311048891ca6cef23 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:08:20 + docker inspect -f . ci-base-image-x86_64 01:08:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:08:21 prd-ubuntu20.04-docker-8c-8g-5580 does not seem to be running inside a container 01:08:21 $ 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:08:21 $ docker top 84d77abd95258110e98ce92a0f943d63fe37dade6bbd6a0b5c46b332d30a05cb -eo pid,comm [Pipeline] { [Pipeline] sh 01:08:21 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] fileExists [Pipeline] sh 01:08:21 + make test 01:08:21 go test ./... -coverprofile=coverage.out ./... 01:08:23 ? github.com/edgexfoundry/device-rest-go [no test files] 01:08:45 github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements 01:08:45 ok github.com/edgexfoundry/device-rest-go/driver 0.011s coverage: 32.2% of statements 01:08:55 go vet ./... 01:09:01 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:09:01 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:09:01 ./bin/test-attribution-txt.sh 01:09:01 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 01:09:01 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add 01:09:01 An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add 01:09:01 An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add 01:09:01 An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo 01:09:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 01:09:01 $ docker stop --time=1 84d77abd95258110e98ce92a0f943d63fe37dade6bbd6a0b5c46b332d30a05cb 01:09:03 $ docker rm -f --volumes 84d77abd95258110e98ce92a0f943d63fe37dade6bbd6a0b5c46b332d30a05cb [Pipeline] // withDockerContainer [Pipeline] sh 01:09:04 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:09:04 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 01:09:04 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:09:05 + ls -al . 01:09:05 total 244 01:09:05 drwxrwxr-x 9 jenkins jenkins 4096 Jul 23 01:08 . 01:09:05 drwxrwxr-x 4 jenkins jenkins 4096 Jul 23 01:06 .. 01:09:05 -rw-rw-r-- 1 jenkins jenkins 151 Jul 23 01:06 .dockerignore 01:09:05 drwxrwxr-x 8 jenkins jenkins 4096 Jul 23 01:08 .git 01:09:05 drwxrwxr-x 3 jenkins jenkins 4096 Jul 23 01:06 .github 01:09:05 -rw-rw-r-- 1 jenkins jenkins 264 Jul 23 01:06 .gitignore 01:09:05 -rw-rw-r-- 1 jenkins jenkins 41 Jul 23 01:06 .golangci.yml 01:09:05 drwxr-xr-x 3 jenkins jenkins 4096 Jul 23 01:07 .semver 01:09:05 -rw-rw-r-- 1 jenkins jenkins 20138 Jul 23 01:06 Attribution.txt 01:09:05 -rw-rw-r-- 1 jenkins jenkins 18492 Jul 23 01:06 CHANGELOG.md 01:09:05 -rw-rw-r-- 1 jenkins jenkins 1697 Jul 23 01:06 Dockerfile 01:09:05 -rw-rw-r-- 1 jenkins jenkins 677 Jul 23 01:06 GOVERNANCE.md 01:09:05 -rw-rw-r-- 1 jenkins jenkins 680 Jul 23 01:06 Jenkinsfile 01:09:05 -rw-rw-r-- 1 jenkins jenkins 11340 Jul 23 01:06 LICENSE 01:09:05 -rw-rw-r-- 1 jenkins jenkins 2598 Jul 23 01:06 Makefile 01:09:05 -rw-rw-r-- 1 jenkins jenkins 620 Jul 23 01:06 OWNERS.md 01:09:05 -rw-rw-r-- 1 jenkins jenkins 3989 Jul 23 01:06 README.md 01:09:05 -rw-rw-r-- 1 jenkins jenkins 11 Jul 23 01:07 VERSION 01:09:05 drwxrwxr-x 2 jenkins jenkins 4096 Jul 23 01:06 bin 01:09:05 drwxrwxr-x 3 jenkins jenkins 4096 Jul 23 01:06 cmd 01:09:05 -rw-r--r-- 1 jenkins jenkins 14565 Jul 23 01:08 coverage.out 01:09:05 drwxrwxr-x 2 jenkins jenkins 4096 Jul 23 01:06 driver 01:09:05 -rw-rw-r-- 1 jenkins jenkins 6273 Jul 23 01:06 go.mod 01:09:05 -rw-rw-r-- 1 jenkins jenkins 86765 Jul 23 01:06 go.sum 01:09:05 drwxrwxr-x 3 jenkins jenkins 4096 Jul 23 01:06 openapi 01:09:05 -rw-rw-r-- 1 jenkins jenkins 713 Jul 23 01:06 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:09:05 + 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=b20f7a6907cc4e3631fe9fe6df33307b02a422bb --label arch=amd64 --label version=4.1.0-dev.9 . 01:09:05 #0 building with "default" instance using docker driver 01:09:05 01:09:05 #1 [internal] load build definition from Dockerfile 01:09:05 #1 transferring dockerfile: 1.74kB done 01:09:05 #1 DONE 0.0s 01:09:05 01:09:05 #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:09:05 #2 DONE 0.0s 01:09:05 01:09:05 #3 [internal] load metadata for docker.io/library/alpine:3.20 01:09:05 #3 DONE 0.1s 01:09:05 01:09:05 #4 [internal] load .dockerignore 01:09:05 #4 transferring context: 193B done 01:09:05 #4 DONE 0.0s 01:09:05 01:09:05 #5 [internal] load build context 01:09:05 #5 transferring context: 18.46kB done 01:09:05 #5 DONE 0.0s 01:09:05 01:09:05 #6 [stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:09:05 #6 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 01:09:05 #6 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 01:09:06 #6 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.1s done 01:09:06 #6 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 01:09:06 #6 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 01:09:06 #6 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 01:09:06 #6 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 01:09:06 #6 DONE 0.3s 01:09:06 01:09:06 #7 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 01:09:06 #7 DONE 0.1s 01:09:06 01:09:06 #8 [builder 2/7] RUN apk add --update --no-cache make git openssh-client 01:09:06 #8 0.217 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:09:06 #8 0.376 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:09:06 #8 ... 01:09:06 01:09:06 #9 [stage-1 2/6] RUN apk add --update --no-cache dumb-init 01:09:06 #9 0.209 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:09:06 #9 0.279 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:09:06 #9 0.552 (1/1) Installing dumb-init (1.2.5-r3) 01:09:06 #9 0.557 Executing busybox-1.36.1-r29.trigger 01:09:06 #9 0.566 OK: 8 MiB in 15 packages 01:09:06 #9 DONE 0.7s 01:09:06 01:09:06 #8 [builder 2/7] RUN apk add --update --no-cache make git openssh-client 01:09:06 #8 0.748 OK: 252 MiB in 62 packages 01:09:06 #8 DONE 0.9s 01:09:06 01:09:06 #10 [builder 3/7] WORKDIR /device-rest-go 01:09:06 #10 DONE 0.0s 01:09:06 01:09:06 #11 [builder 4/7] COPY go.mod vendor* ./ 01:09:06 #11 DONE 0.0s 01:09:06 01:09:06 #12 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:09:07 #12 DONE 0.6s 01:09:07 01:09:07 #13 [stage-1 3/6] RUN apk --no-cache upgrade 01:09:07 #13 0.507 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:09:07 #13 0.581 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:09:07 #13 ... 01:09:07 01:09:07 #14 [builder 6/7] COPY . . 01:09:07 #14 DONE 0.2s 01:09:07 01:09:07 #13 [stage-1 3/6] RUN apk --no-cache upgrade 01:09:07 #13 0.904 OK: 8 MiB in 15 packages 01:09:07 #13 DONE 1.0s 01:09:07 01:09:07 #15 [builder 7/7] RUN make build 01:09:08 #15 0.215 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.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd 01:09:34 #15 DONE 24.5s 01:09:34 01:09:34 #16 [stage-1 4/6] COPY --from=builder /device-rest-go/cmd / 01:09:34 #16 DONE 0.2s 01:09:34 01:09:34 #17 [stage-1 5/6] COPY --from=builder /device-rest-go/LICENSE / 01:09:34 #17 DONE 0.0s 01:09:34 01:09:34 #18 [stage-1 6/6] COPY --from=builder /device-rest-go/Attribution.txt / 01:09:34 #18 DONE 0.0s 01:09:34 01:09:34 #19 exporting to image 01:09:34 #19 exporting layers 0.1s done 01:09:34 #19 writing image sha256:12969f5cac043d37ca2e55fd00dbd5d01664ef4031844562d118a40aff5ca921 done 01:09:34 #19 naming to docker.io/library/device-rest done 01:09:34 #19 DONE 0.1s 01:09:34 01:09:34 1 warning found (use docker --debug to expand): 01:09:34  - 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:09:34 provisioning config files... 01:09:34 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config16234295973913443133tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:09:35 ---> ****-login.sh 01:09:35 nexus3.edgexfoundry.org:10001 01:09:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:09:35 Login Succeeded 01:09:35 nexus3.edgexfoundry.org:10002 01:09:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:09:35 Login Succeeded 01:09:35 nexus3.edgexfoundry.org:10003 01:09:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:09:35 Login Succeeded 01:09:35 nexus3.edgexfoundry.org:10004 01:09:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:09:35 Login Succeeded 01:09:35 ****.io 01:09:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:09:35 Login Succeeded 01:09:35 ---> ****-login.sh ends [Pipeline] } 01:09:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:09:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:09:35 [edgeXDocker.push] Tagging docker image device-rest with the following tags: 01:09:35 b20f7a6907cc4e3631fe9fe6df33307b02a422bb 01:09:35 latest 01:09:35 4.1.0-dev.9 01:09:35 b20f7a6907cc4e3631fe9fe6df33307b02a422bb-4.1.0-dev.9 01:09:35 main 01:09:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:09:35 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:09:36 + docker push nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb 01:09:36 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 01:09:36 a33c180b8c4c: Preparing 01:09:36 47406b3e1355: Preparing 01:09:36 84dd7a75f270: Preparing 01:09:36 5c7edc681016: Preparing 01:09:36 7309907a08e2: Preparing 01:09:36 097100c76c15: Preparing 01:09:36 097100c76c15: Waiting 01:09:36 5c7edc681016: Pushed 01:09:36 47406b3e1355: Pushed 01:09:36 a33c180b8c4c: Pushed 01:09:36 7309907a08e2: Pushed 01:09:36 097100c76c15: Layer already exists 01:09:40 84dd7a75f270: Pushed 01:09:40 b20f7a6907cc4e3631fe9fe6df33307b02a422bb: digest: sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:09:40 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:09:41 + docker push nexus3.edgexfoundry.org:10004/device-rest:latest 01:09:41 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 01:09:41 a33c180b8c4c: Preparing 01:09:41 47406b3e1355: Preparing 01:09:41 84dd7a75f270: Preparing 01:09:41 5c7edc681016: Preparing 01:09:41 7309907a08e2: Preparing 01:09:41 097100c76c15: Preparing 01:09:41 097100c76c15: Waiting 01:09:41 47406b3e1355: Layer already exists 01:09:41 7309907a08e2: Layer already exists 01:09:41 a33c180b8c4c: Layer already exists 01:09:41 5c7edc681016: Layer already exists 01:09:41 84dd7a75f270: Layer already exists 01:09:41 097100c76c15: Layer already exists 01:09:41 latest: digest: sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:09:41 + 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:09:41 + docker push nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9 01:09:41 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 01:09:41 a33c180b8c4c: Preparing 01:09:41 47406b3e1355: Preparing 01:09:41 84dd7a75f270: Preparing 01:09:41 5c7edc681016: Preparing 01:09:41 7309907a08e2: Preparing 01:09:41 097100c76c15: Preparing 01:09:41 097100c76c15: Waiting 01:09:41 7309907a08e2: Layer already exists 01:09:41 5c7edc681016: Layer already exists 01:09:41 84dd7a75f270: Layer already exists 01:09:41 47406b3e1355: Layer already exists 01:09:41 a33c180b8c4c: Layer already exists 01:09:41 097100c76c15: Layer already exists 01:09:41 4.1.0-dev.9: digest: sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:09:42 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:09:42 + docker push nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb-4.1.0-dev.9 01:09:42 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 01:09:42 a33c180b8c4c: Preparing 01:09:42 47406b3e1355: Preparing 01:09:42 84dd7a75f270: Preparing 01:09:42 5c7edc681016: Preparing 01:09:42 7309907a08e2: Preparing 01:09:42 097100c76c15: Preparing 01:09:42 097100c76c15: Waiting 01:09:42 47406b3e1355: Layer already exists 01:09:42 84dd7a75f270: Layer already exists 01:09:42 7309907a08e2: Layer already exists 01:09:42 a33c180b8c4c: Layer already exists 01:09:42 5c7edc681016: Layer already exists 01:09:42 097100c76c15: Layer already exists 01:09:42 b20f7a6907cc4e3631fe9fe6df33307b02a422bb-4.1.0-dev.9: digest: sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:09:42 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:09:43 + docker push nexus3.edgexfoundry.org:10004/device-rest:main 01:09:43 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 01:09:43 a33c180b8c4c: Preparing 01:09:43 47406b3e1355: Preparing 01:09:43 84dd7a75f270: Preparing 01:09:43 5c7edc681016: Preparing 01:09:43 7309907a08e2: Preparing 01:09:43 097100c76c15: Preparing 01:09:43 097100c76c15: Waiting 01:09:43 84dd7a75f270: Layer already exists 01:09:43 a33c180b8c4c: Layer already exists 01:09:43 47406b3e1355: Layer already exists 01:09:43 5c7edc681016: Layer already exists 01:09:43 7309907a08e2: Layer already exists 01:09:43 097100c76c15: Layer already exists 01:09:43 main: digest: sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:09:43 ===================================================== [Pipeline] echo 01:09:43 taggedImages: 01:09:43 - nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb 01:09:43 - nexus3.edgexfoundry.org:10004/device-rest:latest 01:09:43 - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9 01:09:43 - nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb-4.1.0-dev.9 01:09:43 - nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] echo 01:09:43 ========================================================= 01:09:43 [edgeXBuildMultiArch] RAW Config: 01:09:43 images: 01:09:43 - nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb 01:09:43 - nexus3.edgexfoundry.org:10004/device-rest:latest 01:09:43 - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9 01:09:43 - nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb-4.1.0-dev.9 01:09:43 - nexus3.edgexfoundry.org:10004/device-rest:main 01:09:43 settingsFile: 01:09:43 device-rest-go-settings 01:09:43 ========================================================= [Pipeline] node 01:09:58 Still waiting to schedule task 01:09:58 All nodes of label ‘centos7-docker-4c-2g’ are offline 01:10:48 Running on prd-ubuntu20.04-docker-arm64-4c-16g-5581 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] ws 01:10:48 Running in /w/workspace/device-rest-go/208 [Pipeline] { [Pipeline] checkout 01:10:48 The recommended git tool is: git 01:10:53 using credential edgex-jenkins-ssh 01:10:53 Cloning the remote Git repository 01:10:53 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 01:10:53 > git init /w/workspace/device-rest-go/208 # timeout=10 01:10:53 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 01:10:53 > git --version # timeout=10 01:10:53 > git --version # 'git version 2.25.1' 01:10:53 using GIT_SSH to set credentials SSH Credentials for GitHub 01:10:53 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:10:57 Avoid second fetch 01:10:57 Checking out Revision b20f7a6907cc4e3631fe9fe6df33307b02a422bb (main) 01:10:56 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 01:10:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:10:58 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#482)" 01:10:57 > git config core.sparsecheckout # timeout=10 01:10:57 > git checkout -f b20f7a6907cc4e3631fe9fe6df33307b02a422bb # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:11:02 Running on prd-centos7-docker-4c-2g-5582 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:11:02 provisioning config files... 01:11:02 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config17261381933276498982tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:11:03 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 01:11:03 % Total % Received % Xferd Average Speed Time Time Time Current 01:11:03 Dload Upload Total Spent Left Speed 01:11:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14 100 14 0 0 150 0 --:--:-- --:--:-- --:--:-- 150 [Pipeline] sh 01:11:04 ---> ****-login.sh 01:11:04 nexus3.edgexfoundry.org:10001 01:11:04 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 01:11:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:11:04 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 01:11:04 + sudo tee /etc/docker/daemon.new 01:11:04 { 01:11:04 "registry-mirrors": [ 01:11:04 "https://nexus3.edgexfoundry.org:10001" 01:11:04 ], 01:11:04 "bip": "10.250.0.254/24", 01:11:04 "hosts": [ 01:11:04 "tcp://0.0.0.0:5555", 01:11:04 "unix:///var/run/docker.sock" 01:11:04 ], 01:11:04 "mtu": 1458, 01:11:04 "selinux-enabled": true, 01:11:04 "seccomp-profile": "/etc/docker/seccomp.json" 01:11:04 } [Pipeline] sh 01:11:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:11:04 Configure a credential helper to remove this warning. See 01:11:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:11:04 01:11:04 Login Succeeded 01:11:04 nexus3.edgexfoundry.org:10002 01:11:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:11:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:11:04 Configure a credential helper to remove this warning. See 01:11:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:11:04 01:11:04 Login Succeeded 01:11:04 nexus3.edgexfoundry.org:10003 01:11:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:11:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:11:04 Configure a credential helper to remove this warning. See 01:11:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:11:04 01:11:04 Login Succeeded 01:11:04 nexus3.edgexfoundry.org:10004 01:11:04 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 01:11:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:11:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:11:05 Configure a credential helper to remove this warning. See 01:11:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:11:05 01:11:05 Login Succeeded 01:11:05 ****.io 01:11:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:11:05 + sudo service docker restart 01:11:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:11:05 Configure a credential helper to remove this warning. See 01:11:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:11:05 01:11:05 Login Succeeded 01:11:05 ---> ****-login.sh ends [Pipeline] } 01:11:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:11:05 + docker buildx ls 01:11:05 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 01:11:05 default * docker 01:11:05 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 01:11:05 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 01:11:05 edgex-builder [Pipeline] sh 01:11:06 + docker buildx inspect --bootstrap 01:11:06 #1 [internal] booting buildkit 01:11:06 #1 pulling image moby/buildkit:buildx-stable-1 01:11:10 #1 pulling image moby/buildkit:buildx-stable-1 3.8s done 01:11:10 #1 creating container buildx_buildkit_edgex-builder0 01:11:11 #1 creating container buildx_buildkit_edgex-builder0 1.3s done 01:11:11 #1 DONE 5.1s 01:11:11 Name: edgex-builder 01:11:11 Driver: docker-container 01:11:11 01:11:11 Nodes: 01:11:11 Name: edgex-builder0 01:11:11 Endpoint: unix:///var/run/docker.sock 01:11:11 Status: running 01:11:11 Buildkit: v0.22.0 01:11:11 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 01:11:11 + docker buildx ls 01:11:11 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 01:11:11 edgex-builder * docker-container 01:11:11 edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 01:11:11 default docker 01:11:11 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 01:11:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb' 01:11:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb --push - 01:11:12 #1 [internal] load build definition from Dockerfile 01:11:12 #1 transferring dockerfile: 196B done 01:11:12 #1 DONE 0.0s 01:11:12 01:11:12 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb 01:11:12 #2 DONE 0.1s 01:11:12 01:11:12 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb 01:11:12 #3 DONE 0.1s 01:11:12 01:11:12 #4 [internal] load .dockerignore 01:11:12 #4 transferring context: 2B done 01:11:12 #4 DONE 0.0s 01:11:12 01:11:12 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb@sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 01:11:12 #5 resolve nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb@sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 0.0s done 01:11:12 #5 DONE 0.0s 01:11:12 01:11:12 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb@sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 01:11:12 #6 resolve nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb@sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 0.0s done 01:11:12 #6 DONE 0.1s 01:11:12 01:11:12 #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 01:11:12 #7 DONE 0.0s 01:11:12 01:11:12 #8 exporting to image 01:11:12 #8 exporting layers done 01:11:12 #8 exporting manifest sha256:bedf8942381867ac474e071087b09294f2f7872c4d805b5de4f83a36126dd88d 0.0s done 01:11:12 #8 exporting config sha256:12969f5cac043d37ca2e55fd00dbd5d01664ef4031844562d118a40aff5ca921 done 01:11:12 #8 exporting manifest sha256:bd9d2cce58657cdbdf370f06a8b1227dbe8912ac6d115f64906390f54546b362 done 01:11:12 #8 exporting config sha256:5bd9a7d58e883d91eb466e559c43554d29853361bd3d5071694a422946204443 done 01:11:12 #8 exporting manifest list sha256:13f8698788ab3a27507d37a78215689cff1547eb20f4b70c181ccf3b8b90a54a done 01:11:12 #8 pushing layers 0.1s done 01:11:12 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb@sha256:13f8698788ab3a27507d37a78215689cff1547eb20f4b70c181ccf3b8b90a54a 01:11:12 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:11:12 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb@sha256:13f8698788ab3a27507d37a78215689cff1547eb20f4b70c181ccf3b8b90a54a 0.1s done 01:11:12 #8 DONE 0.2s 01:11:12 01:11:12 1 warning found (use --debug to expand): 01:11:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:11:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:latest' 01:11:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:latest --push - 01:11:12 #1 [internal] load build definition from Dockerfile 01:11:12 #1 transferring dockerfile: 162B done 01:11:12 #1 DONE 0.0s 01:11:12 01:11:12 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:latest 01:11:12 #2 DONE 0.0s 01:11:12 01:11:12 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:latest 01:11:12 #3 DONE 0.0s 01:11:12 01:11:12 #4 [internal] load .dockerignore 01:11:12 #4 transferring context: 2B done 01:11:12 #4 DONE 0.0s 01:11:12 01:11:12 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 01:11:12 #5 resolve nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 0.0s done 01:11:12 #5 DONE 0.0s 01:11:12 01:11:12 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 01:11:13 #6 resolve nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 0.0s done 01:11:13 #6 CACHED 01:11:13 01:11:13 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 01:11:13 #5 CACHED 01:11:13 01:11:13 #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 01:11:13 #7 DONE 0.0s 01:11:13 01:11:13 #8 exporting to image 01:11:13 #8 exporting layers done 01:11:13 #8 exporting manifest sha256:bedf8942381867ac474e071087b09294f2f7872c4d805b5de4f83a36126dd88d done 01:11:13 #8 exporting config sha256:12969f5cac043d37ca2e55fd00dbd5d01664ef4031844562d118a40aff5ca921 done 01:11:13 #8 exporting manifest sha256:bd9d2cce58657cdbdf370f06a8b1227dbe8912ac6d115f64906390f54546b362 done 01:11:13 #8 exporting config sha256:5bd9a7d58e883d91eb466e559c43554d29853361bd3d5071694a422946204443 done 01:11:13 #8 exporting manifest list sha256:13f8698788ab3a27507d37a78215689cff1547eb20f4b70c181ccf3b8b90a54a done 01:11:13 #8 pushing layers 0.0s done 01:11:13 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:13f8698788ab3a27507d37a78215689cff1547eb20f4b70c181ccf3b8b90a54a 0.1s done 01:11:13 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:11:13 #8 DONE 0.1s 01:11:13 01:11:13 1 warning found (use --debug to expand): 01:11:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:11:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9' 01:11:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9 --push - 01:11:13 #1 [internal] load build definition from Dockerfile 01:11:13 #1 transferring dockerfile: 167B done 01:11:13 #1 DONE 0.0s 01:11:13 01:11:13 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9 01:11:13 #2 DONE 0.0s 01:11:13 01:11:13 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9 01:11:13 #3 DONE 0.0s 01:11:13 01:11:13 #4 [internal] load .dockerignore 01:11:13 #4 transferring context: 2B done 01:11:13 #4 DONE 0.0s 01:11:13 01:11:13 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9@sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 01:11:13 #5 resolve nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9@sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 0.0s done 01:11:13 #5 CACHED 01:11:13 01:11:13 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9@sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 01:11:13 #6 resolve nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9@sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 0.0s done 01:11:13 #6 CACHED 01:11:13 01:11:13 #7 exporting to image 01:11:13 #7 exporting layers done 01:11:13 #7 exporting manifest sha256:bedf8942381867ac474e071087b09294f2f7872c4d805b5de4f83a36126dd88d done 01:11:13 #7 exporting config sha256:12969f5cac043d37ca2e55fd00dbd5d01664ef4031844562d118a40aff5ca921 done 01:11:13 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:11:13 #7 exporting manifest sha256:bd9d2cce58657cdbdf370f06a8b1227dbe8912ac6d115f64906390f54546b362 done 01:11:13 #7 exporting config sha256:5bd9a7d58e883d91eb466e559c43554d29853361bd3d5071694a422946204443 done 01:11:13 #7 exporting manifest list sha256:13f8698788ab3a27507d37a78215689cff1547eb20f4b70c181ccf3b8b90a54a done 01:11:13 #7 pushing layers 0.0s done 01:11:13 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9@sha256:13f8698788ab3a27507d37a78215689cff1547eb20f4b70c181ccf3b8b90a54a 0.1s done 01:11:13 #7 DONE 0.1s 01:11:13 01:11:13 #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 01:11:13 #8 DONE 0.0s 01:11:13 01:11:13 1 warning found (use --debug to expand): 01:11:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:11:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb-4.1.0-dev.9' 01:11:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb-4.1.0-dev.9 --push - 01:11:14 #1 [internal] load build definition from Dockerfile 01:11:14 #1 transferring dockerfile: 208B done 01:11:14 #1 DONE 0.0s 01:11:14 01:11:14 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb-4.1.0-dev.9 01:11:14 #2 DONE 0.0s 01:11:14 01:11:14 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb-4.1.0-dev.9 01:11:14 #3 DONE 0.0s 01:11:14 01:11:14 #4 [internal] load .dockerignore 01:11:14 #4 transferring context: 2B done 01:11:14 #4 DONE 0.0s 01:11:14 01:11:14 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb-4.1.0-dev.9@sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 01:11:14 #5 resolve nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb-4.1.0-dev.9@sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 0.0s done 01:11:14 #5 CACHED 01:11:14 01:11:14 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb-4.1.0-dev.9@sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 01:11:14 #6 resolve nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb-4.1.0-dev.9@sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 0.0s done 01:11:14 #6 CACHED 01:11:14 01:11:14 #7 exporting to image 01:11:14 #7 exporting layers done 01:11:14 #7 exporting manifest sha256:bedf8942381867ac474e071087b09294f2f7872c4d805b5de4f83a36126dd88d done 01:11:14 #7 exporting config sha256:12969f5cac043d37ca2e55fd00dbd5d01664ef4031844562d118a40aff5ca921 done 01:11:14 #7 exporting manifest sha256:bd9d2cce58657cdbdf370f06a8b1227dbe8912ac6d115f64906390f54546b362 done 01:11:14 #7 exporting config sha256:5bd9a7d58e883d91eb466e559c43554d29853361bd3d5071694a422946204443 done 01:11:14 #7 exporting manifest list sha256:13f8698788ab3a27507d37a78215689cff1547eb20f4b70c181ccf3b8b90a54a done 01:11:14 #7 pushing layers 0.0s done 01:11:14 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb-4.1.0-dev.9@sha256:13f8698788ab3a27507d37a78215689cff1547eb20f4b70c181ccf3b8b90a54a 01:11:14 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:11:14 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:b20f7a6907cc4e3631fe9fe6df33307b02a422bb-4.1.0-dev.9@sha256:13f8698788ab3a27507d37a78215689cff1547eb20f4b70c181ccf3b8b90a54a 0.1s done 01:11:14 #7 DONE 0.1s 01:11:14 01:11:14 #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 01:11:14 #8 DONE 0.0s 01:11:14 01:11:14 1 warning found (use --debug to expand): 01:11:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:11:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:main' 01:11:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:main --push - 01:11:14 #1 [internal] load build definition from Dockerfile 01:11:14 #1 transferring dockerfile: 160B done 01:11:14 #1 DONE 0.0s 01:11:14 01:11:14 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:main 01:11:14 #2 DONE 0.0s 01:11:14 01:11:14 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:main 01:11:14 #3 DONE 0.0s 01:11:14 01:11:14 #4 [internal] load .dockerignore 01:11:14 #4 transferring context: 2B done 01:11:14 #4 DONE 0.0s 01:11:14 01:11:14 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:main@sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 01:11:14 #5 resolve nexus3.edgexfoundry.org:10004/device-rest:main@sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 done 01:11:14 #5 CACHED 01:11:14 01:11:14 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:main@sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 01:11:14 #6 resolve nexus3.edgexfoundry.org:10004/device-rest:main@sha256:30c46a5d8320d52fd6b0893524c9c5a38382d1e8b90c74bcebcef9e075140ef8 0.0s done 01:11:14 #6 CACHED 01:11:14 01:11:14 #7 exporting to image 01:11:14 #7 exporting layers done 01:11:14 #7 exporting manifest sha256:bedf8942381867ac474e071087b09294f2f7872c4d805b5de4f83a36126dd88d done 01:11:14 #7 exporting config sha256:12969f5cac043d37ca2e55fd00dbd5d01664ef4031844562d118a40aff5ca921 done 01:11:14 #7 exporting manifest sha256:bd9d2cce58657cdbdf370f06a8b1227dbe8912ac6d115f64906390f54546b362 done 01:11:14 #7 exporting config sha256:5bd9a7d58e883d91eb466e559c43554d29853361bd3d5071694a422946204443 done 01:11:14 #7 exporting manifest list sha256:13f8698788ab3a27507d37a78215689cff1547eb20f4b70c181ccf3b8b90a54a done 01:11:14 #7 pushing layers 01:11:14 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:11:14 #7 pushing layers 1.3s done 01:11:14 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:main@sha256:13f8698788ab3a27507d37a78215689cff1547eb20f4b70c181ccf3b8b90a54a 0.1s done 01:11:14 #7 DONE 1.4s 01:11:14 01:11:14 #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 01:11:14 #8 DONE 0.0s 01:11:14 01:11:14 1 warning found (use --debug to expand): 01:11:14  - 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:11:15 + '[' -d /w/workspace/edgexfoundry_device-rest-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh 01:11:15 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:11:16 ---> package-listing.sh 01:11:16 ++ facter osfamily 01:11:16 ++ tr '[:upper:]' '[:lower:]' 01:11:16 + OS_FAMILY=redhat 01:11:16 + workspace=/w/workspace/edgexfoundry_device-rest-go_main 01:11:16 + START_PACKAGES=/tmp/packages_start.txt 01:11:16 + END_PACKAGES=/tmp/packages_end.txt 01:11:16 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:11:16 + PACKAGES=/tmp/packages_start.txt 01:11:16 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 01:11:16 + PACKAGES=/tmp/packages_end.txt 01:11:16 + case "${OS_FAMILY}" in 01:11:16 + rpm -qa 01:11:16 + sort 01:11:17 + '[' -f /tmp/packages_start.txt ']' 01:11:17 + '[' -f /tmp/packages_end.txt ']' 01:11:17 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:11:17 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 01:11:17 + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ 01:11:17 + 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:11:17 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:11:17 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:11:18 01:11:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:11:18 latest: Pulling from edgex-lftools-log-publisher 01:11:18 5eb5b503b376: Pulling fs layer 01:11:18 5c69ac0246d0: Pulling fs layer 01:11:18 ec43610c2a17: Pulling fs layer 01:11:18 3a2ae6a8a46f: Pulling fs layer 01:11:18 33b1e0a273af: Pulling fs layer 01:11:18 5d3b04190fa2: Pulling fs layer 01:11:18 2f39f015ded8: Pulling fs layer 01:11:18 3a2ae6a8a46f: Waiting 01:11:18 33b1e0a273af: Waiting 01:11:18 5d3b04190fa2: Waiting 01:11:18 2f39f015ded8: Waiting 01:11:18 5c69ac0246d0: Verifying Checksum 01:11:18 5c69ac0246d0: Download complete 01:11:18 3a2ae6a8a46f: Verifying Checksum 01:11:18 3a2ae6a8a46f: Download complete 01:11:18 33b1e0a273af: Verifying Checksum 01:11:18 33b1e0a273af: Download complete 01:11:19 5d3b04190fa2: Verifying Checksum 01:11:19 5d3b04190fa2: Download complete 01:11:19 ec43610c2a17: Verifying Checksum 01:11:19 ec43610c2a17: Download complete 01:11:19 5eb5b503b376: Verifying Checksum 01:11:19 5eb5b503b376: Download complete 01:11:20 2f39f015ded8: Verifying Checksum 01:11:20 2f39f015ded8: Download complete 01:11:20 5eb5b503b376: Pull complete 01:11:20 5c69ac0246d0: Pull complete 01:11:20 ec43610c2a17: Pull complete 01:11:21 3a2ae6a8a46f: Pull complete 01:11:21 33b1e0a273af: Pull complete 01:11:21 5d3b04190fa2: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:11:23 provisioning config files... 01:11:23 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/208@tmp/config11166335908009930455tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:11:24 ---> ****-login.sh 01:11:24 nexus3.edgexfoundry.org:10001 01:11:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:11:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:11:24 Configure a credential helper to remove this warning. See 01:11:24 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:11:24 01:11:24 Login Succeeded 01:11:24 nexus3.edgexfoundry.org:10002 01:11:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:11:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:11:25 Configure a credential helper to remove this warning. See 01:11:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:11:25 01:11:25 Login Succeeded 01:11:25 nexus3.edgexfoundry.org:10003 01:11:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:11:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:11:25 Configure a credential helper to remove this warning. See 01:11:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:11:25 01:11:25 Login Succeeded 01:11:25 nexus3.edgexfoundry.org:10004 01:11:25 2f39f015ded8: Pull complete 01:11:25 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 01:11:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:11:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:11:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:11:25 prd-centos7-docker-4c-2g-5582 does not seem to be running inside a container 01:11:25 $ 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:11:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:11:25 Configure a credential helper to remove this warning. See 01:11:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:11:25 01:11:25 Login Succeeded 01:11:25 ****.io 01:11:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:11:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:11:26 Configure a credential helper to remove this warning. See 01:11:26 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:11:26 01:11:26 Login Succeeded 01:11:26 ---> ****-login.sh ends 01:11:29 $ docker top ef5a609c9464da89dc15daa3cd76f61aa7e9016441408d02c0f8778f4737cd18 -eo pid,comm [Pipeline] { [Pipeline] } 01:11:29 Deleting 1 temporary files [Pipeline] sh [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 01:11:30 + touch /tmp/pre-build-complete [Pipeline] sh [Pipeline] echo 01:11:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:11:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:11:30 ========================================================= 01:11:30 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 01:11:30 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:30 + mkdir -p /var/log/sysstat [Pipeline] sh 01:11:30 + 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:11:30 Sending build context to Docker daemon 141.8kB 01:11:30 + ls /var/log/sa-host 01:11:30 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:11:30 provisioning config files... 01:11:30 Step 1/12 : ARG BASE=golang:1.23-alpine3.20 01:11:30 Step 2/12 : FROM ${BASE} AS builder 01:11:30 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config16363161820810529017tmp [Pipeline] { [Pipeline] echo 01:11:30 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:11:31 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:11:31 94e9d8af2201: Pulling fs layer 01:11:31 a6c56e8762df: Pulling fs layer 01:11:31 f0f3c8884826: Pulling fs layer 01:11:31 c7e7622c144d: Pulling fs layer 01:11:31 4f4fb700ef54: Pulling fs layer 01:11:31 e8859aadc426: Pulling fs layer 01:11:31 b4813487a9f6: Pulling fs layer 01:11:31 502a3d64fb4b: Pulling fs layer 01:11:31 c7e7622c144d: Waiting 01:11:31 4f4fb700ef54: Waiting 01:11:31 e8859aadc426: Waiting 01:11:31 b4813487a9f6: Waiting 01:11:31 502a3d64fb4b: Waiting 01:11:31 a6c56e8762df: Verifying Checksum 01:11:31 a6c56e8762df: Download complete 01:11:31 c7e7622c144d: Verifying Checksum 01:11:31 c7e7622c144d: Download complete 01:11:31 4f4fb700ef54: Verifying Checksum 01:11:31 4f4fb700ef54: Download complete 01:11:31 e8859aadc426: Verifying Checksum 01:11:31 e8859aadc426: Download complete 01:11:31 94e9d8af2201: Verifying Checksum 01:11:31 94e9d8af2201: Download complete 01:11:31 ---> create-netrc.sh [Pipeline] } 01:11:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:11:31 ---> python-tools-install.sh [Pipeline] echo 01:11:31 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:11:31 502a3d64fb4b: Verifying Checksum 01:11:31 502a3d64fb4b: Download complete 01:11:31 ---> sudo-logs.sh 01:11:31 Archiving 'sudo' log.. 01:11:31 sudo: unable to resolve host prd-centos7-docker-4c-2g-5582.novalocal: Name or service not known 01:11:31 sudo: unable to resolve host prd-centos7-docker-4c-2g-5582.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 01:11:31 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:11:32 ---> job-cost.sh 01:11:32 lf-activate-venv: SKIPPING 01:11:32 INFO: No Stack... 01:11:32 94e9d8af2201: Pull complete 01:11:32 INFO: Retrieving Pricing Info for: v3-standard-2 01:11:32 INFO: Archiving Costs [Pipeline] echo 01:11:32 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:11:32 ---> logs-deploy.sh 01:11:32 lf-activate-venv: SKIPPING 01:11:32 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/208 01:11:32 INFO: archiving workspace using pattern(s): 01:11:33 a6c56e8762df: Pull complete 01:11:33 f0f3c8884826: Verifying Checksum 01:11:33 f0f3c8884826: Download complete 01:11:33 Archives upload complete. 01:11:33 INFO: archiving logs to Nexus 01:11:34 b4813487a9f6: Verifying Checksum 01:11:34 b4813487a9f6: Download complete 01:11:34 ---> uname -a: 01:11:34 Linux prd-centos7-docker-4c-2g-5582.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:11:34 01:11:34 01:11:34 ---> lscpu: 01:11:34 Architecture: x86_64 01:11:34 CPU op-mode(s): 32-bit, 64-bit 01:11:34 Byte Order: Little Endian 01:11:34 Address sizes: 40 bits physical, 48 bits virtual 01:11:34 CPU(s): 2 01:11:34 On-line CPU(s) list: 0,1 01:11:34 Thread(s) per core: 1 01:11:34 Core(s) per socket: 1 01:11:34 Socket(s): 2 01:11:34 NUMA node(s): 1 01:11:34 Vendor ID: AuthenticAMD 01:11:34 CPU family: 23 01:11:34 Model: 49 01:11:34 Model name: AMD EPYC-Rome Processor 01:11:34 Stepping: 0 01:11:34 CPU MHz: 2800.000 01:11:34 BogoMIPS: 5600.00 01:11:34 Virtualization: AMD-V 01:11:34 Hypervisor vendor: KVM 01:11:34 Virtualization type: full 01:11:34 L1d cache: 64 KiB 01:11:34 L1i cache: 64 KiB 01:11:34 L2 cache: 1 MiB 01:11:34 L3 cache: 32 MiB 01:11:34 NUMA node0 CPU(s): 0,1 01:11:34 Vulnerability Itlb multihit: Not affected 01:11:34 Vulnerability L1tf: Not affected 01:11:34 Vulnerability Mds: Not affected 01:11:34 Vulnerability Meltdown: Not affected 01:11:34 Vulnerability Mmio stale data: Not affected 01:11:34 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:11:34 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 01:11:34 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 01:11:34 Vulnerability Srbds: Not affected 01:11:34 Vulnerability Tsx async abort: Not affected 01:11:34 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:11:34 01:11:34 01:11:34 ---> nproc: 01:11:34 2 01:11:34 01:11:34 01:11:34 ---> df -h: 01:11:34 Filesystem Size Used Avail Use% Mounted on 01:11:34 overlay 40G 7.3G 33G 19% / 01:11:34 tmpfs 64M 0 64M 0% /dev 01:11:34 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 01:11:34 shm 64M 0 64M 0% /dev/shm 01:11:34 /dev/vda1 40G 7.3G 33G 19% /facter-os 01:11:34 01:11:34 01:11:34 Cannot open /var/log/sysstat/sa23: No such file or directory 01:11:34 Please check if data collecting is enabled 01:11:34 subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:11:34 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 01:11:34 $ docker stop --time=1 ef5a609c9464da89dc15daa3cd76f61aa7e9016441408d02c0f8778f4737cd18 01:11:36 $ docker rm -f --volumes ef5a609c9464da89dc15daa3cd76f61aa7e9016441408d02c0f8778f4737cd18 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 01:11:36 [WS-CLEANUP] Deleting project workspace... 01:11:36 [WS-CLEANUP] Deferred wipeout is used... 01:11:36 [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:11:36 01:11:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:11:36 latest: Pulling from edgex-lftools-log-publisher 01:11:36 5eb5b503b376: Pulling fs layer 01:11:36 5c69ac0246d0: Pulling fs layer 01:11:36 ec43610c2a17: Pulling fs layer 01:11:36 3a2ae6a8a46f: Pulling fs layer 01:11:36 33b1e0a273af: Pulling fs layer 01:11:36 5d3b04190fa2: Pulling fs layer 01:11:36 2f39f015ded8: Pulling fs layer 01:11:36 33b1e0a273af: Waiting 01:11:36 2f39f015ded8: Waiting 01:11:36 5d3b04190fa2: Waiting 01:11:36 3a2ae6a8a46f: Waiting 01:11:36 5c69ac0246d0: Download complete 01:11:36 3a2ae6a8a46f: Verifying Checksum 01:11:36 3a2ae6a8a46f: Download complete 01:11:36 33b1e0a273af: Verifying Checksum 01:11:36 33b1e0a273af: Download complete 01:11:36 ec43610c2a17: Download complete 01:11:36 5d3b04190fa2: Verifying Checksum 01:11:36 5d3b04190fa2: Download complete 01:11:37 5eb5b503b376: Verifying Checksum 01:11:37 5eb5b503b376: Download complete 01:11:37 2f39f015ded8: Download complete 01:11:39 5eb5b503b376: Pull complete 01:11:39 5c69ac0246d0: Pull complete 01:11:39 ec43610c2a17: Pull complete 01:11:39 3a2ae6a8a46f: Pull complete 01:11:39 33b1e0a273af: Pull complete 01:11:39 5d3b04190fa2: Pull complete 01:11:46 2f39f015ded8: Pull complete 01:11:46 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 01:11:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:11:46 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } 01:11:46 f0f3c8884826: Pull complete [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:11:46 prd-ubuntu20.04-docker-8c-8g-5580 does not seem to be running inside a container 01:11:46 $ 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:11:46 c7e7622c144d: Pull complete 01:11:47 4f4fb700ef54: Pull complete 01:11:47 e8859aadc426: Pull complete 01:11:48 $ docker top ba3e39bb20d9af531048a4875392432454c32d965422398c0e64bd9f9e0a1487 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:11:49 ---> job-cost.sh 01:11:49 lf-activate-venv: SKIPPING 01:11:49 INFO: No Stack... 01:11:49 INFO: Retrieving Pricing Info for: v3-standard-8 01:11:49 INFO: Archiving Costs [Pipeline] sh 01:11:49 + cut -d, -f6 01:11:49 + cat /w/workspace/edgexfoundry_device-rest-go_main/archives/cost.csv [Pipeline] lock 01:11:49 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-208-stack-cost] 01:11:49 Resource [jenkins-edgexfoundry-device-rest-go-main-208-stack-cost] did not exist. Created. 01:11:49 Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-208-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:11:50 + echo total: 0.2199999988079071 [Pipeline] stash 01:11:50 Stashed 1 file(s) [Pipeline] } 01:11:50 Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-208-stack-cost] [Pipeline] // lock [Pipeline] } 01:11:50 $ docker stop --time=1 ba3e39bb20d9af531048a4875392432454c32d965422398c0e64bd9f9e0a1487 01:11:51 $ docker rm -f --volumes ba3e39bb20d9af531048a4875392432454c32d965422398c0e64bd9f9e0a1487 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 01:11:55 b4813487a9f6: Pull complete 01:11:57 502a3d64fb4b: Pull complete 01:11:57 Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde 01:11:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:11:57 ---> 3bb21d53e231 01:11:57 Step 3/12 : ARG ADD_BUILD_TAGS="" 01:11:59 ---> Running in 66634919363e 01:11:59 Removing intermediate container 66634919363e 01:11:59 ---> bbd64531c883 01:11:59 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:11:59 ---> Running in 9da15538b597 01:11:59 Removing intermediate container 9da15538b597 01:11:59 ---> 80a505d13cae 01:11:59 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 01:11:59 ---> Running in 53950dae82b6 01:12:00 Removing intermediate container 53950dae82b6 01:12:00 ---> ed242275d9e5 01:12:00 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 01:12:00 ---> Running in 8902fd8eb4b3 01:12:00 Removing intermediate container 8902fd8eb4b3 01:12:00 ---> 4b8455cae923 01:12:00 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:12:00 ---> Running in 39fad32f623f 01:12:00 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:12:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:12:01 01:12:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:12:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:12:01 arm64: Pulling from edgex-lftools-log-publisher 01:12:01 8998bd30e6a1: Pulling fs layer 01:12:01 04944245beec: Pulling fs layer 01:12:01 699f458cf7ca: Pulling fs layer 01:12:01 765212b225bb: Pulling fs layer 01:12:01 f23df028b6ca: Pulling fs layer 01:12:01 d65c8cfc05b1: Pulling fs layer 01:12:01 2437ff75d9bd: Pulling fs layer 01:12:01 765212b225bb: Waiting 01:12:01 f23df028b6ca: Waiting 01:12:01 d65c8cfc05b1: Waiting 01:12:01 2437ff75d9bd: Waiting 01:12:01 04944245beec: Verifying Checksum 01:12:01 04944245beec: Download complete 01:12:01 765212b225bb: Download complete 01:12:01 f23df028b6ca: Verifying Checksum 01:12:01 f23df028b6ca: Download complete 01:12:01 d65c8cfc05b1: Verifying Checksum 01:12:01 d65c8cfc05b1: Download complete 01:12:02 699f458cf7ca: Verifying Checksum 01:12:02 699f458cf7ca: Download complete 01:12:02 8998bd30e6a1: Verifying Checksum 01:12:02 8998bd30e6a1: Download complete 01:12:04 2437ff75d9bd: Verifying Checksum 01:12:04 2437ff75d9bd: Download complete 01:12:07 8998bd30e6a1: Pull complete 01:12:07 04944245beec: Pull complete 01:12:09 699f458cf7ca: Pull complete 01:12:09 765212b225bb: Pull complete 01:12:10 f23df028b6ca: Pull complete 01:12:10 d65c8cfc05b1: Pull complete 01:12:28 2437ff75d9bd: Pull complete 01:12:28 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 01:12:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:12:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:12:29 prd-ubuntu20.04-docker-arm64-4c-16g-5581 does not seem to be running inside a container 01:12:29 $ 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/208 -v /w/workspace/device-rest-go/208:/w/workspace/device-rest-go/208:rw,z -v /w/workspace/device-rest-go/208@tmp:/w/workspace/device-rest-go/208@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:12:32 $ docker top b81f0c471bbe57001b4ea61b1b26f29fe4ff565168024c3d9a7aa7658e14c676 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:12:32 ---> job-cost.sh 01:12:32 lf-activate-venv: SKIPPING 01:12:32 INFO: No Stack... 01:12:33 INFO: Retrieving Pricing Info for: v3-standard-4 01:12:34 INFO: Archiving Costs [Pipeline] sh 01:12:34 + cat /w/workspace/device-rest-go/208/archives/cost.csv 01:12:34 + cut -d, -f6 [Pipeline] lock 01:12:34 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-208-stack-cost] 01:12:34 Resource [jenkins-edgexfoundry-device-rest-go-main-208-stack-cost] did not exist. Created. 01:12:34 Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-208-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:12:35 /w/workspace/device-rest-go/208@tmp/durable-46c1bb0e/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 01:12:36 + echo total: 0.10999999940395355 [Pipeline] stash 01:12:36 Warning: overwriting stash ‘stack-cost’ 01:12:36 Stashed 1 file(s) [Pipeline] } 01:12:36 Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-208-stack-cost] [Pipeline] // lock [Pipeline] } 01:12:36 $ docker stop --time=1 b81f0c471bbe57001b4ea61b1b26f29fe4ff565168024c3d9a7aa7658e14c676 01:12:37 $ docker rm -f --volumes b81f0c471bbe57001b4ea61b1b26f29fe4ff565168024c3d9a7aa7658e14c676 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 01:12:38 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:12:39 + [ -d /w/workspace/edgexfoundry_device-rest-go_main/archives ] 01:12:39 + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives 01:12:39 total 16 01:12:39 drwxr-xr-x 3 root root 4096 Jul 23 01:11 . 01:12:39 drwxrwxr-x 10 jenkins jenkins 4096 Jul 23 01:11 .. 01:12:39 drwxr-xr-x 2 root root 4096 Jul 23 01:11 cost 01:12:39 -rw-r--r-- 1 root root 86 Jul 23 01:11 cost.csv 01:12:39 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-rest-go_main/archives 01:12:39 + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives 01:12:39 total 16 01:12:39 drwxr-xr-x 3 jenkins jenkins 4096 Jul 23 01:11 . 01:12:39 drwxrwxr-x 10 jenkins jenkins 4096 Jul 23 01:11 .. 01:12:39 drwxr-xr-x 2 jenkins jenkins 4096 Jul 23 01:11 cost 01:12:39 -rw-r--r-- 1 jenkins jenkins 86 Jul 23 01:11 cost.csv [Pipeline] libraryResource [Pipeline] sh 01:12:39 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:12:40 ---> package-listing.sh 01:12:40 ++ tr '[:upper:]' '[:lower:]' 01:12:40 ++ facter osfamily 01:12:40 + OS_FAMILY=debian 01:12:40 + workspace=/w/workspace/edgexfoundry_device-rest-go_main 01:12:40 + START_PACKAGES=/tmp/packages_start.txt 01:12:40 + END_PACKAGES=/tmp/packages_end.txt 01:12:40 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:12:40 + PACKAGES=/tmp/packages_start.txt 01:12:40 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 01:12:40 + PACKAGES=/tmp/packages_end.txt 01:12:40 + case "${OS_FAMILY}" in 01:12:40 + dpkg -l 01:12:40 + grep '^ii' 01:12:40 + '[' -f /tmp/packages_start.txt ']' 01:12:40 + '[' -f /tmp/packages_end.txt ']' 01:12:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:12:40 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 01:12:40 + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ 01:12:40 + 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:12:40 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:12:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:12:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:12:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:12:41 prd-ubuntu20.04-docker-8c-8g-5580 does not seem to be running inside a container 01:12:41 $ 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:12:41 $ docker top 16a8b862178494dfc0e3361e20c9390c2318ad35dfec0b8bd97f1e7463802356 -eo pid,comm [Pipeline] { [Pipeline] sh 01:12:42 + touch /tmp/pre-build-complete [Pipeline] sh 01:12:42 + mkdir -p /var/log/sysstat [Pipeline] sh 01:12:42 + ls /var/log/sa-host 01:12:42 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:12:42 provisioning config files... 01:12:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config15050538797440682186tmp [Pipeline] { [Pipeline] echo 01:12:42 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:12:43 ---> create-netrc.sh [Pipeline] } 01:12:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:12:43 ---> python-tools-install.sh [Pipeline] echo 01:12:43 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:12:43 ---> sudo-logs.sh 01:12:43 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 01:12:43 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:12:43 ---> job-cost.sh 01:12:43 lf-activate-venv: SKIPPING 01:12:43 DEBUG: total: 0.2199999988079071 01:12:43 INFO: Retrieving Stack Cost... 01:12:44 INFO: Retrieving Pricing Info for: v3-standard-8 01:12:44 INFO: Archiving Costs [Pipeline] echo 01:12:44 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:12:44 ---> logs-deploy.sh 01:12:44 lf-activate-venv: SKIPPING 01:12:44 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/208 01:12:44 INFO: archiving workspace using pattern(s): 01:12:45 Archives upload complete. 01:12:45 INFO: archiving logs to Nexus