Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 83aed419838c95e88690884805deb3001cd714b8 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-ssh9371099095538254429.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-ssh6545359015952643147.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-opc-ua/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-opc-ua/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8924284674341542501.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-ssh4634671186462841172.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-opc-ua/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-opc-ua/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh13657363243843281276.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-opc-ua] ========================================================= [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-opc-ua-settings PROJECT: device-opc-ua 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-opc-ua DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-4839’ Running on prd-ubuntu20.04-docker-8c-8g-4846 in /w/workspace/edgexfoundry_device-opc-ua_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-opc-ua.git > git init /w/workspace/edgexfoundry_device-opc-ua_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-opc-ua.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-opc-ua.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 83aed419838c95e88690884805deb3001cd714b8 (main) Commit message: "build: Upgrade SDK to v4.1.0-dev.21 (#122)" > git config remote.origin.url git@github.com:edgexfoundry/device-opc-ua.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 83aed419838c95e88690884805deb3001cd714b8 # timeout=10 > git rev-list --no-walk a5029f0d5120205bfe8d99e98bdad9c40e898795 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:53:00 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:53:00 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:53:00 ========================================================= 10:53:00 EdgeX Global Pipelines Version Info 10:53:00 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:53:01 ------------------- 10:53:01 stable info: 10:53:01 ------------------- 10:53:01 Commited By: Ginny Guan ginny@iotechsys.com 10:53:01 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 10:53:01 Message: update stable to v1.0.274 10:53:02 ------------------- 10:53:02 experimental info: 10:53:02 ------------------- 10:53:02 Commited By: Ginny Guan ginny@iotechsys.com 10:53:02 Commit SHA: 274fe4ad960081a284537894dddd28d0c782a18e 10:53:02 Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:53:02 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-opc-ua-settings [Pipeline] echo 10:53:02 [edgeXSetupEnvironment]: set envvar PROJECT = device-opc-ua [Pipeline] echo 10:53:02 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:53:02 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:53:02 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:53:02 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 10:53:02 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 10:53:02 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 10:53:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:53:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:53:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 10:53:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-opc-ua [Pipeline] echo 10:53:02 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:53:02 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:53:02 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:53:02 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:53:02 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 10:53:02 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 10:53:02 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:53:02 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:53:02 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 10:53:02 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 10:53:02 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 10:53:02 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 10:53:02 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 10:53:02 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 10:53:02 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 10:53:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 10:53:03 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 10:53:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 10:53:03 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 83aed419838c95e88690884805deb3001cd714b8 [Pipeline] echo 10:53:03 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 83aed41 [Pipeline] echo 10:53:03 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:53:03 provisioning config files... 10:53:03 copy managed file [device-opc-ua-settings] to file:/w/workspace/edgexfoundry_device-opc-ua_main@tmp/config1564150981073054986tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:53:03 ---> ****-login.sh 10:53:03 nexus3.edgexfoundry.org:10001 10:53:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:53:03 10:53:03 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 10:53:03 Configure a credential helper to remove this warning. See 10:53:03 https://docs.****.com/go/credential-store/ 10:53:03 10:53:03 Login Succeeded 10:53:03 nexus3.edgexfoundry.org:10002 10:53:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:53:03 10:53:03 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 10:53:03 Configure a credential helper to remove this warning. See 10:53:03 https://docs.****.com/go/credential-store/ 10:53:03 10:53:03 Login Succeeded 10:53:03 nexus3.edgexfoundry.org:10003 10:53:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:53:03 10:53:03 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 10:53:03 Configure a credential helper to remove this warning. See 10:53:03 https://docs.****.com/go/credential-store/ 10:53:03 10:53:03 Login Succeeded 10:53:03 nexus3.edgexfoundry.org:10004 10:53:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:53:04 10:53:04 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 10:53:04 Configure a credential helper to remove this warning. See 10:53:04 https://docs.****.com/go/credential-store/ 10:53:04 10:53:04 Login Succeeded 10:53:04 ****.io 10:53:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:53:04 10:53:04 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 10:53:04 Configure a credential helper to remove this warning. See 10:53:04 https://docs.****.com/go/credential-store/ 10:53:04 10:53:04 Login Succeeded 10:53:04 ---> ****-login.sh ends [Pipeline] } 10:53:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 10:53:04 + git rev-list -1 --merges 83aed419838c95e88690884805deb3001cd714b8~1..83aed419838c95e88690884805deb3001cd714b8 [Pipeline] echo 10:53:04 -----------> git rev-list -1 --merges 83aed419838c95e88690884805deb3001cd714b8~1..83aed419838c95e88690884805deb3001cd714b8 83aed419838c95e88690884805deb3001cd714b8 [false] [Pipeline] sh 10:53:05 + git log --format=format:%s -1 83aed419838c95e88690884805deb3001cd714b8 [Pipeline] echo 10:53:05 ========================================================= 10:53:05 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 10:53:05 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:53:05 + git log --format=format:%s -1 83aed419838c95e88690884805deb3001cd714b8 [Pipeline] echo 10:53:05 [semverPrep] GIT_COMMIT: 83aed419838c95e88690884805deb3001cd714b8, Commit Message: build: Upgrade SDK to v4.1.0-dev.21 (#122) [Pipeline] echo 10:53:05 [semverPrep] This is not a build commit. [Pipeline] sh 10:53:05 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:53:05 + grep -v github /etc/ssh/ssh_known_hosts 10:53:05 + [ -e /tmp/ssh_known_hosts ] 10:53:05 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 10:53:05 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 10:53:05 + sudo tee -a /etc/ssh/ssh_known_hosts 10:53:05 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:53:06 10:53:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:53:06 0.1.4: Pulling from edgex-devops/py-git-semver 10:53:06 3dae71ba6b94: Pulling fs layer 10:53:06 6bf1a483ea7c: Pulling fs layer 10:53:06 f5dfc541a4d3: Pulling fs layer 10:53:06 461d9e800cba: Pulling fs layer 10:53:06 80192f66455f: Pulling fs layer 10:53:06 2e8e34ca0e6c: Pulling fs layer 10:53:06 a29436f7fd5d: Pulling fs layer 10:53:06 923cac83aea3: Pulling fs layer 10:53:06 25ad8b0a4227: Pulling fs layer 10:53:06 db01528c6b51: Pulling fs layer 10:53:06 28988de357af: Pulling fs layer 10:53:06 a29436f7fd5d: Waiting 10:53:06 923cac83aea3: Waiting 10:53:06 25ad8b0a4227: Waiting 10:53:06 461d9e800cba: Waiting 10:53:06 80192f66455f: Waiting 10:53:06 2e8e34ca0e6c: Waiting 10:53:06 db01528c6b51: Waiting 10:53:06 28988de357af: Waiting 10:53:06 6bf1a483ea7c: Verifying Checksum 10:53:06 6bf1a483ea7c: Download complete 10:53:06 461d9e800cba: Verifying Checksum 10:53:06 461d9e800cba: Download complete 10:53:06 80192f66455f: Verifying Checksum 10:53:06 80192f66455f: Download complete 10:53:06 f5dfc541a4d3: Verifying Checksum 10:53:06 f5dfc541a4d3: Download complete 10:53:06 3dae71ba6b94: Verifying Checksum 10:53:06 3dae71ba6b94: Download complete 10:53:06 923cac83aea3: Download complete 10:53:06 25ad8b0a4227: Verifying Checksum 10:53:06 25ad8b0a4227: Download complete 10:53:06 db01528c6b51: Verifying Checksum 10:53:06 db01528c6b51: Download complete 10:53:06 28988de357af: Verifying Checksum 10:53:06 28988de357af: Download complete 10:53:06 a29436f7fd5d: Verifying Checksum 10:53:06 a29436f7fd5d: Download complete 10:53:07 2e8e34ca0e6c: Verifying Checksum 10:53:07 2e8e34ca0e6c: Download complete 10:53:08 3dae71ba6b94: Pull complete 10:53:08 6bf1a483ea7c: Pull complete 10:53:09 f5dfc541a4d3: Pull complete 10:53:09 461d9e800cba: Pull complete 10:53:09 80192f66455f: Pull complete 10:53:13 2e8e34ca0e6c: Pull complete 10:53:14 a29436f7fd5d: Pull complete 10:53:14 923cac83aea3: Pull complete 10:53:14 25ad8b0a4227: Pull complete 10:53:14 db01528c6b51: Pull complete 10:53:14 28988de357af: Pull complete 10:53:14 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 10:53:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:53:14 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:53:14 prd-ubuntu20.04-docker-8c-8g-4846 does not seem to be running inside a container 10:53:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-opc-ua_main -v /w/workspace/edgexfoundry_device-opc-ua_main:/w/workspace/edgexfoundry_device-opc-ua_main:rw,z -v /w/workspace/edgexfoundry_device-opc-ua_main@tmp:/w/workspace/edgexfoundry_device-opc-ua_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 10:53:17 $ docker top f111d21c5bd64d9206d789d0a0296c7e12b9d44c5b45b0f618bdf00a794b4c91 -eo pid,comm 10:53:17 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). 10:53:17 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:53:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:53:17 [ssh-agent] Looking for ssh-agent implementation... 10:53:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:53:17 $ docker exec f111d21c5bd64d9206d789d0a0296c7e12b9d44c5b45b0f618bdf00a794b4c91 ssh-agent 10:53:17 SSH_AUTH_SOCK=/tmp/ssh-ECxP86jmXrEe/agent.32 10:53:17 SSH_AGENT_PID=38 10:53:17 Running ssh-add (command line suppressed) 10:53:17 Identity added: /w/workspace/edgexfoundry_device-opc-ua_main@tmp/private_key_16812996403992299961.key (/w/workspace/edgexfoundry_device-opc-ua_main@tmp/private_key_16812996403992299961.key) 10:53:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:53:17 + git tag --points-at HEAD [Pipeline] } 10:53:17 $ docker exec --env ******** --env ******** f111d21c5bd64d9206d789d0a0296c7e12b9d44c5b45b0f618bdf00a794b4c91 ssh-agent -k 10:53:17 unset SSH_AUTH_SOCK; 10:53:17 unset SSH_AGENT_PID; 10:53:17 echo Agent pid 38 killed; 10:53:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:53:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:53:17 [ssh-agent] Looking for ssh-agent implementation... 10:53:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:53:18 $ docker exec f111d21c5bd64d9206d789d0a0296c7e12b9d44c5b45b0f618bdf00a794b4c91 ssh-agent 10:53:18 SSH_AUTH_SOCK=/tmp/ssh-jG7YLKm2RsT6/agent.71 10:53:18 SSH_AGENT_PID=77 10:53:18 Running ssh-add (command line suppressed) 10:53:18 Identity added: /w/workspace/edgexfoundry_device-opc-ua_main@tmp/private_key_9927589454779867270.key (/w/workspace/edgexfoundry_device-opc-ua_main@tmp/private_key_9927589454779867270.key) 10:53:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:53:18 + git semver init 10:53:18 2025-07-09 10:53:18,750 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 10:53:18 2025-07-09 10:53:18,753 [run_init] DEBUG init version:0.0.0 force:False 10:53:18 2025-07-09 10:53:18,753 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-opc-ua_main/.semver 10:53:18 2025-07-09 10:53:18,754 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-opc-ua.git /w/workspace/edgexfoundry_device-opc-ua_main/.semver 10:53:18 2025-07-09 10:53:18,754 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-opc-ua.git', '/w/workspace/edgexfoundry_device-opc-ua_main/.semver'], cwd=/w/workspace/edgexfoundry_device-opc-ua_main, stdin=None, shell=False, universal_newlines=False) 10:53:19 2025-07-09 10:53:19,796 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-opc-ua_main/.git/info/exclude 10:53:19 2025-07-09 10:53:19,796 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-opc-ua_main/.semver/main with force:False 10:53:19 2025-07-09 10:53:19,797 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-opc-ua_main/.semver/main 10:53:19 2025-07-09 10:53:19,797 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-opc-ua_main/.semver/main 10:53:19 4.1.0-dev.3 [Pipeline] } 10:53:19 $ docker exec --env ******** --env ******** f111d21c5bd64d9206d789d0a0296c7e12b9d44c5b45b0f618bdf00a794b4c91 ssh-agent -k 10:53:19 unset SSH_AUTH_SOCK; 10:53:19 unset SSH_AGENT_PID; 10:53:19 echo Agent pid 77 killed; 10:53:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:53:20 + git semver [Pipeline] } 10:53:20 $ docker stop --time=1 f111d21c5bd64d9206d789d0a0296c7e12b9d44c5b45b0f618bdf00a794b4c91 10:53:21 $ docker rm -f --volumes f111d21c5bd64d9206d789d0a0296c7e12b9d44c5b45b0f618bdf00a794b4c91 [Pipeline] // withDockerContainer [Pipeline] sh 10:53:22 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:53:22 Stashed 1 file(s) [Pipeline] echo 10:53:22 [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 10:53:22 provisioning config files... 10:53:22 copy managed file [device-opc-ua-settings] to file:/w/workspace/edgexfoundry_device-opc-ua_main@tmp/config3128947951395191883tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:53:22 ---> ****-login.sh 10:53:22 nexus3.edgexfoundry.org:10001 10:53:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:53:22 Login Succeeded 10:53:22 nexus3.edgexfoundry.org:10002 10:53:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:53:22 Login Succeeded 10:53:22 nexus3.edgexfoundry.org:10003 10:53:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:53:23 Login Succeeded 10:53:23 nexus3.edgexfoundry.org:10004 10:53:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:53:23 Login Succeeded 10:53:23 ****.io 10:53:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:53:23 Login Succeeded 10:53:23 ---> ****-login.sh ends [Pipeline] } 10:53:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:53:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 10:53:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 10:53:23 ========================================================= 10:53:23 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 10:53:23 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:23 + 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 . 10:53:24 #0 building with "default" instance using docker driver 10:53:24 10:53:24 #1 [internal] load build definition from Dockerfile 10:53:24 #1 transferring dockerfile: 1.28kB done 10:53:24 #1 DONE 0.0s 10:53:24 10:53:24 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 10:53:24 #2 DONE 0.1s 10:53:24 10:53:24 #3 [internal] load .dockerignore 10:53:24 #3 transferring context: 102B done 10:53:24 #3 DONE 0.0s 10:53:24 10:53:24 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 10:53:24 #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 0.0s done 10:53:24 #4 sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 685B / 685B done 10:53:24 #4 sha256:e873195afa03f66c4477d62a47bde445cf4ea723c241a30f98137b48a10af2e9 2.08kB / 2.08kB done 10:53:24 #4 sha256:ea6120ae94a0356f97603cf7c451f67990211a3e020e5a30d412335b108fdc34 4.22kB / 4.22kB done 10:53:24 #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s 10:53:24 #4 sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 294.40kB / 294.40kB 0.0s done 10:53:24 #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s 10:53:24 #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done 10:53:24 #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s done 10:53:24 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 11.53MB / 74.06MB 0.2s 10:53:24 #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 10:53:24 #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done 10:53:24 #4 sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 2.10MB / 2.38MB 0.2s 10:53:24 #4 sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 440B / 440B 0.1s done 10:53:24 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 1.05MB / 100.52MB 0.2s 10:53:24 #4 ... 10:53:24 10:53:24 #5 [internal] load build context 10:53:24 #5 transferring context: 17.37MB 0.2s done 10:53:24 #5 DONE 0.2s 10:53:24 10:53:24 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 10:53:24 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 27.26MB / 74.06MB 0.3s 10:53:24 #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s done 10:53:24 #4 sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 2.38MB / 2.38MB 0.2s done 10:53:24 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 8.39MB / 100.52MB 0.3s 10:53:24 #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 2.10MB / 13.29MB 0.3s 10:53:24 #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 10:53:24 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 62.91MB / 74.06MB 0.5s 10:53:24 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 30.51MB / 100.52MB 0.5s 10:53:24 #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 13.29MB / 13.29MB 0.5s done 10:53:24 #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 0.1s done 10:53:25 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.6s 10:53:25 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 44.04MB / 100.52MB 0.6s 10:53:25 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.8s done 10:53:25 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 90.17MB / 100.52MB 0.8s 10:53:25 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 100.52MB / 100.52MB 0.9s 10:53:25 #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 10:53:25 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 100.52MB / 100.52MB 1.1s done 10:53:29 #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 4.3s done 10:53:29 #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 10:53:30 #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 done 10:53:30 #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done 10:53:30 #4 extracting sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 done 10:53:30 #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 10:53:30 #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 0.0s done 10:53:30 #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 0.1s 10:53:32 #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 2.3s done 10:53:32 #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 10:53:33 #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0.7s done 10:53:33 #4 DONE 8.7s 10:53:33 10:53:33 #6 [builder 2/7] RUN apk add --update --no-cache make git zeromq-dev gcc pkgconfig musl-dev 10:53:33 #6 0.181 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:53:33 #6 0.335 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:53:34 #6 0.665 OK: 248 MiB in 58 packages 10:53:37 #6 DONE 3.5s 10:53:37 10:53:37 #7 [builder 3/7] WORKDIR /device-opcua 10:53:37 #7 DONE 0.0s 10:53:37 10:53:37 #8 [builder 4/7] COPY go.mod vendor* ./ 10:53:37 #8 DONE 0.0s 10:53:37 10:53:37 #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:53:37 Still waiting to schedule task 10:53:37 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 10:54:24 #9 DONE 41.6s 10:54:24 10:54:24 #10 [builder 6/7] COPY . . 10:54:24 #10 DONE 0.2s 10:54:24 10:54:24 #11 [builder 7/7] RUN echo noop 10:54:24 #11 0.192 noop 10:54:24 #11 DONE 0.2s 10:54:24 10:54:24 #12 exporting to image 10:54:24 #12 exporting layers 10:54:26 #12 exporting layers 7.4s done 10:54:26 #12 writing image sha256:055e90b34177d11759ff6d907420a2c6432c5d3145859c61f77d6153afa4a0b6 done 10:54:26 #12 naming to docker.io/library/ci-base-image-x86_64 done 10:54:26 #12 DONE 7.4s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:54:26 + docker inspect -f . ci-base-image-x86_64 10:54:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:54:27 prd-ubuntu20.04-docker-8c-8g-4846 does not seem to be running inside a container 10:54:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-opc-ua_main -v /w/workspace/edgexfoundry_device-opc-ua_main:/w/workspace/edgexfoundry_device-opc-ua_main:rw,z -v /w/workspace/edgexfoundry_device-opc-ua_main@tmp:/w/workspace/edgexfoundry_device-opc-ua_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 10:54:27 $ docker top 3989c5e6ebaaab74cc7344bc14d086bef92629d53aa4a1c66f7cc8ddd124414b -eo pid,comm [Pipeline] { [Pipeline] sh 10:54:27 + go version 10:54:27 go version go1.23.9 linux/amd64 [Pipeline] } 10:54:27 $ docker stop --time=1 3989c5e6ebaaab74cc7344bc14d086bef92629d53aa4a1c66f7cc8ddd124414b 10:54:28 $ docker rm -f --volumes 3989c5e6ebaaab74cc7344bc14d086bef92629d53aa4a1c66f7cc8ddd124414b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:54:29 + docker inspect -f . ci-base-image-x86_64 10:54:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:54:29 prd-ubuntu20.04-docker-8c-8g-4846 does not seem to be running inside a container 10:54:29 $ 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-opc-ua_main -v /w/workspace/edgexfoundry_device-opc-ua_main:/w/workspace/edgexfoundry_device-opc-ua_main:rw,z -v /w/workspace/edgexfoundry_device-opc-ua_main@tmp:/w/workspace/edgexfoundry_device-opc-ua_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 10:54:29 $ docker top e3c1df1d69b97927cac6cd0da6f031887ca3872dfaa74b1e0b67362f4076acb0 -eo pid,comm [Pipeline] { [Pipeline] sh 10:54:30 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-opc-ua_main [Pipeline] fileExists [Pipeline] sh 10:54:30 + make test 10:54:30 go test ./... -coverprofile=coverage.out 10:54:31 ? github.com/edgexfoundry/device-opc-ua [no test files] 10:54:49 github.com/edgexfoundry/device-opc-ua/cmd coverage: 0.0% of statements 10:54:49 github.com/edgexfoundry/device-opc-ua/internal/test coverage: 0.0% of statements 10:54:49 ok github.com/edgexfoundry/device-opc-ua/internal/driver 0.017s coverage: 41.4% of statements 10:54:59 go vet ./... 10:55:03 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 10:55:03 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 10:55:03 ./bin/test-attribution-txt.sh [Pipeline] echo 10:55:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 10:55:04 $ docker stop --time=1 e3c1df1d69b97927cac6cd0da6f031887ca3872dfaa74b1e0b67362f4076acb0 10:55:07 $ docker rm -f --volumes e3c1df1d69b97927cac6cd0da6f031887ca3872dfaa74b1e0b67362f4076acb0 [Pipeline] // withDockerContainer [Pipeline] sh 10:55:08 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:55:08 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 10:55:08 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:55:08 + ls -al . 10:55:08 total 236 10:55:08 drwxrwxr-x 9 jenkins jenkins 4096 Jul 9 10:54 . 10:55:08 drwxrwxr-x 4 jenkins jenkins 4096 Jul 9 10:52 .. 10:55:08 -rw-rw-r-- 1 jenkins jenkins 62 Jul 9 10:52 .dockerignore 10:55:08 drwxrwxr-x 8 jenkins jenkins 4096 Jul 9 10:54 .git 10:55:08 drwxrwxr-x 2 jenkins jenkins 4096 Jul 9 10:52 .github 10:55:08 -rw-rw-r-- 1 jenkins jenkins 101 Jul 9 10:52 .gitignore 10:55:08 -rw-rw-r-- 1 jenkins jenkins 218 Jul 9 10:52 .golangci.yml 10:55:08 drwxr-xr-x 3 jenkins jenkins 4096 Jul 9 10:53 .semver 10:55:08 drwxrwxr-x 2 jenkins jenkins 4096 Jul 9 10:52 .vscode 10:55:08 -rw-rw-r-- 1 jenkins jenkins 20452 Jul 9 10:52 Attribution.txt 10:55:08 -rw-rw-r-- 1 jenkins jenkins 2560 Jul 9 10:52 CHANGELOG.md 10:55:08 -rw-rw-r-- 1 jenkins jenkins 1242 Jul 9 10:52 Dockerfile 10:55:08 -rw-rw-r-- 1 jenkins jenkins 649 Jul 9 10:52 Jenkinsfile 10:55:08 -rw-rw-r-- 1 jenkins jenkins 11367 Jul 9 10:52 LICENSE 10:55:08 -rw-rw-r-- 1 jenkins jenkins 2474 Jul 9 10:52 Makefile 10:55:08 -rw-rw-r-- 1 jenkins jenkins 4109 Jul 9 10:52 README.md 10:55:08 -rw-rw-r-- 1 jenkins jenkins 11 Jul 9 10:53 VERSION 10:55:08 drwxrwxr-x 2 jenkins jenkins 4096 Jul 9 10:52 bin 10:55:08 drwxrwxr-x 3 jenkins jenkins 4096 Jul 9 10:52 cmd 10:55:08 -rw-r--r-- 1 jenkins jenkins 26136 Jul 9 10:54 coverage.out 10:55:08 -rw-rw-r-- 1 jenkins jenkins 6270 Jul 9 10:52 go.mod 10:55:08 -rw-rw-r-- 1 jenkins jenkins 86928 Jul 9 10:52 go.sum 10:55:08 drwxrwxr-x 4 jenkins jenkins 4096 Jul 9 10:52 internal 10:55:08 -rw-rw-r-- 1 jenkins jenkins 260 Jul 9 10:52 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:09 + docker build -t device-opc-ua -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=83aed419838c95e88690884805deb3001cd714b8 --label arch=amd64 --label version=4.1.0-dev.3 . 10:55:09 #0 building with "default" instance using docker driver 10:55:09 10:55:09 #1 [internal] load build definition from Dockerfile 10:55:09 #1 transferring dockerfile: 1.28kB done 10:55:09 #1 DONE 0.0s 10:55:09 10:55:09 #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 10:55:09 #2 DONE 0.0s 10:55:09 10:55:09 #3 [internal] load metadata for docker.io/library/alpine:3.20 10:55:09 #3 DONE 0.1s 10:55:09 10:55:09 #4 [internal] load .dockerignore 10:55:09 #4 transferring context: 102B done 10:55:09 #4 DONE 0.0s 10:55:09 10:55:09 #5 [internal] load build context 10:55:09 #5 transferring context: 36.50kB 0.0s done 10:55:09 #5 DONE 0.0s 10:55:09 10:55:09 #6 [stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 10:55:09 #6 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 10:55:09 #6 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 10:55:09 #6 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 10:55:09 #6 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 10:55:09 #6 DONE 0.0s 10:55:09 10:55:09 #7 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 10:55:09 #7 DONE 0.1s 10:55:09 10:55:09 #8 [builder 2/7] RUN apk add --update --no-cache make git zeromq-dev gcc pkgconfig musl-dev 10:55:09 #8 0.218 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:55:09 #8 0.348 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:55:10 #8 0.677 OK: 248 MiB in 58 packages 10:55:10 #8 DONE 0.8s 10:55:10 10:55:10 #9 [stage-1 2/6] RUN apk add --update --no-cache zeromq dumb-init 10:55:10 #9 0.230 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:55:10 #9 0.390 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:55:10 #9 0.711 (1/6) Installing dumb-init (1.2.5-r3) 10:55:10 #9 0.716 (2/6) Installing libgcc (13.2.1_git20240309-r1) 10:55:10 #9 0.720 (3/6) Installing libsodium (1.0.19-r0) 10:55:10 #9 0.727 (4/6) Installing libstdc++ (13.2.1_git20240309-r1) 10:55:10 #9 ... 10:55:10 10:55:10 #10 [builder 3/7] WORKDIR /device-opcua 10:55:10 #10 DONE 0.0s 10:55:10 10:55:10 #11 [builder 4/7] COPY go.mod vendor* ./ 10:55:10 #11 DONE 0.0s 10:55:10 10:55:10 #9 [stage-1 2/6] RUN apk add --update --no-cache zeromq dumb-init 10:55:10 #9 0.987 (5/6) Installing libzmq (4.3.5-r2) 10:55:10 #9 0.997 (6/6) Installing zeromq (4.3.5-r2) 10:55:10 #9 1.000 Executing busybox-1.36.1-r29.trigger 10:55:10 #9 1.004 OK: 12 MiB in 20 packages 10:55:10 #9 DONE 1.1s 10:55:10 10:55:10 #12 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:55:10 #12 DONE 0.4s 10:55:10 10:55:10 #13 [stage-1 3/6] RUN apk --no-cache upgrade 10:55:11 #13 ... 10:55:11 10:55:11 #14 [builder 6/7] COPY . . 10:55:11 #14 DONE 0.2s 10:55:11 10:55:11 #13 [stage-1 3/6] RUN apk --no-cache upgrade 10:55:11 #13 0.286 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:55:11 #13 0.494 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:55:11 #13 0.747 OK: 12 MiB in 20 packages 10:55:11 #13 DONE 0.8s 10:55:11 10:55:11 #15 [builder 7/7] RUN make build 10:55:11 #15 0.242 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-opc-ua.Version=4.1.0-dev.3 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-opcua ./cmd 10:55:33 #15 21.59 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 10:55:34 #15 DONE 23.1s 10:55:34 10:55:34 #16 [stage-1 4/6] COPY --from=builder /device-opcua/cmd / 10:55:34 #16 DONE 0.3s 10:55:34 10:55:34 #17 [stage-1 5/6] COPY --from=builder /device-opcua/LICENSE / 10:55:34 #17 DONE 0.0s 10:55:34 10:55:34 #18 [stage-1 6/6] COPY --from=builder /device-opcua/Attribution.txt / 10:55:34 #18 DONE 0.0s 10:55:34 10:55:34 #19 exporting to image 10:55:34 #19 exporting layers 0.1s done 10:55:34 #19 writing image sha256:66fdb0f3b62fb341fbfa79bb20004ca590e607218f0e2b08833a31eff44de3d5 done 10:55:34 #19 naming to docker.io/library/device-opc-ua done 10:55:34 #19 DONE 0.2s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:55:34 provisioning config files... 10:55:34 copy managed file [device-opc-ua-settings] to file:/w/workspace/edgexfoundry_device-opc-ua_main@tmp/config13289642931520238386tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:55:35 ---> ****-login.sh 10:55:35 nexus3.edgexfoundry.org:10001 10:55:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:55:35 Login Succeeded 10:55:35 nexus3.edgexfoundry.org:10002 10:55:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:55:35 Login Succeeded 10:55:35 nexus3.edgexfoundry.org:10003 10:55:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:55:35 Login Succeeded 10:55:35 nexus3.edgexfoundry.org:10004 10:55:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:55:35 Login Succeeded 10:55:35 ****.io 10:55:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:55:35 Login Succeeded 10:55:35 ---> ****-login.sh ends [Pipeline] } 10:55:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:55:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 10:55:35 [edgeXDocker.push] Tagging docker image device-opc-ua with the following tags: 10:55:35 83aed419838c95e88690884805deb3001cd714b8 10:55:35 latest 10:55:35 4.1.0-dev.3 10:55:35 83aed419838c95e88690884805deb3001cd714b8-4.1.0-dev.3 10:55:35 main 10:55:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:36 + docker tag device-opc-ua nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:36 + docker push nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8 10:55:36 The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua] 10:55:36 c6f4ca448b03: Preparing 10:55:36 baa1241c0699: Preparing 10:55:36 ec68542eecac: Preparing 10:55:36 8e52097ffbf6: Preparing 10:55:36 e99822ceb0d5: Preparing 10:55:36 994456c4fd7b: Preparing 10:55:36 994456c4fd7b: Waiting 10:55:36 baa1241c0699: Pushed 10:55:36 8e52097ffbf6: Pushed 10:55:36 c6f4ca448b03: Pushed 10:55:36 994456c4fd7b: Layer already exists 10:55:36 e99822ceb0d5: Pushed 10:55:41 ec68542eecac: Pushed 10:55:41 83aed419838c95e88690884805deb3001cd714b8: digest: sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:41 + docker tag device-opc-ua nexus3.edgexfoundry.org:10004/device-opc-ua:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:41 + docker push nexus3.edgexfoundry.org:10004/device-opc-ua:latest 10:55:41 The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua] 10:55:41 c6f4ca448b03: Preparing 10:55:41 baa1241c0699: Preparing 10:55:41 ec68542eecac: Preparing 10:55:41 8e52097ffbf6: Preparing 10:55:41 e99822ceb0d5: Preparing 10:55:41 994456c4fd7b: Preparing 10:55:41 994456c4fd7b: Waiting 10:55:41 8e52097ffbf6: Layer already exists 10:55:41 c6f4ca448b03: Layer already exists 10:55:41 e99822ceb0d5: Layer already exists 10:55:41 ec68542eecac: Layer already exists 10:55:41 baa1241c0699: Layer already exists 10:55:41 994456c4fd7b: Layer already exists 10:55:41 latest: digest: sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:42 + docker tag device-opc-ua nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:42 + docker push nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.3 10:55:42 The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua] 10:55:42 c6f4ca448b03: Preparing 10:55:42 baa1241c0699: Preparing 10:55:42 ec68542eecac: Preparing 10:55:42 8e52097ffbf6: Preparing 10:55:42 e99822ceb0d5: Preparing 10:55:42 994456c4fd7b: Preparing 10:55:42 994456c4fd7b: Waiting 10:55:42 baa1241c0699: Layer already exists 10:55:42 ec68542eecac: Layer already exists 10:55:42 e99822ceb0d5: Layer already exists 10:55:42 c6f4ca448b03: Layer already exists 10:55:42 8e52097ffbf6: Layer already exists 10:55:42 994456c4fd7b: Layer already exists 10:55:42 4.1.0-dev.3: digest: sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:42 + docker tag device-opc-ua nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:43 + docker push nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8-4.1.0-dev.3 10:55:43 The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua] 10:55:43 c6f4ca448b03: Preparing 10:55:43 baa1241c0699: Preparing 10:55:43 ec68542eecac: Preparing 10:55:43 8e52097ffbf6: Preparing 10:55:43 e99822ceb0d5: Preparing 10:55:43 994456c4fd7b: Preparing 10:55:43 994456c4fd7b: Waiting 10:55:43 8e52097ffbf6: Layer already exists 10:55:43 baa1241c0699: Layer already exists 10:55:43 c6f4ca448b03: Layer already exists 10:55:43 e99822ceb0d5: Layer already exists 10:55:43 ec68542eecac: Layer already exists 10:55:43 994456c4fd7b: Layer already exists 10:55:43 83aed419838c95e88690884805deb3001cd714b8-4.1.0-dev.3: digest: sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:43 + docker tag device-opc-ua nexus3.edgexfoundry.org:10004/device-opc-ua:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:43 + docker push nexus3.edgexfoundry.org:10004/device-opc-ua:main 10:55:43 The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua] 10:55:43 c6f4ca448b03: Preparing 10:55:43 baa1241c0699: Preparing 10:55:43 ec68542eecac: Preparing 10:55:43 8e52097ffbf6: Preparing 10:55:43 e99822ceb0d5: Preparing 10:55:43 994456c4fd7b: Preparing 10:55:43 994456c4fd7b: Waiting 10:55:43 ec68542eecac: Layer already exists 10:55:43 8e52097ffbf6: Layer already exists 10:55:43 baa1241c0699: Layer already exists 10:55:43 e99822ceb0d5: Layer already exists 10:55:43 c6f4ca448b03: Layer already exists 10:55:43 994456c4fd7b: Layer already exists 10:55:43 main: digest: sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:55:43 ===================================================== [Pipeline] echo 10:55:43 taggedImages: 10:55:43 - nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8 10:55:43 - nexus3.edgexfoundry.org:10004/device-opc-ua:latest 10:55:43 - nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.3 10:55:43 - nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8-4.1.0-dev.3 10:55:43 - nexus3.edgexfoundry.org:10004/device-opc-ua:main [Pipeline] echo 10:55:43 ========================================================= 10:55:43 [edgeXBuildMultiArch] RAW Config: 10:55:43 images: 10:55:43 - nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8 10:55:43 - nexus3.edgexfoundry.org:10004/device-opc-ua:latest 10:55:43 - nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.3 10:55:43 - nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8-4.1.0-dev.3 10:55:43 - nexus3.edgexfoundry.org:10004/device-opc-ua:main 10:55:43 settingsFile: 10:55:43 device-opc-ua-settings 10:55:43 ========================================================= [Pipeline] node 10:55:58 Still waiting to schedule task 10:55:58 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-4843’ 10:56:06 Running on prd-ubuntu20.04-docker-arm64-4c-16g-4853 in /w/workspace/edgexfoundry_device-opc-ua_main [Pipeline] { [Pipeline] ws 10:56:06 Running in /w/workspace/device-opc-ua/15 [Pipeline] { [Pipeline] checkout 10:56:09 Selected Git installation does not exist. Using Default 10:56:09 The recommended git tool is: NONE 10:56:16 using credential edgex-jenkins-ssh 10:56:16 Cloning the remote Git repository 10:56:16 Cloning repository git@github.com:edgexfoundry/device-opc-ua.git 10:56:16 > git init /w/workspace/device-opc-ua/15 # timeout=10 10:56:16 Fetching upstream changes from git@github.com:edgexfoundry/device-opc-ua.git 10:56:16 > git --version # timeout=10 10:56:16 > git --version # 'git version 2.25.1' 10:56:16 using GIT_SSH to set credentials SSH Credentials for GitHub 10:56:16 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-opc-ua.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:56:18 > git config remote.origin.url git@github.com:edgexfoundry/device-opc-ua.git # timeout=10 10:56:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:56:19 Avoid second fetch 10:56:19 Checking out Revision 83aed419838c95e88690884805deb3001cd714b8 (main) 10:56:20 Commit message: "build: Upgrade SDK to v4.1.0-dev.21 (#122)" 10:56:19 > git config core.sparsecheckout # timeout=10 10:56:20 > git checkout -f 83aed419838c95e88690884805deb3001cd714b8 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:56:25 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 10:56:25 % Total % Received % Xferd Average Speed Time Time Time Current 10:56:25 Dload Upload Total Spent Left Speed 10:56:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 199k 0 --:--:-- --:--:-- --:--:-- 199k [Pipeline] sh 10:56:26 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 10:56:26 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 10:56:26 + sudo tee /etc/docker/daemon.new 10:56:26 { 10:56:26 "registry-mirrors": [ 10:56:26 "https://nexus3.edgexfoundry.org:10001" 10:56:26 ], 10:56:26 "bip": "10.250.0.254/24", 10:56:26 "hosts": [ 10:56:26 "tcp://0.0.0.0:5555", 10:56:26 "unix:///var/run/docker.sock" 10:56:26 ], 10:56:26 "mtu": 1458, 10:56:26 "selinux-enabled": true, 10:56:26 "seccomp-profile": "/etc/docker/seccomp.json" 10:56:26 } [Pipeline] sh 10:56:27 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 10:56:27 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:56:45 provisioning config files... 10:56:45 copy managed file [device-opc-ua-settings] to file:/w/workspace/device-opc-ua/15@tmp/config15346082613321630957tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:56:46 ---> ****-login.sh 10:56:46 nexus3.edgexfoundry.org:10001 10:56:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:56:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:56:47 Configure a credential helper to remove this warning. See 10:56:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:56:47 10:56:47 Login Succeeded 10:56:47 nexus3.edgexfoundry.org:10002 10:56:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:56:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:56:47 Configure a credential helper to remove this warning. See 10:56:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:56:47 10:56:47 Login Succeeded 10:56:47 nexus3.edgexfoundry.org:10003 10:56:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:56:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:56:47 Configure a credential helper to remove this warning. See 10:56:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:56:47 10:56:47 Login Succeeded 10:56:48 nexus3.edgexfoundry.org:10004 10:56:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:56:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:56:48 Configure a credential helper to remove this warning. See 10:56:48 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:56:48 10:56:48 Login Succeeded 10:56:48 ****.io 10:56:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:56:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:56:48 Configure a credential helper to remove this warning. See 10:56:48 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:56:48 10:56:48 Login Succeeded 10:56:48 ---> ****-login.sh ends [Pipeline] } 10:56:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:56:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 10:56:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 10:56:49 ========================================================= 10:56:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 10:56:49 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:49 + 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 . 10:56:50 Sending build context to Docker daemon 8.863MB 10:56:50 Step 1/10 : ARG BASE=golang:1.23-alpine3.20 10:56:50 Step 2/10 : FROM ${BASE} AS builder 10:56:50 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:56:50 94e9d8af2201: Pulling fs layer 10:56:50 a6c56e8762df: Pulling fs layer 10:56:50 f0f3c8884826: Pulling fs layer 10:56:50 c7e7622c144d: Pulling fs layer 10:56:50 4f4fb700ef54: Pulling fs layer 10:56:50 e8859aadc426: Pulling fs layer 10:56:50 b4813487a9f6: Pulling fs layer 10:56:50 502a3d64fb4b: Pulling fs layer 10:56:50 c7e7622c144d: Waiting 10:56:50 e8859aadc426: Waiting 10:56:50 4f4fb700ef54: Waiting 10:56:50 b4813487a9f6: Waiting 10:56:50 a6c56e8762df: Verifying Checksum 10:56:50 a6c56e8762df: Download complete 10:56:50 c7e7622c144d: Verifying Checksum 10:56:50 c7e7622c144d: Download complete 10:56:50 4f4fb700ef54: Verifying Checksum 10:56:50 4f4fb700ef54: Download complete 10:56:50 e8859aadc426: Verifying Checksum 10:56:50 e8859aadc426: Download complete 10:56:50 94e9d8af2201: Verifying Checksum 10:56:50 94e9d8af2201: Download complete 10:56:51 502a3d64fb4b: Verifying Checksum 10:56:51 502a3d64fb4b: Download complete 10:56:51 94e9d8af2201: Pull complete 10:56:52 a6c56e8762df: Pull complete 10:56:52 f0f3c8884826: Verifying Checksum 10:56:52 f0f3c8884826: Download complete 10:56:53 b4813487a9f6: Verifying Checksum 10:56:53 b4813487a9f6: Download complete 10:57:08 f0f3c8884826: Pull complete 10:57:08 c7e7622c144d: Pull complete 10:57:08 4f4fb700ef54: Pull complete 10:57:08 e8859aadc426: Pull complete 10:57:17 b4813487a9f6: Pull complete 10:57:18 502a3d64fb4b: Pull complete 10:57:18 Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde 10:57:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 10:57:18 ---> 3bb21d53e231 10:57:18 Step 3/10 : ARG ADD_BUILD_TAGS="" 10:57:20 ---> Running in c95e36deed09 10:57:20 Removing intermediate container c95e36deed09 10:57:20 ---> 9625e9a38513 10:57:20 Step 4/10 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 10:57:20 ---> Running in 025454ac2dc5 10:57:20 Removing intermediate container 025454ac2dc5 10:57:20 ---> 4cdc90af6b59 10:57:20 Step 5/10 : RUN apk add --update --no-cache make git zeromq-dev gcc pkgconfig musl-dev 10:57:20 ---> Running in d44a77ea2a93 10:57:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:57:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:57:23 OK: 239 MiB in 58 packages 10:57:25 Removing intermediate container d44a77ea2a93 10:57:25 ---> 64149a3641b9 10:57:25 Step 6/10 : WORKDIR /device-opcua 10:57:25 ---> Running in f4cd753c6129 10:57:25 Removing intermediate container f4cd753c6129 10:57:25 ---> 7980a110d670 10:57:25 Step 7/10 : COPY go.mod vendor* ./ 10:57:25 ---> 84fdac6d24de 10:57:25 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:57:26 ---> Running in a22999f66a63 10:57:33 Running on prd-centos7-docker-4c-2g-4859 in /w/workspace/edgexfoundry_device-opc-ua_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:57:33 provisioning config files... 10:57:33 copy managed file [device-opc-ua-settings] to file:/w/workspace/edgexfoundry_device-opc-ua_main@tmp/config4210976046172464602tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:57:34 ---> ****-login.sh 10:57:34 nexus3.edgexfoundry.org:10001 10:57:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:57:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:57:35 Configure a credential helper to remove this warning. See 10:57:35 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:57:35 10:57:35 Login Succeeded 10:57:35 nexus3.edgexfoundry.org:10002 10:57:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:57:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:57:35 Configure a credential helper to remove this warning. See 10:57:35 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:57:35 10:57:35 Login Succeeded 10:57:35 nexus3.edgexfoundry.org:10003 10:57:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:57:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:57:35 Configure a credential helper to remove this warning. See 10:57:35 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:57:35 10:57:35 Login Succeeded 10:57:35 nexus3.edgexfoundry.org:10004 10:57:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:57:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:57:35 Configure a credential helper to remove this warning. See 10:57:35 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:57:35 10:57:35 Login Succeeded 10:57:35 ****.io 10:57:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:57:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:57:35 Configure a credential helper to remove this warning. See 10:57:35 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:57:35 10:57:35 Login Succeeded 10:57:35 ---> ****-login.sh ends [Pipeline] } 10:57:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:57:35 + docker buildx ls 10:57:35 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 10:57:35 default * docker 10:57:35 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 10:57:36 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 10:57:36 edgex-builder [Pipeline] sh 10:57:36 + docker buildx inspect --bootstrap 10:57:36 #1 [internal] booting buildkit 10:57:36 #1 pulling image moby/buildkit:buildx-stable-1 10:57:39 #1 pulling image moby/buildkit:buildx-stable-1 3.0s done 10:57:39 #1 creating container buildx_buildkit_edgex-builder0 10:57:41 #1 creating container buildx_buildkit_edgex-builder0 1.7s done 10:57:41 #1 DONE 4.7s 10:57:41 Name: edgex-builder 10:57:41 Driver: docker-container 10:57:41 10:57:41 Nodes: 10:57:41 Name: edgex-builder0 10:57:41 Endpoint: unix:///var/run/docker.sock 10:57:41 Status: running 10:57:41 Buildkit: v0.22.0 10:57:41 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 10:57:41 + docker buildx ls 10:57:41 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 10:57:41 edgex-builder * docker-container 10:57:41 edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 10:57:41 default docker 10:57:41 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 10:57:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8 --push - 10:57:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8' 10:57:41 #1 [internal] load build definition from Dockerfile 10:57:41 #1 transferring dockerfile: 198B done 10:57:41 #1 DONE 0.0s 10:57:41 10:57:41 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8 10:57:41 #2 DONE 0.1s 10:57:41 10:57:41 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8 10:57:42 #3 DONE 0.1s 10:57:42 10:57:42 #4 [internal] load .dockerignore 10:57:42 #4 transferring context: 2B done 10:57:42 #4 DONE 0.0s 10:57:42 10:57:42 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8@sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 10:57:42 #5 resolve nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8@sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 0.0s done 10:57:42 #5 DONE 0.0s 10:57:42 10:57:42 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8@sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 10:57:42 #6 resolve nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8@sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 0.0s done 10:57:42 #6 DONE 0.1s 10:57:42 10:57:42 #7 exporting to image 10:57:42 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:57:42 #7 ... 10:57:42 10:57:42 #8 [auth] device-opc-ua:pull,push token for nexus3.edgexfoundry.org:10004 10:57:42 #8 DONE 0.0s 10:57:42 10:57:42 #7 exporting to image 10:57:42 #7 exporting layers done 10:57:42 #7 exporting manifest sha256:ce4dc24f3d1eb08eb0922ab44b08eb3f34380f0a6493941f5ed7498a3fff85b1 done 10:57:42 #7 exporting config sha256:66fdb0f3b62fb341fbfa79bb20004ca590e607218f0e2b08833a31eff44de3d5 done 10:57:42 #7 exporting manifest sha256:7fe53de9f81ce4fc00178e6a21872a415a87454eeb4d0cbc05fbac07d8dce1ce done 10:57:42 #7 exporting config sha256:ef9a44cac84cf8aab3fa1d7e2c3740c0bedc90f583d0d8a5dd7ffac0b8fc41a1 done 10:57:42 #7 exporting manifest list sha256:670a7f622d8564f92fd98ad4603663940eeab753c736689e6937e28048032407 done 10:57:42 #7 pushing layers 0.1s done 10:57:42 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8@sha256:670a7f622d8564f92fd98ad4603663940eeab753c736689e6937e28048032407 10:57:42 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8@sha256:670a7f622d8564f92fd98ad4603663940eeab753c736689e6937e28048032407 0.1s done 10:57:42 #7 DONE 0.2s 10:57:42 10:57:42 1 warning found (use --debug to expand): 10:57:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:57:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-opc-ua:latest' 10:57:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-opc-ua:latest --push - 10:57:42 #1 [internal] load build definition from Dockerfile 10:57:42 #1 transferring dockerfile: 164B done 10:57:42 #1 DONE 0.0s 10:57:42 10:57:42 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-opc-ua:latest 10:57:42 #2 DONE 0.0s 10:57:42 10:57:42 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-opc-ua:latest 10:57:42 #3 DONE 0.0s 10:57:42 10:57:42 #4 [internal] load .dockerignore 10:57:42 #4 transferring context: 2B done 10:57:42 #4 DONE 0.0s 10:57:42 10:57:42 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-opc-ua:latest@sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 10:57:42 #5 resolve nexus3.edgexfoundry.org:10004/device-opc-ua:latest@sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 0.0s done 10:57:42 #5 CACHED 10:57:42 10:57:42 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-opc-ua:latest@sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 10:57:42 #6 resolve nexus3.edgexfoundry.org:10004/device-opc-ua:latest@sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 0.0s done 10:57:42 #6 CACHED 10:57:42 10:57:42 #7 exporting to image 10:57:42 #7 exporting layers 10:57:42 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:57:42 #7 exporting layers done 10:57:42 #7 exporting manifest sha256:ce4dc24f3d1eb08eb0922ab44b08eb3f34380f0a6493941f5ed7498a3fff85b1 done 10:57:42 #7 exporting config sha256:66fdb0f3b62fb341fbfa79bb20004ca590e607218f0e2b08833a31eff44de3d5 done 10:57:42 #7 exporting manifest sha256:7fe53de9f81ce4fc00178e6a21872a415a87454eeb4d0cbc05fbac07d8dce1ce done 10:57:42 #7 exporting config sha256:ef9a44cac84cf8aab3fa1d7e2c3740c0bedc90f583d0d8a5dd7ffac0b8fc41a1 done 10:57:42 #7 exporting manifest list sha256:670a7f622d8564f92fd98ad4603663940eeab753c736689e6937e28048032407 done 10:57:42 #7 pushing layers 0.0s done 10:57:42 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-opc-ua:latest@sha256:670a7f622d8564f92fd98ad4603663940eeab753c736689e6937e28048032407 0.1s done 10:57:42 #7 DONE 0.1s 10:57:42 10:57:42 #8 [auth] device-opc-ua:pull,push token for nexus3.edgexfoundry.org:10004 10:57:42 #8 DONE 0.0s 10:57:42 10:57:42 1 warning found (use --debug to expand): 10:57:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:57:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.3 --push - 10:57:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.3' 10:57:43 #1 [internal] load build definition from Dockerfile 10:57:43 #1 transferring dockerfile: 169B done 10:57:43 #1 DONE 0.0s 10:57:43 10:57:43 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.3 10:57:43 #2 DONE 0.0s 10:57:43 10:57:43 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.3 10:57:43 #3 DONE 0.0s 10:57:43 10:57:43 #4 [internal] load .dockerignore 10:57:43 #4 transferring context: 2B done 10:57:43 #4 DONE 0.0s 10:57:43 10:57:43 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.3@sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 10:57:43 #5 resolve nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.3@sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 0.0s done 10:57:43 #5 DONE 0.0s 10:57:43 10:57:43 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.3@sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 10:57:43 #6 resolve nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.3@sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 0.0s done 10:57:43 #6 CACHED 10:57:43 10:57:43 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.3@sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 10:57:43 #5 CACHED 10:57:43 10:57:43 #7 [auth] device-opc-ua:pull,push token for nexus3.edgexfoundry.org:10004 10:57:43 #7 DONE 0.0s 10:57:43 10:57:43 #8 exporting to image 10:57:43 #8 exporting layers done 10:57:43 #8 exporting manifest sha256:ce4dc24f3d1eb08eb0922ab44b08eb3f34380f0a6493941f5ed7498a3fff85b1 done 10:57:43 #8 exporting config sha256:66fdb0f3b62fb341fbfa79bb20004ca590e607218f0e2b08833a31eff44de3d5 done 10:57:43 #8 exporting manifest sha256:7fe53de9f81ce4fc00178e6a21872a415a87454eeb4d0cbc05fbac07d8dce1ce done 10:57:43 #8 exporting config sha256:ef9a44cac84cf8aab3fa1d7e2c3740c0bedc90f583d0d8a5dd7ffac0b8fc41a1 done 10:57:43 #8 exporting manifest list sha256:670a7f622d8564f92fd98ad4603663940eeab753c736689e6937e28048032407 done 10:57:43 #8 pushing layers 0.0s done 10:57:43 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.3@sha256:670a7f622d8564f92fd98ad4603663940eeab753c736689e6937e28048032407 0.1s done 10:57:43 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:57:43 #8 DONE 0.1s 10:57:43 10:57:43 1 warning found (use --debug to expand): 10:57:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:57:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8-4.1.0-dev.3' 10:57:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8-4.1.0-dev.3 --push - 10:57:43 #1 [internal] load build definition from Dockerfile 10:57:43 #1 transferring dockerfile: 210B done 10:57:43 #1 DONE 0.0s 10:57:43 10:57:43 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8-4.1.0-dev.3 10:57:43 #2 DONE 0.0s 10:57:43 10:57:43 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8-4.1.0-dev.3 10:57:43 #3 DONE 0.0s 10:57:43 10:57:43 #4 [internal] load .dockerignore 10:57:43 #4 transferring context: 2B done 10:57:43 #4 DONE 0.0s 10:57:43 10:57:43 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8-4.1.0-dev.3@sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 10:57:43 #5 resolve nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8-4.1.0-dev.3@sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 0.0s done 10:57:43 #5 CACHED 10:57:43 10:57:43 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8-4.1.0-dev.3@sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 10:57:43 #6 resolve nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8-4.1.0-dev.3@sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 0.0s done 10:57:43 #6 DONE 0.0s 10:57:43 10:57:43 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8-4.1.0-dev.3@sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 10:57:43 #6 CACHED 10:57:43 10:57:43 #7 [auth] device-opc-ua:pull,push token for nexus3.edgexfoundry.org:10004 10:57:43 #7 DONE 0.0s 10:57:43 10:57:43 #8 exporting to image 10:57:43 #8 exporting layers done 10:57:43 #8 exporting manifest sha256:ce4dc24f3d1eb08eb0922ab44b08eb3f34380f0a6493941f5ed7498a3fff85b1 done 10:57:43 #8 exporting config sha256:66fdb0f3b62fb341fbfa79bb20004ca590e607218f0e2b08833a31eff44de3d5 done 10:57:43 #8 exporting manifest sha256:7fe53de9f81ce4fc00178e6a21872a415a87454eeb4d0cbc05fbac07d8dce1ce done 10:57:43 #8 exporting config sha256:ef9a44cac84cf8aab3fa1d7e2c3740c0bedc90f583d0d8a5dd7ffac0b8fc41a1 done 10:57:43 #8 exporting manifest list sha256:670a7f622d8564f92fd98ad4603663940eeab753c736689e6937e28048032407 done 10:57:43 #8 pushing layers 0.0s done 10:57:43 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-opc-ua:83aed419838c95e88690884805deb3001cd714b8-4.1.0-dev.3@sha256:670a7f622d8564f92fd98ad4603663940eeab753c736689e6937e28048032407 0.1s done 10:57:43 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:57:43 #8 DONE 0.1s 10:57:43 10:57:43 1 warning found (use --debug to expand): 10:57:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:57:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-opc-ua:main --push - 10:57:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-opc-ua:main' 10:57:44 #1 [internal] load build definition from Dockerfile 10:57:44 #1 transferring dockerfile: 162B done 10:57:44 #1 DONE 0.0s 10:57:44 10:57:44 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-opc-ua:main 10:57:44 #2 DONE 0.0s 10:57:44 10:57:44 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-opc-ua:main 10:57:44 #3 DONE 0.0s 10:57:44 10:57:44 #4 [internal] load .dockerignore 10:57:44 #4 transferring context: 2B done 10:57:44 #4 DONE 0.0s 10:57:44 10:57:44 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-opc-ua:main@sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 10:57:44 #5 resolve nexus3.edgexfoundry.org:10004/device-opc-ua:main@sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 0.0s done 10:57:44 #5 CACHED 10:57:44 10:57:44 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-opc-ua:main@sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 10:57:44 #6 resolve nexus3.edgexfoundry.org:10004/device-opc-ua:main@sha256:bb6d4ddb7ce76b1cd182a6b9abb9f80bfd91b098e62378fd05a6cc160821b6c7 0.0s done 10:57:44 #6 CACHED 10:57:44 10:57:44 #7 exporting to image 10:57:44 #7 exporting layers done 10:57:44 #7 exporting manifest sha256:ce4dc24f3d1eb08eb0922ab44b08eb3f34380f0a6493941f5ed7498a3fff85b1 done 10:57:44 #7 exporting config sha256:66fdb0f3b62fb341fbfa79bb20004ca590e607218f0e2b08833a31eff44de3d5 done 10:57:44 #7 exporting manifest sha256:7fe53de9f81ce4fc00178e6a21872a415a87454eeb4d0cbc05fbac07d8dce1ce done 10:57:44 #7 exporting config sha256:ef9a44cac84cf8aab3fa1d7e2c3740c0bedc90f583d0d8a5dd7ffac0b8fc41a1 done 10:57:44 #7 exporting manifest list sha256:670a7f622d8564f92fd98ad4603663940eeab753c736689e6937e28048032407 done 10:57:44 #7 pushing layers 0.0s done 10:57:44 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-opc-ua:main@sha256:670a7f622d8564f92fd98ad4603663940eeab753c736689e6937e28048032407 10:57:44 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:57:44 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-opc-ua:main@sha256:670a7f622d8564f92fd98ad4603663940eeab753c736689e6937e28048032407 0.1s done 10:57:44 #7 DONE 0.1s 10:57:44 10:57:44 #8 [auth] device-opc-ua:pull,push token for nexus3.edgexfoundry.org:10004 10:57:44 #8 DONE 0.0s 10:57:44 10:57:44 1 warning found (use --debug to expand): 10:57:44  - 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 10:57:44 + '[' -d /w/workspace/edgexfoundry_device-opc-ua_main/archives ']' [Pipeline] libraryResource [Pipeline] sh 10:57:45 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:57:45 ---> package-listing.sh 10:57:45 ++ facter osfamily 10:57:45 ++ tr '[:upper:]' '[:lower:]' 10:57:45 + OS_FAMILY=redhat 10:57:45 + workspace=/w/workspace/edgexfoundry_device-opc-ua_main 10:57:45 + START_PACKAGES=/tmp/packages_start.txt 10:57:45 + END_PACKAGES=/tmp/packages_end.txt 10:57:45 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:57:45 + PACKAGES=/tmp/packages_start.txt 10:57:45 + '[' /w/workspace/edgexfoundry_device-opc-ua_main ']' 10:57:45 + PACKAGES=/tmp/packages_end.txt 10:57:45 + case "${OS_FAMILY}" in 10:57:45 + rpm -qa 10:57:45 + sort 10:57:46 + '[' -f /tmp/packages_start.txt ']' 10:57:46 + '[' -f /tmp/packages_end.txt ']' 10:57:46 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:57:46 + '[' /w/workspace/edgexfoundry_device-opc-ua_main ']' 10:57:46 + mkdir -p /w/workspace/edgexfoundry_device-opc-ua_main/archives/ 10:57:46 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-opc-ua_main/archives/ [Pipeline] echo 10:57:46 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-opc-ua_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:57:47 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:57:47 10:57:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:57:47 latest: Pulling from edgex-lftools-log-publisher 10:57:47 5eb5b503b376: Pulling fs layer 10:57:47 5c69ac0246d0: Pulling fs layer 10:57:47 ec43610c2a17: Pulling fs layer 10:57:47 3a2ae6a8a46f: Pulling fs layer 10:57:47 33b1e0a273af: Pulling fs layer 10:57:47 5d3b04190fa2: Pulling fs layer 10:57:47 2f39f015ded8: Pulling fs layer 10:57:47 33b1e0a273af: Waiting 10:57:47 5d3b04190fa2: Waiting 10:57:47 2f39f015ded8: Waiting 10:57:47 3a2ae6a8a46f: Waiting 10:57:47 5c69ac0246d0: Verifying Checksum 10:57:47 5c69ac0246d0: Download complete 10:57:47 3a2ae6a8a46f: Verifying Checksum 10:57:47 3a2ae6a8a46f: Download complete 10:57:47 33b1e0a273af: Verifying Checksum 10:57:47 33b1e0a273af: Download complete 10:57:47 ec43610c2a17: Verifying Checksum 10:57:47 ec43610c2a17: Download complete 10:57:47 5d3b04190fa2: Verifying Checksum 10:57:47 5d3b04190fa2: Download complete 10:57:48 5eb5b503b376: Verifying Checksum 10:57:48 5eb5b503b376: Download complete 10:57:48 2f39f015ded8: Verifying Checksum 10:57:48 2f39f015ded8: Download complete 10:57:49 5eb5b503b376: Pull complete 10:57:49 5c69ac0246d0: Pull complete 10:57:49 ec43610c2a17: Pull complete 10:57:50 3a2ae6a8a46f: Pull complete 10:57:50 33b1e0a273af: Pull complete 10:57:50 5d3b04190fa2: Pull complete 10:57:53 2f39f015ded8: Pull complete 10:57:53 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 10:57:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:57:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:57:53 prd-centos7-docker-4c-2g-4859 does not seem to be running inside a container 10:57:53 $ 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-opc-ua_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-opc-ua_main -v /w/workspace/edgexfoundry_device-opc-ua_main:/w/workspace/edgexfoundry_device-opc-ua_main:rw,z -v /w/workspace/edgexfoundry_device-opc-ua_main@tmp:/w/workspace/edgexfoundry_device-opc-ua_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 10:57:57 $ docker top ee7304f30d009c6b98018d49b84ea5e317ddf231d6a364154fd67c246d0ed74a -eo pid,comm [Pipeline] { [Pipeline] sh 10:57:57 + touch /tmp/pre-build-complete [Pipeline] sh 10:57:57 + mkdir -p /var/log/sysstat [Pipeline] sh 10:57:58 + ls /var/log/sa-host 10:57:58 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:57:58 provisioning config files... 10:57:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-opc-ua_main@tmp/config12352492431304223770tmp [Pipeline] { [Pipeline] echo 10:57:58 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:57:58 ---> create-netrc.sh [Pipeline] } 10:57:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 10:57:59 ---> python-tools-install.sh [Pipeline] echo 10:57:59 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:57:59 ---> sudo-logs.sh 10:57:59 Archiving 'sudo' log.. 10:57:59 sudo: unable to resolve host prd-centos7-docker-4c-2g-4859.novalocal: Name or service not known 10:57:59 sudo: unable to resolve host prd-centos7-docker-4c-2g-4859.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 10:57:59 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:57:59 ---> job-cost.sh 10:57:59 lf-activate-venv: SKIPPING 10:57:59 INFO: No Stack... 10:57:59 INFO: Retrieving Pricing Info for: v3-standard-2 10:58:00 INFO: Archiving Costs [Pipeline] echo 10:58:00 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:58:00 ---> logs-deploy.sh 10:58:00 lf-activate-venv: SKIPPING 10:58:00 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-opc-ua/main/15 10:58:00 INFO: archiving workspace using pattern(s): 10:58:01 Archives upload complete. 10:58:01 INFO: archiving logs to Nexus 10:58:02 ---> uname -a: 10:58:02 Linux prd-centos7-docker-4c-2g-4859.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux 10:58:02 10:58:02 10:58:02 ---> lscpu: 10:58:02 Architecture: x86_64 10:58:02 CPU op-mode(s): 32-bit, 64-bit 10:58:02 Byte Order: Little Endian 10:58:02 Address sizes: 40 bits physical, 48 bits virtual 10:58:02 CPU(s): 2 10:58:02 On-line CPU(s) list: 0,1 10:58:02 Thread(s) per core: 1 10:58:02 Core(s) per socket: 1 10:58:02 Socket(s): 2 10:58:02 NUMA node(s): 1 10:58:02 Vendor ID: AuthenticAMD 10:58:02 CPU family: 23 10:58:02 Model: 49 10:58:02 Model name: AMD EPYC-Rome Processor 10:58:02 Stepping: 0 10:58:02 CPU MHz: 2800.000 10:58:02 BogoMIPS: 5600.00 10:58:02 Virtualization: AMD-V 10:58:02 Hypervisor vendor: KVM 10:58:02 Virtualization type: full 10:58:02 L1d cache: 64 KiB 10:58:02 L1i cache: 64 KiB 10:58:02 L2 cache: 1 MiB 10:58:02 L3 cache: 32 MiB 10:58:02 NUMA node0 CPU(s): 0,1 10:58:02 Vulnerability Itlb multihit: Not affected 10:58:02 Vulnerability L1tf: Not affected 10:58:02 Vulnerability Mds: Not affected 10:58:02 Vulnerability Meltdown: Not affected 10:58:02 Vulnerability Mmio stale data: Not affected 10:58:02 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:58:02 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 10:58:02 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 10:58:02 Vulnerability Srbds: Not affected 10:58:02 Vulnerability Tsx async abort: Not affected 10:58:02 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 10:58:02 10:58:02 10:58:02 ---> nproc: 10:58:02 2 10:58:02 10:58:02 10:58:02 ---> df -h: 10:58:02 Filesystem Size Used Avail Use% Mounted on 10:58:02 overlay 40G 7.3G 33G 19% / 10:58:02 tmpfs 64M 0 64M 0% /dev 10:58:02 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 10:58:02 shm 64M 0 64M 0% /dev/shm 10:58:02 /dev/vda1 40G 7.3G 33G 19% /facter-os 10:58:02 10:58:02 10:58:02 Cannot open /var/log/sysstat/sa09: No such file or directory 10:58:02 Please check if data collecting is enabled 10:58:02 subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:58:02 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 10:58:02 $ docker stop --time=1 ee7304f30d009c6b98018d49b84ea5e317ddf231d6a364154fd67c246d0ed74a 10:58:03 $ docker rm -f --volumes ee7304f30d009c6b98018d49b84ea5e317ddf231d6a364154fd67c246d0ed74a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 10:58:03 [WS-CLEANUP] Deleting project workspace... 10:58:03 [WS-CLEANUP] Deferred wipeout is used... 10:58:03 [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 10:58:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:58:04 10:58:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:58:04 latest: Pulling from edgex-lftools-log-publisher 10:58:04 5eb5b503b376: Pulling fs layer 10:58:04 5c69ac0246d0: Pulling fs layer 10:58:04 ec43610c2a17: Pulling fs layer 10:58:04 3a2ae6a8a46f: Pulling fs layer 10:58:04 33b1e0a273af: Pulling fs layer 10:58:04 3a2ae6a8a46f: Waiting 10:58:04 33b1e0a273af: Waiting 10:58:04 5d3b04190fa2: Pulling fs layer 10:58:04 2f39f015ded8: Pulling fs layer 10:58:04 5d3b04190fa2: Waiting 10:58:04 2f39f015ded8: Waiting 10:58:04 5c69ac0246d0: Download complete 10:58:04 3a2ae6a8a46f: Verifying Checksum 10:58:04 3a2ae6a8a46f: Download complete 10:58:04 33b1e0a273af: Verifying Checksum 10:58:04 33b1e0a273af: Download complete 10:58:04 5d3b04190fa2: Verifying Checksum 10:58:04 5d3b04190fa2: Download complete 10:58:04 ec43610c2a17: Verifying Checksum 10:58:04 ec43610c2a17: Download complete 10:58:04 5eb5b503b376: Verifying Checksum 10:58:04 5eb5b503b376: Download complete 10:58:05 2f39f015ded8: Download complete 10:58:06 5eb5b503b376: Pull complete 10:58:06 5c69ac0246d0: Pull complete 10:58:06 ec43610c2a17: Pull complete 10:58:06 3a2ae6a8a46f: Pull complete 10:58:06 33b1e0a273af: Pull complete 10:58:06 5d3b04190fa2: Pull complete 10:58:12 2f39f015ded8: Pull complete 10:58:12 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 10:58:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:58:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:58:12 prd-ubuntu20.04-docker-8c-8g-4846 does not seem to be running inside a container 10:58:12 $ 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-opc-ua_main -v /w/workspace/edgexfoundry_device-opc-ua_main:/w/workspace/edgexfoundry_device-opc-ua_main:rw,z -v /w/workspace/edgexfoundry_device-opc-ua_main@tmp:/w/workspace/edgexfoundry_device-opc-ua_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 10:58:14 $ docker top 3561a324bffa0e163e5cc705aa6a8500bfcfe59d18102029b345a09c1505ff91 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:58:15 ---> job-cost.sh 10:58:15 lf-activate-venv: SKIPPING 10:58:15 INFO: No Stack... 10:58:15 INFO: Retrieving Pricing Info for: v3-standard-8 10:58:15 INFO: Archiving Costs [Pipeline] sh 10:58:16 + cat /w/workspace/edgexfoundry_device-opc-ua_main/archives/cost.csv 10:58:16 + cut -d, -f6 [Pipeline] lock 10:58:16 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-opc-ua-main-15-stack-cost] 10:58:16 Resource [jenkins-edgexfoundry-device-opc-ua-main-15-stack-cost] did not exist. Created. 10:58:16 Lock acquired on [Resource: jenkins-edgexfoundry-device-opc-ua-main-15-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:58:16 + echo total: 0.2199999988079071 [Pipeline] stash 10:58:16 Stashed 1 file(s) [Pipeline] } 10:58:16 Lock released on resource [Resource: jenkins-edgexfoundry-device-opc-ua-main-15-stack-cost] [Pipeline] // lock [Pipeline] } 10:58:16 $ docker stop --time=1 3561a324bffa0e163e5cc705aa6a8500bfcfe59d18102029b345a09c1505ff91 10:58:17 $ docker rm -f --volumes 3561a324bffa0e163e5cc705aa6a8500bfcfe59d18102029b345a09c1505ff91 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 11:00:02 Removing intermediate container a22999f66a63 11:00:02 ---> de179d862966 11:00:02 Step 9/10 : COPY . . 11:00:02 ---> 97fffe1a8a4a 11:00:02 Step 10/10 : RUN ${MAKE} 11:00:02 ---> Running in 9e40b64c35ed 11:00:02 noop 11:00:02 Removing intermediate container 9e40b64c35ed 11:00:02 ---> e2470434ff74 11:00:02 Successfully built e2470434ff74 11:00:02 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:03 + docker inspect -f . ci-base-image-arm64 11:00:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:00:03 prd-ubuntu20.04-docker-arm64-4c-16g-4853 does not seem to be running inside a container 11:00:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-opc-ua/15 -v /w/workspace/device-opc-ua/15:/w/workspace/device-opc-ua/15:rw,z -v /w/workspace/device-opc-ua/15@tmp:/w/workspace/device-opc-ua/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 11:00:05 $ docker top 15ba48d637b49d8191c5a068e3770e42cb008e3fc82e3b9b6f8ca93ae0bd26be -eo pid,comm [Pipeline] { [Pipeline] sh 11:00:05 + go version 11:00:05 go version go1.23.9 linux/arm64 [Pipeline] } 11:00:05 $ docker stop --time=1 15ba48d637b49d8191c5a068e3770e42cb008e3fc82e3b9b6f8ca93ae0bd26be 11:00:07 $ docker rm -f --volumes 15ba48d637b49d8191c5a068e3770e42cb008e3fc82e3b9b6f8ca93ae0bd26be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:08 + docker inspect -f . ci-base-image-arm64 11:00:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:00:08 prd-ubuntu20.04-docker-arm64-4c-16g-4853 does not seem to be running inside a container 11:00:08 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-opc-ua/15 -v /w/workspace/device-opc-ua/15:/w/workspace/device-opc-ua/15:rw,z -v /w/workspace/device-opc-ua/15@tmp:/w/workspace/device-opc-ua/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 11:00:10 $ docker top d0ac23c414dd19bcb65049f755847220ad4dbdbe729c1076e06da24a35081a1e -eo pid,comm [Pipeline] { [Pipeline] sh 11:00:11 + git config --global --add safe.directory /w/workspace/device-opc-ua/15 [Pipeline] fileExists [Pipeline] sh 11:00:11 + make test 11:00:11 go test ./... -coverprofile=coverage.out 11:00:18 ? github.com/edgexfoundry/device-opc-ua [no test files] 11:04:40 github.com/edgexfoundry/device-opc-ua/cmd coverage: 0.0% of statements 11:04:40 github.com/edgexfoundry/device-opc-ua/internal/test coverage: 0.0% of statements 11:04:40 ok github.com/edgexfoundry/device-opc-ua/internal/driver 0.078s coverage: 41.4% of statements 11:04:40 WARNING: Linting skipped (not on x86_64 or linter not installed) 11:04:40 go vet ./... 11:05:48 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 11:05:48 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 11:05:48 ./bin/test-attribution-txt.sh [Pipeline] echo 11:05:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 11:05:48 $ docker stop --time=1 d0ac23c414dd19bcb65049f755847220ad4dbdbe729c1076e06da24a35081a1e 11:05:51 $ docker rm -f --volumes d0ac23c414dd19bcb65049f755847220ad4dbdbe729c1076e06da24a35081a1e [Pipeline] // withDockerContainer [Pipeline] sh 11:05:53 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:05:53 Warning: overwriting stash ‘coverage-report’ 11:05:54 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 11:05:54 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:05:54 + ls -al . 11:05:54 total 232 11:05:54 drwxrwxr-x 8 jenkins jenkins 4096 Jul 9 11:00 . 11:05:54 drwxrwxr-x 4 jenkins jenkins 4096 Jul 9 10:56 .. 11:05:54 -rw-rw-r-- 1 jenkins jenkins 62 Jul 9 10:56 .dockerignore 11:05:54 drwxrwxr-x 8 jenkins jenkins 4096 Jul 9 10:56 .git 11:05:54 drwxrwxr-x 2 jenkins jenkins 4096 Jul 9 10:56 .github 11:05:54 -rw-rw-r-- 1 jenkins jenkins 101 Jul 9 10:56 .gitignore 11:05:54 -rw-rw-r-- 1 jenkins jenkins 218 Jul 9 10:56 .golangci.yml 11:05:54 drwxrwxr-x 2 jenkins jenkins 4096 Jul 9 10:56 .vscode 11:05:54 -rw-rw-r-- 1 jenkins jenkins 20452 Jul 9 10:56 Attribution.txt 11:05:54 -rw-rw-r-- 1 jenkins jenkins 2560 Jul 9 10:56 CHANGELOG.md 11:05:54 -rw-rw-r-- 1 jenkins jenkins 1242 Jul 9 10:56 Dockerfile 11:05:54 -rw-rw-r-- 1 jenkins jenkins 649 Jul 9 10:56 Jenkinsfile 11:05:54 -rw-rw-r-- 1 jenkins jenkins 11367 Jul 9 10:56 LICENSE 11:05:54 -rw-rw-r-- 1 jenkins jenkins 2474 Jul 9 10:56 Makefile 11:05:54 -rw-rw-r-- 1 jenkins jenkins 4109 Jul 9 10:56 README.md 11:05:54 -rw-rw-r-- 1 jenkins jenkins 11 Jul 9 10:53 VERSION 11:05:54 drwxrwxr-x 2 jenkins jenkins 4096 Jul 9 10:56 bin 11:05:54 drwxrwxr-x 3 jenkins jenkins 4096 Jul 9 10:56 cmd 11:05:54 -rw-r--r-- 1 jenkins jenkins 26136 Jul 9 11:04 coverage.out 11:05:54 -rw-rw-r-- 1 jenkins jenkins 6270 Jul 9 10:56 go.mod 11:05:54 -rw-rw-r-- 1 jenkins jenkins 86928 Jul 9 10:56 go.sum 11:05:54 drwxrwxr-x 4 jenkins jenkins 4096 Jul 9 10:56 internal 11:05:54 -rw-rw-r-- 1 jenkins jenkins 260 Jul 9 10:56 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:05:55 + docker build -t device-opc-ua-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=83aed419838c95e88690884805deb3001cd714b8 --label arch=arm64 --label version=4.1.0-dev.3 . 11:05:55 Sending build context to Docker daemon 8.89MB 11:05:55 Step 1/23 : ARG BASE=golang:1.23-alpine3.20 11:05:55 Step 2/23 : FROM ${BASE} AS builder 11:05:55 ---> e2470434ff74 11:05:55 Step 3/23 : ARG ADD_BUILD_TAGS="" 11:05:56 ---> Running in f45e4812f641 11:05:56 Removing intermediate container f45e4812f641 11:05:56 ---> 8f7a50f9a14f 11:05:56 Step 4/23 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 11:05:56 ---> Running in e05245a78282 11:05:57 Removing intermediate container e05245a78282 11:05:57 ---> f30acc4a3038 11:05:57 Step 5/23 : RUN apk add --update --no-cache make git zeromq-dev gcc pkgconfig musl-dev 11:05:57 ---> Running in fe2e1d021b37 11:05:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 11:05:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 11:06:00 OK: 239 MiB in 58 packages 11:06:02 Removing intermediate container fe2e1d021b37 11:06:02 ---> a0b75f7e4e0f 11:06:02 Step 6/23 : WORKDIR /device-opcua 11:06:02 ---> Running in 23e36bf57ea3 11:06:02 Removing intermediate container 23e36bf57ea3 11:06:02 ---> 931d7e96cf49 11:06:02 Step 7/23 : COPY go.mod vendor* ./ 11:06:02 ---> 1eb6274dcab9 11:06:02 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:06:02 ---> Running in 094fe8ac5d42 11:06:06 Removing intermediate container 094fe8ac5d42 11:06:06 ---> c42d1d48ead2 11:06:06 Step 9/23 : COPY . . 11:06:06 ---> 6daac6fe8910 11:06:06 Step 10/23 : RUN ${MAKE} 11:06:06 ---> Running in 5ed4cd4061f9 11:06:08 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-opc-ua.Version=4.1.0-dev.3 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-opcua ./cmd 11:10:31 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 11:10:33 Removing intermediate container 5ed4cd4061f9 11:10:33 ---> 0cbaf7fde5bc 11:10:33 Step 11/23 : FROM alpine:3.20 11:10:34 3.20: Pulling from library/alpine 11:10:34 94e9d8af2201: Already exists 11:10:34 Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 11:10:34 Status: Downloaded newer image for alpine:3.20 11:10:34 ---> 7aab056cecc6 11:10:34 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2025: IoTech Ltd' 11:10:34 ---> Running in 42e5f6d80d6a 11:10:35 Removing intermediate container 42e5f6d80d6a 11:10:35 ---> 007f78adead9 11:10:35 Step 13/23 : RUN apk add --update --no-cache zeromq dumb-init 11:10:35 ---> Running in a4d4cb7eaf8b 11:10:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 11:10:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 11:10:38 (1/6) Installing dumb-init (1.2.5-r3) 11:10:38 (2/6) Installing libgcc (13.2.1_git20240309-r1) 11:10:38 (3/6) Installing libsodium (1.0.19-r0) 11:10:38 (4/6) Installing libstdc++ (13.2.1_git20240309-r1) 11:10:38 (5/6) Installing libzmq (4.3.5-r2) 11:10:38 (6/6) Installing zeromq (4.3.5-r2) 11:10:38 Executing busybox-1.36.1-r29.trigger 11:10:38 OK: 13 MiB in 20 packages 11:10:40 Removing intermediate container a4d4cb7eaf8b 11:10:40 ---> 3703048d0b93 11:10:40 Step 14/23 : RUN apk --no-cache upgrade 11:10:40 ---> Running in 0c727555e0dc 11:10:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 11:10:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 11:10:43 OK: 13 MiB in 20 packages 11:10:44 Removing intermediate container 0c727555e0dc 11:10:44 ---> 39070397c2ac 11:10:44 Step 15/23 : COPY --from=builder /device-opcua/cmd / 11:10:47 ---> 9c49a7a54390 11:10:47 Step 16/23 : COPY --from=builder /device-opcua/LICENSE / 11:10:48 ---> 7370a3860394 11:10:48 Step 17/23 : COPY --from=builder /device-opcua/Attribution.txt / 11:10:48 ---> 40bbbccad341 11:10:48 Step 18/23 : EXPOSE 59997 11:10:48 ---> Running in babb64a14703 11:10:48 Removing intermediate container babb64a14703 11:10:48 ---> 8303b87b6825 11:10:48 Step 19/23 : ENTRYPOINT ["/device-opcua"] 11:10:48 ---> Running in 97940269a31c 11:10:49 Removing intermediate container 97940269a31c 11:10:49 ---> 491045c1dc03 11:10:49 Step 20/23 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 11:10:49 ---> Running in 11d8eda41590 11:10:49 Removing intermediate container 11d8eda41590 11:10:49 ---> c820bbe012a3 11:10:49 Step 21/23 : LABEL arch=arm64 11:10:49 ---> Running in 8f155564c24e 11:10:50 Removing intermediate container 8f155564c24e 11:10:50 ---> 2baffa2aa5c5 11:10:50 Step 22/23 : LABEL git_sha=83aed419838c95e88690884805deb3001cd714b8 11:10:50 ---> Running in 562de37a2186 11:10:50 Removing intermediate container 562de37a2186 11:10:50 ---> db7d8c6c4327 11:10:50 Step 23/23 : LABEL version=4.1.0-dev.3 11:10:50 ---> Running in d41c976cec07 11:10:51 Removing intermediate container d41c976cec07 11:10:51 ---> 0ddc4e404b16 11:10:51 [Warning] One or more build-args [ARCH] were not consumed 11:10:51 Successfully built 0ddc4e404b16 11:10:51 Successfully tagged device-opc-ua-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:10:51 provisioning config files... 11:10:51 copy managed file [device-opc-ua-settings] to file:/w/workspace/device-opc-ua/15@tmp/config16283413800193951550tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:10:51 ---> ****-login.sh 11:10:51 nexus3.edgexfoundry.org:10001 11:10:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:10:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:10:51 Configure a credential helper to remove this warning. See 11:10:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:10:51 11:10:51 Login Succeeded 11:10:51 nexus3.edgexfoundry.org:10002 11:10:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:10:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:10:52 Configure a credential helper to remove this warning. See 11:10:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:10:52 11:10:52 Login Succeeded 11:10:52 nexus3.edgexfoundry.org:10003 11:10:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:10:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:10:53 Configure a credential helper to remove this warning. See 11:10:53 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:10:53 11:10:53 Login Succeeded 11:10:53 nexus3.edgexfoundry.org:10004 11:10:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:10:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:10:53 Configure a credential helper to remove this warning. See 11:10:53 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:10:53 11:10:53 Login Succeeded 11:10:53 ****.io 11:10:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:10:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:10:53 Configure a credential helper to remove this warning. See 11:10:53 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:10:53 11:10:53 Login Succeeded 11:10:53 ---> ****-login.sh ends [Pipeline] } 11:10:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:10:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 11:10:53 [edgeXDocker.push] Tagging docker image device-opc-ua-arm64 with the following tags: 11:10:53 83aed419838c95e88690884805deb3001cd714b8 11:10:53 latest 11:10:53 4.1.0-dev.3 11:10:53 83aed419838c95e88690884805deb3001cd714b8-4.1.0-dev.3 11:10:53 main 11:10:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:54 + docker tag device-opc-ua-arm64 nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:83aed419838c95e88690884805deb3001cd714b8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:54 + docker push nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:83aed419838c95e88690884805deb3001cd714b8 11:10:54 The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua-arm64] 11:10:54 6cddcd247db4: Preparing 11:10:54 17a680b1719f: Preparing 11:10:54 b7a567223d98: Preparing 11:10:54 0765e0c3b124: Preparing 11:10:54 848d007ecf3d: Preparing 11:10:54 dd9c8f8612c8: Preparing 11:10:54 dd9c8f8612c8: Waiting 11:10:54 6cddcd247db4: Pushed 11:10:54 17a680b1719f: Pushed 11:10:54 0765e0c3b124: Pushed 11:10:54 dd9c8f8612c8: Layer already exists 11:10:55 848d007ecf3d: Pushed 11:11:06 b7a567223d98: Pushed 11:11:06 83aed419838c95e88690884805deb3001cd714b8: digest: sha256:56f64ea81b28d2a5007116804962cb98033e810ab3f1f3a3614f9feee96cc673 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:06 + docker tag device-opc-ua-arm64 nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:07 + docker push nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:latest 11:11:07 The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua-arm64] 11:11:07 6cddcd247db4: Preparing 11:11:07 17a680b1719f: Preparing 11:11:07 b7a567223d98: Preparing 11:11:07 0765e0c3b124: Preparing 11:11:07 848d007ecf3d: Preparing 11:11:07 dd9c8f8612c8: Preparing 11:11:07 dd9c8f8612c8: Waiting 11:11:07 848d007ecf3d: Layer already exists 11:11:07 0765e0c3b124: Layer already exists 11:11:07 17a680b1719f: Layer already exists 11:11:07 b7a567223d98: Layer already exists 11:11:07 6cddcd247db4: Layer already exists 11:11:07 dd9c8f8612c8: Layer already exists 11:11:07 latest: digest: sha256:56f64ea81b28d2a5007116804962cb98033e810ab3f1f3a3614f9feee96cc673 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:07 + docker tag device-opc-ua-arm64 nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:08 + docker push nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:4.1.0-dev.3 11:11:08 The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua-arm64] 11:11:08 6cddcd247db4: Preparing 11:11:08 17a680b1719f: Preparing 11:11:08 b7a567223d98: Preparing 11:11:08 0765e0c3b124: Preparing 11:11:08 848d007ecf3d: Preparing 11:11:08 dd9c8f8612c8: Preparing 11:11:08 dd9c8f8612c8: Waiting 11:11:08 17a680b1719f: Layer already exists 11:11:08 b7a567223d98: Layer already exists 11:11:08 0765e0c3b124: Layer already exists 11:11:08 848d007ecf3d: Layer already exists 11:11:08 dd9c8f8612c8: Layer already exists 11:11:08 6cddcd247db4: Layer already exists 11:11:08 4.1.0-dev.3: digest: sha256:56f64ea81b28d2a5007116804962cb98033e810ab3f1f3a3614f9feee96cc673 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:09 + docker tag device-opc-ua-arm64 nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:83aed419838c95e88690884805deb3001cd714b8-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:09 + docker push nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:83aed419838c95e88690884805deb3001cd714b8-4.1.0-dev.3 11:11:09 The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua-arm64] 11:11:09 6cddcd247db4: Preparing 11:11:09 17a680b1719f: Preparing 11:11:09 b7a567223d98: Preparing 11:11:09 0765e0c3b124: Preparing 11:11:09 848d007ecf3d: Preparing 11:11:09 dd9c8f8612c8: Preparing 11:11:09 dd9c8f8612c8: Waiting 11:11:09 848d007ecf3d: Layer already exists 11:11:09 b7a567223d98: Layer already exists 11:11:09 0765e0c3b124: Layer already exists 11:11:09 17a680b1719f: Layer already exists 11:11:09 6cddcd247db4: Layer already exists 11:11:09 dd9c8f8612c8: Layer already exists 11:11:09 83aed419838c95e88690884805deb3001cd714b8-4.1.0-dev.3: digest: sha256:56f64ea81b28d2a5007116804962cb98033e810ab3f1f3a3614f9feee96cc673 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:10 + docker tag device-opc-ua-arm64 nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:10 + docker push nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:main 11:11:10 The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua-arm64] 11:11:10 6cddcd247db4: Preparing 11:11:10 17a680b1719f: Preparing 11:11:10 b7a567223d98: Preparing 11:11:10 0765e0c3b124: Preparing 11:11:10 848d007ecf3d: Preparing 11:11:10 dd9c8f8612c8: Preparing 11:11:10 dd9c8f8612c8: Waiting 11:11:10 b7a567223d98: Layer already exists 11:11:10 848d007ecf3d: Layer already exists 11:11:10 17a680b1719f: Layer already exists 11:11:10 6cddcd247db4: Layer already exists 11:11:10 0765e0c3b124: Layer already exists 11:11:10 dd9c8f8612c8: Layer already exists 11:11:10 main: digest: sha256:56f64ea81b28d2a5007116804962cb98033e810ab3f1f3a3614f9feee96cc673 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:11:10 ===================================================== [Pipeline] echo 11:11:11 taggedImages: 11:11:11 - nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:83aed419838c95e88690884805deb3001cd714b8 11:11:11 - nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:latest 11:11:11 - nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:4.1.0-dev.3 11:11:11 - nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:83aed419838c95e88690884805deb3001cd714b8-4.1.0-dev.3 11:11:11 - nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:main [Pipeline] echo 11:11:11 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:83aed419838c95e88690884805deb3001cd714b8 [Pipeline] echo 11:11:11 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:latest [Pipeline] echo 11:11:11 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:4.1.0-dev.3 [Pipeline] echo 11:11:11 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:83aed419838c95e88690884805deb3001cd714b8-4.1.0-dev.3 [Pipeline] echo 11:11:11 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:11:11 11:11:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:11:12 arm64: Pulling from edgex-lftools-log-publisher 11:11:12 8998bd30e6a1: Pulling fs layer 11:11:12 04944245beec: Pulling fs layer 11:11:12 699f458cf7ca: Pulling fs layer 11:11:12 765212b225bb: Pulling fs layer 11:11:12 765212b225bb: Waiting 11:11:12 f23df028b6ca: Pulling fs layer 11:11:12 d65c8cfc05b1: Pulling fs layer 11:11:12 2437ff75d9bd: Pulling fs layer 11:11:12 f23df028b6ca: Waiting 11:11:12 d65c8cfc05b1: Waiting 11:11:12 2437ff75d9bd: Waiting 11:11:12 04944245beec: Verifying Checksum 11:11:12 04944245beec: Download complete 11:11:12 765212b225bb: Verifying Checksum 11:11:12 765212b225bb: Download complete 11:11:12 f23df028b6ca: Verifying Checksum 11:11:12 f23df028b6ca: Download complete 11:11:12 d65c8cfc05b1: Verifying Checksum 11:11:12 d65c8cfc05b1: Download complete 11:11:12 699f458cf7ca: Verifying Checksum 11:11:12 699f458cf7ca: Download complete 11:11:12 8998bd30e6a1: Verifying Checksum 11:11:12 8998bd30e6a1: Download complete 11:11:15 2437ff75d9bd: Verifying Checksum 11:11:15 2437ff75d9bd: Download complete 11:11:17 8998bd30e6a1: Pull complete 11:11:18 04944245beec: Pull complete 11:11:20 699f458cf7ca: Pull complete 11:11:20 765212b225bb: Pull complete 11:11:21 f23df028b6ca: Pull complete 11:11:21 d65c8cfc05b1: Pull complete 11:11:39 2437ff75d9bd: Pull complete 11:11:39 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 11:11:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:11:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:11:39 prd-ubuntu20.04-docker-arm64-4c-16g-4853 does not seem to be running inside a container 11:11:39 $ 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-opc-ua/15 -v /w/workspace/device-opc-ua/15:/w/workspace/device-opc-ua/15:rw,z -v /w/workspace/device-opc-ua/15@tmp:/w/workspace/device-opc-ua/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 11:11:43 $ docker top d4fd080bc1bb7a0b5807dc25b62dc3558cc469daecd2021c71c564aa970b99bd -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:11:44 ---> job-cost.sh 11:11:44 lf-activate-venv: SKIPPING 11:11:44 INFO: No Stack... 11:11:44 INFO: Retrieving Pricing Info for: v3-standard-4 11:11:45 INFO: Archiving Costs [Pipeline] sh 11:11:45 + cat /w/workspace/device-opc-ua/15/archives/cost.csv 11:11:45 + cut -d, -f6 [Pipeline] lock 11:11:45 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-opc-ua-main-15-stack-cost] 11:11:45 Resource [jenkins-edgexfoundry-device-opc-ua-main-15-stack-cost] did not exist. Created. 11:11:45 Lock acquired on [Resource: jenkins-edgexfoundry-device-opc-ua-main-15-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:11:46 /w/workspace/device-opc-ua/15@tmp/durable-6c2b8c45/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 11:11:47 + echo total: 0.10999999940395355 [Pipeline] stash 11:11:47 Warning: overwriting stash ‘stack-cost’ 11:11:47 Stashed 1 file(s) [Pipeline] } 11:11:47 Lock released on resource [Resource: jenkins-edgexfoundry-device-opc-ua-main-15-stack-cost] [Pipeline] // lock [Pipeline] } 11:11:47 $ docker stop --time=1 d4fd080bc1bb7a0b5807dc25b62dc3558cc469daecd2021c71c564aa970b99bd 11:11:49 $ docker rm -f --volumes d4fd080bc1bb7a0b5807dc25b62dc3558cc469daecd2021c71c564aa970b99bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 11:11:49 provisioning config files... 11:11:49 copy managed file [device-opc-ua-codecov-token] to file:/w/workspace/edgexfoundry_device-opc-ua_main@tmp/config18139097291113241694tmp [Pipeline] { [Pipeline] sh 11:11:49 + set +x 11:11:49 + curl -s https://codecov.io/bash 11:11:49 + bash -s -- 11:11:49 11:11:49 _____ _ 11:11:49 / ____| | | 11:11:49 | | ___ __| | ___ ___ _____ __ 11:11:49 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 11:11:49 | |___| (_) | (_| | __/ (_| (_) \ V / 11:11:49 \_____\___/ \__,_|\___|\___\___/ \_/ 11:11:49 Bash-1.0.6 11:11:49 11:11:49 11:11:49 ==> git version 2.25.1 found 11:11:49 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 11:11:49 Release-Date: 2020-01-08 11:11:49 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 11:11:49 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 11:11:49 ==> Jenkins CI detected. 11:11:49 current dir:  /w/workspace/edgexfoundry_device-opc-ua_main 11:11:49 project root: . 11:11:49 --> token set from env 11:11:49 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 11:11:49 ==> Running gcov in . (disable via -X gcov) 11:11:49 ==> Python coveragepy not found 11:11:49 ==> Searching for coverage reports in: 11:11:49 + . 11:11:49 -> Found 1 reports 11:11:49 ==> Detecting git/mercurial file structure 11:11:49 ==> Reading reports 11:11:49 + ./coverage.out bytes=26136 11:11:49 ==> Appending adjustments 11:11:49 https://docs.codecov.io/docs/fixing-reports 11:11:50 + Found adjustments 11:11:50 ==> Gzipping contents 11:11:50 4.0K /tmp/codecov.hipNZR.gz 11:11:50 ==> Uploading reports 11:11:50 url: https://codecov.io 11:11:50 query: branch=main&commit=83aed419838c95e88690884805deb3001cd714b8&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-opc-ua%2Fjob%2Fmain%2F15%2F&name=&tag=&slug=edgexfoundry%2Fdevice-opc-ua&service=jenkins&flags=&pr=&job=&cmd_args= 11:11:50 -> Pinging Codecov 11:11:50 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=83aed419838c95e88690884805deb3001cd714b8&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-opc-ua%2Fjob%2Fmain%2F15%2F&name=&tag=&slug=edgexfoundry%2Fdevice-opc-ua&service=jenkins&flags=&pr=&job=&cmd_args= 11:11:50 -> Uploading to 11:11:50 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-opc-ua/83aed419838c95e88690884805deb3001cd714b8/970991b3-6a88-4c2a-9b19-860be392a9f2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250709%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250709T111150Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=088798ef12f559d91af94c89e03bcaf1400c43e8e0fd6faccfeb2078f47d3bf0 11:11:50 % Total % Received % Xferd Average Speed Time Time Time Current 11:11:50 Dload Upload Total Spent Left Speed 11:11:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4018 0 0 100 4018 0 13348 --:--:-- --:--:-- --:--:-- 13348 11:11:50 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-opc-ua/commit/83aed419838c95e88690884805deb3001cd714b8 [Pipeline] } 11:11:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 11:11:50 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 11:11:50 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 11:11:51 11:11:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 11:11:51 latest: Pulling from edgex-devops/edgex-snyk-go 11:11:51 0a9a5dfd008f: Already exists 11:11:51 36466aa92d05: Already exists 11:11:51 e10405b45d13: Already exists 11:11:51 096b7ceb2af7: Already exists 11:11:51 4f4fb700ef54: Already exists 11:11:51 e50aa161e22a: Pulling fs layer 11:11:51 d3c8db5fb9df: Pulling fs layer 11:11:51 e50aa161e22a: Verifying Checksum 11:11:51 e50aa161e22a: Download complete 11:11:51 e50aa161e22a: Pull complete 11:11:52 d3c8db5fb9df: Verifying Checksum 11:11:52 d3c8db5fb9df: Download complete 11:11:56 d3c8db5fb9df: Pull complete 11:11:56 Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be 11:11:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 11:11:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:11:56 prd-ubuntu20.04-docker-8c-8g-4846 does not seem to be running inside a container 11:11:56 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-opc-ua_main -v /w/workspace/edgexfoundry_device-opc-ua_main:/w/workspace/edgexfoundry_device-opc-ua_main:rw,z -v /w/workspace/edgexfoundry_device-opc-ua_main@tmp:/w/workspace/edgexfoundry_device-opc-ua_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 11:11:57 $ docker top f5439502ee36a387c028af2079e2bce6834ddfd4e739edf8c83722f64e6e4adb -eo pid,comm [Pipeline] { [Pipeline] sh 11:11:58 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-opc-ua_main [Pipeline] echo 11:11:58 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-opc-ua:main' [Pipeline] sh 11:11:58 + set -o pipefail 11:11:58 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-opc-ua:main' 11:12:06 11:12:06 Monitoring /w/workspace/edgexfoundry_device-opc-ua_main (github.com/edgexfoundry/device-opc-ua)... 11:12:06 11:12:06 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3cf99318-0193-4c3c-b62c-841d5a6b07bf/history/60b5a679-e4f7-47c1-b049-c95f9f973799 11:12:06 11:12:06 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 11:12:06 [Pipeline] } 11:12:06 $ docker stop --time=1 f5439502ee36a387c028af2079e2bce6834ddfd4e739edf8c83722f64e6e4adb 11:12:09 $ docker rm -f --volumes f5439502ee36a387c028af2079e2bce6834ddfd4e739edf8c83722f64e6e4adb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:12:10 + git log --format=format:%s -1 83aed419838c95e88690884805deb3001cd714b8 [Pipeline] sh 11:12:10 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:12:10 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:12:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:12:11 prd-ubuntu20.04-docker-8c-8g-4846 does not seem to be running inside a container 11:12:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-opc-ua_main -v /w/workspace/edgexfoundry_device-opc-ua_main:/w/workspace/edgexfoundry_device-opc-ua_main:rw,z -v /w/workspace/edgexfoundry_device-opc-ua_main@tmp:/w/workspace/edgexfoundry_device-opc-ua_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:12:11 $ docker top 900470252cae2bf392ff55dd39765069dc7f88aff80c85814312b5dcfdac39df -eo pid,comm 11:12:11 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 11:12:11 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:12:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:12:11 [ssh-agent] Looking for ssh-agent implementation... 11:12:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:12:11 $ docker exec 900470252cae2bf392ff55dd39765069dc7f88aff80c85814312b5dcfdac39df ssh-agent 11:12:11 SSH_AUTH_SOCK=/tmp/ssh-y1aODoXmwRrq/agent.32 11:12:11 SSH_AGENT_PID=38 11:12:11 Running ssh-add (command line suppressed) 11:12:11 Identity added: /w/workspace/edgexfoundry_device-opc-ua_main@tmp/private_key_18391614423250014170.key (/w/workspace/edgexfoundry_device-opc-ua_main@tmp/private_key_18391614423250014170.key) 11:12:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:12:12 + git semver tag 11:12:12 2025-07-09 11:12:12,455 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 11:12:12 2025-07-09 11:12:12,460 [run_tag] DEBUG tag force:False 11:12:12 2025-07-09 11:12:12,460 [check_head_tag] DEBUG check head tag 11:12:12 2025-07-09 11:12:12,460 [execute] INFO git cat-file --batch-check 11:12:12 2025-07-09 11:12:12,460 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-opc-ua_main, stdin=, shell=False, universal_newlines=False) 11:12:12 2025-07-09 11:12:12,462 [execute] INFO git cat-file --batch 11:12:12 2025-07-09 11:12:12,462 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-opc-ua_main, stdin=, shell=False, universal_newlines=False) 11:12:12 2025-07-09 11:12:12,465 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-opc-ua_main/.semver/main 11:12:12 2025-07-09 11:12:12,465 [execute] INFO git tag -a v4.1.0-dev.3 -m v4.1.0-dev.3 11:12:12 2025-07-09 11:12:12,465 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.3', '-m', 'v4.1.0-dev.3'], cwd=/w/workspace/edgexfoundry_device-opc-ua_main, stdin=None, shell=False, universal_newlines=False) 11:12:12 2025-07-09 11:12:12,468 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-opc-ua_main/.semver/main 11:12:12 4.1.0-dev.3 [Pipeline] } 11:12:12 $ docker exec --env ******** --env ******** 900470252cae2bf392ff55dd39765069dc7f88aff80c85814312b5dcfdac39df ssh-agent -k 11:12:12 unset SSH_AUTH_SOCK; 11:12:12 unset SSH_AGENT_PID; 11:12:12 echo Agent pid 38 killed; 11:12:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:12:12 + git semver [Pipeline] } 11:12:13 $ docker stop --time=1 900470252cae2bf392ff55dd39765069dc7f88aff80c85814312b5dcfdac39df 11:12:14 $ docker rm -f --volumes 900470252cae2bf392ff55dd39765069dc7f88aff80c85814312b5dcfdac39df [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:12:14 11:12:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:12:15 0.23.1-centos7: Pulling from edgex-lftools 11:12:15 ab5ef0e58194: Pulling fs layer 11:12:15 9712f1f96733: Pulling fs layer 11:12:15 63f879dbbcfc: Pulling fs layer 11:12:15 0d9ebad4ef96: Pulling fs layer 11:12:15 e9a5061849ea: Pulling fs layer 11:12:15 d747dcd14b5f: Pulling fs layer 11:12:15 2de7ff778b66: Pulling fs layer 11:12:15 0d9ebad4ef96: Waiting 11:12:15 d747dcd14b5f: Waiting 11:12:15 e9a5061849ea: Waiting 11:12:15 2de7ff778b66: Waiting 11:12:15 9712f1f96733: Verifying Checksum 11:12:15 9712f1f96733: Download complete 11:12:15 63f879dbbcfc: Verifying Checksum 11:12:15 63f879dbbcfc: Download complete 11:12:15 0d9ebad4ef96: Verifying Checksum 11:12:15 0d9ebad4ef96: Download complete 11:12:15 e9a5061849ea: Verifying Checksum 11:12:15 e9a5061849ea: Download complete 11:12:15 d747dcd14b5f: Verifying Checksum 11:12:15 d747dcd14b5f: Download complete 11:12:15 2de7ff778b66: Verifying Checksum 11:12:15 2de7ff778b66: Download complete 11:12:15 ab5ef0e58194: Verifying Checksum 11:12:15 ab5ef0e58194: Download complete 11:12:19 ab5ef0e58194: Pull complete 11:12:19 9712f1f96733: Pull complete 11:12:20 63f879dbbcfc: Pull complete 11:12:25 0d9ebad4ef96: Pull complete 11:12:25 e9a5061849ea: Pull complete 11:12:25 d747dcd14b5f: Pull complete 11:12:26 2de7ff778b66: Pull complete 11:12:26 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 11:12:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:12:26 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:12:26 prd-ubuntu20.04-docker-8c-8g-4846 does not seem to be running inside a container 11:12:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-opc-ua_main -v /w/workspace/edgexfoundry_device-opc-ua_main:/w/workspace/edgexfoundry_device-opc-ua_main:rw,z -v /w/workspace/edgexfoundry_device-opc-ua_main@tmp:/w/workspace/edgexfoundry_device-opc-ua_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 11:12:29 $ docker top 9eac09a92625fe9d28bc620a854789e48419fe11a8e37b51eff9ff2d356117da -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 11:12:29 provisioning config files... 11:12:29 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-opc-ua_main@tmp/config1636793886026874684tmp 11:12:29 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-opc-ua_main@tmp/config46684286000955944tmp 11:12:29 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-opc-ua_main@tmp/config17716376892942857637tmp [Pipeline] { [Pipeline] echo 11:12:29 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 11:12:29 ---> sigul-configuration.sh 11:12:29 gpg: directory `/root/.gnupg' created 11:12:29 gpg: new configuration file `/root/.gnupg/gpg.conf' created 11:12:29 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 11:12:29 gpg: keyring `/root/.gnupg/secring.gpg' created 11:12:29 gpg: keyring `/root/.gnupg/pubring.gpg' created 11:12:29 gpg: CAST5 encrypted data 11:12:29 gpg: encrypted with 1 passphrase 11:12:29 gpg: WARNING: message was not integrity protected [Pipeline] sh 11:12:30 + mkdir /home/jenkins 11:12:30 + mkdir /home/jenkins/sigul [Pipeline] sh 11:12:30 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 11:12:30 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 11:12:30 ---> sigul-install.sh 11:12:30 Sigul already installed; skipping installation. [Pipeline] sh 11:12:31 + git tag --list 11:12:31 v4.0 11:12:31 v4.0.0 11:12:31 v4.1.0-dev.1 11:12:31 v4.1.0-dev.2 11:12:31 v4.1.0-dev.3 [Pipeline] sh 11:12:31 + lftools sign git-tag v4.1.0-dev.3 11:12:31 Signing Git tag with Sigul... 11:12:31 Signing v4.1.0-dev.3 [Pipeline] echo 11:12:32 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 11:12:32 ---> sigul-configuration-cleanup.sh [Pipeline] } 11:12:32 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 11:12:32 $ docker stop --time=1 9eac09a92625fe9d28bc620a854789e48419fe11a8e37b51eff9ff2d356117da 11:12:33 $ docker rm -f --volumes 9eac09a92625fe9d28bc620a854789e48419fe11a8e37b51eff9ff2d356117da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 11:12:34 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:12:34 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:12:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:12:34 prd-ubuntu20.04-docker-8c-8g-4846 does not seem to be running inside a container 11:12:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-opc-ua_main -v /w/workspace/edgexfoundry_device-opc-ua_main:/w/workspace/edgexfoundry_device-opc-ua_main:rw,z -v /w/workspace/edgexfoundry_device-opc-ua_main@tmp:/w/workspace/edgexfoundry_device-opc-ua_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:12:34 $ docker top 7012d47c996ddb588f1ed00ffeb53f6683f3768b92f1edff857ede1707ff2419 -eo pid,comm 11:12:35 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). 11:12:35 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:12:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:12:35 [ssh-agent] Looking for ssh-agent implementation... 11:12:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:12:35 $ docker exec 7012d47c996ddb588f1ed00ffeb53f6683f3768b92f1edff857ede1707ff2419 ssh-agent 11:12:35 SSH_AUTH_SOCK=/tmp/ssh-bBIJ95zzvy8D/agent.32 11:12:35 SSH_AGENT_PID=38 11:12:35 Running ssh-add (command line suppressed) 11:12:35 Identity added: /w/workspace/edgexfoundry_device-opc-ua_main@tmp/private_key_2874631459427083844.key (/w/workspace/edgexfoundry_device-opc-ua_main@tmp/private_key_2874631459427083844.key) 11:12:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:12:35 + git semver bump pre 11:12:35 2025-07-09 11:12:35,904 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 11:12:35 2025-07-09 11:12:35,909 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-opc-ua_main/.semver/main 11:12:35 2025-07-09 11:12:35,909 [bump_version] DEBUG bumping version:4.1.0-dev.3 on axis:pre with prefix:dev 11:12:35 2025-07-09 11:12:35,909 [bump_version] DEBUG bumped version:4.1.0-dev.4 11:12:35 2025-07-09 11:12:35,909 [write_version] DEBUG write version:4.1.0-dev.4 to path:/w/workspace/edgexfoundry_device-opc-ua_main/.semver/main with force:True 11:12:35 2025-07-09 11:12:35,909 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-opc-ua_main/.semver/main 11:12:35 2025-07-09 11:12:35,909 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-opc-ua_main/.semver/main 11:12:35 2025-07-09 11:12:35,911 [execute] INFO git cat-file --batch-check 11:12:35 2025-07-09 11:12:35,911 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-opc-ua_main/.semver, stdin=, shell=False, universal_newlines=False) 11:12:35 2025-07-09 11:12:35,915 [execute] INFO git cat-file --batch 11:12:35 2025-07-09 11:12:35,916 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-opc-ua_main/.semver, stdin=, shell=False, universal_newlines=False) 11:12:35 2025-07-09 11:12:35,919 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-opc-ua_main/.semver/main 11:12:35 4.1.0-dev.4 [Pipeline] } 11:12:35 $ docker exec --env ******** --env ******** 7012d47c996ddb588f1ed00ffeb53f6683f3768b92f1edff857ede1707ff2419 ssh-agent -k 11:12:36 unset SSH_AUTH_SOCK; 11:12:36 unset SSH_AGENT_PID; 11:12:36 echo Agent pid 38 killed; 11:12:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:12:36 + git semver [Pipeline] } 11:12:36 $ docker stop --time=1 7012d47c996ddb588f1ed00ffeb53f6683f3768b92f1edff857ede1707ff2419 11:12:37 $ docker rm -f --volumes 7012d47c996ddb588f1ed00ffeb53f6683f3768b92f1edff857ede1707ff2419 [Pipeline] // withDockerContainer [Pipeline] sh 11:12:38 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:12:38 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:12:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:12:38 prd-ubuntu20.04-docker-8c-8g-4846 does not seem to be running inside a container 11:12:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-opc-ua_main -v /w/workspace/edgexfoundry_device-opc-ua_main:/w/workspace/edgexfoundry_device-opc-ua_main:rw,z -v /w/workspace/edgexfoundry_device-opc-ua_main@tmp:/w/workspace/edgexfoundry_device-opc-ua_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:12:38 $ docker top 037b46a677d27bbadb874a90c87deed0be911c4648f137cc8f2755cdaa400e06 -eo pid,comm 11:12:39 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). 11:12:39 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:12:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:12:39 [ssh-agent] Looking for ssh-agent implementation... 11:12:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:12:39 $ docker exec 037b46a677d27bbadb874a90c87deed0be911c4648f137cc8f2755cdaa400e06 ssh-agent 11:12:39 SSH_AUTH_SOCK=/tmp/ssh-SMrbZ3tkv22P/agent.32 11:12:39 SSH_AGENT_PID=38 11:12:39 Running ssh-add (command line suppressed) 11:12:39 Identity added: /w/workspace/edgexfoundry_device-opc-ua_main@tmp/private_key_9260460571697288108.key (/w/workspace/edgexfoundry_device-opc-ua_main@tmp/private_key_9260460571697288108.key) 11:12:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:12:39 + git semver push 11:12:39 2025-07-09 11:12:39,935 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 11:12:39 2025-07-09 11:12:39,939 [run_push] DEBUG push 11:12:39 2025-07-09 11:12:39,939 [execute] INFO git cat-file --batch-check 11:12:39 2025-07-09 11:12:39,940 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-opc-ua_main/.semver, stdin=, shell=False, universal_newlines=False) 11:12:39 2025-07-09 11:12:39,941 [execute] INFO git rev-list 0ad18697a2aa4a6001cb93b60ef6f9d6c4b1d9d4 -- 11:12:39 2025-07-09 11:12:39,942 [execute] DEBUG Popen(['git', 'rev-list', '0ad18697a2aa4a6001cb93b60ef6f9d6c4b1d9d4', '--'], cwd=/w/workspace/edgexfoundry_device-opc-ua_main/.semver, stdin=None, shell=False, universal_newlines=False) 11:12:39 2025-07-09 11:12:39,945 [execute] INFO git fetch -v -- origin 11:12:39 2025-07-09 11:12:39,945 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgexfoundry_device-opc-ua_main/.semver, stdin=None, shell=False, universal_newlines=True) 11:12:40 2025-07-09 11:12:40,421 [run_push] DEBUG no remote changes detected 11:12:40 2025-07-09 11:12:40,421 [execute] INFO git push origin semver 11:12:40 2025-07-09 11:12:40,422 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-opc-ua_main/.semver, stdin=None, shell=False, universal_newlines=False) 11:12:41 2025-07-09 11:12:41,285 [run_push] DEBUG push all version tags 11:12:41 2025-07-09 11:12:41,285 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 11:12:41 2025-07-09 11:12:41,286 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-opc-ua_main, stdin=None, shell=False, universal_newlines=False) 11:12:42 2025-07-09 11:12:41,985 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-opc-ua_main/.semver/main 11:12:42 4.1.0-dev.4 [Pipeline] } 11:12:42 $ docker exec --env ******** --env ******** 037b46a677d27bbadb874a90c87deed0be911c4648f137cc8f2755cdaa400e06 ssh-agent -k 11:12:42 unset SSH_AUTH_SOCK; 11:12:42 unset SSH_AGENT_PID; 11:12:42 echo Agent pid 38 killed; 11:12:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:12:42 + git semver [Pipeline] } 11:12:42 $ docker stop --time=1 037b46a677d27bbadb874a90c87deed0be911c4648f137cc8f2755cdaa400e06 11:12:43 $ docker rm -f --volumes 037b46a677d27bbadb874a90c87deed0be911c4648f137cc8f2755cdaa400e06 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 11:12:44 + [ -d /w/workspace/edgexfoundry_device-opc-ua_main/archives ] 11:12:44 + ls -al /w/workspace/edgexfoundry_device-opc-ua_main/archives 11:12:44 total 16 11:12:44 drwxr-xr-x 3 root root 4096 Jul 9 10:58 . 11:12:44 drwxrwxr-x 10 jenkins jenkins 4096 Jul 9 11:12 .. 11:12:44 drwxr-xr-x 2 root root 4096 Jul 9 10:58 cost 11:12:44 -rw-r--r-- 1 root root 84 Jul 9 10:58 cost.csv 11:12:44 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-opc-ua_main/archives 11:12:44 + ls -al /w/workspace/edgexfoundry_device-opc-ua_main/archives 11:12:44 total 16 11:12:44 drwxr-xr-x 3 jenkins jenkins 4096 Jul 9 10:58 . 11:12:44 drwxrwxr-x 10 jenkins jenkins 4096 Jul 9 11:12 .. 11:12:44 drwxr-xr-x 2 jenkins jenkins 4096 Jul 9 10:58 cost 11:12:44 -rw-r--r-- 1 jenkins jenkins 84 Jul 9 10:58 cost.csv [Pipeline] libraryResource [Pipeline] sh 11:12:44 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:12:45 ---> package-listing.sh 11:12:45 ++ facter osfamily 11:12:45 ++ tr '[:upper:]' '[:lower:]' 11:12:45 + OS_FAMILY=debian 11:12:45 + workspace=/w/workspace/edgexfoundry_device-opc-ua_main 11:12:45 + START_PACKAGES=/tmp/packages_start.txt 11:12:45 + END_PACKAGES=/tmp/packages_end.txt 11:12:45 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:12:45 + PACKAGES=/tmp/packages_start.txt 11:12:45 + '[' /w/workspace/edgexfoundry_device-opc-ua_main ']' 11:12:45 + PACKAGES=/tmp/packages_end.txt 11:12:45 + case "${OS_FAMILY}" in 11:12:45 + dpkg -l 11:12:45 + grep '^ii' 11:12:45 + '[' -f /tmp/packages_start.txt ']' 11:12:45 + '[' -f /tmp/packages_end.txt ']' 11:12:45 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:12:45 + '[' /w/workspace/edgexfoundry_device-opc-ua_main ']' 11:12:45 + mkdir -p /w/workspace/edgexfoundry_device-opc-ua_main/archives/ 11:12:45 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-opc-ua_main/archives/ [Pipeline] echo 11:12:45 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-opc-ua_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 11:12:46 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:12:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:12:46 prd-ubuntu20.04-docker-8c-8g-4846 does not seem to be running inside a container 11:12:46 $ 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-opc-ua_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-opc-ua_main -v /w/workspace/edgexfoundry_device-opc-ua_main:/w/workspace/edgexfoundry_device-opc-ua_main:rw,z -v /w/workspace/edgexfoundry_device-opc-ua_main@tmp:/w/workspace/edgexfoundry_device-opc-ua_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 11:12:47 $ docker top 8ee7d20718f52a2865f590b7098e05c1a636f336446cdc72d4e0b3abe69fd49b -eo pid,comm [Pipeline] { [Pipeline] sh 11:12:47 + touch /tmp/pre-build-complete [Pipeline] sh 11:12:47 + mkdir -p /var/log/sysstat [Pipeline] sh 11:12:48 + ls /var/log/sa-host 11:12:48 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:12:48 provisioning config files... 11:12:48 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-opc-ua_main@tmp/config14089089527665869016tmp [Pipeline] { [Pipeline] echo 11:12:48 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:12:48 ---> create-netrc.sh [Pipeline] } 11:12:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 11:12:48 ---> python-tools-install.sh [Pipeline] echo 11:12:48 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:12:49 ---> sudo-logs.sh 11:12:49 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 11:12:49 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:12:49 ---> job-cost.sh 11:12:49 lf-activate-venv: SKIPPING 11:12:49 DEBUG: total: 0.2199999988079071 11:12:49 INFO: Retrieving Stack Cost... 11:12:49 INFO: Retrieving Pricing Info for: v3-standard-8 11:12:50 INFO: Archiving Costs [Pipeline] echo 11:12:50 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:12:50 ---> logs-deploy.sh 11:12:50 lf-activate-venv: SKIPPING 11:12:50 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-opc-ua/main/15 11:12:50 INFO: archiving workspace using pattern(s): 11:12:51 Archives upload complete. 11:12:51 INFO: archiving logs to Nexus