Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from e1862347d00f273def1a97e6f73e9a42acdfa982 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-ssh12242215328083406785.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-ssh13934386574648262444.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-ssh14069179348103177184.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-ssh1859822861369309830.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-ssh14863460520271160355.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-s7] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-s7-settings PROJECT: device-s7 USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-s7 DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-5576 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 e1862347d00f273def1a97e6f73e9a42acdfa982 (main) Commit message: "Merge pull request #55 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.1.0-dev.24" > git config remote.origin.url git@github.com:edgexfoundry/device-s7.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e1862347d00f273def1a97e6f73e9a42acdfa982 # timeout=10 > git rev-list --no-walk 1ed217e055d8acd32da363aec9d9487ada795cfe # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:45:25 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:45:25 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:45:25 ========================================================= 00:45:25 EdgeX Global Pipelines Version Info 00:45:25 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:45:26 ------------------- 00:45:26 stable info: 00:45:26 ------------------- 00:45:26 Commited By: Ginny Guan ginny@iotechsys.com 00:45:26 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 00:45:26 Message: update stable to v1.0.274 00:45:26 ------------------- 00:45:26 experimental info: 00:45:26 ------------------- 00:45:26 Commited By: Ginny Guan ginny@iotechsys.com 00:45:26 Commit SHA: 274fe4ad960081a284537894dddd28d0c782a18e 00:45:26 Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:45:26 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-s7-settings [Pipeline] echo 00:45:27 [edgeXSetupEnvironment]: set envvar PROJECT = device-s7 [Pipeline] echo 00:45:27 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:45:27 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:45:27 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:45:27 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 00:45:27 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 00:45:27 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 00:45:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:45:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:45:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 00:45:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-s7 [Pipeline] echo 00:45:27 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:45:27 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:45:27 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:45:27 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:45:27 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 00:45:27 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 00:45:27 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:45:27 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 00:45:27 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 00:45:27 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 00:45:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 00:45:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 00:45:27 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 00:45:27 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:45:27 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 00:45:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 00:45:27 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 00:45:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 00:45:27 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e1862347d00f273def1a97e6f73e9a42acdfa982 [Pipeline] echo 00:45:27 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e186234 [Pipeline] echo 00:45:27 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:45:27 provisioning config files... 00:45:27 copy managed file [device-s7-settings] to file:/w/workspace/edgexfoundry_device-s7_main@tmp/config8443047467080117413tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:45:28 ---> ****-login.sh 00:45:28 nexus3.edgexfoundry.org:10001 00:45:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:45:28 00:45:28 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 00:45:28 Configure a credential helper to remove this warning. See 00:45:28 https://docs.****.com/go/credential-store/ 00:45:28 00:45:28 Login Succeeded 00:45:28 nexus3.edgexfoundry.org:10002 00:45:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:45:28 00:45:28 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 00:45:28 Configure a credential helper to remove this warning. See 00:45:28 https://docs.****.com/go/credential-store/ 00:45:28 00:45:28 Login Succeeded 00:45:28 nexus3.edgexfoundry.org:10003 00:45:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:45:28 00:45:28 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 00:45:28 Configure a credential helper to remove this warning. See 00:45:28 https://docs.****.com/go/credential-store/ 00:45:28 00:45:28 Login Succeeded 00:45:28 nexus3.edgexfoundry.org:10004 00:45:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:45:28 00:45:28 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 00:45:28 Configure a credential helper to remove this warning. See 00:45:28 https://docs.****.com/go/credential-store/ 00:45:28 00:45:28 Login Succeeded 00:45:28 ****.io 00:45:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:45:28 00:45:28 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 00:45:28 Configure a credential helper to remove this warning. See 00:45:28 https://docs.****.com/go/credential-store/ 00:45:28 00:45:28 Login Succeeded 00:45:28 ---> ****-login.sh ends [Pipeline] } 00:45:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 00:45:29 + git rev-list -1 --merges e1862347d00f273def1a97e6f73e9a42acdfa982~1..e1862347d00f273def1a97e6f73e9a42acdfa982 [Pipeline] echo 00:45:29 -----------> git rev-list -1 --merges e1862347d00f273def1a97e6f73e9a42acdfa982~1..e1862347d00f273def1a97e6f73e9a42acdfa982 e1862347d00f273def1a97e6f73e9a42acdfa982 00:45:29 e1862347d00f273def1a97e6f73e9a42acdfa982 [false] [Pipeline] sh 00:45:29 + git log --format=format:%s -1 e1862347d00f273def1a97e6f73e9a42acdfa982 [Pipeline] echo 00:45:29 ========================================================= 00:45:29 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 00:45:29 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:45:30 + git log --format=format:%s -1 e1862347d00f273def1a97e6f73e9a42acdfa982 [Pipeline] echo 00:45:30 [semverPrep] GIT_COMMIT: e1862347d00f273def1a97e6f73e9a42acdfa982, Commit Message: Merge pull request #55 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.1.0-dev.24 [Pipeline] echo 00:45:30 [semverPrep] This is not a build commit. [Pipeline] sh 00:45:30 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:45:30 + grep -v github /etc/ssh/ssh_known_hosts 00:45:30 + [ -e /tmp/ssh_known_hosts ] 00:45:30 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 00:45:30 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 00:45:30 sudo tee -a /etc/ssh/ssh_known_hosts 00:45:30 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:45:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:45:30 00:45:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:45:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:45:31 0.1.4: Pulling from edgex-devops/py-git-semver 00:45:31 3dae71ba6b94: Pulling fs layer 00:45:31 6bf1a483ea7c: Pulling fs layer 00:45:31 f5dfc541a4d3: Pulling fs layer 00:45:31 461d9e800cba: Pulling fs layer 00:45:31 80192f66455f: Pulling fs layer 00:45:31 2e8e34ca0e6c: Pulling fs layer 00:45:31 a29436f7fd5d: Pulling fs layer 00:45:31 923cac83aea3: Pulling fs layer 00:45:31 25ad8b0a4227: Pulling fs layer 00:45:31 db01528c6b51: Pulling fs layer 00:45:31 28988de357af: Pulling fs layer 00:45:31 2e8e34ca0e6c: Waiting 00:45:31 a29436f7fd5d: Waiting 00:45:31 923cac83aea3: Waiting 00:45:31 25ad8b0a4227: Waiting 00:45:31 db01528c6b51: Waiting 00:45:31 28988de357af: Waiting 00:45:31 80192f66455f: Waiting 00:45:31 461d9e800cba: Waiting 00:45:31 6bf1a483ea7c: Verifying Checksum 00:45:31 6bf1a483ea7c: Download complete 00:45:31 461d9e800cba: Verifying Checksum 00:45:31 461d9e800cba: Download complete 00:45:31 80192f66455f: Verifying Checksum 00:45:31 80192f66455f: Download complete 00:45:31 f5dfc541a4d3: Verifying Checksum 00:45:31 f5dfc541a4d3: Download complete 00:45:31 3dae71ba6b94: Verifying Checksum 00:45:31 3dae71ba6b94: Download complete 00:45:31 923cac83aea3: Download complete 00:45:31 25ad8b0a4227: Verifying Checksum 00:45:31 25ad8b0a4227: Download complete 00:45:31 db01528c6b51: Verifying Checksum 00:45:31 db01528c6b51: Download complete 00:45:31 28988de357af: Download complete 00:45:31 a29436f7fd5d: Verifying Checksum 00:45:31 a29436f7fd5d: Download complete 00:45:32 2e8e34ca0e6c: Verifying Checksum 00:45:32 2e8e34ca0e6c: Download complete 00:45:33 3dae71ba6b94: Pull complete 00:45:33 6bf1a483ea7c: Pull complete 00:45:34 f5dfc541a4d3: Pull complete 00:45:34 461d9e800cba: Pull complete 00:45:34 80192f66455f: Pull complete 00:45:39 2e8e34ca0e6c: Pull complete 00:45:39 a29436f7fd5d: Pull complete 00:45:39 923cac83aea3: Pull complete 00:45:39 25ad8b0a4227: Pull complete 00:45:39 db01528c6b51: Pull complete 00:45:39 28988de357af: Pull complete 00:45:39 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 00:45:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:45:39 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:45:40 prd-ubuntu20.04-docker-8c-8g-5576 does not seem to be running inside a container 00:45:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-s7_main -v /w/workspace/edgexfoundry_device-s7_main:/w/workspace/edgexfoundry_device-s7_main:rw,z -v /w/workspace/edgexfoundry_device-s7_main@tmp:/w/workspace/edgexfoundry_device-s7_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 00:45:41 $ docker top 1bb0472ae6cb3bee8fa0ed3a3def9e3a117035cddd19a28c7bb57eaffb844a17 -eo pid,comm 00:45:41 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). 00:45:41 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:45:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:45:41 [ssh-agent] Looking for ssh-agent implementation... 00:45:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:45:42 $ docker exec 1bb0472ae6cb3bee8fa0ed3a3def9e3a117035cddd19a28c7bb57eaffb844a17 ssh-agent 00:45:42 SSH_AUTH_SOCK=/tmp/ssh-qLw958ViBbV9/agent.32 00:45:42 SSH_AGENT_PID=38 00:45:42 Running ssh-add (command line suppressed) 00:45:42 Identity added: /w/workspace/edgexfoundry_device-s7_main@tmp/private_key_17545445877928949612.key (/w/workspace/edgexfoundry_device-s7_main@tmp/private_key_17545445877928949612.key) 00:45:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:45:42 + git tag --points-at HEAD [Pipeline] } 00:45:42 $ docker exec --env ******** --env ******** 1bb0472ae6cb3bee8fa0ed3a3def9e3a117035cddd19a28c7bb57eaffb844a17 ssh-agent -k 00:45:42 unset SSH_AUTH_SOCK; 00:45:42 unset SSH_AGENT_PID; 00:45:42 echo Agent pid 38 killed; 00:45:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:45:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:45:42 [ssh-agent] Looking for ssh-agent implementation... 00:45:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:45:42 $ docker exec 1bb0472ae6cb3bee8fa0ed3a3def9e3a117035cddd19a28c7bb57eaffb844a17 ssh-agent 00:45:42 SSH_AUTH_SOCK=/tmp/ssh-4e2QeVC8EqH1/agent.71 00:45:42 SSH_AGENT_PID=77 00:45:42 Running ssh-add (command line suppressed) 00:45:43 Identity added: /w/workspace/edgexfoundry_device-s7_main@tmp/private_key_3058636985876990005.key (/w/workspace/edgexfoundry_device-s7_main@tmp/private_key_3058636985876990005.key) 00:45:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:45:43 + git semver init 00:45:43 2025-07-23 00:45:43,621 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 00:45:43 2025-07-23 00:45:43,625 [run_init] DEBUG init version:0.0.0 force:False 00:45:43 2025-07-23 00:45:43,625 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-s7_main/.semver 00:45:43 2025-07-23 00:45:43,626 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-s7.git /w/workspace/edgexfoundry_device-s7_main/.semver 00:45:43 2025-07-23 00:45:43,626 [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) 00:45:45 2025-07-23 00:45:44,598 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-s7_main/.git/info/exclude 00:45:45 2025-07-23 00:45:44,599 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-s7_main/.semver/main with force:False 00:45:45 2025-07-23 00:45:44,599 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-s7_main/.semver/main 00:45:45 2025-07-23 00:45:44,599 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-s7_main/.semver/main 00:45:45 4.1.0-dev.3 [Pipeline] } 00:45:45 $ docker exec --env ******** --env ******** 1bb0472ae6cb3bee8fa0ed3a3def9e3a117035cddd19a28c7bb57eaffb844a17 ssh-agent -k 00:45:45 unset SSH_AUTH_SOCK; 00:45:45 unset SSH_AGENT_PID; 00:45:45 echo Agent pid 77 killed; 00:45:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:45:45 + git semver [Pipeline] } 00:45:46 $ docker stop --time=1 1bb0472ae6cb3bee8fa0ed3a3def9e3a117035cddd19a28c7bb57eaffb844a17 00:45:47 $ docker rm -f --volumes 1bb0472ae6cb3bee8fa0ed3a3def9e3a117035cddd19a28c7bb57eaffb844a17 [Pipeline] // withDockerContainer [Pipeline] sh 00:45:47 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:45:47 Stashed 1 file(s) [Pipeline] echo 00:45:47 [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 00:45:48 provisioning config files... 00:45:48 copy managed file [device-s7-settings] to file:/w/workspace/edgexfoundry_device-s7_main@tmp/config2471475110337808998tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:45:48 ---> ****-login.sh 00:45:48 nexus3.edgexfoundry.org:10001 00:45:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:45:48 Login Succeeded 00:45:48 nexus3.edgexfoundry.org:10002 00:45:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:45:48 Login Succeeded 00:45:48 nexus3.edgexfoundry.org:10003 00:45:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:45:48 Login Succeeded 00:45:48 nexus3.edgexfoundry.org:10004 00:45:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:45:48 Login Succeeded 00:45:48 ****.io 00:45:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:45:48 Login Succeeded 00:45:48 ---> ****-login.sh ends [Pipeline] } 00:45:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:45:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 00:45:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 00:45:49 ========================================================= 00:45:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 00:45:49 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:45:49 + 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 . 00:45:49 #0 building with "default" instance using docker driver 00:45:49 00:45:49 #1 [internal] load build definition from Dockerfile 00:45:49 #1 transferring dockerfile: 1.62kB done 00:45:49 #1 DONE 0.0s 00:45:49 00:45:49 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 00:45:49 #2 DONE 0.1s 00:45:50 00:45:50 #3 [internal] load .dockerignore 00:45:50 #3 transferring context: 2B done 00:45:50 #3 DONE 0.0s 00:45:50 00:45:50 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 00:45:50 #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 0.0s done 00:45:50 #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 00:45:50 #4 ... 00:45:50 00:45:50 #5 [internal] load build context 00:45:50 #5 transferring context: 15.85MB 0.2s done 00:45:50 #5 DONE 0.2s 00:45:50 00:45:50 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 00:45:50 #4 sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 685B / 685B done 00:45:50 #4 sha256:ea6120ae94a0356f97603cf7c451f67990211a3e020e5a30d412335b108fdc34 4.22kB / 4.22kB done 00:45:50 #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done 00:45:50 #4 sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 294.40kB / 294.40kB 0.0s done 00:45:50 #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s done 00:45:50 #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done 00:45:50 #4 sha256:e873195afa03f66c4477d62a47bde445cf4ea723c241a30f98137b48a10af2e9 2.08kB / 2.08kB done 00:45:50 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 13.63MB / 74.06MB 0.2s 00:45:50 #4 sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 440B / 440B 0.1s done 00:45:50 #4 sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 2.38MB / 2.38MB 0.2s done 00:45:50 #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0B / 13.29MB 0.2s 00:45:50 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 4.19MB / 100.52MB 0.2s 00:45:50 #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s done 00:45:50 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 25.17MB / 74.06MB 0.3s 00:45:50 #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 4.19MB / 13.29MB 0.3s 00:45:50 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 11.53MB / 100.52MB 0.3s 00:45:50 #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 00:45:50 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 37.75MB / 74.06MB 0.4s 00:45:50 #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 9.44MB / 13.29MB 0.4s 00:45:50 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 16.78MB / 100.52MB 0.4s 00:45:50 #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 0.0s done 00:45:50 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 55.57MB / 74.06MB 0.5s 00:45:50 #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 13.29MB / 13.29MB 0.5s done 00:45:50 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 24.12MB / 100.52MB 0.5s 00:45:50 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.7s 00:45:50 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 50.33MB / 100.52MB 0.7s 00:45:51 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.7s done 00:45:51 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 67.11MB / 100.52MB 0.8s 00:45:51 #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 0.1s 00:45:51 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 100.52MB / 100.52MB 1.0s 00:45:51 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 100.52MB / 100.52MB 1.1s done 00:45:56 #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 5.4s 00:45:56 #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 5.4s done 00:45:56 #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 00:45:56 #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 done 00:45:56 #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done 00:45:56 #4 extracting sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 done 00:45:56 #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 0.0s done 00:45:56 #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 00:45:59 #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 3.1s done 00:45:59 #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0.1s 00:46:00 #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0.6s done 00:46:00 #4 DONE 10.4s 00:46:00 00:46:00 #6 [builder 2/7] WORKDIR /device-s7 00:46:02 #6 DONE 1.4s 00:46:02 00:46:02 #7 [builder 3/7] RUN apk add --update --no-cache make git gcc libc-dev 00:46:02 #7 0.197 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 00:46:02 #7 0.374 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 00:46:02 #7 0.734 OK: 248 MiB in 58 packages 00:46:02 #7 DONE 0.8s 00:46:02 00:46:02 #8 [builder 4/7] COPY go.mod vendor* ./ 00:46:02 #8 DONE 0.0s 00:46:02 00:46:02 #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:46:03 Still waiting to schedule task 00:46:03 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 00:46:49 #9 DONE 44.9s 00:46:49 00:46:49 #10 [builder 6/7] COPY . . 00:46:49 #10 DONE 0.1s 00:46:49 00:46:49 #11 [builder 7/7] RUN echo noop 00:46:49 #11 0.208 noop 00:46:49 #11 DONE 0.3s 00:46:49 00:46:49 #12 exporting to image 00:46:49 #12 exporting layers 00:46:57 #12 exporting layers 8.4s done 00:46:57 #12 writing image sha256:ca47bd396a7e58551f5ac35d86893ba43a379835c8403be6c99c3fd2caad02a0 done 00:46:57 #12 naming to docker.io/library/ci-base-image-x86_64 done 00:46:57 #12 DONE 8.4s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:46:57 + docker inspect -f . ci-base-image-x86_64 00:46:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:46:58 prd-ubuntu20.04-docker-8c-8g-5576 does not seem to be running inside a container 00:46:58 $ 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 ******** -e ******** ci-base-image-x86_64 cat 00:46:58 $ docker top 76fc4935dc76579cba3a5992265e251458973d2ff538ee924312ae97d3c96621 -eo pid,comm [Pipeline] { [Pipeline] sh 00:46:58 + go version 00:46:58 go version go1.23.9 linux/amd64 [Pipeline] } 00:46:58 $ docker stop --time=1 76fc4935dc76579cba3a5992265e251458973d2ff538ee924312ae97d3c96621 00:46:59 $ docker rm -f --volumes 76fc4935dc76579cba3a5992265e251458973d2ff538ee924312ae97d3c96621 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:47:00 + docker inspect -f . ci-base-image-x86_64 00:47:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:47:00 prd-ubuntu20.04-docker-8c-8g-5576 does not seem to be running inside a container 00:47:00 $ 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 ******** -e ******** ci-base-image-x86_64 cat 00:47:00 $ docker top dacfb49599b011db55790b994dcef6158480d2ef667fd514b799df9a365ed400 -eo pid,comm [Pipeline] { [Pipeline] sh 00:47:01 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-s7_main [Pipeline] fileExists [Pipeline] sh 00:47:01 + make test 00:47:01 go test -race -coverprofile=coverage.out ./... 00:47:09 ? github.com/edgexfoundry/device-s7 [no test files] 00:47:36 github.com/edgexfoundry/device-s7/cmd coverage: 0.0% of statements 00:47:36 ok github.com/edgexfoundry/device-s7/internal/driver 1.023s coverage: 6.8% of statements 00:48:14 go vet ./... 00:48:14 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 00:48:14 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 00:48:14 ./bin/test-attribution-txt.sh [Pipeline] echo 00:48:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 00:48:14 $ docker stop --time=1 dacfb49599b011db55790b994dcef6158480d2ef667fd514b799df9a365ed400 00:48:16 $ docker rm -f --volumes dacfb49599b011db55790b994dcef6158480d2ef667fd514b799df9a365ed400 [Pipeline] // withDockerContainer [Pipeline] sh 00:48:17 + sudo chown -R jenkins:jenkins . [Pipeline] stash 00:48:17 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 00:48:18 + sudo chown -R jenkins:jenkins . [Pipeline] sh 00:48:18 + ls -al . 00:48:18 total 220 00:48:18 drwxrwxr-x 8 jenkins jenkins 4096 Jul 23 00:47 . 00:48:18 drwxrwxr-x 4 jenkins jenkins 4096 Jul 23 00:46 .. 00:48:18 drwxrwxr-x 8 jenkins jenkins 4096 Jul 23 00:47 .git 00:48:18 drwxrwxr-x 2 jenkins jenkins 4096 Jul 23 00:45 .github 00:48:18 -rw-rw-r-- 1 jenkins jenkins 237 Jul 23 00:45 .gitignore 00:48:18 -rw-rw-r-- 1 jenkins jenkins 42 Jul 23 00:45 .golangci.yml 00:48:18 drwxr-xr-x 3 jenkins jenkins 4096 Jul 23 00:45 .semver 00:48:18 -rw-rw-r-- 1 jenkins jenkins 20318 Jul 23 00:45 Attribution.txt 00:48:18 -rw-rw-r-- 1 jenkins jenkins 1668 Jul 23 00:45 CHANGLOG.md 00:48:18 -rw-rw-r-- 1 jenkins jenkins 1579 Jul 23 00:45 Dockerfile 00:48:18 -rw-rw-r-- 1 jenkins jenkins 643 Jul 23 00:45 Jenkinsfile 00:48:18 -rw-rw-r-- 1 jenkins jenkins 10947 Jul 23 00:45 LICENSE 00:48:18 -rw-rw-r-- 1 jenkins jenkins 1903 Jul 23 00:45 Makefile 00:48:18 -rw-rw-r-- 1 jenkins jenkins 614 Jul 23 00:45 OWNERS.md 00:48:18 -rw-rw-r-- 1 jenkins jenkins 2393 Jul 23 00:45 README.md 00:48:18 -rw-rw-r-- 1 jenkins jenkins 11 Jul 23 00:45 VERSION 00:48:18 drwxrwxr-x 2 jenkins jenkins 4096 Jul 23 00:45 bin 00:48:18 drwxrwxr-x 3 jenkins jenkins 4096 Jul 23 00:45 cmd 00:48:18 -rw-r--r-- 1 jenkins jenkins 19094 Jul 23 00:47 coverage.out 00:48:18 -rw-rw-r-- 1 jenkins jenkins 6102 Jul 23 00:45 go.mod 00:48:18 -rw-rw-r-- 1 jenkins jenkins 86988 Jul 23 00:45 go.sum 00:48:18 drwxrwxr-x 3 jenkins jenkins 4096 Jul 23 00:45 internal 00:48:18 -rw-rw-r-- 1 jenkins jenkins 223 Jul 23 00:45 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:18 + 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=e1862347d00f273def1a97e6f73e9a42acdfa982 --label arch=amd64 --label version=4.1.0-dev.3 . 00:48:18 #0 building with "default" instance using docker driver 00:48:18 00:48:18 #1 [internal] load build definition from Dockerfile 00:48:18 #1 transferring dockerfile: 1.62kB done 00:48:18 #1 DONE 0.0s 00:48:18 00:48:18 #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 00:48:18 #2 DONE 0.0s 00:48:18 00:48:18 #3 [internal] load metadata for docker.io/library/alpine:3.20 00:48:19 #3 DONE 0.7s 00:48:19 00:48:19 #4 [internal] load .dockerignore 00:48:19 #4 transferring context: 2B done 00:48:19 #4 DONE 0.0s 00:48:19 00:48:19 #5 [internal] load build context 00:48:19 #5 transferring context: 27.56kB 0.0s done 00:48:19 #5 DONE 0.0s 00:48:19 00:48:19 #6 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 00:48:19 #6 DONE 0.1s 00:48:19 00:48:19 #7 [builder 2/7] WORKDIR /device-s7 00:48:19 #7 DONE 0.0s 00:48:19 00:48:19 #8 [stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 00:48:19 #8 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 00:48:19 #8 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 00:48:19 #8 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 00:48:19 #8 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 00:48:19 #8 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0B / 3.62MB 0.2s 00:48:20 #8 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.4s 00:48:20 #8 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.4s done 00:48:20 #8 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.1s done 00:48:20 #8 DONE 0.6s 00:48:20 00:48:20 #9 [builder 3/7] RUN apk add --update --no-cache make git gcc libc-dev 00:48:20 #9 0.199 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 00:48:20 #9 0.356 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 00:48:20 #9 0.776 OK: 248 MiB in 58 packages 00:48:20 #9 DONE 0.9s 00:48:20 00:48:20 #10 [stage-1 2/7] RUN apk add --update --no-cache dumb-init 00:48:20 #10 0.194 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 00:48:20 #10 0.271 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 00:48:20 #10 ... 00:48:20 00:48:20 #11 [builder 4/7] COPY go.mod vendor* ./ 00:48:20 #11 DONE 0.0s 00:48:20 00:48:20 #10 [stage-1 2/7] RUN apk add --update --no-cache dumb-init 00:48:20 #10 0.658 (1/1) Installing dumb-init (1.2.5-r3) 00:48:20 #10 0.664 Executing busybox-1.36.1-r29.trigger 00:48:20 #10 0.668 OK: 8 MiB in 15 packages 00:48:20 #10 DONE 0.8s 00:48:20 00:48:20 #12 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:48:21 #12 DONE 0.5s 00:48:21 00:48:21 #13 [stage-1 3/7] RUN apk --no-cache upgrade 00:48:21 #13 ... 00:48:21 00:48:21 #14 [builder 6/7] COPY . . 00:48:21 #14 DONE 0.1s 00:48:21 00:48:21 #13 [stage-1 3/7] RUN apk --no-cache upgrade 00:48:21 #13 0.380 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 00:48:21 #13 0.457 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 00:48:21 #13 0.739 OK: 8 MiB in 15 packages 00:48:21 #13 DONE 0.9s 00:48:21 00:48:21 #15 [builder 7/7] RUN make build 00:48:21 #15 0.264 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.24" -trimpath -mod=readonly -o cmd/device-s7 ./cmd 00:48:48 #15 DONE 25.1s 00:48:48 00:48:48 #16 [stage-1 4/7] COPY --from=builder /device-s7/Attribution.txt /Attribution.txt 00:48:48 #16 DONE 0.0s 00:48:48 00:48:48 #17 [stage-1 5/7] COPY --from=builder /device-s7/cmd/device-s7 /device-s7 00:48:48 #17 DONE 0.1s 00:48:48 00:48:48 #18 [stage-1 6/7] COPY --from=builder /device-s7/cmd/res /res 00:48:48 #18 DONE 0.0s 00:48:48 00:48:48 #19 exporting to image 00:48:48 #19 exporting layers 0.1s done 00:48:48 #19 writing image sha256:0be62b96374a887f1a85c758f415e7ec4aa6220a87d068428acd832be3acfaaa done 00:48:48 #19 naming to docker.io/library/device-s7 done 00:48:48 #19 DONE 0.2s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:48:48 provisioning config files... 00:48:48 copy managed file [device-s7-settings] to file:/w/workspace/edgexfoundry_device-s7_main@tmp/config1691312886684306024tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:48:48 ---> ****-login.sh 00:48:48 nexus3.edgexfoundry.org:10001 00:48:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:48:48 Login Succeeded 00:48:48 nexus3.edgexfoundry.org:10002 00:48:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:48:48 Login Succeeded 00:48:48 nexus3.edgexfoundry.org:10003 00:48:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:48:49 Login Succeeded 00:48:49 nexus3.edgexfoundry.org:10004 00:48:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:48:49 Login Succeeded 00:48:49 ****.io 00:48:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:48:49 Login Succeeded 00:48:49 ---> ****-login.sh ends [Pipeline] } 00:48:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:48:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 00:48:49 [edgeXDocker.push] Tagging docker image device-s7 with the following tags: 00:48:49 e1862347d00f273def1a97e6f73e9a42acdfa982 00:48:49 latest 00:48:49 4.1.0-dev.3 00:48:49 e1862347d00f273def1a97e6f73e9a42acdfa982-4.1.0-dev.3 00:48:49 main 00:48:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:49 + docker tag device-s7 nexus3.edgexfoundry.org:10004/device-s7:e1862347d00f273def1a97e6f73e9a42acdfa982 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:50 + docker push nexus3.edgexfoundry.org:10004/device-s7:e1862347d00f273def1a97e6f73e9a42acdfa982 00:48:50 The push refers to repository [nexus3.edgexfoundry.org:10004/device-s7] 00:48:50 2c28908ed5d5: Preparing 00:48:50 6615a95608fa: Preparing 00:48:50 3a4f916a9cb7: Preparing 00:48:50 af0b68f01940: Preparing 00:48:50 4ab4c8aea8e3: Preparing 00:48:50 097100c76c15: Preparing 00:48:50 097100c76c15: Waiting 00:48:50 2c28908ed5d5: Pushed 00:48:50 3a4f916a9cb7: Pushed 00:48:50 4ab4c8aea8e3: Pushed 00:48:50 af0b68f01940: Pushed 00:48:50 097100c76c15: Layer already exists 00:48:55 6615a95608fa: Pushed 00:48:55 e1862347d00f273def1a97e6f73e9a42acdfa982: digest: sha256:53b4929125d28b90d04781cbff76f4aa0b7633a568fabdf46d2eb29a946ac3bc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:55 + docker tag device-s7 nexus3.edgexfoundry.org:10004/device-s7:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:56 + docker push nexus3.edgexfoundry.org:10004/device-s7:latest 00:48:56 The push refers to repository [nexus3.edgexfoundry.org:10004/device-s7] 00:48:56 2c28908ed5d5: Preparing 00:48:56 6615a95608fa: Preparing 00:48:56 3a4f916a9cb7: Preparing 00:48:56 af0b68f01940: Preparing 00:48:56 4ab4c8aea8e3: Preparing 00:48:56 097100c76c15: Preparing 00:48:56 097100c76c15: Waiting 00:48:56 4ab4c8aea8e3: Layer already exists 00:48:56 af0b68f01940: Layer already exists 00:48:56 2c28908ed5d5: Layer already exists 00:48:56 6615a95608fa: Layer already exists 00:48:56 3a4f916a9cb7: Layer already exists 00:48:56 097100c76c15: Layer already exists 00:48:56 latest: digest: sha256:53b4929125d28b90d04781cbff76f4aa0b7633a568fabdf46d2eb29a946ac3bc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:56 + 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 00:48:56 + docker push nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3 00:48:56 The push refers to repository [nexus3.edgexfoundry.org:10004/device-s7] 00:48:56 2c28908ed5d5: Preparing 00:48:56 6615a95608fa: Preparing 00:48:56 3a4f916a9cb7: Preparing 00:48:56 af0b68f01940: Preparing 00:48:56 4ab4c8aea8e3: Preparing 00:48:56 097100c76c15: Preparing 00:48:56 097100c76c15: Waiting 00:48:56 af0b68f01940: Layer already exists 00:48:56 6615a95608fa: Layer already exists 00:48:56 3a4f916a9cb7: Layer already exists 00:48:56 2c28908ed5d5: Layer already exists 00:48:56 4ab4c8aea8e3: Layer already exists 00:48:56 097100c76c15: Layer already exists 00:48:56 4.1.0-dev.3: digest: sha256:53b4929125d28b90d04781cbff76f4aa0b7633a568fabdf46d2eb29a946ac3bc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:57 + docker tag device-s7 nexus3.edgexfoundry.org:10004/device-s7:e1862347d00f273def1a97e6f73e9a42acdfa982-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:57 + docker push nexus3.edgexfoundry.org:10004/device-s7:e1862347d00f273def1a97e6f73e9a42acdfa982-4.1.0-dev.3 00:48:57 The push refers to repository [nexus3.edgexfoundry.org:10004/device-s7] 00:48:57 2c28908ed5d5: Preparing 00:48:57 6615a95608fa: Preparing 00:48:57 3a4f916a9cb7: Preparing 00:48:57 af0b68f01940: Preparing 00:48:57 4ab4c8aea8e3: Preparing 00:48:57 097100c76c15: Preparing 00:48:57 097100c76c15: Waiting 00:48:57 4ab4c8aea8e3: Layer already exists 00:48:57 af0b68f01940: Layer already exists 00:48:57 6615a95608fa: Layer already exists 00:48:57 2c28908ed5d5: Layer already exists 00:48:57 3a4f916a9cb7: Layer already exists 00:48:57 097100c76c15: Layer already exists 00:48:57 e1862347d00f273def1a97e6f73e9a42acdfa982-4.1.0-dev.3: digest: sha256:53b4929125d28b90d04781cbff76f4aa0b7633a568fabdf46d2eb29a946ac3bc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:57 + docker tag device-s7 nexus3.edgexfoundry.org:10004/device-s7:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:58 + docker push nexus3.edgexfoundry.org:10004/device-s7:main 00:48:58 The push refers to repository [nexus3.edgexfoundry.org:10004/device-s7] 00:48:58 2c28908ed5d5: Preparing 00:48:58 6615a95608fa: Preparing 00:48:58 3a4f916a9cb7: Preparing 00:48:58 af0b68f01940: Preparing 00:48:58 4ab4c8aea8e3: Preparing 00:48:58 097100c76c15: Preparing 00:48:58 097100c76c15: Waiting 00:48:58 4ab4c8aea8e3: Layer already exists 00:48:58 3a4f916a9cb7: Layer already exists 00:48:58 6615a95608fa: Layer already exists 00:48:58 af0b68f01940: Layer already exists 00:48:58 2c28908ed5d5: Layer already exists 00:48:58 097100c76c15: Layer already exists 00:48:58 main: digest: sha256:53b4929125d28b90d04781cbff76f4aa0b7633a568fabdf46d2eb29a946ac3bc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:48:58 ===================================================== [Pipeline] echo 00:48:58 taggedImages: 00:48:58 - nexus3.edgexfoundry.org:10004/device-s7:e1862347d00f273def1a97e6f73e9a42acdfa982 00:48:58 - nexus3.edgexfoundry.org:10004/device-s7:latest 00:48:58 - nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3 00:48:58 - nexus3.edgexfoundry.org:10004/device-s7:e1862347d00f273def1a97e6f73e9a42acdfa982-4.1.0-dev.3 00:48:58 - nexus3.edgexfoundry.org:10004/device-s7:main [Pipeline] echo 00:48:58 ========================================================= 00:48:58 [edgeXBuildMultiArch] RAW Config: 00:48:58 images: 00:48:58 - nexus3.edgexfoundry.org:10004/device-s7:e1862347d00f273def1a97e6f73e9a42acdfa982 00:48:58 - nexus3.edgexfoundry.org:10004/device-s7:latest 00:48:58 - nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3 00:48:58 - nexus3.edgexfoundry.org:10004/device-s7:e1862347d00f273def1a97e6f73e9a42acdfa982-4.1.0-dev.3 00:48:58 - nexus3.edgexfoundry.org:10004/device-s7:main 00:48:58 settingsFile: 00:48:58 device-s7-settings 00:48:58 ========================================================= [Pipeline] node 00:49:13 Still waiting to schedule task 00:49:13 All nodes of label ‘centos7-docker-4c-2g’ are offline 00:49:18 Running on prd-ubuntu20.04-docker-arm64-4c-16g-5577 in /w/workspace/edgexfoundry_device-s7_main [Pipeline] { [Pipeline] ws 00:49:18 Running in /w/workspace/device-s7/23 [Pipeline] { [Pipeline] checkout 00:49:21 Selected Git installation does not exist. Using Default 00:49:21 The recommended git tool is: NONE 00:49:26 using credential edgex-jenkins-ssh 00:49:26 Cloning the remote Git repository 00:49:26 Cloning repository git@github.com:edgexfoundry/device-s7.git 00:49:26 > git init /w/workspace/device-s7/23 # timeout=10 00:49:26 Fetching upstream changes from git@github.com:edgexfoundry/device-s7.git 00:49:26 > git --version # timeout=10 00:49:26 > git --version # 'git version 2.25.1' 00:49:26 using GIT_SSH to set credentials SSH Credentials for GitHub 00:49:26 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-s7.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:49:28 > git config remote.origin.url git@github.com:edgexfoundry/device-s7.git # timeout=10 00:49:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:49:29 Avoid second fetch 00:49:29 Checking out Revision e1862347d00f273def1a97e6f73e9a42acdfa982 (main) 00:49:29 > git config core.sparsecheckout # timeout=10 00:49:29 > git checkout -f e1862347d00f273def1a97e6f73e9a42acdfa982 # timeout=10 00:49:30 Commit message: "Merge pull request #55 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.1.0-dev.24" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:49:35 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 00:49:35 % Total % Received % Xferd Average Speed Time Time Time Current 00:49:35 Dload Upload Total Spent Left Speed 00:49:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14 100 14 0 0 98 0 --:--:-- --:--:-- --:--:-- 99 [Pipeline] sh 00:49:35 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 00:49:35 + + sudo teesudo /etc/docker/daemon.new jq 00:49:35 . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 00:49:35 { 00:49:35 "registry-mirrors": [ 00:49:35 "https://nexus3.edgexfoundry.org:10001" 00:49:35 ], 00:49:35 "bip": "10.250.0.254/24", 00:49:35 "hosts": [ 00:49:35 "tcp://0.0.0.0:5555", 00:49:35 "unix:///var/run/docker.sock" 00:49:35 ], 00:49:35 "mtu": 1458, 00:49:35 "selinux-enabled": true, 00:49:35 "seccomp-profile": "/etc/docker/seccomp.json" 00:49:35 } [Pipeline] sh 00:49:36 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 00:49:36 + sudo service docker restart 00:49:38 Running on prd-centos7-docker-4c-2g-5578 in /w/workspace/edgexfoundry_device-s7_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:49:38 provisioning config files... 00:49:38 copy managed file [device-s7-settings] to file:/w/workspace/edgexfoundry_device-s7_main@tmp/config14992666921722081635tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:49:40 ---> ****-login.sh 00:49:40 nexus3.edgexfoundry.org:10001 00:49:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:49:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:49:41 Configure a credential helper to remove this warning. See 00:49:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:49:41 00:49:41 Login Succeeded 00:49:41 nexus3.edgexfoundry.org:10002 00:49:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:49:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:49:41 Configure a credential helper to remove this warning. See 00:49:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:49:41 00:49:41 Login Succeeded 00:49:41 nexus3.edgexfoundry.org:10003 00:49:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:49:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:49:41 Configure a credential helper to remove this warning. See 00:49:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:49:41 00:49:41 Login Succeeded 00:49:41 nexus3.edgexfoundry.org:10004 00:49:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:49:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:49:41 Configure a credential helper to remove this warning. See 00:49:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:49:41 00:49:41 Login Succeeded 00:49:41 ****.io 00:49:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:49:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:49:42 Configure a credential helper to remove this warning. See 00:49:42 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:49:42 00:49:42 Login Succeeded 00:49:42 ---> ****-login.sh ends [Pipeline] } 00:49:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:49:42 + docker buildx ls 00:49:42 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 00:49:42 default * docker 00:49:42 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 00:49:42 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 00:49:42 edgex-builder [Pipeline] sh 00:49:43 + docker buildx inspect --bootstrap 00:49:43 #1 [internal] booting buildkit 00:49:43 #1 pulling image moby/buildkit:buildx-stable-1 00:49:46 #1 pulling image moby/buildkit:buildx-stable-1 3.4s done 00:49:46 #1 creating container buildx_buildkit_edgex-builder0 00:49:48 #1 creating container buildx_buildkit_edgex-builder0 1.6s done 00:49:48 #1 DONE 5.0s 00:49:48 Name: edgex-builder 00:49:48 Driver: docker-container 00:49:48 00:49:48 Nodes: 00:49:48 Name: edgex-builder0 00:49:48 Endpoint: unix:///var/run/docker.sock 00:49:48 Status: running 00:49:48 Buildkit: v0.22.0 00:49:48 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 00:49:48 + docker buildx ls 00:49:48 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 00:49:48 edgex-builder * docker-container 00:49:48 edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 00:49:48 default docker 00:49:48 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 00:49:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-s7:e1862347d00f273def1a97e6f73e9a42acdfa982' 00:49:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-s7:e1862347d00f273def1a97e6f73e9a42acdfa982 --push - 00:49:48 #1 [internal] load build definition from Dockerfile 00:49:48 #1 transferring dockerfile: 194B done 00:49:48 #1 DONE 0.0s 00:49:48 00:49:48 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-s7:e1862347d00f273def1a97e6f73e9a42acdfa982 00:49:48 #2 DONE 0.1s 00:49:48 00:49:48 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-s7:e1862347d00f273def1a97e6f73e9a42acdfa982 00:49:49 #3 DONE 0.1s 00:49:49 00:49:49 #4 [internal] load .dockerignore 00:49:49 #4 transferring context: 2B done 00:49:49 #4 DONE 0.0s 00:49:49 00:49:49 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-s7:e1862347d00f273def1a97e6f73e9a42acdfa982@sha256:53b4929125d28b90d04781cbff76f4aa0b7633a568fabdf46d2eb29a946ac3bc 00:49:49 #5 resolve nexus3.edgexfoundry.org:10004/device-s7:e1862347d00f273def1a97e6f73e9a42acdfa982@sha256:53b4929125d28b90d04781cbff76f4aa0b7633a568fabdf46d2eb29a946ac3bc 0.0s done 00:49:49 #5 DONE 0.0s 00:49:49 00:49:49 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-s7:e1862347d00f273def1a97e6f73e9a42acdfa982@sha256:53b4929125d28b90d04781cbff76f4aa0b7633a568fabdf46d2eb29a946ac3bc 00:49:49 #6 resolve nexus3.edgexfoundry.org:10004/device-s7:e1862347d00f273def1a97e6f73e9a42acdfa982@sha256:53b4929125d28b90d04781cbff76f4aa0b7633a568fabdf46d2eb29a946ac3bc 0.0s done 00:49:49 #6 DONE 0.1s 00:49:49 00:49:49 #7 [auth] device-s7:pull,push token for nexus3.edgexfoundry.org:10004 00:49:49 #7 DONE 0.0s 00:49:49 00:49:49 #8 exporting to image 00:49:49 #8 exporting layers done 00:49:49 #8 exporting manifest sha256:221ea61c5140fd6068cdbfc9a866a6ecc6d6e4fa90ff645a2b0eff6db2d0cc7f 0.0s done 00:49:49 #8 exporting config sha256:0be62b96374a887f1a85c758f415e7ec4aa6220a87d068428acd832be3acfaaa done 00:49:49 #8 exporting manifest sha256:c38ed93b1d24d3ef1606ab8ce132eccc8e9ba7c9fc471620edc03038a9e44cad done 00:49:49 #8 exporting config sha256:4299a4c9a780eea1bfaa860595ce03ec6e51f04e32d2bbd48594dad1bbb2000b done 00:49:49 #8 exporting manifest list sha256:dc9070fba8356e8d672b86ed29b4cef76bbe1fb40ad3960176f8d9fb4e38dfe0 done 00:49:49 #8 pushing layers 0.1s done 00:49:49 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-s7:e1862347d00f273def1a97e6f73e9a42acdfa982@sha256:dc9070fba8356e8d672b86ed29b4cef76bbe1fb40ad3960176f8d9fb4e38dfe0 00:49:49 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 00:49:49 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-s7:e1862347d00f273def1a97e6f73e9a42acdfa982@sha256:dc9070fba8356e8d672b86ed29b4cef76bbe1fb40ad3960176f8d9fb4e38dfe0 0.1s done 00:49:49 #8 DONE 0.2s 00:49:49 00:49:49 1 warning found (use --debug to expand): 00:49:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 00:49:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-s7:latest' 00:49:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-s7:latest --push - 00:49:49 #1 [internal] load build definition from Dockerfile 00:49:49 #1 transferring dockerfile: 160B done 00:49:49 #1 DONE 0.0s 00:49:49 00:49:49 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-s7:latest 00:49:49 #2 DONE 0.0s 00:49:49 00:49:49 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-s7:latest 00:49:49 #3 DONE 0.0s 00:49:49 00:49:49 #4 [internal] load .dockerignore 00:49:49 #4 transferring context: 2B done 00:49:49 #4 DONE 0.0s 00:49:49 00:49:49 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-s7:latest@sha256:53b4929125d28b90d04781cbff76f4aa0b7633a568fabdf46d2eb29a946ac3bc 00:49:49 #5 resolve nexus3.edgexfoundry.org:10004/device-s7:latest@sha256:53b4929125d28b90d04781cbff76f4aa0b7633a568fabdf46d2eb29a946ac3bc 00:49:49 #5 resolve nexus3.edgexfoundry.org:10004/device-s7:latest@sha256:53b4929125d28b90d04781cbff76f4aa0b7633a568fabdf46d2eb29a946ac3bc 0.0s done 00:49:49 #5 CACHED 00:49:49 00:49:49 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-s7:latest@sha256:53b4929125d28b90d04781cbff76f4aa0b7633a568fabdf46d2eb29a946ac3bc 00:49:49 #6 resolve nexus3.edgexfoundry.org:10004/device-s7:latest@sha256:53b4929125d28b90d04781cbff76f4aa0b7633a568fabdf46d2eb29a946ac3bc 0.0s done 00:49:49 #6 CACHED 00:49:49 00:49:49 #7 [auth] device-s7:pull,push token for nexus3.edgexfoundry.org:10004 00:49:49 #7 DONE 0.0s 00:49:49 00:49:49 #8 exporting to image 00:49:49 #8 exporting layers done 00:49:49 #8 exporting manifest sha256:221ea61c5140fd6068cdbfc9a866a6ecc6d6e4fa90ff645a2b0eff6db2d0cc7f done 00:49:49 #8 exporting config sha256:0be62b96374a887f1a85c758f415e7ec4aa6220a87d068428acd832be3acfaaa done 00:49:49 #8 exporting manifest sha256:c38ed93b1d24d3ef1606ab8ce132eccc8e9ba7c9fc471620edc03038a9e44cad done 00:49:49 #8 exporting config sha256:4299a4c9a780eea1bfaa860595ce03ec6e51f04e32d2bbd48594dad1bbb2000b done 00:49:49 #8 exporting manifest list sha256:dc9070fba8356e8d672b86ed29b4cef76bbe1fb40ad3960176f8d9fb4e38dfe0 done 00:49:49 #8 pushing layers 0.0s done 00:49:49 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-s7:latest@sha256:dc9070fba8356e8d672b86ed29b4cef76bbe1fb40ad3960176f8d9fb4e38dfe0 0.1s done 00:49:49 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 00:49:49 #8 DONE 0.1s 00:49:49 00:49:49 1 warning found (use --debug to expand): 00:49:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 00:49:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3' 00:49:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3 --push - 00:49:50 #1 [internal] load build definition from Dockerfile 00:49:50 #1 transferring dockerfile: 165B done 00:49:50 #1 DONE 0.0s 00:49:50 00:49:50 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3 00:49:50 #2 DONE 0.0s 00:49:50 00:49:50 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3 00:49:50 #3 DONE 0.0s 00:49:50 00:49:50 #4 [internal] load .dockerignore 00:49:50 #4 transferring context: 2B done 00:49:50 #4 DONE 0.0s 00:49:50 00:49:50 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3@sha256:53b4929125d28b90d04781cbff76f4aa0b7633a568fabdf46d2eb29a946ac3bc 00:49:50 #5 resolve nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3@sha256:53b4929125d28b90d04781cbff76f4aa0b7633a568fabdf46d2eb29a946ac3bc 0.0s done 00:49:50 #5 DONE 0.0s 00:49:50 00:49:50 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3@sha256:53b4929125d28b90d04781cbff76f4aa0b7633a568fabdf46d2eb29a946ac3bc 00:49:50 #6 resolve nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3@sha256:53b4929125d28b90d04781cbff76f4aa0b7633a568fabdf46d2eb29a946ac3bc 0.0s done 00:49:50 #6 CACHED 00:49:50 00:49:50 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3@sha256:53b4929125d28b90d04781cbff76f4aa0b7633a568fabdf46d2eb29a946ac3bc 00:49:50 #5 CACHED 00:49:50 00:49:50 #7 [auth] device-s7:pull,push token for nexus3.edgexfoundry.org:10004 00:49:50 #7 DONE 0.0s 00:49:50 00:49:50 #8 exporting to image 00:49:50 #8 exporting layers done 00:49:50 #8 exporting manifest sha256:221ea61c5140fd6068cdbfc9a866a6ecc6d6e4fa90ff645a2b0eff6db2d0cc7f done 00:49:50 #8 exporting config sha256:0be62b96374a887f1a85c758f415e7ec4aa6220a87d068428acd832be3acfaaa done 00:49:50 #8 exporting manifest sha256:c38ed93b1d24d3ef1606ab8ce132eccc8e9ba7c9fc471620edc03038a9e44cad done 00:49:50 #8 exporting config sha256:4299a4c9a780eea1bfaa860595ce03ec6e51f04e32d2bbd48594dad1bbb2000b done 00:49:50 #8 exporting manifest list sha256:dc9070fba8356e8d672b86ed29b4cef76bbe1fb40ad3960176f8d9fb4e38dfe0 done 00:49:50 #8 pushing layers 0.0s done 00:49:50 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-s7:4.1.0-dev.3@sha256:dc9070fba8356e8d672b86ed29b4cef76bbe1fb40ad3960176f8d9fb4e38dfe0 0.1s done 00:49:50 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 00:49:50 #8 DONE 0.1s 00:49:50 00:49:50 1 warning found (use --debug to expand): 00:49:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 00:49:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-s7:e1862347d00f273def1a97e6f73e9a42acdfa982-4.1.0-dev.3 --push - 00:49:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-s7:e1862347d00f273def1a97e6f73e9a42acdfa982-4.1.0-dev.3' 00:49:51 #1 [internal] load build definition from Dockerfile 00:49:51 #1 transferring dockerfile: 206B done 00:49:51 #1 DONE 0.0s 00:49:51 00:49:51 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-s7:e1862347d00f273def1a97e6f73e9a42acdfa982-4.1.0-dev.3 00:49:51 #2 DONE 0.0s 00:49:51 00:49:51 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-s7:e1862347d00f273def1a97e6f73e9a42acdfa982-4.1.0-dev.3 00:49:51 #3 DONE 0.0s 00:49:51 00:49:51 #4 [internal] load .dockerignore 00:49:51 #4 transferring context: 2B done 00:49:51 #4 DONE 0.0s 00:49:51 00:49:51 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-s7:e1862347d00f273def1a97e6f73e9a42acdfa982-4.1.0-dev.3@sha256:53b4929125d28b90d04781cbff76f4aa0b7633a568fabdf46d2eb29a946ac3bc 00:49:51 #5 resolve nexus3.edgexfoundry.org:10004/device-s7:e1862347d00f273def1a97e6f73e9a42acdfa982-4.1.0-dev.3@sha256:53b4929125d28b90d04781cbff76f4aa0b7633a568fabdf46d2eb29a946ac3bc 0.0s done 00:49:51 #5 CACHED 00:49:51 00:49:51 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-s7:e1862347d00f273def1a97e6f73e9a42acdfa982-4.1.0-dev.3@sha256:53b4929125d28b90d04781cbff76f4aa0b7633a568fabdf46d2eb29a946ac3bc 00:49:51 #6 resolve nexus3.edgexfoundry.org:10004/device-s7:e1862347d00f273def1a97e6f73e9a42acdfa982-4.1.0-dev.3@sha256:53b4929125d28b90d04781cbff76f4aa0b7633a568fabdf46d2eb29a946ac3bc 0.0s done 00:49:51 #6 CACHED 00:49:51 00:49:51 #7 exporting to image 00:49:51 #7 exporting layers done 00:49:51 #7 exporting manifest sha256:221ea61c5140fd6068cdbfc9a866a6ecc6d6e4fa90ff645a2b0eff6db2d0cc7f done 00:49:51 #7 exporting config sha256:0be62b96374a887f1a85c758f415e7ec4aa6220a87d068428acd832be3acfaaa done 00:49:51 #7 exporting manifest sha256:c38ed93b1d24d3ef1606ab8ce132eccc8e9ba7c9fc471620edc03038a9e44cad done 00:49:51 #7 exporting config sha256:4299a4c9a780eea1bfaa860595ce03ec6e51f04e32d2bbd48594dad1bbb2000b 00:49:51 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 00:49:51 #7 exporting config sha256:4299a4c9a780eea1bfaa860595ce03ec6e51f04e32d2bbd48594dad1bbb2000b done 00:49:51 #7 exporting manifest list sha256:dc9070fba8356e8d672b86ed29b4cef76bbe1fb40ad3960176f8d9fb4e38dfe0 done 00:49:51 #7 pushing layers 0.0s done 00:49:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-s7:e1862347d00f273def1a97e6f73e9a42acdfa982-4.1.0-dev.3@sha256:dc9070fba8356e8d672b86ed29b4cef76bbe1fb40ad3960176f8d9fb4e38dfe0 0.1s done 00:49:51 #7 DONE 0.1s 00:49:51 00:49:51 #8 [auth] device-s7:pull,push token for nexus3.edgexfoundry.org:10004 00:49:51 #8 DONE 0.0s 00:49:51 00:49:51 1 warning found (use --debug to expand): 00:49:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 00:49:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-s7:main' 00:49:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-s7:main --push - 00:49:51 #1 [internal] load build definition from Dockerfile 00:49:51 #1 transferring dockerfile: 158B done 00:49:51 #1 DONE 0.0s 00:49:51 00:49:51 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-s7:main 00:49:51 #2 DONE 0.0s 00:49:51 00:49:51 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-s7:main 00:49:51 #3 DONE 0.0s 00:49:51 00:49:51 #4 [internal] load .dockerignore 00:49:51 #4 transferring context: 2B done 00:49:51 #4 DONE 0.0s 00:49:51 00:49:51 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-s7:main@sha256:53b4929125d28b90d04781cbff76f4aa0b7633a568fabdf46d2eb29a946ac3bc 00:49:51 #5 resolve nexus3.edgexfoundry.org:10004/device-s7:main@sha256:53b4929125d28b90d04781cbff76f4aa0b7633a568fabdf46d2eb29a946ac3bc 0.0s done 00:49:51 #5 CACHED 00:49:51 00:49:51 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-s7:main@sha256:53b4929125d28b90d04781cbff76f4aa0b7633a568fabdf46d2eb29a946ac3bc 00:49:51 #6 resolve nexus3.edgexfoundry.org:10004/device-s7:main@sha256:53b4929125d28b90d04781cbff76f4aa0b7633a568fabdf46d2eb29a946ac3bc 0.0s done 00:49:51 #6 CACHED 00:49:51 00:49:51 #7 exporting to image 00:49:51 #7 exporting layers done 00:49:51 #7 exporting manifest sha256:221ea61c5140fd6068cdbfc9a866a6ecc6d6e4fa90ff645a2b0eff6db2d0cc7f done 00:49:51 #7 exporting config sha256:0be62b96374a887f1a85c758f415e7ec4aa6220a87d068428acd832be3acfaaa done 00:49:51 #7 exporting manifest sha256:c38ed93b1d24d3ef1606ab8ce132eccc8e9ba7c9fc471620edc03038a9e44cad done 00:49:51 #7 exporting config sha256:4299a4c9a780eea1bfaa860595ce03ec6e51f04e32d2bbd48594dad1bbb2000b done 00:49:51 #7 exporting manifest list sha256:dc9070fba8356e8d672b86ed29b4cef76bbe1fb40ad3960176f8d9fb4e38dfe0 done 00:49:51 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 00:49:51 #7 pushing layers 0.0s done 00:49:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-s7:main@sha256:dc9070fba8356e8d672b86ed29b4cef76bbe1fb40ad3960176f8d9fb4e38dfe0 0.1s done 00:49:51 #7 DONE 0.1s 00:49:51 00:49:51 #8 [auth] device-s7:pull,push token for nexus3.edgexfoundry.org:10004 00:49:51 #8 DONE 0.0s 00:49:51 00:49:51 1 warning found (use --debug to expand): 00:49:51  - 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 00:49:52 + '[' -d /w/workspace/edgexfoundry_device-s7_main/archives ']' [Pipeline] libraryResource [Pipeline] sh 00:49:52 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:49:52 ---> package-listing.sh 00:49:52 ++ facter osfamily 00:49:52 ++ tr '[:upper:]' '[:lower:]' 00:49:53 + OS_FAMILY=redhat 00:49:53 + workspace=/w/workspace/edgexfoundry_device-s7_main 00:49:53 + START_PACKAGES=/tmp/packages_start.txt 00:49:53 + END_PACKAGES=/tmp/packages_end.txt 00:49:53 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:49:53 + PACKAGES=/tmp/packages_start.txt 00:49:53 + '[' /w/workspace/edgexfoundry_device-s7_main ']' 00:49:53 + PACKAGES=/tmp/packages_end.txt 00:49:53 + case "${OS_FAMILY}" in 00:49:53 + rpm -qa 00:49:53 + sort 00:49:53 + '[' -f /tmp/packages_start.txt ']' 00:49:53 + '[' -f /tmp/packages_end.txt ']' 00:49:53 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:49:53 + '[' /w/workspace/edgexfoundry_device-s7_main ']' 00:49:53 + mkdir -p /w/workspace/edgexfoundry_device-s7_main/archives/ 00:49:53 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-s7_main/archives/ [Pipeline] echo 00:49:53 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 00:49:54 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:49:54 00:49:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:49:54 provisioning config files... 00:49:54 copy managed file [device-s7-settings] to file:/w/workspace/device-s7/23@tmp/config10600382503317308760tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:49:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:49:54 latest: Pulling from edgex-lftools-log-publisher 00:49:54 5eb5b503b376: Pulling fs layer 00:49:54 5c69ac0246d0: Pulling fs layer 00:49:54 ec43610c2a17: Pulling fs layer 00:49:54 3a2ae6a8a46f: Pulling fs layer 00:49:54 33b1e0a273af: Pulling fs layer 00:49:54 5d3b04190fa2: Pulling fs layer 00:49:54 2f39f015ded8: Pulling fs layer 00:49:54 3a2ae6a8a46f: Waiting 00:49:54 33b1e0a273af: Waiting 00:49:54 5d3b04190fa2: Waiting 00:49:54 2f39f015ded8: Waiting 00:49:54 5c69ac0246d0: Download complete 00:49:54 3a2ae6a8a46f: Verifying Checksum 00:49:54 3a2ae6a8a46f: Download complete 00:49:54 ec43610c2a17: Verifying Checksum 00:49:54 ec43610c2a17: Download complete 00:49:54 33b1e0a273af: Verifying Checksum 00:49:54 33b1e0a273af: Download complete 00:49:54 5d3b04190fa2: Verifying Checksum 00:49:54 5d3b04190fa2: Download complete 00:49:55 5eb5b503b376: Verifying Checksum 00:49:55 5eb5b503b376: Download complete 00:49:55 ---> ****-login.sh 00:49:55 nexus3.edgexfoundry.org:10001 00:49:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:49:55 2f39f015ded8: Download complete 00:49:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:49:55 Configure a credential helper to remove this warning. See 00:49:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:49:55 00:49:55 Login Succeeded 00:49:55 nexus3.edgexfoundry.org:10002 00:49:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:49:56 5eb5b503b376: Pull complete 00:49:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:49:56 Configure a credential helper to remove this warning. See 00:49:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:49:56 00:49:56 Login Succeeded 00:49:56 nexus3.edgexfoundry.org:10003 00:49:56 5c69ac0246d0: Pull complete 00:49:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:49:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:49:56 Configure a credential helper to remove this warning. See 00:49:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:49:56 00:49:56 Login Succeeded 00:49:56 nexus3.edgexfoundry.org:10004 00:49:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:49:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:49:56 Configure a credential helper to remove this warning. See 00:49:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:49:56 00:49:56 Login Succeeded 00:49:56 ****.io 00:49:57 ec43610c2a17: Pull complete 00:49:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:49:57 3a2ae6a8a46f: Pull complete 00:49:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:49:57 Configure a credential helper to remove this warning. See 00:49:57 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:49:57 00:49:57 Login Succeeded 00:49:57 ---> ****-login.sh ends [Pipeline] } 00:49:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 00:49:57 33b1e0a273af: Pull complete 00:49:57 5d3b04190fa2: Pull complete [Pipeline] echo 00:49:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 00:49:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 00:49:58 ========================================================= 00:49:58 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 00:49:58 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:58 + 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 . 00:49:58 Sending build context to Docker daemon 8.066MB 00:49:58 Step 1/10 : ARG BASE=golang:1.23-alpine3.20 00:49:58 Step 2/10 : FROM ${BASE} AS builder 00:49:59 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:49:59 94e9d8af2201: Pulling fs layer 00:49:59 a6c56e8762df: Pulling fs layer 00:49:59 f0f3c8884826: Pulling fs layer 00:49:59 c7e7622c144d: Pulling fs layer 00:49:59 4f4fb700ef54: Pulling fs layer 00:49:59 e8859aadc426: Pulling fs layer 00:49:59 b4813487a9f6: Pulling fs layer 00:49:59 502a3d64fb4b: Pulling fs layer 00:49:59 e8859aadc426: Waiting 00:49:59 b4813487a9f6: Waiting 00:49:59 c7e7622c144d: Waiting 00:49:59 4f4fb700ef54: Waiting 00:49:59 502a3d64fb4b: Waiting 00:49:59 a6c56e8762df: Verifying Checksum 00:49:59 a6c56e8762df: Download complete 00:49:59 c7e7622c144d: Verifying Checksum 00:49:59 c7e7622c144d: Download complete 00:49:59 4f4fb700ef54: Verifying Checksum 00:49:59 4f4fb700ef54: Download complete 00:49:59 e8859aadc426: Verifying Checksum 00:49:59 e8859aadc426: Download complete 00:49:59 94e9d8af2201: Verifying Checksum 00:49:59 94e9d8af2201: Download complete 00:49:59 502a3d64fb4b: Verifying Checksum 00:49:59 502a3d64fb4b: Download complete 00:50:00 94e9d8af2201: Pull complete 00:50:00 a6c56e8762df: Pull complete 00:50:01 f0f3c8884826: Download complete 00:50:02 b4813487a9f6: Download complete 00:50:02 2f39f015ded8: Pull complete 00:50:02 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 00:50:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:50:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:50:02 prd-centos7-docker-4c-2g-5578 does not seem to be running inside a container 00:50:02 $ 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 00:50:07 $ docker top f241fac47dbdd0d48d8a0d6f1e95853259d2a09d98eaa2fb983c649ecfb622f7 -eo pid,comm [Pipeline] { [Pipeline] sh 00:50:07 + touch /tmp/pre-build-complete [Pipeline] sh 00:50:07 + mkdir -p /var/log/sysstat [Pipeline] sh 00:50:07 + ls /var/log/sa-host 00:50:07 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:50:08 provisioning config files... 00:50:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-s7_main@tmp/config7597874454772564748tmp [Pipeline] { [Pipeline] echo 00:50:08 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:50:08 ---> create-netrc.sh [Pipeline] } 00:50:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 00:50:08 ---> python-tools-install.sh [Pipeline] echo 00:50:08 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:50:09 ---> sudo-logs.sh 00:50:09 Archiving 'sudo' log.. 00:50:09 sudo: unable to resolve host prd-centos7-docker-4c-2g-5578.novalocal: Name or service not known 00:50:09 sudo: unable to resolve host prd-centos7-docker-4c-2g-5578.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 00:50:09 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:50:09 ---> job-cost.sh 00:50:09 lf-activate-venv: SKIPPING 00:50:09 INFO: No Stack... 00:50:09 INFO: Retrieving Pricing Info for: v3-standard-2 00:50:09 INFO: Archiving Costs [Pipeline] echo 00:50:09 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:50:10 ---> logs-deploy.sh 00:50:10 lf-activate-venv: SKIPPING 00:50:10 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-s7/main/23 00:50:10 INFO: archiving workspace using pattern(s): 00:50:11 Archives upload complete. 00:50:11 INFO: archiving logs to Nexus 00:50:12 ---> uname -a: 00:50:12 Linux prd-centos7-docker-4c-2g-5578.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux 00:50:12 00:50:12 00:50:12 ---> lscpu: 00:50:12 Architecture: x86_64 00:50:12 CPU op-mode(s): 32-bit, 64-bit 00:50:12 Byte Order: Little Endian 00:50:12 Address sizes: 40 bits physical, 48 bits virtual 00:50:12 CPU(s): 2 00:50:12 On-line CPU(s) list: 0,1 00:50:12 Thread(s) per core: 1 00:50:12 Core(s) per socket: 1 00:50:12 Socket(s): 2 00:50:12 NUMA node(s): 1 00:50:12 Vendor ID: AuthenticAMD 00:50:12 CPU family: 23 00:50:12 Model: 49 00:50:12 Model name: AMD EPYC-Rome Processor 00:50:12 Stepping: 0 00:50:12 CPU MHz: 2799.998 00:50:12 BogoMIPS: 5599.99 00:50:12 Virtualization: AMD-V 00:50:12 Hypervisor vendor: KVM 00:50:12 Virtualization type: full 00:50:12 L1d cache: 64 KiB 00:50:12 L1i cache: 64 KiB 00:50:12 L2 cache: 1 MiB 00:50:12 L3 cache: 32 MiB 00:50:12 NUMA node0 CPU(s): 0,1 00:50:12 Vulnerability Itlb multihit: Not affected 00:50:12 Vulnerability L1tf: Not affected 00:50:12 Vulnerability Mds: Not affected 00:50:12 Vulnerability Meltdown: Not affected 00:50:12 Vulnerability Mmio stale data: Not affected 00:50:12 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:50:12 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:50:12 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:50:12 Vulnerability Srbds: Not affected 00:50:12 Vulnerability Tsx async abort: Not affected 00:50:12 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 00:50:12 00:50:12 00:50:12 ---> nproc: 00:50:12 2 00:50:12 00:50:12 00:50:12 ---> df -h: 00:50:12 Filesystem Size Used Avail Use% Mounted on 00:50:12 overlay 40G 7.3G 33G 19% / 00:50:12 tmpfs 64M 0 64M 0% /dev 00:50:12 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 00:50:12 shm 64M 0 64M 0% /dev/shm 00:50:12 /dev/vda1 40G 7.3G 33G 19% /facter-os 00:50:12 00:50:12 00:50:12 Cannot open /var/log/sysstat/sa23: No such file or directory 00:50:12 Please check if data collecting is enabled 00:50:12 subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:50:12 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 00:50:12 $ docker stop --time=1 f241fac47dbdd0d48d8a0d6f1e95853259d2a09d98eaa2fb983c649ecfb622f7 00:50:13 $ docker rm -f --volumes f241fac47dbdd0d48d8a0d6f1e95853259d2a09d98eaa2fb983c649ecfb622f7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 00:50:13 [WS-CLEANUP] Deleting project workspace... 00:50:13 [WS-CLEANUP] Deferred wipeout is used... 00:50:13 [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 00:50:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:50:13 00:50:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:50:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:50:14 latest: Pulling from edgex-lftools-log-publisher 00:50:14 5eb5b503b376: Pulling fs layer 00:50:14 5c69ac0246d0: Pulling fs layer 00:50:14 ec43610c2a17: Pulling fs layer 00:50:14 3a2ae6a8a46f: Pulling fs layer 00:50:14 33b1e0a273af: Pulling fs layer 00:50:14 5d3b04190fa2: Pulling fs layer 00:50:14 2f39f015ded8: Pulling fs layer 00:50:14 2f39f015ded8: Waiting 00:50:14 33b1e0a273af: Waiting 00:50:14 5d3b04190fa2: Waiting 00:50:14 3a2ae6a8a46f: Waiting 00:50:14 5c69ac0246d0: Verifying Checksum 00:50:14 5c69ac0246d0: Download complete 00:50:14 3a2ae6a8a46f: Verifying Checksum 00:50:14 3a2ae6a8a46f: Download complete 00:50:14 33b1e0a273af: Download complete 00:50:14 5d3b04190fa2: Verifying Checksum 00:50:14 5d3b04190fa2: Download complete 00:50:14 ec43610c2a17: Verifying Checksum 00:50:14 ec43610c2a17: Download complete 00:50:14 5eb5b503b376: Download complete 00:50:15 2f39f015ded8: Verifying Checksum 00:50:15 2f39f015ded8: Download complete 00:50:16 5eb5b503b376: Pull complete 00:50:16 5c69ac0246d0: Pull complete 00:50:17 ec43610c2a17: Pull complete 00:50:17 3a2ae6a8a46f: Pull complete 00:50:17 f0f3c8884826: Pull complete 00:50:17 c7e7622c144d: Pull complete 00:50:17 4f4fb700ef54: Pull complete 00:50:17 e8859aadc426: Pull complete 00:50:17 33b1e0a273af: Pull complete 00:50:17 5d3b04190fa2: Pull complete 00:50:25 b4813487a9f6: Pull complete 00:50:25 2f39f015ded8: Pull complete 00:50:25 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 00:50:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:50:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:50:25 prd-ubuntu20.04-docker-8c-8g-5576 does not seem to be running inside a container 00:50:25 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 00:50:25 502a3d64fb4b: Pull complete 00:50:25 Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde 00:50:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 00:50:26 ---> 3bb21d53e231 00:50:26 Step 3/10 : ARG MAKE=make build 00:50:26 $ docker top 2bff0439b6e71c10c4d95722b3c604b44c1c53b6eb2fdedf70297b3991281e03 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:50:26 ---> Running in 0a7ea0c611ce 00:50:26 ---> job-cost.sh 00:50:26 lf-activate-venv: SKIPPING 00:50:26 INFO: No Stack... 00:50:27 Removing intermediate container 0a7ea0c611ce 00:50:27 ---> 264f22a2f6b5 00:50:27 Step 4/10 : WORKDIR /device-s7 00:50:27 ---> Running in 07c560b5b40d 00:50:27 INFO: Retrieving Pricing Info for: v3-standard-8 00:50:27 Removing intermediate container 07c560b5b40d 00:50:27 ---> 28d3b2477f5a 00:50:27 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: YIQISOFT' 00:50:27 ---> Running in 7deff7932b10 00:50:27 INFO: Archiving Costs [Pipeline] sh 00:50:27 Removing intermediate container 7deff7932b10 00:50:27 ---> 709869c0a162 00:50:27 Step 6/10 : RUN apk add --update --no-cache make git gcc libc-dev 00:50:28 + cat /w/workspace/edgexfoundry_device-s7_main/archives/cost.csv 00:50:28 + cut -d, -f6 [Pipeline] lock 00:50:28 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-s7-main-23-stack-cost] 00:50:28 Resource [jenkins-edgexfoundry-device-s7-main-23-stack-cost] did not exist. Created. 00:50:28 Lock acquired on [Resource: jenkins-edgexfoundry-device-s7-main-23-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:50:28 ---> Running in 8bd76994f3be 00:50:28 + echo total: 0.2199999988079071 [Pipeline] stash 00:50:28 Stashed 1 file(s) [Pipeline] } 00:50:28 Lock released on resource [Resource: jenkins-edgexfoundry-device-s7-main-23-stack-cost] [Pipeline] // lock [Pipeline] } 00:50:28 Decoding seccomp profile failed: invalid character ':' after top-level value 00:50:28 $ docker stop --time=1 2bff0439b6e71c10c4d95722b3c604b44c1c53b6eb2fdedf70297b3991281e03 00:50:29 $ docker rm -f --volumes 2bff0439b6e71c10c4d95722b3c604b44c1c53b6eb2fdedf70297b3991281e03 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // withEnv [Pipeline] // script [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] } Stage "Test" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [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 00:50:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:50:30 00:50:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:50:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:50:30 arm64: Pulling from edgex-lftools-log-publisher 00:50:30 8998bd30e6a1: Pulling fs layer 00:50:30 04944245beec: Pulling fs layer 00:50:30 699f458cf7ca: Pulling fs layer 00:50:30 765212b225bb: Pulling fs layer 00:50:30 f23df028b6ca: Pulling fs layer 00:50:30 d65c8cfc05b1: Pulling fs layer 00:50:30 2437ff75d9bd: Pulling fs layer 00:50:30 765212b225bb: Waiting 00:50:30 f23df028b6ca: Waiting 00:50:30 d65c8cfc05b1: Waiting 00:50:30 2437ff75d9bd: Waiting 00:50:30 04944245beec: Verifying Checksum 00:50:30 04944245beec: Download complete 00:50:30 765212b225bb: Verifying Checksum 00:50:30 765212b225bb: Download complete 00:50:30 f23df028b6ca: Verifying Checksum 00:50:30 f23df028b6ca: Download complete 00:50:30 d65c8cfc05b1: Verifying Checksum 00:50:30 d65c8cfc05b1: Download complete 00:50:31 699f458cf7ca: Verifying Checksum 00:50:31 699f458cf7ca: Download complete 00:50:31 8998bd30e6a1: Download complete 00:50:33 2437ff75d9bd: Verifying Checksum 00:50:33 2437ff75d9bd: Download complete 00:50:36 8998bd30e6a1: Pull complete 00:50:36 04944245beec: Pull complete 00:50:38 699f458cf7ca: Pull complete 00:50:38 765212b225bb: Pull complete 00:50:39 f23df028b6ca: Pull complete 00:50:40 d65c8cfc05b1: Pull complete 00:50:58 2437ff75d9bd: Pull complete 00:50:58 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 00:50:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:50:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:50:58 prd-ubuntu20.04-docker-arm64-4c-16g-5577 does not seem to be running inside a container 00:50:58 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-s7/23 -v /w/workspace/device-s7/23:/w/workspace/device-s7/23:rw,z -v /w/workspace/device-s7/23@tmp:/w/workspace/device-s7/23@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 00:51:01 $ docker top 9ede75974593a30a7e797a61dccfc0bce835300b0b047424c52fa99ceffcac21 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:51:02 ---> job-cost.sh 00:51:02 lf-activate-venv: SKIPPING 00:51:02 INFO: No Stack... 00:51:02 INFO: Retrieving Pricing Info for: v3-standard-4 00:51:03 INFO: Archiving Costs [Pipeline] sh 00:51:04 + + cat /w/workspace/device-s7/23/archives/cost.csv 00:51:04 cut -d, -f6 [Pipeline] lock 00:51:04 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-s7-main-23-stack-cost] 00:51:04 Resource [jenkins-edgexfoundry-device-s7-main-23-stack-cost] did not exist. Created. 00:51:04 Lock acquired on [Resource: jenkins-edgexfoundry-device-s7-main-23-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:51:04 /w/workspace/device-s7/23@tmp/durable-95ee1fe8/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 00:51:05 + echo total: 0.10999999940395355 [Pipeline] stash 00:51:05 Warning: overwriting stash ‘stack-cost’ 00:51:05 Stashed 1 file(s) [Pipeline] } 00:51:05 Lock released on resource [Resource: jenkins-edgexfoundry-device-s7-main-23-stack-cost] [Pipeline] // lock [Pipeline] } 00:51:05 $ docker stop --time=1 9ede75974593a30a7e797a61dccfc0bce835300b0b047424c52fa99ceffcac21 00:51:07 $ docker rm -f --volumes 9ede75974593a30a7e797a61dccfc0bce835300b0b047424c52fa99ceffcac21 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 00:51:07 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 00:51:08 + [ -d /w/workspace/edgexfoundry_device-s7_main/archives ] 00:51:08 + ls -al /w/workspace/edgexfoundry_device-s7_main/archives 00:51:08 total 16 00:51:08 drwxr-xr-x 3 root root 4096 Jul 23 00:50 . 00:51:08 drwxrwxr-x 9 jenkins jenkins 4096 Jul 23 00:50 .. 00:51:08 drwxr-xr-x 2 root root 4096 Jul 23 00:50 cost 00:51:08 -rw-r--r-- 1 root root 80 Jul 23 00:50 cost.csv 00:51:08 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-s7_main/archives 00:51:08 + ls -al /w/workspace/edgexfoundry_device-s7_main/archives 00:51:08 total 16 00:51:08 drwxr-xr-x 3 jenkins jenkins 4096 Jul 23 00:50 . 00:51:08 drwxrwxr-x 9 jenkins jenkins 4096 Jul 23 00:50 .. 00:51:08 drwxr-xr-x 2 jenkins jenkins 4096 Jul 23 00:50 cost 00:51:08 -rw-r--r-- 1 jenkins jenkins 80 Jul 23 00:50 cost.csv [Pipeline] libraryResource [Pipeline] sh 00:51:08 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:51:09 ---> package-listing.sh 00:51:09 ++ facter osfamily 00:51:09 ++ tr '[:upper:]' '[:lower:]' 00:51:09 + OS_FAMILY=debian 00:51:09 + workspace=/w/workspace/edgexfoundry_device-s7_main 00:51:09 + START_PACKAGES=/tmp/packages_start.txt 00:51:09 + END_PACKAGES=/tmp/packages_end.txt 00:51:09 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:51:09 + PACKAGES=/tmp/packages_start.txt 00:51:09 + '[' /w/workspace/edgexfoundry_device-s7_main ']' 00:51:09 + PACKAGES=/tmp/packages_end.txt 00:51:09 + case "${OS_FAMILY}" in 00:51:09 + dpkg -l 00:51:09 + grep '^ii' 00:51:09 + '[' -f /tmp/packages_start.txt ']' 00:51:09 + '[' -f /tmp/packages_end.txt ']' 00:51:09 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:51:09 + '[' /w/workspace/edgexfoundry_device-s7_main ']' 00:51:09 + mkdir -p /w/workspace/edgexfoundry_device-s7_main/archives/ 00:51:09 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-s7_main/archives/ [Pipeline] echo 00:51:10 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 00:51:10 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:51:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:51:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:51:10 prd-ubuntu20.04-docker-8c-8g-5576 does not seem to be running inside a container 00:51:10 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 00:51:11 $ docker top e4f8fcbbb9614ccc190d9a55ac4c2656202447f158914ed26597aa736599cdca -eo pid,comm [Pipeline] { [Pipeline] sh 00:51:11 + touch /tmp/pre-build-complete [Pipeline] sh 00:51:11 + mkdir -p /var/log/sysstat [Pipeline] sh 00:51:12 + ls /var/log/sa-host 00:51:12 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:51:12 provisioning config files... 00:51:12 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-s7_main@tmp/config12579232999343634820tmp [Pipeline] { [Pipeline] echo 00:51:12 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:51:12 ---> create-netrc.sh [Pipeline] } 00:51:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 00:51:12 ---> python-tools-install.sh [Pipeline] echo 00:51:12 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:51:13 ---> sudo-logs.sh 00:51:13 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:51:13 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:51:13 ---> job-cost.sh 00:51:13 lf-activate-venv: SKIPPING 00:51:13 DEBUG: total: 0.2199999988079071 00:51:13 INFO: Retrieving Stack Cost... 00:51:13 INFO: Retrieving Pricing Info for: v3-standard-8 00:51:13 INFO: Archiving Costs [Pipeline] echo 00:51:13 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:51:14 ---> logs-deploy.sh 00:51:14 lf-activate-venv: SKIPPING 00:51:14 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-s7/main/23 00:51:14 INFO: archiving workspace using pattern(s): 00:51:15 Archives upload complete. 00:51:15 INFO: archiving logs to Nexus