Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 165b80fb05d57052a3c15902199294117d426607 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-ssh6454722429666204385.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh1084887829219992252.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-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-ssh8331988402143156113.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f6201a7a3d6e66e18b8eca84a9a3a23cb614281a # timeout=10 Commit message: "Merge pull request #471 from jinlinGuan/fix-multi-arch" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh13226066028769204400.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-ssh17734007094179844192.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-5710 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 165b80fb05d57052a3c15902199294117d426607 (main) > 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 165b80fb05d57052a3c15902199294117d426607 # timeout=10 Commit message: "Merge pull request #56 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.1.0-dev.25" > git rev-list --no-walk e1862347d00f273def1a97e6f73e9a42acdfa982 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:01:55 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:01:55 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:01:55 ========================================================= 06:01:55 EdgeX Global Pipelines Version Info 06:01:55 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:01:56 ------------------- 06:01:56 stable info: 06:01:56 ------------------- 06:01:56 Commited By: Ginny Guan ginny@iotechsys.com 06:01:56 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 06:01:56 Message: update stable to v1.0.274 06:01:56 ------------------- 06:01:56 experimental info: 06:01:56 ------------------- 06:01:56 Commited By: **** collab-it+edgex@linuxfoundation.org 06:01:56 Commit SHA: 056ae7b86453181957306e7078512cbe12174832 06:01:56 Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:01:56 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-s7-settings [Pipeline] echo 06:01:56 [edgeXSetupEnvironment]: set envvar PROJECT = device-s7 [Pipeline] echo 06:01:56 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:01:56 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:01:56 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:01:56 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 06:01:56 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 06:01:56 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:01:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:01:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:01:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 06:01:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-s7 [Pipeline] echo 06:01:57 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:01:57 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:01:57 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:01:57 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:01:57 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:01:57 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:01:57 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:01:57 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:01:57 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:01:57 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:01:57 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:01:57 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:01:57 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:01:57 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:01:57 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 06:01:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 06:01:57 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 06:01:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 06:01:57 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 165b80fb05d57052a3c15902199294117d426607 [Pipeline] echo 06:01:57 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 165b80f [Pipeline] echo 06:01:57 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:01:57 provisioning config files... 06:01:57 copy managed file [device-s7-settings] to file:/w/workspace/edgexfoundry_device-s7_main@tmp/config13972479613536154347tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:01:57 ---> ****-login.sh 06:01:57 nexus3.edgexfoundry.org:10001 06:01:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:01:58 06:01:58 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 06:01:58 Configure a credential helper to remove this warning. See 06:01:58 https://docs.****.com/go/credential-store/ 06:01:58 06:01:58 Login Succeeded 06:01:58 nexus3.edgexfoundry.org:10002 06:01:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:01:58 06:01:58 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 06:01:58 Configure a credential helper to remove this warning. See 06:01:58 https://docs.****.com/go/credential-store/ 06:01:58 06:01:58 Login Succeeded 06:01:58 nexus3.edgexfoundry.org:10003 06:01:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:01:58 06:01:58 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 06:01:58 Configure a credential helper to remove this warning. See 06:01:58 https://docs.****.com/go/credential-store/ 06:01:58 06:01:58 Login Succeeded 06:01:58 nexus3.edgexfoundry.org:10004 06:01:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:01:58 06:01:58 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 06:01:58 Configure a credential helper to remove this warning. See 06:01:58 https://docs.****.com/go/credential-store/ 06:01:58 06:01:58 Login Succeeded 06:01:58 ****.io 06:01:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:01:58 06:01:58 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 06:01:58 Configure a credential helper to remove this warning. See 06:01:58 https://docs.****.com/go/credential-store/ 06:01:58 06:01:58 Login Succeeded 06:01:58 ---> ****-login.sh ends [Pipeline] } 06:01:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 06:01:59 + git rev-list -1 --merges 165b80fb05d57052a3c15902199294117d426607~1..165b80fb05d57052a3c15902199294117d426607 [Pipeline] echo 06:01:59 -----------> git rev-list -1 --merges 165b80fb05d57052a3c15902199294117d426607~1..165b80fb05d57052a3c15902199294117d426607 165b80fb05d57052a3c15902199294117d426607 06:01:59 165b80fb05d57052a3c15902199294117d426607 [false] [Pipeline] sh 06:01:59 + git log --format=format:%s -1 165b80fb05d57052a3c15902199294117d426607 [Pipeline] echo 06:01:59 ========================================================= 06:01:59 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 06:01:59 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:01:59 + git log --format=format:%s -1 165b80fb05d57052a3c15902199294117d426607 [Pipeline] echo 06:01:59 [semverPrep] GIT_COMMIT: 165b80fb05d57052a3c15902199294117d426607, Commit Message: Merge pull request #56 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.1.0-dev.25 [Pipeline] echo 06:01:59 [semverPrep] This is not a build commit. [Pipeline] sh 06:02:00 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:02:00 + grep -v github /etc/ssh/ssh_known_hosts 06:02:00 + [ -e /tmp/ssh_known_hosts ] 06:02:00 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 06:02:00 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 06:02:00 + sudo tee -a /etc/ssh/ssh_known_hosts 06:02:00 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:02:00 06:02:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:02:00 0.1.4: Pulling from edgex-devops/py-git-semver 06:02:00 3dae71ba6b94: Pulling fs layer 06:02:00 6bf1a483ea7c: Pulling fs layer 06:02:00 f5dfc541a4d3: Pulling fs layer 06:02:00 461d9e800cba: Pulling fs layer 06:02:00 80192f66455f: Pulling fs layer 06:02:00 2e8e34ca0e6c: Pulling fs layer 06:02:00 a29436f7fd5d: Pulling fs layer 06:02:00 923cac83aea3: Pulling fs layer 06:02:00 25ad8b0a4227: Pulling fs layer 06:02:00 db01528c6b51: Pulling fs layer 06:02:00 28988de357af: Pulling fs layer 06:02:00 80192f66455f: Waiting 06:02:00 923cac83aea3: Waiting 06:02:00 25ad8b0a4227: Waiting 06:02:00 db01528c6b51: Waiting 06:02:00 461d9e800cba: Waiting 06:02:00 2e8e34ca0e6c: Waiting 06:02:00 a29436f7fd5d: Waiting 06:02:00 28988de357af: Waiting 06:02:00 6bf1a483ea7c: Verifying Checksum 06:02:00 6bf1a483ea7c: Download complete 06:02:00 461d9e800cba: Verifying Checksum 06:02:00 461d9e800cba: Download complete 06:02:01 80192f66455f: Verifying Checksum 06:02:01 80192f66455f: Download complete 06:02:01 f5dfc541a4d3: Verifying Checksum 06:02:01 f5dfc541a4d3: Download complete 06:02:01 3dae71ba6b94: Verifying Checksum 06:02:01 3dae71ba6b94: Download complete 06:02:01 923cac83aea3: Verifying Checksum 06:02:01 923cac83aea3: Download complete 06:02:01 25ad8b0a4227: Verifying Checksum 06:02:01 25ad8b0a4227: Download complete 06:02:01 db01528c6b51: Verifying Checksum 06:02:01 db01528c6b51: Download complete 06:02:01 28988de357af: Verifying Checksum 06:02:01 28988de357af: Download complete 06:02:01 a29436f7fd5d: Verifying Checksum 06:02:01 a29436f7fd5d: Download complete 06:02:01 2e8e34ca0e6c: Verifying Checksum 06:02:01 2e8e34ca0e6c: Download complete 06:02:02 3dae71ba6b94: Pull complete 06:02:02 6bf1a483ea7c: Pull complete 06:02:03 f5dfc541a4d3: Pull complete 06:02:03 461d9e800cba: Pull complete 06:02:03 80192f66455f: Pull complete 06:02:07 2e8e34ca0e6c: Pull complete 06:02:08 a29436f7fd5d: Pull complete 06:02:08 923cac83aea3: Pull complete 06:02:08 25ad8b0a4227: Pull complete 06:02:08 db01528c6b51: Pull complete 06:02:08 28988de357af: Pull complete 06:02:08 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 06:02:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:02:08 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:02:08 prd-ubuntu20.04-docker-8c-8g-5710 does not seem to be running inside a container 06:02:08 $ 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 06:02:11 $ docker top 472a0479d12f051eda3d9883a6383257d445d8f99dc88eac0ec38ab53a03613f -eo pid,comm 06:02:11 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). 06:02:11 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:02:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:02:11 [ssh-agent] Looking for ssh-agent implementation... 06:02:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:02:11 $ docker exec 472a0479d12f051eda3d9883a6383257d445d8f99dc88eac0ec38ab53a03613f ssh-agent 06:02:11 SSH_AUTH_SOCK=/tmp/ssh-tP2QbDio9MkL/agent.32 06:02:11 SSH_AGENT_PID=38 06:02:11 Running ssh-add (command line suppressed) 06:02:11 Identity added: /w/workspace/edgexfoundry_device-s7_main@tmp/private_key_4979018980847550301.key (/w/workspace/edgexfoundry_device-s7_main@tmp/private_key_4979018980847550301.key) 06:02:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:02:11 + git tag --points-at HEAD [Pipeline] } 06:02:11 $ docker exec --env ******** --env ******** 472a0479d12f051eda3d9883a6383257d445d8f99dc88eac0ec38ab53a03613f ssh-agent -k 06:02:11 unset SSH_AUTH_SOCK; 06:02:11 unset SSH_AGENT_PID; 06:02:11 echo Agent pid 38 killed; 06:02:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:02:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:02:12 [ssh-agent] Looking for ssh-agent implementation... 06:02:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:02:12 $ docker exec 472a0479d12f051eda3d9883a6383257d445d8f99dc88eac0ec38ab53a03613f ssh-agent 06:02:12 SSH_AUTH_SOCK=/tmp/ssh-ng14orlDgbvQ/agent.71 06:02:12 SSH_AGENT_PID=77 06:02:12 Running ssh-add (command line suppressed) 06:02:12 Identity added: /w/workspace/edgexfoundry_device-s7_main@tmp/private_key_724069734974747070.key (/w/workspace/edgexfoundry_device-s7_main@tmp/private_key_724069734974747070.key) 06:02:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:02:12 + git semver init 06:02:12 2025-07-25 06:02:12,894 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 06:02:12 2025-07-25 06:02:12,898 [run_init] DEBUG init version:0.0.0 force:False 06:02:12 2025-07-25 06:02:12,899 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-s7_main/.semver 06:02:12 2025-07-25 06:02:12,899 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-s7.git /w/workspace/edgexfoundry_device-s7_main/.semver 06:02:12 2025-07-25 06:02:12,899 [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, stdin=None, shell=False, universal_newlines=False) 06:02:13 2025-07-25 06:02:13,871 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-s7_main/.git/info/exclude 06:02:13 2025-07-25 06:02:13,872 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-s7_main/.semver/main with force:False 06:02:13 2025-07-25 06:02:13,872 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-s7_main/.semver/main 06:02:13 2025-07-25 06:02:13,872 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-s7_main/.semver/main 06:02:13 4.1.0-dev.3 [Pipeline] } 06:02:14 $ docker exec --env ******** --env ******** 472a0479d12f051eda3d9883a6383257d445d8f99dc88eac0ec38ab53a03613f ssh-agent -k 06:02:14 unset SSH_AUTH_SOCK; 06:02:14 unset SSH_AGENT_PID; 06:02:14 echo Agent pid 77 killed; 06:02:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:02:14 + git semver [Pipeline] } 06:02:14 $ docker stop --time=1 472a0479d12f051eda3d9883a6383257d445d8f99dc88eac0ec38ab53a03613f 06:02:16 $ docker rm -f --volumes 472a0479d12f051eda3d9883a6383257d445d8f99dc88eac0ec38ab53a03613f [Pipeline] // withDockerContainer [Pipeline] sh 06:02:16 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:02:16 Stashed 1 file(s) [Pipeline] echo 06:02:16 [edgeXSemver]: initialized semver on version 4.1.0-dev.3 [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 06:02:17 provisioning config files... 06:02:17 copy managed file [device-s7-settings] to file:/w/workspace/edgexfoundry_device-s7_main@tmp/config14226385168118886058tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:02:17 ---> ****-login.sh 06:02:17 nexus3.edgexfoundry.org:10001 06:02:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:02:17 Login Succeeded 06:02:17 nexus3.edgexfoundry.org:10002 06:02:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:02:17 Login Succeeded 06:02:17 nexus3.edgexfoundry.org:10003 06:02:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:02:17 Login Succeeded 06:02:17 nexus3.edgexfoundry.org:10004 06:02:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:02:17 Login Succeeded 06:02:17 ****.io 06:02:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:02:17 Login Succeeded 06:02:17 ---> ****-login.sh ends [Pipeline] } 06:02:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:02:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:02:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:02:18 ========================================================= 06:02:18 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 06:02:18 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:18 + 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 . 06:02:19 #0 building with "default" instance using docker driver 06:02:19 06:02:19 #1 [internal] load build definition from Dockerfile 06:02:19 #1 transferring dockerfile: 1.62kB done 06:02:19 #1 DONE 0.0s 06:02:19 06:02:19 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 06:02:19 #2 DONE 0.1s 06:02:19 06:02:19 #3 [internal] load .dockerignore 06:02:19 #3 transferring context: 2B done 06:02:19 #3 DONE 0.0s 06:02:19 06:02:19 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 06:02:19 #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 0.0s done 06:02:19 #4 sha256:ea6120ae94a0356f97603cf7c451f67990211a3e020e5a30d412335b108fdc34 4.22kB / 4.22kB done 06:02:19 #4 sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 294.40kB / 294.40kB 0.1s done 06:02:19 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 6.29MB / 74.06MB 0.1s 06:02:19 #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s done 06:02:19 #4 sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 685B / 685B done 06:02:19 #4 sha256:e873195afa03f66c4477d62a47bde445cf4ea723c241a30f98137b48a10af2e9 2.08kB / 2.08kB done 06:02:19 #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 2.10MB / 3.63MB 0.1s 06:02:19 #4 ... 06:02:19 06:02:19 #5 [internal] load build context 06:02:19 #5 transferring context: 15.85MB 0.1s done 06:02:19 #5 DONE 0.2s 06:02:19 06:02:19 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 06:02:19 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 18.87MB / 74.06MB 0.2s 06:02:19 #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done 06:02:19 #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s done 06:02:19 #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done 06:02:19 #4 sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 1.05MB / 2.38MB 0.2s 06:02:19 #4 sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 440B / 440B 0.1s done 06:02:19 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 1.05MB / 100.52MB 0.2s 06:02:19 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 36.70MB / 74.06MB 0.3s 06:02:19 #4 sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 2.38MB / 2.38MB 0.2s done 06:02:19 #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0B / 13.29MB 0.3s 06:02:19 #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 0.1s done 06:02:19 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 68.24MB / 74.06MB 0.5s 06:02:19 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 18.87MB / 100.52MB 0.5s 06:02:19 #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 9.44MB / 13.29MB 0.5s 06:02:19 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.6s 06:02:19 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 32.51MB / 100.52MB 0.6s 06:02:19 #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 13.29MB / 13.29MB 0.6s 06:02:20 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 53.48MB / 100.52MB 0.7s 06:02:20 #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 06:02:20 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.7s done 06:02:20 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 75.50MB / 100.52MB 0.8s 06:02:20 #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 13.29MB / 13.29MB 0.7s done 06:02:20 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 100.52MB / 100.52MB 1.0s 06:02:20 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 100.52MB / 100.52MB 1.2s done 06:02:24 #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 4.6s done 06:02:24 #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 06:02:24 #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 done 06:02:24 #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done 06:02:24 #4 extracting sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 done 06:02:24 #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 06:02:25 #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 0.0s done 06:02:25 #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 0.1s 06:02:28 #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 2.6s done 06:02:28 #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0.1s 06:02:28 #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0.8s done 06:02:28 #4 DONE 9.4s 06:02:28 06:02:28 #6 [builder 2/7] WORKDIR /device-s7 06:02:30 #6 DONE 2.0s 06:02:30 06:02:30 #7 [builder 3/7] RUN apk add --update --no-cache make git gcc libc-dev 06:02:30 #7 0.205 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:02:31 #7 0.375 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:02:31 #7 0.728 OK: 248 MiB in 58 packages 06:02:31 #7 DONE 0.8s 06:02:31 06:02:31 #8 [builder 4/7] COPY go.mod vendor* ./ 06:02:31 #8 DONE 0.0s 06:02:31 06:02:31 #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:02:31 Still waiting to schedule task 06:02:31 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 06:03:03 #9 DONE 29.0s 06:03:03 06:03:03 #10 [builder 6/7] COPY . . 06:03:03 #10 DONE 0.1s 06:03:03 06:03:03 #11 [builder 7/7] RUN echo noop 06:03:03 #11 0.186 noop 06:03:03 #11 DONE 0.2s 06:03:03 06:03:03 #12 exporting to image 06:03:03 #12 exporting layers 06:03:07 #12 exporting layers 6.8s done 06:03:07 #12 writing image sha256:16b481234e83d548e28cc20ce892fad84f8e0c3296b1796d620dcbb2316a99a3 done 06:03:07 #12 naming to docker.io/library/ci-base-image-x86_64 done 06:03:07 #12 DONE 6.8s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:03:08 + docker inspect -f . ci-base-image-x86_64 06:03:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:03:08 prd-ubuntu20.04-docker-8c-8g-5710 does not seem to be running inside a container 06:03:08 $ 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 06:03:08 $ docker top 11395a9c8a232671f79648cca1b65287167369d427d316c3a353b23fb41a424a -eo pid,comm [Pipeline] { [Pipeline] sh 06:03:08 + go version 06:03:08 go version go1.23.9 linux/amd64 [Pipeline] } 06:03:08 $ docker stop --time=1 11395a9c8a232671f79648cca1b65287167369d427d316c3a353b23fb41a424a 06:03:10 $ docker rm -f --volumes 11395a9c8a232671f79648cca1b65287167369d427d316c3a353b23fb41a424a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:03:10 + docker inspect -f . ci-base-image-x86_64 06:03:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:03:10 prd-ubuntu20.04-docker-8c-8g-5710 does not seem to be running inside a container 06:03:10 $ 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 06:03:11 $ docker top 24a9a77f5500b46092dd56a98bf072d7bfbd7ee800691cb6d15711ca0360021b -eo pid,comm [Pipeline] { [Pipeline] sh 06:03:11 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-s7_main [Pipeline] fileExists [Pipeline] sh 06:03:11 + make test 06:03:11 go test -race -coverprofile=coverage.out ./... 06:03:19 ? github.com/edgexfoundry/device-s7 [no test files] 06:03:41 github.com/edgexfoundry/device-s7/cmd coverage: 0.0% of statements 06:03:41 ok github.com/edgexfoundry/device-s7/internal/driver 1.030s coverage: 6.8% of statements 06:04:15 go vet ./... 06:04:15 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 06:04:15 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 06:04:15 ./bin/test-attribution-txt.sh [Pipeline] echo 06:04:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 06:04:15 $ docker stop --time=1 24a9a77f5500b46092dd56a98bf072d7bfbd7ee800691cb6d15711ca0360021b 06:04:18 $ docker rm -f --volumes 24a9a77f5500b46092dd56a98bf072d7bfbd7ee800691cb6d15711ca0360021b [Pipeline] // withDockerContainer [Pipeline] sh 06:04:18 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:04:18 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 06:04:19 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:04:19 + ls -al . 06:04:19 total 220 06:04:19 drwxrwxr-x 8 jenkins jenkins 4096 Jul 25 06:03 . 06:04:19 drwxrwxr-x 4 jenkins jenkins 4096 Jul 25 06:01 .. 06:04:19 drwxrwxr-x 8 jenkins jenkins 4096 Jul 25 06:03 .git 06:04:19 drwxrwxr-x 2 jenkins jenkins 4096 Jul 25 06:01 .github 06:04:19 -rw-rw-r-- 1 jenkins jenkins 237 Jul 25 06:01 .gitignore 06:04:19 -rw-rw-r-- 1 jenkins jenkins 42 Jul 25 06:01 .golangci.yml 06:04:19 drwxr-xr-x 3 jenkins jenkins 4096 Jul 25 06:02 .semver 06:04:19 -rw-rw-r-- 1 jenkins jenkins 20318 Jul 25 06:01 Attribution.txt 06:04:19 -rw-rw-r-- 1 jenkins jenkins 1668 Jul 25 06:01 CHANGLOG.md 06:04:19 -rw-rw-r-- 1 jenkins jenkins 1579 Jul 25 06:01 Dockerfile 06:04:19 -rw-rw-r-- 1 jenkins jenkins 643 Jul 25 06:01 Jenkinsfile 06:04:19 -rw-rw-r-- 1 jenkins jenkins 10947 Jul 25 06:01 LICENSE 06:04:19 -rw-rw-r-- 1 jenkins jenkins 1903 Jul 25 06:01 Makefile 06:04:19 -rw-rw-r-- 1 jenkins jenkins 614 Jul 25 06:01 OWNERS.md 06:04:19 -rw-rw-r-- 1 jenkins jenkins 2393 Jul 25 06:01 README.md 06:04:19 -rw-rw-r-- 1 jenkins jenkins 11 Jul 25 06:02 VERSION 06:04:19 drwxrwxr-x 2 jenkins jenkins 4096 Jul 25 06:01 bin 06:04:19 drwxrwxr-x 3 jenkins jenkins 4096 Jul 25 06:01 cmd 06:04:19 -rw-r--r-- 1 jenkins jenkins 19094 Jul 25 06:03 coverage.out 06:04:19 -rw-rw-r-- 1 jenkins jenkins 6103 Jul 25 06:01 go.mod 06:04:19 -rw-rw-r-- 1 jenkins jenkins 86990 Jul 25 06:01 go.sum 06:04:19 drwxrwxr-x 3 jenkins jenkins 4096 Jul 25 06:01 internal 06:04:19 -rw-rw-r-- 1 jenkins jenkins 223 Jul 25 06:01 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:20 + 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=165b80fb05d57052a3c15902199294117d426607 --label arch=amd64 --label version=4.1.0-dev.3 . 06:04:20 #0 building with "default" instance using docker driver 06:04:20 06:04:20 #1 [internal] load build definition from Dockerfile 06:04:20 #1 transferring dockerfile: 1.62kB done 06:04:20 #1 DONE 0.0s 06:04:20 06:04:20 #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 06:04:20 #2 DONE 0.0s 06:04:20 06:04:20 #3 [internal] load metadata for docker.io/library/alpine:3.20 06:04:20 #3 DONE 0.1s 06:04:20 06:04:20 #4 [internal] load .dockerignore 06:04:20 #4 transferring context: 2B done 06:04:20 #4 DONE 0.0s 06:04:20 06:04:20 #5 [internal] load build context 06:04:20 #5 transferring context: 27.56kB 0.0s done 06:04:20 #5 DONE 0.0s 06:04:20 06:04:20 #6 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 06:04:20 #6 DONE 0.1s 06:04:20 06:04:20 #7 [builder 2/7] WORKDIR /device-s7 06:04:20 #7 DONE 0.0s 06:04:20 06:04:20 #8 [stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 06:04:20 #8 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 06:04:20 #8 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 06:04:20 #8 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.1s done 06:04:20 #8 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 06:04:20 #8 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 06:04:20 #8 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 06:04:20 #8 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 06:04:20 #8 DONE 0.3s 06:04:20 06:04:20 #9 [stage-1 2/7] RUN apk add --update --no-cache dumb-init 06:04:20 #9 0.219 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:04:20 #9 0.290 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:04:21 #9 ... 06:04:21 06:04:21 #10 [builder 3/7] RUN apk add --update --no-cache make git gcc libc-dev 06:04:21 #10 0.204 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:04:21 #10 0.280 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:04:21 #10 0.566 OK: 248 MiB in 58 packages 06:04:21 #10 DONE 0.7s 06:04:21 06:04:21 #11 [builder 4/7] COPY go.mod vendor* ./ 06:04:21 #11 DONE 0.0s 06:04:21 06:04:21 #9 [stage-1 2/7] RUN apk add --update --no-cache dumb-init 06:04:21 #9 0.613 (1/1) Installing dumb-init (1.2.5-r3) 06:04:21 #9 0.618 Executing busybox-1.36.1-r29.trigger 06:04:21 #9 0.624 OK: 8 MiB in 15 packages 06:04:21 #9 DONE 0.7s 06:04:21 06:04:21 #12 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:04:22 #12 DONE 0.6s 06:04:22 06:04:22 #13 [builder 6/7] COPY . . 06:04:22 #13 DONE 0.1s 06:04:22 06:04:22 #14 [stage-1 3/7] RUN apk --no-cache upgrade 06:04:22 #14 0.377 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:04:22 #14 0.449 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:04:22 #14 0.760 OK: 8 MiB in 15 packages 06:04:22 #14 DONE 0.9s 06:04:22 06:04:22 #15 [builder 7/7] RUN make build 06:04:22 #15 0.189 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/device-s7.Version=4.1.0-dev.3 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.25" -trimpath -mod=readonly -o cmd/device-s7 ./cmd 06:04:48 #15 DONE 23.2s 06:04:48 06:04:48 #16 [stage-1 4/7] COPY --from=builder /device-s7/Attribution.txt /Attribution.txt 06:04:48 #16 DONE 0.0s 06:04:48 06:04:48 #17 [stage-1 5/7] COPY --from=builder /device-s7/cmd/device-s7 /device-s7 06:04:48 #17 DONE 0.2s 06:04:48 06:04:48 #18 [stage-1 6/7] COPY --from=builder /device-s7/cmd/res /res 06:04:48 #18 DONE 0.0s 06:04:48 06:04:48 #19 exporting to image 06:04:48 #19 exporting layers 0.1s done 06:04:48 #19 writing image sha256:1b6ea596942354ff41a955199a2fd770cc5aceb86c3ad60955605fcfd3f77c77 done 06:04:48 #19 naming to docker.io/library/device-s7 done 06:04:48 #19 DONE 0.1s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:04:49 provisioning config files... 06:04:49 copy managed file [device-s7-settings] to file:/w/workspace/edgexfoundry_device-s7_main@tmp/config8215182348889045172tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:04:49 ---> ****-login.sh 06:04:49 nexus3.edgexfoundry.org:10001 06:04:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:04:49 Login Succeeded 06:04:49 nexus3.edgexfoundry.org:10002 06:04:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:04:49 Login Succeeded 06:04:49 nexus3.edgexfoundry.org:10003 06:04:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:04:49 Login Succeeded 06:04:49 nexus3.edgexfoundry.org:10004 06:04:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:04:49 Login Succeeded 06:04:49 ****.io 06:04:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:04:49 Login Succeeded 06:04:49 ---> ****-login.sh ends [Pipeline] } 06:04:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:04:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:04:49 [edgeXDocker.push] Tagging docker image device-s7 with the following tags: 06:04:49 165b80fb05d57052a3c15902199294117d426607 06:04:49 latest 06:04:49 4.1.0-dev.3 06:04:49 165b80fb05d57052a3c15902199294117d426607-4.1.0-dev.3 06:04:49 main 06:04:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:50 + docker tag device-s7 nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:50 + docker push nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607 06:04:50 The push refers to repository [nexus3.edgexfoundry.org:10004/device-s7] 06:04:50 5a9fccc90ae3: Preparing 06:04:50 9c9b5d9e2b99: Preparing 06:04:50 0fe6f7bab56e: Preparing 06:04:50 bcdd6fb46cee: Preparing 06:04:50 b6138765f4d0: Preparing 06:04:50 097100c76c15: Preparing 06:04:50 097100c76c15: Waiting 06:04:50 0fe6f7bab56e: Pushed 06:04:50 5a9fccc90ae3: Pushed 06:04:50 bcdd6fb46cee: Pushed 06:04:50 b6138765f4d0: Pushed 06:04:50 097100c76c15: Layer already exists 06:04:53 Running on prd-ubuntu20.04-docker-arm64-4c-16g-5713 in /w/workspace/edgexfoundry_device-s7_main [Pipeline] { [Pipeline] ws 06:04:53 Running in /w/workspace/device-s7/24 [Pipeline] { [Pipeline] checkout 06:04:54 9c9b5d9e2b99: Pushed 06:04:55 165b80fb05d57052a3c15902199294117d426607: digest: sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 size: 1573 [Pipeline] } 06:04:56 Selected Git installation does not exist. Using Default 06:04:56 The recommended git tool is: NONE [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:56 + docker tag device-s7 nexus3.edgexfoundry.org:10004/device-s7:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:57 + docker push nexus3.edgexfoundry.org:10004/device-s7:latest 06:04:57 The push refers to repository [nexus3.edgexfoundry.org:10004/device-s7] 06:04:57 5a9fccc90ae3: Preparing 06:04:57 9c9b5d9e2b99: Preparing 06:04:57 0fe6f7bab56e: Preparing 06:04:57 bcdd6fb46cee: Preparing 06:04:57 b6138765f4d0: Preparing 06:04:57 097100c76c15: Preparing 06:04:57 097100c76c15: Waiting 06:04:57 9c9b5d9e2b99: Layer already exists 06:04:57 5a9fccc90ae3: Layer already exists 06:04:57 bcdd6fb46cee: Layer already exists 06:04:57 0fe6f7bab56e: Layer already exists 06:04:57 b6138765f4d0: Layer already exists 06:04:57 097100c76c15: Layer already exists 06:04:57 latest: digest: sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:57 + docker tag device-s7 nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:57 + docker push nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3 06:04:57 The push refers to repository [nexus3.edgexfoundry.org:10004/device-s7] 06:04:57 5a9fccc90ae3: Preparing 06:04:57 9c9b5d9e2b99: Preparing 06:04:57 0fe6f7bab56e: Preparing 06:04:57 bcdd6fb46cee: Preparing 06:04:57 b6138765f4d0: Preparing 06:04:57 097100c76c15: Preparing 06:04:57 097100c76c15: Waiting 06:04:57 bcdd6fb46cee: Layer already exists 06:04:57 9c9b5d9e2b99: Layer already exists 06:04:57 b6138765f4d0: Layer already exists 06:04:57 0fe6f7bab56e: Layer already exists 06:04:57 5a9fccc90ae3: Layer already exists 06:04:57 097100c76c15: Layer already exists 06:04:57 4.1.0-dev.3: digest: sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:58 + docker tag device-s7 nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:58 + docker push nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607-4.1.0-dev.3 06:04:58 The push refers to repository [nexus3.edgexfoundry.org:10004/device-s7] 06:04:58 5a9fccc90ae3: Preparing 06:04:58 9c9b5d9e2b99: Preparing 06:04:58 0fe6f7bab56e: Preparing 06:04:58 bcdd6fb46cee: Preparing 06:04:58 b6138765f4d0: Preparing 06:04:58 097100c76c15: Preparing 06:04:58 097100c76c15: Waiting 06:04:58 bcdd6fb46cee: Layer already exists 06:04:58 5a9fccc90ae3: Layer already exists 06:04:58 9c9b5d9e2b99: Layer already exists 06:04:58 b6138765f4d0: Layer already exists 06:04:58 0fe6f7bab56e: Layer already exists 06:04:58 097100c76c15: Layer already exists 06:04:58 165b80fb05d57052a3c15902199294117d426607-4.1.0-dev.3: digest: sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:58 + docker tag device-s7 nexus3.edgexfoundry.org:10004/device-s7:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:59 + docker push nexus3.edgexfoundry.org:10004/device-s7:main 06:04:59 The push refers to repository [nexus3.edgexfoundry.org:10004/device-s7] 06:04:59 5a9fccc90ae3: Preparing 06:04:59 9c9b5d9e2b99: Preparing 06:04:59 0fe6f7bab56e: Preparing 06:04:59 bcdd6fb46cee: Preparing 06:04:59 b6138765f4d0: Preparing 06:04:59 097100c76c15: Preparing 06:04:59 097100c76c15: Waiting 06:04:59 0fe6f7bab56e: Layer already exists 06:04:59 bcdd6fb46cee: Layer already exists 06:04:59 9c9b5d9e2b99: Layer already exists 06:04:59 5a9fccc90ae3: Layer already exists 06:04:59 b6138765f4d0: Layer already exists 06:04:59 097100c76c15: Layer already exists 06:04:59 main: digest: sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:04:59 ===================================================== [Pipeline] echo 06:04:59 taggedImages: 06:04:59 - nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607 06:04:59 - nexus3.edgexfoundry.org:10004/device-s7:latest 06:04:59 - nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3 06:04:59 - nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607-4.1.0-dev.3 06:04:59 - nexus3.edgexfoundry.org:10004/device-s7:main [Pipeline] echo 06:04:59 ========================================================= 06:04:59 [edgeXBuildMultiArch] RAW Config: 06:04:59 images: 06:04:59 - nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607 06:04:59 - nexus3.edgexfoundry.org:10004/device-s7:latest 06:04:59 - nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3 06:04:59 - nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607-4.1.0-dev.3 06:04:59 - nexus3.edgexfoundry.org:10004/device-s7:main 06:04:59 settingsFile: 06:04:59 device-s7-settings 06:04:59 ========================================================= [Pipeline] node 06:05:03 using credential edgex-jenkins-ssh 06:05:03 Cloning the remote Git repository 06:05:03 Cloning repository git@github.com:edgexfoundry/device-s7.git 06:05:03 > git init /w/workspace/device-s7/24 # timeout=10 06:05:03 Fetching upstream changes from git@github.com:edgexfoundry/device-s7.git 06:05:03 > git --version # timeout=10 06:05:03 > git --version # 'git version 2.25.1' 06:05:03 using GIT_SSH to set credentials SSH Credentials for GitHub 06:05:03 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-s7.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:05:06 Avoid second fetch 06:05:06 Checking out Revision 165b80fb05d57052a3c15902199294117d426607 (main) 06:05:05 > git config remote.origin.url git@github.com:edgexfoundry/device-s7.git # timeout=10 06:05:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:05:06 > git config core.sparsecheckout # timeout=10 06:05:06 > git checkout -f 165b80fb05d57052a3c15902199294117d426607 # timeout=10 06:05:07 Commit message: "Merge pull request #56 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.1.0-dev.25" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:05:12 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 06:05:12 % Total % Received % Xferd Average Speed Time Time Time Current 06:05:12 Dload Upload Total Spent Left Speed 06:05:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14 100 14 0 0 120 0 --:--:-- --:--:-- --:--:-- 120 [Pipeline] sh 06:05:12 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 06:05:12 + sudo tee /etc/docker/daemon.new 06:05:12 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 06:05:12 { 06:05:12 "registry-mirrors": [ 06:05:12 "https://nexus3.edgexfoundry.org:10001" 06:05:12 ], 06:05:12 "bip": "10.250.0.254/24", 06:05:12 "hosts": [ 06:05:12 "tcp://0.0.0.0:5555", 06:05:12 "unix:///var/run/docker.sock" 06:05:12 ], 06:05:12 "mtu": 1458, 06:05:12 "selinux-enabled": true, 06:05:12 "seccomp-profile": "/etc/docker/seccomp.json" 06:05:12 } [Pipeline] sh 06:05:13 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 06:05:13 + sudo service docker restart 06:05:14 Still waiting to schedule task 06:05:14 All nodes of label ‘centos7-docker-4c-2g’ are offline [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:05:31 provisioning config files... 06:05:31 copy managed file [device-s7-settings] to file:/w/workspace/device-s7/24@tmp/config9060213741681742708tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:05:32 ---> ****-login.sh 06:05:32 nexus3.edgexfoundry.org:10001 06:05:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:05:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:05:32 Configure a credential helper to remove this warning. See 06:05:32 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:05:32 06:05:32 Login Succeeded 06:05:32 nexus3.edgexfoundry.org:10002 06:05:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:05:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:05:33 Configure a credential helper to remove this warning. See 06:05:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:05:33 06:05:33 Login Succeeded 06:05:33 nexus3.edgexfoundry.org:10003 06:05:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:05:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:05:33 Configure a credential helper to remove this warning. See 06:05:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:05:33 06:05:33 Login Succeeded 06:05:33 nexus3.edgexfoundry.org:10004 06:05:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:05:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:05:34 Configure a credential helper to remove this warning. See 06:05:34 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:05:34 06:05:34 Login Succeeded 06:05:34 ****.io 06:05:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:05:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:05:34 Configure a credential helper to remove this warning. See 06:05:34 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:05:34 06:05:34 Login Succeeded 06:05:34 ---> ****-login.sh ends [Pipeline] } 06:05:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:05:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:05:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:05:35 ========================================================= 06:05:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 06:05:35 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:05:35 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine --build-arg MAKE=echo noop --target=builder . 06:05:35 Sending build context to Docker daemon 8.069MB 06:05:36 Step 1/10 : ARG BASE=golang:1.23-alpine3.20 06:05:36 Step 2/10 : FROM ${BASE} AS builder 06:05:36 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:05:36 94e9d8af2201: Pulling fs layer 06:05:36 a6c56e8762df: Pulling fs layer 06:05:36 f0f3c8884826: Pulling fs layer 06:05:36 c7e7622c144d: Pulling fs layer 06:05:36 4f4fb700ef54: Pulling fs layer 06:05:36 e8859aadc426: Pulling fs layer 06:05:36 b4813487a9f6: Pulling fs layer 06:05:36 502a3d64fb4b: Pulling fs layer 06:05:36 c7e7622c144d: Waiting 06:05:36 4f4fb700ef54: Waiting 06:05:36 e8859aadc426: Waiting 06:05:36 b4813487a9f6: Waiting 06:05:36 502a3d64fb4b: Waiting 06:05:36 a6c56e8762df: Verifying Checksum 06:05:36 a6c56e8762df: Download complete 06:05:36 c7e7622c144d: Verifying Checksum 06:05:36 c7e7622c144d: Download complete 06:05:36 4f4fb700ef54: Verifying Checksum 06:05:36 4f4fb700ef54: Download complete 06:05:36 e8859aadc426: Verifying Checksum 06:05:36 e8859aadc426: Download complete 06:05:36 94e9d8af2201: Verifying Checksum 06:05:36 94e9d8af2201: Download complete 06:05:37 502a3d64fb4b: Verifying Checksum 06:05:37 502a3d64fb4b: Download complete 06:05:37 94e9d8af2201: Pull complete 06:05:38 f0f3c8884826: Verifying Checksum 06:05:38 f0f3c8884826: Download complete 06:05:38 b4813487a9f6: Verifying Checksum 06:05:38 b4813487a9f6: Download complete 06:05:39 a6c56e8762df: Pull complete 06:05:54 f0f3c8884826: Pull complete 06:05:54 c7e7622c144d: Pull complete 06:05:54 4f4fb700ef54: Pull complete 06:05:54 e8859aadc426: Pull complete 06:06:02 b4813487a9f6: Pull complete 06:06:05 502a3d64fb4b: Pull complete 06:06:05 Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde 06:06:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 06:06:05 ---> 3bb21d53e231 06:06:05 Step 3/10 : ARG MAKE=make build 06:06:06 ---> Running in e67ba53c33d4 06:06:06 Removing intermediate container e67ba53c33d4 06:06:06 ---> aece2bdadcb4 06:06:06 Step 4/10 : WORKDIR /device-s7 06:06:07 ---> Running in 2e0027bc3976 06:06:07 Removing intermediate container 2e0027bc3976 06:06:07 ---> f7f22ce0176c 06:06:07 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: YIQISOFT' 06:06:07 ---> Running in 95dcb90edb06 06:06:07 Removing intermediate container 95dcb90edb06 06:06:07 ---> 56f2c32e4e90 06:06:07 Step 6/10 : RUN apk add --update --no-cache make git gcc libc-dev 06:06:07 ---> Running in c6c781f05b8a 06:06:08 Decoding seccomp profile failed: invalid character ':' after top-level value [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:06:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:06:08 06:06:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:06:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:06:09 arm64: Pulling from edgex-lftools-log-publisher 06:06:09 8998bd30e6a1: Pulling fs layer 06:06:09 04944245beec: Pulling fs layer 06:06:09 699f458cf7ca: Pulling fs layer 06:06:09 765212b225bb: Pulling fs layer 06:06:09 f23df028b6ca: Pulling fs layer 06:06:09 d65c8cfc05b1: Pulling fs layer 06:06:09 2437ff75d9bd: Pulling fs layer 06:06:09 765212b225bb: Waiting 06:06:09 f23df028b6ca: Waiting 06:06:09 d65c8cfc05b1: Waiting 06:06:09 2437ff75d9bd: Waiting 06:06:09 04944245beec: Verifying Checksum 06:06:09 04944245beec: Download complete 06:06:09 765212b225bb: Verifying Checksum 06:06:09 765212b225bb: Download complete 06:06:09 f23df028b6ca: Verifying Checksum 06:06:09 f23df028b6ca: Download complete 06:06:09 d65c8cfc05b1: Verifying Checksum 06:06:09 d65c8cfc05b1: Download complete 06:06:09 699f458cf7ca: Verifying Checksum 06:06:09 699f458cf7ca: Download complete 06:06:10 8998bd30e6a1: Verifying Checksum 06:06:10 8998bd30e6a1: Download complete 06:06:13 2437ff75d9bd: Verifying Checksum 06:06:13 2437ff75d9bd: Download complete 06:06:14 8998bd30e6a1: Pull complete 06:06:15 04944245beec: Pull complete 06:06:17 699f458cf7ca: Pull complete 06:06:17 765212b225bb: Pull complete 06:06:18 f23df028b6ca: Pull complete 06:06:18 d65c8cfc05b1: Pull complete 06:06:36 2437ff75d9bd: Pull complete 06:06:36 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 06:06:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:06:36 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:06:36 prd-ubuntu20.04-docker-arm64-4c-16g-5713 does not seem to be running inside a container 06:06:36 $ 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/24 -v /w/workspace/device-s7/24:/w/workspace/device-s7/24:rw,z -v /w/workspace/device-s7/24@tmp:/w/workspace/device-s7/24@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 06:06:37 Running on prd-centos7-docker-4c-2g-5718 in /w/workspace/edgexfoundry_device-s7_main 06:06:39 $ docker top 4f813d7707599180f64a175585a001aa4a915cc3fd80cea07040b8af38effc18 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] libraryResource [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:06:40 provisioning config files... 06:06:40 copy managed file [device-s7-settings] to file:/w/workspace/edgexfoundry_device-s7_main@tmp/config5736207726196863485tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:06:40 ---> job-cost.sh 06:06:40 lf-activate-venv: SKIPPING 06:06:40 INFO: No Stack... 06:06:41 ---> ****-login.sh 06:06:41 nexus3.edgexfoundry.org:10001 06:06:41 INFO: Retrieving Pricing Info for: v3-standard-4 06:06:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:06:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:06:41 Configure a credential helper to remove this warning. See 06:06:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:06:41 06:06:41 Login Succeeded 06:06:41 nexus3.edgexfoundry.org:10002 06:06:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:06:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:06:41 Configure a credential helper to remove this warning. See 06:06:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:06:41 06:06:41 Login Succeeded 06:06:41 nexus3.edgexfoundry.org:10003 06:06:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:06:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:06:41 Configure a credential helper to remove this warning. See 06:06:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:06:41 06:06:41 Login Succeeded 06:06:41 nexus3.edgexfoundry.org:10004 06:06:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:06:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:06:41 Configure a credential helper to remove this warning. See 06:06:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:06:41 06:06:41 Login Succeeded 06:06:41 ****.io 06:06:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:06:42 INFO: Archiving Costs 06:06:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:06:42 Configure a credential helper to remove this warning. See 06:06:42 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:06:42 06:06:42 Login Succeeded 06:06:42 ---> ****-login.sh ends [Pipeline] sh [Pipeline] } 06:06:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:06:42 + docker buildx ls 06:06:42 + cat /w/workspace/device-s7/24/archives/cost.csv 06:06:42 + cut -d, -f6 [Pipeline] lock 06:06:42 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-s7-main-24-stack-cost] 06:06:42 Resource [jenkins-edgexfoundry-device-s7-main-24-stack-cost] did not exist. Created. 06:06:42 Lock acquired on [Resource: jenkins-edgexfoundry-device-s7-main-24-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:06:43 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 06:06:43 default * docker 06:06:43 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 06:06:43 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 06:06:43 edgex-builder [Pipeline] sh 06:06:43 + echo total: 0.10999999940395355 [Pipeline] stash 06:06:43 + docker buildx inspect --bootstrap 06:06:43 #1 [internal] booting buildkit 06:06:43 #1 pulling image moby/buildkit:buildx-stable-1 06:06:43 Stashed 1 file(s) [Pipeline] } 06:06:43 Lock released on resource [Resource: jenkins-edgexfoundry-device-s7-main-24-stack-cost] [Pipeline] // lock [Pipeline] } 06:06:43 $ docker stop --time=1 4f813d7707599180f64a175585a001aa4a915cc3fd80cea07040b8af38effc18 06:06:45 $ docker rm -f --volumes 4f813d7707599180f64a175585a001aa4a915cc3fd80cea07040b8af38effc18 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:06:45 Failed in branch arm64 06:06:46 #1 pulling image moby/buildkit:buildx-stable-1 2.9s done 06:06:46 #1 creating container buildx_buildkit_edgex-builder0 06:06:49 #1 creating container buildx_buildkit_edgex-builder0 2.7s done 06:06:49 #1 DONE 5.5s 06:06:49 Name: edgex-builder 06:06:49 Driver: docker-container 06:06:49 06:06:49 Nodes: 06:06:49 Name: edgex-builder0 06:06:49 Endpoint: unix:///var/run/docker.sock 06:06:49 Status: running 06:06:49 Buildkit: v0.22.0 06:06:49 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 06:06:49 + docker buildx ls 06:06:49 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 06:06:49 edgex-builder * docker-container 06:06:49 edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 06:06:49 default docker 06:06:49 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 06:06:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607' 06:06:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607 --push - 06:06:50 #1 [internal] load build definition from Dockerfile 06:06:50 #1 transferring dockerfile: 194B done 06:06:50 #1 DONE 0.0s 06:06:50 06:06:50 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607 06:06:50 #2 DONE 0.2s 06:06:50 06:06:50 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607 06:06:50 #3 DONE 0.2s 06:06:50 06:06:50 #4 [internal] load .dockerignore 06:06:50 #4 transferring context: 2B done 06:06:50 #4 DONE 0.0s 06:06:50 06:06:50 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607@sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 06:06:50 #5 resolve nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607@sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 0.0s done 06:06:50 #5 DONE 0.0s 06:06:50 06:06:50 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607@sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 06:06:50 #6 resolve nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607@sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 0.0s done 06:06:50 #6 DONE 0.1s 06:06:50 06:06:50 #7 [auth] device-s7:pull,push token for nexus3.edgexfoundry.org:10004 06:06:50 #7 DONE 0.0s 06:06:50 06:06:50 #8 exporting to image 06:06:50 #8 exporting layers done 06:06:50 #8 exporting manifest sha256:007bc0556d8339707d0131d40c9d1bd102716e363851ebac9a7697857982c99d 0.0s done 06:06:50 #8 exporting config sha256:1b6ea596942354ff41a955199a2fd770cc5aceb86c3ad60955605fcfd3f77c77 done 06:06:50 #8 exporting manifest sha256:3a2724cdcd55f8e9c0aa916a33eff3d47415d886b86022fa4ae5de8ebec1197e done 06:06:50 #8 exporting config sha256:c15b0dddd6e738eca1fa50a051d01160be3f4a15b405c899da963eafca9a9f73 done 06:06:50 #8 exporting manifest list sha256:5d154c5edaef74be3b1f944189e10ca72880c0162976962dd5908a109ed9fcb8 0.0s done 06:06:50 #8 pushing layers 06:06:50 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:06:50 #8 pushing layers 0.1s done 06:06:50 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607@sha256:5d154c5edaef74be3b1f944189e10ca72880c0162976962dd5908a109ed9fcb8 0.1s done 06:06:50 #8 DONE 0.2s 06:06:50 06:06:50 1 warning found (use --debug to expand): 06:06:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:06:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-s7:latest' 06:06:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-s7:latest --push - 06:06:51 #1 [internal] load build definition from Dockerfile 06:06:51 #1 transferring dockerfile: 160B done 06:06:51 #1 DONE 0.0s 06:06:51 06:06:51 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-s7:latest 06:06:51 #2 DONE 0.0s 06:06:51 06:06:51 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-s7:latest 06:06:51 #3 DONE 0.0s 06:06:51 06:06:51 #4 [internal] load .dockerignore 06:06:51 #4 transferring context: 2B done 06:06:51 #4 DONE 0.0s 06:06:51 06:06:51 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-s7:latest@sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 06:06:51 #5 resolve nexus3.edgexfoundry.org:10004/device-s7:latest@sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 0.0s done 06:06:51 #5 DONE 0.0s 06:06:51 06:06:51 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-s7:latest@sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 06:06:51 #6 resolve nexus3.edgexfoundry.org:10004/device-s7:latest@sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 0.0s done 06:06:51 #6 CACHED 06:06:51 06:06:51 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-s7:latest@sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 06:06:51 #5 CACHED 06:06:51 06:06:51 #7 [auth] device-s7:pull,push token for nexus3.edgexfoundry.org:10004 06:06:51 #7 DONE 0.0s 06:06:51 06:06:51 #8 exporting to image 06:06:51 #8 exporting layers done 06:06:51 #8 exporting manifest sha256:007bc0556d8339707d0131d40c9d1bd102716e363851ebac9a7697857982c99d done 06:06:51 #8 exporting config sha256:1b6ea596942354ff41a955199a2fd770cc5aceb86c3ad60955605fcfd3f77c77 done 06:06:51 #8 exporting manifest sha256:3a2724cdcd55f8e9c0aa916a33eff3d47415d886b86022fa4ae5de8ebec1197e done 06:06:51 #8 exporting config sha256:c15b0dddd6e738eca1fa50a051d01160be3f4a15b405c899da963eafca9a9f73 done 06:06:51 #8 exporting manifest list sha256:5d154c5edaef74be3b1f944189e10ca72880c0162976962dd5908a109ed9fcb8 done 06:06:51 #8 pushing layers 0.0s done 06:06:51 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-s7:latest@sha256:5d154c5edaef74be3b1f944189e10ca72880c0162976962dd5908a109ed9fcb8 0.1s done 06:06:51 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:06:51 #8 DONE 0.1s 06:06:51 06:06:51 1 warning found (use --debug to expand): 06:06:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:06:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3 --push - 06:06:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3' 06:06:51 #1 [internal] load build definition from Dockerfile 06:06:51 #1 transferring dockerfile: 165B done 06:06:51 #1 DONE 0.0s 06:06:51 06:06:51 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3 06:06:51 #2 DONE 0.0s 06:06:51 06:06:51 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3 06:06:51 #3 DONE 0.0s 06:06:51 06:06:51 #4 [internal] load .dockerignore 06:06:51 #4 transferring context: 2B done 06:06:51 #4 DONE 0.0s 06:06:51 06:06:51 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3@sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 06:06:51 #5 resolve nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3@sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 0.0s done 06:06:51 #5 CACHED 06:06:51 06:06:51 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3@sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 06:06:51 #6 resolve nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3@sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 0.0s done 06:06:51 #6 CACHED 06:06:51 06:06:51 #7 exporting to image 06:06:51 #7 exporting layers done 06:06:51 #7 exporting manifest sha256:007bc0556d8339707d0131d40c9d1bd102716e363851ebac9a7697857982c99d done 06:06:51 #7 exporting config sha256:1b6ea596942354ff41a955199a2fd770cc5aceb86c3ad60955605fcfd3f77c77 done 06:06:51 #7 exporting manifest sha256:3a2724cdcd55f8e9c0aa916a33eff3d47415d886b86022fa4ae5de8ebec1197e done 06:06:51 #7 exporting config sha256:c15b0dddd6e738eca1fa50a051d01160be3f4a15b405c899da963eafca9a9f73 done 06:06:51 #7 exporting manifest list sha256:5d154c5edaef74be3b1f944189e10ca72880c0162976962dd5908a109ed9fcb8 06:06:51 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:06:52 #7 exporting manifest list sha256:5d154c5edaef74be3b1f944189e10ca72880c0162976962dd5908a109ed9fcb8 done 06:06:52 #7 pushing layers 0.0s done 06:06:52 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3@sha256:5d154c5edaef74be3b1f944189e10ca72880c0162976962dd5908a109ed9fcb8 0.1s done 06:06:52 #7 DONE 0.1s 06:06:52 06:06:52 #8 [auth] device-s7:pull,push token for nexus3.edgexfoundry.org:10004 06:06:52 #8 DONE 0.0s 06:06:52 06:06:52 1 warning found (use --debug to expand): 06:06:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:06:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607-4.1.0-dev.3' 06:06:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607-4.1.0-dev.3 --push - 06:06:52 #1 [internal] load build definition from Dockerfile 06:06:52 #1 transferring dockerfile: 206B done 06:06:52 #1 DONE 0.0s 06:06:52 06:06:52 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607-4.1.0-dev.3 06:06:52 #2 DONE 0.0s 06:06:52 06:06:52 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607-4.1.0-dev.3 06:06:52 #3 DONE 0.0s 06:06:52 06:06:52 #4 [internal] load .dockerignore 06:06:52 #4 transferring context: 2B done 06:06:52 #4 DONE 0.0s 06:06:52 06:06:52 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607-4.1.0-dev.3@sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 06:06:52 #5 resolve nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607-4.1.0-dev.3@sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 0.0s done 06:06:52 #5 CACHED 06:06:52 06:06:52 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607-4.1.0-dev.3@sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 06:06:52 #6 resolve nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607-4.1.0-dev.3@sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 0.0s done 06:06:52 #6 CACHED 06:06:52 06:06:52 #7 exporting to image 06:06:52 #7 exporting layers 06:06:52 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:06:52 #7 exporting layers done 06:06:52 #7 exporting manifest sha256:007bc0556d8339707d0131d40c9d1bd102716e363851ebac9a7697857982c99d done 06:06:52 #7 exporting config sha256:1b6ea596942354ff41a955199a2fd770cc5aceb86c3ad60955605fcfd3f77c77 done 06:06:52 #7 exporting manifest sha256:3a2724cdcd55f8e9c0aa916a33eff3d47415d886b86022fa4ae5de8ebec1197e done 06:06:52 #7 exporting config sha256:c15b0dddd6e738eca1fa50a051d01160be3f4a15b405c899da963eafca9a9f73 done 06:06:52 #7 exporting manifest list sha256:5d154c5edaef74be3b1f944189e10ca72880c0162976962dd5908a109ed9fcb8 done 06:06:52 #7 pushing layers 0.0s done 06:06:52 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-s7:165b80fb05d57052a3c15902199294117d426607-4.1.0-dev.3@sha256:5d154c5edaef74be3b1f944189e10ca72880c0162976962dd5908a109ed9fcb8 0.1s done 06:06:52 #7 DONE 0.1s 06:06:52 06:06:52 #8 [auth] device-s7:pull,push token for nexus3.edgexfoundry.org:10004 06:06:52 #8 DONE 0.0s 06:06:52 06:06:52 1 warning found (use --debug to expand): 06:06:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:06:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-s7:main' 06:06:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-s7:main --push - 06:06:53 #1 [internal] load build definition from Dockerfile 06:06:53 #1 transferring dockerfile: 158B done 06:06:53 #1 DONE 0.0s 06:06:53 06:06:53 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-s7:main 06:06:53 #2 DONE 0.0s 06:06:53 06:06:53 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-s7:main 06:06:53 #3 DONE 0.0s 06:06:53 06:06:53 #4 [internal] load .dockerignore 06:06:53 #4 transferring context: 2B done 06:06:53 #4 DONE 0.0s 06:06:53 06:06:53 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-s7:main@sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 06:06:53 #5 resolve nexus3.edgexfoundry.org:10004/device-s7:main@sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 0.0s done 06:06:53 #5 DONE 0.0s 06:06:53 06:06:53 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-s7:main@sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 06:06:53 #6 resolve nexus3.edgexfoundry.org:10004/device-s7:main@sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 0.0s done 06:06:53 #6 CACHED 06:06:53 06:06:53 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-s7:main@sha256:50c2cba2426fbc558bdc66ba3ed313f1244712b1db407f92c50512116c84cb30 06:06:53 #5 CACHED 06:06:53 06:06:53 #7 [auth] device-s7:pull,push token for nexus3.edgexfoundry.org:10004 06:06:53 #7 DONE 0.0s 06:06:53 06:06:53 #8 exporting to image 06:06:53 #8 exporting layers done 06:06:53 #8 exporting manifest sha256:007bc0556d8339707d0131d40c9d1bd102716e363851ebac9a7697857982c99d done 06:06:53 #8 exporting config sha256:1b6ea596942354ff41a955199a2fd770cc5aceb86c3ad60955605fcfd3f77c77 done 06:06:53 #8 exporting manifest sha256:3a2724cdcd55f8e9c0aa916a33eff3d47415d886b86022fa4ae5de8ebec1197e done 06:06:53 #8 exporting config sha256:c15b0dddd6e738eca1fa50a051d01160be3f4a15b405c899da963eafca9a9f73 done 06:06:53 #8 exporting manifest list sha256:5d154c5edaef74be3b1f944189e10ca72880c0162976962dd5908a109ed9fcb8 done 06:06:53 #8 pushing layers 0.0s done 06:06:53 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-s7:main@sha256:5d154c5edaef74be3b1f944189e10ca72880c0162976962dd5908a109ed9fcb8 0.1s done 06:06:53 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:06:53 #8 DONE 0.1s 06:06:53 06:06:53 1 warning found (use --debug to expand): 06:06:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 06:06:53 + '[' -d /w/workspace/edgexfoundry_device-s7_main/archives ']' [Pipeline] libraryResource [Pipeline] sh 06:06:53 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:06:54 ---> package-listing.sh 06:06:54 ++ tr '[:upper:]' '[:lower:]' 06:06:54 ++ facter osfamily 06:06:54 + OS_FAMILY=redhat 06:06:54 + workspace=/w/workspace/edgexfoundry_device-s7_main 06:06:54 + START_PACKAGES=/tmp/packages_start.txt 06:06:54 + END_PACKAGES=/tmp/packages_end.txt 06:06:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:06:54 + PACKAGES=/tmp/packages_start.txt 06:06:54 + '[' /w/workspace/edgexfoundry_device-s7_main ']' 06:06:54 + PACKAGES=/tmp/packages_end.txt 06:06:54 + case "${OS_FAMILY}" in 06:06:54 + rpm -qa 06:06:54 + sort 06:06:55 + '[' -f /tmp/packages_start.txt ']' 06:06:55 + '[' -f /tmp/packages_end.txt ']' 06:06:55 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:06:55 + '[' /w/workspace/edgexfoundry_device-s7_main ']' 06:06:55 + mkdir -p /w/workspace/edgexfoundry_device-s7_main/archives/ 06:06:55 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-s7_main/archives/ [Pipeline] echo 06:06:55 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 06:06:55 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:06:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:06:56 06:06:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:06:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:06:56 latest: Pulling from edgex-lftools-log-publisher 06:06:56 5eb5b503b376: Pulling fs layer 06:06:56 5c69ac0246d0: Pulling fs layer 06:06:56 ec43610c2a17: Pulling fs layer 06:06:56 3a2ae6a8a46f: Pulling fs layer 06:06:56 33b1e0a273af: Pulling fs layer 06:06:56 5d3b04190fa2: Pulling fs layer 06:06:56 2f39f015ded8: Pulling fs layer 06:06:56 3a2ae6a8a46f: Waiting 06:06:56 33b1e0a273af: Waiting 06:06:56 5d3b04190fa2: Waiting 06:06:56 2f39f015ded8: Waiting 06:06:56 5c69ac0246d0: Verifying Checksum 06:06:56 5c69ac0246d0: Download complete 06:06:56 3a2ae6a8a46f: Verifying Checksum 06:06:56 3a2ae6a8a46f: Download complete 06:06:56 33b1e0a273af: Verifying Checksum 06:06:56 33b1e0a273af: Download complete 06:06:56 5d3b04190fa2: Verifying Checksum 06:06:56 5d3b04190fa2: Download complete 06:06:56 ec43610c2a17: Verifying Checksum 06:06:56 ec43610c2a17: Download complete 06:06:57 5eb5b503b376: Verifying Checksum 06:06:57 5eb5b503b376: Download complete 06:06:57 2f39f015ded8: Verifying Checksum 06:06:57 2f39f015ded8: Download complete 06:06:58 5eb5b503b376: Pull complete 06:06:58 5c69ac0246d0: Pull complete 06:06:59 ec43610c2a17: Pull complete 06:06:59 3a2ae6a8a46f: Pull complete 06:06:59 33b1e0a273af: Pull complete 06:06:59 5d3b04190fa2: Pull complete 06:07:03 2f39f015ded8: Pull complete 06:07:03 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 06:07:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:07:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:07:03 prd-centos7-docker-4c-2g-5718 does not seem to be running inside a container 06:07:03 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 06:07:08 $ docker top ceeb3f4d02c11870db5e1c9718a2388cb3dd368b9f9044d61ffe458d2d6cf362 -eo pid,comm [Pipeline] { [Pipeline] sh 06:07:09 + touch /tmp/pre-build-complete [Pipeline] sh 06:07:09 + mkdir -p /var/log/sysstat [Pipeline] sh 06:07:09 + ls /var/log/sa-host 06:07:09 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:07:09 provisioning config files... 06:07:09 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-s7_main@tmp/config13415029029726948887tmp [Pipeline] { [Pipeline] echo 06:07:09 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:07:10 ---> create-netrc.sh [Pipeline] } 06:07:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 06:07:10 ---> python-tools-install.sh [Pipeline] echo 06:07:10 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:07:10 ---> sudo-logs.sh 06:07:10 Archiving 'sudo' log.. 06:07:10 sudo: unable to resolve host prd-centos7-docker-4c-2g-5718.novalocal: Name or service not known 06:07:10 sudo: unable to resolve host prd-centos7-docker-4c-2g-5718.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 06:07:10 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:07:11 ---> job-cost.sh 06:07:11 lf-activate-venv: SKIPPING 06:07:11 DEBUG: total: 0.10999999940395355 06:07:11 INFO: Retrieving Stack Cost... 06:07:11 INFO: Retrieving Pricing Info for: v3-standard-2 06:07:11 INFO: Archiving Costs [Pipeline] echo 06:07:11 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:07:12 ---> logs-deploy.sh 06:07:12 lf-activate-venv: SKIPPING 06:07:12 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-s7/main/24 06:07:12 INFO: archiving workspace using pattern(s): 06:07:12 Archives upload complete. 06:07:12 INFO: archiving logs to Nexus 06:07:13 ---> uname -a: 06:07:13 Linux prd-centos7-docker-4c-2g-5718.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux 06:07:13 06:07:13 06:07:13 ---> lscpu: 06:07:13 Architecture: x86_64 06:07:13 CPU op-mode(s): 32-bit, 64-bit 06:07:13 Byte Order: Little Endian 06:07:13 Address sizes: 40 bits physical, 48 bits virtual 06:07:13 CPU(s): 2 06:07:13 On-line CPU(s) list: 0,1 06:07:13 Thread(s) per core: 1 06:07:13 Core(s) per socket: 1 06:07:13 Socket(s): 2 06:07:13 NUMA node(s): 1 06:07:13 Vendor ID: AuthenticAMD 06:07:13 CPU family: 23 06:07:13 Model: 49 06:07:13 Model name: AMD EPYC-Rome Processor 06:07:13 Stepping: 0 06:07:13 CPU MHz: 2800.000 06:07:13 BogoMIPS: 5600.00 06:07:13 Virtualization: AMD-V 06:07:13 Hypervisor vendor: KVM 06:07:13 Virtualization type: full 06:07:13 L1d cache: 64 KiB 06:07:13 L1i cache: 64 KiB 06:07:13 L2 cache: 1 MiB 06:07:13 L3 cache: 32 MiB 06:07:13 NUMA node0 CPU(s): 0,1 06:07:13 Vulnerability Itlb multihit: Not affected 06:07:13 Vulnerability L1tf: Not affected 06:07:13 Vulnerability Mds: Not affected 06:07:13 Vulnerability Meltdown: Not affected 06:07:13 Vulnerability Mmio stale data: Not affected 06:07:13 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:07:13 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:07:13 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:07:13 Vulnerability Srbds: Not affected 06:07:13 Vulnerability Tsx async abort: Not affected 06:07:13 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities 06:07:13 06:07:13 06:07:13 ---> nproc: 06:07:13 2 06:07:13 06:07:13 06:07:13 ---> df -h: 06:07:13 Filesystem Size Used Avail Use% Mounted on 06:07:13 overlay 40G 7.3G 33G 19% / 06:07:13 tmpfs 64M 0 64M 0% /dev 06:07:13 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 06:07:13 shm 64M 0 64M 0% /dev/shm 06:07:13 /dev/vda1 40G 7.3G 33G 19% /facter-os 06:07:13 06:07:13 06:07:13 Cannot open /var/log/sysstat/sa25: No such file or directory 06:07:13 Please check if data collecting is enabled 06:07:13 subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:07:13 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 06:07:13 $ docker stop --time=1 ceeb3f4d02c11870db5e1c9718a2388cb3dd368b9f9044d61ffe458d2d6cf362 06:07:15 $ docker rm -f --volumes ceeb3f4d02c11870db5e1c9718a2388cb3dd368b9f9044d61ffe458d2d6cf362 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 06:07:15 [WS-CLEANUP] Deleting project workspace... 06:07:15 [WS-CLEANUP] Deferred wipeout is used... 06:07:15 [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:07:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:07:15 06:07:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:07:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:07:15 latest: Pulling from edgex-lftools-log-publisher 06:07:15 5eb5b503b376: Pulling fs layer 06:07:15 5c69ac0246d0: Pulling fs layer 06:07:15 ec43610c2a17: Pulling fs layer 06:07:15 3a2ae6a8a46f: Pulling fs layer 06:07:15 33b1e0a273af: Pulling fs layer 06:07:15 5d3b04190fa2: Pulling fs layer 06:07:15 2f39f015ded8: Pulling fs layer 06:07:15 2f39f015ded8: Waiting 06:07:15 33b1e0a273af: Waiting 06:07:15 5d3b04190fa2: Waiting 06:07:15 3a2ae6a8a46f: Waiting 06:07:15 5c69ac0246d0: Verifying Checksum 06:07:15 5c69ac0246d0: Download complete 06:07:15 3a2ae6a8a46f: Verifying Checksum 06:07:15 3a2ae6a8a46f: Download complete 06:07:15 33b1e0a273af: Verifying Checksum 06:07:15 33b1e0a273af: Download complete 06:07:15 5d3b04190fa2: Verifying Checksum 06:07:15 5d3b04190fa2: Download complete 06:07:15 ec43610c2a17: Verifying Checksum 06:07:15 ec43610c2a17: Download complete 06:07:16 5eb5b503b376: Download complete 06:07:16 2f39f015ded8: Verifying Checksum 06:07:16 2f39f015ded8: Download complete 06:07:17 5eb5b503b376: Pull complete 06:07:17 5c69ac0246d0: Pull complete 06:07:18 ec43610c2a17: Pull complete 06:07:18 3a2ae6a8a46f: Pull complete 06:07:18 33b1e0a273af: Pull complete 06:07:18 5d3b04190fa2: Pull complete 06:07:23 2f39f015ded8: Pull complete 06:07:23 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 06:07:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:07:23 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:07:23 prd-ubuntu20.04-docker-8c-8g-5710 does not seem to be running inside a container 06:07:23 $ 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 06:07:25 $ docker top 5784ac350d3c6bd0ae07eb0053bcfca1501ef682fc23dad4bf25431babaca524 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:07:25 ---> job-cost.sh 06:07:25 lf-activate-venv: SKIPPING 06:07:25 INFO: No Stack... 06:07:25 INFO: Retrieving Pricing Info for: v3-standard-8 06:07:26 INFO: Archiving Costs [Pipeline] sh 06:07:26 + cat /w/workspace/edgexfoundry_device-s7_main/archives/cost.csv 06:07:26 + cut -d, -f6 [Pipeline] lock 06:07:26 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-s7-main-24-stack-cost] 06:07:26 Resource [jenkins-edgexfoundry-device-s7-main-24-stack-cost] did not exist. Created. 06:07:26 Lock acquired on [Resource: jenkins-edgexfoundry-device-s7-main-24-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:07:27 /w/workspace/edgexfoundry_device-s7_main@tmp/durable-b3f33fff/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 06:07:27 + echo total: 0.2199999988079071 [Pipeline] stash 06:07:27 Warning: overwriting stash ‘stack-cost’ 06:07:27 Stashed 1 file(s) [Pipeline] } 06:07:27 Lock released on resource [Resource: jenkins-edgexfoundry-device-s7-main-24-stack-cost] [Pipeline] // lock [Pipeline] } 06:07:27 $ docker stop --time=1 5784ac350d3c6bd0ae07eb0053bcfca1501ef682fc23dad4bf25431babaca524 06:07:28 $ docker rm -f --volumes 5784ac350d3c6bd0ae07eb0053bcfca1501ef682fc23dad4bf25431babaca524 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 06:07:30 + [ -d /w/workspace/edgexfoundry_device-s7_main/archives ] 06:07:30 + ls -al /w/workspace/edgexfoundry_device-s7_main/archives 06:07:30 total 16 06:07:30 drwxr-xr-x 3 root root 4096 Jul 25 06:07 . 06:07:30 drwxrwxr-x 9 jenkins jenkins 4096 Jul 25 06:07 .. 06:07:30 drwxr-xr-x 2 root root 4096 Jul 25 06:07 cost 06:07:30 -rw-r--r-- 1 root root 80 Jul 25 06:07 cost.csv 06:07:30 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-s7_main/archives 06:07:30 + ls -al /w/workspace/edgexfoundry_device-s7_main/archives 06:07:30 total 16 06:07:30 drwxr-xr-x 3 jenkins jenkins 4096 Jul 25 06:07 . 06:07:30 drwxrwxr-x 9 jenkins jenkins 4096 Jul 25 06:07 .. 06:07:30 drwxr-xr-x 2 jenkins jenkins 4096 Jul 25 06:07 cost 06:07:30 -rw-r--r-- 1 jenkins jenkins 80 Jul 25 06:07 cost.csv [Pipeline] libraryResource [Pipeline] sh 06:07:30 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:07:31 ---> package-listing.sh 06:07:31 ++ facter osfamily 06:07:31 ++ tr '[:upper:]' '[:lower:]' 06:07:32 + OS_FAMILY=debian 06:07:32 + workspace=/w/workspace/edgexfoundry_device-s7_main 06:07:32 + START_PACKAGES=/tmp/packages_start.txt 06:07:32 + END_PACKAGES=/tmp/packages_end.txt 06:07:32 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:07:32 + PACKAGES=/tmp/packages_start.txt 06:07:32 + '[' /w/workspace/edgexfoundry_device-s7_main ']' 06:07:32 + PACKAGES=/tmp/packages_end.txt 06:07:32 + case "${OS_FAMILY}" in 06:07:32 + dpkg -l 06:07:32 + grep '^ii' 06:07:32 + '[' -f /tmp/packages_start.txt ']' 06:07:32 + '[' -f /tmp/packages_end.txt ']' 06:07:32 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:07:32 + '[' /w/workspace/edgexfoundry_device-s7_main ']' 06:07:32 + mkdir -p /w/workspace/edgexfoundry_device-s7_main/archives/ 06:07:32 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-s7_main/archives/ [Pipeline] echo 06:07:32 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 06:07:32 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:07:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:07:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:07:32 prd-ubuntu20.04-docker-8c-8g-5710 does not seem to be running inside a container 06:07:33 $ 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 06:07:33 $ docker top f79a687993a777db6005d50499691a17b73824c98e8c0ae20692df1977433817 -eo pid,comm [Pipeline] { [Pipeline] sh 06:07:33 + touch /tmp/pre-build-complete [Pipeline] sh 06:07:33 + mkdir -p /var/log/sysstat [Pipeline] sh 06:07:34 + ls /var/log/sa-host 06:07:34 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:07:34 provisioning config files... 06:07:34 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-s7_main@tmp/config13341337983867185292tmp [Pipeline] { [Pipeline] echo 06:07:34 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:07:34 ---> create-netrc.sh [Pipeline] } 06:07:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 06:07:34 ---> python-tools-install.sh [Pipeline] echo 06:07:34 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:07:35 ---> sudo-logs.sh 06:07:35 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 06:07:35 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:07:35 ---> job-cost.sh 06:07:35 lf-activate-venv: SKIPPING 06:07:35 DEBUG: total: 0.2199999988079071 06:07:35 INFO: Retrieving Stack Cost... 06:07:35 INFO: Retrieving Pricing Info for: v3-standard-8 06:07:36 INFO: Archiving Costs [Pipeline] echo 06:07:36 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:07:36 ---> logs-deploy.sh 06:07:36 lf-activate-venv: SKIPPING 06:07:36 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-s7/main/24 06:07:36 INFO: archiving workspace using pattern(s): 06:07:37 Archives upload complete. 06:07:37 INFO: archiving logs to Nexus