Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from fd5faddb6bef00999662222d4fecab10e289b007 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-ssh11777579852166070274.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-ssh5956346806209517150.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-ssh12655275174241172499.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-ssh14952508323245490190.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-ssh6521457776472381565.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 ‘prd-ubuntu20.04-docker-8c-8g-5195’ is offline Running on prd-ubuntu20.04-docker-8c-8g-5196 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 > 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 Avoid second fetch Checking out Revision fd5faddb6bef00999662222d4fecab10e289b007 (main) Commit message: "Merge pull request #123 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.1.0-dev.22" > git config core.sparsecheckout # timeout=10 > git checkout -f fd5faddb6bef00999662222d4fecab10e289b007 # timeout=10 > git rev-list --no-walk 83aed419838c95e88690884805deb3001cd714b8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:53:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:53:50 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:53:50 ========================================================= 05:53:50 EdgeX Global Pipelines Version Info 05:53:50 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:53:51 ------------------- 05:53:51 stable info: 05:53:51 ------------------- 05:53:51 Commited By: Ginny Guan ginny@iotechsys.com 05:53:51 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 05:53:51 Message: update stable to v1.0.274 05:53:52 ------------------- 05:53:52 experimental info: 05:53:52 ------------------- 05:53:52 Commited By: Ginny Guan ginny@iotechsys.com 05:53:52 Commit SHA: 274fe4ad960081a284537894dddd28d0c782a18e 05:53:52 Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:53:52 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-opc-ua-settings [Pipeline] echo 05:53:52 [edgeXSetupEnvironment]: set envvar PROJECT = device-opc-ua [Pipeline] echo 05:53:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:53:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:53:52 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:53:52 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 05:53:52 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 05:53:52 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 05:53:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:53:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:53:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 05:53:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-opc-ua [Pipeline] echo 05:53:52 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:53:52 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:53:52 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:53:52 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 05:53:52 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:53:52 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:53:52 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:53:52 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:53:52 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 05:53:52 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 05:53:52 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:53:52 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:53:53 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 05:53:53 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:53:53 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 05:53:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 05:53:53 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 05:53:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 05:53:53 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fd5faddb6bef00999662222d4fecab10e289b007 [Pipeline] echo 05:53:53 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fd5fadd [Pipeline] echo 05:53:53 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:53:53 provisioning config files... 05:53:53 copy managed file [device-opc-ua-settings] to file:/w/workspace/edgexfoundry_device-opc-ua_main@tmp/config2647672508343279923tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:53:53 ---> ****-login.sh 05:53:53 nexus3.edgexfoundry.org:10001 05:53:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:53:53 05:53:53 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 05:53:53 Configure a credential helper to remove this warning. See 05:53:53 https://docs.****.com/go/credential-store/ 05:53:53 05:53:53 Login Succeeded 05:53:53 nexus3.edgexfoundry.org:10002 05:53:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:53:53 05:53:53 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 05:53:53 Configure a credential helper to remove this warning. See 05:53:53 https://docs.****.com/go/credential-store/ 05:53:53 05:53:53 Login Succeeded 05:53:53 nexus3.edgexfoundry.org:10003 05:53:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:53:53 05:53:53 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 05:53:53 Configure a credential helper to remove this warning. See 05:53:53 https://docs.****.com/go/credential-store/ 05:53:53 05:53:53 Login Succeeded 05:53:53 nexus3.edgexfoundry.org:10004 05:53:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:53:54 05:53:54 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 05:53:54 Configure a credential helper to remove this warning. See 05:53:54 https://docs.****.com/go/credential-store/ 05:53:54 05:53:54 Login Succeeded 05:53:54 ****.io 05:53:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:53:54 05:53:54 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 05:53:54 Configure a credential helper to remove this warning. See 05:53:54 https://docs.****.com/go/credential-store/ 05:53:54 05:53:54 Login Succeeded 05:53:54 ---> ****-login.sh ends [Pipeline] } 05:53:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 05:53:54 + git rev-list -1 --merges fd5faddb6bef00999662222d4fecab10e289b007~1..fd5faddb6bef00999662222d4fecab10e289b007 [Pipeline] echo 05:53:54 -----------> git rev-list -1 --merges fd5faddb6bef00999662222d4fecab10e289b007~1..fd5faddb6bef00999662222d4fecab10e289b007 fd5faddb6bef00999662222d4fecab10e289b007 05:53:54 fd5faddb6bef00999662222d4fecab10e289b007 [false] [Pipeline] sh 05:53:55 + git log --format=format:%s -1 fd5faddb6bef00999662222d4fecab10e289b007 [Pipeline] echo 05:53:55 ========================================================= 05:53:55 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 05:53:55 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:53:55 + git log --format=format:%s -1 fd5faddb6bef00999662222d4fecab10e289b007 [Pipeline] echo 05:53:55 [semverPrep] GIT_COMMIT: fd5faddb6bef00999662222d4fecab10e289b007, Commit Message: Merge pull request #123 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.1.0-dev.22 [Pipeline] echo 05:53:55 [semverPrep] This is not a build commit. [Pipeline] sh 05:53:56 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:53:56 + grep -v github /etc/ssh/ssh_known_hosts 05:53:56 + [ -e /tmp/ssh_known_hosts ] 05:53:56 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 05:53:56 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 05:53:56 + sudo tee -a /etc/ssh/ssh_known_hosts 05:53:56 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:53:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:53:56 05:53:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:53:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:53:57 0.1.4: Pulling from edgex-devops/py-git-semver 05:53:57 3dae71ba6b94: Pulling fs layer 05:53:57 6bf1a483ea7c: Pulling fs layer 05:53:57 f5dfc541a4d3: Pulling fs layer 05:53:57 461d9e800cba: Pulling fs layer 05:53:57 80192f66455f: Pulling fs layer 05:53:57 2e8e34ca0e6c: Pulling fs layer 05:53:57 a29436f7fd5d: Pulling fs layer 05:53:57 923cac83aea3: Pulling fs layer 05:53:57 25ad8b0a4227: Pulling fs layer 05:53:57 db01528c6b51: Pulling fs layer 05:53:57 28988de357af: Pulling fs layer 05:53:57 461d9e800cba: Waiting 05:53:57 80192f66455f: Waiting 05:53:57 2e8e34ca0e6c: Waiting 05:53:57 923cac83aea3: Waiting 05:53:57 a29436f7fd5d: Waiting 05:53:57 25ad8b0a4227: Waiting 05:53:57 28988de357af: Waiting 05:53:57 db01528c6b51: Waiting 05:53:57 6bf1a483ea7c: Verifying Checksum 05:53:57 6bf1a483ea7c: Download complete 05:53:57 461d9e800cba: Verifying Checksum 05:53:57 461d9e800cba: Download complete 05:53:57 80192f66455f: Verifying Checksum 05:53:57 80192f66455f: Download complete 05:53:57 f5dfc541a4d3: Verifying Checksum 05:53:57 f5dfc541a4d3: Download complete 05:53:57 3dae71ba6b94: Verifying Checksum 05:53:57 3dae71ba6b94: Download complete 05:53:57 923cac83aea3: Verifying Checksum 05:53:57 923cac83aea3: Download complete 05:53:57 25ad8b0a4227: Verifying Checksum 05:53:57 25ad8b0a4227: Download complete 05:53:57 db01528c6b51: Download complete 05:53:57 28988de357af: Verifying Checksum 05:53:57 28988de357af: Download complete 05:53:57 a29436f7fd5d: Verifying Checksum 05:53:58 2e8e34ca0e6c: Verifying Checksum 05:53:58 2e8e34ca0e6c: Download complete 05:53:59 3dae71ba6b94: Pull complete 05:53:59 6bf1a483ea7c: Pull complete 05:54:00 f5dfc541a4d3: Pull complete 05:54:00 461d9e800cba: Pull complete 05:54:00 80192f66455f: Pull complete 05:54:04 2e8e34ca0e6c: Pull complete 05:54:05 a29436f7fd5d: Pull complete 05:54:05 923cac83aea3: Pull complete 05:54:05 25ad8b0a4227: Pull complete 05:54:05 db01528c6b51: Pull complete 05:54:05 28988de357af: Pull complete 05:54:05 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 05:54:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:54:05 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:54:05 prd-ubuntu20.04-docker-8c-8g-5196 does not seem to be running inside a container 05:54:05 $ 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 05:54:07 $ docker top e5c6914a6b30f5297f60db1843167b0e9dadae281ee31aebdf99e19defd46bca -eo pid,comm 05:54:07 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). 05:54:07 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:54:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:54:07 [ssh-agent] Looking for ssh-agent implementation... 05:54:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:54:07 $ docker exec e5c6914a6b30f5297f60db1843167b0e9dadae281ee31aebdf99e19defd46bca ssh-agent 05:54:07 SSH_AUTH_SOCK=/tmp/ssh-rUEvaBEjJdPL/agent.33 05:54:07 SSH_AGENT_PID=40 05:54:07 Running ssh-add (command line suppressed) 05:54:08 Identity added: /w/workspace/edgexfoundry_device-opc-ua_main@tmp/private_key_13588656148352436450.key (/w/workspace/edgexfoundry_device-opc-ua_main@tmp/private_key_13588656148352436450.key) 05:54:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:54:08 + git tag --points-at HEAD [Pipeline] } 05:54:08 $ docker exec --env ******** --env ******** e5c6914a6b30f5297f60db1843167b0e9dadae281ee31aebdf99e19defd46bca ssh-agent -k 05:54:08 unset SSH_AUTH_SOCK; 05:54:08 unset SSH_AGENT_PID; 05:54:08 echo Agent pid 40 killed; 05:54:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:54:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:54:08 [ssh-agent] Looking for ssh-agent implementation... 05:54:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:54:08 $ docker exec e5c6914a6b30f5297f60db1843167b0e9dadae281ee31aebdf99e19defd46bca ssh-agent 05:54:08 SSH_AUTH_SOCK=/tmp/ssh-eInVkqS77aay/agent.73 05:54:08 SSH_AGENT_PID=79 05:54:08 Running ssh-add (command line suppressed) 05:54:08 Identity added: /w/workspace/edgexfoundry_device-opc-ua_main@tmp/private_key_9737558781192310871.key (/w/workspace/edgexfoundry_device-opc-ua_main@tmp/private_key_9737558781192310871.key) 05:54:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:54:09 + git semver init 05:54:09 2025-07-16 05:54:09,352 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 05:54:09 2025-07-16 05:54:09,357 [run_init] DEBUG init version:0.0.0 force:False 05:54:09 2025-07-16 05:54:09,357 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-opc-ua_main/.semver 05:54:09 2025-07-16 05:54:09,358 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-opc-ua.git /w/workspace/edgexfoundry_device-opc-ua_main/.semver 05:54:09 2025-07-16 05:54:09,358 [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) 05:54:10 2025-07-16 05:54:10,347 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-opc-ua_main/.git/info/exclude 05:54:10 2025-07-16 05:54:10,347 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-opc-ua_main/.semver/main with force:False 05:54:10 2025-07-16 05:54:10,347 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-opc-ua_main/.semver/main 05:54:10 2025-07-16 05:54:10,348 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-opc-ua_main/.semver/main 05:54:10 4.1.0-dev.4 [Pipeline] } 05:54:10 $ docker exec --env ******** --env ******** e5c6914a6b30f5297f60db1843167b0e9dadae281ee31aebdf99e19defd46bca ssh-agent -k 05:54:10 unset SSH_AUTH_SOCK; 05:54:10 unset SSH_AGENT_PID; 05:54:10 echo Agent pid 79 killed; 05:54:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:54:11 + git semver [Pipeline] } 05:54:11 $ docker stop --time=1 e5c6914a6b30f5297f60db1843167b0e9dadae281ee31aebdf99e19defd46bca 05:54:12 $ docker rm -f --volumes e5c6914a6b30f5297f60db1843167b0e9dadae281ee31aebdf99e19defd46bca [Pipeline] // withDockerContainer [Pipeline] sh 05:54:13 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:54:13 Stashed 1 file(s) [Pipeline] echo 05:54:13 [edgeXSemver]: initialized semver on version 4.1.0-dev.4 [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 05:54:13 provisioning config files... 05:54:13 copy managed file [device-opc-ua-settings] to file:/w/workspace/edgexfoundry_device-opc-ua_main@tmp/config12296284641634245912tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:54:13 ---> ****-login.sh 05:54:13 nexus3.edgexfoundry.org:10001 05:54:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:54:13 Login Succeeded 05:54:13 nexus3.edgexfoundry.org:10002 05:54:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:54:13 Login Succeeded 05:54:13 nexus3.edgexfoundry.org:10003 05:54:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:54:14 Login Succeeded 05:54:14 nexus3.edgexfoundry.org:10004 05:54:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:54:14 Login Succeeded 05:54:14 ****.io 05:54:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:54:14 Login Succeeded 05:54:14 ---> ****-login.sh ends [Pipeline] } 05:54:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:54:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 05:54:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 05:54:14 ========================================================= 05:54:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 05:54:14 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:54:14 + 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 . 05:54:15 #0 building with "default" instance using docker driver 05:54:15 05:54:15 #1 [internal] load build definition from Dockerfile 05:54:15 #1 transferring dockerfile: 1.28kB done 05:54:15 #1 DONE 0.0s 05:54:15 05:54:15 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 05:54:15 #2 DONE 0.1s 05:54:15 05:54:15 #3 [internal] load .dockerignore 05:54:15 #3 transferring context: 102B done 05:54:15 #3 DONE 0.0s 05:54:15 05:54:15 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 05:54:15 #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 0.0s done 05:54:15 #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 05:54:15 #4 ... 05:54:15 05:54:15 #5 [internal] load build context 05:54:15 #5 transferring context: 17.38MB 0.2s done 05:54:15 #5 DONE 0.2s 05:54:15 05:54:15 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 05:54:15 #4 sha256:e873195afa03f66c4477d62a47bde445cf4ea723c241a30f98137b48a10af2e9 2.08kB / 2.08kB done 05:54:15 #4 sha256:ea6120ae94a0356f97603cf7c451f67990211a3e020e5a30d412335b108fdc34 4.22kB / 4.22kB done 05:54:15 #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done 05:54:15 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 3.15MB / 74.06MB 0.1s 05:54:15 #4 sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 685B / 685B done 05:54:15 #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s done 05:54:15 #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s 05:54:15 #4 sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 294.40kB / 294.40kB 0.0s done 05:54:16 #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s done 05:54:16 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 22.84MB / 74.06MB 0.3s 05:54:16 #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done 05:54:16 #4 sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 2.38MB / 2.38MB 0.2s done 05:54:16 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 7.34MB / 100.52MB 0.3s 05:54:16 #4 sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 440B / 440B 0.1s done 05:54:16 #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 05:54:16 #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 3.15MB / 13.29MB 0.3s 05:54:16 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 35.65MB / 74.06MB 0.4s 05:54:16 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 17.83MB / 100.52MB 0.4s 05:54:16 #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 0.1s done 05:54:16 #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 13.29MB / 13.29MB 0.4s 05:54:16 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 60.82MB / 74.06MB 0.6s 05:54:16 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 46.14MB / 100.52MB 0.6s 05:54:16 #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 13.29MB / 13.29MB 0.4s done 05:54:16 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.7s 05:54:16 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 60.82MB / 100.52MB 0.7s 05:54:16 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 79.69MB / 100.52MB 0.8s 05:54:16 #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 05:54:16 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.8s done 05:54:16 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 98.57MB / 100.52MB 0.9s 05:54:16 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 100.52MB / 100.52MB 1.0s done 05:54:22 #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 5.0s done 05:54:22 #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 05:54:22 #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 done 05:54:22 #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done 05:54:22 #4 extracting sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 done 05:54:22 #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 05:54:22 #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 0.0s done 05:54:22 #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 0.1s 05:54:26 #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 3.5s done 05:54:26 #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0.1s 05:54:26 #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0.6s done 05:54:26 #4 DONE 10.6s 05:54:26 05:54:26 #6 [builder 2/7] RUN apk add --update --no-cache make git zeromq-dev gcc pkgconfig musl-dev 05:54:26 #6 0.204 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:54:26 #6 0.345 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:54:27 #6 0.684 OK: 248 MiB in 58 packages 05:54:28 #6 DONE 2.2s 05:54:28 Still waiting to schedule task 05:54:28 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 05:54:28 05:54:28 #7 [builder 3/7] WORKDIR /device-opcua 05:54:28 #7 DONE 0.0s 05:54:28 05:54:28 #8 [builder 4/7] COPY go.mod vendor* ./ 05:54:28 #8 DONE 0.0s 05:54:28 05:54:28 #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:55:15 #9 DONE 40.7s 05:55:15 05:55:15 #10 [builder 6/7] COPY . . 05:55:15 #10 DONE 0.1s 05:55:15 05:55:15 #11 [builder 7/7] RUN echo noop 05:55:15 #11 0.197 noop 05:55:15 #11 DONE 0.2s 05:55:15 05:55:15 #12 exporting to image 05:55:15 #12 exporting layers 05:55:17 #12 exporting layers 7.8s done 05:55:17 #12 writing image sha256:b2f040738c7757e8edcfc7462567f2ef05978ce4f7730d4c92b6d3ab8e723800 done 05:55:17 #12 naming to docker.io/library/ci-base-image-x86_64 done 05:55:17 #12 DONE 7.8s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:55:17 + docker inspect -f . ci-base-image-x86_64 05:55:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:55:17 prd-ubuntu20.04-docker-8c-8g-5196 does not seem to be running inside a container 05:55:17 $ 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 05:55:18 $ docker top ceaac643a7eff571dbd90b57f956b9d4862a95bbb077a89c0825a18b06e5a1a3 -eo pid,comm [Pipeline] { [Pipeline] sh 05:55:18 + go version 05:55:18 go version go1.23.9 linux/amd64 [Pipeline] } 05:55:18 $ docker stop --time=1 ceaac643a7eff571dbd90b57f956b9d4862a95bbb077a89c0825a18b06e5a1a3 05:55:19 $ docker rm -f --volumes ceaac643a7eff571dbd90b57f956b9d4862a95bbb077a89c0825a18b06e5a1a3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:55:20 + docker inspect -f . ci-base-image-x86_64 05:55:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:55:20 prd-ubuntu20.04-docker-8c-8g-5196 does not seem to be running inside a container 05:55:20 $ 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 05:55:20 $ docker top b6d5b27488a905080b79cfd146d3fa52bb6451e890061cd8ac4702a20d09986b -eo pid,comm [Pipeline] { [Pipeline] sh 05:55:20 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-opc-ua_main [Pipeline] fileExists [Pipeline] sh 05:55:21 + make test 05:55:21 go test ./... -coverprofile=coverage.out 05:55:22 ? github.com/edgexfoundry/device-opc-ua [no test files] 05:55:44 github.com/edgexfoundry/device-opc-ua/internal/test coverage: 0.0% of statements 05:55:44 github.com/edgexfoundry/device-opc-ua/cmd coverage: 0.0% of statements 05:55:44 ok github.com/edgexfoundry/device-opc-ua/internal/driver 0.017s coverage: 41.4% of statements 05:55:56 go vet ./... 05:56:01 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:56:01 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 05:56:01 ./bin/test-attribution-txt.sh [Pipeline] echo 05:56:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 05:56:02 $ docker stop --time=1 b6d5b27488a905080b79cfd146d3fa52bb6451e890061cd8ac4702a20d09986b 05:56:03 $ docker rm -f --volumes b6d5b27488a905080b79cfd146d3fa52bb6451e890061cd8ac4702a20d09986b [Pipeline] // withDockerContainer [Pipeline] sh 05:56:04 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:56:04 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 05:56:05 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:56:05 + ls -al . 05:56:05 total 236 05:56:05 drwxrwxr-x 9 jenkins jenkins 4096 Jul 16 05:55 . 05:56:05 drwxrwxr-x 4 jenkins jenkins 4096 Jul 16 05:53 .. 05:56:05 -rw-rw-r-- 1 jenkins jenkins 62 Jul 16 05:53 .dockerignore 05:56:05 drwxrwxr-x 8 jenkins jenkins 4096 Jul 16 05:55 .git 05:56:05 drwxrwxr-x 2 jenkins jenkins 4096 Jul 16 05:53 .github 05:56:05 -rw-rw-r-- 1 jenkins jenkins 101 Jul 16 05:53 .gitignore 05:56:05 -rw-rw-r-- 1 jenkins jenkins 218 Jul 16 05:53 .golangci.yml 05:56:05 drwxr-xr-x 3 jenkins jenkins 4096 Jul 16 05:54 .semver 05:56:05 drwxrwxr-x 2 jenkins jenkins 4096 Jul 16 05:53 .vscode 05:56:05 -rw-rw-r-- 1 jenkins jenkins 20452 Jul 16 05:53 Attribution.txt 05:56:05 -rw-rw-r-- 1 jenkins jenkins 2560 Jul 16 05:53 CHANGELOG.md 05:56:05 -rw-rw-r-- 1 jenkins jenkins 1242 Jul 16 05:53 Dockerfile 05:56:05 -rw-rw-r-- 1 jenkins jenkins 649 Jul 16 05:53 Jenkinsfile 05:56:05 -rw-rw-r-- 1 jenkins jenkins 11367 Jul 16 05:53 LICENSE 05:56:05 -rw-rw-r-- 1 jenkins jenkins 2474 Jul 16 05:53 Makefile 05:56:05 -rw-rw-r-- 1 jenkins jenkins 4109 Jul 16 05:53 README.md 05:56:05 -rw-rw-r-- 1 jenkins jenkins 11 Jul 16 05:54 VERSION 05:56:05 drwxrwxr-x 2 jenkins jenkins 4096 Jul 16 05:53 bin 05:56:05 drwxrwxr-x 3 jenkins jenkins 4096 Jul 16 05:53 cmd 05:56:05 -rw-r--r-- 1 jenkins jenkins 26136 Jul 16 05:55 coverage.out 05:56:05 -rw-rw-r-- 1 jenkins jenkins 6270 Jul 16 05:53 go.mod 05:56:05 -rw-rw-r-- 1 jenkins jenkins 86928 Jul 16 05:53 go.sum 05:56:05 drwxrwxr-x 4 jenkins jenkins 4096 Jul 16 05:53 internal 05:56:05 -rw-rw-r-- 1 jenkins jenkins 260 Jul 16 05:53 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:56:05 + 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=fd5faddb6bef00999662222d4fecab10e289b007 --label arch=amd64 --label version=4.1.0-dev.4 . 05:56:05 #0 building with "default" instance using docker driver 05:56:05 05:56:05 #1 [internal] load build definition from Dockerfile 05:56:05 #1 transferring dockerfile: 1.28kB done 05:56:05 #1 DONE 0.0s 05:56:05 05:56:05 #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 05:56:05 #2 DONE 0.0s 05:56:05 05:56:05 #3 [internal] load metadata for docker.io/library/alpine:3.20 05:56:06 #3 DONE 0.6s 05:56:06 05:56:06 #4 [internal] load .dockerignore 05:56:06 #4 transferring context: 102B done 05:56:06 #4 DONE 0.0s 05:56:06 05:56:06 #5 [internal] load build context 05:56:06 #5 transferring context: 36.55kB 0.0s done 05:56:06 #5 DONE 0.0s 05:56:06 05:56:06 #6 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 05:56:06 #6 DONE 0.1s 05:56:06 05:56:06 #7 [stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 05:56:06 #7 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d done 05:56:06 #7 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 05:56:06 #7 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0B / 3.62MB 0.1s 05:56:06 #7 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 05:56:06 #7 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 05:56:06 #7 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.3s done 05:56:06 #7 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.1s done 05:56:06 #7 DONE 0.4s 05:56:06 05:56:06 #8 [builder 2/7] RUN apk add --update --no-cache make git zeromq-dev gcc pkgconfig musl-dev 05:56:06 #8 0.202 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:56:06 #8 0.361 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:56:07 #8 0.719 OK: 248 MiB in 58 packages 05:56:07 #8 DONE 0.9s 05:56:07 05:56:07 #9 [stage-1 2/6] RUN apk add --update --no-cache zeromq dumb-init 05:56:07 #9 0.205 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:56:07 #9 0.283 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:56:07 #9 ... 05:56:07 05:56:07 #10 [builder 3/7] WORKDIR /device-opcua 05:56:07 #10 DONE 0.0s 05:56:07 05:56:07 #11 [builder 4/7] COPY go.mod vendor* ./ 05:56:07 #11 DONE 0.0s 05:56:07 05:56:07 #9 [stage-1 2/6] RUN apk add --update --no-cache zeromq dumb-init 05:56:07 #9 0.636 (1/6) Installing dumb-init (1.2.5-r3) 05:56:07 #9 0.641 (2/6) Installing libgcc (13.2.1_git20240309-r1) 05:56:07 #9 0.645 (3/6) Installing libsodium (1.0.19-r0) 05:56:07 #9 0.654 (4/6) Installing libstdc++ (13.2.1_git20240309-r1) 05:56:07 #9 0.681 (5/6) Installing libzmq (4.3.5-r2) 05:56:07 #9 0.689 (6/6) Installing zeromq (4.3.5-r2) 05:56:07 #9 0.693 Executing busybox-1.36.1-r29.trigger 05:56:07 #9 0.702 OK: 12 MiB in 20 packages 05:56:07 #9 DONE 0.8s 05:56:07 05:56:07 #12 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:56:07 #12 DONE 0.5s 05:56:07 05:56:07 #13 [stage-1 3/6] RUN apk --no-cache upgrade 05:56:08 #13 ... 05:56:08 05:56:08 #14 [builder 6/7] COPY . . 05:56:08 #14 DONE 0.1s 05:56:08 05:56:08 #13 [stage-1 3/6] RUN apk --no-cache upgrade 05:56:08 #13 0.328 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:56:08 #13 0.403 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:56:08 #13 0.679 OK: 12 MiB in 20 packages 05:56:08 #13 DONE 0.8s 05:56:08 05:56:08 #15 [builder 7/7] RUN make build 05:56:08 #15 0.241 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-opc-ua.Version=4.1.0-dev.4 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.22 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-opcua ./cmd 05:56:34 #15 25.34 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 05:56:34 #15 DONE 26.2s 05:56:34 05:56:34 #16 [stage-1 4/6] COPY --from=builder /device-opcua/cmd / 05:56:34 #16 DONE 0.2s 05:56:34 05:56:34 #17 [stage-1 5/6] COPY --from=builder /device-opcua/LICENSE / 05:56:34 #17 DONE 0.0s 05:56:34 05:56:34 #18 [stage-1 6/6] COPY --from=builder /device-opcua/Attribution.txt / 05:56:34 #18 DONE 0.0s 05:56:34 05:56:34 #19 exporting to image 05:56:34 #19 exporting layers 05:56:34 #19 exporting layers 0.2s done 05:56:34 #19 writing image sha256:3c263849fb1b35cffee092230c3ec9499b577c280e3fafb3f7a062c07768ef64 done 05:56:34 #19 naming to docker.io/library/device-opc-ua done 05:56:34 #19 DONE 0.2s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:56:34 provisioning config files... 05:56:34 copy managed file [device-opc-ua-settings] to file:/w/workspace/edgexfoundry_device-opc-ua_main@tmp/config12577968948479163867tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:56:35 ---> ****-login.sh 05:56:35 nexus3.edgexfoundry.org:10001 05:56:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:56:35 Login Succeeded 05:56:35 nexus3.edgexfoundry.org:10002 05:56:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:56:35 Login Succeeded 05:56:35 nexus3.edgexfoundry.org:10003 05:56:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:56:35 Login Succeeded 05:56:35 nexus3.edgexfoundry.org:10004 05:56:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:56:35 Login Succeeded 05:56:35 ****.io 05:56:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:56:35 Login Succeeded 05:56:35 ---> ****-login.sh ends [Pipeline] } 05:56:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:56:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 05:56:35 [edgeXDocker.push] Tagging docker image device-opc-ua with the following tags: 05:56:35 fd5faddb6bef00999662222d4fecab10e289b007 05:56:35 latest 05:56:35 4.1.0-dev.4 05:56:35 fd5faddb6bef00999662222d4fecab10e289b007-4.1.0-dev.4 05:56:35 main 05:56:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:56:36 + docker tag device-opc-ua nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:56:36 + docker push nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007 05:56:36 The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua] 05:56:36 9b509ad7d1ee: Preparing 05:56:36 3e9aa9f1bc4f: Preparing 05:56:36 3924ffc3f284: Preparing 05:56:36 f3de48892fd6: Preparing 05:56:36 988eb9575a15: Preparing 05:56:36 097100c76c15: Preparing 05:56:36 097100c76c15: Waiting 05:56:36 3e9aa9f1bc4f: Pushed 05:56:36 f3de48892fd6: Pushed 05:56:36 9b509ad7d1ee: Pushed 05:56:37 988eb9575a15: Pushed 05:56:37 097100c76c15: Pushed 05:56:41 3924ffc3f284: Pushed 05:56:42 fd5faddb6bef00999662222d4fecab10e289b007: digest: sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:56:42 + docker tag device-opc-ua nexus3.edgexfoundry.org:10004/device-opc-ua:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:56:42 + docker push nexus3.edgexfoundry.org:10004/device-opc-ua:latest 05:56:42 The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua] 05:56:42 9b509ad7d1ee: Preparing 05:56:42 3e9aa9f1bc4f: Preparing 05:56:42 3924ffc3f284: Preparing 05:56:42 f3de48892fd6: Preparing 05:56:42 988eb9575a15: Preparing 05:56:42 097100c76c15: Preparing 05:56:42 097100c76c15: Waiting 05:56:42 9b509ad7d1ee: Layer already exists 05:56:42 988eb9575a15: Layer already exists 05:56:42 3e9aa9f1bc4f: Layer already exists 05:56:42 3924ffc3f284: Layer already exists 05:56:42 f3de48892fd6: Layer already exists 05:56:42 097100c76c15: Layer already exists 05:56:42 latest: digest: sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:56:43 + docker tag device-opc-ua nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:56:43 + docker push nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.4 05:56:43 The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua] 05:56:43 9b509ad7d1ee: Preparing 05:56:43 3e9aa9f1bc4f: Preparing 05:56:43 3924ffc3f284: Preparing 05:56:43 f3de48892fd6: Preparing 05:56:43 988eb9575a15: Preparing 05:56:43 097100c76c15: Preparing 05:56:43 097100c76c15: Waiting 05:56:43 988eb9575a15: Layer already exists 05:56:43 9b509ad7d1ee: Layer already exists 05:56:43 3924ffc3f284: Layer already exists 05:56:43 3e9aa9f1bc4f: Layer already exists 05:56:43 f3de48892fd6: Layer already exists 05:56:43 097100c76c15: Layer already exists 05:56:43 4.1.0-dev.4: digest: sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:56:43 + docker tag device-opc-ua nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007-4.1.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:56:44 + docker push nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007-4.1.0-dev.4 05:56:44 The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua] 05:56:44 9b509ad7d1ee: Preparing 05:56:44 3e9aa9f1bc4f: Preparing 05:56:44 3924ffc3f284: Preparing 05:56:44 f3de48892fd6: Preparing 05:56:44 988eb9575a15: Preparing 05:56:44 097100c76c15: Preparing 05:56:44 097100c76c15: Waiting 05:56:44 9b509ad7d1ee: Layer already exists 05:56:44 3e9aa9f1bc4f: Layer already exists 05:56:44 3924ffc3f284: Layer already exists 05:56:44 988eb9575a15: Layer already exists 05:56:44 f3de48892fd6: Layer already exists 05:56:44 097100c76c15: Layer already exists 05:56:44 fd5faddb6bef00999662222d4fecab10e289b007-4.1.0-dev.4: digest: sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:56:44 + docker tag device-opc-ua nexus3.edgexfoundry.org:10004/device-opc-ua:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:56:44 + docker push nexus3.edgexfoundry.org:10004/device-opc-ua:main 05:56:44 The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua] 05:56:44 9b509ad7d1ee: Preparing 05:56:44 3e9aa9f1bc4f: Preparing 05:56:44 3924ffc3f284: Preparing 05:56:44 f3de48892fd6: Preparing 05:56:44 988eb9575a15: Preparing 05:56:44 097100c76c15: Preparing 05:56:44 097100c76c15: Waiting 05:56:44 f3de48892fd6: Layer already exists 05:56:44 3924ffc3f284: Layer already exists 05:56:44 3e9aa9f1bc4f: Layer already exists 05:56:44 988eb9575a15: Layer already exists 05:56:44 9b509ad7d1ee: Layer already exists 05:56:44 097100c76c15: Layer already exists 05:56:44 main: digest: sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:56:44 ===================================================== [Pipeline] echo 05:56:44 taggedImages: 05:56:44 - nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007 05:56:44 - nexus3.edgexfoundry.org:10004/device-opc-ua:latest 05:56:44 - nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.4 05:56:44 - nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007-4.1.0-dev.4 05:56:44 - nexus3.edgexfoundry.org:10004/device-opc-ua:main [Pipeline] echo 05:56:45 ========================================================= 05:56:45 [edgeXBuildMultiArch] RAW Config: 05:56:45 images: 05:56:45 - nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007 05:56:45 - nexus3.edgexfoundry.org:10004/device-opc-ua:latest 05:56:45 - nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.4 05:56:45 - nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007-4.1.0-dev.4 05:56:45 - nexus3.edgexfoundry.org:10004/device-opc-ua:main 05:56:45 settingsFile: 05:56:45 device-opc-ua-settings 05:56:45 ========================================================= [Pipeline] node 05:56:45 Running on prd-ubuntu20.04-docker-arm64-4c-16g-5198 in /w/workspace/edgexfoundry_device-opc-ua_main [Pipeline] { [Pipeline] ws 05:56:45 Running in /w/workspace/device-opc-ua/16 [Pipeline] { [Pipeline] checkout 05:56:46 Selected Git installation does not exist. Using Default 05:56:46 The recommended git tool is: NONE 05:56:51 using credential edgex-jenkins-ssh 05:56:51 Cloning the remote Git repository 05:56:51 Cloning repository git@github.com:edgexfoundry/device-opc-ua.git 05:56:51 > git init /w/workspace/device-opc-ua/16 # timeout=10 05:56:51 Fetching upstream changes from git@github.com:edgexfoundry/device-opc-ua.git 05:56:51 > git --version # timeout=10 05:56:51 > git --version # 'git version 2.25.1' 05:56:51 using GIT_SSH to set credentials SSH Credentials for GitHub 05:56:51 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-opc-ua.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:56:53 > git config remote.origin.url git@github.com:edgexfoundry/device-opc-ua.git # timeout=10 05:56:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:56:54 Avoid second fetch 05:56:54 Checking out Revision fd5faddb6bef00999662222d4fecab10e289b007 (main) 05:56:55 Commit message: "Merge pull request #123 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.1.0-dev.22" 05:56:54 > git config core.sparsecheckout # timeout=10 05:56:54 > git checkout -f fd5faddb6bef00999662222d4fecab10e289b007 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:56:59 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 05:56:59 % Total % Received % Xferd Average Speed Time Time Time Current 05:56:59 Dload Upload Total Spent Left Speed 05:56:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 265k 0 --:--:-- --:--:-- --:--:-- 265k [Pipeline] sh 05:57:00 Still waiting to schedule task 05:57:00 All nodes of label ‘centos7-docker-4c-2g’ are offline 05:57:00 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 05:57:00 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 05:57:00 + sudo tee /etc/docker/daemon.new 05:57:00 { 05:57:00 "registry-mirrors": [ 05:57:00 "https://nexus3.edgexfoundry.org:10001" 05:57:00 ], 05:57:00 "bip": "10.250.0.254/24", 05:57:00 "hosts": [ 05:57:00 "tcp://0.0.0.0:5555", 05:57:00 "unix:///var/run/docker.sock" 05:57:00 ], 05:57:00 "mtu": 1458, 05:57:00 "selinux-enabled": true, 05:57:00 "seccomp-profile": "/etc/docker/seccomp.json" 05:57:00 } [Pipeline] sh 05:57:00 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 05:57:01 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:57:19 provisioning config files... 05:57:19 copy managed file [device-opc-ua-settings] to file:/w/workspace/device-opc-ua/16@tmp/config8652531494255977653tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:57:19 ---> ****-login.sh 05:57:19 nexus3.edgexfoundry.org:10001 05:57:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:57:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:57:20 Configure a credential helper to remove this warning. See 05:57:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:57:20 05:57:20 Login Succeeded 05:57:20 nexus3.edgexfoundry.org:10002 05:57:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:57:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:57:20 Configure a credential helper to remove this warning. See 05:57:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:57:20 05:57:20 Login Succeeded 05:57:21 nexus3.edgexfoundry.org:10003 05:57:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:57:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:57:21 Configure a credential helper to remove this warning. See 05:57:21 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:57:21 05:57:21 Login Succeeded 05:57:21 nexus3.edgexfoundry.org:10004 05:57:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:57:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:57:21 Configure a credential helper to remove this warning. See 05:57:21 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:57:21 05:57:21 Login Succeeded 05:57:21 ****.io 05:57:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:57:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:57:22 Configure a credential helper to remove this warning. See 05:57:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:57:22 05:57:22 Login Succeeded 05:57:22 ---> ****-login.sh ends [Pipeline] } 05:57:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:57:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 05:57:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 05:57:22 ========================================================= 05:57:22 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 05:57:22 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:57:22 + 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 . 05:57:23 Sending build context to Docker daemon 8.87MB 05:57:23 Step 1/10 : ARG BASE=golang:1.23-alpine3.20 05:57:23 Step 2/10 : FROM ${BASE} AS builder 05:57:23 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:57:23 94e9d8af2201: Pulling fs layer 05:57:23 a6c56e8762df: Pulling fs layer 05:57:23 f0f3c8884826: Pulling fs layer 05:57:23 c7e7622c144d: Pulling fs layer 05:57:23 4f4fb700ef54: Pulling fs layer 05:57:23 e8859aadc426: Pulling fs layer 05:57:23 b4813487a9f6: Pulling fs layer 05:57:23 502a3d64fb4b: Pulling fs layer 05:57:23 c7e7622c144d: Waiting 05:57:23 4f4fb700ef54: Waiting 05:57:23 e8859aadc426: Waiting 05:57:23 b4813487a9f6: Waiting 05:57:23 502a3d64fb4b: Waiting 05:57:23 a6c56e8762df: Verifying Checksum 05:57:23 a6c56e8762df: Download complete 05:57:23 c7e7622c144d: Verifying Checksum 05:57:23 c7e7622c144d: Download complete 05:57:23 4f4fb700ef54: Verifying Checksum 05:57:23 4f4fb700ef54: Download complete 05:57:23 e8859aadc426: Verifying Checksum 05:57:23 e8859aadc426: Download complete 05:57:23 94e9d8af2201: Verifying Checksum 05:57:23 94e9d8af2201: Download complete 05:57:24 502a3d64fb4b: Verifying Checksum 05:57:24 502a3d64fb4b: Download complete 05:57:24 94e9d8af2201: Pull complete 05:57:25 a6c56e8762df: Pull complete 05:57:25 f0f3c8884826: Verifying Checksum 05:57:25 f0f3c8884826: Download complete 05:57:26 b4813487a9f6: Verifying Checksum 05:57:26 b4813487a9f6: Download complete 05:57:41 f0f3c8884826: Pull complete 05:57:41 c7e7622c144d: Pull complete 05:57:41 4f4fb700ef54: Pull complete 05:57:41 e8859aadc426: Pull complete 05:57:48 b4813487a9f6: Pull complete 05:57:50 502a3d64fb4b: Pull complete 05:57:50 Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde 05:57:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 05:57:50 ---> 3bb21d53e231 05:57:50 Step 3/10 : ARG ADD_BUILD_TAGS="" 05:57:51 ---> Running in 555c2e0c3c5a 05:57:51 Removing intermediate container 555c2e0c3c5a 05:57:51 ---> 358f4dab1e7e 05:57:51 Step 4/10 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 05:57:51 ---> Running in 01bab7f23e57 05:57:51 Removing intermediate container 01bab7f23e57 05:57:51 ---> 6c90b94b459c 05:57:51 Step 5/10 : RUN apk add --update --no-cache make git zeromq-dev gcc pkgconfig musl-dev 05:57:51 ---> Running in 5d25e5a41473 05:57:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:57:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:57:55 OK: 239 MiB in 58 packages 05:57:55 Removing intermediate container 5d25e5a41473 05:57:55 ---> e31853006a81 05:57:55 Step 6/10 : WORKDIR /device-opcua 05:57:55 ---> Running in c7c87f0c7457 05:57:56 Removing intermediate container c7c87f0c7457 05:57:56 ---> 15762f47a3ee 05:57:56 Step 7/10 : COPY go.mod vendor* ./ 05:57:56 ---> 505aff966c04 05:57:56 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:57:56 ---> Running in 8b706603cc2d 05:58:27 Running on prd-centos7-docker-4c-2g-5199 in /w/workspace/edgexfoundry_device-opc-ua_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:58:27 provisioning config files... 05:58:27 copy managed file [device-opc-ua-settings] to file:/w/workspace/edgexfoundry_device-opc-ua_main@tmp/config8529615403989766927tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:58:28 ---> ****-login.sh 05:58:28 nexus3.edgexfoundry.org:10001 05:58:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:58:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:58:28 Configure a credential helper to remove this warning. See 05:58:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:58:28 05:58:28 Login Succeeded 05:58:28 nexus3.edgexfoundry.org:10002 05:58:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:58:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:58:28 Configure a credential helper to remove this warning. See 05:58:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:58:28 05:58:28 Login Succeeded 05:58:28 nexus3.edgexfoundry.org:10003 05:58:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:58:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:58:28 Configure a credential helper to remove this warning. See 05:58:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:58:28 05:58:28 Login Succeeded 05:58:28 nexus3.edgexfoundry.org:10004 05:58:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:58:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:58:28 Configure a credential helper to remove this warning. See 05:58:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:58:28 05:58:28 Login Succeeded 05:58:28 ****.io 05:58:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:58:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:58:29 Configure a credential helper to remove this warning. See 05:58:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:58:29 05:58:29 Login Succeeded 05:58:29 ---> ****-login.sh ends [Pipeline] } 05:58:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:58:29 + docker buildx ls 05:58:29 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 05:58:29 default * docker 05:58:29 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 05:58:30 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 05:58:30 edgex-builder [Pipeline] sh 05:58:30 + docker buildx inspect --bootstrap 05:58:30 #1 [internal] booting buildkit 05:58:30 #1 pulling image moby/buildkit:buildx-stable-1 05:58:33 #1 pulling image moby/buildkit:buildx-stable-1 2.9s done 05:58:33 #1 creating container buildx_buildkit_edgex-builder0 05:58:36 #1 creating container buildx_buildkit_edgex-builder0 3.2s done 05:58:36 #1 DONE 6.0s 05:58:36 Name: edgex-builder 05:58:36 Driver: docker-container 05:58:36 05:58:36 Nodes: 05:58:36 Name: edgex-builder0 05:58:36 Endpoint: unix:///var/run/docker.sock 05:58:36 Status: running 05:58:36 Buildkit: v0.22.0 05:58:36 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 05:58:36 + docker buildx ls 05:58:36 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 05:58:36 edgex-builder * docker-container 05:58:36 edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 05:58:36 default docker 05:58:36 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 05:58:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007' 05:58:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007 --push - 05:58:37 #1 [internal] load build definition from Dockerfile 05:58:37 #1 transferring dockerfile: 198B done 05:58:37 #1 DONE 0.1s 05:58:37 05:58:37 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007 05:58:37 #2 DONE 0.2s 05:58:37 05:58:37 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007 05:58:38 #3 DONE 0.4s 05:58:38 05:58:38 #4 [internal] load .dockerignore 05:58:38 #4 transferring context: 2B done 05:58:38 #4 DONE 0.3s 05:58:38 05:58:38 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007@sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f 05:58:38 #5 resolve nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007@sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f 0.0s done 05:58:38 #5 DONE 0.1s 05:58:38 05:58:38 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007@sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f 05:58:38 #6 resolve nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007@sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f 0.0s done 05:58:38 #6 DONE 0.4s 05:58:38 05:58:38 #7 exporting to image 05:58:38 #7 exporting layers done 05:58:38 #7 exporting manifest sha256:fd164b2ab796cccf1ffd9d2cdb851d3bb90a09d031c4755962e8cb02fb074843 0.0s done 05:58:38 #7 exporting config sha256:3c263849fb1b35cffee092230c3ec9499b577c280e3fafb3f7a062c07768ef64 done 05:58:38 #7 exporting manifest sha256:47b9dd848ac67d83fd06306892d05e6db20bb06b81172e3a293306a19a476cb9 0.0s done 05:58:38 #7 exporting config sha256:3e2c19d3958787519419cb930907a585503f8f22fa20095ddb094a034917a92e 0.0s done 05:58:38 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:58:38 #7 ... 05:58:38 05:58:38 #8 [auth] device-opc-ua:pull,push token for nexus3.edgexfoundry.org:10004 05:58:38 #8 DONE 0.0s 05:58:38 05:58:38 #7 exporting to image 05:58:38 #7 exporting manifest list sha256:8c3065b4ced6517c96a31f896e5a9ce6b66c19e15450575bd708ca7263194967 0.0s done 05:58:38 #7 pushing layers 0.1s done 05:58:38 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007@sha256:8c3065b4ced6517c96a31f896e5a9ce6b66c19e15450575bd708ca7263194967 05:58:38 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007@sha256:8c3065b4ced6517c96a31f896e5a9ce6b66c19e15450575bd708ca7263194967 0.1s done 05:58:38 #7 DONE 0.3s 05:58:39 05:58:39 1 warning found (use --debug to expand): 05:58:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:58:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-opc-ua:latest' 05:58:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-opc-ua:latest --push - 05:58:39 #1 [internal] load build definition from Dockerfile 05:58:39 #1 transferring dockerfile: 164B done 05:58:39 #1 DONE 0.1s 05:58:39 05:58:39 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-opc-ua:latest 05:58:39 #2 DONE 0.0s 05:58:39 05:58:39 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-opc-ua:latest 05:58:39 #3 DONE 0.0s 05:58:39 05:58:39 #4 [internal] load .dockerignore 05:58:39 #4 transferring context: 2B done 05:58:39 #4 DONE 0.0s 05:58:39 05:58:39 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-opc-ua:latest@sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f 05:58:39 #5 resolve nexus3.edgexfoundry.org:10004/device-opc-ua:latest@sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f 0.0s done 05:58:39 #5 CACHED 05:58:39 05:58:39 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-opc-ua:latest@sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f 05:58:39 #6 resolve nexus3.edgexfoundry.org:10004/device-opc-ua:latest@sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f 0.0s done 05:58:39 #6 CACHED 05:58:39 05:58:39 #7 exporting to image 05:58:39 #7 exporting layers done 05:58:39 #7 exporting manifest sha256:fd164b2ab796cccf1ffd9d2cdb851d3bb90a09d031c4755962e8cb02fb074843 done 05:58:39 #7 exporting config sha256:3c263849fb1b35cffee092230c3ec9499b577c280e3fafb3f7a062c07768ef64 done 05:58:39 #7 exporting manifest sha256:47b9dd848ac67d83fd06306892d05e6db20bb06b81172e3a293306a19a476cb9 done 05:58:39 #7 exporting config sha256:3e2c19d3958787519419cb930907a585503f8f22fa20095ddb094a034917a92e done 05:58:39 #7 exporting manifest list sha256:8c3065b4ced6517c96a31f896e5a9ce6b66c19e15450575bd708ca7263194967 done 05:58:39 #7 pushing layers 0.0s done 05:58:39 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-opc-ua:latest@sha256:8c3065b4ced6517c96a31f896e5a9ce6b66c19e15450575bd708ca7263194967 05:58:39 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:58:39 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-opc-ua:latest@sha256:8c3065b4ced6517c96a31f896e5a9ce6b66c19e15450575bd708ca7263194967 0.1s done 05:58:39 #7 DONE 0.1s 05:58:39 05:58:39 #8 [auth] device-opc-ua:pull,push token for nexus3.edgexfoundry.org:10004 05:58:39 #8 DONE 0.0s 05:58:39 05:58:39 1 warning found (use --debug to expand): 05:58:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:58:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.4 --push - 05:58:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.4' 05:58:40 #1 [internal] load build definition from Dockerfile 05:58:40 #1 transferring dockerfile: 169B done 05:58:40 #1 DONE 0.0s 05:58:40 05:58:40 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.4 05:58:40 #2 DONE 0.0s 05:58:40 05:58:40 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.4 05:58:40 #3 DONE 0.0s 05:58:40 05:58:40 #4 [internal] load .dockerignore 05:58:40 #4 transferring context: 2B done 05:58:40 #4 DONE 0.0s 05:58:40 05:58:40 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.4@sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f 05:58:40 #5 resolve nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.4@sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f 05:58:40 #5 resolve nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.4@sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f 0.0s done 05:58:40 #5 CACHED 05:58:40 05:58:40 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.4@sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f 05:58:40 #6 resolve nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.4@sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f 0.0s done 05:58:40 #6 CACHED 05:58:40 05:58:40 #7 [auth] device-opc-ua:pull,push token for nexus3.edgexfoundry.org:10004 05:58:40 #7 DONE 0.0s 05:58:40 05:58:40 #8 exporting to image 05:58:40 #8 exporting layers done 05:58:40 #8 exporting manifest sha256:fd164b2ab796cccf1ffd9d2cdb851d3bb90a09d031c4755962e8cb02fb074843 done 05:58:40 #8 exporting config sha256:3c263849fb1b35cffee092230c3ec9499b577c280e3fafb3f7a062c07768ef64 done 05:58:40 #8 exporting manifest sha256:47b9dd848ac67d83fd06306892d05e6db20bb06b81172e3a293306a19a476cb9 done 05:58:40 #8 exporting config sha256:3e2c19d3958787519419cb930907a585503f8f22fa20095ddb094a034917a92e done 05:58:40 #8 exporting manifest list sha256:8c3065b4ced6517c96a31f896e5a9ce6b66c19e15450575bd708ca7263194967 done 05:58:40 #8 pushing layers 0.0s done 05:58:40 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.4@sha256:8c3065b4ced6517c96a31f896e5a9ce6b66c19e15450575bd708ca7263194967 05:58:40 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:58:40 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-opc-ua:4.1.0-dev.4@sha256:8c3065b4ced6517c96a31f896e5a9ce6b66c19e15450575bd708ca7263194967 0.1s done 05:58:40 #8 DONE 0.1s 05:58:40 05:58:40 1 warning found (use --debug to expand): 05:58:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:58:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007-4.1.0-dev.4 --push - 05:58:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007-4.1.0-dev.4' 05:58:41 #1 [internal] load build definition from Dockerfile 05:58:41 #1 transferring dockerfile: 210B done 05:58:41 #1 DONE 0.1s 05:58:41 05:58:41 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007-4.1.0-dev.4 05:58:41 #2 DONE 0.0s 05:58:41 05:58:41 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007-4.1.0-dev.4 05:58:41 #3 DONE 0.0s 05:58:41 05:58:41 #4 [internal] load .dockerignore 05:58:41 #4 transferring context: 2B done 05:58:41 #4 DONE 0.0s 05:58:41 05:58:41 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007-4.1.0-dev.4@sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f 05:58:41 #5 resolve nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007-4.1.0-dev.4@sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f 0.0s done 05:58:41 #5 CACHED 05:58:41 05:58:41 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007-4.1.0-dev.4@sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f 05:58:41 #6 resolve nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007-4.1.0-dev.4@sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f 0.0s done 05:58:41 #6 CACHED 05:58:41 05:58:41 #7 exporting to image 05:58:41 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:58:41 #7 exporting layers done 05:58:41 #7 exporting manifest sha256:fd164b2ab796cccf1ffd9d2cdb851d3bb90a09d031c4755962e8cb02fb074843 done 05:58:41 #7 exporting config sha256:3c263849fb1b35cffee092230c3ec9499b577c280e3fafb3f7a062c07768ef64 done 05:58:41 #7 exporting manifest sha256:47b9dd848ac67d83fd06306892d05e6db20bb06b81172e3a293306a19a476cb9 done 05:58:41 #7 exporting config sha256:3e2c19d3958787519419cb930907a585503f8f22fa20095ddb094a034917a92e done 05:58:41 #7 exporting manifest list sha256:8c3065b4ced6517c96a31f896e5a9ce6b66c19e15450575bd708ca7263194967 done 05:58:41 #7 pushing layers 0.0s done 05:58:41 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-opc-ua:fd5faddb6bef00999662222d4fecab10e289b007-4.1.0-dev.4@sha256:8c3065b4ced6517c96a31f896e5a9ce6b66c19e15450575bd708ca7263194967 0.1s done 05:58:41 #7 DONE 0.1s 05:58:41 05:58:41 #8 [auth] device-opc-ua:pull,push token for nexus3.edgexfoundry.org:10004 05:58:41 #8 DONE 0.0s 05:58:41 05:58:41 1 warning found (use --debug to expand): 05:58:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:58:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-opc-ua:main' 05:58:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-opc-ua:main --push - 05:58:42 #1 [internal] load build definition from Dockerfile 05:58:42 #1 transferring dockerfile: 162B done 05:58:42 #1 DONE 0.0s 05:58:42 05:58:42 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-opc-ua:main 05:58:42 #2 DONE 0.0s 05:58:42 05:58:42 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-opc-ua:main 05:58:42 #3 DONE 0.1s 05:58:42 05:58:42 #4 [internal] load .dockerignore 05:58:42 #4 transferring context: 2B done 05:58:42 #4 DONE 0.1s 05:58:42 05:58:42 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-opc-ua:main@sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f 05:58:42 #5 resolve nexus3.edgexfoundry.org:10004/device-opc-ua:main@sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f 0.0s done 05:58:42 #5 CACHED 05:58:42 05:58:42 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-opc-ua:main@sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f 05:58:42 #6 resolve nexus3.edgexfoundry.org:10004/device-opc-ua:main@sha256:57417510043e30634016d98091a2990e9399d34b2930c2d83bf6a9878305181f 0.0s done 05:58:42 #6 CACHED 05:58:42 05:58:42 #7 exporting to image 05:58:42 #7 exporting layers 05:58:42 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:58:42 #7 exporting layers done 05:58:42 #7 exporting manifest sha256:fd164b2ab796cccf1ffd9d2cdb851d3bb90a09d031c4755962e8cb02fb074843 done 05:58:42 #7 exporting config sha256:3c263849fb1b35cffee092230c3ec9499b577c280e3fafb3f7a062c07768ef64 done 05:58:42 #7 exporting manifest sha256:47b9dd848ac67d83fd06306892d05e6db20bb06b81172e3a293306a19a476cb9 done 05:58:42 #7 exporting config sha256:3e2c19d3958787519419cb930907a585503f8f22fa20095ddb094a034917a92e done 05:58:42 #7 exporting manifest list sha256:8c3065b4ced6517c96a31f896e5a9ce6b66c19e15450575bd708ca7263194967 done 05:58:42 #7 pushing layers 0.0s done 05:58:42 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-opc-ua:main@sha256:8c3065b4ced6517c96a31f896e5a9ce6b66c19e15450575bd708ca7263194967 0.1s done 05:58:42 #7 DONE 0.1s 05:58:42 05:58:42 #8 [auth] device-opc-ua:pull,push token for nexus3.edgexfoundry.org:10004 05:58:42 #8 DONE 0.0s 05:58:42 05:58:42 1 warning found (use --debug to expand): 05:58:42  - 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 05:58:42 + '[' -d /w/workspace/edgexfoundry_device-opc-ua_main/archives ']' [Pipeline] libraryResource [Pipeline] sh 05:58:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:58:43 ---> package-listing.sh 05:58:43 ++ facter osfamily 05:58:43 ++ tr '[:upper:]' '[:lower:]' 05:58:43 + OS_FAMILY=redhat 05:58:43 + workspace=/w/workspace/edgexfoundry_device-opc-ua_main 05:58:43 + START_PACKAGES=/tmp/packages_start.txt 05:58:43 + END_PACKAGES=/tmp/packages_end.txt 05:58:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:58:43 + PACKAGES=/tmp/packages_start.txt 05:58:43 + '[' /w/workspace/edgexfoundry_device-opc-ua_main ']' 05:58:43 + PACKAGES=/tmp/packages_end.txt 05:58:43 + case "${OS_FAMILY}" in 05:58:43 + rpm -qa 05:58:43 + sort 05:58:44 + '[' -f /tmp/packages_start.txt ']' 05:58:44 + '[' -f /tmp/packages_end.txt ']' 05:58:44 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:58:44 + '[' /w/workspace/edgexfoundry_device-opc-ua_main ']' 05:58:44 + mkdir -p /w/workspace/edgexfoundry_device-opc-ua_main/archives/ 05:58:44 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-opc-ua_main/archives/ [Pipeline] echo 05:58:44 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 05:58:44 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:58:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:58:45 05:58:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:58:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:58:45 latest: Pulling from edgex-lftools-log-publisher 05:58:45 5eb5b503b376: Pulling fs layer 05:58:45 5c69ac0246d0: Pulling fs layer 05:58:45 ec43610c2a17: Pulling fs layer 05:58:45 3a2ae6a8a46f: Pulling fs layer 05:58:45 33b1e0a273af: Pulling fs layer 05:58:45 5d3b04190fa2: Pulling fs layer 05:58:45 2f39f015ded8: Pulling fs layer 05:58:45 3a2ae6a8a46f: Waiting 05:58:45 33b1e0a273af: Waiting 05:58:45 5d3b04190fa2: Waiting 05:58:45 2f39f015ded8: Waiting 05:58:45 5c69ac0246d0: Verifying Checksum 05:58:45 5c69ac0246d0: Download complete 05:58:45 3a2ae6a8a46f: Verifying Checksum 05:58:45 3a2ae6a8a46f: Download complete 05:58:45 ec43610c2a17: Verifying Checksum 05:58:45 ec43610c2a17: Download complete 05:58:45 33b1e0a273af: Verifying Checksum 05:58:45 33b1e0a273af: Download complete 05:58:45 5d3b04190fa2: Verifying Checksum 05:58:45 5d3b04190fa2: Download complete 05:58:45 5eb5b503b376: Verifying Checksum 05:58:45 5eb5b503b376: Download complete 05:58:46 2f39f015ded8: Verifying Checksum 05:58:46 2f39f015ded8: Download complete 05:58:47 5eb5b503b376: Pull complete 05:58:47 5c69ac0246d0: Pull complete 05:58:48 ec43610c2a17: Pull complete 05:58:48 3a2ae6a8a46f: Pull complete 05:58:49 33b1e0a273af: Pull complete 05:58:49 5d3b04190fa2: Pull complete 05:58:53 2f39f015ded8: Pull complete 05:58:53 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 05:58:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:58:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:58:54 prd-centos7-docker-4c-2g-5199 does not seem to be running inside a container 05:58:54 $ 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 05:59:04 $ docker top bb6b5fc62d81f6c01adee3d8a78e3e608ec348d1b45823e35cc07ff26a0dc0f2 -eo pid,comm [Pipeline] { [Pipeline] sh 05:59:05 + touch /tmp/pre-build-complete [Pipeline] sh 05:59:05 + mkdir -p /var/log/sysstat [Pipeline] sh 05:59:05 + ls /var/log/sa-host 05:59:05 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:59:06 provisioning config files... 05:59:06 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-opc-ua_main@tmp/config14397689439115161041tmp [Pipeline] { [Pipeline] echo 05:59:06 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:59:06 ---> create-netrc.sh [Pipeline] } 05:59:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:59:06 ---> python-tools-install.sh [Pipeline] echo 05:59:06 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:59:07 ---> sudo-logs.sh 05:59:07 Archiving 'sudo' log.. 05:59:07 sudo: unable to resolve host prd-centos7-docker-4c-2g-5199.novalocal: Name or service not known 05:59:07 sudo: unable to resolve host prd-centos7-docker-4c-2g-5199.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 05:59:07 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:59:07 ---> job-cost.sh 05:59:07 lf-activate-venv: SKIPPING 05:59:07 INFO: No Stack... 05:59:07 INFO: Retrieving Pricing Info for: v3-standard-2 05:59:08 INFO: Archiving Costs [Pipeline] echo 05:59:08 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:59:08 ---> logs-deploy.sh 05:59:08 lf-activate-venv: SKIPPING 05:59:08 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-opc-ua/main/16 05:59:08 INFO: archiving workspace using pattern(s): 05:59:09 Archives upload complete. 05:59:09 INFO: archiving logs to Nexus 05:59:10 ---> uname -a: 05:59:10 Linux prd-centos7-docker-4c-2g-5199.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux 05:59:10 05:59:10 05:59:10 ---> lscpu: 05:59:10 Architecture: x86_64 05:59:10 CPU op-mode(s): 32-bit, 64-bit 05:59:10 Byte Order: Little Endian 05:59:10 Address sizes: 40 bits physical, 48 bits virtual 05:59:10 CPU(s): 2 05:59:10 On-line CPU(s) list: 0,1 05:59:10 Thread(s) per core: 1 05:59:10 Core(s) per socket: 1 05:59:10 Socket(s): 2 05:59:10 NUMA node(s): 1 05:59:10 Vendor ID: AuthenticAMD 05:59:10 CPU family: 23 05:59:10 Model: 49 05:59:10 Model name: AMD EPYC-Rome Processor 05:59:10 Stepping: 0 05:59:10 CPU MHz: 2799.998 05:59:10 BogoMIPS: 5599.99 05:59:10 Virtualization: AMD-V 05:59:10 Hypervisor vendor: KVM 05:59:10 Virtualization type: full 05:59:10 L1d cache: 64 KiB 05:59:10 L1i cache: 64 KiB 05:59:10 L2 cache: 1 MiB 05:59:10 L3 cache: 32 MiB 05:59:10 NUMA node0 CPU(s): 0,1 05:59:10 Vulnerability Itlb multihit: Not affected 05:59:10 Vulnerability L1tf: Not affected 05:59:10 Vulnerability Mds: Not affected 05:59:10 Vulnerability Meltdown: Not affected 05:59:10 Vulnerability Mmio stale data: Not affected 05:59:10 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:59:10 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 05:59:10 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 05:59:10 Vulnerability Srbds: Not affected 05:59:10 Vulnerability Tsx async abort: Not affected 05:59:10 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 05:59:10 05:59:10 05:59:10 ---> nproc: 05:59:10 2 05:59:10 05:59:10 05:59:10 ---> df -h: 05:59:10 Filesystem Size Used Avail Use% Mounted on 05:59:10 overlay 40G 7.3G 33G 19% / 05:59:10 tmpfs 64M 0 64M 0% /dev 05:59:10 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 05:59:10 shm 64M 0 64M 0% /dev/shm 05:59:10 /dev/vda1 40G 7.3G 33G 19% /facter-os 05:59:10 05:59:10 05:59:10 Cannot open /var/log/sysstat/sa16: No such file or directory 05:59:10 Please check if data collecting is enabled 05:59:10 subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:59:10 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 05:59:10 $ docker stop --time=1 bb6b5fc62d81f6c01adee3d8a78e3e608ec348d1b45823e35cc07ff26a0dc0f2 05:59:12 $ docker rm -f --volumes bb6b5fc62d81f6c01adee3d8a78e3e608ec348d1b45823e35cc07ff26a0dc0f2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 05:59:12 [WS-CLEANUP] Deleting project workspace... 05:59:12 [WS-CLEANUP] Deferred wipeout is used... 05:59:12 [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 05:59:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:59:12 05:59:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:59:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:59:13 latest: Pulling from edgex-lftools-log-publisher 05:59:13 5eb5b503b376: Pulling fs layer 05:59:13 5c69ac0246d0: Pulling fs layer 05:59:13 ec43610c2a17: Pulling fs layer 05:59:13 3a2ae6a8a46f: Pulling fs layer 05:59:13 33b1e0a273af: Pulling fs layer 05:59:13 5d3b04190fa2: Pulling fs layer 05:59:13 2f39f015ded8: Pulling fs layer 05:59:13 33b1e0a273af: Waiting 05:59:13 2f39f015ded8: Waiting 05:59:13 5d3b04190fa2: Waiting 05:59:13 3a2ae6a8a46f: Waiting 05:59:13 5c69ac0246d0: Verifying Checksum 05:59:13 5c69ac0246d0: Download complete 05:59:13 3a2ae6a8a46f: Verifying Checksum 05:59:13 3a2ae6a8a46f: Download complete 05:59:13 ec43610c2a17: Verifying Checksum 05:59:13 ec43610c2a17: Download complete 05:59:13 33b1e0a273af: Verifying Checksum 05:59:13 33b1e0a273af: Download complete 05:59:13 5d3b04190fa2: Verifying Checksum 05:59:13 5d3b04190fa2: Download complete 05:59:13 5eb5b503b376: Verifying Checksum 05:59:13 5eb5b503b376: Download complete 05:59:14 2f39f015ded8: Download complete 05:59:15 5eb5b503b376: Pull complete 05:59:15 5c69ac0246d0: Pull complete 05:59:15 ec43610c2a17: Pull complete 05:59:15 3a2ae6a8a46f: Pull complete 05:59:15 33b1e0a273af: Pull complete 05:59:16 5d3b04190fa2: Pull complete 05:59:22 2f39f015ded8: Pull complete 05:59:22 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 05:59:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:59:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:59:22 prd-ubuntu20.04-docker-8c-8g-5196 does not seem to be running inside a container 05:59:22 $ 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 05:59:23 $ docker top ba40d462518d367470aef836f966bb4662948fcd783fadd6f85b0290e272d33c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:59:24 ---> job-cost.sh 05:59:24 lf-activate-venv: SKIPPING 05:59:24 INFO: No Stack... 05:59:24 INFO: Retrieving Pricing Info for: v3-standard-8 05:59:24 INFO: Archiving Costs [Pipeline] sh 05:59:25 + cat /w/workspace/edgexfoundry_device-opc-ua_main/archives/cost.csv 05:59:25 + cut -d, -f6 [Pipeline] lock 05:59:25 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-opc-ua-main-16-stack-cost] 05:59:25 Resource [jenkins-edgexfoundry-device-opc-ua-main-16-stack-cost] did not exist. Created. 05:59:25 Lock acquired on [Resource: jenkins-edgexfoundry-device-opc-ua-main-16-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:59:25 + echo total: 0.2199999988079071 [Pipeline] stash 05:59:25 Stashed 1 file(s) [Pipeline] } 05:59:25 Lock released on resource [Resource: jenkins-edgexfoundry-device-opc-ua-main-16-stack-cost] [Pipeline] // lock [Pipeline] } 05:59:25 $ docker stop --time=1 ba40d462518d367470aef836f966bb4662948fcd783fadd6f85b0290e272d33c 05:59:26 $ docker rm -f --volumes ba40d462518d367470aef836f966bb4662948fcd783fadd6f85b0290e272d33c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 06:00:18 Removing intermediate container 8b706603cc2d 06:00:18 ---> 94007fb34876 06:00:18 Step 9/10 : COPY . . 06:00:18 ---> e0a13b9eb19d 06:00:18 Step 10/10 : RUN ${MAKE} 06:00:18 ---> Running in eb19927556dc 06:00:18 noop 06:00:18 Removing intermediate container eb19927556dc 06:00:18 ---> 5b0e65ba2327 06:00:18 Successfully built 5b0e65ba2327 06:00:18 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:00:18 + docker inspect -f . ci-base-image-arm64 06:00:18 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:00:18 prd-ubuntu20.04-docker-arm64-4c-16g-5198 does not seem to be running inside a container 06:00:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-opc-ua/16 -v /w/workspace/device-opc-ua/16:/w/workspace/device-opc-ua/16:rw,z -v /w/workspace/device-opc-ua/16@tmp:/w/workspace/device-opc-ua/16@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 06:00:20 $ docker top f332f8c3b617ca2adb5b87ab3c0a399d8f983c567f13f2880fe00d15bf25d867 -eo pid,comm [Pipeline] { [Pipeline] sh 06:00:21 + go version 06:00:21 go version go1.23.9 linux/arm64 [Pipeline] } 06:00:21 $ docker stop --time=1 f332f8c3b617ca2adb5b87ab3c0a399d8f983c567f13f2880fe00d15bf25d867 06:00:22 $ docker rm -f --volumes f332f8c3b617ca2adb5b87ab3c0a399d8f983c567f13f2880fe00d15bf25d867 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:00:23 + docker inspect -f . ci-base-image-arm64 06:00:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:00:23 prd-ubuntu20.04-docker-arm64-4c-16g-5198 does not seem to be running inside a container 06:00:23 $ 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/16 -v /w/workspace/device-opc-ua/16:/w/workspace/device-opc-ua/16:rw,z -v /w/workspace/device-opc-ua/16@tmp:/w/workspace/device-opc-ua/16@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 06:00:24 $ docker top a30c536547e0b62db29df0ae6c99abc894376e4622d7bbdc875141e396b67064 -eo pid,comm [Pipeline] { [Pipeline] sh 06:00:25 + git config --global --add safe.directory /w/workspace/device-opc-ua/16 [Pipeline] fileExists [Pipeline] sh 06:00:26 + make test 06:00:26 go test ./... -coverprofile=coverage.out 06:00:31 ? github.com/edgexfoundry/device-opc-ua [no test files] 06:04:38 github.com/edgexfoundry/device-opc-ua/cmd coverage: 0.0% of statements 06:04:38 github.com/edgexfoundry/device-opc-ua/internal/test coverage: 0.0% of statements 06:04:38 ok github.com/edgexfoundry/device-opc-ua/internal/driver 0.067s coverage: 41.4% of statements 06:04:38 WARNING: Linting skipped (not on x86_64 or linter not installed) 06:04:38 go vet ./... 06:05:25 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 06:05:25 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 06:05:25 ./bin/test-attribution-txt.sh [Pipeline] echo 06:05:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 06:05:25 $ docker stop --time=1 a30c536547e0b62db29df0ae6c99abc894376e4622d7bbdc875141e396b67064 06:05:27 $ docker rm -f --volumes a30c536547e0b62db29df0ae6c99abc894376e4622d7bbdc875141e396b67064 [Pipeline] // withDockerContainer [Pipeline] sh 06:05:29 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:05:29 Warning: overwriting stash ‘coverage-report’ 06:05:29 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:05:30 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:05:30 + ls -al . 06:05:30 total 232 06:05:30 drwxrwxr-x 8 jenkins jenkins 4096 Jul 16 06:00 . 06:05:30 drwxrwxr-x 4 jenkins jenkins 4096 Jul 16 05:56 .. 06:05:30 -rw-rw-r-- 1 jenkins jenkins 62 Jul 16 05:56 .dockerignore 06:05:30 drwxrwxr-x 8 jenkins jenkins 4096 Jul 16 05:56 .git 06:05:30 drwxrwxr-x 2 jenkins jenkins 4096 Jul 16 05:56 .github 06:05:30 -rw-rw-r-- 1 jenkins jenkins 101 Jul 16 05:56 .gitignore 06:05:30 -rw-rw-r-- 1 jenkins jenkins 218 Jul 16 05:56 .golangci.yml 06:05:30 drwxrwxr-x 2 jenkins jenkins 4096 Jul 16 05:56 .vscode 06:05:30 -rw-rw-r-- 1 jenkins jenkins 20452 Jul 16 05:56 Attribution.txt 06:05:30 -rw-rw-r-- 1 jenkins jenkins 2560 Jul 16 05:56 CHANGELOG.md 06:05:30 -rw-rw-r-- 1 jenkins jenkins 1242 Jul 16 05:56 Dockerfile 06:05:30 -rw-rw-r-- 1 jenkins jenkins 649 Jul 16 05:56 Jenkinsfile 06:05:30 -rw-rw-r-- 1 jenkins jenkins 11367 Jul 16 05:56 LICENSE 06:05:30 -rw-rw-r-- 1 jenkins jenkins 2474 Jul 16 05:56 Makefile 06:05:30 -rw-rw-r-- 1 jenkins jenkins 4109 Jul 16 05:56 README.md 06:05:30 -rw-rw-r-- 1 jenkins jenkins 11 Jul 16 05:54 VERSION 06:05:30 drwxrwxr-x 2 jenkins jenkins 4096 Jul 16 05:56 bin 06:05:30 drwxrwxr-x 3 jenkins jenkins 4096 Jul 16 05:56 cmd 06:05:30 -rw-r--r-- 1 jenkins jenkins 26136 Jul 16 06:04 coverage.out 06:05:30 -rw-rw-r-- 1 jenkins jenkins 6270 Jul 16 05:56 go.mod 06:05:30 -rw-rw-r-- 1 jenkins jenkins 86928 Jul 16 05:56 go.sum 06:05:30 drwxrwxr-x 4 jenkins jenkins 4096 Jul 16 05:56 internal 06:05:30 -rw-rw-r-- 1 jenkins jenkins 260 Jul 16 05:56 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:05:30 + 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=fd5faddb6bef00999662222d4fecab10e289b007 --label arch=arm64 --label version=4.1.0-dev.4 . 06:05:30 Sending build context to Docker daemon 8.897MB 06:05:30 Step 1/23 : ARG BASE=golang:1.23-alpine3.20 06:05:30 Step 2/23 : FROM ${BASE} AS builder 06:05:30 ---> 5b0e65ba2327 06:05:30 Step 3/23 : ARG ADD_BUILD_TAGS="" 06:05:31 ---> Running in 8ec301f04a78 06:05:31 Removing intermediate container 8ec301f04a78 06:05:31 ---> 408c758a12a2 06:05:31 Step 4/23 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 06:05:31 ---> Running in a97720879b9a 06:05:32 Removing intermediate container a97720879b9a 06:05:32 ---> a25428bb28d8 06:05:32 Step 5/23 : RUN apk add --update --no-cache make git zeromq-dev gcc pkgconfig musl-dev 06:05:32 ---> Running in 6c4d55b6d0bf 06:05:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:05:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:05:34 OK: 239 MiB in 58 packages 06:05:35 Removing intermediate container 6c4d55b6d0bf 06:05:35 ---> 955ac747055b 06:05:35 Step 6/23 : WORKDIR /device-opcua 06:05:35 ---> Running in a606c64db8d1 06:05:36 Removing intermediate container a606c64db8d1 06:05:36 ---> 6b66793a6ab0 06:05:36 Step 7/23 : COPY go.mod vendor* ./ 06:05:36 ---> a517060cc623 06:05:36 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:05:36 ---> Running in 11e3701f0a99 06:05:39 Removing intermediate container 11e3701f0a99 06:05:39 ---> 31e0139d1f57 06:05:39 Step 9/23 : COPY . . 06:05:40 ---> dc77f67a11b4 06:05:40 Step 10/23 : RUN ${MAKE} 06:05:40 ---> Running in 85fb5f999678 06:05:41 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-opc-ua.Version=4.1.0-dev.4 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.22 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-opcua ./cmd 06:09:18 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 06:09:20 Removing intermediate container 85fb5f999678 06:09:20 ---> 65cfcb8afb31 06:09:20 Step 11/23 : FROM alpine:3.20 06:09:21 3.20: Pulling from library/alpine 06:09:21 13e713f82565: Pulling fs layer 06:09:21 13e713f82565: Verifying Checksum 06:09:21 13e713f82565: Download complete 06:09:22 13e713f82565: Pull complete 06:09:22 Digest: sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 06:09:22 Status: Downloaded newer image for alpine:3.20 06:09:22 ---> c88e9dceb6cb 06:09:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2025: IoTech Ltd' 06:09:22 ---> Running in ec5038542291 06:09:22 Removing intermediate container ec5038542291 06:09:22 ---> 6fbf028c5ebf 06:09:22 Step 13/23 : RUN apk add --update --no-cache zeromq dumb-init 06:09:22 ---> Running in 312093210ab2 06:09:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:09:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:09:25 (1/6) Installing dumb-init (1.2.5-r3) 06:09:25 (2/6) Installing libgcc (13.2.1_git20240309-r1) 06:09:25 (3/6) Installing libsodium (1.0.19-r0) 06:09:25 (4/6) Installing libstdc++ (13.2.1_git20240309-r1) 06:09:25 (5/6) Installing libzmq (4.3.5-r2) 06:09:25 (6/6) Installing zeromq (4.3.5-r2) 06:09:25 Executing busybox-1.36.1-r29.trigger 06:09:25 OK: 13 MiB in 20 packages 06:09:26 Removing intermediate container 312093210ab2 06:09:26 ---> 96388430b931 06:09:26 Step 14/23 : RUN apk --no-cache upgrade 06:09:27 ---> Running in 2c41ca09e72f 06:09:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:09:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:09:29 OK: 13 MiB in 20 packages 06:09:30 Removing intermediate container 2c41ca09e72f 06:09:30 ---> 996a7d03762c 06:09:30 Step 15/23 : COPY --from=builder /device-opcua/cmd / 06:09:33 ---> c1da28178836 06:09:33 Step 16/23 : COPY --from=builder /device-opcua/LICENSE / 06:09:33 ---> b1bbf789ad04 06:09:33 Step 17/23 : COPY --from=builder /device-opcua/Attribution.txt / 06:09:34 ---> 8e2cb77f9022 06:09:34 Step 18/23 : EXPOSE 59997 06:09:34 ---> Running in 729581f80cd5 06:09:34 Removing intermediate container 729581f80cd5 06:09:34 ---> b70dff3ac202 06:09:34 Step 19/23 : ENTRYPOINT ["/device-opcua"] 06:09:34 ---> Running in e3ad7ed613b2 06:09:34 Removing intermediate container e3ad7ed613b2 06:09:34 ---> ec3c41aae54d 06:09:34 Step 20/23 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 06:09:34 ---> Running in 79ff0ae201d4 06:09:35 Removing intermediate container 79ff0ae201d4 06:09:35 ---> 3566d656242b 06:09:35 Step 21/23 : LABEL arch=arm64 06:09:35 ---> Running in e6607daba062 06:09:35 Removing intermediate container e6607daba062 06:09:35 ---> 322b05471249 06:09:35 Step 22/23 : LABEL git_sha=fd5faddb6bef00999662222d4fecab10e289b007 06:09:35 ---> Running in 5907e3c84214 06:09:36 Removing intermediate container 5907e3c84214 06:09:36 ---> 8a8a65128389 06:09:36 Step 23/23 : LABEL version=4.1.0-dev.4 06:09:36 ---> Running in 775fdda88ecd 06:09:36 Removing intermediate container 775fdda88ecd 06:09:36 ---> 159037042b8f 06:09:36 [Warning] One or more build-args [ARCH] were not consumed 06:09:36 Successfully built 159037042b8f 06:09:36 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 06:09:36 provisioning config files... 06:09:36 copy managed file [device-opc-ua-settings] to file:/w/workspace/device-opc-ua/16@tmp/config5558420452066590051tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:09:37 ---> ****-login.sh 06:09:37 nexus3.edgexfoundry.org:10001 06:09:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:09:37 Configure a credential helper to remove this warning. See 06:09:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:09:37 06:09:37 Login Succeeded 06:09:37 nexus3.edgexfoundry.org:10002 06:09:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:09:37 Configure a credential helper to remove this warning. See 06:09:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:09:37 06:09:37 Login Succeeded 06:09:38 nexus3.edgexfoundry.org:10003 06:09:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:09:38 Configure a credential helper to remove this warning. See 06:09:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:09:38 06:09:38 Login Succeeded 06:09:38 nexus3.edgexfoundry.org:10004 06:09:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:09:38 Configure a credential helper to remove this warning. See 06:09:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:09:38 06:09:38 Login Succeeded 06:09:38 ****.io 06:09:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:09:39 Configure a credential helper to remove this warning. See 06:09:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:09:39 06:09:39 Login Succeeded 06:09:39 ---> ****-login.sh ends [Pipeline] } 06:09:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:09:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:09:39 [edgeXDocker.push] Tagging docker image device-opc-ua-arm64 with the following tags: 06:09:39 fd5faddb6bef00999662222d4fecab10e289b007 06:09:39 latest 06:09:39 4.1.0-dev.4 06:09:39 fd5faddb6bef00999662222d4fecab10e289b007-4.1.0-dev.4 06:09:39 main 06:09:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:39 + docker tag device-opc-ua-arm64 nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:fd5faddb6bef00999662222d4fecab10e289b007 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:39 + docker push nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:fd5faddb6bef00999662222d4fecab10e289b007 06:09:39 The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua-arm64] 06:09:39 e0d932a869ad: Preparing 06:09:39 8d65a7e306b4: Preparing 06:09:39 1b959d082279: Preparing 06:09:39 b9eea0348a98: Preparing 06:09:39 e3222c511d85: Preparing 06:09:39 1e890da81ec9: Preparing 06:09:39 1e890da81ec9: Waiting 06:09:40 b9eea0348a98: Pushed 06:09:40 8d65a7e306b4: Pushed 06:09:40 e0d932a869ad: Pushed 06:09:41 e3222c511d85: Pushed 06:09:42 1e890da81ec9: Pushed 06:09:50 1b959d082279: Pushed 06:09:50 fd5faddb6bef00999662222d4fecab10e289b007: digest: sha256:943742617b11808bd88ee13101caee7171b4036684371c3935cabe2c5606cc4f size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:50 + 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 06:09:51 + docker push nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:latest 06:09:51 The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua-arm64] 06:09:51 e0d932a869ad: Preparing 06:09:51 8d65a7e306b4: Preparing 06:09:51 1b959d082279: Preparing 06:09:51 b9eea0348a98: Preparing 06:09:51 e3222c511d85: Preparing 06:09:51 1e890da81ec9: Preparing 06:09:51 1e890da81ec9: Waiting 06:09:51 e0d932a869ad: Layer already exists 06:09:51 8d65a7e306b4: Layer already exists 06:09:51 b9eea0348a98: Layer already exists 06:09:51 e3222c511d85: Layer already exists 06:09:51 1b959d082279: Layer already exists 06:09:51 1e890da81ec9: Layer already exists 06:09:51 latest: digest: sha256:943742617b11808bd88ee13101caee7171b4036684371c3935cabe2c5606cc4f size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:51 + docker tag device-opc-ua-arm64 nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:4.1.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:52 + docker push nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:4.1.0-dev.4 06:09:52 The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua-arm64] 06:09:52 e0d932a869ad: Preparing 06:09:52 8d65a7e306b4: Preparing 06:09:52 1b959d082279: Preparing 06:09:52 b9eea0348a98: Preparing 06:09:52 e3222c511d85: Preparing 06:09:52 1e890da81ec9: Preparing 06:09:52 1e890da81ec9: Waiting 06:09:52 e0d932a869ad: Layer already exists 06:09:52 8d65a7e306b4: Layer already exists 06:09:52 b9eea0348a98: Layer already exists 06:09:52 e3222c511d85: Layer already exists 06:09:52 1b959d082279: Layer already exists 06:09:52 1e890da81ec9: Layer already exists 06:09:52 4.1.0-dev.4: digest: sha256:943742617b11808bd88ee13101caee7171b4036684371c3935cabe2c5606cc4f size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:52 + docker tag device-opc-ua-arm64 nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:fd5faddb6bef00999662222d4fecab10e289b007-4.1.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:53 + docker push nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:fd5faddb6bef00999662222d4fecab10e289b007-4.1.0-dev.4 06:09:53 The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua-arm64] 06:09:53 e0d932a869ad: Preparing 06:09:53 8d65a7e306b4: Preparing 06:09:53 1b959d082279: Preparing 06:09:53 b9eea0348a98: Preparing 06:09:53 e3222c511d85: Preparing 06:09:53 1e890da81ec9: Preparing 06:09:53 1e890da81ec9: Waiting 06:09:53 b9eea0348a98: Layer already exists 06:09:53 8d65a7e306b4: Layer already exists 06:09:53 e0d932a869ad: Layer already exists 06:09:53 1b959d082279: Layer already exists 06:09:53 e3222c511d85: Layer already exists 06:09:53 1e890da81ec9: Layer already exists 06:09:53 fd5faddb6bef00999662222d4fecab10e289b007-4.1.0-dev.4: digest: sha256:943742617b11808bd88ee13101caee7171b4036684371c3935cabe2c5606cc4f size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:53 + 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 06:09:54 + docker push nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:main 06:09:54 The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua-arm64] 06:09:54 e0d932a869ad: Preparing 06:09:54 8d65a7e306b4: Preparing 06:09:54 1b959d082279: Preparing 06:09:54 b9eea0348a98: Preparing 06:09:54 e3222c511d85: Preparing 06:09:54 1e890da81ec9: Preparing 06:09:54 1e890da81ec9: Waiting 06:09:54 e3222c511d85: Layer already exists 06:09:54 e0d932a869ad: Layer already exists 06:09:54 8d65a7e306b4: Layer already exists 06:09:54 b9eea0348a98: Layer already exists 06:09:54 1b959d082279: Layer already exists 06:09:54 1e890da81ec9: Layer already exists 06:09:54 main: digest: sha256:943742617b11808bd88ee13101caee7171b4036684371c3935cabe2c5606cc4f size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:09:54 ===================================================== [Pipeline] echo 06:09:54 taggedImages: 06:09:54 - nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:fd5faddb6bef00999662222d4fecab10e289b007 06:09:54 - nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:latest 06:09:54 - nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:4.1.0-dev.4 06:09:54 - nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:fd5faddb6bef00999662222d4fecab10e289b007-4.1.0-dev.4 06:09:54 - nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:main [Pipeline] echo 06:09:54 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:fd5faddb6bef00999662222d4fecab10e289b007 [Pipeline] echo 06:09:54 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:latest [Pipeline] echo 06:09:54 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:4.1.0-dev.4 [Pipeline] echo 06:09:54 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:fd5faddb6bef00999662222d4fecab10e289b007-4.1.0-dev.4 [Pipeline] echo 06:09:54 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 06:09:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:09:54 06:09:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:09:55 arm64: Pulling from edgex-lftools-log-publisher 06:09:55 8998bd30e6a1: Pulling fs layer 06:09:55 04944245beec: Pulling fs layer 06:09:55 699f458cf7ca: Pulling fs layer 06:09:55 765212b225bb: Pulling fs layer 06:09:55 f23df028b6ca: Pulling fs layer 06:09:55 d65c8cfc05b1: Pulling fs layer 06:09:55 2437ff75d9bd: Pulling fs layer 06:09:55 d65c8cfc05b1: Waiting 06:09:55 f23df028b6ca: Waiting 06:09:55 2437ff75d9bd: Waiting 06:09:55 765212b225bb: Waiting 06:09:55 04944245beec: Verifying Checksum 06:09:55 04944245beec: Download complete 06:09:55 765212b225bb: Verifying Checksum 06:09:55 765212b225bb: Download complete 06:09:55 f23df028b6ca: Download complete 06:09:55 d65c8cfc05b1: Verifying Checksum 06:09:55 d65c8cfc05b1: Download complete 06:09:55 699f458cf7ca: Verifying Checksum 06:09:55 699f458cf7ca: Download complete 06:09:56 8998bd30e6a1: Verifying Checksum 06:09:56 8998bd30e6a1: Download complete 06:09:58 2437ff75d9bd: Download complete 06:10:00 8998bd30e6a1: Pull complete 06:10:01 04944245beec: Pull complete 06:10:03 699f458cf7ca: Pull complete 06:10:03 765212b225bb: Pull complete 06:10:04 f23df028b6ca: Pull complete 06:10:04 d65c8cfc05b1: Pull complete 06:10:22 2437ff75d9bd: Pull complete 06:10:22 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 06:10:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:10:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:10:22 prd-ubuntu20.04-docker-arm64-4c-16g-5198 does not seem to be running inside a container 06:10:22 $ 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/16 -v /w/workspace/device-opc-ua/16:/w/workspace/device-opc-ua/16:rw,z -v /w/workspace/device-opc-ua/16@tmp:/w/workspace/device-opc-ua/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 06:10:26 $ docker top 52b8c38099c00a288f92b4d30b783166c28c46313912a7a5fa29c65e35349beb -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:10:27 ---> job-cost.sh 06:10:27 lf-activate-venv: SKIPPING 06:10:27 INFO: No Stack... 06:10:27 INFO: Retrieving Pricing Info for: v3-standard-4 06:10:28 INFO: Archiving Costs [Pipeline] sh 06:10:29 + cat /w/workspace/device-opc-ua/16/archives/cost.csv 06:10:29 + cut -d, -f6 [Pipeline] lock 06:10:29 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-opc-ua-main-16-stack-cost] 06:10:29 Resource [jenkins-edgexfoundry-device-opc-ua-main-16-stack-cost] did not exist. Created. 06:10:29 Lock acquired on [Resource: jenkins-edgexfoundry-device-opc-ua-main-16-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:10:30 /w/workspace/device-opc-ua/16@tmp/durable-cf05c8bd/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 06:10:30 + echo total: 0.10999999940395355 [Pipeline] stash 06:10:30 Warning: overwriting stash ‘stack-cost’ 06:10:30 Stashed 1 file(s) [Pipeline] } 06:10:30 Lock released on resource [Resource: jenkins-edgexfoundry-device-opc-ua-main-16-stack-cost] [Pipeline] // lock [Pipeline] } 06:10:30 $ docker stop --time=1 52b8c38099c00a288f92b4d30b783166c28c46313912a7a5fa29c65e35349beb 06:10:32 $ docker rm -f --volumes 52b8c38099c00a288f92b4d30b783166c28c46313912a7a5fa29c65e35349beb [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 06:10:32 provisioning config files... 06:10:32 copy managed file [device-opc-ua-codecov-token] to file:/w/workspace/edgexfoundry_device-opc-ua_main@tmp/config11242449527007409408tmp [Pipeline] { [Pipeline] sh 06:10:33 + set +x 06:10:33 + curl -s https://codecov.io/bash 06:10:33 + bash -s -- 06:10:33 06:10:33 _____ _ 06:10:33 / ____| | | 06:10:33 | | ___ __| | ___ ___ _____ __ 06:10:33 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:10:33 | |___| (_) | (_| | __/ (_| (_) \ V / 06:10:33 \_____\___/ \__,_|\___|\___\___/ \_/ 06:10:33 Bash-1.0.6 06:10:33 06:10:33 06:10:33 ==> git version 2.25.1 found 06:10:33 ==> 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 06:10:33 Release-Date: 2020-01-08 06:10:33 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 06:10:33 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 06:10:33 ==> Jenkins CI detected. 06:10:33 current dir:  /w/workspace/edgexfoundry_device-opc-ua_main 06:10:33 project root: . 06:10:33 --> token set from env 06:10:33 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:10:33 ==> Running gcov in . (disable via -X gcov) 06:10:33 ==> Python coveragepy not found 06:10:33 ==> Searching for coverage reports in: 06:10:33 + . 06:10:33 -> Found 1 reports 06:10:33 ==> Detecting git/mercurial file structure 06:10:33 ==> Reading reports 06:10:33 + ./coverage.out bytes=26136 06:10:33 ==> Appending adjustments 06:10:33 https://docs.codecov.io/docs/fixing-reports 06:10:33 + Found adjustments 06:10:33 ==> Gzipping contents 06:10:33 4.0K /tmp/codecov.vgvoN7.gz 06:10:33 ==> Uploading reports 06:10:33 url: https://codecov.io 06:10:33 query: branch=main&commit=fd5faddb6bef00999662222d4fecab10e289b007&build=16&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-opc-ua%2Fjob%2Fmain%2F16%2F&name=&tag=&slug=edgexfoundry%2Fdevice-opc-ua&service=jenkins&flags=&pr=&job=&cmd_args= 06:10:33 -> Pinging Codecov 06:10:33 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=fd5faddb6bef00999662222d4fecab10e289b007&build=16&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-opc-ua%2Fjob%2Fmain%2F16%2F&name=&tag=&slug=edgexfoundry%2Fdevice-opc-ua&service=jenkins&flags=&pr=&job=&cmd_args= 06:10:33 -> Uploading to 06:10:33 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-opc-ua/fd5faddb6bef00999662222d4fecab10e289b007/8d47d46b-f4e5-4803-a3c1-1ad422be7b92.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250716%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250716T061033Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=6916d4f7ee3bd7f7772c08c606e7ac603311e9ae792163e450eeb8136a42b884 06:10:33 % Total % Received % Xferd Average Speed Time Time Time Current 06:10:33 Dload Upload Total Spent Left Speed 06:10:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4018 0 0 100 4018 0 19410 --:--:-- --:--:-- --:--:-- 19317 100 4018 0 0 100 4018 0 17244 --:--:-- --:--:-- --:--:-- 17170 06:10:34 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-opc-ua/commit/fd5faddb6bef00999662222d4fecab10e289b007 [Pipeline] } 06:10:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 06:10:34 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 06:10:34 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:10:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 06:10:34 06:10:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:10:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 06:10:34 latest: Pulling from edgex-devops/edgex-snyk-go 06:10:34 0a9a5dfd008f: Already exists 06:10:34 36466aa92d05: Already exists 06:10:34 e10405b45d13: Already exists 06:10:34 096b7ceb2af7: Already exists 06:10:34 4f4fb700ef54: Already exists 06:10:34 e50aa161e22a: Pulling fs layer 06:10:34 d3c8db5fb9df: Pulling fs layer 06:10:35 e50aa161e22a: Verifying Checksum 06:10:35 e50aa161e22a: Download complete 06:10:35 e50aa161e22a: Pull complete 06:10:36 d3c8db5fb9df: Verifying Checksum 06:10:36 d3c8db5fb9df: Download complete 06:10:40 d3c8db5fb9df: Pull complete 06:10:40 Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be 06:10:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 06:10:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:10:40 prd-ubuntu20.04-docker-8c-8g-5196 does not seem to be running inside a container 06:10:40 $ 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 06:10:41 $ docker top 0575d501312cce865c7f82d323866a1d9d789a5edbdef0e4e4df9a95d12753b2 -eo pid,comm [Pipeline] { [Pipeline] sh 06:10:41 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-opc-ua_main [Pipeline] echo 06:10:41 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-opc-ua:main' [Pipeline] sh 06:10:41 + set -o pipefail 06:10:41 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-opc-ua:main' 06:10:51 06:10:51 Monitoring /w/workspace/edgexfoundry_device-opc-ua_main (github.com/edgexfoundry/device-opc-ua)... 06:10:51 06:10:51 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3cf99318-0193-4c3c-b62c-841d5a6b07bf/history/919e6923-954a-4b5c-b25e-330802ad6b03 06:10:51 06:10:51 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 06:10:51 06:10:51 06:10:51 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 06:10:51 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 06:10:51 $ docker stop --time=1 0575d501312cce865c7f82d323866a1d9d789a5edbdef0e4e4df9a95d12753b2 06:10:54 $ docker rm -f --volumes 0575d501312cce865c7f82d323866a1d9d789a5edbdef0e4e4df9a95d12753b2 [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 06:10:55 + git log --format=format:%s -1 fd5faddb6bef00999662222d4fecab10e289b007 [Pipeline] sh 06:10:55 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:10:55 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:10:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:10:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:10:55 prd-ubuntu20.04-docker-8c-8g-5196 does not seem to be running inside a container 06:10:55 $ 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 06:10:56 $ docker top 59e3b7bf56991ef4fd77a3abe33073923df9ea11630c67dbfc65996bf5404fd0 -eo pid,comm 06:10:56 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 06:10:56 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:10:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:10:56 [ssh-agent] Looking for ssh-agent implementation... 06:10:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:10:56 $ docker exec 59e3b7bf56991ef4fd77a3abe33073923df9ea11630c67dbfc65996bf5404fd0 ssh-agent 06:10:56 SSH_AUTH_SOCK=/tmp/ssh-9KJScFBxS5eh/agent.34 06:10:56 SSH_AGENT_PID=40 06:10:56 Running ssh-add (command line suppressed) 06:10:56 Identity added: /w/workspace/edgexfoundry_device-opc-ua_main@tmp/private_key_11977722277000579304.key (/w/workspace/edgexfoundry_device-opc-ua_main@tmp/private_key_11977722277000579304.key) 06:10:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:10:56 + git semver tag 06:10:57 2025-07-16 06:10:56,981 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 06:10:57 2025-07-16 06:10:56,985 [run_tag] DEBUG tag force:False 06:10:57 2025-07-16 06:10:56,985 [check_head_tag] DEBUG check head tag 06:10:57 2025-07-16 06:10:56,986 [execute] INFO git cat-file --batch-check 06:10:57 2025-07-16 06:10:56,986 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-opc-ua_main, stdin=, shell=False, universal_newlines=False) 06:10:57 2025-07-16 06:10:56,988 [execute] INFO git cat-file --batch 06:10:57 2025-07-16 06:10:56,988 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-opc-ua_main, stdin=, shell=False, universal_newlines=False) 06:10:57 2025-07-16 06:10:56,992 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-opc-ua_main/.semver/main 06:10:57 2025-07-16 06:10:56,993 [execute] INFO git tag -a v4.1.0-dev.4 -m v4.1.0-dev.4 06:10:57 2025-07-16 06:10:56,993 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.4', '-m', 'v4.1.0-dev.4'], cwd=/w/workspace/edgexfoundry_device-opc-ua_main, stdin=None, shell=False, universal_newlines=False) 06:10:57 2025-07-16 06:10:56,996 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-opc-ua_main/.semver/main 06:10:57 4.1.0-dev.4 [Pipeline] } 06:10:57 $ docker exec --env ******** --env ******** 59e3b7bf56991ef4fd77a3abe33073923df9ea11630c67dbfc65996bf5404fd0 ssh-agent -k 06:10:57 unset SSH_AUTH_SOCK; 06:10:57 unset SSH_AGENT_PID; 06:10:57 echo Agent pid 40 killed; 06:10:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:10:57 + git semver [Pipeline] } 06:10:57 $ docker stop --time=1 59e3b7bf56991ef4fd77a3abe33073923df9ea11630c67dbfc65996bf5404fd0 06:10:59 $ docker rm -f --volumes 59e3b7bf56991ef4fd77a3abe33073923df9ea11630c67dbfc65996bf5404fd0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:10:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:10:59 06:10:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:10:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:10:59 0.23.1-centos7: Pulling from edgex-lftools 06:10:59 ab5ef0e58194: Pulling fs layer 06:10:59 9712f1f96733: Pulling fs layer 06:10:59 63f879dbbcfc: Pulling fs layer 06:10:59 0d9ebad4ef96: Pulling fs layer 06:10:59 e9a5061849ea: Pulling fs layer 06:10:59 d747dcd14b5f: Pulling fs layer 06:10:59 2de7ff778b66: Pulling fs layer 06:10:59 d747dcd14b5f: Waiting 06:10:59 2de7ff778b66: Waiting 06:10:59 e9a5061849ea: Waiting 06:10:59 9712f1f96733: Verifying Checksum 06:10:59 9712f1f96733: Download complete 06:10:59 63f879dbbcfc: Verifying Checksum 06:10:59 63f879dbbcfc: Download complete 06:11:00 e9a5061849ea: Verifying Checksum 06:11:00 e9a5061849ea: Download complete 06:11:00 d747dcd14b5f: Verifying Checksum 06:11:00 d747dcd14b5f: Download complete 06:11:00 ab5ef0e58194: Verifying Checksum 06:11:00 ab5ef0e58194: Download complete 06:11:00 0d9ebad4ef96: Verifying Checksum 06:11:00 0d9ebad4ef96: Download complete 06:11:00 2de7ff778b66: Verifying Checksum 06:11:00 2de7ff778b66: Download complete 06:11:04 ab5ef0e58194: Pull complete 06:11:04 9712f1f96733: Pull complete 06:11:05 63f879dbbcfc: Pull complete 06:11:12 0d9ebad4ef96: Pull complete 06:11:12 e9a5061849ea: Pull complete 06:11:12 d747dcd14b5f: Pull complete 06:11:13 2de7ff778b66: Pull complete 06:11:13 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 06:11:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:11:13 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:11:13 prd-ubuntu20.04-docker-8c-8g-5196 does not seem to be running inside a container 06:11:13 $ 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 06:11:14 $ docker top 762fbb82f01617f3d510b799c43ea00010d0322a777da70b6ca1ca77797a8ac2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 06:11:14 provisioning config files... 06:11:14 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-opc-ua_main@tmp/config4974958919822292244tmp 06:11:15 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-opc-ua_main@tmp/config1920407338701670434tmp 06:11:15 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-opc-ua_main@tmp/config13439669461263671626tmp [Pipeline] { [Pipeline] echo 06:11:15 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 06:11:15 ---> sigul-configuration.sh 06:11:15 gpg: directory `/root/.gnupg' created 06:11:15 gpg: new configuration file `/root/.gnupg/gpg.conf' created 06:11:15 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 06:11:15 gpg: keyring `/root/.gnupg/secring.gpg' created 06:11:15 gpg: keyring `/root/.gnupg/pubring.gpg' created 06:11:15 gpg: CAST5 encrypted data 06:11:15 gpg: encrypted with 1 passphrase 06:11:15 gpg: WARNING: message was not integrity protected [Pipeline] sh 06:11:15 + mkdir /home/jenkins 06:11:15 + mkdir /home/jenkins/sigul [Pipeline] sh 06:11:16 + 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 06:11:16 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 06:11:16 ---> sigul-install.sh 06:11:16 Sigul already installed; skipping installation. [Pipeline] sh 06:11:16 + git tag --list 06:11:16 v4.0 06:11:16 v4.0.0 06:11:16 v4.1.0-dev.1 06:11:16 v4.1.0-dev.2 06:11:16 v4.1.0-dev.3 06:11:16 v4.1.0-dev.4 [Pipeline] sh 06:11:16 + lftools sign git-tag v4.1.0-dev.4 06:11:17 Signing Git tag with Sigul... 06:11:17 Signing v4.1.0-dev.4 [Pipeline] echo 06:11:17 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 06:11:18 ---> sigul-configuration-cleanup.sh [Pipeline] } 06:11:18 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 06:11:18 $ docker stop --time=1 762fbb82f01617f3d510b799c43ea00010d0322a777da70b6ca1ca77797a8ac2 06:11:19 $ docker rm -f --volumes 762fbb82f01617f3d510b799c43ea00010d0322a777da70b6ca1ca77797a8ac2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 06:11:19 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:11:19 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:11:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:11:20 prd-ubuntu20.04-docker-8c-8g-5196 does not seem to be running inside a container 06:11:20 $ 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 06:11:20 $ docker top c999f4614585c462cccacfac5e8e937aef23cdfb3bbb8afc3068568747e6c4c8 -eo pid,comm 06:11:20 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 06:11:20 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:11:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:11:20 [ssh-agent] Looking for ssh-agent implementation... 06:11:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:11:20 $ docker exec c999f4614585c462cccacfac5e8e937aef23cdfb3bbb8afc3068568747e6c4c8 ssh-agent 06:11:20 SSH_AUTH_SOCK=/tmp/ssh-zCqtzlxQoRW6/agent.32 06:11:20 SSH_AGENT_PID=38 06:11:20 Running ssh-add (command line suppressed) 06:11:20 Identity added: /w/workspace/edgexfoundry_device-opc-ua_main@tmp/private_key_80961984054153270.key (/w/workspace/edgexfoundry_device-opc-ua_main@tmp/private_key_80961984054153270.key) 06:11:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:11:21 + git semver bump pre 06:11:21 2025-07-16 06:11:21,437 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 06:11:21 2025-07-16 06:11:21,440 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-opc-ua_main/.semver/main 06:11:21 2025-07-16 06:11:21,440 [bump_version] DEBUG bumping version:4.1.0-dev.4 on axis:pre with prefix:dev 06:11:21 2025-07-16 06:11:21,440 [bump_version] DEBUG bumped version:4.1.0-dev.5 06:11:21 2025-07-16 06:11:21,440 [write_version] DEBUG write version:4.1.0-dev.5 to path:/w/workspace/edgexfoundry_device-opc-ua_main/.semver/main with force:True 06:11:21 2025-07-16 06:11:21,440 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-opc-ua_main/.semver/main 06:11:21 2025-07-16 06:11:21,440 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-opc-ua_main/.semver/main 06:11:21 2025-07-16 06:11:21,442 [execute] INFO git cat-file --batch-check 06:11:21 2025-07-16 06:11:21,443 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-opc-ua_main/.semver, stdin=, shell=False, universal_newlines=False) 06:11:21 2025-07-16 06:11:21,446 [execute] INFO git cat-file --batch 06:11:21 2025-07-16 06:11:21,446 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-opc-ua_main/.semver, stdin=, shell=False, universal_newlines=False) 06:11:21 2025-07-16 06:11:21,449 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-opc-ua_main/.semver/main 06:11:21 4.1.0-dev.5 [Pipeline] } 06:11:21 $ docker exec --env ******** --env ******** c999f4614585c462cccacfac5e8e937aef23cdfb3bbb8afc3068568747e6c4c8 ssh-agent -k 06:11:21 unset SSH_AUTH_SOCK; 06:11:21 unset SSH_AGENT_PID; 06:11:21 echo Agent pid 38 killed; 06:11:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:11:21 + git semver [Pipeline] } 06:11:22 $ docker stop --time=1 c999f4614585c462cccacfac5e8e937aef23cdfb3bbb8afc3068568747e6c4c8 06:11:23 $ docker rm -f --volumes c999f4614585c462cccacfac5e8e937aef23cdfb3bbb8afc3068568747e6c4c8 [Pipeline] // withDockerContainer [Pipeline] sh 06:11:23 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:11:23 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:11:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:11:24 prd-ubuntu20.04-docker-8c-8g-5196 does not seem to be running inside a container 06:11:24 $ 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 06:11:24 $ docker top ed29c1780f2b5ce4666ee3ece4f010b1f0296414256bf1ae6d568646a22f12a1 -eo pid,comm 06:11:24 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 06:11:24 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:11:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:11:24 [ssh-agent] Looking for ssh-agent implementation... 06:11:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:11:24 $ docker exec ed29c1780f2b5ce4666ee3ece4f010b1f0296414256bf1ae6d568646a22f12a1 ssh-agent 06:11:24 SSH_AUTH_SOCK=/tmp/ssh-hx3opxPOCS5B/agent.32 06:11:24 SSH_AGENT_PID=38 06:11:24 Running ssh-add (command line suppressed) 06:11:24 Identity added: /w/workspace/edgexfoundry_device-opc-ua_main@tmp/private_key_2174699297351790066.key (/w/workspace/edgexfoundry_device-opc-ua_main@tmp/private_key_2174699297351790066.key) 06:11:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:11:25 + git semver push 06:11:25 2025-07-16 06:11:25,406 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 06:11:25 2025-07-16 06:11:25,410 [run_push] DEBUG push 06:11:25 2025-07-16 06:11:25,410 [execute] INFO git cat-file --batch-check 06:11:25 2025-07-16 06:11:25,411 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-opc-ua_main/.semver, stdin=, shell=False, universal_newlines=False) 06:11:25 2025-07-16 06:11:25,413 [execute] INFO git rev-list 24e416963fd15f003199cdb178c72d5ec8fec0b0 -- 06:11:25 2025-07-16 06:11:25,413 [execute] DEBUG Popen(['git', 'rev-list', '24e416963fd15f003199cdb178c72d5ec8fec0b0', '--'], cwd=/w/workspace/edgexfoundry_device-opc-ua_main/.semver, stdin=None, shell=False, universal_newlines=False) 06:11:25 2025-07-16 06:11:25,417 [execute] INFO git fetch -v -- origin 06:11:25 2025-07-16 06:11:25,417 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgexfoundry_device-opc-ua_main/.semver, stdin=None, shell=False, universal_newlines=True) 06:11:26 2025-07-16 06:11:25,864 [run_push] DEBUG no remote changes detected 06:11:26 2025-07-16 06:11:25,864 [execute] INFO git push origin semver 06:11:26 2025-07-16 06:11:25,865 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-opc-ua_main/.semver, stdin=None, shell=False, universal_newlines=False) 06:11:26 2025-07-16 06:11:26,696 [run_push] DEBUG push all version tags 06:11:26 2025-07-16 06:11:26,696 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 06:11:26 2025-07-16 06:11:26,697 [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) 06:11:27 2025-07-16 06:11:27,355 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-opc-ua_main/.semver/main 06:11:27 4.1.0-dev.5 [Pipeline] } 06:11:27 $ docker exec --env ******** --env ******** ed29c1780f2b5ce4666ee3ece4f010b1f0296414256bf1ae6d568646a22f12a1 ssh-agent -k 06:11:27 unset SSH_AUTH_SOCK; 06:11:27 unset SSH_AGENT_PID; 06:11:27 echo Agent pid 38 killed; 06:11:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:11:28 + git semver [Pipeline] } 06:11:28 $ docker stop --time=1 ed29c1780f2b5ce4666ee3ece4f010b1f0296414256bf1ae6d568646a22f12a1 06:11:29 $ docker rm -f --volumes ed29c1780f2b5ce4666ee3ece4f010b1f0296414256bf1ae6d568646a22f12a1 [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 06:11:30 + [ -d /w/workspace/edgexfoundry_device-opc-ua_main/archives ] 06:11:30 + ls -al /w/workspace/edgexfoundry_device-opc-ua_main/archives 06:11:30 total 16 06:11:30 drwxr-xr-x 3 root root 4096 Jul 16 05:59 . 06:11:30 drwxrwxr-x 10 jenkins jenkins 4096 Jul 16 06:11 .. 06:11:30 drwxr-xr-x 2 root root 4096 Jul 16 05:59 cost 06:11:30 -rw-r--r-- 1 root root 84 Jul 16 05:59 cost.csv 06:11:30 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-opc-ua_main/archives 06:11:30 + ls -al /w/workspace/edgexfoundry_device-opc-ua_main/archives 06:11:30 total 16 06:11:30 drwxr-xr-x 3 jenkins jenkins 4096 Jul 16 05:59 . 06:11:30 drwxrwxr-x 10 jenkins jenkins 4096 Jul 16 06:11 .. 06:11:30 drwxr-xr-x 2 jenkins jenkins 4096 Jul 16 05:59 cost 06:11:30 -rw-r--r-- 1 jenkins jenkins 84 Jul 16 05:59 cost.csv [Pipeline] libraryResource [Pipeline] sh 06:11:30 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:11:31 ---> package-listing.sh 06:11:31 ++ facter osfamily 06:11:31 ++ tr '[:upper:]' '[:lower:]' 06:11:31 + OS_FAMILY=debian 06:11:31 + workspace=/w/workspace/edgexfoundry_device-opc-ua_main 06:11:31 + START_PACKAGES=/tmp/packages_start.txt 06:11:31 + END_PACKAGES=/tmp/packages_end.txt 06:11:31 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:11:31 + PACKAGES=/tmp/packages_start.txt 06:11:31 + '[' /w/workspace/edgexfoundry_device-opc-ua_main ']' 06:11:31 + PACKAGES=/tmp/packages_end.txt 06:11:31 + case "${OS_FAMILY}" in 06:11:31 + dpkg -l 06:11:31 + grep '^ii' 06:11:31 + '[' -f /tmp/packages_start.txt ']' 06:11:31 + '[' -f /tmp/packages_end.txt ']' 06:11:31 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:11:31 + '[' /w/workspace/edgexfoundry_device-opc-ua_main ']' 06:11:31 + mkdir -p /w/workspace/edgexfoundry_device-opc-ua_main/archives/ 06:11:31 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-opc-ua_main/archives/ [Pipeline] echo 06:11:31 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 06:11:31 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:11:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:11:32 prd-ubuntu20.04-docker-8c-8g-5196 does not seem to be running inside a container 06:11:32 $ 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 06:11:32 $ docker top 1ce2dbab702e7efe9aac126870fd9d7d74f2694dec3a4fa7ba2dcc8efce504c8 -eo pid,comm [Pipeline] { [Pipeline] sh 06:11:33 + touch /tmp/pre-build-complete [Pipeline] sh 06:11:33 + mkdir -p /var/log/sysstat [Pipeline] sh 06:11:33 + ls /var/log/sa-host 06:11:33 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:11:33 provisioning config files... 06:11:33 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-opc-ua_main@tmp/config705323195677669570tmp [Pipeline] { [Pipeline] echo 06:11:33 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:11:34 ---> create-netrc.sh [Pipeline] } 06:11:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 06:11:34 ---> python-tools-install.sh [Pipeline] echo 06:11:34 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:11:34 ---> sudo-logs.sh 06:11:34 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 06:11:34 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:11:35 ---> job-cost.sh 06:11:35 lf-activate-venv: SKIPPING 06:11:35 DEBUG: total: 0.2199999988079071 06:11:35 INFO: Retrieving Stack Cost... 06:11:35 INFO: Retrieving Pricing Info for: v3-standard-8 06:11:35 INFO: Archiving Costs [Pipeline] echo 06:11:35 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:11:36 ---> logs-deploy.sh 06:11:36 lf-activate-venv: SKIPPING 06:11:36 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-opc-ua/main/16 06:11:36 INFO: archiving workspace using pattern(s): 06:11:37 Archives upload complete. 06:11:37 INFO: archiving logs to Nexus