Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 3068ce5cc7f88542a2b7560f9d12fad6abd57d78 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-ssh1159234885297902675.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-ssh3615432937517569405.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-ssh2470170143866922112.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-ssh9901316480989095285.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-ssh16000594550746852587.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-5295’ Running on prd-ubuntu20.04-docker-8c-8g-5301 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-rest-go.git > git init /w/workspace/edgexfoundry_device-rest-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 3068ce5cc7f88542a2b7560f9d12fad6abd57d78 (main) > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3068ce5cc7f88542a2b7560f9d12fad6abd57d78 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#481)" > git rev-list --no-walk 2aa3f916c209823cc8b4c7ef285d19001d95210d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:10:32 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:10:32 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:10:32 ========================================================= 01:10:32 EdgeX Global Pipelines Version Info 01:10:32 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:10:33 ------------------- 01:10:33 stable info: 01:10:33 ------------------- 01:10:33 Commited By: Ginny Guan ginny@iotechsys.com 01:10:33 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 01:10:33 Message: update stable to v1.0.274 01:10:34 ------------------- 01:10:34 experimental info: 01:10:34 ------------------- 01:10:34 Commited By: Ginny Guan ginny@iotechsys.com 01:10:34 Commit SHA: 274fe4ad960081a284537894dddd28d0c782a18e 01:10:34 Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:10:34 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo 01:10:34 [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo 01:10:34 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:10:34 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:10:34 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:10:34 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 01:10:34 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 01:10:34 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 01:10:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:10:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:10:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 01:10:34 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo 01:10:34 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:10:34 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:10:34 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:10:34 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:10:34 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 01:10:34 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 01:10:34 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:10:34 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:10:34 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 01:10:34 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 01:10:34 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 01:10:34 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 01:10:34 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 01:10:34 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:10:34 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 01:10:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 01:10:34 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 01:10:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 01:10:34 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3068ce5cc7f88542a2b7560f9d12fad6abd57d78 [Pipeline] echo 01:10:34 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3068ce5 [Pipeline] echo 01:10:34 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:10:34 provisioning config files... 01:10:35 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config7547783241890925923tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:10:35 ---> ****-login.sh 01:10:35 nexus3.edgexfoundry.org:10001 01:10:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:10:35 01:10:35 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:10:35 Configure a credential helper to remove this warning. See 01:10:35 https://docs.****.com/go/credential-store/ 01:10:35 01:10:35 Login Succeeded 01:10:35 nexus3.edgexfoundry.org:10002 01:10:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:10:35 01:10:35 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:10:35 Configure a credential helper to remove this warning. See 01:10:35 https://docs.****.com/go/credential-store/ 01:10:35 01:10:35 Login Succeeded 01:10:35 nexus3.edgexfoundry.org:10003 01:10:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:10:35 01:10:35 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:10:35 Configure a credential helper to remove this warning. See 01:10:35 https://docs.****.com/go/credential-store/ 01:10:35 01:10:35 Login Succeeded 01:10:35 nexus3.edgexfoundry.org:10004 01:10:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:10:35 01:10:35 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:10:35 Configure a credential helper to remove this warning. See 01:10:35 https://docs.****.com/go/credential-store/ 01:10:35 01:10:35 Login Succeeded 01:10:35 ****.io 01:10:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:10:36 01:10:36 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:10:36 Configure a credential helper to remove this warning. See 01:10:36 https://docs.****.com/go/credential-store/ 01:10:36 01:10:36 Login Succeeded 01:10:36 ---> ****-login.sh ends [Pipeline] } 01:10:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 01:10:36 + git rev-list -1 --merges 3068ce5cc7f88542a2b7560f9d12fad6abd57d78~1..3068ce5cc7f88542a2b7560f9d12fad6abd57d78 [Pipeline] echo 01:10:36 -----------> git rev-list -1 --merges 3068ce5cc7f88542a2b7560f9d12fad6abd57d78~1..3068ce5cc7f88542a2b7560f9d12fad6abd57d78 3068ce5cc7f88542a2b7560f9d12fad6abd57d78 [false] [Pipeline] sh 01:10:36 + git log --format=format:%s -1 3068ce5cc7f88542a2b7560f9d12fad6abd57d78 [Pipeline] echo 01:10:36 ========================================================= 01:10:36 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 01:10:36 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:10:37 + git log --format=format:%s -1 3068ce5cc7f88542a2b7560f9d12fad6abd57d78 [Pipeline] echo 01:10:37 [semverPrep] GIT_COMMIT: 3068ce5cc7f88542a2b7560f9d12fad6abd57d78, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#481) [Pipeline] echo 01:10:37 [semverPrep] This is not a build commit. [Pipeline] sh 01:10:37 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:10:37 + grep -v github /etc/ssh/ssh_known_hosts 01:10:37 + [ -e /tmp/ssh_known_hosts ] 01:10:37 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 01:10:37 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 01:10:37 + sudo tee -a /etc/ssh/ssh_known_hosts 01:10:37 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:10:38 01:10:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:10:38 0.1.4: Pulling from edgex-devops/py-git-semver 01:10:38 3dae71ba6b94: Pulling fs layer 01:10:38 6bf1a483ea7c: Pulling fs layer 01:10:38 f5dfc541a4d3: Pulling fs layer 01:10:38 461d9e800cba: Pulling fs layer 01:10:38 80192f66455f: Pulling fs layer 01:10:38 2e8e34ca0e6c: Pulling fs layer 01:10:38 a29436f7fd5d: Pulling fs layer 01:10:38 923cac83aea3: Pulling fs layer 01:10:38 25ad8b0a4227: Pulling fs layer 01:10:38 db01528c6b51: Pulling fs layer 01:10:38 28988de357af: Pulling fs layer 01:10:38 461d9e800cba: Waiting 01:10:38 80192f66455f: Waiting 01:10:38 2e8e34ca0e6c: Waiting 01:10:38 a29436f7fd5d: Waiting 01:10:38 923cac83aea3: Waiting 01:10:38 25ad8b0a4227: Waiting 01:10:38 db01528c6b51: Waiting 01:10:38 28988de357af: Waiting 01:10:38 6bf1a483ea7c: Verifying Checksum 01:10:38 6bf1a483ea7c: Download complete 01:10:38 461d9e800cba: Download complete 01:10:38 80192f66455f: Verifying Checksum 01:10:38 80192f66455f: Download complete 01:10:38 f5dfc541a4d3: Verifying Checksum 01:10:38 f5dfc541a4d3: Download complete 01:10:38 3dae71ba6b94: Verifying Checksum 01:10:38 3dae71ba6b94: Download complete 01:10:38 923cac83aea3: Verifying Checksum 01:10:38 923cac83aea3: Download complete 01:10:38 25ad8b0a4227: Verifying Checksum 01:10:38 25ad8b0a4227: Download complete 01:10:38 db01528c6b51: Verifying Checksum 01:10:38 db01528c6b51: Download complete 01:10:38 28988de357af: Verifying Checksum 01:10:38 28988de357af: Download complete 01:10:38 a29436f7fd5d: Verifying Checksum 01:10:38 a29436f7fd5d: Download complete 01:10:39 2e8e34ca0e6c: Verifying Checksum 01:10:39 2e8e34ca0e6c: Download complete 01:10:40 3dae71ba6b94: Pull complete 01:10:40 6bf1a483ea7c: Pull complete 01:10:41 f5dfc541a4d3: Pull complete 01:10:41 461d9e800cba: Pull complete 01:10:41 80192f66455f: Pull complete 01:10:45 2e8e34ca0e6c: Pull complete 01:10:46 a29436f7fd5d: Pull complete 01:10:46 923cac83aea3: Pull complete 01:10:46 25ad8b0a4227: Pull complete 01:10:46 db01528c6b51: Pull complete 01:10:46 28988de357af: Pull complete 01:10:46 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 01:10:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:10:46 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:10:46 prd-ubuntu20.04-docker-8c-8g-5301 does not seem to be running inside a container 01:10:46 $ 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:10:48 $ docker top 015103afc7e550ee2e47a75a7df3c1a2bc2a213ffd06641221b4f8fef5d711b8 -eo pid,comm 01:10:48 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:10:48 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:10:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:10:48 [ssh-agent] Looking for ssh-agent implementation... 01:10:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:10:48 $ docker exec 015103afc7e550ee2e47a75a7df3c1a2bc2a213ffd06641221b4f8fef5d711b8 ssh-agent 01:10:48 SSH_AUTH_SOCK=/tmp/ssh-6WrvLtLGzsuT/agent.32 01:10:48 SSH_AGENT_PID=38 01:10:48 Running ssh-add (command line suppressed) 01:10:48 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_11620034739567638615.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_11620034739567638615.key) 01:10:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:10:48 + git tag --points-at HEAD [Pipeline] } 01:10:48 $ docker exec --env ******** --env ******** 015103afc7e550ee2e47a75a7df3c1a2bc2a213ffd06641221b4f8fef5d711b8 ssh-agent -k 01:10:49 unset SSH_AUTH_SOCK; 01:10:49 unset SSH_AGENT_PID; 01:10:49 echo Agent pid 38 killed; 01:10:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:10:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:10:49 [ssh-agent] Looking for ssh-agent implementation... 01:10:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:10:49 $ docker exec 015103afc7e550ee2e47a75a7df3c1a2bc2a213ffd06641221b4f8fef5d711b8 ssh-agent 01:10:49 SSH_AUTH_SOCK=/tmp/ssh-CtlmHdYHmQ0c/agent.71 01:10:49 SSH_AGENT_PID=77 01:10:49 Running ssh-add (command line suppressed) 01:10:49 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_4224645778717902743.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_4224645778717902743.key) 01:10:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:10:49 + git semver init 01:10:50 2025-07-18 01:10:49,997 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 01:10:50 2025-07-18 01:10:50,002 [run_init] DEBUG init version:0.0.0 force:False 01:10:50 2025-07-18 01:10:50,003 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-rest-go_main/.semver 01:10:50 2025-07-18 01:10:50,003 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/edgexfoundry_device-rest-go_main/.semver 01:10:50 2025-07-18 01:10:50,004 [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:10:51 2025-07-18 01:10:51,411 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-rest-go_main/.git/info/exclude 01:10:51 2025-07-18 01:10:51,411 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:False 01:10:51 2025-07-18 01:10:51,411 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 01:10:51 2025-07-18 01:10:51,412 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 01:10:51 4.1.0-dev.8 [Pipeline] } 01:10:51 $ docker exec --env ******** --env ******** 015103afc7e550ee2e47a75a7df3c1a2bc2a213ffd06641221b4f8fef5d711b8 ssh-agent -k 01:10:52 unset SSH_AUTH_SOCK; 01:10:52 unset SSH_AGENT_PID; 01:10:52 echo Agent pid 77 killed; 01:10:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:10:52 + git semver [Pipeline] } 01:10:52 $ docker stop --time=1 015103afc7e550ee2e47a75a7df3c1a2bc2a213ffd06641221b4f8fef5d711b8 01:10:53 $ docker rm -f --volumes 015103afc7e550ee2e47a75a7df3c1a2bc2a213ffd06641221b4f8fef5d711b8 [Pipeline] // withDockerContainer [Pipeline] sh 01:10:54 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:10:54 Stashed 1 file(s) [Pipeline] echo 01:10:54 [edgeXSemver]: initialized semver on version 4.1.0-dev.8 [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:10:54 provisioning config files... 01:10:54 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config10792288256202014036tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:10:55 ---> ****-login.sh 01:10:55 nexus3.edgexfoundry.org:10001 01:10:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:10:55 Login Succeeded 01:10:55 nexus3.edgexfoundry.org:10002 01:10:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:10:55 Login Succeeded 01:10:55 nexus3.edgexfoundry.org:10003 01:10:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:10:55 Login Succeeded 01:10:55 nexus3.edgexfoundry.org:10004 01:10:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:10:55 Login Succeeded 01:10:55 ****.io 01:10:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:10:55 Login Succeeded 01:10:55 ---> ****-login.sh ends [Pipeline] } 01:10:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:10:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:10:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:10:55 ========================================================= 01:10:55 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 01:10:55 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:56 + 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:10:56 #0 building with "default" instance using docker driver 01:10:56 01:10:56 #1 [internal] load build definition from Dockerfile 01:10:56 #1 DONE 0.0s 01:10:56 01:10:56 #1 [internal] load build definition from Dockerfile 01:10:56 #1 transferring dockerfile: 1.74kB done 01:10:56 #1 DONE 0.0s 01:10:56 01:10:56 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:10:56 #2 DONE 0.1s 01:10:56 01:10:56 #3 [internal] load .dockerignore 01:10:56 #3 transferring context: 193B done 01:10:56 #3 DONE 0.0s 01:10:56 01:10:56 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 01:10:56 #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 0.0s done 01:10:56 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 3.74MB / 74.06MB 0.1s 01:10:56 #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s 01:10:56 #4 sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 685B / 685B done 01:10:56 #4 sha256:e873195afa03f66c4477d62a47bde445cf4ea723c241a30f98137b48a10af2e9 2.08kB / 2.08kB done 01:10:56 #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s 01:10:56 #4 sha256:ea6120ae94a0356f97603cf7c451f67990211a3e020e5a30d412335b108fdc34 4.22kB / 4.22kB done 01:10:56 #4 sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 294.40kB / 294.40kB 0.0s done 01:10:56 #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s done 01:10:56 #4 ... 01:10:56 01:10:56 #5 [internal] load build context 01:10:56 #5 transferring context: 21.60MB 0.2s done 01:10:56 #5 DONE 0.2s 01:10:56 01:10:56 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 01:10:56 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 14.68MB / 74.06MB 0.2s 01:10:56 #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done 01:10:56 #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done 01:10:56 #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 01:10:56 #4 sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 1.05MB / 2.38MB 0.2s 01:10:56 #4 sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 440B / 440B 0.1s done 01:10:56 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 1.05MB / 100.52MB 0.2s 01:10:57 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 29.36MB / 74.06MB 0.3s 01:10:57 #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s done 01:10:57 #4 sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 2.38MB / 2.38MB 0.2s done 01:10:57 #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 01:10:57 #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 1.05MB / 13.29MB 0.3s 01:10:57 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 65.01MB / 74.06MB 0.5s 01:10:57 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 16.78MB / 100.52MB 0.5s 01:10:57 #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 0.1s done 01:10:57 #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 9.44MB / 13.29MB 0.5s 01:10:57 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.6s 01:10:57 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 25.17MB / 100.52MB 0.6s 01:10:57 #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 13.29MB / 13.29MB 0.6s 01:10:57 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.7s done 01:10:57 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 37.75MB / 100.52MB 0.7s 01:10:57 #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 13.29MB / 13.29MB 0.7s done 01:10:57 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 51.38MB / 100.52MB 0.8s 01:10:57 #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 0.1s 01:10:57 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 67.11MB / 100.52MB 0.9s 01:10:57 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 83.89MB / 100.52MB 1.0s 01:10:57 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 100.52MB / 100.52MB 1.1s 01:10:58 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 100.52MB / 100.52MB 1.3s done 01:11:02 #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 4.7s done 01:11:02 #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 01:11:02 #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 done 01:11:02 #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done 01:11:02 #4 extracting sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 done 01:11:02 #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 01:11:02 #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 0.0s done 01:11:02 #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 0.1s 01:11:06 #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 3.0s done 01:11:06 #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0.1s 01:11:06 #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0.5s done 01:11:06 #4 DONE 9.6s 01:11:06 01:11:06 #6 [builder 2/7] RUN apk add --update --no-cache make git openssh-client 01:11:06 #6 0.230 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:11:06 #6 0.439 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:11:07 #6 0.805 (1/4) Installing openssh-keygen (9.7_p1-r5) 01:11:07 #6 0.813 (2/4) Installing libedit (20240517.3.1-r0) 01:11:07 #6 0.821 (3/4) Installing openssh-client-common (9.7_p1-r5) 01:11:07 #6 0.854 (4/4) Installing openssh-client-default (9.7_p1-r5) 01:11:07 #6 0.868 Executing busybox-1.36.1-r29.trigger 01:11:07 #6 0.878 OK: 252 MiB in 62 packages 01:11:08 #6 DONE 2.4s 01:11:09 01:11:09 #7 [builder 3/7] WORKDIR /device-rest-go 01:11:09 #7 DONE 0.0s 01:11:09 01:11:09 #8 [builder 4/7] COPY go.mod vendor* ./ 01:11:09 #8 DONE 0.0s 01:11:09 01:11:09 #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:11:09 Still waiting to schedule task 01:11:09 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-5299’ 01:11:55 #9 DONE 44.6s 01:11:55 01:11:55 #10 [builder 6/7] COPY . . 01:11:55 #10 DONE 0.1s 01:11:55 01:11:55 #11 [builder 7/7] RUN echo noop 01:11:55 #11 0.182 noop 01:11:55 #11 DONE 0.2s 01:11:55 01:11:55 #12 exporting to image 01:11:55 #12 exporting layers 01:12:02 #12 exporting layers 8.2s done 01:12:02 #12 writing image sha256:332b67a71dfcbfc1ef4fbef88e1868ee2a3b7da3fa10f7d263d524503f980e25 01:12:02 #12 writing image sha256:332b67a71dfcbfc1ef4fbef88e1868ee2a3b7da3fa10f7d263d524503f980e25 done 01:12:02 #12 naming to docker.io/library/ci-base-image-x86_64 done 01:12:02 #12 DONE 8.2s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:12:02 + docker inspect -f . ci-base-image-x86_64 01:12:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:12:02 prd-ubuntu20.04-docker-8c-8g-5301 does not seem to be running inside a container 01:12:02 $ 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:12:03 $ docker top 286c39a8138e1abfb54b3592e770afb0419eee705eb38470fba9da9eef1cc12a -eo pid,comm [Pipeline] { [Pipeline] sh 01:12:03 + go version 01:12:03 go version go1.23.9 linux/amd64 [Pipeline] } 01:12:03 $ docker stop --time=1 286c39a8138e1abfb54b3592e770afb0419eee705eb38470fba9da9eef1cc12a 01:12:04 $ docker rm -f --volumes 286c39a8138e1abfb54b3592e770afb0419eee705eb38470fba9da9eef1cc12a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:12:05 + docker inspect -f . ci-base-image-x86_64 01:12:05 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:12:05 prd-ubuntu20.04-docker-8c-8g-5301 does not seem to be running inside a container 01:12:05 $ 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:12:05 $ docker top 0a9701125e0e99be230e08dbf267e6b3aac89b0417145c3d85c0dc26100752f7 -eo pid,comm [Pipeline] { [Pipeline] sh 01:12:05 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] fileExists [Pipeline] sh 01:12:06 + make test 01:12:06 go test ./... -coverprofile=coverage.out ./... 01:12:07 ? github.com/edgexfoundry/device-rest-go [no test files] 01:12:29 github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements 01:12:29 ok github.com/edgexfoundry/device-rest-go/driver 0.009s coverage: 32.2% of statements 01:12:39 go vet ./... 01:12:46 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:12:46 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:12:46 ./bin/test-attribution-txt.sh 01:12:46 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 01:12:46 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add 01:12:46 An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add 01:12:46 An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add 01:12:46 An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo 01:12:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 01:12:46 $ docker stop --time=1 0a9701125e0e99be230e08dbf267e6b3aac89b0417145c3d85c0dc26100752f7 01:12:47 $ docker rm -f --volumes 0a9701125e0e99be230e08dbf267e6b3aac89b0417145c3d85c0dc26100752f7 [Pipeline] // withDockerContainer [Pipeline] sh 01:12:48 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:12:48 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 01:12:49 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:12:49 + ls -al . 01:12:49 total 244 01:12:49 drwxrwxr-x 9 jenkins jenkins 4096 Jul 18 01:12 . 01:12:49 drwxrwxr-x 4 jenkins jenkins 4096 Jul 18 01:10 .. 01:12:49 -rw-rw-r-- 1 jenkins jenkins 151 Jul 18 01:10 .dockerignore 01:12:49 drwxrwxr-x 8 jenkins jenkins 4096 Jul 18 01:12 .git 01:12:49 drwxrwxr-x 3 jenkins jenkins 4096 Jul 18 01:10 .github 01:12:49 -rw-rw-r-- 1 jenkins jenkins 264 Jul 18 01:10 .gitignore 01:12:49 -rw-rw-r-- 1 jenkins jenkins 41 Jul 18 01:10 .golangci.yml 01:12:49 drwxr-xr-x 3 jenkins jenkins 4096 Jul 18 01:10 .semver 01:12:49 -rw-rw-r-- 1 jenkins jenkins 20138 Jul 18 01:10 Attribution.txt 01:12:49 -rw-rw-r-- 1 jenkins jenkins 18492 Jul 18 01:10 CHANGELOG.md 01:12:49 -rw-rw-r-- 1 jenkins jenkins 1697 Jul 18 01:10 Dockerfile 01:12:49 -rw-rw-r-- 1 jenkins jenkins 677 Jul 18 01:10 GOVERNANCE.md 01:12:49 -rw-rw-r-- 1 jenkins jenkins 680 Jul 18 01:10 Jenkinsfile 01:12:49 -rw-rw-r-- 1 jenkins jenkins 11340 Jul 18 01:10 LICENSE 01:12:49 -rw-rw-r-- 1 jenkins jenkins 2598 Jul 18 01:10 Makefile 01:12:49 -rw-rw-r-- 1 jenkins jenkins 620 Jul 18 01:10 OWNERS.md 01:12:49 -rw-rw-r-- 1 jenkins jenkins 3989 Jul 18 01:10 README.md 01:12:49 -rw-rw-r-- 1 jenkins jenkins 11 Jul 18 01:10 VERSION 01:12:49 drwxrwxr-x 2 jenkins jenkins 4096 Jul 18 01:10 bin 01:12:49 drwxrwxr-x 3 jenkins jenkins 4096 Jul 18 01:10 cmd 01:12:49 -rw-r--r-- 1 jenkins jenkins 14565 Jul 18 01:12 coverage.out 01:12:49 drwxrwxr-x 2 jenkins jenkins 4096 Jul 18 01:10 driver 01:12:49 -rw-rw-r-- 1 jenkins jenkins 6272 Jul 18 01:10 go.mod 01:12:49 -rw-rw-r-- 1 jenkins jenkins 86763 Jul 18 01:10 go.sum 01:12:49 drwxrwxr-x 3 jenkins jenkins 4096 Jul 18 01:10 openapi 01:12:49 -rw-rw-r-- 1 jenkins jenkins 713 Jul 18 01:10 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:12:49 + 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=3068ce5cc7f88542a2b7560f9d12fad6abd57d78 --label arch=amd64 --label version=4.1.0-dev.8 . 01:12:49 #0 building with "default" instance using docker driver 01:12:49 01:12:49 #1 [internal] load build definition from Dockerfile 01:12:49 #1 transferring dockerfile: 1.74kB done 01:12:49 #1 DONE 0.0s 01:12:49 01:12:49 #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:12:49 #2 DONE 0.0s 01:12:49 01:12:49 #3 [internal] load metadata for docker.io/library/alpine:3.20 01:12:49 #3 DONE 0.1s 01:12:49 01:12:49 #4 [internal] load .dockerignore 01:12:49 #4 transferring context: 193B done 01:12:49 #4 DONE 0.0s 01:12:49 01:12:49 #5 [internal] load build context 01:12:49 #5 transferring context: 18.46kB done 01:12:49 #5 DONE 0.0s 01:12:49 01:12:49 #6 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 01:12:49 #6 DONE 0.1s 01:12:49 01:12:49 #7 [builder 2/7] RUN apk add --update --no-cache make git openssh-client 01:12:50 #7 ... 01:12:50 01:12:50 #8 [stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:12:50 #8 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 01:12:50 #8 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.1s done 01:12:50 #8 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 01:12:50 #8 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 01:12:50 #8 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 01:12:50 #8 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 01:12:50 #8 DONE 0.3s 01:12:50 01:12:50 #7 [builder 2/7] RUN apk add --update --no-cache make git openssh-client 01:12:50 #7 0.195 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:12:50 #7 0.356 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:12:50 #7 0.701 OK: 252 MiB in 62 packages 01:12:50 #7 DONE 0.8s 01:12:50 01:12:50 #9 [stage-1 2/6] RUN apk add --update --no-cache dumb-init 01:12:50 #9 0.220 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:12:50 #9 0.298 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:12:50 #9 0.558 (1/1) Installing dumb-init (1.2.5-r3) 01:12:50 #9 0.564 Executing busybox-1.36.1-r29.trigger 01:12:50 #9 0.570 OK: 8 MiB in 15 packages 01:12:51 #9 DONE 0.7s 01:12:51 01:12:51 #10 [builder 3/7] WORKDIR /device-rest-go 01:12:51 #10 DONE 0.0s 01:12:51 01:12:51 #11 [builder 4/7] COPY go.mod vendor* ./ 01:12:51 #11 DONE 0.1s 01:12:51 01:12:51 #12 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:12:51 #12 DONE 0.6s 01:12:51 01:12:51 #13 [stage-1 3/6] RUN apk --no-cache upgrade 01:12:51 #13 0.279 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:12:51 #13 0.354 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:12:51 #13 ... 01:12:51 01:12:51 #14 [builder 6/7] COPY . . 01:12:51 #14 DONE 0.1s 01:12:51 01:12:51 #13 [stage-1 3/6] RUN apk --no-cache upgrade 01:12:51 #13 0.668 OK: 8 MiB in 15 packages 01:12:51 #13 DONE 0.8s 01:12:51 01:12:51 #15 [builder 7/7] RUN make build 01:12:51 #15 0.316 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=4.1.0-dev.8 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd 01:13:18 #15 DONE 24.4s 01:13:18 01:13:18 #16 [stage-1 4/6] COPY --from=builder /device-rest-go/cmd / 01:13:18 #16 DONE 0.3s 01:13:18 01:13:18 #17 [stage-1 5/6] COPY --from=builder /device-rest-go/LICENSE / 01:13:18 #17 DONE 0.0s 01:13:18 01:13:18 #18 [stage-1 6/6] COPY --from=builder /device-rest-go/Attribution.txt / 01:13:18 #18 DONE 0.0s 01:13:18 01:13:18 #19 exporting to image 01:13:18 #19 exporting layers 01:13:18 #19 exporting layers 0.2s done 01:13:18 #19 writing image sha256:959a68757d2917ed784c2016abcbb539e9a534f9b312e45d3da0fde61d153dd8 done 01:13:18 #19 naming to docker.io/library/device-rest done 01:13:18 #19 DONE 0.2s 01:13:18 01:13:18 1 warning found (use docker --debug to expand): 01:13:18  - 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:13:18 provisioning config files... 01:13:18 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config9486510585231142277tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:13:18 ---> ****-login.sh 01:13:18 nexus3.edgexfoundry.org:10001 01:13:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:13:18 Login Succeeded 01:13:18 nexus3.edgexfoundry.org:10002 01:13:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:13:18 Login Succeeded 01:13:18 nexus3.edgexfoundry.org:10003 01:13:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:13:19 Login Succeeded 01:13:19 nexus3.edgexfoundry.org:10004 01:13:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:13:19 Login Succeeded 01:13:19 ****.io 01:13:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:13:19 Login Succeeded 01:13:19 ---> ****-login.sh ends [Pipeline] } 01:13:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:13:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:13:19 [edgeXDocker.push] Tagging docker image device-rest with the following tags: 01:13:19 3068ce5cc7f88542a2b7560f9d12fad6abd57d78 01:13:19 latest 01:13:19 4.1.0-dev.8 01:13:19 3068ce5cc7f88542a2b7560f9d12fad6abd57d78-4.1.0-dev.8 01:13:19 main 01:13:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:13:19 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:13:20 + docker push nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78 01:13:20 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 01:13:20 76030c49720f: Preparing 01:13:20 7977a59ab4d3: Preparing 01:13:20 b676065c0f7a: Preparing 01:13:20 e43c37f1f4ed: Preparing 01:13:20 8795af2b720f: Preparing 01:13:20 097100c76c15: Preparing 01:13:20 097100c76c15: Waiting 01:13:20 76030c49720f: Pushed 01:13:20 7977a59ab4d3: Pushed 01:13:20 e43c37f1f4ed: Pushed 01:13:20 8795af2b720f: Pushed 01:13:20 097100c76c15: Layer already exists 01:13:24 b676065c0f7a: Pushed 01:13:24 3068ce5cc7f88542a2b7560f9d12fad6abd57d78: digest: sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:13:24 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:13:25 + docker push nexus3.edgexfoundry.org:10004/device-rest:latest 01:13:25 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 01:13:25 76030c49720f: Preparing 01:13:25 7977a59ab4d3: Preparing 01:13:25 b676065c0f7a: Preparing 01:13:25 e43c37f1f4ed: Preparing 01:13:25 8795af2b720f: Preparing 01:13:25 097100c76c15: Preparing 01:13:25 097100c76c15: Waiting 01:13:25 8795af2b720f: Layer already exists 01:13:25 b676065c0f7a: Layer already exists 01:13:25 76030c49720f: Layer already exists 01:13:25 e43c37f1f4ed: Layer already exists 01:13:25 7977a59ab4d3: Layer already exists 01:13:25 097100c76c15: Layer already exists 01:13:25 latest: digest: sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:13:25 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:13:25 + docker push nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.8 01:13:25 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 01:13:25 76030c49720f: Preparing 01:13:25 7977a59ab4d3: Preparing 01:13:25 b676065c0f7a: Preparing 01:13:25 e43c37f1f4ed: Preparing 01:13:25 8795af2b720f: Preparing 01:13:25 097100c76c15: Preparing 01:13:25 097100c76c15: Waiting 01:13:25 76030c49720f: Layer already exists 01:13:25 8795af2b720f: Layer already exists 01:13:25 b676065c0f7a: Layer already exists 01:13:25 7977a59ab4d3: Layer already exists 01:13:25 e43c37f1f4ed: Layer already exists 01:13:25 097100c76c15: Layer already exists 01:13:25 4.1.0-dev.8: digest: sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:13:25 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78-4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:13:26 + docker push nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78-4.1.0-dev.8 01:13:26 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 01:13:26 76030c49720f: Preparing 01:13:26 7977a59ab4d3: Preparing 01:13:26 b676065c0f7a: Preparing 01:13:26 e43c37f1f4ed: Preparing 01:13:26 8795af2b720f: Preparing 01:13:26 097100c76c15: Preparing 01:13:26 097100c76c15: Waiting 01:13:26 e43c37f1f4ed: Layer already exists 01:13:26 8795af2b720f: Layer already exists 01:13:26 7977a59ab4d3: Layer already exists 01:13:26 76030c49720f: Layer already exists 01:13:26 b676065c0f7a: Layer already exists 01:13:26 097100c76c15: Layer already exists 01:13:26 3068ce5cc7f88542a2b7560f9d12fad6abd57d78-4.1.0-dev.8: digest: sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:13:26 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:13:26 + docker push nexus3.edgexfoundry.org:10004/device-rest:main 01:13:26 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 01:13:26 76030c49720f: Preparing 01:13:26 7977a59ab4d3: Preparing 01:13:26 b676065c0f7a: Preparing 01:13:26 e43c37f1f4ed: Preparing 01:13:26 8795af2b720f: Preparing 01:13:26 097100c76c15: Preparing 01:13:26 097100c76c15: Waiting 01:13:26 8795af2b720f: Layer already exists 01:13:26 7977a59ab4d3: Layer already exists 01:13:26 e43c37f1f4ed: Layer already exists 01:13:26 76030c49720f: Layer already exists 01:13:26 b676065c0f7a: Layer already exists 01:13:26 097100c76c15: Layer already exists 01:13:26 main: digest: sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:13:27 ===================================================== [Pipeline] echo 01:13:27 taggedImages: 01:13:27 - nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78 01:13:27 - nexus3.edgexfoundry.org:10004/device-rest:latest 01:13:27 - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.8 01:13:27 - nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78-4.1.0-dev.8 01:13:27 - nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] echo 01:13:27 ========================================================= 01:13:27 [edgeXBuildMultiArch] RAW Config: 01:13:27 images: 01:13:27 - nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78 01:13:27 - nexus3.edgexfoundry.org:10004/device-rest:latest 01:13:27 - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.8 01:13:27 - nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78-4.1.0-dev.8 01:13:27 - nexus3.edgexfoundry.org:10004/device-rest:main 01:13:27 settingsFile: 01:13:27 device-rest-go-settings 01:13:27 ========================================================= [Pipeline] node 01:13:42 Still waiting to schedule task 01:13:42 All nodes of label ‘centos7-docker-4c-2g’ are offline 01:14:27 Running on prd-centos7-docker-4c-2g-5303 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:14:27 provisioning config files... 01:14:27 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config846546391810828532tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:14:28 ---> ****-login.sh 01:14:28 nexus3.edgexfoundry.org:10001 01:14:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:14:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:14:29 Configure a credential helper to remove this warning. See 01:14:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:14:29 01:14:29 Login Succeeded 01:14:29 nexus3.edgexfoundry.org:10002 01:14:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:14:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:14:29 Configure a credential helper to remove this warning. See 01:14:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:14:29 01:14:29 Login Succeeded 01:14:29 nexus3.edgexfoundry.org:10003 01:14:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:14:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:14:29 Configure a credential helper to remove this warning. See 01:14:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:14:29 01:14:29 Login Succeeded 01:14:29 nexus3.edgexfoundry.org:10004 01:14:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:14:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:14:29 Configure a credential helper to remove this warning. See 01:14:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:14:29 01:14:29 Login Succeeded 01:14:29 ****.io 01:14:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:14:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:14:30 Configure a credential helper to remove this warning. See 01:14:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:14:30 01:14:30 Login Succeeded 01:14:30 ---> ****-login.sh ends [Pipeline] } 01:14:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:14:30 + docker buildx ls 01:14:30 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 01:14:30 default * docker 01:14:30 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 01:14:31 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 01:14:31 edgex-builder [Pipeline] sh 01:14:31 + docker buildx inspect --bootstrap 01:14:32 #1 [internal] booting buildkit 01:14:32 #1 pulling image moby/buildkit:buildx-stable-1 01:14:36 #1 pulling image moby/buildkit:buildx-stable-1 3.9s done 01:14:36 #1 creating container buildx_buildkit_edgex-builder0 01:14:36 #1 creating container buildx_buildkit_edgex-builder0 1.2s done 01:14:36 #1 DONE 5.0s 01:14:37 Name: edgex-builder 01:14:37 Driver: docker-container 01:14:37 01:14:37 Nodes: 01:14:37 Name: edgex-builder0 01:14:37 Endpoint: unix:///var/run/docker.sock 01:14:37 Status: running 01:14:37 Buildkit: v0.22.0 01:14:37 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 01:14:37 + docker buildx ls 01:14:37 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 01:14:37 edgex-builder * docker-container 01:14:37 edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 01:14:37 default docker 01:14:37 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 01:14:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78' 01:14:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78 --push - 01:14:37 #1 [internal] load build definition from Dockerfile 01:14:37 #1 transferring dockerfile: 196B done 01:14:37 #1 DONE 0.0s 01:14:37 01:14:37 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78 01:14:37 #2 DONE 0.1s 01:14:37 01:14:37 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78 01:14:37 #3 DONE 0.1s 01:14:37 01:14:37 #4 [internal] load .dockerignore 01:14:37 #4 transferring context: 2B done 01:14:37 #4 DONE 0.0s 01:14:37 01:14:37 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78@sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 01:14:37 #5 resolve nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78@sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 0.0s done 01:14:37 #5 DONE 0.0s 01:14:37 01:14:37 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78@sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 01:14:37 #6 resolve nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78@sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 0.0s done 01:14:37 #6 DONE 0.1s 01:14:37 01:14:37 #7 exporting to image 01:14:37 #7 exporting layers done 01:14:37 #7 exporting manifest sha256:a428da42727c8cdfc9bf487c5a9e7d840cb818077fd5b555f0b19fa16e447ce9 done 01:14:37 #7 exporting config sha256:959a68757d2917ed784c2016abcbb539e9a534f9b312e45d3da0fde61d153dd8 01:14:37 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:37 #7 ... 01:14:37 01:14:37 #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 01:14:37 #8 DONE 0.0s 01:14:37 01:14:37 #7 exporting to image 01:14:37 #7 exporting config sha256:959a68757d2917ed784c2016abcbb539e9a534f9b312e45d3da0fde61d153dd8 done 01:14:37 #7 exporting manifest sha256:5fc9670de1a6b814c7ad3b5289b5c0ab18d5f02b54def6010c3ff5e809b28862 done 01:14:37 #7 exporting config sha256:d321bed021a6da3eda4b981d2d882192e83a4b36868d54e726e0c294b6a30ede done 01:14:37 #7 exporting manifest list sha256:5f7dbd91c8c990078f7bda0b297371254397b5ba8f8f26a89c8722dd5e21de03 done 01:14:37 #7 pushing layers 0.1s done 01:14:37 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78@sha256:5f7dbd91c8c990078f7bda0b297371254397b5ba8f8f26a89c8722dd5e21de03 01:14:38 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78@sha256:5f7dbd91c8c990078f7bda0b297371254397b5ba8f8f26a89c8722dd5e21de03 0.1s done 01:14:38 #7 DONE 0.2s 01:14:38 01:14:38 1 warning found (use --debug to expand): 01:14:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:latest' 01:14:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:latest --push - 01:14:38 #1 [internal] load build definition from Dockerfile 01:14:38 #1 transferring dockerfile: 162B done 01:14:38 #1 DONE 0.0s 01:14:38 01:14:38 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:latest 01:14:38 #2 DONE 0.0s 01:14:38 01:14:38 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:latest 01:14:38 #3 DONE 0.0s 01:14:38 01:14:38 #4 [internal] load .dockerignore 01:14:38 #4 transferring context: 2B done 01:14:38 #4 DONE 0.0s 01:14:38 01:14:38 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 01:14:38 #5 resolve nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 done 01:14:38 #5 CACHED 01:14:38 01:14:38 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 01:14:38 #6 resolve nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 0.0s done 01:14:38 #6 CACHED 01:14:38 01:14:38 #7 exporting to image 01:14:38 #7 exporting layers done 01:14:38 #7 exporting manifest sha256:a428da42727c8cdfc9bf487c5a9e7d840cb818077fd5b555f0b19fa16e447ce9 done 01:14:38 #7 exporting config sha256:959a68757d2917ed784c2016abcbb539e9a534f9b312e45d3da0fde61d153dd8 done 01:14:38 #7 exporting manifest sha256:5fc9670de1a6b814c7ad3b5289b5c0ab18d5f02b54def6010c3ff5e809b28862 01:14:38 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:38 #7 exporting manifest sha256:5fc9670de1a6b814c7ad3b5289b5c0ab18d5f02b54def6010c3ff5e809b28862 done 01:14:38 #7 exporting config sha256:d321bed021a6da3eda4b981d2d882192e83a4b36868d54e726e0c294b6a30ede done 01:14:38 #7 exporting manifest list sha256:5f7dbd91c8c990078f7bda0b297371254397b5ba8f8f26a89c8722dd5e21de03 done 01:14:38 #7 pushing layers 0.0s done 01:14:38 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:5f7dbd91c8c990078f7bda0b297371254397b5ba8f8f26a89c8722dd5e21de03 0.1s done 01:14:38 #7 DONE 0.1s 01:14:38 01:14:38 #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 01:14:38 #8 DONE 0.0s 01:14:38 01:14:38 1 warning found (use --debug to expand): 01:14:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.8' 01:14:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.8 --push - 01:14:39 #1 [internal] load build definition from Dockerfile 01:14:39 #1 transferring dockerfile: 167B done 01:14:39 #1 DONE 0.0s 01:14:39 01:14:39 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.8 01:14:39 #2 DONE 0.0s 01:14:39 01:14:39 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.8 01:14:39 #3 DONE 0.0s 01:14:39 01:14:39 #4 [internal] load .dockerignore 01:14:39 #4 transferring context: 2B done 01:14:39 #4 DONE 0.0s 01:14:39 01:14:39 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.8@sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 01:14:39 #5 resolve nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.8@sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 0.0s done 01:14:39 #5 CACHED 01:14:39 01:14:39 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.8@sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 01:14:39 #6 resolve nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.8@sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 0.0s done 01:14:39 #6 CACHED 01:14:39 01:14:39 #7 exporting to image 01:14:39 #7 exporting layers done 01:14:39 #7 exporting manifest sha256:a428da42727c8cdfc9bf487c5a9e7d840cb818077fd5b555f0b19fa16e447ce9 done 01:14:39 #7 exporting config sha256:959a68757d2917ed784c2016abcbb539e9a534f9b312e45d3da0fde61d153dd8 done 01:14:39 #7 exporting manifest sha256:5fc9670de1a6b814c7ad3b5289b5c0ab18d5f02b54def6010c3ff5e809b28862 done 01:14:39 #7 exporting config sha256:d321bed021a6da3eda4b981d2d882192e83a4b36868d54e726e0c294b6a30ede 01:14:39 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:39 #7 exporting config sha256:d321bed021a6da3eda4b981d2d882192e83a4b36868d54e726e0c294b6a30ede done 01:14:39 #7 exporting manifest list sha256:5f7dbd91c8c990078f7bda0b297371254397b5ba8f8f26a89c8722dd5e21de03 done 01:14:39 #7 pushing layers 0.0s done 01:14:39 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.8@sha256:5f7dbd91c8c990078f7bda0b297371254397b5ba8f8f26a89c8722dd5e21de03 0.1s done 01:14:39 #7 DONE 0.1s 01:14:39 01:14:39 #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 01:14:39 #8 DONE 0.0s 01:14:39 01:14:39 1 warning found (use --debug to expand): 01:14:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78-4.1.0-dev.8' 01:14:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78-4.1.0-dev.8 --push - 01:14:39 #1 [internal] load build definition from Dockerfile 01:14:39 #1 transferring dockerfile: 208B done 01:14:39 #1 DONE 0.0s 01:14:39 01:14:39 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78-4.1.0-dev.8 01:14:39 #2 DONE 0.0s 01:14:39 01:14:39 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78-4.1.0-dev.8 01:14:39 #3 DONE 0.0s 01:14:39 01:14:39 #4 [internal] load .dockerignore 01:14:39 #4 transferring context: 2B done 01:14:39 #4 DONE 0.0s 01:14:39 01:14:39 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78-4.1.0-dev.8@sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 01:14:39 #5 resolve nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78-4.1.0-dev.8@sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 0.0s done 01:14:39 #5 CACHED 01:14:39 01:14:39 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78-4.1.0-dev.8@sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 01:14:39 #6 resolve nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78-4.1.0-dev.8@sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 0.0s done 01:14:39 #6 CACHED 01:14:39 01:14:39 #7 exporting to image 01:14:39 #7 exporting layers done 01:14:39 #7 exporting manifest sha256:a428da42727c8cdfc9bf487c5a9e7d840cb818077fd5b555f0b19fa16e447ce9 done 01:14:39 #7 exporting config sha256:959a68757d2917ed784c2016abcbb539e9a534f9b312e45d3da0fde61d153dd8 01:14:39 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:39 #7 exporting config sha256:959a68757d2917ed784c2016abcbb539e9a534f9b312e45d3da0fde61d153dd8 done 01:14:39 #7 exporting manifest sha256:5fc9670de1a6b814c7ad3b5289b5c0ab18d5f02b54def6010c3ff5e809b28862 done 01:14:39 #7 exporting config sha256:d321bed021a6da3eda4b981d2d882192e83a4b36868d54e726e0c294b6a30ede done 01:14:39 #7 exporting manifest list sha256:5f7dbd91c8c990078f7bda0b297371254397b5ba8f8f26a89c8722dd5e21de03 done 01:14:39 #7 pushing layers 0.0s done 01:14:39 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78-4.1.0-dev.8@sha256:5f7dbd91c8c990078f7bda0b297371254397b5ba8f8f26a89c8722dd5e21de03 0.1s done 01:14:39 #7 DONE 0.1s 01:14:39 01:14:39 #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 01:14:39 #8 DONE 0.0s 01:14:39 01:14:39 1 warning found (use --debug to expand): 01:14:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:main' 01:14:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:main --push - 01:14:40 #1 [internal] load build definition from Dockerfile 01:14:40 #1 transferring dockerfile: 160B done 01:14:40 #1 DONE 0.0s 01:14:40 01:14:40 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:main 01:14:40 #2 DONE 0.0s 01:14:40 01:14:40 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:main 01:14:40 #3 DONE 0.0s 01:14:40 01:14:40 #4 [internal] load .dockerignore 01:14:40 #4 transferring context: 2B done 01:14:40 #4 DONE 0.0s 01:14:40 01:14:40 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:main@sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 01:14:40 #5 resolve nexus3.edgexfoundry.org:10004/device-rest:main@sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 0.0s done 01:14:40 #5 CACHED 01:14:40 01:14:40 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:main@sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 01:14:40 #6 resolve nexus3.edgexfoundry.org:10004/device-rest:main@sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 0.0s done 01:14:40 #6 CACHED 01:14:40 01:14:40 #7 exporting to image 01:14:40 #7 exporting layers done 01:14:40 #7 exporting manifest sha256:a428da42727c8cdfc9bf487c5a9e7d840cb818077fd5b555f0b19fa16e447ce9 done 01:14:40 #7 exporting config sha256:959a68757d2917ed784c2016abcbb539e9a534f9b312e45d3da0fde61d153dd8 done 01:14:40 #7 exporting manifest sha256:5fc9670de1a6b814c7ad3b5289b5c0ab18d5f02b54def6010c3ff5e809b28862 done 01:14:40 #7 exporting config sha256:d321bed021a6da3eda4b981d2d882192e83a4b36868d54e726e0c294b6a30ede done 01:14:40 #7 exporting manifest list sha256:5f7dbd91c8c990078f7bda0b297371254397b5ba8f8f26a89c8722dd5e21de03 01:14:40 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:40 #7 exporting manifest list sha256:5f7dbd91c8c990078f7bda0b297371254397b5ba8f8f26a89c8722dd5e21de03 done 01:14:40 #7 pushing layers 0.0s done 01:14:40 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:main@sha256:5f7dbd91c8c990078f7bda0b297371254397b5ba8f8f26a89c8722dd5e21de03 0.1s done 01:14:40 #7 DONE 0.1s 01:14:40 01:14:40 #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 01:14:40 #8 DONE 0.0s 01:14:40 01:14:40 1 warning found (use --debug to expand): 01:14:40  - 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:14:40 + '[' -d /w/workspace/edgexfoundry_device-rest-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh 01:14:41 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:14:41 ---> package-listing.sh 01:14:41 ++ tr '[:upper:]' '[:lower:]' 01:14:41 ++ facter osfamily 01:14:41 + OS_FAMILY=redhat 01:14:41 + workspace=/w/workspace/edgexfoundry_device-rest-go_main 01:14:41 + START_PACKAGES=/tmp/packages_start.txt 01:14:41 + END_PACKAGES=/tmp/packages_end.txt 01:14:41 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:14:41 + PACKAGES=/tmp/packages_start.txt 01:14:41 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 01:14:41 + PACKAGES=/tmp/packages_end.txt 01:14:41 + case "${OS_FAMILY}" in 01:14:41 + sort 01:14:41 + rpm -qa 01:14:42 + '[' -f /tmp/packages_start.txt ']' 01:14:42 + '[' -f /tmp/packages_end.txt ']' 01:14:42 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:14:42 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 01:14:42 + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ 01:14:42 + 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:14:42 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:14:42 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:14:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:14:43 01:14:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:14:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:14:43 latest: Pulling from edgex-lftools-log-publisher 01:14:43 5eb5b503b376: Pulling fs layer 01:14:43 5c69ac0246d0: Pulling fs layer 01:14:43 ec43610c2a17: Pulling fs layer 01:14:43 3a2ae6a8a46f: Pulling fs layer 01:14:43 33b1e0a273af: Pulling fs layer 01:14:43 5d3b04190fa2: Pulling fs layer 01:14:43 2f39f015ded8: Pulling fs layer 01:14:43 3a2ae6a8a46f: Waiting 01:14:43 33b1e0a273af: Waiting 01:14:43 5d3b04190fa2: Waiting 01:14:43 2f39f015ded8: Waiting 01:14:43 5c69ac0246d0: Verifying Checksum 01:14:43 5c69ac0246d0: Download complete 01:14:43 3a2ae6a8a46f: Verifying Checksum 01:14:43 3a2ae6a8a46f: Download complete 01:14:43 33b1e0a273af: Verifying Checksum 01:14:43 33b1e0a273af: Download complete 01:14:43 5d3b04190fa2: Verifying Checksum 01:14:43 5d3b04190fa2: Download complete 01:14:43 ec43610c2a17: Verifying Checksum 01:14:43 ec43610c2a17: Download complete 01:14:43 5eb5b503b376: Verifying Checksum 01:14:43 5eb5b503b376: Download complete 01:14:44 2f39f015ded8: Verifying Checksum 01:14:44 2f39f015ded8: Download complete 01:14:45 5eb5b503b376: Pull complete 01:14:45 5c69ac0246d0: Pull complete 01:14:45 ec43610c2a17: Pull complete 01:14:45 3a2ae6a8a46f: Pull complete 01:14:45 33b1e0a273af: Pull complete 01:14:46 5d3b04190fa2: Pull complete 01:14:50 2f39f015ded8: Pull complete 01:14:50 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 01:14:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:14:50 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:14:50 prd-centos7-docker-4c-2g-5303 does not seem to be running inside a container 01:14:50 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-rest-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 01:14:53 Running on prd-ubuntu20.04-docker-arm64-4c-16g-5302 in /w/workspace/edgexfoundry_device-rest-go_main 01:14:53 $ docker top f44050b0426f080b22ad4f2ef5359e21a8b6fff2d785b5794560d7c5a4a73c04 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws 01:14:53 Running in /w/workspace/device-rest-go/207 [Pipeline] { [Pipeline] checkout 01:14:54 + touch /tmp/pre-build-complete [Pipeline] sh 01:14:56 The recommended git tool is: git 01:14:57 + mkdir -p /var/log/sysstat [Pipeline] sh 01:14:57 + ls /var/log/sa-host 01:14:57 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:14:57 provisioning config files... 01:14:57 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config1296765795605249273tmp [Pipeline] { [Pipeline] echo 01:14:57 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:14:58 ---> create-netrc.sh [Pipeline] } 01:14:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:14:58 ---> python-tools-install.sh [Pipeline] echo 01:14:58 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:14:58 ---> sudo-logs.sh 01:14:58 Archiving 'sudo' log.. 01:14:58 sudo: unable to resolve host prd-centos7-docker-4c-2g-5303.novalocal: Name or service not known 01:14:58 sudo: unable to resolve host prd-centos7-docker-4c-2g-5303.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 01:14:58 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:14:58 ---> job-cost.sh 01:14:58 lf-activate-venv: SKIPPING 01:14:58 INFO: No Stack... 01:14:59 INFO: Retrieving Pricing Info for: v3-standard-2 01:14:59 INFO: Archiving Costs [Pipeline] echo 01:14:59 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:14:59 ---> logs-deploy.sh 01:14:59 lf-activate-venv: SKIPPING 01:14:59 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/207 01:14:59 INFO: archiving workspace using pattern(s): 01:15:00 Archives upload complete. 01:15:00 INFO: archiving logs to Nexus 01:15:01 ---> uname -a: 01:15:01 Linux prd-centos7-docker-4c-2g-5303.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:15:01 01:15:01 01:15:01 ---> lscpu: 01:15:01 Architecture: x86_64 01:15:01 CPU op-mode(s): 32-bit, 64-bit 01:15:01 Byte Order: Little Endian 01:15:01 Address sizes: 40 bits physical, 48 bits virtual 01:15:01 CPU(s): 2 01:15:01 On-line CPU(s) list: 0,1 01:15:01 Thread(s) per core: 1 01:15:01 Core(s) per socket: 1 01:15:01 Socket(s): 2 01:15:01 NUMA node(s): 1 01:15:01 Vendor ID: AuthenticAMD 01:15:01 CPU family: 23 01:15:01 Model: 49 01:15:01 Model name: AMD EPYC-Rome Processor 01:15:01 Stepping: 0 01:15:01 CPU MHz: 2799.998 01:15:01 BogoMIPS: 5599.99 01:15:01 Virtualization: AMD-V 01:15:01 Hypervisor vendor: KVM 01:15:01 Virtualization type: full 01:15:01 L1d cache: 64 KiB 01:15:01 L1i cache: 64 KiB 01:15:01 L2 cache: 1 MiB 01:15:01 L3 cache: 32 MiB 01:15:01 NUMA node0 CPU(s): 0,1 01:15:01 Vulnerability Itlb multihit: Not affected 01:15:01 Vulnerability L1tf: Not affected 01:15:01 Vulnerability Mds: Not affected 01:15:01 Vulnerability Meltdown: Not affected 01:15:01 Vulnerability Mmio stale data: Not affected 01:15:01 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:15:01 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 01:15:01 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 01:15:01 Vulnerability Srbds: Not affected 01:15:01 Vulnerability Tsx async abort: Not affected 01:15:01 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:15:01 01:15:01 01:15:01 ---> nproc: 01:15:01 2 01:15:01 01:15:01 01:15:01 ---> df -h: 01:15:01 Filesystem Size Used Avail Use% Mounted on 01:15:01 overlay 40G 7.3G 33G 19% / 01:15:01 tmpfs 64M 0 64M 0% /dev 01:15:01 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 01:15:01 shm 64M 0 64M 0% /dev/shm 01:15:01 /dev/vda1 40G 7.3G 33G 19% /facter-os 01:15:01 01:15:01 01:15:01 Cannot open /var/log/sysstat/sa18: No such file or directory 01:15:01 Please check if data collecting is enabled 01:15:01 subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:15:01 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 01:15:01 $ docker stop --time=1 f44050b0426f080b22ad4f2ef5359e21a8b6fff2d785b5794560d7c5a4a73c04 01:15:01 using credential edgex-jenkins-ssh 01:15:01 Cloning the remote Git repository 01:15:02 $ docker rm -f --volumes f44050b0426f080b22ad4f2ef5359e21a8b6fff2d785b5794560d7c5a4a73c04 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 01:15:02 [WS-CLEANUP] Deleting project workspace... 01:15:02 [WS-CLEANUP] Deferred wipeout is used... 01:15:02 [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:15:02 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 01:15:02 > git init /w/workspace/device-rest-go/207 # timeout=10 01:15:02 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 01:15:02 > git --version # timeout=10 01:15:02 > git --version # 'git version 2.25.1' 01:15:02 using GIT_SSH to set credentials SSH Credentials for GitHub 01:15:02 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:15:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:15:03 01:15:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:15:03 latest: Pulling from edgex-lftools-log-publisher 01:15:03 5eb5b503b376: Pulling fs layer 01:15:03 5c69ac0246d0: Pulling fs layer 01:15:03 ec43610c2a17: Pulling fs layer 01:15:03 3a2ae6a8a46f: Pulling fs layer 01:15:03 33b1e0a273af: Pulling fs layer 01:15:03 5d3b04190fa2: Pulling fs layer 01:15:03 2f39f015ded8: Pulling fs layer 01:15:03 3a2ae6a8a46f: Waiting 01:15:03 33b1e0a273af: Waiting 01:15:03 5d3b04190fa2: Waiting 01:15:03 2f39f015ded8: Waiting 01:15:03 5c69ac0246d0: Verifying Checksum 01:15:03 5c69ac0246d0: Download complete 01:15:03 3a2ae6a8a46f: Verifying Checksum 01:15:03 3a2ae6a8a46f: Download complete 01:15:03 33b1e0a273af: Verifying Checksum 01:15:03 33b1e0a273af: Download complete 01:15:03 5d3b04190fa2: Verifying Checksum 01:15:03 5d3b04190fa2: Download complete 01:15:03 ec43610c2a17: Verifying Checksum 01:15:03 ec43610c2a17: Download complete 01:15:03 5eb5b503b376: Download complete 01:15:04 2f39f015ded8: Download complete 01:15:05 5eb5b503b376: Pull complete 01:15:05 5c69ac0246d0: Pull complete 01:15:06 ec43610c2a17: Pull complete 01:15:06 3a2ae6a8a46f: Pull complete 01:15:06 33b1e0a273af: Pull complete 01:15:06 5d3b04190fa2: Pull complete 01:15:06 Avoid second fetch 01:15:06 Checking out Revision 3068ce5cc7f88542a2b7560f9d12fad6abd57d78 (main) 01:15:05 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 01:15:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:15:06 > git config core.sparsecheckout # timeout=10 01:15:06 > git checkout -f 3068ce5cc7f88542a2b7560f9d12fad6abd57d78 # timeout=10 01:15:07 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#481)" 01:15:11 01:15:11 GitHub has been notified of this commit’s build result 01:15:11 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:15:12 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 01:15:12 % Total % Received % Xferd Average Speed Time Time Time Current 01:15:12 Dload Upload Total Spent Left Speed 01:15:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 113k 0 --:--:-- --:--:-- --:--:-- 114k [Pipeline] sh 01:15:12 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 01:15:12 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 01:15:12 + sudo tee /etc/docker/daemon.new 01:15:12 { 01:15:12 "registry-mirrors": [ 01:15:12 "https://nexus3.edgexfoundry.org:10001" 01:15:12 ], 01:15:12 "bip": "10.250.0.254/24", 01:15:12 "hosts": [ 01:15:12 "tcp://0.0.0.0:5555", 01:15:12 "unix:///var/run/docker.sock" 01:15:12 ], 01:15:12 "mtu": 1458, 01:15:12 "selinux-enabled": true, 01:15:12 "seccomp-profile": "/etc/docker/seccomp.json" 01:15:12 } [Pipeline] sh 01:15:13 2f39f015ded8: Pull complete 01:15:13 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 01:15:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:15:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:15:13 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json 01:15:13 prd-ubuntu20.04-docker-8c-8g-5301 does not seem to be running inside a container 01:15:13 $ 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:15:13 $ docker top 38e0dffbdc01e76856fa4a93b14e9724251c5aac1040dcf39f9fd9ebe8fb0540 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] libraryResource [Pipeline] sh 01:15:14 + sudo service docker restart 01:15:14 ---> job-cost.sh 01:15:14 lf-activate-venv: SKIPPING 01:15:14 INFO: No Stack... 01:15:14 INFO: Retrieving Pricing Info for: v3-standard-8 01:15:14 INFO: Archiving Costs [Pipeline] sh 01:15:15 + cat /w/workspace/edgexfoundry_device-rest-go_main/archives/cost.csv 01:15:15 + cut -d, -f6 [Pipeline] lock 01:15:15 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-207-stack-cost] 01:15:15 Resource [jenkins-edgexfoundry-device-rest-go-main-207-stack-cost] did not exist. Created. 01:15:15 Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-207-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:15:15 + echo total: 0.2199999988079071 [Pipeline] stash 01:15:15 Stashed 1 file(s) [Pipeline] } 01:15:15 Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-207-stack-cost] [Pipeline] // lock [Pipeline] } 01:15:15 $ docker stop --time=1 38e0dffbdc01e76856fa4a93b14e9724251c5aac1040dcf39f9fd9ebe8fb0540 01:15:16 $ docker rm -f --volumes 38e0dffbdc01e76856fa4a93b14e9724251c5aac1040dcf39f9fd9ebe8fb0540 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:15:32 provisioning config files... 01:15:32 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/207@tmp/config8754568495119323241tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:15:33 ---> ****-login.sh 01:15:33 nexus3.edgexfoundry.org:10001 01:15:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:15:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:15:33 Configure a credential helper to remove this warning. See 01:15:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:15:33 01:15:33 Login Succeeded 01:15:33 nexus3.edgexfoundry.org:10002 01:15:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:15:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:15:34 Configure a credential helper to remove this warning. See 01:15:34 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:15:34 01:15:34 Login Succeeded 01:15:34 nexus3.edgexfoundry.org:10003 01:15:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:15:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:15:34 Configure a credential helper to remove this warning. See 01:15:34 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:15:34 01:15:34 Login Succeeded 01:15:34 nexus3.edgexfoundry.org:10004 01:15:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:15:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:15:34 Configure a credential helper to remove this warning. See 01:15:34 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:15:34 01:15:34 Login Succeeded 01:15:34 ****.io 01:15:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:15:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:15:35 Configure a credential helper to remove this warning. See 01:15:35 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:15:35 01:15:35 Login Succeeded 01:15:35 ---> ****-login.sh ends [Pipeline] } 01:15:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:15:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:15:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:15:35 ========================================================= 01:15:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 01:15:35 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:35 + 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:15:35 Sending build context to Docker daemon 141.8kB 01:15:36 Step 1/12 : ARG BASE=golang:1.23-alpine3.20 01:15:36 Step 2/12 : FROM ${BASE} AS builder 01:15:36 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:15:36 94e9d8af2201: Pulling fs layer 01:15:36 a6c56e8762df: Pulling fs layer 01:15:36 f0f3c8884826: Pulling fs layer 01:15:36 c7e7622c144d: Pulling fs layer 01:15:36 4f4fb700ef54: Pulling fs layer 01:15:36 c7e7622c144d: Waiting 01:15:36 e8859aadc426: Pulling fs layer 01:15:36 b4813487a9f6: Pulling fs layer 01:15:36 4f4fb700ef54: Waiting 01:15:36 502a3d64fb4b: Pulling fs layer 01:15:36 b4813487a9f6: Waiting 01:15:36 502a3d64fb4b: Waiting 01:15:36 a6c56e8762df: Download complete 01:15:36 c7e7622c144d: Verifying Checksum 01:15:36 c7e7622c144d: Download complete 01:15:36 4f4fb700ef54: Verifying Checksum 01:15:36 4f4fb700ef54: Download complete 01:15:36 e8859aadc426: Verifying Checksum 01:15:36 e8859aadc426: Download complete 01:15:36 94e9d8af2201: Verifying Checksum 01:15:36 94e9d8af2201: Download complete 01:15:37 502a3d64fb4b: Verifying Checksum 01:15:37 502a3d64fb4b: Download complete 01:15:37 94e9d8af2201: Pull complete 01:15:37 a6c56e8762df: Pull complete 01:15:38 f0f3c8884826: Verifying Checksum 01:15:38 f0f3c8884826: Download complete 01:15:39 b4813487a9f6: Verifying Checksum 01:15:39 b4813487a9f6: Download complete 01:15:54 f0f3c8884826: Pull complete 01:15:54 c7e7622c144d: Pull complete 01:15:54 4f4fb700ef54: Pull complete 01:15:54 e8859aadc426: Pull complete 01:16:02 b4813487a9f6: Pull complete 01:16:03 502a3d64fb4b: Pull complete 01:16:03 Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde 01:16:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:16:03 ---> 3bb21d53e231 01:16:03 Step 3/12 : ARG ADD_BUILD_TAGS="" 01:16:04 ---> Running in 9afc540b3d9e 01:16:05 Removing intermediate container 9afc540b3d9e 01:16:05 ---> 2852f189c9af 01:16:05 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:16:05 ---> Running in dc22f07e1211 01:16:05 Removing intermediate container dc22f07e1211 01:16:05 ---> d14a268aa2c2 01:16:05 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 01:16:05 ---> Running in 93f060d0341f 01:16:05 Removing intermediate container 93f060d0341f 01:16:05 ---> ad61cd58b066 01:16:05 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 01:16:05 ---> Running in e920f6595f13 01:16:06 Removing intermediate container e920f6595f13 01:16:06 ---> 83eb44740548 01:16:06 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:16:06 ---> Running in c5c5758c9a2e 01:16:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:16:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:16:08 (1/4) Installing openssh-keygen (9.7_p1-r5) 01:16:08 (2/4) Installing libedit (20240517.3.1-r0) 01:16:08 (3/4) Installing openssh-client-common (9.7_p1-r5) 01:16:08 (4/4) Installing openssh-client-default (9.7_p1-r5) 01:16:08 Executing busybox-1.36.1-r29.trigger 01:16:08 OK: 244 MiB in 62 packages 01:16:09 Removing intermediate container c5c5758c9a2e 01:16:09 ---> a984bd369dc6 01:16:09 Step 8/12 : WORKDIR /device-rest-go 01:16:10 ---> Running in 402a473055af 01:16:10 Removing intermediate container 402a473055af 01:16:10 ---> a81838689940 01:16:10 Step 9/12 : COPY go.mod vendor* ./ 01:16:10 ---> 1f069acfe900 01:16:10 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:16:10 ---> Running in 1e9db5438c8b 01:18:32 Removing intermediate container 1e9db5438c8b 01:18:32 ---> dbc7993b72ac 01:18:32 Step 11/12 : COPY . . 01:18:32 ---> cdaffbdd4981 01:18:32 Step 12/12 : RUN $MAKE 01:18:32 ---> Running in c6d74c72dcbf 01:18:32 noop 01:18:32 Removing intermediate container c6d74c72dcbf 01:18:32 ---> 4f0dd930d38a 01:18:32 Successfully built 4f0dd930d38a 01:18:32 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:33 + docker inspect -f . ci-base-image-arm64 01:18:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:18:33 prd-ubuntu20.04-docker-arm64-4c-16g-5302 does not seem to be running inside a container 01:18:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/207 -v /w/workspace/device-rest-go/207:/w/workspace/device-rest-go/207:rw,z -v /w/workspace/device-rest-go/207@tmp:/w/workspace/device-rest-go/207@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:18:34 $ docker top e23654e773d6fdd13cc9ecf0634c406cd38bca1f046b14945436fbd407638902 -eo pid,comm [Pipeline] { [Pipeline] sh 01:18:35 + go version 01:18:35 go version go1.23.9 linux/arm64 [Pipeline] } 01:18:35 $ docker stop --time=1 e23654e773d6fdd13cc9ecf0634c406cd38bca1f046b14945436fbd407638902 01:18:37 $ docker rm -f --volumes e23654e773d6fdd13cc9ecf0634c406cd38bca1f046b14945436fbd407638902 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:37 + docker inspect -f . ci-base-image-arm64 01:18:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:18:37 prd-ubuntu20.04-docker-arm64-4c-16g-5302 does not seem to be running inside a container 01:18:37 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-rest-go/207 -v /w/workspace/device-rest-go/207:/w/workspace/device-rest-go/207:rw,z -v /w/workspace/device-rest-go/207@tmp:/w/workspace/device-rest-go/207@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:18:38 $ docker top 83d158b233b39112942b78007eed8f72c47a85a25fa53d9f2f71c7d224a48e04 -eo pid,comm [Pipeline] { [Pipeline] sh 01:18:39 + git config --global --add safe.directory /w/workspace/device-rest-go/207 [Pipeline] fileExists [Pipeline] sh 01:18:40 + make test 01:18:40 go test ./... -coverprofile=coverage.out ./... 01:18:45 ? github.com/edgexfoundry/device-rest-go [no test files] 01:22:07 github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements 01:22:07 ok github.com/edgexfoundry/device-rest-go/driver 0.039s coverage: 32.2% of statements 01:22:07 WARNING: Linting skipped (not on x86_64 or linter not installed) 01:22:07 go vet ./... 01:22:54 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:22:54 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:22:54 ./bin/test-attribution-txt.sh 01:22:54 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 01:22:54 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add 01:22:54 An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add 01:22:54 An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add 01:22:54 An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo 01:22:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 01:22:54 $ docker stop --time=1 83d158b233b39112942b78007eed8f72c47a85a25fa53d9f2f71c7d224a48e04 01:22:56 $ docker rm -f --volumes 83d158b233b39112942b78007eed8f72c47a85a25fa53d9f2f71c7d224a48e04 [Pipeline] // withDockerContainer [Pipeline] sh 01:22:57 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:22:57 Warning: overwriting stash ‘coverage-report’ 01:22:58 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 01:22:58 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:22:59 + ls -al . 01:22:59 total 240 01:22:59 drwxrwxr-x 8 jenkins jenkins 4096 Jul 18 01:18 . 01:22:59 drwxrwxr-x 4 jenkins jenkins 4096 Jul 18 01:15 .. 01:22:59 -rw-rw-r-- 1 jenkins jenkins 151 Jul 18 01:15 .dockerignore 01:22:59 drwxrwxr-x 8 jenkins jenkins 4096 Jul 18 01:15 .git 01:22:59 drwxrwxr-x 3 jenkins jenkins 4096 Jul 18 01:15 .github 01:22:59 -rw-rw-r-- 1 jenkins jenkins 264 Jul 18 01:15 .gitignore 01:22:59 -rw-rw-r-- 1 jenkins jenkins 41 Jul 18 01:15 .golangci.yml 01:22:59 -rw-rw-r-- 1 jenkins jenkins 20138 Jul 18 01:15 Attribution.txt 01:22:59 -rw-rw-r-- 1 jenkins jenkins 18492 Jul 18 01:15 CHANGELOG.md 01:22:59 -rw-rw-r-- 1 jenkins jenkins 1697 Jul 18 01:15 Dockerfile 01:22:59 -rw-rw-r-- 1 jenkins jenkins 677 Jul 18 01:15 GOVERNANCE.md 01:22:59 -rw-rw-r-- 1 jenkins jenkins 680 Jul 18 01:15 Jenkinsfile 01:22:59 -rw-rw-r-- 1 jenkins jenkins 11340 Jul 18 01:15 LICENSE 01:22:59 -rw-rw-r-- 1 jenkins jenkins 2598 Jul 18 01:15 Makefile 01:22:59 -rw-rw-r-- 1 jenkins jenkins 620 Jul 18 01:15 OWNERS.md 01:22:59 -rw-rw-r-- 1 jenkins jenkins 3989 Jul 18 01:15 README.md 01:22:59 -rw-rw-r-- 1 jenkins jenkins 11 Jul 18 01:10 VERSION 01:22:59 drwxrwxr-x 2 jenkins jenkins 4096 Jul 18 01:15 bin 01:22:59 drwxrwxr-x 3 jenkins jenkins 4096 Jul 18 01:15 cmd 01:22:59 -rw-r--r-- 1 jenkins jenkins 14565 Jul 18 01:22 coverage.out 01:22:59 drwxrwxr-x 2 jenkins jenkins 4096 Jul 18 01:15 driver 01:22:59 -rw-rw-r-- 1 jenkins jenkins 6272 Jul 18 01:15 go.mod 01:22:59 -rw-rw-r-- 1 jenkins jenkins 86763 Jul 18 01:15 go.sum 01:22:59 drwxrwxr-x 3 jenkins jenkins 4096 Jul 18 01:15 openapi 01:22:59 -rw-rw-r-- 1 jenkins jenkins 713 Jul 18 01:15 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:22:59 + docker build -t device-rest-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=3068ce5cc7f88542a2b7560f9d12fad6abd57d78 --label arch=arm64 --label version=4.1.0-dev.8 . 01:22:59 Sending build context to Docker daemon 157.2kB 01:22:59 Step 1/26 : ARG BASE=golang:1.23-alpine3.20 01:22:59 Step 2/26 : FROM ${BASE} AS builder 01:22:59 ---> 4f0dd930d38a 01:22:59 Step 3/26 : ARG ADD_BUILD_TAGS="" 01:22:59 ---> Running in d01444166786 01:23:00 Removing intermediate container d01444166786 01:23:00 ---> 90d13df355b0 01:23:00 Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:23:00 ---> Running in baeadeb8f304 01:23:00 Removing intermediate container baeadeb8f304 01:23:00 ---> 5dd6cbc3cad1 01:23:00 Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client" 01:23:00 ---> Running in 5a227bf57c9d 01:23:00 Removing intermediate container 5a227bf57c9d 01:23:00 ---> f44b2ba42e32 01:23:00 Step 6/26 : ARG ALPINE_PKG_EXTRA="" 01:23:00 ---> Running in 4d38f9587471 01:23:01 Removing intermediate container 4d38f9587471 01:23:01 ---> 6cb9b28a1a1a 01:23:01 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:23:01 ---> Running in 140308b74125 01:23:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:23:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:23:04 OK: 244 MiB in 62 packages 01:23:05 Removing intermediate container 140308b74125 01:23:05 ---> 639d1591d2ec 01:23:05 Step 8/26 : WORKDIR /device-rest-go 01:23:05 ---> Running in 8d7bd191a6e1 01:23:05 Removing intermediate container 8d7bd191a6e1 01:23:05 ---> 17689b6ec390 01:23:05 Step 9/26 : COPY go.mod vendor* ./ 01:23:05 ---> 03ed024dcfaf 01:23:05 Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:23:06 ---> Running in 9b61481b8238 01:23:09 Removing intermediate container 9b61481b8238 01:23:09 ---> e91cf303b771 01:23:09 Step 11/26 : COPY . . 01:23:09 ---> 1e3e662fe866 01:23:09 Step 12/26 : RUN $MAKE 01:23:09 ---> Running in 0bf349fbc258 01:23:10 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=4.1.0-dev.8 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd 01:26:32 Removing intermediate container 0bf349fbc258 01:26:32 ---> 378a27cfd23b 01:26:32 Step 13/26 : FROM alpine:3.20 01:26:32 3.20: Pulling from library/alpine 01:26:32 13e713f82565: Pulling fs layer 01:26:32 13e713f82565: Verifying Checksum 01:26:32 13e713f82565: Download complete 01:26:32 13e713f82565: Pull complete 01:26:32 Digest: sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:26:32 Status: Downloaded newer image for alpine:3.20 01:26:32 ---> c88e9dceb6cb 01:26:32 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 01:26:32 ---> Running in a618540d15b1 01:26:32 Removing intermediate container a618540d15b1 01:26:32 ---> 9557b71588a9 01:26:32 Step 15/26 : LABEL Name=device-rest-go Version=${VERSION} 01:26:32 ---> Running in afe52f2b5118 01:26:33 Removing intermediate container afe52f2b5118 01:26:33 ---> 8e93da7c8cab 01:26:33 Step 16/26 : RUN apk add --update --no-cache dumb-init 01:26:33 ---> Running in f619eae89d8d 01:26:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:26:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:26:36 (1/1) Installing dumb-init (1.2.5-r3) 01:26:36 Executing busybox-1.36.1-r29.trigger 01:26:36 OK: 9 MiB in 15 packages 01:26:37 Removing intermediate container f619eae89d8d 01:26:37 ---> da34f8669b3e 01:26:37 Step 17/26 : RUN apk --no-cache upgrade 01:26:37 ---> Running in 2cc08ad3e046 01:26:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:26:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:26:40 OK: 9 MiB in 15 packages 01:26:41 Removing intermediate container 2cc08ad3e046 01:26:41 ---> e8a450b172fe 01:26:41 Step 18/26 : COPY --from=builder /device-rest-go/cmd / 01:26:42 ---> faf5bda3b70a 01:26:42 Step 19/26 : COPY --from=builder /device-rest-go/LICENSE / 01:26:43 ---> 96611a1a3d83 01:26:43 Step 20/26 : COPY --from=builder /device-rest-go/Attribution.txt / 01:26:44 ---> 94c8054c2903 01:26:44 Step 21/26 : EXPOSE 59986 01:26:44 ---> Running in ccaeca56e5c8 01:26:44 Removing intermediate container ccaeca56e5c8 01:26:44 ---> df5206167a95 01:26:44 Step 22/26 : ENTRYPOINT ["/device-rest"] 01:26:44 ---> Running in 82fff0f2d8a2 01:26:44 Removing intermediate container 82fff0f2d8a2 01:26:44 ---> 4506991a9e0c 01:26:44 Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 01:26:44 ---> Running in 36ea07044073 01:26:44 Removing intermediate container 36ea07044073 01:26:44 ---> cacdad9b8fe8 01:26:44 Step 24/26 : LABEL arch=arm64 01:26:44 ---> Running in f37cce456af7 01:26:45 Removing intermediate container f37cce456af7 01:26:45 ---> ced8d81761bc 01:26:45 Step 25/26 : LABEL git_sha=3068ce5cc7f88542a2b7560f9d12fad6abd57d78 01:26:45 ---> Running in f4cf95cc4996 01:26:45 Removing intermediate container f4cf95cc4996 01:26:45 ---> e23caa2950d0 01:26:45 Step 26/26 : LABEL version=4.1.0-dev.8 01:26:45 ---> Running in 833cf540aed9 01:26:45 Removing intermediate container 833cf540aed9 01:26:45 ---> 5dfb583db1fd 01:26:45 [Warning] One or more build-args [ARCH] were not consumed 01:26:45 Successfully built 5dfb583db1fd 01:26:45 Successfully tagged device-rest-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:26:46 provisioning config files... 01:26:46 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/207@tmp/config4068025512275951534tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:26:46 ---> ****-login.sh 01:26:46 nexus3.edgexfoundry.org:10001 01:26:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:26:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:26:46 Configure a credential helper to remove this warning. See 01:26:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:26:46 01:26:46 Login Succeeded 01:26:46 nexus3.edgexfoundry.org:10002 01:26:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:26:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:26:46 Configure a credential helper to remove this warning. See 01:26:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:26:46 01:26:46 Login Succeeded 01:26:46 nexus3.edgexfoundry.org:10003 01:26:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:26:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:26:47 Configure a credential helper to remove this warning. See 01:26:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:26:47 01:26:47 Login Succeeded 01:26:47 nexus3.edgexfoundry.org:10004 01:26:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:26:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:26:47 Configure a credential helper to remove this warning. See 01:26:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:26:47 01:26:47 Login Succeeded 01:26:47 ****.io 01:26:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:26:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:26:48 Configure a credential helper to remove this warning. See 01:26:48 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:26:48 01:26:48 Login Succeeded 01:26:48 ---> ****-login.sh ends [Pipeline] } 01:26:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:26:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:26:48 [edgeXDocker.push] Tagging docker image device-rest-arm64 with the following tags: 01:26:48 3068ce5cc7f88542a2b7560f9d12fad6abd57d78 01:26:48 latest 01:26:48 4.1.0-dev.8 01:26:48 3068ce5cc7f88542a2b7560f9d12fad6abd57d78-4.1.0-dev.8 01:26:48 main 01:26:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:26:49 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:3068ce5cc7f88542a2b7560f9d12fad6abd57d78 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:26:49 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:3068ce5cc7f88542a2b7560f9d12fad6abd57d78 01:26:49 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 01:26:49 f7e028f9dc2c: Preparing 01:26:49 b8d9e1e99df0: Preparing 01:26:49 5ad694dea7fa: Preparing 01:26:49 554c6f5f546a: Preparing 01:26:49 5717a4fe1ae6: Preparing 01:26:49 1e890da81ec9: Preparing 01:26:49 1e890da81ec9: Waiting 01:26:49 b8d9e1e99df0: Pushed 01:26:49 554c6f5f546a: Pushed 01:26:49 f7e028f9dc2c: Pushed 01:26:49 5717a4fe1ae6: Pushed 01:26:49 1e890da81ec9: Layer already exists 01:26:58 5ad694dea7fa: Pushed 01:26:58 3068ce5cc7f88542a2b7560f9d12fad6abd57d78: digest: sha256:f9ef0fb078c2856d5aed4617b2a7c3d539c470dc9505fe66e948ecfe5eff1e00 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:26:58 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:26:58 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:latest 01:26:58 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 01:26:58 f7e028f9dc2c: Preparing 01:26:58 b8d9e1e99df0: Preparing 01:26:58 5ad694dea7fa: Preparing 01:26:58 554c6f5f546a: Preparing 01:26:58 5717a4fe1ae6: Preparing 01:26:58 1e890da81ec9: Preparing 01:26:58 1e890da81ec9: Waiting 01:26:58 554c6f5f546a: Layer already exists 01:26:58 f7e028f9dc2c: Layer already exists 01:26:58 b8d9e1e99df0: Layer already exists 01:26:58 5717a4fe1ae6: Layer already exists 01:26:58 5ad694dea7fa: Layer already exists 01:26:58 1e890da81ec9: Layer already exists 01:26:58 latest: digest: sha256:f9ef0fb078c2856d5aed4617b2a7c3d539c470dc9505fe66e948ecfe5eff1e00 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:26:59 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:26:59 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.8 01:26:59 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 01:26:59 f7e028f9dc2c: Preparing 01:26:59 b8d9e1e99df0: Preparing 01:26:59 5ad694dea7fa: Preparing 01:26:59 554c6f5f546a: Preparing 01:26:59 5717a4fe1ae6: Preparing 01:26:59 1e890da81ec9: Preparing 01:26:59 1e890da81ec9: Waiting 01:26:59 f7e028f9dc2c: Layer already exists 01:26:59 5ad694dea7fa: Layer already exists 01:26:59 5717a4fe1ae6: Layer already exists 01:26:59 554c6f5f546a: Layer already exists 01:26:59 b8d9e1e99df0: Layer already exists 01:26:59 1e890da81ec9: Layer already exists 01:26:59 4.1.0-dev.8: digest: sha256:f9ef0fb078c2856d5aed4617b2a7c3d539c470dc9505fe66e948ecfe5eff1e00 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:26:59 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:3068ce5cc7f88542a2b7560f9d12fad6abd57d78-4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:27:00 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:3068ce5cc7f88542a2b7560f9d12fad6abd57d78-4.1.0-dev.8 01:27:00 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 01:27:00 f7e028f9dc2c: Preparing 01:27:00 b8d9e1e99df0: Preparing 01:27:00 5ad694dea7fa: Preparing 01:27:00 554c6f5f546a: Preparing 01:27:00 5717a4fe1ae6: Preparing 01:27:00 1e890da81ec9: Preparing 01:27:00 1e890da81ec9: Waiting 01:27:00 5717a4fe1ae6: Layer already exists 01:27:00 b8d9e1e99df0: Layer already exists 01:27:00 f7e028f9dc2c: Layer already exists 01:27:00 554c6f5f546a: Layer already exists 01:27:00 5ad694dea7fa: Layer already exists 01:27:00 1e890da81ec9: Layer already exists 01:27:00 3068ce5cc7f88542a2b7560f9d12fad6abd57d78-4.1.0-dev.8: digest: sha256:f9ef0fb078c2856d5aed4617b2a7c3d539c470dc9505fe66e948ecfe5eff1e00 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:27:00 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:27:01 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:main 01:27:01 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 01:27:01 f7e028f9dc2c: Preparing 01:27:01 b8d9e1e99df0: Preparing 01:27:01 5ad694dea7fa: Preparing 01:27:01 554c6f5f546a: Preparing 01:27:01 5717a4fe1ae6: Preparing 01:27:01 1e890da81ec9: Preparing 01:27:01 1e890da81ec9: Waiting 01:27:01 b8d9e1e99df0: Layer already exists 01:27:01 f7e028f9dc2c: Layer already exists 01:27:01 5717a4fe1ae6: Layer already exists 01:27:01 5ad694dea7fa: Layer already exists 01:27:01 554c6f5f546a: Layer already exists 01:27:01 1e890da81ec9: Layer already exists 01:27:01 main: digest: sha256:f9ef0fb078c2856d5aed4617b2a7c3d539c470dc9505fe66e948ecfe5eff1e00 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:27:01 ===================================================== [Pipeline] echo 01:27:01 taggedImages: 01:27:01 - nexus3.edgexfoundry.org:10004/device-rest-arm64:3068ce5cc7f88542a2b7560f9d12fad6abd57d78 01:27:01 - nexus3.edgexfoundry.org:10004/device-rest-arm64:latest 01:27:01 - nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.8 01:27:01 - nexus3.edgexfoundry.org:10004/device-rest-arm64:3068ce5cc7f88542a2b7560f9d12fad6abd57d78-4.1.0-dev.8 01:27:01 - nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] echo 01:27:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:3068ce5cc7f88542a2b7560f9d12fad6abd57d78 [Pipeline] echo 01:27:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] echo 01:27:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.8 [Pipeline] echo 01:27:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:3068ce5cc7f88542a2b7560f9d12fad6abd57d78-4.1.0-dev.8 [Pipeline] echo 01:27:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:27:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:27:01 01:27:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:27:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:27:01 arm64: Pulling from edgex-lftools-log-publisher 01:27:01 8998bd30e6a1: Pulling fs layer 01:27:01 04944245beec: Pulling fs layer 01:27:01 699f458cf7ca: Pulling fs layer 01:27:01 765212b225bb: Pulling fs layer 01:27:01 f23df028b6ca: Pulling fs layer 01:27:01 d65c8cfc05b1: Pulling fs layer 01:27:01 2437ff75d9bd: Pulling fs layer 01:27:01 765212b225bb: Waiting 01:27:01 f23df028b6ca: Waiting 01:27:01 d65c8cfc05b1: Waiting 01:27:01 2437ff75d9bd: Waiting 01:27:02 04944245beec: Verifying Checksum 01:27:02 04944245beec: Download complete 01:27:02 765212b225bb: Verifying Checksum 01:27:02 765212b225bb: Download complete 01:27:02 f23df028b6ca: Verifying Checksum 01:27:02 f23df028b6ca: Download complete 01:27:02 d65c8cfc05b1: Verifying Checksum 01:27:02 d65c8cfc05b1: Download complete 01:27:02 699f458cf7ca: Verifying Checksum 01:27:02 699f458cf7ca: Download complete 01:27:02 8998bd30e6a1: Verifying Checksum 01:27:02 8998bd30e6a1: Download complete 01:27:05 2437ff75d9bd: Verifying Checksum 01:27:05 2437ff75d9bd: Download complete 01:27:07 8998bd30e6a1: Pull complete 01:27:08 04944245beec: Pull complete 01:27:10 699f458cf7ca: Pull complete 01:27:10 765212b225bb: Pull complete 01:27:11 f23df028b6ca: Pull complete 01:27:11 d65c8cfc05b1: Pull complete 01:27:29 2437ff75d9bd: Pull complete 01:27:29 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 01:27:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:27:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:27:29 prd-ubuntu20.04-docker-arm64-4c-16g-5302 does not seem to be running inside a container 01:27:29 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-rest-go/207 -v /w/workspace/device-rest-go/207:/w/workspace/device-rest-go/207:rw,z -v /w/workspace/device-rest-go/207@tmp:/w/workspace/device-rest-go/207@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 01:27:32 $ docker top 3d2e1aa8a0d876525d7ce91cae95731478c2a8fbe437348e49de6416651f329f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:27:35 ---> job-cost.sh 01:27:35 lf-activate-venv: SKIPPING 01:27:35 INFO: No Stack... 01:27:36 INFO: Retrieving Pricing Info for: v3-standard-4 01:27:37 INFO: Archiving Costs [Pipeline] sh 01:27:37 + cat /w/workspace/device-rest-go/207/archives/cost.csv 01:27:37 + cut -d, -f6 [Pipeline] lock 01:27:37 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-207-stack-cost] 01:27:37 Resource [jenkins-edgexfoundry-device-rest-go-main-207-stack-cost] did not exist. Created. 01:27:37 Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-207-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:27:38 /w/workspace/device-rest-go/207@tmp/durable-e5c53215/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 01:27:39 + echo total: 0.10999999940395355 [Pipeline] stash 01:27:39 Warning: overwriting stash ‘stack-cost’ 01:27:39 Stashed 1 file(s) [Pipeline] } 01:27:39 Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-207-stack-cost] [Pipeline] // lock [Pipeline] } 01:27:39 $ docker stop --time=1 3d2e1aa8a0d876525d7ce91cae95731478c2a8fbe437348e49de6416651f329f 01:27:40 $ docker rm -f --volumes 3d2e1aa8a0d876525d7ce91cae95731478c2a8fbe437348e49de6416651f329f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 01:27:41 provisioning config files... 01:27:41 copy managed file [device-rest-go-codecov-token] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config3634209169595933491tmp [Pipeline] { [Pipeline] sh 01:27:41 + set +x 01:27:41 + curl -s https://codecov.io/bash 01:27:41 + bash -s -- 01:27:41 01:27:41 _____ _ 01:27:41 / ____| | | 01:27:41 | | ___ __| | ___ ___ _____ __ 01:27:41 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:27:41 | |___| (_) | (_| | __/ (_| (_) \ V / 01:27:41 \_____\___/ \__,_|\___|\___\___/ \_/ 01:27:41 Bash-1.0.6 01:27:41 01:27:41 01:27:41 ==> git version 2.25.1 found 01:27:41 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 01:27:41 Release-Date: 2020-01-08 01:27:41 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 01:27:41 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 01:27:41 ==> Jenkins CI detected. 01:27:41 current dir:  /w/workspace/edgexfoundry_device-rest-go_main 01:27:41 project root: . 01:27:41 --> token set from env 01:27:41 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:27:41 ==> Running gcov in . (disable via -X gcov) 01:27:41 ==> Python coveragepy not found 01:27:41 ==> Searching for coverage reports in: 01:27:41 + . 01:27:41 -> Found 1 reports 01:27:41 ==> Detecting git/mercurial file structure 01:27:42 ==> Reading reports 01:27:42 + ./coverage.out bytes=14565 01:27:42 ==> Appending adjustments 01:27:42 https://docs.codecov.io/docs/fixing-reports 01:27:42 + Found adjustments 01:27:42 ==> Gzipping contents 01:27:42 4.0K /tmp/codecov.8Oxqrb.gz 01:27:42 ==> Uploading reports 01:27:42 url: https://codecov.io 01:27:42 query: branch=main&commit=3068ce5cc7f88542a2b7560f9d12fad6abd57d78&build=207&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F207%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= 01:27:42 -> Pinging Codecov 01:27:42 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=3068ce5cc7f88542a2b7560f9d12fad6abd57d78&build=207&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F207%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= 01:27:42 -> Uploading to 01:27:42 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-rest-go/3068ce5cc7f88542a2b7560f9d12fad6abd57d78/8cf66e44-b0fc-4b24-93b3-acdc928aef7c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250718%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250718T012742Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=16c4cb99504087da6961ece638a67daf63d040fbaf1d0d7cafd34ee30e42a4ab 01:27:42 % Total % Received % Xferd Average Speed Time Time Time Current 01:27:42 Dload Upload Total Spent Left Speed 01:27:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2326 0 0 100 2326 0 9982 --:--:-- --:--:-- --:--:-- 10025 01:27:42 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rest-go/commit/3068ce5cc7f88542a2b7560f9d12fad6abd57d78 [Pipeline] } 01:27:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 01:27:42 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 01:27:42 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:27:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 01:27:43 01:27:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:27:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 01:27:43 latest: Pulling from edgex-devops/edgex-snyk-go 01:27:43 0a9a5dfd008f: Already exists 01:27:43 36466aa92d05: Already exists 01:27:43 e10405b45d13: Already exists 01:27:43 096b7ceb2af7: Already exists 01:27:43 4f4fb700ef54: Already exists 01:27:43 e50aa161e22a: Pulling fs layer 01:27:43 d3c8db5fb9df: Pulling fs layer 01:27:43 e50aa161e22a: Verifying Checksum 01:27:43 e50aa161e22a: Download complete 01:27:43 e50aa161e22a: Pull complete 01:27:45 d3c8db5fb9df: Verifying Checksum 01:27:45 d3c8db5fb9df: Download complete 01:27:48 d3c8db5fb9df: Pull complete 01:27:48 Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be 01:27:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 01:27:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:27:48 prd-ubuntu20.04-docker-8c-8g-5301 does not seem to be running inside a container 01:27:48 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 01:27:49 $ docker top 99bd8fa91b0a9658ff80d9843aea951f2afcdd69507511e3a1bdc185a46f714b -eo pid,comm [Pipeline] { [Pipeline] sh 01:27:49 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] echo 01:27:49 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-rest-go:main' [Pipeline] sh 01:27:50 + set -o pipefail 01:27:50 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-rest-go:main' 01:28:00 01:28:00 Monitoring /w/workspace/edgexfoundry_device-rest-go_main (github.com/edgexfoundry/device-rest-go)... 01:28:00 01:28:00 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/9d7b2b31-f697-4750-913c-575a35a00c1a/history/7cc34e3d-a72a-48da-ba2d-8015c7afc8b9 01:28:00 01:28:00 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 01:28:00 01:28:00 01:28:00 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 01:28:00 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 01:28:00 $ docker stop --time=1 99bd8fa91b0a9658ff80d9843aea951f2afcdd69507511e3a1bdc185a46f714b 01:28:03 $ docker rm -f --volumes 99bd8fa91b0a9658ff80d9843aea951f2afcdd69507511e3a1bdc185a46f714b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:28:03 + git log --format=format:%s -1 3068ce5cc7f88542a2b7560f9d12fad6abd57d78 [Pipeline] sh 01:28:04 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:28:04 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:28:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:28:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:28:04 prd-ubuntu20.04-docker-8c-8g-5301 does not seem to be running inside a container 01:28:04 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 01:28:04 $ docker top bfcbbdc88a7bf338d12792ad19bf9a34a383911f0bf03a8beecef498f5a84ad3 -eo pid,comm 01:28:04 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:28:04 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:28:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:28:04 [ssh-agent] Looking for ssh-agent implementation... 01:28:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:28:05 $ docker exec bfcbbdc88a7bf338d12792ad19bf9a34a383911f0bf03a8beecef498f5a84ad3 ssh-agent 01:28:05 SSH_AUTH_SOCK=/tmp/ssh-xEkIo3oA0GoA/agent.32 01:28:05 SSH_AGENT_PID=38 01:28:05 Running ssh-add (command line suppressed) 01:28:05 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_2787658212889677575.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_2787658212889677575.key) 01:28:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:28:05 + git semver tag 01:28:05 2025-07-18 01:28:05,780 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 01:28:05 2025-07-18 01:28:05,785 [run_tag] DEBUG tag force:False 01:28:05 2025-07-18 01:28:05,785 [check_head_tag] DEBUG check head tag 01:28:05 2025-07-18 01:28:05,785 [execute] INFO git cat-file --batch-check 01:28:05 2025-07-18 01:28:05,785 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, stdin=, shell=False, universal_newlines=False) 01:28:05 2025-07-18 01:28:05,788 [execute] INFO git cat-file --batch 01:28:05 2025-07-18 01:28:05,788 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, stdin=, shell=False, universal_newlines=False) 01:28:05 2025-07-18 01:28:05,797 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 01:28:05 2025-07-18 01:28:05,797 [execute] INFO git tag -a v4.1.0-dev.8 -m v4.1.0-dev.8 01:28:05 2025-07-18 01:28:05,798 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.8', '-m', 'v4.1.0-dev.8'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, stdin=None, shell=False, universal_newlines=False) 01:28:05 2025-07-18 01:28:05,800 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 01:28:05 4.1.0-dev.8 [Pipeline] } 01:28:05 $ docker exec --env ******** --env ******** bfcbbdc88a7bf338d12792ad19bf9a34a383911f0bf03a8beecef498f5a84ad3 ssh-agent -k 01:28:05 unset SSH_AUTH_SOCK; 01:28:05 unset SSH_AGENT_PID; 01:28:05 echo Agent pid 38 killed; 01:28:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:28:06 + git semver [Pipeline] } 01:28:06 $ docker stop --time=1 bfcbbdc88a7bf338d12792ad19bf9a34a383911f0bf03a8beecef498f5a84ad3 01:28:07 $ docker rm -f --volumes bfcbbdc88a7bf338d12792ad19bf9a34a383911f0bf03a8beecef498f5a84ad3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:28:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 01:28:08 01:28:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:28:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 01:28:08 0.23.1-centos7: Pulling from edgex-lftools 01:28:08 ab5ef0e58194: Pulling fs layer 01:28:08 9712f1f96733: Pulling fs layer 01:28:08 63f879dbbcfc: Pulling fs layer 01:28:08 0d9ebad4ef96: Pulling fs layer 01:28:08 e9a5061849ea: Pulling fs layer 01:28:08 d747dcd14b5f: Pulling fs layer 01:28:08 2de7ff778b66: Pulling fs layer 01:28:08 0d9ebad4ef96: Waiting 01:28:08 e9a5061849ea: Waiting 01:28:08 2de7ff778b66: Waiting 01:28:08 d747dcd14b5f: Waiting 01:28:08 9712f1f96733: Verifying Checksum 01:28:08 9712f1f96733: Download complete 01:28:08 63f879dbbcfc: Verifying Checksum 01:28:08 63f879dbbcfc: Download complete 01:28:09 e9a5061849ea: Verifying Checksum 01:28:09 e9a5061849ea: Download complete 01:28:09 d747dcd14b5f: Download complete 01:28:09 ab5ef0e58194: Download complete 01:28:09 2de7ff778b66: Verifying Checksum 01:28:09 2de7ff778b66: Download complete 01:28:09 0d9ebad4ef96: Verifying Checksum 01:28:09 0d9ebad4ef96: Download complete 01:28:13 ab5ef0e58194: Pull complete 01:28:13 9712f1f96733: Pull complete 01:28:13 63f879dbbcfc: Pull complete 01:28:20 0d9ebad4ef96: Pull complete 01:28:20 e9a5061849ea: Pull complete 01:28:20 d747dcd14b5f: Pull complete 01:28:21 2de7ff778b66: Pull complete 01:28:21 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 01:28:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 01:28:21 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:28:21 prd-ubuntu20.04-docker-8c-8g-5301 does not seem to be running inside a container 01:28:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 01:28:22 $ docker top 87d859ce2534ff00d1228e511d60bb8ea2e2a73f2a13bd593ae8ee6be939af39 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 01:28:23 provisioning config files... 01:28:23 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config7663966164100009517tmp 01:28:23 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config13137532636181715607tmp 01:28:23 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config842377916178452438tmp [Pipeline] { [Pipeline] echo 01:28:23 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 01:28:23 ---> sigul-configuration.sh 01:28:23 gpg: directory `/root/.gnupg' created 01:28:23 gpg: new configuration file `/root/.gnupg/gpg.conf' created 01:28:23 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 01:28:23 gpg: keyring `/root/.gnupg/secring.gpg' created 01:28:23 gpg: keyring `/root/.gnupg/pubring.gpg' created 01:28:23 gpg: CAST5 encrypted data 01:28:23 gpg: encrypted with 1 passphrase 01:28:23 gpg: WARNING: message was not integrity protected [Pipeline] sh 01:28:23 + mkdir /home/jenkins 01:28:23 + mkdir /home/jenkins/sigul [Pipeline] sh 01:28:23 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 01:28:24 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 01:28:24 ---> sigul-install.sh 01:28:24 Sigul already installed; skipping installation. [Pipeline] sh 01:28:24 + git tag --list 01:28:24 v1.0.0 01:28:24 v1.1.0 01:28:24 v1.1.1 01:28:24 v1.1.2 01:28:24 v1.2.0 01:28:24 v1.2.1 01:28:24 v2.0.0 01:28:24 v2.1.0 01:28:24 v2.1.1 01:28:24 v2.2.0 01:28:24 v2.3.0 01:28:24 v3.0 01:28:24 v3.0.0 01:28:24 v3.1 01:28:24 v3.1.0 01:28:24 v3.1.1 01:28:24 v4.0 01:28:24 v4.0.0 01:28:24 v4.1.0-dev.1 01:28:24 v4.1.0-dev.2 01:28:24 v4.1.0-dev.3 01:28:24 v4.1.0-dev.4 01:28:24 v4.1.0-dev.5 01:28:24 v4.1.0-dev.6 01:28:24 v4.1.0-dev.7 01:28:24 v4.1.0-dev.8 [Pipeline] sh 01:28:24 + lftools sign git-tag v4.1.0-dev.8 01:28:25 Signing Git tag with Sigul... 01:28:25 Signing v4.1.0-dev.8 [Pipeline] echo 01:28:25 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 01:28:26 ---> sigul-configuration-cleanup.sh [Pipeline] } 01:28:26 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 01:28:26 $ docker stop --time=1 87d859ce2534ff00d1228e511d60bb8ea2e2a73f2a13bd593ae8ee6be939af39 01:28:27 $ docker rm -f --volumes 87d859ce2534ff00d1228e511d60bb8ea2e2a73f2a13bd593ae8ee6be939af39 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 01:28:27 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:28:27 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:28:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:28:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:28:28 prd-ubuntu20.04-docker-8c-8g-5301 does not seem to be running inside a container 01:28:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 01:28:28 $ docker top 02db62be1245bebeecfcb66da04eec98e17ee2c140826291a219bfdd1b3c0177 -eo pid,comm 01:28: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:28:28 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:28:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:28:28 [ssh-agent] Looking for ssh-agent implementation... 01:28:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:28:28 $ docker exec 02db62be1245bebeecfcb66da04eec98e17ee2c140826291a219bfdd1b3c0177 ssh-agent 01:28:28 SSH_AUTH_SOCK=/tmp/ssh-oVfBh78bO85v/agent.32 01:28:28 SSH_AGENT_PID=39 01:28:28 Running ssh-add (command line suppressed) 01:28:29 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_14992073698286447342.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_14992073698286447342.key) 01:28:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:28:29 + git semver bump pre 01:28:29 2025-07-18 01:28:29,565 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 01:28:29 2025-07-18 01:28:29,568 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 01:28:29 2025-07-18 01:28:29,568 [bump_version] DEBUG bumping version:4.1.0-dev.8 on axis:pre with prefix:dev 01:28:29 2025-07-18 01:28:29,569 [bump_version] DEBUG bumped version:4.1.0-dev.9 01:28:29 2025-07-18 01:28:29,569 [write_version] DEBUG write version:4.1.0-dev.9 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:True 01:28:29 2025-07-18 01:28:29,569 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 01:28:29 2025-07-18 01:28:29,569 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main 01:28:29 2025-07-18 01:28:29,571 [execute] INFO git cat-file --batch-check 01:28:29 2025-07-18 01:28:29,571 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=, shell=False, universal_newlines=False) 01:28:29 2025-07-18 01:28:29,574 [execute] INFO git cat-file --batch 01:28:29 2025-07-18 01:28:29,575 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=, shell=False, universal_newlines=False) 01:28:29 2025-07-18 01:28:29,578 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 01:28:29 4.1.0-dev.9 [Pipeline] } 01:28:29 $ docker exec --env ******** --env ******** 02db62be1245bebeecfcb66da04eec98e17ee2c140826291a219bfdd1b3c0177 ssh-agent -k 01:28:29 unset SSH_AUTH_SOCK; 01:28:29 unset SSH_AGENT_PID; 01:28:29 echo Agent pid 39 killed; 01:28:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:28:30 + git semver [Pipeline] } 01:28:30 $ docker stop --time=1 02db62be1245bebeecfcb66da04eec98e17ee2c140826291a219bfdd1b3c0177 01:28:31 $ docker rm -f --volumes 02db62be1245bebeecfcb66da04eec98e17ee2c140826291a219bfdd1b3c0177 [Pipeline] // withDockerContainer [Pipeline] sh 01:28:31 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:28:31 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:28:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:28:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:28:32 prd-ubuntu20.04-docker-8c-8g-5301 does not seem to be running inside a container 01:28:32 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 01:28:32 $ docker top 7daed9b275f88cc6eef36f57361c9a1372042166b686f0adf82e1dbf2b828b84 -eo pid,comm 01:28:32 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:28:32 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:28:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:28:32 [ssh-agent] Looking for ssh-agent implementation... 01:28:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:28:32 $ docker exec 7daed9b275f88cc6eef36f57361c9a1372042166b686f0adf82e1dbf2b828b84 ssh-agent 01:28:32 SSH_AUTH_SOCK=/tmp/ssh-X88EbZS344nC/agent.32 01:28:32 SSH_AGENT_PID=38 01:28:32 Running ssh-add (command line suppressed) 01:28:33 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_3692516504276487951.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_3692516504276487951.key) 01:28:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:28:33 + git semver push 01:28:33 2025-07-18 01:28:33,545 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 01:28:33 2025-07-18 01:28:33,549 [run_push] DEBUG push 01:28:33 2025-07-18 01:28:33,549 [execute] INFO git cat-file --batch-check 01:28:33 2025-07-18 01:28:33,549 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=, shell=False, universal_newlines=False) 01:28:33 2025-07-18 01:28:33,551 [execute] INFO git rev-list ae0830869d963ed1c353a0a6bc2d4d8cbb814822 -- 01:28:33 2025-07-18 01:28:33,551 [execute] DEBUG Popen(['git', 'rev-list', 'ae0830869d963ed1c353a0a6bc2d4d8cbb814822', '--'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=None, shell=False, universal_newlines=False) 01:28:33 2025-07-18 01:28:33,557 [execute] INFO git fetch -v -- origin 01:28:33 2025-07-18 01:28:33,557 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=None, shell=False, universal_newlines=True) 01:28:34 2025-07-18 01:28:34,003 [run_push] DEBUG no remote changes detected 01:28:34 2025-07-18 01:28:34,004 [execute] INFO git push origin semver 01:28:34 2025-07-18 01:28:34,004 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=None, shell=False, universal_newlines=False) 01:28:35 2025-07-18 01:28:34,772 [run_push] DEBUG push all version tags 01:28:35 2025-07-18 01:28:34,772 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 01:28:35 2025-07-18 01:28:34,773 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, stdin=None, shell=False, universal_newlines=False) 01:28:35 2025-07-18 01:28:35,485 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 01:28:35 4.1.0-dev.9 [Pipeline] } 01:28:35 $ docker exec --env ******** --env ******** 7daed9b275f88cc6eef36f57361c9a1372042166b686f0adf82e1dbf2b828b84 ssh-agent -k 01:28:35 unset SSH_AUTH_SOCK; 01:28:35 unset SSH_AGENT_PID; 01:28:35 echo Agent pid 38 killed; 01:28:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:28:36 + git semver [Pipeline] } 01:28:36 $ docker stop --time=1 7daed9b275f88cc6eef36f57361c9a1372042166b686f0adf82e1dbf2b828b84 01:28:37 $ docker rm -f --volumes 7daed9b275f88cc6eef36f57361c9a1372042166b686f0adf82e1dbf2b828b84 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 01:28:38 + [ -d /w/workspace/edgexfoundry_device-rest-go_main/archives ] 01:28:38 + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives 01:28:38 total 16 01:28:38 drwxr-xr-x 3 root root 4096 Jul 18 01:15 . 01:28:38 drwxrwxr-x 10 jenkins jenkins 4096 Jul 18 01:28 .. 01:28:38 drwxr-xr-x 2 root root 4096 Jul 18 01:15 cost 01:28:38 -rw-r--r-- 1 root root 86 Jul 18 01:15 cost.csv 01:28:38 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-rest-go_main/archives 01:28:38 + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives 01:28:38 total 16 01:28:38 drwxr-xr-x 3 jenkins jenkins 4096 Jul 18 01:15 . 01:28:38 drwxrwxr-x 10 jenkins jenkins 4096 Jul 18 01:28 .. 01:28:38 drwxr-xr-x 2 jenkins jenkins 4096 Jul 18 01:15 cost 01:28:38 -rw-r--r-- 1 jenkins jenkins 86 Jul 18 01:15 cost.csv [Pipeline] libraryResource [Pipeline] sh 01:28:38 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:28:39 ---> package-listing.sh 01:28:39 ++ facter osfamily 01:28:39 ++ tr '[:upper:]' '[:lower:]' 01:28:39 + OS_FAMILY=debian 01:28:39 + workspace=/w/workspace/edgexfoundry_device-rest-go_main 01:28:39 + START_PACKAGES=/tmp/packages_start.txt 01:28:39 + END_PACKAGES=/tmp/packages_end.txt 01:28:39 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:28:39 + PACKAGES=/tmp/packages_start.txt 01:28:39 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 01:28:39 + PACKAGES=/tmp/packages_end.txt 01:28:39 + case "${OS_FAMILY}" in 01:28:39 + dpkg -l 01:28:39 + grep '^ii' 01:28:39 + '[' -f /tmp/packages_start.txt ']' 01:28:39 + '[' -f /tmp/packages_end.txt ']' 01:28:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:28:39 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 01:28:39 + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ 01:28: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:28: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:28:39 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:28:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:28:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:28:40 prd-ubuntu20.04-docker-8c-8g-5301 does not seem to be running inside a container 01:28:40 $ 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:40 $ docker top cb0fc05d65887f5e95518d9abd00313482cfcb426667efb557ef69f77701a69e -eo pid,comm [Pipeline] { [Pipeline] sh 01:28:41 + touch /tmp/pre-build-complete [Pipeline] sh 01:28:41 + mkdir -p /var/log/sysstat [Pipeline] sh 01:28:41 + ls /var/log/sa-host 01:28:41 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:28:41 provisioning config files... 01:28:41 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config9257908766080309347tmp [Pipeline] { [Pipeline] echo 01:28:41 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:28:42 ---> create-netrc.sh [Pipeline] } 01:28:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:28:42 ---> python-tools-install.sh [Pipeline] echo 01:28:42 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:28:42 ---> sudo-logs.sh 01:28:42 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 01:28:42 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:28:42 ---> job-cost.sh 01:28:42 lf-activate-venv: SKIPPING 01:28:42 DEBUG: total: 0.2199999988079071 01:28:42 INFO: Retrieving Stack Cost... 01:28:43 INFO: Retrieving Pricing Info for: v3-standard-8 01:28:43 INFO: Archiving Costs [Pipeline] echo 01:28:43 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:28:43 ---> logs-deploy.sh 01:28:43 lf-activate-venv: SKIPPING 01:28:43 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/207 01:28:43 INFO: archiving workspace using pattern(s): 01:28:44 Archives upload complete. 01:28:44 INFO: archiving logs to Nexus