Started by user Cherry Wang Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 7bf3b7cedae0f10faf0de83af88415cc28561f9e 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-ssh14551602734801071918.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 7928b8837ad34b090831a72fcdf53bff9dae4c17 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-ssh5283512994952677334.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 7928b8837ad34b090831a72fcdf53bff9dae4c17 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-s7/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-s7/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1452889804419113847.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 7928b8837ad34b090831a72fcdf53bff9dae4c17 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7928b8837ad34b090831a72fcdf53bff9dae4c17 # timeout=10 Commit message: "Merge pull request #462 from cherrycl/skip-arm-c-sdk-2" > 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-ssh10658110669465330977.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-s7/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-s7/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh6191925615136711220.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-s7] ========================================================= [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-s7-settings PROJECT: device-s7 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-s7 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 Running on prd-ubuntu20.04-docker-8c-8g-39283 in /w/workspace/edgexfoundry_device-s7_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-s7.git > git init /w/workspace/edgexfoundry_device-s7_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-s7.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-s7.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 7bf3b7cedae0f10faf0de83af88415cc28561f9e (main) Commit message: "Merge pull request #40 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.0.0-dev.24" > git config remote.origin.url git@github.com:edgexfoundry/device-s7.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 7bf3b7cedae0f10faf0de83af88415cc28561f9e # timeout=10 > git rev-list --no-walk 7bf3b7cedae0f10faf0de83af88415cc28561f9e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:54:28 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:54:28 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:54:29 ========================================================= 03:54:29 EdgeX Global Pipelines Version Info 03:54:29 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:54:29 ------------------- 03:54:29 stable info: 03:54:29 ------------------- 03:54:29 Commited By: Cherry Wang cherry@iotechsys.com 03:54:29 Commit SHA: 7928b8837ad34b090831a72fcdf53bff9dae4c17 03:54:29 Message: update stable to v1.0.269 03:54:30 ------------------- 03:54:30 experimental info: 03:54:30 ------------------- 03:54:30 Commited By: **** collab-it+edgex@linuxfoundation.org 03:54:30 Commit SHA: 7928b8837ad34b090831a72fcdf53bff9dae4c17 03:54:30 Message: update experimental to v1.0.269 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:54:30 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-s7-settings [Pipeline] echo 03:54:30 [edgeXSetupEnvironment]: set envvar PROJECT = device-s7 [Pipeline] echo 03:54:30 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:54:30 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:54:30 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:54:30 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 03:54:30 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 03:54:30 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 03:54:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:54:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:54:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 03:54:30 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-s7 [Pipeline] echo 03:54:30 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:54:30 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:54:30 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:54:30 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:54:30 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 03:54:30 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 03:54:30 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:54:30 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:54:30 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 03:54:30 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 03:54:30 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 03:54:31 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 03:54:31 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 03:54:31 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:54:31 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 03:54:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 03:54:31 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 03:54:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 03:54:31 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7bf3b7cedae0f10faf0de83af88415cc28561f9e [Pipeline] echo 03:54:31 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7bf3b7c [Pipeline] echo 03:54:31 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:54:31 provisioning config files... 03:54:31 copy managed file [device-s7-settings] to file:/w/workspace/edgexfoundry_device-s7_main@tmp/config5770253408108555549tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:54:31 ---> ****-login.sh 03:54:31 nexus3.edgexfoundry.org:10001 03:54:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:54:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:54:31 Configure a credential helper to remove this warning. See 03:54:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:54:31 03:54:31 Login Succeeded 03:54:31 nexus3.edgexfoundry.org:10002 03:54:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:54:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:54:32 Configure a credential helper to remove this warning. See 03:54:32 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:54:32 03:54:32 Login Succeeded 03:54:32 nexus3.edgexfoundry.org:10003 03:54:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:54:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:54:32 Configure a credential helper to remove this warning. See 03:54:32 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:54:32 03:54:32 Login Succeeded 03:54:32 nexus3.edgexfoundry.org:10004 03:54:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:54:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:54:32 Configure a credential helper to remove this warning. See 03:54:32 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:54:32 03:54:32 Login Succeeded 03:54:32 ****.io 03:54:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:54:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:54:32 Configure a credential helper to remove this warning. See 03:54:32 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:54:32 03:54:32 Login Succeeded 03:54:32 ---> ****-login.sh ends [Pipeline] } 03:54:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 03:54:33 + git rev-list -1 --merges 7bf3b7cedae0f10faf0de83af88415cc28561f9e~1..7bf3b7cedae0f10faf0de83af88415cc28561f9e [Pipeline] echo 03:54:33 -----------> git rev-list -1 --merges 7bf3b7cedae0f10faf0de83af88415cc28561f9e~1..7bf3b7cedae0f10faf0de83af88415cc28561f9e 7bf3b7cedae0f10faf0de83af88415cc28561f9e 03:54:33 7bf3b7cedae0f10faf0de83af88415cc28561f9e [false] [Pipeline] sh 03:54:33 + git log --format=format:%s -1 7bf3b7cedae0f10faf0de83af88415cc28561f9e [Pipeline] echo 03:54:33 ========================================================= 03:54:33 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 03:54:33 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:54:33 + git log --format=format:%s -1 7bf3b7cedae0f10faf0de83af88415cc28561f9e [Pipeline] echo 03:54:33 [semverPrep] GIT_COMMIT: 7bf3b7cedae0f10faf0de83af88415cc28561f9e, Commit Message: Merge pull request #40 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.0.0-dev.24 [Pipeline] echo 03:54:33 [semverPrep] This is not a build commit. [Pipeline] sh 03:54:34 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:54:34 + grep -v github /etc/ssh/ssh_known_hosts 03:54:34 + [ -e /tmp/ssh_known_hosts ] 03:54:34 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 03:54:34 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 03:54:34 + sudo tee -a /etc/ssh/ssh_known_hosts 03:54:34 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:54:34 03:54:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:54:34 0.1.4: Pulling from edgex-devops/py-git-semver 03:54:34 b85a868b505f: Pulling fs layer 03:54:34 e2be974225ed: Pulling fs layer 03:54:34 339a4e72a1f5: Pulling fs layer 03:54:34 988bab9f4d93: Pulling fs layer 03:54:34 1469e6f7b9e6: Pulling fs layer 03:54:34 eaf3925da568: Pulling fs layer 03:54:34 bab4dde63d76: Pulling fs layer 03:54:34 bde34c3a00c8: Pulling fs layer 03:54:34 b352a97aabf1: Pulling fs layer 03:54:34 4872d77fe225: Pulling fs layer 03:54:34 5851b861e8e6: Pulling fs layer 03:54:34 bde34c3a00c8: Waiting 03:54:34 b352a97aabf1: Waiting 03:54:34 4872d77fe225: Waiting 03:54:34 988bab9f4d93: Waiting 03:54:34 1469e6f7b9e6: Waiting 03:54:34 bab4dde63d76: Waiting 03:54:34 e2be974225ed: Download complete 03:54:34 988bab9f4d93: Verifying Checksum 03:54:34 988bab9f4d93: Download complete 03:54:34 339a4e72a1f5: Verifying Checksum 03:54:34 339a4e72a1f5: Download complete 03:54:34 1469e6f7b9e6: Verifying Checksum 03:54:34 1469e6f7b9e6: Download complete 03:54:34 eaf3925da568: Verifying Checksum 03:54:34 eaf3925da568: Download complete 03:54:35 bde34c3a00c8: Download complete 03:54:35 b352a97aabf1: Download complete 03:54:35 4872d77fe225: Verifying Checksum 03:54:35 4872d77fe225: Download complete 03:54:35 5851b861e8e6: Download complete 03:54:35 b85a868b505f: Verifying Checksum 03:54:35 b85a868b505f: Download complete 03:54:35 bab4dde63d76: Verifying Checksum 03:54:35 bab4dde63d76: Download complete 03:54:36 b85a868b505f: Pull complete 03:54:36 e2be974225ed: Pull complete 03:54:36 339a4e72a1f5: Pull complete 03:54:36 988bab9f4d93: Pull complete 03:54:37 1469e6f7b9e6: Pull complete 03:54:37 eaf3925da568: Pull complete 03:54:38 bab4dde63d76: Pull complete 03:54:38 bde34c3a00c8: Pull complete 03:54:39 b352a97aabf1: Pull complete 03:54:39 4872d77fe225: Pull complete 03:54:39 5851b861e8e6: Pull complete 03:54:39 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 03:54:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:54:39 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:54:39 prd-ubuntu20.04-docker-8c-8g-39283 does not seem to be running inside a container 03:54:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-s7_main -v /w/workspace/edgexfoundry_device-s7_main:/w/workspace/edgexfoundry_device-s7_main:rw,z -v /w/workspace/edgexfoundry_device-s7_main@tmp:/w/workspace/edgexfoundry_device-s7_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 03:54:40 $ docker top 66c85b0af0924d5feb5c815d51c3d9de58dd8c220bf30e89fd9c20cc6c8fbd7e -eo pid,comm 03:54:40 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). 03:54:40 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:54:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:54:40 [ssh-agent] Looking for ssh-agent implementation... 03:54:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:54:41 $ docker exec 66c85b0af0924d5feb5c815d51c3d9de58dd8c220bf30e89fd9c20cc6c8fbd7e ssh-agent 03:54:41 SSH_AUTH_SOCK=/tmp/ssh-cbnv5J1AB5xL/agent.31 03:54:41 SSH_AGENT_PID=37 03:54:41 Running ssh-add (command line suppressed) 03:54:41 Identity added: /w/workspace/edgexfoundry_device-s7_main@tmp/private_key_11003714820862905457.key (/w/workspace/edgexfoundry_device-s7_main@tmp/private_key_11003714820862905457.key) 03:54:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:54:41 + git tag --points-at HEAD [Pipeline] } 03:54:41 $ docker exec --env ******** --env ******** 66c85b0af0924d5feb5c815d51c3d9de58dd8c220bf30e89fd9c20cc6c8fbd7e ssh-agent -k 03:54:41 unset SSH_AUTH_SOCK; 03:54:41 unset SSH_AGENT_PID; 03:54:41 echo Agent pid 37 killed; 03:54:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:54:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:54:41 [ssh-agent] Looking for ssh-agent implementation... 03:54:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:54:41 $ docker exec 66c85b0af0924d5feb5c815d51c3d9de58dd8c220bf30e89fd9c20cc6c8fbd7e ssh-agent 03:54:41 SSH_AUTH_SOCK=/tmp/ssh-rSaSmQifCvOq/agent.70 03:54:41 SSH_AGENT_PID=76 03:54:41 Running ssh-add (command line suppressed) 03:54:42 Identity added: /w/workspace/edgexfoundry_device-s7_main@tmp/private_key_2089978975541735415.key (/w/workspace/edgexfoundry_device-s7_main@tmp/private_key_2089978975541735415.key) 03:54:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:54:42 + git semver init 03:54:42 2025-02-20 03:54:42,593 [run_init] DEBUG init version:0.0.0 force:False 03:54:42 2025-02-20 03:54:42,593 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-s7_main/.semver 03:54:42 2025-02-20 03:54:42,594 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-s7.git /w/workspace/edgexfoundry_device-s7_main/.semver 03:54:42 2025-02-20 03:54:42,594 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-s7.git', '/w/workspace/edgexfoundry_device-s7_main/.semver'], cwd=/w/workspace/edgexfoundry_device-s7_main, universal_newlines=False, shell=None, istream=None) 03:54:43 2025-02-20 03:54:43,172 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-s7_main/.git/info/exclude 03:54:43 2025-02-20 03:54:43,173 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-s7_main/.semver/main with force:False 03:54:43 2025-02-20 03:54:43,173 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-s7_main/.semver/main 03:54:43 2025-02-20 03:54:43,173 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-s7_main/.semver/main 03:54:43 4.0.0-dev.7 [Pipeline] } 03:54:43 $ docker exec --env ******** --env ******** 66c85b0af0924d5feb5c815d51c3d9de58dd8c220bf30e89fd9c20cc6c8fbd7e ssh-agent -k 03:54:43 unset SSH_AUTH_SOCK; 03:54:43 unset SSH_AGENT_PID; 03:54:43 echo Agent pid 76 killed; 03:54:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:54:43 + git semver [Pipeline] } 03:54:43 $ docker stop --time=1 66c85b0af0924d5feb5c815d51c3d9de58dd8c220bf30e89fd9c20cc6c8fbd7e 03:54:45 $ docker rm -f --volumes 66c85b0af0924d5feb5c815d51c3d9de58dd8c220bf30e89fd9c20cc6c8fbd7e [Pipeline] // withDockerContainer [Pipeline] sh 03:54:45 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:54:45 Stashed 1 file(s) [Pipeline] echo 03:54:45 [edgeXSemver]: initialized semver on version 4.0.0-dev.7 [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 03:54:46 provisioning config files... 03:54:46 copy managed file [device-s7-settings] to file:/w/workspace/edgexfoundry_device-s7_main@tmp/config17964965060922122034tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:54:46 ---> ****-login.sh 03:54:46 nexus3.edgexfoundry.org:10001 03:54:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:54:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:54:46 Configure a credential helper to remove this warning. See 03:54:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:54:46 03:54:46 Login Succeeded 03:54:46 nexus3.edgexfoundry.org:10002 03:54:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:54:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:54:46 Configure a credential helper to remove this warning. See 03:54:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:54:46 03:54:46 Login Succeeded 03:54:46 nexus3.edgexfoundry.org:10003 03:54:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:54:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:54:46 Configure a credential helper to remove this warning. See 03:54:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:54:46 03:54:46 Login Succeeded 03:54:46 nexus3.edgexfoundry.org:10004 03:54:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:54:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:54:46 Configure a credential helper to remove this warning. See 03:54:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:54:46 03:54:46 Login Succeeded 03:54:46 ****.io 03:54:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:54:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:54:46 Configure a credential helper to remove this warning. See 03:54:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:54:46 03:54:46 Login Succeeded 03:54:46 ---> ****-login.sh ends [Pipeline] } 03:54:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:54:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 03:54:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 03:54:47 ========================================================= 03:54:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 03:54:47 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:47 + 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 . 03:54:47 Sending build context to Docker daemon 772.1kB 03:54:47 Step 1/10 : ARG BASE=golang:1.23-alpine3.20 03:54:47 Step 2/10 : FROM ${BASE} AS builder 03:54:47 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 03:54:47 da9db072f522: Pulling fs layer 03:54:47 6ef4a4ee8ca5: Pulling fs layer 03:54:47 06f05ace1117: Pulling fs layer 03:54:47 5fe327b54edc: Pulling fs layer 03:54:47 4f4fb700ef54: Pulling fs layer 03:54:47 92a5565b7b96: Pulling fs layer 03:54:47 ff9bb7016b71: Pulling fs layer 03:54:47 b67dba6c2c7d: Pulling fs layer 03:54:47 a813b0c90790: Pulling fs layer 03:54:47 5fe327b54edc: Waiting 03:54:47 4f4fb700ef54: Waiting 03:54:47 92a5565b7b96: Waiting 03:54:47 ff9bb7016b71: Waiting 03:54:47 b67dba6c2c7d: Waiting 03:54:47 a813b0c90790: Waiting 03:54:47 6ef4a4ee8ca5: Download complete 03:54:47 5fe327b54edc: Verifying Checksum 03:54:47 5fe327b54edc: Download complete 03:54:47 4f4fb700ef54: Verifying Checksum 03:54:47 4f4fb700ef54: Download complete 03:54:47 92a5565b7b96: Download complete 03:54:47 da9db072f522: Download complete 03:54:47 ff9bb7016b71: Verifying Checksum 03:54:47 ff9bb7016b71: Download complete 03:54:47 da9db072f522: Pull complete 03:54:47 a813b0c90790: Download complete 03:54:47 6ef4a4ee8ca5: Pull complete 03:54:47 06f05ace1117: Verifying Checksum 03:54:47 06f05ace1117: Download complete 03:54:48 b67dba6c2c7d: Verifying Checksum 03:54:48 b67dba6c2c7d: Download complete 03:54:51 06f05ace1117: Pull complete 03:54:51 5fe327b54edc: Pull complete 03:54:51 4f4fb700ef54: Pull complete 03:54:51 92a5565b7b96: Pull complete 03:54:51 ff9bb7016b71: Pull complete 03:54:53 b67dba6c2c7d: Pull complete 03:54:54 a813b0c90790: Pull complete 03:54:54 Digest: sha256:964ace759d82d3ebab8e83e8290b66622521f026e03af45cdd06fa8134ce19f9 03:54:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 03:54:54 ---> 3ba60ce46760 03:54:54 Step 3/10 : ARG MAKE=make build 03:54:57 ---> Running in 886b062db13f 03:54:57 Removing intermediate container 886b062db13f 03:54:57 ---> b4036baff61e 03:54:57 Step 4/10 : WORKDIR /device-s7 03:54:57 ---> Running in 7a1fe69a4cda 03:54:57 Removing intermediate container 7a1fe69a4cda 03:54:57 ---> d056e481b6e1 03:54:57 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: YIQISOFT' 03:54:57 ---> Running in 4622a3445c80 03:54:57 Removing intermediate container 4622a3445c80 03:54:57 ---> 5959552568f7 03:54:57 Step 6/10 : RUN apk add --update --no-cache make git gcc libc-dev 03:54:57 ---> Running in 593c12fde6cc 03:54:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:54:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:54:58 OK: 248 MiB in 58 packages 03:54:58 Removing intermediate container 593c12fde6cc 03:54:58 ---> df65064bf0d3 03:54:58 Step 7/10 : COPY go.mod vendor* ./ 03:54:58 ---> 2ddf7dd7936f 03:54:58 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:54:58 ---> Running in 50cd3892880a 03:55:00 Still waiting to schedule task 03:55:00 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 03:55:45 Removing intermediate container 50cd3892880a 03:55:45 ---> e5865756eb1b 03:55:45 Step 9/10 : COPY . . 03:55:45 ---> b857ce2c559b 03:55:45 Step 10/10 : RUN ${MAKE} 03:55:45 ---> Running in 021aac0bde0c 03:55:45 noop 03:55:45 Removing intermediate container 021aac0bde0c 03:55:45 ---> 3651349637b0 03:55:45 Successfully built 3651349637b0 03:55:45 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:55:45 + docker inspect -f . ci-base-image-x86_64 03:55:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:55:45 prd-ubuntu20.04-docker-8c-8g-39283 does not seem to be running inside a container 03:55:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-s7_main -v /w/workspace/edgexfoundry_device-s7_main:/w/workspace/edgexfoundry_device-s7_main:rw,z -v /w/workspace/edgexfoundry_device-s7_main@tmp:/w/workspace/edgexfoundry_device-s7_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:55:46 $ docker top 9cc1cb1f38e2f2db9c79c33bae9385fbe46e6afad57590d614b2fe0db195ffa0 -eo pid,comm [Pipeline] { [Pipeline] sh 03:55:46 + go version 03:55:46 go version go1.23.4 linux/amd64 [Pipeline] } 03:55:46 $ docker stop --time=1 9cc1cb1f38e2f2db9c79c33bae9385fbe46e6afad57590d614b2fe0db195ffa0 03:55:47 $ docker rm -f --volumes 9cc1cb1f38e2f2db9c79c33bae9385fbe46e6afad57590d614b2fe0db195ffa0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:55:48 + docker inspect -f . ci-base-image-x86_64 03:55:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:55:48 prd-ubuntu20.04-docker-8c-8g-39283 does not seem to be running inside a container 03:55:48 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-s7_main -v /w/workspace/edgexfoundry_device-s7_main:/w/workspace/edgexfoundry_device-s7_main:rw,z -v /w/workspace/edgexfoundry_device-s7_main@tmp:/w/workspace/edgexfoundry_device-s7_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:55:48 $ docker top 5210a708d108be3d8cdcd28f81efee3a2e6ccc0b2affe2ca12da8e1ce9903d98 -eo pid,comm [Pipeline] { [Pipeline] sh 03:55:48 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-s7_main [Pipeline] fileExists [Pipeline] sh 03:55:49 + make test 03:55:49 go test -race -coverprofile=coverage.out ./... 03:55:57 ? github.com/edgexfoundry/device-s7 [no test files] 03:56:19 github.com/edgexfoundry/device-s7/cmd coverage: 0.0% of statements 03:56:19 ok github.com/edgexfoundry/device-s7/internal/driver 1.023s coverage: 6.8% of statements 03:56:48 Running on prd-ubuntu20.04-docker-arm64-4c-16g-39284 in /w/workspace/edgexfoundry_device-s7_main [Pipeline] { [Pipeline] ws 03:56:48 Running in /w/workspace/device-s7/15 [Pipeline] { [Pipeline] checkout 03:56:51 Selected Git installation does not exist. Using Default 03:56:51 The recommended git tool is: NONE 03:56:51 go vet ./... 03:56:53 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 03:56:53 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 03:56:53 ./bin/test-attribution-txt.sh [Pipeline] echo 03:56:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 03:56:53 $ docker stop --time=1 5210a708d108be3d8cdcd28f81efee3a2e6ccc0b2affe2ca12da8e1ce9903d98 03:56:55 using credential edgex-jenkins-ssh 03:56:55 Cloning the remote Git repository 03:56:55 Cloning repository git@github.com:edgexfoundry/device-s7.git 03:56:55 > git init /w/workspace/device-s7/15 # timeout=10 03:56:56 Fetching upstream changes from git@github.com:edgexfoundry/device-s7.git 03:56:56 > git --version # timeout=10 03:56:56 > git --version # 'git version 2.25.1' 03:56:56 using GIT_SSH to set credentials SSH Credentials for GitHub 03:56:56 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-s7.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:56:57 Avoid second fetch 03:56:57 Checking out Revision 7bf3b7cedae0f10faf0de83af88415cc28561f9e (main) 03:56:56 > git config remote.origin.url git@github.com:edgexfoundry/device-s7.git # timeout=10 03:56:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:56:57 > git config core.sparsecheckout # timeout=10 03:56:57 > git checkout -f 7bf3b7cedae0f10faf0de83af88415cc28561f9e # timeout=10 03:56:58 Commit message: "Merge pull request #40 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.0.0-dev.24" 03:56:58 $ docker rm -f --volumes 5210a708d108be3d8cdcd28f81efee3a2e6ccc0b2affe2ca12da8e1ce9903d98 [Pipeline] // withDockerContainer [Pipeline] sh 03:56:58 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:56:58 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 03:56:59 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:56:59 + ls -al . 03:56:59 total 216 03:56:59 drwxrwxr-x 8 jenkins jenkins 4096 Feb 20 03:55 . 03:56:59 drwxrwxr-x 4 jenkins jenkins 4096 Feb 20 03:54 .. 03:56:59 drwxrwxr-x 8 jenkins jenkins 4096 Feb 20 03:56 .git 03:56:59 drwxrwxr-x 2 jenkins jenkins 4096 Feb 20 03:54 .github 03:56:59 -rw-rw-r-- 1 jenkins jenkins 237 Feb 20 03:54 .gitignore 03:56:59 -rw-rw-r-- 1 jenkins jenkins 42 Feb 20 03:54 .golangci.yml 03:56:59 drwxr-xr-x 3 jenkins jenkins 4096 Feb 20 03:54 .semver 03:56:59 -rw-rw-r-- 1 jenkins jenkins 19679 Feb 20 03:54 Attribution.txt 03:56:59 -rw-rw-r-- 1 jenkins jenkins 1579 Feb 20 03:54 Dockerfile 03:56:59 -rw-rw-r-- 1 jenkins jenkins 643 Feb 20 03:54 Jenkinsfile 03:56:59 -rw-rw-r-- 1 jenkins jenkins 10947 Feb 20 03:54 LICENSE 03:56:59 -rw-rw-r-- 1 jenkins jenkins 1903 Feb 20 03:54 Makefile 03:56:59 -rw-rw-r-- 1 jenkins jenkins 614 Feb 20 03:54 OWNERS.md 03:56:59 -rw-rw-r-- 1 jenkins jenkins 2393 Feb 20 03:54 README.md 03:56:59 -rw-rw-r-- 1 jenkins jenkins 11 Feb 20 03:54 VERSION 03:56:59 drwxrwxr-x 2 jenkins jenkins 4096 Feb 20 03:54 bin 03:56:59 drwxrwxr-x 3 jenkins jenkins 4096 Feb 20 03:54 cmd 03:56:59 -rw-r--r-- 1 jenkins jenkins 19094 Feb 20 03:56 coverage.out 03:56:59 -rw-rw-r-- 1 jenkins jenkins 6120 Feb 20 03:54 go.mod 03:56:59 -rw-rw-r-- 1 jenkins jenkins 86849 Feb 20 03:54 go.sum 03:56:59 drwxrwxr-x 3 jenkins jenkins 4096 Feb 20 03:54 internal 03:56:59 -rw-rw-r-- 1 jenkins jenkins 223 Feb 20 03:54 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:57:00 + docker build -t device-s7 -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=7bf3b7cedae0f10faf0de83af88415cc28561f9e --label arch=amd64 --label version=4.0.0-dev.7 . 03:57:00 Sending build context to Docker daemon 792.1kB 03:57:00 Step 1/24 : ARG BASE=golang:1.23-alpine3.20 03:57:00 Step 2/24 : FROM ${BASE} AS builder 03:57:00 ---> 3651349637b0 03:57:00 Step 3/24 : ARG MAKE=make build 03:57:00 ---> Running in 610243209dbf 03:57:00 Removing intermediate container 610243209dbf 03:57:00 ---> 6bc1a37a1c58 03:57:00 Step 4/24 : WORKDIR /device-s7 03:57:00 ---> Running in 4da1ab9be240 03:57:00 Removing intermediate container 4da1ab9be240 03:57:00 ---> 9a51c4eb2f71 03:57:00 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: YIQISOFT' 03:57:00 ---> Running in 4b3e6e5126a5 03:57:00 Removing intermediate container 4b3e6e5126a5 03:57:00 ---> 395b5de7cd84 03:57:00 Step 6/24 : RUN apk add --update --no-cache make git gcc libc-dev 03:57:00 ---> Running in 7d732da75f70 03:57:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:57:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:57:01 OK: 248 MiB in 58 packages 03:57:01 Removing intermediate container 7d732da75f70 03:57:01 ---> 27d75bb79374 03:57:01 Step 7/24 : COPY go.mod vendor* ./ 03:57:01 ---> 30d2a80537c6 03:57:01 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:57:01 ---> Running in daecd212497e [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:57:02 Removing intermediate container daecd212497e 03:57:02 ---> 90d009b99e43 03:57:02 Step 9/24 : COPY . . 03:57:02 ---> 85018dfb7be0 03:57:02 Step 10/24 : RUN ${MAKE} 03:57:02 ---> Running in 6525afe77d46 03:57:02 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 03:57:02 % Total % Received % Xferd Average Speed Time Time Time Current 03:57:02 Dload Upload Total Spent Left Speed 03:57:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 97181 0 --:--:-- --:--:-- --:--:-- 97923 [Pipeline] sh 03:57:02 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/device-s7.Version=4.0.0-dev.7 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.0.0-dev.24" -trimpath -mod=readonly -o cmd/device-s7 ./cmd 03:57:03 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 03:57:03 + sudo tee /etc/docker/daemon.new 03:57:03 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 03:57:03 { 03:57:03 "registry-mirrors": [ 03:57:03 "https://nexus3.edgexfoundry.org:10001" 03:57:03 ], 03:57:03 "bip": "10.250.0.254/24", 03:57:03 "hosts": [ 03:57:03 "tcp://0.0.0.0:5555", 03:57:03 "unix:///var/run/docker.sock" 03:57:03 ], 03:57:03 "mtu": 1458, 03:57:03 "selinux-enabled": true, 03:57:03 "seccomp-profile": "/etc/docker/seccomp.json" 03:57:03 } [Pipeline] sh 03:57:03 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 03:57:04 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:57:22 provisioning config files... 03:57:22 copy managed file [device-s7-settings] to file:/w/workspace/device-s7/15@tmp/config15900718267690562139tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:57:22 ---> ****-login.sh 03:57:22 nexus3.edgexfoundry.org:10001 03:57:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:57:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:57:23 Configure a credential helper to remove this warning. See 03:57:23 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:57:23 03:57:23 Login Succeeded 03:57:23 nexus3.edgexfoundry.org:10002 03:57:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:57:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:57:23 Configure a credential helper to remove this warning. See 03:57:23 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:57:23 03:57:23 Login Succeeded 03:57:23 nexus3.edgexfoundry.org:10003 03:57:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:57:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:57:24 Configure a credential helper to remove this warning. See 03:57:24 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:57:24 03:57:24 Login Succeeded 03:57:24 nexus3.edgexfoundry.org:10004 03:57:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:57:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:57:24 Configure a credential helper to remove this warning. See 03:57:24 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:57:24 03:57:24 Login Succeeded 03:57:24 ****.io 03:57:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:57:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:57:24 Configure a credential helper to remove this warning. See 03:57:24 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:57:24 03:57:24 Login Succeeded 03:57:24 ---> ****-login.sh ends [Pipeline] } 03:57:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:57:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 03:57:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 03:57:25 ========================================================= 03:57:25 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 03:57:25 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:57:25 + 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 . 03:57:25 Sending build context to Docker daemon 486.9kB 03:57:25 Step 1/10 : ARG BASE=golang:1.23-alpine3.20 03:57:25 Step 2/10 : FROM ${BASE} AS builder 03:57:25 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:57:25 9986a736f7d3: Pulling fs layer 03:57:25 1f018df60701: Pulling fs layer 03:57:25 39f8f326b044: Pulling fs layer 03:57:25 e6a1e7a6a96a: Pulling fs layer 03:57:25 4f4fb700ef54: Pulling fs layer 03:57:25 d45d956e0dbf: Pulling fs layer 03:57:25 d7702b0d1db1: Pulling fs layer 03:57:25 5c7f0f088c93: Pulling fs layer 03:57:25 4fdc064ae6cf: Pulling fs layer 03:57:25 d45d956e0dbf: Waiting 03:57:25 d7702b0d1db1: Waiting 03:57:25 5c7f0f088c93: Waiting 03:57:25 4fdc064ae6cf: Waiting 03:57:25 e6a1e7a6a96a: Waiting 03:57:25 4f4fb700ef54: Waiting 03:57:26 1f018df60701: Verifying Checksum 03:57:26 1f018df60701: Download complete 03:57:26 e6a1e7a6a96a: Verifying Checksum 03:57:26 e6a1e7a6a96a: Download complete 03:57:26 4f4fb700ef54: Download complete 03:57:26 d45d956e0dbf: Verifying Checksum 03:57:26 d45d956e0dbf: Download complete 03:57:26 d7702b0d1db1: Verifying Checksum 03:57:26 d7702b0d1db1: Download complete 03:57:26 9986a736f7d3: Verifying Checksum 03:57:26 9986a736f7d3: Download complete 03:57:26 4fdc064ae6cf: Verifying Checksum 03:57:26 4fdc064ae6cf: Download complete 03:57:27 9986a736f7d3: Pull complete 03:57:27 1f018df60701: Pull complete 03:57:27 39f8f326b044: Download complete 03:57:28 5c7f0f088c93: Verifying Checksum 03:57:28 5c7f0f088c93: Download complete 03:57:34 Removing intermediate container 6525afe77d46 03:57:34 ---> fd787ae5c945 03:57:34 Step 11/24 : FROM alpine:3.20 03:57:34 3.20: Pulling from library/alpine 03:57:34 0a9a5dfd008f: Pulling fs layer 03:57:34 0a9a5dfd008f: Verifying Checksum 03:57:34 0a9a5dfd008f: Download complete 03:57:34 0a9a5dfd008f: Pull complete 03:57:34 Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:57:34 Status: Downloaded newer image for alpine:3.20 03:57:34 ---> ff221270b9fb 03:57:34 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: YIQISOFT' 03:57:34 ---> Running in 80d1c9e4d2d5 03:57:34 Removing intermediate container 80d1c9e4d2d5 03:57:34 ---> c432da70fcf5 03:57:34 Step 13/24 : RUN apk add --update --no-cache dumb-init 03:57:34 ---> Running in a976f0545d9d 03:57:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:57:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:57:34 (1/1) Installing dumb-init (1.2.5-r3) 03:57:34 Executing busybox-1.36.1-r29.trigger 03:57:34 OK: 8 MiB in 15 packages 03:57:34 Removing intermediate container a976f0545d9d 03:57:34 ---> d53712b342f9 03:57:34 Step 14/24 : RUN apk --no-cache upgrade 03:57:34 ---> Running in e66c21588e06 03:57:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:57:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:57:34 OK: 8 MiB in 15 packages 03:57:35 Removing intermediate container e66c21588e06 03:57:35 ---> 54392dd07e82 03:57:35 Step 15/24 : WORKDIR / 03:57:35 ---> Running in 7ebda76311ec 03:57:35 Removing intermediate container 7ebda76311ec 03:57:35 ---> ba8a86a333a8 03:57:35 Step 16/24 : COPY --from=builder /device-s7/Attribution.txt /Attribution.txt 03:57:35 ---> e731f0cbbf4e 03:57:35 Step 17/24 : COPY --from=builder /device-s7/cmd/device-s7 /device-s7 03:57:36 ---> e20d07d51a02 03:57:36 Step 18/24 : COPY --from=builder /device-s7/cmd/res /res 03:57:36 ---> 08769f6321ec 03:57:36 Step 19/24 : EXPOSE 59994 03:57:36 ---> Running in f7307e39c817 03:57:36 Removing intermediate container f7307e39c817 03:57:36 ---> 8903356dba3e 03:57:36 Step 20/24 : ENTRYPOINT ["/device-s7"] 03:57:36 ---> Running in 5e03aa4ff92f 03:57:36 Removing intermediate container 5e03aa4ff92f 03:57:36 ---> 54b7f280ee61 03:57:36 Step 21/24 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 03:57:36 ---> Running in b0c173ff105e 03:57:36 Removing intermediate container b0c173ff105e 03:57:36 ---> 2ff921a8951e 03:57:36 Step 22/24 : LABEL arch=amd64 03:57:36 ---> Running in 7c74bd254f0a 03:57:36 Removing intermediate container 7c74bd254f0a 03:57:36 ---> 43326e62a5df 03:57:36 Step 23/24 : LABEL git_sha=7bf3b7cedae0f10faf0de83af88415cc28561f9e 03:57:36 ---> Running in 1046b3a4bd84 03:57:37 Removing intermediate container 1046b3a4bd84 03:57:37 ---> b97306c41cfd 03:57:37 Step 24/24 : LABEL version=4.0.0-dev.7 03:57:37 ---> Running in 53c6acb6f2ea 03:57:37 Removing intermediate container 53c6acb6f2ea 03:57:37 ---> 2e9e012acb27 03:57:37 [Warning] One or more build-args [ARCH] were not consumed 03:57:37 Successfully built 2e9e012acb27 03:57:37 Successfully tagged device-s7:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:57:37 provisioning config files... 03:57:37 copy managed file [device-s7-settings] to file:/w/workspace/edgexfoundry_device-s7_main@tmp/config9497016537631212108tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:57:37 ---> ****-login.sh 03:57:37 nexus3.edgexfoundry.org:10001 03:57:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:57:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:57:37 Configure a credential helper to remove this warning. See 03:57:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:57:37 03:57:37 Login Succeeded 03:57:37 nexus3.edgexfoundry.org:10002 03:57:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:57:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:57:37 Configure a credential helper to remove this warning. See 03:57:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:57:37 03:57:37 Login Succeeded 03:57:37 nexus3.edgexfoundry.org:10003 03:57:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:57:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:57:37 Configure a credential helper to remove this warning. See 03:57:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:57:37 03:57:37 Login Succeeded 03:57:37 nexus3.edgexfoundry.org:10004 03:57:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:57:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:57:37 Configure a credential helper to remove this warning. See 03:57:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:57:37 03:57:37 Login Succeeded 03:57:37 ****.io 03:57:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:57:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:57:38 Configure a credential helper to remove this warning. See 03:57:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:57:38 03:57:38 Login Succeeded 03:57:38 ---> ****-login.sh ends [Pipeline] } 03:57:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:57:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 03:57:38 [edgeXDocker.push] Tagging docker image device-s7 with the following tags: 03:57:38 7bf3b7cedae0f10faf0de83af88415cc28561f9e 03:57:38 latest 03:57:38 4.0.0-dev.7 03:57:38 7bf3b7cedae0f10faf0de83af88415cc28561f9e-4.0.0-dev.7 03:57:38 main 03:57:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:57:38 + docker tag device-s7 nexus3.edgexfoundry.org:10004/device-s7:7bf3b7cedae0f10faf0de83af88415cc28561f9e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:57:39 + docker push nexus3.edgexfoundry.org:10004/device-s7:7bf3b7cedae0f10faf0de83af88415cc28561f9e 03:57:39 The push refers to repository [nexus3.edgexfoundry.org:10004/device-s7] 03:57:39 5c59cfe4fbcc: Preparing 03:57:39 0fc48ac39102: Preparing 03:57:39 f311370d7f3b: Preparing 03:57:39 5ae506005ae6: Preparing 03:57:39 219be9de300c: Preparing 03:57:39 994456c4fd7b: Preparing 03:57:39 994456c4fd7b: Waiting 03:57:39 f311370d7f3b: Pushed 03:57:39 5c59cfe4fbcc: Pushed 03:57:39 5ae506005ae6: Pushed 03:57:39 219be9de300c: Pushed 03:57:39 994456c4fd7b: Layer already exists 03:57:41 39f8f326b044: Pull complete 03:57:41 e6a1e7a6a96a: Pull complete 03:57:41 4f4fb700ef54: Pull complete 03:57:41 d45d956e0dbf: Pull complete 03:57:42 d7702b0d1db1: Pull complete 03:57:43 0fc48ac39102: Pushed 03:57:43 7bf3b7cedae0f10faf0de83af88415cc28561f9e: digest: sha256:4469693733565d50836807c5c9709bb4208ea2bdd834ed9abe6d952307eff6e8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:57:43 + docker tag device-s7 nexus3.edgexfoundry.org:10004/device-s7:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:57:43 + docker push nexus3.edgexfoundry.org:10004/device-s7:latest 03:57:43 The push refers to repository [nexus3.edgexfoundry.org:10004/device-s7] 03:57:43 5c59cfe4fbcc: Preparing 03:57:43 0fc48ac39102: Preparing 03:57:43 f311370d7f3b: Preparing 03:57:43 5ae506005ae6: Preparing 03:57:43 219be9de300c: Preparing 03:57:43 994456c4fd7b: Preparing 03:57:43 994456c4fd7b: Waiting 03:57:43 0fc48ac39102: Layer already exists 03:57:43 219be9de300c: Layer already exists 03:57:43 5c59cfe4fbcc: Layer already exists 03:57:43 5ae506005ae6: Layer already exists 03:57:43 f311370d7f3b: Layer already exists 03:57:43 994456c4fd7b: Layer already exists 03:57:43 latest: digest: sha256:4469693733565d50836807c5c9709bb4208ea2bdd834ed9abe6d952307eff6e8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:57:44 + docker tag device-s7 nexus3.edgexfoundry.org:10004/device-s7:4.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:57:44 + docker push nexus3.edgexfoundry.org:10004/device-s7:4.0.0-dev.7 03:57:44 The push refers to repository [nexus3.edgexfoundry.org:10004/device-s7] 03:57:44 5c59cfe4fbcc: Preparing 03:57:44 0fc48ac39102: Preparing 03:57:44 f311370d7f3b: Preparing 03:57:44 5ae506005ae6: Preparing 03:57:44 219be9de300c: Preparing 03:57:44 994456c4fd7b: Preparing 03:57:44 994456c4fd7b: Waiting 03:57:44 f311370d7f3b: Layer already exists 03:57:44 0fc48ac39102: Layer already exists 03:57:44 5ae506005ae6: Layer already exists 03:57:44 5c59cfe4fbcc: Layer already exists 03:57:44 219be9de300c: Layer already exists 03:57:44 994456c4fd7b: Layer already exists 03:57:44 4.0.0-dev.7: digest: sha256:4469693733565d50836807c5c9709bb4208ea2bdd834ed9abe6d952307eff6e8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:57:44 + docker tag device-s7 nexus3.edgexfoundry.org:10004/device-s7:7bf3b7cedae0f10faf0de83af88415cc28561f9e-4.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:57:45 + docker push nexus3.edgexfoundry.org:10004/device-s7:7bf3b7cedae0f10faf0de83af88415cc28561f9e-4.0.0-dev.7 03:57:45 The push refers to repository [nexus3.edgexfoundry.org:10004/device-s7] 03:57:45 5c59cfe4fbcc: Preparing 03:57:45 0fc48ac39102: Preparing 03:57:45 f311370d7f3b: Preparing 03:57:45 5ae506005ae6: Preparing 03:57:45 219be9de300c: Preparing 03:57:45 994456c4fd7b: Preparing 03:57:45 994456c4fd7b: Waiting 03:57:45 f311370d7f3b: Layer already exists 03:57:45 5c59cfe4fbcc: Layer already exists 03:57:45 219be9de300c: Layer already exists 03:57:45 5ae506005ae6: Layer already exists 03:57:45 0fc48ac39102: Layer already exists 03:57:45 994456c4fd7b: Layer already exists 03:57:45 7bf3b7cedae0f10faf0de83af88415cc28561f9e-4.0.0-dev.7: digest: sha256:4469693733565d50836807c5c9709bb4208ea2bdd834ed9abe6d952307eff6e8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:57:45 + docker tag device-s7 nexus3.edgexfoundry.org:10004/device-s7:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:57:45 + docker push nexus3.edgexfoundry.org:10004/device-s7:main 03:57:45 The push refers to repository [nexus3.edgexfoundry.org:10004/device-s7] 03:57:45 5c59cfe4fbcc: Preparing 03:57:45 0fc48ac39102: Preparing 03:57:45 f311370d7f3b: Preparing 03:57:45 5ae506005ae6: Preparing 03:57:45 219be9de300c: Preparing 03:57:45 994456c4fd7b: Preparing 03:57:45 994456c4fd7b: Waiting 03:57:45 5c59cfe4fbcc: Layer already exists 03:57:45 f311370d7f3b: Layer already exists 03:57:45 5ae506005ae6: Layer already exists 03:57:45 0fc48ac39102: Layer already exists 03:57:45 219be9de300c: Layer already exists 03:57:45 994456c4fd7b: Layer already exists 03:57:45 main: digest: sha256:4469693733565d50836807c5c9709bb4208ea2bdd834ed9abe6d952307eff6e8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:57:45 ===================================================== [Pipeline] echo 03:57:45 taggedImages: 03:57:45 - nexus3.edgexfoundry.org:10004/device-s7:7bf3b7cedae0f10faf0de83af88415cc28561f9e 03:57:45 - nexus3.edgexfoundry.org:10004/device-s7:latest 03:57:45 - nexus3.edgexfoundry.org:10004/device-s7:4.0.0-dev.7 03:57:45 - nexus3.edgexfoundry.org:10004/device-s7:7bf3b7cedae0f10faf0de83af88415cc28561f9e-4.0.0-dev.7 03:57:45 - nexus3.edgexfoundry.org:10004/device-s7:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:57:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:57:46 03:57:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:57:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:57:46 latest: Pulling from edgex-lftools-log-publisher 03:57:46 5eb5b503b376: Pulling fs layer 03:57:46 5c69ac0246d0: Pulling fs layer 03:57:46 ec43610c2a17: Pulling fs layer 03:57:46 3a2ae6a8a46f: Pulling fs layer 03:57:46 33b1e0a273af: Pulling fs layer 03:57:46 5d3b04190fa2: Pulling fs layer 03:57:46 2f39f015ded8: Pulling fs layer 03:57:46 33b1e0a273af: Waiting 03:57:46 5d3b04190fa2: Waiting 03:57:46 2f39f015ded8: Waiting 03:57:46 3a2ae6a8a46f: Waiting 03:57:46 5c69ac0246d0: Verifying Checksum 03:57:46 5c69ac0246d0: Download complete 03:57:46 3a2ae6a8a46f: Download complete 03:57:46 33b1e0a273af: Verifying Checksum 03:57:46 33b1e0a273af: Download complete 03:57:46 5d3b04190fa2: Verifying Checksum 03:57:46 5d3b04190fa2: Download complete 03:57:46 ec43610c2a17: Verifying Checksum 03:57:46 ec43610c2a17: Download complete 03:57:46 5eb5b503b376: Verifying Checksum 03:57:46 5eb5b503b376: Download complete 03:57:47 2f39f015ded8: Download complete 03:57:48 5eb5b503b376: Pull complete 03:57:48 5c69ac0246d0: Pull complete 03:57:48 ec43610c2a17: Pull complete 03:57:48 3a2ae6a8a46f: Pull complete 03:57:48 33b1e0a273af: Pull complete 03:57:48 5d3b04190fa2: Pull complete 03:57:50 5c7f0f088c93: Pull complete 03:57:52 4fdc064ae6cf: Pull complete 03:57:52 Digest: sha256:893e96b74bf3454b753fb363ebcc6a8ebafe2402b1f6d57d79e3fb85017208f2 03:57:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 03:57:52 ---> 63f30b955cb9 03:57:52 Step 3/10 : ARG MAKE=make build 03:57:53 2f39f015ded8: Pull complete 03:57:53 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 03:57:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:57:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:57:53 prd-ubuntu20.04-docker-8c-8g-39283 does not seem to be running inside a container 03:57:53 $ 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-s7_main -v /w/workspace/edgexfoundry_device-s7_main:/w/workspace/edgexfoundry_device-s7_main:rw,z -v /w/workspace/edgexfoundry_device-s7_main@tmp:/w/workspace/edgexfoundry_device-s7_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 03:57:54 ---> Running in a1cd5452a382 03:57:54 Removing intermediate container a1cd5452a382 03:57:54 ---> 707dbda2312b 03:57:54 Step 4/10 : WORKDIR /device-s7 03:57:54 ---> Running in 0f38d7ba9f2e 03:57:54 Removing intermediate container 0f38d7ba9f2e 03:57:54 ---> 695086c702e6 03:57:54 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: YIQISOFT' 03:57:54 ---> Running in 6603084b23cc 03:57:55 Removing intermediate container 6603084b23cc 03:57:55 ---> 407f9159db5c 03:57:55 Step 6/10 : RUN apk add --update --no-cache make git gcc libc-dev 03:57:55 ---> Running in 1fb955d29f80 03:57:55 $ docker top 9e7be605ea109d908b60f88b11b2f4c0cc770d5bf0e20d37529b76bc0dd7ad24 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:57:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:57:56 ---> job-cost.sh 03:57:56 lf-activate-venv: SKIPPING 03:57:56 INFO: No Stack... 03:57:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:57:56 INFO: Retrieving Pricing Info for: v3-standard-8 03:57:57 INFO: Archiving Costs [Pipeline] sh 03:57:57 + cat /w/workspace/edgexfoundry_device-s7_main/archives/cost.csv 03:57:57 + cut -d, -f6 [Pipeline] lock 03:57:57 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-s7-main-15-stack-cost] 03:57:57 Resource [jenkins-edgexfoundry-device-s7-main-15-stack-cost] did not exist. Created. 03:57:57 Lock acquired on [Resource: jenkins-edgexfoundry-device-s7-main-15-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:57:57 + echo total: 0.2199999988079071 [Pipeline] stash 03:57:57 Stashed 1 file(s) [Pipeline] } 03:57:57 Lock released on resource [Resource: jenkins-edgexfoundry-device-s7-main-15-stack-cost] [Pipeline] // lock [Pipeline] } 03:57:57 $ docker stop --time=1 9e7be605ea109d908b60f88b11b2f4c0cc770d5bf0e20d37529b76bc0dd7ad24 03:57:57 OK: 239 MiB in 58 packages 03:57:58 Removing intermediate container 1fb955d29f80 03:57:58 ---> a358f80d734d 03:57:58 Step 7/10 : COPY go.mod vendor* ./ 03:57:58 $ docker rm -f --volumes 9e7be605ea109d908b60f88b11b2f4c0cc770d5bf0e20d37529b76bc0dd7ad24 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 03:57:59 ---> 69a80cabed31 03:57:59 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:57:59 ---> Running in fd11abf137a7 03:59:50 Removing intermediate container fd11abf137a7 03:59:50 ---> 628a0db3327a 03:59:50 Step 9/10 : COPY . . 03:59:50 ---> f464df1e6eb2 03:59:50 Step 10/10 : RUN ${MAKE} 03:59:50 ---> Running in df6270406f26 03:59:50 noop 03:59:50 Removing intermediate container df6270406f26 03:59:50 ---> 0023513e7ad3 03:59:50 Successfully built 0023513e7ad3 03:59:50 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:51 + docker inspect -f . ci-base-image-arm64 03:59:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:59:51 prd-ubuntu20.04-docker-arm64-4c-16g-39284 does not seem to be running inside a container 03:59:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-s7/15 -v /w/workspace/device-s7/15:/w/workspace/device-s7/15:rw,z -v /w/workspace/device-s7/15@tmp:/w/workspace/device-s7/15@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 03:59:52 $ docker top 7161471b8d0d99a42cfdd72497ef3acc6d9a7dd642cdb2e953ad10e5bd477785 -eo pid,comm [Pipeline] { [Pipeline] sh 03:59:53 + go version 03:59:53 go version go1.23.4 linux/arm64 [Pipeline] } 03:59:53 $ docker stop --time=1 7161471b8d0d99a42cfdd72497ef3acc6d9a7dd642cdb2e953ad10e5bd477785 03:59:55 $ docker rm -f --volumes 7161471b8d0d99a42cfdd72497ef3acc6d9a7dd642cdb2e953ad10e5bd477785 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:55 + docker inspect -f . ci-base-image-arm64 03:59:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:59:55 prd-ubuntu20.04-docker-arm64-4c-16g-39284 does not seem to be running inside a container 03:59:56 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-s7/15 -v /w/workspace/device-s7/15:/w/workspace/device-s7/15:rw,z -v /w/workspace/device-s7/15@tmp:/w/workspace/device-s7/15@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 03:59:57 $ docker top af2d9f22153a2f11bdad423b2a13c828c9110a8564da8c279696d58ee46ecce5 -eo pid,comm [Pipeline] { [Pipeline] sh 03:59:58 + git config --global --add safe.directory /w/workspace/device-s7/15 [Pipeline] fileExists [Pipeline] sh 03:59:58 + make test 03:59:58 go test -race -coverprofile=coverage.out ./... 04:00:45 ? github.com/edgexfoundry/device-s7 [no test files] 04:03:52 github.com/edgexfoundry/device-s7/cmd coverage: 0.0% of statements 04:03:52 ok github.com/edgexfoundry/device-s7/internal/driver 1.117s coverage: 6.8% of statements 04:03:53 WARNING: Linting skipped (not on x86_64 or linter not installed) 04:03:53 go vet ./... 04:07:30 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:07:30 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:07:30 ./bin/test-attribution-txt.sh [Pipeline] echo 04:07:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 04:07:30 $ docker stop --time=1 af2d9f22153a2f11bdad423b2a13c828c9110a8564da8c279696d58ee46ecce5 04:07:32 $ docker rm -f --volumes af2d9f22153a2f11bdad423b2a13c828c9110a8564da8c279696d58ee46ecce5 [Pipeline] // withDockerContainer [Pipeline] sh 04:07:34 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:07:34 Warning: overwriting stash ‘coverage-report’ 04:07:34 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:07:35 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:07:35 + ls -al . 04:07:35 total 212 04:07:35 drwxrwxr-x 7 jenkins jenkins 4096 Feb 20 04:00 . 04:07:35 drwxrwxr-x 4 jenkins jenkins 4096 Feb 20 03:56 .. 04:07:35 drwxrwxr-x 8 jenkins jenkins 4096 Feb 20 03:57 .git 04:07:35 drwxrwxr-x 2 jenkins jenkins 4096 Feb 20 03:56 .github 04:07:35 -rw-rw-r-- 1 jenkins jenkins 237 Feb 20 03:56 .gitignore 04:07:35 -rw-rw-r-- 1 jenkins jenkins 42 Feb 20 03:56 .golangci.yml 04:07:35 -rw-rw-r-- 1 jenkins jenkins 19679 Feb 20 03:56 Attribution.txt 04:07:35 -rw-rw-r-- 1 jenkins jenkins 1579 Feb 20 03:56 Dockerfile 04:07:35 -rw-rw-r-- 1 jenkins jenkins 643 Feb 20 03:56 Jenkinsfile 04:07:35 -rw-rw-r-- 1 jenkins jenkins 10947 Feb 20 03:56 LICENSE 04:07:35 -rw-rw-r-- 1 jenkins jenkins 1903 Feb 20 03:56 Makefile 04:07:35 -rw-rw-r-- 1 jenkins jenkins 614 Feb 20 03:56 OWNERS.md 04:07:35 -rw-rw-r-- 1 jenkins jenkins 2393 Feb 20 03:56 README.md 04:07:35 -rw-rw-r-- 1 jenkins jenkins 11 Feb 20 03:54 VERSION 04:07:35 drwxrwxr-x 2 jenkins jenkins 4096 Feb 20 03:56 bin 04:07:35 drwxrwxr-x 3 jenkins jenkins 4096 Feb 20 03:56 cmd 04:07:35 -rw-r--r-- 1 jenkins jenkins 19094 Feb 20 04:03 coverage.out 04:07:35 -rw-rw-r-- 1 jenkins jenkins 6120 Feb 20 03:56 go.mod 04:07:35 -rw-rw-r-- 1 jenkins jenkins 86849 Feb 20 03:56 go.sum 04:07:35 drwxrwxr-x 3 jenkins jenkins 4096 Feb 20 03:56 internal 04:07:35 -rw-rw-r-- 1 jenkins jenkins 223 Feb 20 03:56 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:35 + docker build -t device-s7-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=7bf3b7cedae0f10faf0de83af88415cc28561f9e --label arch=arm64 --label version=4.0.0-dev.7 . 04:07:36 Sending build context to Docker daemon 506.9kB 04:07:36 Step 1/24 : ARG BASE=golang:1.23-alpine3.20 04:07:36 Step 2/24 : FROM ${BASE} AS builder 04:07:36 ---> 0023513e7ad3 04:07:36 Step 3/24 : ARG MAKE=make build 04:07:36 ---> Running in 5f9b3afe6401 04:07:36 Removing intermediate container 5f9b3afe6401 04:07:36 ---> 45f130ee908b 04:07:36 Step 4/24 : WORKDIR /device-s7 04:07:36 ---> Running in 32d8ff75cfb1 04:07:36 Removing intermediate container 32d8ff75cfb1 04:07:36 ---> 0d7e144217c6 04:07:36 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: YIQISOFT' 04:07:36 ---> Running in 97781c76992e 04:07:37 Removing intermediate container 97781c76992e 04:07:37 ---> b5ea2e64c62c 04:07:37 Step 6/24 : RUN apk add --update --no-cache make git gcc libc-dev 04:07:37 ---> Running in 2850a8b45342 04:07:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:07:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:07:40 OK: 239 MiB in 58 packages 04:07:40 Removing intermediate container 2850a8b45342 04:07:40 ---> 986ca0402aa8 04:07:40 Step 7/24 : COPY go.mod vendor* ./ 04:07:41 ---> d3602d545064 04:07:41 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:07:41 ---> Running in 51a8dec78ddd 04:07:43 Removing intermediate container 51a8dec78ddd 04:07:43 ---> 7b6f4f643bb7 04:07:43 Step 9/24 : COPY . . 04:07:44 ---> 72c85ae4e846 04:07:44 Step 10/24 : RUN ${MAKE} 04:07:44 ---> Running in 9fd2914cab67 04:07:45 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/device-s7.Version=4.0.0-dev.7 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.0.0-dev.24" -trimpath -mod=readonly -o cmd/device-s7 ./cmd 04:11:07 Removing intermediate container 9fd2914cab67 04:11:07 ---> e3067d3ee864 04:11:07 Step 11/24 : FROM alpine:3.20 04:11:07 3.20: Pulling from library/alpine 04:11:07 94e9d8af2201: Pulling fs layer 04:11:07 94e9d8af2201: Verifying Checksum 04:11:07 94e9d8af2201: Download complete 04:11:07 94e9d8af2201: Pull complete 04:11:07 Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:11:07 Status: Downloaded newer image for alpine:3.20 04:11:07 ---> 7aab056cecc6 04:11:07 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: YIQISOFT' 04:11:07 ---> Running in 6b3a9fd59405 04:11:07 Removing intermediate container 6b3a9fd59405 04:11:07 ---> 742837ca3ef0 04:11:07 Step 13/24 : RUN apk add --update --no-cache dumb-init 04:11:07 ---> Running in dfaecbd5b1cf 04:11:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:11:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:11:07 (1/1) Installing dumb-init (1.2.5-r3) 04:11:07 Executing busybox-1.36.1-r29.trigger 04:11:07 OK: 9 MiB in 15 packages 04:11:07 Removing intermediate container dfaecbd5b1cf 04:11:07 ---> 479c5d695092 04:11:07 Step 14/24 : RUN apk --no-cache upgrade 04:11:07 ---> Running in 35d7aea47498 04:11:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:11:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:11:07 OK: 9 MiB in 15 packages 04:11:08 Removing intermediate container 35d7aea47498 04:11:08 ---> a0e080bc9695 04:11:08 Step 15/24 : WORKDIR / 04:11:08 ---> Running in b1585ecf498e 04:11:08 Removing intermediate container b1585ecf498e 04:11:08 ---> e6b534a38f71 04:11:08 Step 16/24 : COPY --from=builder /device-s7/Attribution.txt /Attribution.txt 04:11:08 ---> d30d9d14cc65 04:11:08 Step 17/24 : COPY --from=builder /device-s7/cmd/device-s7 /device-s7 04:11:10 ---> f90e96069b62 04:11:10 Step 18/24 : COPY --from=builder /device-s7/cmd/res /res 04:11:11 ---> a87d6ee86741 04:11:11 Step 19/24 : EXPOSE 59994 04:11:11 ---> Running in 018d8406045e 04:11:11 Removing intermediate container 018d8406045e 04:11:11 ---> 31283467a4c2 04:11:11 Step 20/24 : ENTRYPOINT ["/device-s7"] 04:11:11 ---> Running in 2c78180ee70e 04:11:12 Removing intermediate container 2c78180ee70e 04:11:12 ---> 0a1c2b668c24 04:11:12 Step 21/24 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 04:11:12 ---> Running in c7f4061f9e53 04:11:12 Removing intermediate container c7f4061f9e53 04:11:12 ---> e23b7645d410 04:11:12 Step 22/24 : LABEL arch=arm64 04:11:12 ---> Running in 63a518f0231d 04:11:12 Removing intermediate container 63a518f0231d 04:11:12 ---> 10f9d3327985 04:11:12 Step 23/24 : LABEL git_sha=7bf3b7cedae0f10faf0de83af88415cc28561f9e 04:11:12 ---> Running in b83dfac03225 04:11:13 Removing intermediate container b83dfac03225 04:11:13 ---> 445e9a40d7f0 04:11:13 Step 24/24 : LABEL version=4.0.0-dev.7 04:11:13 ---> Running in 8113a69e3dea 04:11:13 Removing intermediate container 8113a69e3dea 04:11:13 ---> 9e47e6a7d039 04:11:13 [Warning] One or more build-args [ARCH] were not consumed 04:11:13 Successfully built 9e47e6a7d039 04:11:13 Successfully tagged device-s7-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:11:13 provisioning config files... 04:11:13 copy managed file [device-s7-settings] to file:/w/workspace/device-s7/15@tmp/config7913775105592979827tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:11:14 ---> ****-login.sh 04:11:14 nexus3.edgexfoundry.org:10001 04:11:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:11:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:11:14 Configure a credential helper to remove this warning. See 04:11:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:11:14 04:11:14 Login Succeeded 04:11:14 nexus3.edgexfoundry.org:10002 04:11:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:11:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:11:14 Configure a credential helper to remove this warning. See 04:11:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:11:14 04:11:14 Login Succeeded 04:11:14 nexus3.edgexfoundry.org:10003 04:11:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:11:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:11:14 Configure a credential helper to remove this warning. See 04:11:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:11:14 04:11:14 Login Succeeded 04:11:15 nexus3.edgexfoundry.org:10004 04:11:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:11:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:11:15 Configure a credential helper to remove this warning. See 04:11:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:11:15 04:11:15 Login Succeeded 04:11:15 ****.io 04:11:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:11:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:11:15 Configure a credential helper to remove this warning. See 04:11:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:11:15 04:11:15 Login Succeeded 04:11:15 ---> ****-login.sh ends [Pipeline] } 04:11:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:11:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 04:11:16 [edgeXDocker.push] Tagging docker image device-s7-arm64 with the following tags: 04:11:16 7bf3b7cedae0f10faf0de83af88415cc28561f9e 04:11:16 latest 04:11:16 4.0.0-dev.7 04:11:16 7bf3b7cedae0f10faf0de83af88415cc28561f9e-4.0.0-dev.7 04:11:16 main 04:11:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:16 + docker tag device-s7-arm64 nexus3.edgexfoundry.org:10004/device-s7-arm64:7bf3b7cedae0f10faf0de83af88415cc28561f9e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:16 + docker push nexus3.edgexfoundry.org:10004/device-s7-arm64:7bf3b7cedae0f10faf0de83af88415cc28561f9e 04:11:16 The push refers to repository [nexus3.edgexfoundry.org:10004/device-s7-arm64] 04:11:16 b74868ac61d4: Preparing 04:11:16 ec14ae89f0fe: Preparing 04:11:16 e94d2a616ec0: Preparing 04:11:16 6474a83d0df8: Preparing 04:11:16 0ef7c4ee3fd9: Preparing 04:11:16 dd9c8f8612c8: Preparing 04:11:16 dd9c8f8612c8: Waiting 04:11:17 e94d2a616ec0: Pushed 04:11:17 b74868ac61d4: Pushed 04:11:17 0ef7c4ee3fd9: Pushed 04:11:17 6474a83d0df8: Pushed 04:11:17 dd9c8f8612c8: Layer already exists 04:11:27 ec14ae89f0fe: Pushed 04:11:27 7bf3b7cedae0f10faf0de83af88415cc28561f9e: digest: sha256:0a17b9fbc787d54238bcf954e8072b23e65da0416bf6a0a56eee44e6361a5003 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:27 + docker tag device-s7-arm64 nexus3.edgexfoundry.org:10004/device-s7-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:27 + docker push nexus3.edgexfoundry.org:10004/device-s7-arm64:latest 04:11:27 The push refers to repository [nexus3.edgexfoundry.org:10004/device-s7-arm64] 04:11:27 b74868ac61d4: Preparing 04:11:27 ec14ae89f0fe: Preparing 04:11:27 e94d2a616ec0: Preparing 04:11:27 6474a83d0df8: Preparing 04:11:27 0ef7c4ee3fd9: Preparing 04:11:27 dd9c8f8612c8: Preparing 04:11:27 ec14ae89f0fe: Layer already exists 04:11:27 b74868ac61d4: Layer already exists 04:11:27 0ef7c4ee3fd9: Layer already exists 04:11:27 6474a83d0df8: Layer already exists 04:11:27 e94d2a616ec0: Layer already exists 04:11:27 dd9c8f8612c8: Layer already exists 04:11:27 latest: digest: sha256:0a17b9fbc787d54238bcf954e8072b23e65da0416bf6a0a56eee44e6361a5003 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:28 + docker tag device-s7-arm64 nexus3.edgexfoundry.org:10004/device-s7-arm64:4.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:28 + docker push nexus3.edgexfoundry.org:10004/device-s7-arm64:4.0.0-dev.7 04:11:28 The push refers to repository [nexus3.edgexfoundry.org:10004/device-s7-arm64] 04:11:28 b74868ac61d4: Preparing 04:11:28 ec14ae89f0fe: Preparing 04:11:28 e94d2a616ec0: Preparing 04:11:28 6474a83d0df8: Preparing 04:11:28 0ef7c4ee3fd9: Preparing 04:11:28 dd9c8f8612c8: Preparing 04:11:28 dd9c8f8612c8: Waiting 04:11:28 e94d2a616ec0: Layer already exists 04:11:28 b74868ac61d4: Layer already exists 04:11:28 0ef7c4ee3fd9: Layer already exists 04:11:28 ec14ae89f0fe: Layer already exists 04:11:28 6474a83d0df8: Layer already exists 04:11:28 dd9c8f8612c8: Layer already exists 04:11:28 4.0.0-dev.7: digest: sha256:0a17b9fbc787d54238bcf954e8072b23e65da0416bf6a0a56eee44e6361a5003 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:29 + docker tag device-s7-arm64 nexus3.edgexfoundry.org:10004/device-s7-arm64:7bf3b7cedae0f10faf0de83af88415cc28561f9e-4.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:29 + docker push nexus3.edgexfoundry.org:10004/device-s7-arm64:7bf3b7cedae0f10faf0de83af88415cc28561f9e-4.0.0-dev.7 04:11:29 The push refers to repository [nexus3.edgexfoundry.org:10004/device-s7-arm64] 04:11:29 b74868ac61d4: Preparing 04:11:29 ec14ae89f0fe: Preparing 04:11:29 e94d2a616ec0: Preparing 04:11:29 6474a83d0df8: Preparing 04:11:29 0ef7c4ee3fd9: Preparing 04:11:29 dd9c8f8612c8: Preparing 04:11:29 dd9c8f8612c8: Waiting 04:11:29 ec14ae89f0fe: Layer already exists 04:11:29 e94d2a616ec0: Layer already exists 04:11:29 0ef7c4ee3fd9: Layer already exists 04:11:29 6474a83d0df8: Layer already exists 04:11:29 b74868ac61d4: Layer already exists 04:11:29 dd9c8f8612c8: Layer already exists 04:11:29 7bf3b7cedae0f10faf0de83af88415cc28561f9e-4.0.0-dev.7: digest: sha256:0a17b9fbc787d54238bcf954e8072b23e65da0416bf6a0a56eee44e6361a5003 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:29 + docker tag device-s7-arm64 nexus3.edgexfoundry.org:10004/device-s7-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:30 + docker push nexus3.edgexfoundry.org:10004/device-s7-arm64:main 04:11:30 The push refers to repository [nexus3.edgexfoundry.org:10004/device-s7-arm64] 04:11:30 b74868ac61d4: Preparing 04:11:30 ec14ae89f0fe: Preparing 04:11:30 e94d2a616ec0: Preparing 04:11:30 6474a83d0df8: Preparing 04:11:30 0ef7c4ee3fd9: Preparing 04:11:30 dd9c8f8612c8: Preparing 04:11:30 dd9c8f8612c8: Waiting 04:11:30 e94d2a616ec0: Layer already exists 04:11:30 ec14ae89f0fe: Layer already exists 04:11:30 b74868ac61d4: Layer already exists 04:11:30 0ef7c4ee3fd9: Layer already exists 04:11:30 6474a83d0df8: Layer already exists 04:11:30 dd9c8f8612c8: Layer already exists 04:11:30 main: digest: sha256:0a17b9fbc787d54238bcf954e8072b23e65da0416bf6a0a56eee44e6361a5003 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:11:30 ===================================================== [Pipeline] echo 04:11:30 taggedImages: 04:11:30 - nexus3.edgexfoundry.org:10004/device-s7-arm64:7bf3b7cedae0f10faf0de83af88415cc28561f9e 04:11:30 - nexus3.edgexfoundry.org:10004/device-s7-arm64:latest 04:11:30 - nexus3.edgexfoundry.org:10004/device-s7-arm64:4.0.0-dev.7 04:11:30 - nexus3.edgexfoundry.org:10004/device-s7-arm64:7bf3b7cedae0f10faf0de83af88415cc28561f9e-4.0.0-dev.7 04:11:30 - nexus3.edgexfoundry.org:10004/device-s7-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:11:30 04:11:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:11:30 arm64: Pulling from edgex-lftools-log-publisher 04:11:30 8998bd30e6a1: Pulling fs layer 04:11:30 04944245beec: Pulling fs layer 04:11:30 699f458cf7ca: Pulling fs layer 04:11:30 765212b225bb: Pulling fs layer 04:11:30 f23df028b6ca: Pulling fs layer 04:11:30 d65c8cfc05b1: Pulling fs layer 04:11:30 2437ff75d9bd: Pulling fs layer 04:11:30 765212b225bb: Waiting 04:11:30 f23df028b6ca: Waiting 04:11:30 d65c8cfc05b1: Waiting 04:11:30 2437ff75d9bd: Waiting 04:11:31 04944245beec: Verifying Checksum 04:11:31 04944245beec: Download complete 04:11:31 765212b225bb: Verifying Checksum 04:11:31 765212b225bb: Download complete 04:11:31 f23df028b6ca: Verifying Checksum 04:11:31 f23df028b6ca: Download complete 04:11:31 d65c8cfc05b1: Verifying Checksum 04:11:31 d65c8cfc05b1: Download complete 04:11:31 699f458cf7ca: Verifying Checksum 04:11:31 699f458cf7ca: Download complete 04:11:31 8998bd30e6a1: Verifying Checksum 04:11:31 8998bd30e6a1: Download complete 04:11:34 2437ff75d9bd: Verifying Checksum 04:11:34 2437ff75d9bd: Download complete 04:11:36 8998bd30e6a1: Pull complete 04:11:36 04944245beec: Pull complete 04:11:38 699f458cf7ca: Pull complete 04:11:38 765212b225bb: Pull complete 04:11:39 f23df028b6ca: Pull complete 04:11:39 d65c8cfc05b1: Pull complete 04:11:57 2437ff75d9bd: Pull complete 04:11:57 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 04:11:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:11:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:11:57 prd-ubuntu20.04-docker-arm64-4c-16g-39284 does not seem to be running inside a container 04:11:58 $ 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-s7/15 -v /w/workspace/device-s7/15:/w/workspace/device-s7/15:rw,z -v /w/workspace/device-s7/15@tmp:/w/workspace/device-s7/15@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 04:12:00 $ docker top 641aa58550c85c3a6694e6767c619a8ce14b2a6a94f9b7cef7f0117a249494ad -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:12:01 ---> job-cost.sh 04:12:01 lf-activate-venv: SKIPPING 04:12:01 INFO: No Stack... 04:12:02 INFO: Retrieving Pricing Info for: v3-standard-4 04:12:03 INFO: Archiving Costs [Pipeline] sh 04:12:03 + cat /w/workspace/device-s7/15/archives/cost.csv 04:12:03 + cut -d, -f6 [Pipeline] lock 04:12:03 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-s7-main-15-stack-cost] 04:12:03 Resource [jenkins-edgexfoundry-device-s7-main-15-stack-cost] did not exist. Created. 04:12:03 Lock acquired on [Resource: jenkins-edgexfoundry-device-s7-main-15-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:12:04 /w/workspace/device-s7/15@tmp/durable-0f446143/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 04:12:04 + echo total: 0.10999999940395355 [Pipeline] stash 04:12:04 Warning: overwriting stash ‘stack-cost’ 04:12:04 Stashed 1 file(s) [Pipeline] } 04:12:04 Lock released on resource [Resource: jenkins-edgexfoundry-device-s7-main-15-stack-cost] [Pipeline] // lock [Pipeline] } 04:12:04 $ docker stop --time=1 641aa58550c85c3a6694e6767c619a8ce14b2a6a94f9b7cef7f0117a249494ad 04:12:06 $ docker rm -f --volumes 641aa58550c85c3a6694e6767c619a8ce14b2a6a94f9b7cef7f0117a249494ad [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 04:12:06 provisioning config files... 04:12:06 copy managed file [device-s7-codecov-token] to file:/w/workspace/edgexfoundry_device-s7_main@tmp/config15689202670926084154tmp [Pipeline] { [Pipeline] sh 04:12:07 + set +x 04:12:07 + curl -s https://codecov.io/bash 04:12:07 + bash -s -- 04:12:07 04:12:07 _____ _ 04:12:07 / ____| | | 04:12:07 | | ___ __| | ___ ___ _____ __ 04:12:07 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:12:07 | |___| (_) | (_| | __/ (_| (_) \ V / 04:12:07 \_____\___/ \__,_|\___|\___\___/ \_/ 04:12:07 Bash-1.0.6 04:12:07 04:12:07 04:12:07 ==> git version 2.25.1 found 04:12:07 ==> 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 04:12:07 Release-Date: 2020-01-08 04:12:07 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 04:12:07 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 04:12:07 ==> Jenkins CI detected. 04:12:07 current dir:  /w/workspace/edgexfoundry_device-s7_main 04:12:07 project root: . 04:12:07 --> token set from env 04:12:07 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:12:07 ==> Running gcov in . (disable via -X gcov) 04:12:07 ==> Python coveragepy not found 04:12:07 ==> Searching for coverage reports in: 04:12:07 + . 04:12:07 -> Found 1 reports 04:12:07 ==> Detecting git/mercurial file structure 04:12:07 ==> Reading reports 04:12:07 + ./coverage.out bytes=19094 04:12:07 ==> Appending adjustments 04:12:07 https://docs.codecov.io/docs/fixing-reports 04:12:07 + Found adjustments 04:12:07 ==> Gzipping contents 04:12:07 4.0K /tmp/codecov.LetXHc.gz 04:12:07 ==> Uploading reports 04:12:07 url: https://codecov.io 04:12:07 query: branch=main&commit=7bf3b7cedae0f10faf0de83af88415cc28561f9e&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-s7%2Fjob%2Fmain%2F15%2F&name=&tag=&slug=edgexfoundry%2Fdevice-s7&service=jenkins&flags=&pr=&job=&cmd_args= 04:12:07 -> Pinging Codecov 04:12:07 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=7bf3b7cedae0f10faf0de83af88415cc28561f9e&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-s7%2Fjob%2Fmain%2F15%2F&name=&tag=&slug=edgexfoundry%2Fdevice-s7&service=jenkins&flags=&pr=&job=&cmd_args= 04:12:07 -> Uploading to 04:12:07 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-s7/7bf3b7cedae0f10faf0de83af88415cc28561f9e/4ad3da77-7317-43fe-9505-2f25ccedc20c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250220%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250220T041207Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=abccbdd228899ea687c15c11f485d1a2d257db40e6a836152085cda7184e8959 04:12:07 % Total % Received % Xferd Average Speed Time Time Time Current 04:12:07 Dload Upload Total Spent Left Speed 04:12:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2849 0 0 100 2849 0 11821 --:--:-- --:--:-- --:--:-- 11821 04:12:07 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-s7/commit/7bf3b7cedae0f10faf0de83af88415cc28561f9e [Pipeline] } 04:12:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 04:12:08 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 04:12:08 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 04:12:08 04:12:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 04:12:08 latest: Pulling from edgex-devops/edgex-snyk-go 04:12:08 43c4264eed91: Pulling fs layer 04:12:08 4cc291be95ef: Pulling fs layer 04:12:08 2ac1f1163629: Pulling fs layer 04:12:08 5c3c966382ef: Pulling fs layer 04:12:08 4f4fb700ef54: Pulling fs layer 04:12:08 d9c7d2e4e75e: Pulling fs layer 04:12:08 9c3e1370e548: Pulling fs layer 04:12:08 4f4fb700ef54: Waiting 04:12:08 9c3e1370e548: Waiting 04:12:08 d9c7d2e4e75e: Waiting 04:12:08 5c3c966382ef: Waiting 04:12:08 4cc291be95ef: Verifying Checksum 04:12:08 4cc291be95ef: Download complete 04:12:08 5c3c966382ef: Verifying Checksum 04:12:08 5c3c966382ef: Download complete 04:12:08 4f4fb700ef54: Download complete 04:12:08 43c4264eed91: Download complete 04:12:09 43c4264eed91: Pull complete 04:12:09 d9c7d2e4e75e: Verifying Checksum 04:12:09 d9c7d2e4e75e: Download complete 04:12:09 4cc291be95ef: Pull complete 04:12:09 2ac1f1163629: Verifying Checksum 04:12:09 2ac1f1163629: Download complete 04:12:09 9c3e1370e548: Verifying Checksum 04:12:09 9c3e1370e548: Download complete 04:12:13 2ac1f1163629: Pull complete 04:12:13 5c3c966382ef: Pull complete 04:12:13 4f4fb700ef54: Pull complete 04:12:13 d9c7d2e4e75e: Pull complete 04:12:16 9c3e1370e548: Pull complete 04:12:16 Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b 04:12:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 04:12:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:12:16 prd-ubuntu20.04-docker-8c-8g-39283 does not seem to be running inside a container 04:12:16 $ 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-s7_main -v /w/workspace/edgexfoundry_device-s7_main:/w/workspace/edgexfoundry_device-s7_main:rw,z -v /w/workspace/edgexfoundry_device-s7_main@tmp:/w/workspace/edgexfoundry_device-s7_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 04:12:19 $ docker top 5034b807580627fa47e689053048b9213849db018df987392dc98485ae6d11be -eo pid,comm [Pipeline] { [Pipeline] sh 04:12:19 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-s7_main [Pipeline] echo 04:12:19 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-s7:main' [Pipeline] sh 04:12:20 + set -o pipefail 04:12:20 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-s7:main' 04:12:28 04:12:28 Monitoring /w/workspace/edgexfoundry_device-s7_main (github.com/edgexfoundry/device-s7)... 04:12:28 04:12:28 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/9802e2c3-a805-43f9-b47e-5746baaac31c/history/6664b61f-9ab5-4b9f-995c-03f81b03bb07 04:12:28 04:12:28 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 04:12:28 04:12:28 04:12:28 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 04:12:28 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 04:12:28 $ docker stop --time=1 5034b807580627fa47e689053048b9213849db018df987392dc98485ae6d11be 04:12:31 $ docker rm -f --volumes 5034b807580627fa47e689053048b9213849db018df987392dc98485ae6d11be [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 04:12:32 + git log --format=format:%s -1 7bf3b7cedae0f10faf0de83af88415cc28561f9e [Pipeline] sh 04:12:32 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:12:32 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:12:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:12:33 prd-ubuntu20.04-docker-8c-8g-39283 does not seem to be running inside a container 04:12:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-s7_main -v /w/workspace/edgexfoundry_device-s7_main:/w/workspace/edgexfoundry_device-s7_main:rw,z -v /w/workspace/edgexfoundry_device-s7_main@tmp:/w/workspace/edgexfoundry_device-s7_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 04:12:33 $ docker top 1ceeab2659c433d3254efd3b12aa48b7eb9ed88ac3d7f58951309c402a36c437 -eo pid,comm 04:12:33 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). 04:12:33 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:12:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:12:33 [ssh-agent] Looking for ssh-agent implementation... 04:12:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:12:33 $ docker exec 1ceeab2659c433d3254efd3b12aa48b7eb9ed88ac3d7f58951309c402a36c437 ssh-agent 04:12:33 SSH_AUTH_SOCK=/tmp/ssh-N0QguIFUpjKY/agent.32 04:12:33 SSH_AGENT_PID=38 04:12:33 Running ssh-add (command line suppressed) 04:12:34 Identity added: /w/workspace/edgexfoundry_device-s7_main@tmp/private_key_552498746272349703.key (/w/workspace/edgexfoundry_device-s7_main@tmp/private_key_552498746272349703.key) 04:12:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:12:34 + git semver tag 04:12:34 2025-02-20 04:12:34,510 [run_tag] DEBUG tag force:False 04:12:34 2025-02-20 04:12:34,510 [check_head_tag] DEBUG check head tag 04:12:34 2025-02-20 04:12:34,511 [execute] INFO git cat-file --batch-check 04:12:34 2025-02-20 04:12:34,511 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-s7_main, universal_newlines=False, shell=None, istream=) 04:12:34 2025-02-20 04:12:34,515 [execute] INFO git cat-file --batch 04:12:34 2025-02-20 04:12:34,515 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-s7_main, universal_newlines=False, shell=None, istream=) 04:12:34 2025-02-20 04:12:34,522 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-s7_main/.semver/main 04:12:34 2025-02-20 04:12:34,522 [execute] INFO git tag -a v4.0.0-dev.7 -m v4.0.0-dev.7 04:12:34 2025-02-20 04:12:34,522 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.0.0-dev.7', '-m', 'v4.0.0-dev.7'], cwd=/w/workspace/edgexfoundry_device-s7_main, universal_newlines=False, shell=None, istream=None) 04:12:34 2025-02-20 04:12:34,527 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-s7_main/.semver/main 04:12:34 4.0.0-dev.7 [Pipeline] } 04:12:34 $ docker exec --env ******** --env ******** 1ceeab2659c433d3254efd3b12aa48b7eb9ed88ac3d7f58951309c402a36c437 ssh-agent -k 04:12:34 unset SSH_AUTH_SOCK; 04:12:34 unset SSH_AGENT_PID; 04:12:34 echo Agent pid 38 killed; 04:12:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:12:35 + git semver [Pipeline] } 04:12:35 $ docker stop --time=1 1ceeab2659c433d3254efd3b12aa48b7eb9ed88ac3d7f58951309c402a36c437 04:12:36 $ docker rm -f --volumes 1ceeab2659c433d3254efd3b12aa48b7eb9ed88ac3d7f58951309c402a36c437 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:12:37 04:12:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:12:37 0.23.1-centos7: Pulling from edgex-lftools 04:12:37 ab5ef0e58194: Pulling fs layer 04:12:37 9712f1f96733: Pulling fs layer 04:12:37 63f879dbbcfc: Pulling fs layer 04:12:37 0d9ebad4ef96: Pulling fs layer 04:12:37 e9a5061849ea: Pulling fs layer 04:12:37 d747dcd14b5f: Pulling fs layer 04:12:37 2de7ff778b66: Pulling fs layer 04:12:37 d747dcd14b5f: Waiting 04:12:37 e9a5061849ea: Waiting 04:12:37 0d9ebad4ef96: Waiting 04:12:37 2de7ff778b66: Waiting 04:12:37 9712f1f96733: Verifying Checksum 04:12:37 9712f1f96733: Download complete 04:12:37 63f879dbbcfc: Verifying Checksum 04:12:37 63f879dbbcfc: Download complete 04:12:37 e9a5061849ea: Verifying Checksum 04:12:37 e9a5061849ea: Download complete 04:12:37 d747dcd14b5f: Verifying Checksum 04:12:37 d747dcd14b5f: Download complete 04:12:37 0d9ebad4ef96: Verifying Checksum 04:12:37 0d9ebad4ef96: Download complete 04:12:37 ab5ef0e58194: Download complete 04:12:37 2de7ff778b66: Verifying Checksum 04:12:37 2de7ff778b66: Download complete 04:12:40 ab5ef0e58194: Pull complete 04:12:40 9712f1f96733: Pull complete 04:12:40 63f879dbbcfc: Pull complete 04:12:44 0d9ebad4ef96: Pull complete 04:12:44 e9a5061849ea: Pull complete 04:12:44 d747dcd14b5f: Pull complete 04:12:45 2de7ff778b66: Pull complete 04:12:45 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 04:12:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:12:45 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:12:45 prd-ubuntu20.04-docker-8c-8g-39283 does not seem to be running inside a container 04:12:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-s7_main -v /w/workspace/edgexfoundry_device-s7_main:/w/workspace/edgexfoundry_device-s7_main:rw,z -v /w/workspace/edgexfoundry_device-s7_main@tmp:/w/workspace/edgexfoundry_device-s7_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 04:12:49 $ docker top 98cde43c0700f22288b4aec154023926af148d2a8ef23bbe9f5f25e6a60acdb1 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 04:12:49 provisioning config files... 04:12:49 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-s7_main@tmp/config14645620785103459445tmp 04:12:49 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-s7_main@tmp/config2752663194875759842tmp 04:12:49 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-s7_main@tmp/config3702167685826815332tmp [Pipeline] { [Pipeline] echo 04:12:50 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 04:12:50 ---> sigul-configuration.sh 04:12:50 gpg: directory `/root/.gnupg' created 04:12:50 gpg: new configuration file `/root/.gnupg/gpg.conf' created 04:12:50 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 04:12:50 gpg: keyring `/root/.gnupg/secring.gpg' created 04:12:50 gpg: keyring `/root/.gnupg/pubring.gpg' created 04:12:50 gpg: CAST5 encrypted data 04:12:50 gpg: encrypted with 1 passphrase 04:12:50 gpg: WARNING: message was not integrity protected [Pipeline] sh 04:12:50 + mkdir /home/jenkins 04:12:50 + mkdir /home/jenkins/sigul [Pipeline] sh 04:12:50 + 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 04:12:50 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 04:12:51 ---> sigul-install.sh 04:12:51 Sigul already installed; skipping installation. [Pipeline] sh 04:12:51 + git tag --list 04:12:51 v0.0.0 04:12:51 v0.0.1-dev.1 04:12:51 v0.0.1-dev.2 04:12:51 v4.0.0-dev.1 04:12:51 v4.0.0-dev.2 04:12:51 v4.0.0-dev.3 04:12:51 v4.0.0-dev.4 04:12:51 v4.0.0-dev.5 04:12:51 v4.0.0-dev.6 04:12:51 v4.0.0-dev.7 [Pipeline] sh 04:12:51 + lftools sign git-tag v4.0.0-dev.7 04:12:52 Signing Git tag with Sigul... 04:12:52 Signing v4.0.0-dev.7 [Pipeline] echo 04:12:52 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 04:12:52 ---> sigul-configuration-cleanup.sh [Pipeline] } 04:12:52 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 04:12:52 $ docker stop --time=1 98cde43c0700f22288b4aec154023926af148d2a8ef23bbe9f5f25e6a60acdb1 04:12:54 $ docker rm -f --volumes 98cde43c0700f22288b4aec154023926af148d2a8ef23bbe9f5f25e6a60acdb1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 04:12:54 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:12:54 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:12:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:12:55 prd-ubuntu20.04-docker-8c-8g-39283 does not seem to be running inside a container 04:12:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-s7_main -v /w/workspace/edgexfoundry_device-s7_main:/w/workspace/edgexfoundry_device-s7_main:rw,z -v /w/workspace/edgexfoundry_device-s7_main@tmp:/w/workspace/edgexfoundry_device-s7_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 04:12:55 $ docker top 1dbf4578abd0bf0d7094b3183fa9ed907d35dc61e32d73b71bde917194dac857 -eo pid,comm 04:12:55 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 04:12:55 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:12:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:12:55 [ssh-agent] Looking for ssh-agent implementation... 04:12:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:12:55 $ docker exec 1dbf4578abd0bf0d7094b3183fa9ed907d35dc61e32d73b71bde917194dac857 ssh-agent 04:12:55 SSH_AUTH_SOCK=/tmp/ssh-KxMzbLKtlKn0/agent.32 04:12:55 SSH_AGENT_PID=38 04:12:55 Running ssh-add (command line suppressed) 04:12:55 Identity added: /w/workspace/edgexfoundry_device-s7_main@tmp/private_key_11659839372940425568.key (/w/workspace/edgexfoundry_device-s7_main@tmp/private_key_11659839372940425568.key) 04:12:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:12:56 + git semver bump pre 04:12:56 2025-02-20 04:12:56,347 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-s7_main/.semver/main 04:12:56 2025-02-20 04:12:56,347 [bump_version] DEBUG bumping version:4.0.0-dev.7 on axis:pre with prefix:dev 04:12:56 2025-02-20 04:12:56,348 [bump_version] DEBUG bumped version:4.0.0-dev.8 04:12:56 2025-02-20 04:12:56,348 [write_version] DEBUG write version:4.0.0-dev.8 to path:/w/workspace/edgexfoundry_device-s7_main/.semver/main with force:True 04:12:56 2025-02-20 04:12:56,348 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-s7_main/.semver/main 04:12:56 2025-02-20 04:12:56,348 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-s7_main/.semver/main 04:12:56 2025-02-20 04:12:56,349 [execute] INFO git cat-file --batch-check 04:12:56 2025-02-20 04:12:56,350 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-s7_main/.semver, universal_newlines=False, shell=None, istream=) 04:12:56 2025-02-20 04:12:56,354 [execute] INFO git cat-file --batch 04:12:56 2025-02-20 04:12:56,355 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-s7_main/.semver, universal_newlines=False, shell=None, istream=) 04:12:56 2025-02-20 04:12:56,359 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-s7_main/.semver/main 04:12:56 4.0.0-dev.8 [Pipeline] } 04:12:56 $ docker exec --env ******** --env ******** 1dbf4578abd0bf0d7094b3183fa9ed907d35dc61e32d73b71bde917194dac857 ssh-agent -k 04:12:56 unset SSH_AUTH_SOCK; 04:12:56 unset SSH_AGENT_PID; 04:12:56 echo Agent pid 38 killed; 04:12:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:12:56 + git semver [Pipeline] } 04:12:57 $ docker stop --time=1 1dbf4578abd0bf0d7094b3183fa9ed907d35dc61e32d73b71bde917194dac857 04:12:58 $ docker rm -f --volumes 1dbf4578abd0bf0d7094b3183fa9ed907d35dc61e32d73b71bde917194dac857 [Pipeline] // withDockerContainer [Pipeline] sh 04:12:58 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:12:58 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:12:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:12:59 prd-ubuntu20.04-docker-8c-8g-39283 does not seem to be running inside a container 04:12:59 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-s7_main -v /w/workspace/edgexfoundry_device-s7_main:/w/workspace/edgexfoundry_device-s7_main:rw,z -v /w/workspace/edgexfoundry_device-s7_main@tmp:/w/workspace/edgexfoundry_device-s7_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 04:12:59 $ docker top 1904c8c159c241050c97160623f588f7f263e805e065a402bcb92739a205a2e3 -eo pid,comm 04:12:59 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). 04:12:59 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:12:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:12:59 [ssh-agent] Looking for ssh-agent implementation... 04:12:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:12:59 $ docker exec 1904c8c159c241050c97160623f588f7f263e805e065a402bcb92739a205a2e3 ssh-agent 04:12:59 SSH_AUTH_SOCK=/tmp/ssh-uZ3iiFY24SAw/agent.32 04:12:59 SSH_AGENT_PID=38 04:12:59 Running ssh-add (command line suppressed) 04:12:59 Identity added: /w/workspace/edgexfoundry_device-s7_main@tmp/private_key_4621077741063152209.key (/w/workspace/edgexfoundry_device-s7_main@tmp/private_key_4621077741063152209.key) 04:12:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:13:00 + git semver push 04:13:00 2025-02-20 04:13:00,409 [run_push] DEBUG push 04:13:00 2025-02-20 04:13:00,410 [execute] INFO git cat-file --batch-check 04:13:00 2025-02-20 04:13:00,410 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-s7_main/.semver, universal_newlines=False, shell=None, istream=) 04:13:00 2025-02-20 04:13:00,413 [execute] INFO git rev-list 79c33f05785bbcf804153a7c490c8452500a5cd4 -- 04:13:00 2025-02-20 04:13:00,414 [execute] DEBUG Popen(['git', 'rev-list', '79c33f05785bbcf804153a7c490c8452500a5cd4', '--'], cwd=/w/workspace/edgexfoundry_device-s7_main/.semver, universal_newlines=False, shell=None, istream=None) 04:13:00 2025-02-20 04:13:00,419 [execute] INFO git fetch -v origin 04:13:00 2025-02-20 04:13:00,419 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-s7_main/.semver, universal_newlines=True, shell=None, istream=None) 04:13:01 2025-02-20 04:13:00,875 [run_push] DEBUG no remote changes detected 04:13:01 2025-02-20 04:13:00,875 [execute] INFO git push origin semver 04:13:01 2025-02-20 04:13:00,876 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-s7_main/.semver, universal_newlines=False, shell=None, istream=None) 04:13:03 2025-02-20 04:13:03,507 [run_push] DEBUG push all version tags 04:13:03 2025-02-20 04:13:03,508 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 04:13:03 2025-02-20 04:13:03,508 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-s7_main, universal_newlines=False, shell=None, istream=None) 04:13:04 2025-02-20 04:13:04,182 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-s7_main/.semver/main 04:13:04 4.0.0-dev.8 [Pipeline] } 04:13:04 $ docker exec --env ******** --env ******** 1904c8c159c241050c97160623f588f7f263e805e065a402bcb92739a205a2e3 ssh-agent -k 04:13:04 unset SSH_AUTH_SOCK; 04:13:04 unset SSH_AGENT_PID; 04:13:04 echo Agent pid 38 killed; 04:13:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:13:04 + git semver [Pipeline] } 04:13:05 $ docker stop --time=1 1904c8c159c241050c97160623f588f7f263e805e065a402bcb92739a205a2e3 04:13:06 $ docker rm -f --volumes 1904c8c159c241050c97160623f588f7f263e805e065a402bcb92739a205a2e3 [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 04:13:07 + [ -d /w/workspace/edgexfoundry_device-s7_main/archives ] 04:13:07 + ls -al /w/workspace/edgexfoundry_device-s7_main/archives 04:13:07 total 16 04:13:07 drwxr-xr-x 3 root root 4096 Feb 20 03:57 . 04:13:07 drwxrwxr-x 9 jenkins jenkins 4096 Feb 20 04:12 .. 04:13:07 drwxr-xr-x 2 root root 4096 Feb 20 03:57 cost 04:13:07 -rw-r--r-- 1 root root 80 Feb 20 03:57 cost.csv 04:13:07 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-s7_main/archives 04:13:07 + ls -al /w/workspace/edgexfoundry_device-s7_main/archives 04:13:07 total 16 04:13:07 drwxr-xr-x 3 jenkins jenkins 4096 Feb 20 03:57 . 04:13:07 drwxrwxr-x 9 jenkins jenkins 4096 Feb 20 04:12 .. 04:13:07 drwxr-xr-x 2 jenkins jenkins 4096 Feb 20 03:57 cost 04:13:07 -rw-r--r-- 1 jenkins jenkins 80 Feb 20 03:57 cost.csv [Pipeline] libraryResource [Pipeline] sh 04:13:07 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:13:08 ---> package-listing.sh 04:13:08 ++ facter osfamily 04:13:08 ++ tr '[:upper:]' '[:lower:]' 04:13:08 + OS_FAMILY=debian 04:13:08 + workspace=/w/workspace/edgexfoundry_device-s7_main 04:13:08 + START_PACKAGES=/tmp/packages_start.txt 04:13:08 + END_PACKAGES=/tmp/packages_end.txt 04:13:08 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:13:08 + PACKAGES=/tmp/packages_start.txt 04:13:08 + '[' /w/workspace/edgexfoundry_device-s7_main ']' 04:13:08 + PACKAGES=/tmp/packages_end.txt 04:13:08 + case "${OS_FAMILY}" in 04:13:08 + dpkg -l 04:13:08 + grep '^ii' 04:13:08 + '[' -f /tmp/packages_start.txt ']' 04:13:08 + '[' -f /tmp/packages_end.txt ']' 04:13:08 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:13:08 + '[' /w/workspace/edgexfoundry_device-s7_main ']' 04:13:08 + mkdir -p /w/workspace/edgexfoundry_device-s7_main/archives/ 04:13:08 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-s7_main/archives/ [Pipeline] echo 04:13:08 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-s7_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:13:08 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:13:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:13:09 prd-ubuntu20.04-docker-8c-8g-39283 does not seem to be running inside a container 04:13:09 $ 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-s7_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-s7_main -v /w/workspace/edgexfoundry_device-s7_main:/w/workspace/edgexfoundry_device-s7_main:rw,z -v /w/workspace/edgexfoundry_device-s7_main@tmp:/w/workspace/edgexfoundry_device-s7_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:13:09 $ docker top 7b43b428cef6837e3613a24c1802984701e6987744325c453228a15422e06ca1 -eo pid,comm [Pipeline] { [Pipeline] sh 04:13:10 + touch /tmp/pre-build-complete [Pipeline] sh 04:13:10 + mkdir -p /var/log/sysstat [Pipeline] sh 04:13:10 + ls /var/log/sa-host 04:13:10 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:13:10 provisioning config files... 04:13:10 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-s7_main@tmp/config14216720974952072419tmp [Pipeline] { [Pipeline] echo 04:13:10 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:13:11 ---> create-netrc.sh [Pipeline] } 04:13:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:13:11 ---> python-tools-install.sh [Pipeline] echo 04:13:11 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:13:11 ---> sudo-logs.sh 04:13:11 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:13:11 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:13:12 ---> job-cost.sh 04:13:12 lf-activate-venv: SKIPPING 04:13:12 DEBUG: total: 0.2199999988079071 04:13:12 INFO: Retrieving Stack Cost... 04:13:12 INFO: Retrieving Pricing Info for: v3-standard-8 04:13:12 INFO: Archiving Costs [Pipeline] echo 04:13:12 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:13:13 ---> logs-deploy.sh 04:13:13 lf-activate-venv: SKIPPING 04:13:13 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-s7/main/15 04:13:13 INFO: archiving workspace using pattern(s): 04:13:14 Archives upload complete. 04:13:14 INFO: archiving logs to Nexus