Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from e81f4a11d222bd0ac515cf42ad2c5638fc581316 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-ssh13626876843825683345.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-ssh8957559684937766071.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-ssh7128473053786174384.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-ssh15924954934869742392.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-ssh15162057775202928046.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-6055’ Running on prd-ubuntu20.04-docker-8c-8g-6063 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 e81f4a11d222bd0ac515cf42ad2c5638fc581316 (main) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#484)" > git config core.sparsecheckout # timeout=10 > git checkout -f e81f4a11d222bd0ac515cf42ad2c5638fc581316 # timeout=10 > git rev-list --no-walk b20f7a6907cc4e3631fe9fe6df33307b02a422bb # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:23:13 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:23:13 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:23:13 ========================================================= 01:23:13 EdgeX Global Pipelines Version Info 01:23:13 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:23:14 ------------------- 01:23:14 stable info: 01:23:14 ------------------- 01:23:14 Commited By: Ginny Guan ginny@iotechsys.com 01:23:14 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 01:23:14 Message: update stable to v1.0.274 01:23:14 ------------------- 01:23:14 experimental info: 01:23:14 ------------------- 01:23:14 Commited By: **** collab-it+edgex@linuxfoundation.org 01:23:14 Commit SHA: 056ae7b86453181957306e7078512cbe12174832 01:23:14 Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:23:14 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo 01:23:14 [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo 01:23:14 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:23:14 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:23:14 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:23:14 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 01:23:14 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 01:23:14 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 01:23:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:23:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:23:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 01:23:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo 01:23:15 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:23:15 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:23:15 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:23:15 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:23:15 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 01:23:15 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 01:23:15 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:23:15 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:23:15 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 01:23:15 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 01:23:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 01:23:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 01:23:15 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 01:23:15 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:23:15 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 01:23:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 01:23:15 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 01:23:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 01:23:15 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e81f4a11d222bd0ac515cf42ad2c5638fc581316 [Pipeline] echo 01:23:15 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e81f4a1 [Pipeline] echo 01:23:15 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:23:15 provisioning config files... 01:23:15 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config14606471586780191804tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:23:15 ---> ****-login.sh 01:23:15 nexus3.edgexfoundry.org:10001 01:23:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:23:16 01:23:16 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:23:16 Configure a credential helper to remove this warning. See 01:23:16 https://docs.****.com/go/credential-store/ 01:23:16 01:23:16 Login Succeeded 01:23:16 nexus3.edgexfoundry.org:10002 01:23:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:23:16 01:23:16 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:23:16 Configure a credential helper to remove this warning. See 01:23:16 https://docs.****.com/go/credential-store/ 01:23:16 01:23:16 Login Succeeded 01:23:16 nexus3.edgexfoundry.org:10003 01:23:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:23:16 01:23:16 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:23:16 Configure a credential helper to remove this warning. See 01:23:16 https://docs.****.com/go/credential-store/ 01:23:16 01:23:16 Login Succeeded 01:23:16 nexus3.edgexfoundry.org:10004 01:23:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:23:16 01:23:16 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:23:16 Configure a credential helper to remove this warning. See 01:23:16 https://docs.****.com/go/credential-store/ 01:23:16 01:23:16 Login Succeeded 01:23:16 ****.io 01:23:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:23:16 01:23:16 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:23:16 Configure a credential helper to remove this warning. See 01:23:16 https://docs.****.com/go/credential-store/ 01:23:16 01:23:16 Login Succeeded 01:23:16 ---> ****-login.sh ends [Pipeline] } 01:23:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 01:23:17 + git rev-list -1 --merges e81f4a11d222bd0ac515cf42ad2c5638fc581316~1..e81f4a11d222bd0ac515cf42ad2c5638fc581316 [Pipeline] echo 01:23:17 -----------> git rev-list -1 --merges e81f4a11d222bd0ac515cf42ad2c5638fc581316~1..e81f4a11d222bd0ac515cf42ad2c5638fc581316 e81f4a11d222bd0ac515cf42ad2c5638fc581316 [false] [Pipeline] sh 01:23:17 + git log --format=format:%s -1 e81f4a11d222bd0ac515cf42ad2c5638fc581316 [Pipeline] echo 01:23:17 ========================================================= 01:23:17 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 01:23:17 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:23:17 + git log --format=format:%s -1 e81f4a11d222bd0ac515cf42ad2c5638fc581316 [Pipeline] echo 01:23:17 [semverPrep] GIT_COMMIT: e81f4a11d222bd0ac515cf42ad2c5638fc581316, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#484) [Pipeline] echo 01:23:17 [semverPrep] This is not a build commit. [Pipeline] sh 01:23:18 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:23:18 + grep -v github /etc/ssh/ssh_known_hosts 01:23:18 + [ -e /tmp/ssh_known_hosts ] 01:23:18 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 01:23:18 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 01:23:18 + sudo tee -a /etc/ssh/ssh_known_hosts 01:23:18 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:23:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:23:18 01:23:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:23:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:23:18 0.1.4: Pulling from edgex-devops/py-git-semver 01:23:18 3dae71ba6b94: Pulling fs layer 01:23:18 6bf1a483ea7c: Pulling fs layer 01:23:18 f5dfc541a4d3: Pulling fs layer 01:23:18 461d9e800cba: Pulling fs layer 01:23:18 80192f66455f: Pulling fs layer 01:23:18 2e8e34ca0e6c: Pulling fs layer 01:23:18 a29436f7fd5d: Pulling fs layer 01:23:18 923cac83aea3: Pulling fs layer 01:23:18 25ad8b0a4227: Pulling fs layer 01:23:18 461d9e800cba: Waiting 01:23:18 2e8e34ca0e6c: Waiting 01:23:18 a29436f7fd5d: Waiting 01:23:18 25ad8b0a4227: Waiting 01:23:18 923cac83aea3: Waiting 01:23:18 db01528c6b51: Pulling fs layer 01:23:18 28988de357af: Pulling fs layer 01:23:18 db01528c6b51: Waiting 01:23:18 28988de357af: Waiting 01:23:18 6bf1a483ea7c: Verifying Checksum 01:23:18 6bf1a483ea7c: Download complete 01:23:18 461d9e800cba: Download complete 01:23:18 80192f66455f: Download complete 01:23:19 f5dfc541a4d3: Verifying Checksum 01:23:19 f5dfc541a4d3: Download complete 01:23:19 3dae71ba6b94: Verifying Checksum 01:23:19 3dae71ba6b94: Download complete 01:23:19 923cac83aea3: Download complete 01:23:19 25ad8b0a4227: Verifying Checksum 01:23:19 25ad8b0a4227: Download complete 01:23:19 db01528c6b51: Verifying Checksum 01:23:19 db01528c6b51: Download complete 01:23:19 28988de357af: Verifying Checksum 01:23:19 28988de357af: Download complete 01:23:19 a29436f7fd5d: Verifying Checksum 01:23:19 a29436f7fd5d: Download complete 01:23:19 2e8e34ca0e6c: Verifying Checksum 01:23:19 2e8e34ca0e6c: Download complete 01:23:20 3dae71ba6b94: Pull complete 01:23:20 6bf1a483ea7c: Pull complete 01:23:21 f5dfc541a4d3: Pull complete 01:23:21 461d9e800cba: Pull complete 01:23:21 80192f66455f: Pull complete 01:23:25 2e8e34ca0e6c: Pull complete 01:23:26 a29436f7fd5d: Pull complete 01:23:26 923cac83aea3: Pull complete 01:23:26 25ad8b0a4227: Pull complete 01:23:26 db01528c6b51: Pull complete 01:23:26 28988de357af: Pull complete 01:23:26 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 01:23:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:23:26 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:23:26 prd-ubuntu20.04-docker-8c-8g-6063 does not seem to be running inside a container 01:23:26 $ 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:23:28 $ docker top 4cea963c616fc263e28938cc94518492e44d8f5916add923300308038812b330 -eo pid,comm 01:23:28 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:23:28 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:23:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:23:28 [ssh-agent] Looking for ssh-agent implementation... 01:23:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:23:28 $ docker exec 4cea963c616fc263e28938cc94518492e44d8f5916add923300308038812b330 ssh-agent 01:23:29 SSH_AUTH_SOCK=/tmp/ssh-MvWgV1cjIVSm/agent.32 01:23:29 SSH_AGENT_PID=38 01:23:29 Running ssh-add (command line suppressed) 01:23:29 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_6589847993475968406.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_6589847993475968406.key) 01:23:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:23:29 + git tag --points-at HEAD [Pipeline] } 01:23:29 $ docker exec --env ******** --env ******** 4cea963c616fc263e28938cc94518492e44d8f5916add923300308038812b330 ssh-agent -k 01:23:29 unset SSH_AUTH_SOCK; 01:23:29 unset SSH_AGENT_PID; 01:23:29 echo Agent pid 38 killed; 01:23:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:23:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:23:29 [ssh-agent] Looking for ssh-agent implementation... 01:23:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:23:29 $ docker exec 4cea963c616fc263e28938cc94518492e44d8f5916add923300308038812b330 ssh-agent 01:23:29 SSH_AUTH_SOCK=/tmp/ssh-dlNog1Lwloj1/agent.71 01:23:29 SSH_AGENT_PID=77 01:23:29 Running ssh-add (command line suppressed) 01:23:29 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_12150387629634379974.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_12150387629634379974.key) 01:23:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:23:30 + git semver init 01:23:30 2025-08-01 01:23:30,475 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 01:23:30 2025-08-01 01:23:30,480 [run_init] DEBUG init version:0.0.0 force:False 01:23:30 2025-08-01 01:23:30,481 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-rest-go_main/.semver 01:23:30 2025-08-01 01:23:30,481 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/edgexfoundry_device-rest-go_main/.semver 01:23:30 2025-08-01 01:23:30,481 [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:23:31 2025-08-01 01:23:31,882 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-rest-go_main/.git/info/exclude 01:23:31 2025-08-01 01:23:31,882 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:False 01:23:31 2025-08-01 01:23:31,882 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 01:23:31 2025-08-01 01:23:31,883 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 01:23:31 4.1.0-dev.9 [Pipeline] } 01:23:32 $ docker exec --env ******** --env ******** 4cea963c616fc263e28938cc94518492e44d8f5916add923300308038812b330 ssh-agent -k 01:23:32 unset SSH_AUTH_SOCK; 01:23:32 unset SSH_AGENT_PID; 01:23:32 echo Agent pid 77 killed; 01:23:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:23:32 + git semver [Pipeline] } 01:23:32 $ docker stop --time=1 4cea963c616fc263e28938cc94518492e44d8f5916add923300308038812b330 01:23:34 $ docker rm -f --volumes 4cea963c616fc263e28938cc94518492e44d8f5916add923300308038812b330 [Pipeline] // withDockerContainer [Pipeline] sh 01:23:34 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:23:34 Stashed 1 file(s) [Pipeline] echo 01:23:34 [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:23:34 provisioning config files... 01:23:34 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config8409623782665224374tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:23:35 ---> ****-login.sh 01:23:35 nexus3.edgexfoundry.org:10001 01:23:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:23:35 Login Succeeded 01:23:35 nexus3.edgexfoundry.org:10002 01:23:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:23:35 Login Succeeded 01:23:35 nexus3.edgexfoundry.org:10003 01:23:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:23:35 Login Succeeded 01:23:35 nexus3.edgexfoundry.org:10004 01:23:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:23:35 Login Succeeded 01:23:35 ****.io 01:23:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:23:35 Login Succeeded 01:23:35 ---> ****-login.sh ends [Pipeline] } 01:23:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:23:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:23:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:23:35 ========================================================= 01:23:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 01:23:35 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:23:36 + 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:23:37 #0 building with "default" instance using docker driver 01:23:37 01:23:37 #1 [internal] load build definition from Dockerfile 01:23:37 #1 transferring dockerfile: 1.74kB done 01:23:37 #1 DONE 0.0s 01:23:37 01:23:37 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:23:37 #2 DONE 0.1s 01:23:37 01:23:37 #3 [internal] load .dockerignore 01:23:37 #3 transferring context: 193B done 01:23:37 #3 DONE 0.0s 01:23:37 01:23:37 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 01:23:37 #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 0.0s done 01:23:37 #4 sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 685B / 685B done 01:23:37 #4 sha256:ea6120ae94a0356f97603cf7c451f67990211a3e020e5a30d412335b108fdc34 4.22kB / 4.22kB done 01:23:37 #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s 01:23:37 #4 sha256:e873195afa03f66c4477d62a47bde445cf4ea723c241a30f98137b48a10af2e9 2.08kB / 2.08kB done 01:23:37 #4 sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 294.40kB / 294.40kB 0.1s done 01:23:37 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 3.15MB / 74.06MB 0.1s 01:23:37 #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done 01:23:37 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 14.68MB / 74.06MB 0.2s 01:23:37 #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 01:23:37 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 1.05MB / 100.52MB 0.2s 01:23:37 #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s done 01:23:37 #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done 01:23:37 #4 sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 440B / 440B 0.1s done 01:23:37 #4 sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 1.05MB / 2.38MB 0.2s 01:23:37 #4 ... 01:23:37 01:23:37 #5 [internal] load build context 01:23:37 #5 transferring context: 21.61MB 0.2s done 01:23:37 #5 DONE 0.2s 01:23:37 01:23:37 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 01:23:37 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 31.46MB / 74.06MB 0.3s 01:23:37 #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s done 01:23:37 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 8.39MB / 100.52MB 0.3s 01:23:37 #4 sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 2.38MB / 2.38MB 0.2s done 01:23:37 #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 1.05MB / 13.29MB 0.3s 01:23:37 #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 01:23:37 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 69.21MB / 74.06MB 0.5s 01:23:37 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 30.41MB / 100.52MB 0.5s 01:23:37 #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 13.29MB / 13.29MB 0.5s done 01:23:37 #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 0.1s done 01:23:37 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.6s 01:23:37 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 46.14MB / 100.52MB 0.6s 01:23:37 #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 01:23:37 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.6s done 01:23:37 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 66.42MB / 100.52MB 0.7s 01:23:37 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 100.52MB / 100.52MB 0.9s 01:23:37 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 100.52MB / 100.52MB 1.0s done 01:23:43 #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 4.5s done 01:23:43 #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 01:23:43 #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 done 01:23:43 #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done 01:23:43 #4 extracting sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 done 01:23:43 #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 01:23:43 #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 0.0s done 01:23:43 #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 0.1s 01:23:46 #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 3.1s done 01:23:46 #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0.1s 01:23:47 #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0.9s done 01:23:47 #4 DONE 9.9s 01:23:47 01:23:47 #6 [builder 2/7] RUN apk add --update --no-cache make git openssh-client 01:23:47 #6 0.200 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:23:47 #6 0.354 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:23:47 #6 0.682 (1/4) Installing openssh-keygen (9.7_p1-r5) 01:23:47 #6 0.690 (2/4) Installing libedit (20240517.3.1-r0) 01:23:47 #6 0.697 (3/4) Installing openssh-client-common (9.7_p1-r5) 01:23:47 #6 0.726 (4/4) Installing openssh-client-default (9.7_p1-r5) 01:23:47 #6 0.739 Executing busybox-1.36.1-r29.trigger 01:23:47 #6 0.748 OK: 252 MiB in 62 packages 01:23:49 #6 DONE 2.3s 01:23:49 01:23:49 #7 [builder 3/7] WORKDIR /device-rest-go 01:23:49 #7 DONE 0.0s 01:23:49 01:23:49 #8 [builder 4/7] COPY go.mod vendor* ./ 01:23:49 #8 DONE 0.0s 01:23:49 01:23:49 #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:23:49 Still waiting to schedule task 01:23:49 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-6059’ 01:24:28 #9 DONE 33.4s 01:24:28 01:24:28 #10 [builder 6/7] COPY . . 01:24:28 #10 DONE 0.1s 01:24:28 01:24:28 #11 [builder 7/7] RUN echo noop 01:24:28 #11 0.201 noop 01:24:28 #11 DONE 0.2s 01:24:28 01:24:28 #12 exporting to image 01:24:28 #12 exporting layers 01:24:30 #12 exporting layers 7.5s done 01:24:30 #12 writing image sha256:dfba74c49c8e11d9236f1149ae28d1463cdf1961b99174a109f12e4be81829e1 done 01:24:30 #12 naming to docker.io/library/ci-base-image-x86_64 done 01:24:30 #12 DONE 7.5s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:24:31 + docker inspect -f . ci-base-image-x86_64 01:24:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:24:31 prd-ubuntu20.04-docker-8c-8g-6063 does not seem to be running inside a container 01:24:31 $ 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:24:31 $ docker top 22e343864f0629264bc68f501c68ceea2d6ad354d3b01d067ed48a7e1b8514ce -eo pid,comm [Pipeline] { [Pipeline] sh 01:24:31 + go version 01:24:31 go version go1.23.9 linux/amd64 [Pipeline] } 01:24:31 $ docker stop --time=1 22e343864f0629264bc68f501c68ceea2d6ad354d3b01d067ed48a7e1b8514ce 01:24:33 $ docker rm -f --volumes 22e343864f0629264bc68f501c68ceea2d6ad354d3b01d067ed48a7e1b8514ce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:24:33 + docker inspect -f . ci-base-image-x86_64 01:24:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:24:33 prd-ubuntu20.04-docker-8c-8g-6063 does not seem to be running inside a container 01:24:33 $ 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:24:33 $ docker top c11560dd1c34c0618907bee172a757c0ccab7877d0d29aed32bc59f2dd855ce2 -eo pid,comm [Pipeline] { [Pipeline] sh 01:24:34 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] fileExists [Pipeline] sh 01:24:34 + make test 01:24:34 go test ./... -coverprofile=coverage.out ./... 01:24:35 ? github.com/edgexfoundry/device-rest-go [no test files] 01:24:57 github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements 01:24:57 ok github.com/edgexfoundry/device-rest-go/driver 0.011s coverage: 32.2% of statements 01:25:07 go vet ./... 01:25:14 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:25:14 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:25:14 ./bin/test-attribution-txt.sh 01:25:14 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 01:25:14 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add 01:25:14 An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add 01:25:14 An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add 01:25:14 An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo 01:25:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 01:25:14 $ docker stop --time=1 c11560dd1c34c0618907bee172a757c0ccab7877d0d29aed32bc59f2dd855ce2 01:25:16 $ docker rm -f --volumes c11560dd1c34c0618907bee172a757c0ccab7877d0d29aed32bc59f2dd855ce2 [Pipeline] // withDockerContainer [Pipeline] sh 01:25:16 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:25:16 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 01:25:17 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:25:17 + ls -al . 01:25:17 total 244 01:25:17 drwxrwxr-x 9 jenkins jenkins 4096 Aug 1 01:24 . 01:25:17 drwxrwxr-x 4 jenkins jenkins 4096 Aug 1 01:23 .. 01:25:17 -rw-rw-r-- 1 jenkins jenkins 151 Aug 1 01:23 .dockerignore 01:25:17 drwxrwxr-x 8 jenkins jenkins 4096 Aug 1 01:24 .git 01:25:17 drwxrwxr-x 3 jenkins jenkins 4096 Aug 1 01:23 .github 01:25:17 -rw-rw-r-- 1 jenkins jenkins 264 Aug 1 01:23 .gitignore 01:25:17 -rw-rw-r-- 1 jenkins jenkins 41 Aug 1 01:23 .golangci.yml 01:25:17 drwxr-xr-x 3 jenkins jenkins 4096 Aug 1 01:23 .semver 01:25:17 -rw-rw-r-- 1 jenkins jenkins 20138 Aug 1 01:23 Attribution.txt 01:25:17 -rw-rw-r-- 1 jenkins jenkins 18492 Aug 1 01:23 CHANGELOG.md 01:25:17 -rw-rw-r-- 1 jenkins jenkins 1697 Aug 1 01:23 Dockerfile 01:25:17 -rw-rw-r-- 1 jenkins jenkins 677 Aug 1 01:23 GOVERNANCE.md 01:25:17 -rw-rw-r-- 1 jenkins jenkins 680 Aug 1 01:23 Jenkinsfile 01:25:17 -rw-rw-r-- 1 jenkins jenkins 11340 Aug 1 01:23 LICENSE 01:25:17 -rw-rw-r-- 1 jenkins jenkins 2598 Aug 1 01:23 Makefile 01:25:17 -rw-rw-r-- 1 jenkins jenkins 620 Aug 1 01:23 OWNERS.md 01:25:17 -rw-rw-r-- 1 jenkins jenkins 3989 Aug 1 01:23 README.md 01:25:17 -rw-rw-r-- 1 jenkins jenkins 11 Aug 1 01:23 VERSION 01:25:17 drwxrwxr-x 2 jenkins jenkins 4096 Aug 1 01:23 bin 01:25:17 drwxrwxr-x 3 jenkins jenkins 4096 Aug 1 01:23 cmd 01:25:17 -rw-r--r-- 1 jenkins jenkins 14565 Aug 1 01:24 coverage.out 01:25:17 drwxrwxr-x 2 jenkins jenkins 4096 Aug 1 01:23 driver 01:25:17 -rw-rw-r-- 1 jenkins jenkins 6274 Aug 1 01:23 go.mod 01:25:17 -rw-rw-r-- 1 jenkins jenkins 86767 Aug 1 01:23 go.sum 01:25:17 drwxrwxr-x 3 jenkins jenkins 4096 Aug 1 01:23 openapi 01:25:17 -rw-rw-r-- 1 jenkins jenkins 713 Aug 1 01:23 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:25:17 + 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=e81f4a11d222bd0ac515cf42ad2c5638fc581316 --label arch=amd64 --label version=4.1.0-dev.9 . 01:25:18 #0 building with "default" instance using docker driver 01:25:18 01:25:18 #1 [internal] load build definition from Dockerfile 01:25:18 #1 transferring dockerfile: 1.74kB done 01:25:18 #1 WARN: UndefinedVar: Usage of undefined variable '$VERSION' (line 41) 01:25:18 #1 DONE 0.0s 01:25:18 01:25:18 #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:25:18 #2 DONE 0.0s 01:25:18 01:25:18 #3 [internal] load metadata for docker.io/library/alpine:3.20 01:25:18 #3 DONE 0.1s 01:25:18 01:25:18 #4 [internal] load .dockerignore 01:25:18 #4 transferring context: 193B done 01:25:18 #4 DONE 0.0s 01:25:18 01:25:18 #5 [stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:25:18 #5 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:25:18 #5 ... 01:25:18 01:25:18 #6 [internal] load build context 01:25:18 #6 transferring context: 18.46kB done 01:25:18 #6 DONE 0.0s 01:25:18 01:25:18 #7 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 01:25:18 #7 DONE 0.1s 01:25:18 01:25:18 #5 [stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:25:18 #5 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 01:25:18 #5 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 01:25:18 #5 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 01:25:18 #5 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 01:25:18 #5 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 01:25:18 #5 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 01:25:18 #5 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.1s done 01:25:18 #5 DONE 0.2s 01:25:18 01:25:18 #8 [builder 2/7] RUN apk add --update --no-cache make git openssh-client 01:25:18 #8 0.240 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:25:18 #8 0.331 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:25:18 #8 0.616 OK: 252 MiB in 62 packages 01:25:18 #8 DONE 0.7s 01:25:18 01:25:18 #9 [stage-1 2/6] RUN apk add --update --no-cache dumb-init 01:25:18 #9 0.210 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:25:18 #9 0.288 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:25:18 #9 0.554 (1/1) Installing dumb-init (1.2.5-r3) 01:25:18 #9 0.560 Executing busybox-1.36.1-r29.trigger 01:25:18 #9 0.580 OK: 8 MiB in 15 packages 01:25:18 #9 DONE 0.7s 01:25:18 01:25:18 #10 [builder 3/7] WORKDIR /device-rest-go 01:25:18 #10 DONE 0.0s 01:25:18 01:25:18 #11 [builder 4/7] COPY go.mod vendor* ./ 01:25:18 #11 DONE 0.0s 01:25:18 01:25:18 #12 [stage-1 3/6] RUN apk --no-cache upgrade 01:25:19 #12 0.298 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:25:19 #12 ... 01:25:19 01:25:19 #13 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:25:19 #13 DONE 0.5s 01:25:19 01:25:19 #12 [stage-1 3/6] RUN apk --no-cache upgrade 01:25:19 #12 0.374 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:25:19 #12 ... 01:25:19 01:25:19 #14 [builder 6/7] COPY . . 01:25:19 #14 DONE 0.1s 01:25:19 01:25:19 #12 [stage-1 3/6] RUN apk --no-cache upgrade 01:25:19 #12 0.725 OK: 8 MiB in 15 packages 01:25:19 #12 DONE 0.8s 01:25:19 01:25:19 #15 [builder 7/7] RUN make build 01:25:20 #15 0.258 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.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd 01:25:46 #15 DONE 23.6s 01:25:46 01:25:46 #16 [stage-1 4/6] COPY --from=builder /device-rest-go/cmd / 01:25:46 #16 DONE 0.1s 01:25:46 01:25:46 #17 [stage-1 5/6] COPY --from=builder /device-rest-go/LICENSE / 01:25:46 #17 DONE 0.0s 01:25:46 01:25:46 #18 [stage-1 6/6] COPY --from=builder /device-rest-go/Attribution.txt / 01:25:46 #18 DONE 0.0s 01:25:46 01:25:46 #19 exporting to image 01:25:46 #19 exporting layers 01:25:46 #19 exporting layers 0.2s done 01:25:46 #19 writing image sha256:9d04832cc1161e982ead7c58563d4b76e85a8cd8eb2ca26f539394617216c490 done 01:25:46 #19 naming to docker.io/library/device-rest done 01:25:46 #19 DONE 0.2s 01:25:46 01:25:46 1 warning found (use docker --debug to expand): 01:25:46  - 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:25:46 provisioning config files... 01:25:46 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config7437776996043993241tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:25:46 ---> ****-login.sh 01:25:46 nexus3.edgexfoundry.org:10001 01:25:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:25:46 Login Succeeded 01:25:46 nexus3.edgexfoundry.org:10002 01:25:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:25:46 Login Succeeded 01:25:46 nexus3.edgexfoundry.org:10003 01:25:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:25:47 Login Succeeded 01:25:47 nexus3.edgexfoundry.org:10004 01:25:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:25:47 Login Succeeded 01:25:47 ****.io 01:25:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:25:47 Login Succeeded 01:25:47 ---> ****-login.sh ends [Pipeline] } 01:25:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:25:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:25:47 [edgeXDocker.push] Tagging docker image device-rest with the following tags: 01:25:47 e81f4a11d222bd0ac515cf42ad2c5638fc581316 01:25:47 latest 01:25:47 4.1.0-dev.9 01:25:47 e81f4a11d222bd0ac515cf42ad2c5638fc581316-4.1.0-dev.9 01:25:47 main 01:25:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:25:47 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:25:48 + docker push nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316 01:25:48 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 01:25:48 98577e16b801: Preparing 01:25:48 ceb07f79930a: Preparing 01:25:48 83f102f61dd9: Preparing 01:25:48 1d2c2e761463: Preparing 01:25:48 d2dc3539cfa8: Preparing 01:25:48 097100c76c15: Preparing 01:25:48 097100c76c15: Waiting 01:25:48 d2dc3539cfa8: Pushed 01:25:48 ceb07f79930a: Pushed 01:25:48 097100c76c15: Layer already exists 01:25:48 98577e16b801: Pushed 01:25:48 1d2c2e761463: Pushed 01:25:51 83f102f61dd9: Pushed 01:25:51 e81f4a11d222bd0ac515cf42ad2c5638fc581316: digest: sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:25:51 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:25:52 + docker push nexus3.edgexfoundry.org:10004/device-rest:latest 01:25:52 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 01:25:52 98577e16b801: Preparing 01:25:52 ceb07f79930a: Preparing 01:25:52 83f102f61dd9: Preparing 01:25:52 1d2c2e761463: Preparing 01:25:52 d2dc3539cfa8: Preparing 01:25:52 097100c76c15: Preparing 01:25:52 097100c76c15: Waiting 01:25:52 1d2c2e761463: Layer already exists 01:25:52 d2dc3539cfa8: Layer already exists 01:25:52 ceb07f79930a: Layer already exists 01:25:52 98577e16b801: Layer already exists 01:25:52 83f102f61dd9: Layer already exists 01:25:52 097100c76c15: Layer already exists 01:25:52 latest: digest: sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:25:52 + 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:25:52 + docker push nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9 01:25:52 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 01:25:52 98577e16b801: Preparing 01:25:52 ceb07f79930a: Preparing 01:25:52 83f102f61dd9: Preparing 01:25:52 1d2c2e761463: Preparing 01:25:52 d2dc3539cfa8: Preparing 01:25:52 097100c76c15: Preparing 01:25:52 097100c76c15: Waiting 01:25:52 ceb07f79930a: Layer already exists 01:25:52 d2dc3539cfa8: Layer already exists 01:25:52 1d2c2e761463: Layer already exists 01:25:52 83f102f61dd9: Layer already exists 01:25:52 98577e16b801: Layer already exists 01:25:52 097100c76c15: Layer already exists 01:25:52 4.1.0-dev.9: digest: sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:25:53 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:25:53 + docker push nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316-4.1.0-dev.9 01:25:53 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 01:25:53 98577e16b801: Preparing 01:25:53 ceb07f79930a: Preparing 01:25:53 83f102f61dd9: Preparing 01:25:53 1d2c2e761463: Preparing 01:25:53 d2dc3539cfa8: Preparing 01:25:53 097100c76c15: Preparing 01:25:53 097100c76c15: Waiting 01:25:53 d2dc3539cfa8: Layer already exists 01:25:53 ceb07f79930a: Layer already exists 01:25:53 98577e16b801: Layer already exists 01:25:53 83f102f61dd9: Layer already exists 01:25:53 1d2c2e761463: Layer already exists 01:25:53 097100c76c15: Layer already exists 01:25:53 e81f4a11d222bd0ac515cf42ad2c5638fc581316-4.1.0-dev.9: digest: sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:25:53 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:25:54 + docker push nexus3.edgexfoundry.org:10004/device-rest:main 01:25:54 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 01:25:54 98577e16b801: Preparing 01:25:54 ceb07f79930a: Preparing 01:25:54 83f102f61dd9: Preparing 01:25:54 1d2c2e761463: Preparing 01:25:54 d2dc3539cfa8: Preparing 01:25:54 097100c76c15: Preparing 01:25:54 097100c76c15: Waiting 01:25:54 ceb07f79930a: Layer already exists 01:25:54 1d2c2e761463: Layer already exists 01:25:54 98577e16b801: Layer already exists 01:25:54 83f102f61dd9: Layer already exists 01:25:54 d2dc3539cfa8: Layer already exists 01:25:54 097100c76c15: Layer already exists 01:25:54 main: digest: sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:25:54 ===================================================== [Pipeline] echo 01:25:54 taggedImages: 01:25:54 - nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316 01:25:54 - nexus3.edgexfoundry.org:10004/device-rest:latest 01:25:54 - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9 01:25:54 - nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316-4.1.0-dev.9 01:25:54 - nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] echo 01:25:54 ========================================================= 01:25:54 [edgeXBuildMultiArch] RAW Config: 01:25:54 images: 01:25:54 - nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316 01:25:54 - nexus3.edgexfoundry.org:10004/device-rest:latest 01:25:54 - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9 01:25:54 - nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316-4.1.0-dev.9 01:25:54 - nexus3.edgexfoundry.org:10004/device-rest:main 01:25:54 settingsFile: 01:25:54 device-rest-go-settings 01:25:54 ========================================================= [Pipeline] node 01:26:09 Still waiting to schedule task 01:26:09 All nodes of label ‘centos7-docker-4c-2g’ are offline 01:26:48 Running on prd-ubuntu20.04-docker-arm64-4c-16g-6066 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] ws 01:26:48 Running in /w/workspace/device-rest-go/209 [Pipeline] { [Pipeline] checkout 01:26:48 The recommended git tool is: git 01:26:53 using credential edgex-jenkins-ssh 01:26:54 Cloning the remote Git repository 01:26:54 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 01:26:54 > git init /w/workspace/device-rest-go/209 # timeout=10 01:26:54 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 01:26:54 > git --version # timeout=10 01:26:54 > git --version # 'git version 2.25.1' 01:26:54 using GIT_SSH to set credentials SSH Credentials for GitHub 01:26:54 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:26:58 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 01:26:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:26:59 Avoid second fetch 01:26:59 Checking out Revision e81f4a11d222bd0ac515cf42ad2c5638fc581316 (main) 01:26:59 > git config core.sparsecheckout # timeout=10 01:26:59 > git checkout -f e81f4a11d222bd0ac515cf42ad2c5638fc581316 # timeout=10 01:27:00 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#484)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:27:04 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 01:27:04 % Total % Received % Xferd Average Speed Time Time Time Current 01:27:04 Dload Upload Total Spent Left Speed 01:27:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14 100 14 0 0 254 0 --:--:-- --:--:-- --:--:-- 254 [Pipeline] sh 01:27:05 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 01:27:05 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 01:27:05 + sudo tee /etc/docker/daemon.new 01:27:05 { 01:27:05 "registry-mirrors": [ 01:27:05 "https://nexus3.edgexfoundry.org:10001" 01:27:05 ], 01:27:05 "bip": "10.250.0.254/24", 01:27:05 "hosts": [ 01:27:05 "tcp://0.0.0.0:5555", 01:27:05 "unix:///var/run/docker.sock" 01:27:05 ], 01:27:05 "mtu": 1458, 01:27:05 "selinux-enabled": true, 01:27:05 "seccomp-profile": "/etc/docker/seccomp.json" 01:27:05 } [Pipeline] sh 01:27:05 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 01:27:06 + sudo service docker restart 01:27:22 Running on prd-centos7-docker-4c-2g-6068 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:27:22 provisioning config files... 01:27:22 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config12758308506092912606tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:27:26 provisioning config files... 01:27:26 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/209@tmp/config13113183079081814309tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:27:26 ---> ****-login.sh 01:27:26 nexus3.edgexfoundry.org:10001 01:27:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:27:27 ---> ****-login.sh 01:27:27 nexus3.edgexfoundry.org:10001 01:27:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:27:27 Configure a credential helper to remove this warning. See 01:27:27 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:27:27 01:27:27 Login Succeeded 01:27:27 nexus3.edgexfoundry.org:10002 01:27:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:27:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:27:27 Configure a credential helper to remove this warning. See 01:27:27 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:27:27 01:27:27 Login Succeeded 01:27:27 nexus3.edgexfoundry.org:10003 01:27:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:27:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:27:27 Configure a credential helper to remove this warning. See 01:27:27 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:27:27 01:27:27 Login Succeeded 01:27:27 nexus3.edgexfoundry.org:10004 01:27:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:27:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:27:27 Configure a credential helper to remove this warning. See 01:27:27 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:27:27 01:27:27 Login Succeeded 01:27:27 ****.io 01:27:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:27:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:27:27 Configure a credential helper to remove this warning. See 01:27:27 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:27:27 01:27:27 Login Succeeded 01:27:27 ---> ****-login.sh ends 01:27:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:27:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:27:27 Configure a credential helper to remove this warning. See 01:27:27 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:27:27 01:27:27 Login Succeeded 01:27:27 nexus3.edgexfoundry.org:10002 [Pipeline] } 01:27:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:27:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:27:27 + docker buildx ls 01:27:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:27:28 Configure a credential helper to remove this warning. See 01:27:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:27:28 01:27:28 Login Succeeded 01:27:28 nexus3.edgexfoundry.org:10003 01:27:28 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 01:27:28 default * docker 01:27:28 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 01:27:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:27:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:27:28 Configure a credential helper to remove this warning. See 01:27:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:27:28 01:27:28 Login Succeeded 01:27:28 nexus3.edgexfoundry.org:10004 01:27:28 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 01:27:28 edgex-builder [Pipeline] sh 01:27:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:27:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:27:28 Configure a credential helper to remove this warning. See 01:27:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:27:28 01:27:28 Login Succeeded 01:27:28 ****.io 01:27:28 + docker buildx inspect --bootstrap 01:27:28 #1 [internal] booting buildkit 01:27:28 #1 pulling image moby/buildkit:buildx-stable-1 01:27:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:27:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:27:29 Configure a credential helper to remove this warning. See 01:27:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:27:29 01:27:29 Login Succeeded 01:27:29 ---> ****-login.sh ends [Pipeline] } 01:27:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:27:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:27:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:27:29 ========================================================= 01:27:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 01:27:29 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:27: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:27:30 Sending build context to Docker daemon 141.8kB 01:27:30 Step 1/12 : ARG BASE=golang:1.23-alpine3.20 01:27:30 Step 2/12 : FROM ${BASE} AS builder 01:27:30 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:27:30 94e9d8af2201: Pulling fs layer 01:27:30 a6c56e8762df: Pulling fs layer 01:27:30 f0f3c8884826: Pulling fs layer 01:27:30 c7e7622c144d: Pulling fs layer 01:27:30 4f4fb700ef54: Pulling fs layer 01:27:30 e8859aadc426: Pulling fs layer 01:27:30 b4813487a9f6: Pulling fs layer 01:27:30 502a3d64fb4b: Pulling fs layer 01:27:30 4f4fb700ef54: Waiting 01:27:30 e8859aadc426: Waiting 01:27:30 b4813487a9f6: Waiting 01:27:30 502a3d64fb4b: Waiting 01:27:30 c7e7622c144d: Waiting 01:27:30 a6c56e8762df: Verifying Checksum 01:27:30 a6c56e8762df: Download complete 01:27:30 c7e7622c144d: Verifying Checksum 01:27:30 c7e7622c144d: Download complete 01:27:30 4f4fb700ef54: Verifying Checksum 01:27:30 4f4fb700ef54: Download complete 01:27:30 e8859aadc426: Verifying Checksum 01:27:30 e8859aadc426: Download complete 01:27:30 94e9d8af2201: Verifying Checksum 01:27:30 94e9d8af2201: Download complete 01:27:30 502a3d64fb4b: Download complete 01:27:31 94e9d8af2201: Pull complete 01:27:32 a6c56e8762df: Pull complete 01:27:32 f0f3c8884826: Verifying Checksum 01:27:32 f0f3c8884826: Download complete 01:27:33 #1 pulling image moby/buildkit:buildx-stable-1 3.6s done 01:27:33 #1 creating container buildx_buildkit_edgex-builder0 01:27:33 b4813487a9f6: Download complete 01:27:34 #1 creating container buildx_buildkit_edgex-builder0 1.9s done 01:27:34 #1 DONE 5.5s 01:27:34 Name: edgex-builder 01:27:34 Driver: docker-container 01:27:34 01:27:34 Nodes: 01:27:34 Name: edgex-builder0 01:27:34 Endpoint: unix:///var/run/docker.sock 01:27:34 Status: running 01:27:34 Buildkit: v0.22.0 01:27:34 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 01:27:34 + docker buildx ls 01:27:34 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 01:27:34 edgex-builder * docker-container 01:27:34 edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 01:27:34 default docker 01:27:34 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 01:27:34 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316' 01:27:34 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316 --push - 01:27:35 #1 [internal] load build definition from Dockerfile 01:27:35 #1 transferring dockerfile: 196B done 01:27:35 #1 DONE 0.0s 01:27:35 01:27:35 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316 01:27:35 #2 DONE 0.1s 01:27:35 01:27:35 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316 01:27:35 #3 DONE 0.1s 01:27:35 01:27:35 #4 [internal] load .dockerignore 01:27:35 #4 transferring context: 2B done 01:27:35 #4 DONE 0.0s 01:27:35 01:27:35 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316@sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 01:27:35 #5 resolve nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316@sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 0.0s done 01:27:35 #5 DONE 0.0s 01:27:35 01:27:35 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316@sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 01:27:35 #6 resolve nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316@sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 0.0s done 01:27:35 #6 DONE 0.1s 01:27:35 01:27:35 #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 01:27:35 #7 DONE 0.0s 01:27:35 01:27:35 #8 exporting to image 01:27:35 #8 exporting layers done 01:27:35 #8 exporting manifest sha256:67287c6ceddc9fa919296c1b7ed90bf2d510397bd69536809bf2888f2fb13299 done 01:27:35 #8 exporting config sha256:9d04832cc1161e982ead7c58563d4b76e85a8cd8eb2ca26f539394617216c490 done 01:27:35 #8 exporting manifest sha256:9dfb418769eb202bfa1bb82e319021f616252e3fa6f3dec1ea1155e1e7d7eb53 done 01:27:35 #8 exporting config sha256:617cb350ec582f7b5157bb29b04c917dddcc9749e32263bee3ed85f1750077cb done 01:27:35 #8 exporting manifest list sha256:417e5533860b1e00cf37daa9911410a69182e377285bcdc3d69bbef836a39d69 done 01:27:35 #8 pushing layers 0.1s done 01:27:35 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316@sha256:417e5533860b1e00cf37daa9911410a69182e377285bcdc3d69bbef836a39d69 01:27:35 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:27:35 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316@sha256:417e5533860b1e00cf37daa9911410a69182e377285bcdc3d69bbef836a39d69 0.1s done 01:27:35 #8 DONE 0.2s 01:27:35 01:27:35 1 warning found (use --debug to expand): 01:27:35  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:27:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:latest' 01:27:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:latest --push - 01:27:35 #1 [internal] load build definition from Dockerfile 01:27:35 #1 transferring dockerfile: 162B done 01:27:35 #1 DONE 0.0s 01:27:35 01:27:35 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:latest 01:27:35 #2 DONE 0.0s 01:27:35 01:27:35 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:latest 01:27:35 #3 DONE 0.0s 01:27:35 01:27:35 #4 [internal] load .dockerignore 01:27:35 #4 transferring context: 2B done 01:27:35 #4 DONE 0.0s 01:27:35 01:27:35 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 01:27:35 #5 resolve nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 0.0s done 01:27:35 #5 CACHED 01:27:35 01:27:35 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 01:27:35 #6 resolve nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 0.0s done 01:27:35 #6 CACHED 01:27:35 01:27:35 #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 01:27:35 #7 DONE 0.0s 01:27:35 01:27:35 #8 exporting to image 01:27:35 #8 exporting layers done 01:27:35 #8 exporting manifest sha256:67287c6ceddc9fa919296c1b7ed90bf2d510397bd69536809bf2888f2fb13299 done 01:27:35 #8 exporting config sha256:9d04832cc1161e982ead7c58563d4b76e85a8cd8eb2ca26f539394617216c490 done 01:27:35 #8 exporting manifest sha256:9dfb418769eb202bfa1bb82e319021f616252e3fa6f3dec1ea1155e1e7d7eb53 done 01:27:35 #8 exporting config sha256:617cb350ec582f7b5157bb29b04c917dddcc9749e32263bee3ed85f1750077cb done 01:27:35 #8 exporting manifest list sha256:417e5533860b1e00cf37daa9911410a69182e377285bcdc3d69bbef836a39d69 done 01:27:35 #8 pushing layers 0.0s done 01:27:35 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:417e5533860b1e00cf37daa9911410a69182e377285bcdc3d69bbef836a39d69 0.1s done 01:27:35 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:27:35 #8 DONE 0.1s 01:27:35 01:27:35 1 warning found (use --debug to expand): 01:27:35  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:27:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9' 01:27:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9 --push - 01:27:36 #1 [internal] load build definition from Dockerfile 01:27:36 #1 transferring dockerfile: 167B done 01:27:36 #1 DONE 0.0s 01:27:36 01:27:36 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9 01:27:36 #2 DONE 0.0s 01:27:36 01:27:36 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9 01:27:36 #3 DONE 0.0s 01:27:36 01:27:36 #4 [internal] load .dockerignore 01:27:36 #4 transferring context: 2B done 01:27:36 #4 DONE 0.0s 01:27:36 01:27:36 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9@sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 01:27:36 #5 resolve nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9@sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 0.0s done 01:27:36 #5 CACHED 01:27:36 01:27:36 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9@sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 01:27:36 #6 resolve nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9@sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 0.0s done 01:27:36 #6 CACHED 01:27:36 01:27:36 #7 exporting to image 01:27:36 #7 exporting layers 01:27:36 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:27:36 #7 exporting layers done 01:27:36 #7 exporting manifest sha256:67287c6ceddc9fa919296c1b7ed90bf2d510397bd69536809bf2888f2fb13299 done 01:27:36 #7 exporting config sha256:9d04832cc1161e982ead7c58563d4b76e85a8cd8eb2ca26f539394617216c490 done 01:27:36 #7 exporting manifest sha256:9dfb418769eb202bfa1bb82e319021f616252e3fa6f3dec1ea1155e1e7d7eb53 done 01:27:36 #7 exporting config sha256:617cb350ec582f7b5157bb29b04c917dddcc9749e32263bee3ed85f1750077cb done 01:27:36 #7 exporting manifest list sha256:417e5533860b1e00cf37daa9911410a69182e377285bcdc3d69bbef836a39d69 done 01:27:36 #7 pushing layers 0.0s done 01:27:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.9@sha256:417e5533860b1e00cf37daa9911410a69182e377285bcdc3d69bbef836a39d69 0.1s done 01:27:36 #7 DONE 0.1s 01:27:36 01:27:36 #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 01:27:36 #8 DONE 0.0s 01:27:36 01:27:36 1 warning found (use --debug to expand): 01:27:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:27:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316-4.1.0-dev.9' 01:27:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316-4.1.0-dev.9 --push - 01:27:37 #1 [internal] load build definition from Dockerfile 01:27:37 #1 transferring dockerfile: 208B done 01:27:37 #1 DONE 0.0s 01:27:37 01:27:37 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316-4.1.0-dev.9 01:27:37 #2 DONE 0.0s 01:27:37 01:27:37 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316-4.1.0-dev.9 01:27:37 #3 DONE 0.0s 01:27:37 01:27:37 #4 [internal] load .dockerignore 01:27:37 #4 transferring context: 2B done 01:27:37 #4 DONE 0.0s 01:27:37 01:27:37 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316-4.1.0-dev.9@sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 01:27:37 #5 resolve nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316-4.1.0-dev.9@sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 0.0s done 01:27:37 #5 CACHED 01:27:37 01:27:37 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316-4.1.0-dev.9@sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 01:27:37 #6 resolve nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316-4.1.0-dev.9@sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 0.0s done 01:27:37 #6 CACHED 01:27:37 01:27:37 #7 exporting to image 01:27:37 #7 exporting layers done 01:27:37 #7 exporting manifest sha256:67287c6ceddc9fa919296c1b7ed90bf2d510397bd69536809bf2888f2fb13299 done 01:27:37 #7 exporting config sha256:9d04832cc1161e982ead7c58563d4b76e85a8cd8eb2ca26f539394617216c490 done 01:27:37 #7 exporting manifest sha256:9dfb418769eb202bfa1bb82e319021f616252e3fa6f3dec1ea1155e1e7d7eb53 done 01:27:37 #7 exporting config sha256:617cb350ec582f7b5157bb29b04c917dddcc9749e32263bee3ed85f1750077cb done 01:27:37 #7 exporting manifest list sha256:417e5533860b1e00cf37daa9911410a69182e377285bcdc3d69bbef836a39d69 done 01:27:37 #7 pushing layers 0.0s done 01:27:37 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316-4.1.0-dev.9@sha256:417e5533860b1e00cf37daa9911410a69182e377285bcdc3d69bbef836a39d69 01:27:37 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:27:37 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:e81f4a11d222bd0ac515cf42ad2c5638fc581316-4.1.0-dev.9@sha256:417e5533860b1e00cf37daa9911410a69182e377285bcdc3d69bbef836a39d69 0.1s done 01:27:37 #7 DONE 0.1s 01:27:37 01:27:37 #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 01:27:37 #8 DONE 0.0s 01:27:37 01:27:37 1 warning found (use --debug to expand): 01:27:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:27:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:main --push - 01:27:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:main' 01:27:37 #1 [internal] load build definition from Dockerfile 01:27:37 #1 transferring dockerfile: 160B done 01:27:37 #1 DONE 0.0s 01:27:37 01:27:37 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:main 01:27:37 #2 DONE 0.0s 01:27:37 01:27:37 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:main 01:27:37 #3 DONE 0.0s 01:27:37 01:27:37 #4 [internal] load .dockerignore 01:27:37 #4 transferring context: 2B done 01:27:37 #4 DONE 0.0s 01:27:37 01:27:37 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:main@sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 01:27:37 #5 resolve nexus3.edgexfoundry.org:10004/device-rest:main@sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 0.0s done 01:27:37 #5 CACHED 01:27:37 01:27:37 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:main@sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 01:27:37 #6 resolve nexus3.edgexfoundry.org:10004/device-rest:main@sha256:75e72a5ba7878752702c216b8c45fbc37d93e52bffd20d9bf3442029577e3173 done 01:27:37 #6 CACHED 01:27:37 01:27:37 #7 exporting to image 01:27:37 #7 exporting layers done 01:27:37 #7 exporting manifest sha256:67287c6ceddc9fa919296c1b7ed90bf2d510397bd69536809bf2888f2fb13299 done 01:27:37 #7 exporting config sha256:9d04832cc1161e982ead7c58563d4b76e85a8cd8eb2ca26f539394617216c490 done 01:27:37 #7 exporting manifest sha256:9dfb418769eb202bfa1bb82e319021f616252e3fa6f3dec1ea1155e1e7d7eb53 done 01:27:37 #7 exporting config sha256:617cb350ec582f7b5157bb29b04c917dddcc9749e32263bee3ed85f1750077cb done 01:27:37 #7 exporting manifest list sha256:417e5533860b1e00cf37daa9911410a69182e377285bcdc3d69bbef836a39d69 done 01:27:37 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:27:37 #7 pushing layers 0.0s done 01:27:37 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:main@sha256:417e5533860b1e00cf37daa9911410a69182e377285bcdc3d69bbef836a39d69 0.1s done 01:27:37 #7 DONE 0.1s 01:27:37 01:27:37 #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 01:27:37 #8 DONE 0.0s 01:27:37 01:27:37 1 warning found (use --debug to expand): 01:27:37  - 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:27:37 + '[' -d /w/workspace/edgexfoundry_device-rest-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh 01:27:38 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:27:38 ---> package-listing.sh 01:27:38 ++ tr '[:upper:]' '[:lower:]' 01:27:38 ++ facter osfamily 01:27:39 + OS_FAMILY=redhat 01:27:39 + workspace=/w/workspace/edgexfoundry_device-rest-go_main 01:27:39 + START_PACKAGES=/tmp/packages_start.txt 01:27:39 + END_PACKAGES=/tmp/packages_end.txt 01:27:39 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:27:39 + PACKAGES=/tmp/packages_start.txt 01:27:39 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 01:27:39 + PACKAGES=/tmp/packages_end.txt 01:27:39 + case "${OS_FAMILY}" in 01:27:39 + rpm -qa 01:27:39 + sort 01:27:39 + '[' -f /tmp/packages_start.txt ']' 01:27:39 + '[' -f /tmp/packages_end.txt ']' 01:27:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:27:39 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 01:27:39 + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ 01:27:39 + 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:27:39 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:27:39 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:27:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:27:40 01:27:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:27:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:27:40 latest: Pulling from edgex-lftools-log-publisher 01:27:40 5eb5b503b376: Pulling fs layer 01:27:40 5c69ac0246d0: Pulling fs layer 01:27:40 ec43610c2a17: Pulling fs layer 01:27:40 3a2ae6a8a46f: Pulling fs layer 01:27:40 33b1e0a273af: Pulling fs layer 01:27:40 5d3b04190fa2: Pulling fs layer 01:27:40 2f39f015ded8: Pulling fs layer 01:27:40 33b1e0a273af: Waiting 01:27:40 5d3b04190fa2: Waiting 01:27:40 2f39f015ded8: Waiting 01:27:40 3a2ae6a8a46f: Waiting 01:27:40 5c69ac0246d0: Verifying Checksum 01:27:40 5c69ac0246d0: Download complete 01:27:40 3a2ae6a8a46f: Verifying Checksum 01:27:40 3a2ae6a8a46f: Download complete 01:27:40 ec43610c2a17: Verifying Checksum 01:27:40 ec43610c2a17: Download complete 01:27:40 5d3b04190fa2: Verifying Checksum 01:27:40 5d3b04190fa2: Download complete 01:27:40 33b1e0a273af: Verifying Checksum 01:27:40 33b1e0a273af: Download complete 01:27:41 5eb5b503b376: Verifying Checksum 01:27:41 5eb5b503b376: Download complete 01:27:41 2f39f015ded8: Verifying Checksum 01:27:41 2f39f015ded8: Download complete 01:27:42 5eb5b503b376: Pull complete 01:27:42 5c69ac0246d0: Pull complete 01:27:42 ec43610c2a17: Pull complete 01:27:42 3a2ae6a8a46f: Pull complete 01:27:43 33b1e0a273af: Pull complete 01:27:43 5d3b04190fa2: Pull complete 01:27:45 f0f3c8884826: Pull complete 01:27:45 c7e7622c144d: Pull complete 01:27:46 4f4fb700ef54: Pull complete 01:27:47 2f39f015ded8: Pull complete 01:27:47 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 01:27:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:27:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:27:47 prd-centos7-docker-4c-2g-6068 does not seem to be running inside a container 01:27:47 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-rest-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 01:27:47 e8859aadc426: Pull complete 01:27:50 $ docker top 00957c345a633a8d16d9d53862fef57b0b82de155beeea8498e9c05b3b987eb4 -eo pid,comm [Pipeline] { [Pipeline] sh 01:27:51 + touch /tmp/pre-build-complete [Pipeline] sh 01:27:51 + mkdir -p /var/log/sysstat [Pipeline] sh 01:27:51 + ls /var/log/sa-host 01:27:51 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:27:51 provisioning config files... 01:27:51 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config2569286344589181172tmp [Pipeline] { [Pipeline] echo 01:27:51 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:27:52 ---> create-netrc.sh [Pipeline] } 01:27:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:27:52 ---> python-tools-install.sh [Pipeline] echo 01:27:52 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:27:52 ---> sudo-logs.sh 01:27:52 Archiving 'sudo' log.. 01:27:53 sudo: unable to resolve host prd-centos7-docker-4c-2g-6068.novalocal: Name or service not known 01:27:53 sudo: unable to resolve host prd-centos7-docker-4c-2g-6068.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 01:27:53 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:27:53 ---> job-cost.sh 01:27:53 lf-activate-venv: SKIPPING 01:27:53 INFO: No Stack... 01:27:54 INFO: Retrieving Pricing Info for: v3-standard-2 01:27:54 INFO: Archiving Costs [Pipeline] echo 01:27:54 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:27:54 ---> logs-deploy.sh 01:27:54 lf-activate-venv: SKIPPING 01:27:54 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/209 01:27:54 INFO: archiving workspace using pattern(s): 01:27:55 Archives upload complete. 01:27:55 INFO: archiving logs to Nexus 01:27:56 b4813487a9f6: Pull complete 01:27:56 ---> uname -a: 01:27:56 Linux prd-centos7-docker-4c-2g-6068.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:27:56 01:27:56 01:27:56 ---> lscpu: 01:27:56 Architecture: x86_64 01:27:56 CPU op-mode(s): 32-bit, 64-bit 01:27:56 Byte Order: Little Endian 01:27:56 Address sizes: 40 bits physical, 48 bits virtual 01:27:56 CPU(s): 2 01:27:56 On-line CPU(s) list: 0,1 01:27:56 Thread(s) per core: 1 01:27:56 Core(s) per socket: 1 01:27:56 Socket(s): 2 01:27:56 NUMA node(s): 1 01:27:56 Vendor ID: AuthenticAMD 01:27:56 CPU family: 23 01:27:56 Model: 49 01:27:56 Model name: AMD EPYC-Rome Processor 01:27:56 Stepping: 0 01:27:56 CPU MHz: 2800.000 01:27:56 BogoMIPS: 5600.00 01:27:56 Virtualization: AMD-V 01:27:56 Hypervisor vendor: KVM 01:27:56 Virtualization type: full 01:27:56 L1d cache: 64 KiB 01:27:56 L1i cache: 64 KiB 01:27:56 L2 cache: 1 MiB 01:27:56 L3 cache: 32 MiB 01:27:56 NUMA node0 CPU(s): 0,1 01:27:56 Vulnerability Itlb multihit: Not affected 01:27:56 Vulnerability L1tf: Not affected 01:27:56 Vulnerability Mds: Not affected 01:27:56 Vulnerability Meltdown: Not affected 01:27:56 Vulnerability Mmio stale data: Not affected 01:27:56 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:27:56 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 01:27:56 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 01:27:56 Vulnerability Srbds: Not affected 01:27:56 Vulnerability Tsx async abort: Not affected 01:27:56 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:27:56 01:27:56 01:27:56 ---> nproc: 01:27:56 2 01:27:56 01:27:56 01:27:56 ---> df -h: 01:27:56 Filesystem Size Used Avail Use% Mounted on 01:27:56 overlay 40G 7.3G 33G 19% / 01:27:56 tmpfs 64M 0 64M 0% /dev 01:27:56 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 01:27:56 shm 64M 0 64M 0% /dev/shm 01:27:56 /dev/vda1 40G 7.3G 33G 19% /facter-os 01:27:56 01:27:56 01:27:56 Cannot open /var/log/sysstat/sa01: No such file or directory 01:27:56 Please check if data collecting is enabled 01:27:56 subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:27:56 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 01:27:56 $ docker stop --time=1 00957c345a633a8d16d9d53862fef57b0b82de155beeea8498e9c05b3b987eb4 01:27:57 502a3d64fb4b: Pull complete 01:27:57 Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde 01:27:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:27:57 ---> 3bb21d53e231 01:27:57 Step 3/12 : ARG ADD_BUILD_TAGS="" 01:27:57 $ docker rm -f --volumes 00957c345a633a8d16d9d53862fef57b0b82de155beeea8498e9c05b3b987eb4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 01:27:58 [WS-CLEANUP] Deleting project workspace... 01:27:58 [WS-CLEANUP] Deferred wipeout is used... 01:27:58 [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:27:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:27:58 01:27:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:27:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:27:58 latest: Pulling from edgex-lftools-log-publisher 01:27:58 5eb5b503b376: Pulling fs layer 01:27:58 5c69ac0246d0: Pulling fs layer 01:27:58 ec43610c2a17: Pulling fs layer 01:27:58 3a2ae6a8a46f: Pulling fs layer 01:27:58 33b1e0a273af: Pulling fs layer 01:27:58 5d3b04190fa2: Pulling fs layer 01:27:58 2f39f015ded8: Pulling fs layer 01:27:58 3a2ae6a8a46f: Waiting 01:27:58 33b1e0a273af: Waiting 01:27:58 5d3b04190fa2: Waiting 01:27:58 2f39f015ded8: Waiting 01:27:58 5c69ac0246d0: Verifying Checksum 01:27:58 5c69ac0246d0: Download complete 01:27:58 3a2ae6a8a46f: Verifying Checksum 01:27:58 3a2ae6a8a46f: Download complete 01:27:58 33b1e0a273af: Verifying Checksum 01:27:58 33b1e0a273af: Download complete 01:27:58 5d3b04190fa2: Verifying Checksum 01:27:58 5d3b04190fa2: Download complete 01:27:58 ec43610c2a17: Verifying Checksum 01:27:58 ec43610c2a17: Download complete 01:27:59 5eb5b503b376: Verifying Checksum 01:27:59 5eb5b503b376: Download complete 01:27:59 ---> Running in 1586a43c528e 01:27:59 Removing intermediate container 1586a43c528e 01:27:59 ---> ea286a85c4cc 01:27:59 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:27:59 ---> Running in 8d896e600146 01:27:59 2f39f015ded8: Download complete 01:27:59 Removing intermediate container 8d896e600146 01:27:59 ---> 01bdab8938f5 01:27:59 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 01:27:59 ---> Running in bd87bbbf9c7b 01:28:00 Removing intermediate container bd87bbbf9c7b 01:28:00 ---> 81f31d29c590 01:28:00 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 01:28:00 ---> Running in 82f8be3b7df8 01:28:00 Removing intermediate container 82f8be3b7df8 01:28:00 ---> 0e996b0e7b14 01:28:00 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:28:00 ---> Running in d0541f455d3e 01:28:00 Decoding seccomp profile failed: invalid character ':' after top-level value [Pipeline] } [Pipeline] // withEnv 01:28:00 5eb5b503b376: Pull complete 01:28:00 5c69ac0246d0: Pull complete [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:28:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:28:01 01:28:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 01:28:01 ec43610c2a17: Pull complete 01:28:01 3a2ae6a8a46f: Pull complete 01:28:01 33b1e0a273af: Pull complete 01:28:01 5d3b04190fa2: Pull complete [Pipeline] sh 01:28:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:28:01 arm64: Pulling from edgex-lftools-log-publisher 01:28:01 8998bd30e6a1: Pulling fs layer 01:28:01 04944245beec: Pulling fs layer 01:28:01 699f458cf7ca: Pulling fs layer 01:28:01 765212b225bb: Pulling fs layer 01:28:01 f23df028b6ca: Pulling fs layer 01:28:01 d65c8cfc05b1: Pulling fs layer 01:28:01 2437ff75d9bd: Pulling fs layer 01:28:01 f23df028b6ca: Waiting 01:28:01 d65c8cfc05b1: Waiting 01:28:01 2437ff75d9bd: Waiting 01:28:01 765212b225bb: Waiting 01:28:02 04944245beec: Verifying Checksum 01:28:02 04944245beec: Download complete 01:28:02 765212b225bb: Verifying Checksum 01:28:02 765212b225bb: Download complete 01:28:02 f23df028b6ca: Download complete 01:28:02 d65c8cfc05b1: Verifying Checksum 01:28:02 d65c8cfc05b1: Download complete 01:28:02 699f458cf7ca: Verifying Checksum 01:28:02 699f458cf7ca: Download complete 01:28:02 8998bd30e6a1: Verifying Checksum 01:28:02 8998bd30e6a1: Download complete 01:28:05 2437ff75d9bd: Verifying Checksum 01:28:07 8998bd30e6a1: Pull complete 01:28:07 04944245beec: Pull complete 01:28:08 2f39f015ded8: Pull complete 01:28:08 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 01:28:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:28:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:28:08 prd-ubuntu20.04-docker-8c-8g-6063 does not seem to be running inside a container 01:28:08 $ 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:28:09 699f458cf7ca: Pull complete 01:28:09 765212b225bb: Pull complete 01:28:09 $ docker top 3b266c46ee12e962148339042d0735aab080a2b6fc5c63916089cb5bfafc2d32 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:28:09 ---> job-cost.sh 01:28:09 lf-activate-venv: SKIPPING 01:28:09 INFO: No Stack... 01:28:10 INFO: Retrieving Pricing Info for: v3-standard-8 01:28:10 f23df028b6ca: Pull complete 01:28:10 d65c8cfc05b1: Pull complete 01:28:10 INFO: Archiving Costs [Pipeline] sh 01:28:10 + cat /w/workspace/edgexfoundry_device-rest-go_main/archives/cost.csv 01:28:10 + cut -d, -f6 [Pipeline] lock 01:28:10 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-209-stack-cost] 01:28:10 Resource [jenkins-edgexfoundry-device-rest-go-main-209-stack-cost] did not exist. Created. 01:28:10 Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-209-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:28:11 + echo total: 0.2199999988079071 [Pipeline] stash 01:28:11 Stashed 1 file(s) [Pipeline] } 01:28:11 Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-209-stack-cost] [Pipeline] // lock [Pipeline] } 01:28:11 $ docker stop --time=1 3b266c46ee12e962148339042d0735aab080a2b6fc5c63916089cb5bfafc2d32 01:28:12 $ docker rm -f --volumes 3b266c46ee12e962148339042d0735aab080a2b6fc5c63916089cb5bfafc2d32 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 01:28:26 2437ff75d9bd: Pull complete 01:28:26 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 01:28:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:28:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:28:27 prd-ubuntu20.04-docker-arm64-4c-16g-6066 does not seem to be running inside a container 01:28:27 $ 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/209 -v /w/workspace/device-rest-go/209:/w/workspace/device-rest-go/209:rw,z -v /w/workspace/device-rest-go/209@tmp:/w/workspace/device-rest-go/209@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 01:28:29 $ docker top cf1df135e8beede0b1c22eda931e143fc0bbb99cb5865a035326c38a45edae97 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:28:30 ---> job-cost.sh 01:28:30 lf-activate-venv: SKIPPING 01:28:30 INFO: No Stack... 01:28:30 INFO: Retrieving Pricing Info for: v3-standard-4 01:28:31 INFO: Archiving Costs [Pipeline] sh 01:28:32 + cat /w/workspace/device-rest-go/209/archives/cost.csv 01:28:32 + cut -d, -f6 [Pipeline] lock 01:28:32 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-209-stack-cost] 01:28:32 Resource [jenkins-edgexfoundry-device-rest-go-main-209-stack-cost] did not exist. Created. 01:28:32 Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-209-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:28:33 /w/workspace/device-rest-go/209@tmp/durable-1294ce79/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 01:28:33 + echo total: 0.10999999940395355 [Pipeline] stash 01:28:33 Warning: overwriting stash ‘stack-cost’ 01:28:34 Stashed 1 file(s) [Pipeline] } 01:28:34 Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-209-stack-cost] [Pipeline] // lock [Pipeline] } 01:28:34 $ docker stop --time=1 cf1df135e8beede0b1c22eda931e143fc0bbb99cb5865a035326c38a45edae97 01:28:35 $ docker rm -f --volumes cf1df135e8beede0b1c22eda931e143fc0bbb99cb5865a035326c38a45edae97 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 01:28:36 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:28:37 + [ -d /w/workspace/edgexfoundry_device-rest-go_main/archives ] 01:28:37 + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives 01:28:37 total 16 01:28:37 drwxr-xr-x 3 root root 4096 Aug 1 01:28 . 01:28:37 drwxrwxr-x 10 jenkins jenkins 4096 Aug 1 01:28 .. 01:28:37 drwxr-xr-x 2 root root 4096 Aug 1 01:28 cost 01:28:37 -rw-r--r-- 1 root root 86 Aug 1 01:28 cost.csv 01:28:37 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-rest-go_main/archives 01:28:37 + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives 01:28:37 total 16 01:28:37 drwxr-xr-x 3 jenkins jenkins 4096 Aug 1 01:28 . 01:28:37 drwxrwxr-x 10 jenkins jenkins 4096 Aug 1 01:28 .. 01:28:37 drwxr-xr-x 2 jenkins jenkins 4096 Aug 1 01:28 cost 01:28:37 -rw-r--r-- 1 jenkins jenkins 86 Aug 1 01:28 cost.csv [Pipeline] libraryResource [Pipeline] sh 01:28:37 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:28:38 ---> package-listing.sh 01:28:38 ++ facter osfamily 01:28:38 ++ tr '[:upper:]' '[:lower:]' 01:28:38 + OS_FAMILY=debian 01:28:38 + workspace=/w/workspace/edgexfoundry_device-rest-go_main 01:28:38 + START_PACKAGES=/tmp/packages_start.txt 01:28:38 + END_PACKAGES=/tmp/packages_end.txt 01:28:38 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:28:38 + PACKAGES=/tmp/packages_start.txt 01:28:38 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 01:28:38 + PACKAGES=/tmp/packages_end.txt 01:28:38 + case "${OS_FAMILY}" in 01:28:38 + dpkg -l 01:28:38 + grep '^ii' 01:28:38 + '[' -f /tmp/packages_start.txt ']' 01:28:38 + '[' -f /tmp/packages_end.txt ']' 01:28:38 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:28:38 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 01:28:38 + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ 01:28:38 + 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:28:38 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:28:38 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:28:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:28:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:28:39 prd-ubuntu20.04-docker-8c-8g-6063 does not seem to be running inside a container 01:28:39 $ 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:28:39 $ docker top 99fce466ef92f5dd77c6d50e4c859238533e44e90dd90460c2cf13ed6117ab2c -eo pid,comm [Pipeline] { [Pipeline] sh 01:28:39 + touch /tmp/pre-build-complete [Pipeline] sh 01:28:40 + mkdir -p /var/log/sysstat [Pipeline] sh 01:28:40 + ls /var/log/sa-host 01:28:40 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:28:40 provisioning config files... 01:28:40 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config7063667138571597170tmp [Pipeline] { [Pipeline] echo 01:28:40 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:28:40 ---> create-netrc.sh [Pipeline] } 01:28:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:28:41 ---> python-tools-install.sh [Pipeline] echo 01:28:41 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:28:41 ---> sudo-logs.sh 01:28:41 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 01:28:41 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:28:41 ---> job-cost.sh 01:28:41 lf-activate-venv: SKIPPING 01:28:41 DEBUG: total: 0.2199999988079071 01:28:41 INFO: Retrieving Stack Cost... 01:28:42 INFO: Retrieving Pricing Info for: v3-standard-8 01:28:42 INFO: Archiving Costs [Pipeline] echo 01:28:42 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:28:42 ---> logs-deploy.sh 01:28:42 lf-activate-venv: SKIPPING 01:28:42 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/209 01:28:42 INFO: archiving workspace using pattern(s): 01:28:43 Archives upload complete. 01:28:43 INFO: archiving logs to Nexus