Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 515e873cf8c49ccc867724a600990c68a3d943eb 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-ssh11529164200386492114.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 0b81fa10a7dd14683a964f04f411324fe83f93ac 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-ssh3448770773191956174.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 0b81fa10a7dd14683a964f04f411324fe83f93ac 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-ssh2489134283148653389.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 0b81fa10a7dd14683a964f04f411324fe83f93ac (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 0b81fa10a7dd14683a964f04f411324fe83f93ac # timeout=10 Commit message: "Merge pull request #457 from jinlinGuan/golang-1.23" > 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-ssh603874374162483346.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-ssh11169643015821387926.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-opc-ua] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-opc-ua-settings PROJECT: device-opc-ua USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-opc-ua DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-24938 in /w/workspace/edgexfoundry_device-opc-ua_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-opc-ua.git > git init /w/workspace/edgexfoundry_device-opc-ua_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-opc-ua.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-opc-ua.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 515e873cf8c49ccc867724a600990c68a3d943eb (main) Commit message: "Merge pull request #89 from jackchenjc/edgex-go-issue-4916-2" > git config remote.origin.url git@github.com:edgexfoundry/device-opc-ua.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 515e873cf8c49ccc867724a600990c68a3d943eb # timeout=10 > git rev-list --no-walk f2b629e97187fbfd3ceddfceaa4a1bbc919333e5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:10 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:11 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:11 ========================================================= 00:31:11 EdgeX Global Pipelines Version Info 00:31:11 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:31:12 ------------------- 00:31:12 stable info: 00:31:12 ------------------- 00:31:12 Commited By: Ginny Guan ginny@iotechsys.com 00:31:12 Commit SHA: 0b81fa10a7dd14683a964f04f411324fe83f93ac 00:31:12 Message: update stable to v1.0.265 00:31:12 ------------------- 00:31:12 experimental info: 00:31:12 ------------------- 00:31:12 Commited By: Cherry Wang cherry@iotechsys.com 00:31:12 Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 00:31:12 Message: update experimental to v1.0.264 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:12 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-opc-ua-settings [Pipeline] echo 00:31:12 [edgeXSetupEnvironment]: set envvar PROJECT = device-opc-ua [Pipeline] echo 00:31:12 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:12 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:12 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:12 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 00:31:12 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 00:31:12 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 00:31:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 00:31:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-opc-ua [Pipeline] echo 00:31:12 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:12 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:12 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:12 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:12 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 00:31:12 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 00:31:12 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:12 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 00:31:12 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 515e873cf8c49ccc867724a600990c68a3d943eb [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 515e873 [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:31:13 provisioning config files... 00:31:13 copy managed file [device-opc-ua-settings] to file:/w/workspace/edgexfoundry_device-opc-ua_main@tmp/config4017041964340039763tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:13 ---> ****-login.sh 00:31:13 nexus3.edgexfoundry.org:10001 00:31:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:31:13 Configure a credential helper to remove this warning. See 00:31:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:31:13 00:31:13 Login Succeeded 00:31:13 nexus3.edgexfoundry.org:10002 00:31:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:31:14 Configure a credential helper to remove this warning. See 00:31:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:31:14 00:31:14 Login Succeeded 00:31:14 nexus3.edgexfoundry.org:10003 00:31:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:31:14 Configure a credential helper to remove this warning. See 00:31:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:31:14 00:31:14 Login Succeeded 00:31:14 nexus3.edgexfoundry.org:10004 00:31:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:31:14 Configure a credential helper to remove this warning. See 00:31:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:31:14 00:31:14 Login Succeeded 00:31:14 ****.io 00:31:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:31:14 Configure a credential helper to remove this warning. See 00:31:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:31:14 00:31:14 Login Succeeded 00:31:14 ---> ****-login.sh ends [Pipeline] } 00:31:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 00:31:15 + git rev-list -1 --merges 515e873cf8c49ccc867724a600990c68a3d943eb~1..515e873cf8c49ccc867724a600990c68a3d943eb [Pipeline] echo 00:31:15 -----------> git rev-list -1 --merges 515e873cf8c49ccc867724a600990c68a3d943eb~1..515e873cf8c49ccc867724a600990c68a3d943eb 515e873cf8c49ccc867724a600990c68a3d943eb 00:31:15 515e873cf8c49ccc867724a600990c68a3d943eb [false] [Pipeline] sh 00:31:15 + git log --format=format:%s -1 515e873cf8c49ccc867724a600990c68a3d943eb [Pipeline] echo 00:31:15 ========================================================= 00:31:15 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 00:31:15 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:31:15 + git log --format=format:%s -1 515e873cf8c49ccc867724a600990c68a3d943eb [Pipeline] echo 00:31:15 [semverPrep] GIT_COMMIT: 515e873cf8c49ccc867724a600990c68a3d943eb, Commit Message: Merge pull request #89 from jackchenjc/edgex-go-issue-4916-2 [Pipeline] echo 00:31:15 [semverPrep] This is not a build commit. [Pipeline] sh 00:31:16 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:31:16 + grep -v github /etc/ssh/ssh_known_hosts 00:31:16 + [ -e /tmp/ssh_known_hosts ] 00:31:16 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 00:31:16 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 00:31:16 sudo tee -a /etc/ssh/ssh_known_hosts 00:31:16 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:31:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:31:16 00:31:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:31:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:31:16 0.1.4: Pulling from edgex-devops/py-git-semver 00:31:16 b85a868b505f: Pulling fs layer 00:31:16 e2be974225ed: Pulling fs layer 00:31:16 339a4e72a1f5: Pulling fs layer 00:31:16 988bab9f4d93: Pulling fs layer 00:31:16 1469e6f7b9e6: Pulling fs layer 00:31:16 eaf3925da568: Pulling fs layer 00:31:16 bab4dde63d76: Pulling fs layer 00:31:16 bde34c3a00c8: Pulling fs layer 00:31:16 b352a97aabf1: Pulling fs layer 00:31:16 4872d77fe225: Pulling fs layer 00:31:16 5851b861e8e6: Pulling fs layer 00:31:16 988bab9f4d93: Waiting 00:31:16 1469e6f7b9e6: Waiting 00:31:16 eaf3925da568: Waiting 00:31:16 bab4dde63d76: Waiting 00:31:16 bde34c3a00c8: Waiting 00:31:16 b352a97aabf1: Waiting 00:31:16 4872d77fe225: Waiting 00:31:16 5851b861e8e6: Waiting 00:31:16 e2be974225ed: Download complete 00:31:16 988bab9f4d93: Verifying Checksum 00:31:16 988bab9f4d93: Download complete 00:31:16 1469e6f7b9e6: Verifying Checksum 00:31:16 1469e6f7b9e6: Download complete 00:31:17 eaf3925da568: Download complete 00:31:17 339a4e72a1f5: Verifying Checksum 00:31:17 339a4e72a1f5: Download complete 00:31:17 bde34c3a00c8: Download complete 00:31:17 b352a97aabf1: Download complete 00:31:17 4872d77fe225: Download complete 00:31:17 5851b861e8e6: Verifying Checksum 00:31:17 5851b861e8e6: Download complete 00:31:17 b85a868b505f: Verifying Checksum 00:31:17 b85a868b505f: Download complete 00:31:17 bab4dde63d76: Verifying Checksum 00:31:17 bab4dde63d76: Download complete 00:31:18 b85a868b505f: Pull complete 00:31:18 e2be974225ed: Pull complete 00:31:18 339a4e72a1f5: Pull complete 00:31:19 988bab9f4d93: Pull complete 00:31:19 1469e6f7b9e6: Pull complete 00:31:19 eaf3925da568: Pull complete 00:31:21 bab4dde63d76: Pull complete 00:31:21 bde34c3a00c8: Pull complete 00:31:21 b352a97aabf1: Pull complete 00:31:21 4872d77fe225: Pull complete 00:31:21 5851b861e8e6: Pull complete 00:31:21 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 00:31:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:31:21 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:31:21 prd-ubuntu20.04-docker-8c-8g-24938 does not seem to be running inside a container 00:31:21 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 00:31:23 $ docker top f59f8b04b4bbb6f0d694d41ed406a9fbb021f6ea2b4f7724d42f99640c90059d -eo pid,comm 00:31:23 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 00:31:23 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:23 [ssh-agent] Looking for ssh-agent implementation... 00:31:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:23 $ docker exec f59f8b04b4bbb6f0d694d41ed406a9fbb021f6ea2b4f7724d42f99640c90059d ssh-agent 00:31:23 SSH_AUTH_SOCK=/tmp/ssh-rC86ZRG7sh97/agent.31 00:31:23 SSH_AGENT_PID=37 00:31:23 Running ssh-add (command line suppressed) 00:31:23 Identity added: /w/workspace/edgexfoundry_device-opc-ua_main@tmp/private_key_11719324433250161065.key (/w/workspace/edgexfoundry_device-opc-ua_main@tmp/private_key_11719324433250161065.key) 00:31:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:23 + git tag --points-at HEAD [Pipeline] } 00:31:23 $ docker exec --env ******** --env ******** f59f8b04b4bbb6f0d694d41ed406a9fbb021f6ea2b4f7724d42f99640c90059d ssh-agent -k 00:31:24 unset SSH_AUTH_SOCK; 00:31:24 unset SSH_AGENT_PID; 00:31:24 echo Agent pid 37 killed; 00:31:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:31:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:24 [ssh-agent] Looking for ssh-agent implementation... 00:31:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:24 $ docker exec f59f8b04b4bbb6f0d694d41ed406a9fbb021f6ea2b4f7724d42f99640c90059d ssh-agent 00:31:24 SSH_AUTH_SOCK=/tmp/ssh-BowGbd3s8VLR/agent.70 00:31:24 SSH_AGENT_PID=76 00:31:24 Running ssh-add (command line suppressed) 00:31:24 Identity added: /w/workspace/edgexfoundry_device-opc-ua_main@tmp/private_key_2948095869448423865.key (/w/workspace/edgexfoundry_device-opc-ua_main@tmp/private_key_2948095869448423865.key) 00:31:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:24 + git semver init 00:31:25 2024-11-08 00:31:24,921 [run_init] DEBUG init version:0.0.0 force:False 00:31:25 2024-11-08 00:31:24,921 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-opc-ua_main/.semver 00:31:25 2024-11-08 00:31:24,922 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-opc-ua.git /w/workspace/edgexfoundry_device-opc-ua_main/.semver 00:31:25 2024-11-08 00:31:24,922 [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, universal_newlines=False, shell=None, istream=None) 00:31:25 2024-11-08 00:31:25,551 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-opc-ua_main/.git/info/exclude 00:31:25 2024-11-08 00:31:25,552 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-opc-ua_main/.semver/main with force:False 00:31:25 2024-11-08 00:31:25,552 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-opc-ua_main/.semver/main 00:31:25 2024-11-08 00:31:25,552 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-opc-ua_main/.semver/main 00:31:25 4.0.0-dev.1 [Pipeline] } 00:31:25 $ docker exec --env ******** --env ******** f59f8b04b4bbb6f0d694d41ed406a9fbb021f6ea2b4f7724d42f99640c90059d ssh-agent -k 00:31:25 unset SSH_AUTH_SOCK; 00:31:25 unset SSH_AGENT_PID; 00:31:25 echo Agent pid 76 killed; 00:31:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:26 + git semver [Pipeline] } 00:31:26 $ docker stop --time=1 f59f8b04b4bbb6f0d694d41ed406a9fbb021f6ea2b4f7724d42f99640c90059d 00:31:27 $ docker rm -f --volumes f59f8b04b4bbb6f0d694d41ed406a9fbb021f6ea2b4f7724d42f99640c90059d [Pipeline] // withDockerContainer [Pipeline] sh 00:31:27 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:31:28 Stashed 1 file(s) [Pipeline] echo 00:31:28 [edgeXSemver]: initialized semver on version 4.0.0-dev.1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:31:28 provisioning config files... 00:31:28 copy managed file [device-opc-ua-settings] to file:/w/workspace/edgexfoundry_device-opc-ua_main@tmp/config6427595967117152311tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:28 ---> ****-login.sh 00:31:28 nexus3.edgexfoundry.org:10001 00:31:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:31:28 Configure a credential helper to remove this warning. See 00:31:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:31:28 00:31:28 Login Succeeded 00:31:28 nexus3.edgexfoundry.org:10002 00:31:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:31:28 Configure a credential helper to remove this warning. See 00:31:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:31:28 00:31:28 Login Succeeded 00:31:28 nexus3.edgexfoundry.org:10003 00:31:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:31:28 Configure a credential helper to remove this warning. See 00:31:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:31:28 00:31:28 Login Succeeded 00:31:28 nexus3.edgexfoundry.org:10004 00:31:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:31:28 Configure a credential helper to remove this warning. See 00:31:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:31:28 00:31:28 Login Succeeded 00:31:28 ****.io 00:31:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:31:29 Configure a credential helper to remove this warning. See 00:31:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:31:29 00:31:29 Login Succeeded 00:31:29 ---> ****-login.sh ends [Pipeline] } 00:31:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:31:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 00:31:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 00:31:29 ========================================================= 00:31:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 00:31:29 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:31:29 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine --build-arg MAKE=echo noop --target=builder . 00:31:29 Sending build context to Docker daemon 849.4kB 00:31:29 Step 1/5 : FROM golang:1.23-alpine3.20 AS builder 00:31:29 1.23-alpine3.20: Pulling from library/golang 00:31:30 43c4264eed91: Pulling fs layer 00:31:30 aec3504c519e: Pulling fs layer 00:31:30 c79bddf330f7: Pulling fs layer 00:31:30 0d736227ff64: Pulling fs layer 00:31:30 4f4fb700ef54: Pulling fs layer 00:31:30 0d736227ff64: Waiting 00:31:30 4f4fb700ef54: Waiting 00:31:30 43c4264eed91: Verifying Checksum 00:31:30 43c4264eed91: Download complete 00:31:30 aec3504c519e: Download complete 00:31:30 0d736227ff64: Download complete 00:31:30 4f4fb700ef54: Verifying Checksum 00:31:30 4f4fb700ef54: Download complete 00:31:30 43c4264eed91: Pull complete 00:31:30 aec3504c519e: Pull complete 00:31:31 c79bddf330f7: Verifying Checksum 00:31:31 c79bddf330f7: Download complete 00:31:34 c79bddf330f7: Pull complete 00:31:34 0d736227ff64: Pull complete 00:31:34 4f4fb700ef54: Pull complete 00:31:34 Digest: sha256:09742590377387b931261cbeb72ce56da1b0d750a27379f7385245b2b058b63a 00:31:34 Status: Downloaded newer image for golang:1.23-alpine3.20 00:31:34 ---> 4147efcd34f7 00:31:34 Step 2/5 : WORKDIR /device-opcua 00:31:35 ---> Running in 94e8e2b49009 00:31:35 Removing intermediate container 94e8e2b49009 00:31:35 ---> 829e3f5858e8 00:31:35 Step 3/5 : RUN apk update && apk add --no-cache make git zeromq-dev gcc pkgconfig musl-dev 00:31:35 ---> Running in 3a656edd797c 00:31:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 00:31:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 00:31:36 v3.20.3-268-g9d0bdcad275 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 00:31:36 v3.20.3-270-g0d376f75969 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 00:31:36 OK: 24168 distinct packages available 00:31:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 00:31:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 00:31:36 (1/30) Installing libgcc (13.2.1_git20240309-r0) 00:31:36 (2/30) Installing jansson (2.14-r4) 00:31:36 (3/30) Installing libstdc++ (13.2.1_git20240309-r0) 00:31:36 (4/30) Installing zstd-libs (1.5.6-r0) 00:31:36 (5/30) Installing binutils (2.42-r0) 00:31:36 (6/30) Installing libgomp (13.2.1_git20240309-r0) 00:31:36 (7/30) Installing libatomic (13.2.1_git20240309-r0) 00:31:36 (8/30) Installing gmp (6.3.0-r1) 00:31:36 (9/30) Installing isl26 (0.26-r1) 00:31:36 (10/30) Installing mpfr4 (4.2.1-r0) 00:31:36 (11/30) Installing mpc1 (1.3.1-r1) 00:31:36 (12/30) Installing gcc (13.2.1_git20240309-r0) 00:31:37 (13/30) Installing brotli-libs (1.1.0-r2) 00:31:37 (14/30) Installing c-ares (1.33.1-r0) 00:31:37 (15/30) Installing libunistring (1.2-r0) 00:31:37 (16/30) Installing libidn2 (2.3.7-r0) 00:31:37 (17/30) Installing nghttp2-libs (1.62.1-r0) 00:31:37 (18/30) Installing libpsl (0.21.5-r1) 00:31:37 (19/30) Installing libcurl (8.11.0-r1) 00:31:37 (20/30) Installing libexpat (2.6.3-r0) 00:31:37 (21/30) Installing pcre2 (10.43-r0) 00:31:37 (22/30) Installing git (2.45.2-r0) 00:31:37 (23/30) Installing git-init-template (2.45.2-r0) 00:31:37 (24/30) Installing make (4.4.1-r2) 00:31:37 (25/30) Installing musl-dev (1.2.5-r0) 00:31:37 (26/30) Installing pkgconf (2.2.0-r0) 00:31:37 (27/30) Installing libsodium (1.0.19-r0) 00:31:37 (28/30) Installing libzmq (4.3.5-r2) 00:31:37 (29/30) Installing libsodium-dev (1.0.19-r0) 00:31:37 (30/30) Installing zeromq-dev (4.3.5-r2) 00:31:37 Executing busybox-1.36.1-r29.trigger 00:31:37 OK: 171 MiB in 45 packages 00:31:40 Removing intermediate container 3a656edd797c 00:31:40 ---> e5c093f96b53 00:31:40 Step 4/5 : COPY . . 00:31:40 ---> b245f4142379 00:31:40 Step 5/5 : RUN make build 00:31:40 ---> Running in c81a8d373991 00:31:40 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-opc-ua.Version=4.0.0-dev.1 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.0.0-dev.1 " -trimpath -mod=readonly -buildmode=pie -o cmd/device-opcua ./cmd 00:31:40 go: downloading github.com/edgexfoundry/device-sdk-go/v4 v4.0.0-dev.1 00:31:40 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v4 v4.0.0-dev.2 00:31:40 go: downloading github.com/gopcua/opcua v0.5.3 00:31:40 go: downloading github.com/spf13/cast v1.7.0 00:31:40 go: downloading github.com/go-kit/log v0.2.1 00:31:40 go: downloading github.com/go-playground/validator/v10 v10.22.1 00:31:40 go: downloading github.com/google/uuid v1.6.0 00:31:40 go: downloading github.com/go-logfmt/logfmt v0.5.1 00:31:40 go: downloading github.com/go-playground/universal-translator v0.18.1 00:31:40 go: downloading github.com/gabriel-vasile/mimetype v1.4.3 00:31:40 go: downloading github.com/leodido/go-urn v1.4.0 00:31:40 go: downloading golang.org/x/crypto v0.28.0 00:31:40 go: downloading golang.org/x/text v0.19.0 00:31:40 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v4 v4.0.0-dev.1 00:31:40 go: downloading github.com/labstack/echo/v4 v4.12.0 00:31:41 go: downloading github.com/go-playground/locales v0.14.1 00:31:41 go: downloading golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 00:31:41 go: downloading github.com/panjf2000/ants/v2 v2.10.0 00:31:41 go: downloading github.com/fxamacker/cbor/v2 v2.7.0 00:31:41 go: downloading github.com/pkg/errors v0.9.1 00:31:41 go: downloading golang.org/x/net v0.30.0 00:31:41 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:31:41 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 00:31:41 go: downloading github.com/edgexfoundry/go-mod-messaging/v4 v4.0.0-dev.2 00:31:41 go: downloading github.com/hashicorp/go-multierror v1.1.1 00:31:41 go: downloading gopkg.in/yaml.v3 v3.0.1 00:31:41 go: downloading golang.org/x/sys v0.26.0 00:31:41 go: downloading github.com/labstack/gommon v0.4.2 00:31:41 go: downloading github.com/edgexfoundry/go-mod-registry/v4 v4.0.0-dev.1 00:31:42 go: downloading github.com/eclipse/paho.mqtt.golang v1.5.0 00:31:42 go: downloading github.com/openziti/sdk-golang v0.23.43 00:31:42 go: downloading github.com/sirupsen/logrus v1.9.3 00:31:42 go: downloading github.com/edgexfoundry/go-mod-secrets/v4 v4.0.0-dev.1 00:31:42 go: downloading github.com/mitchellh/mapstructure v1.5.0 00:31:42 go: downloading github.com/edgexfoundry/go-mod-configuration/v4 v4.0.0-dev.1 00:31:42 go: downloading github.com/mitchellh/copystructure v1.2.0 00:31:42 go: downloading github.com/x448/float16 v0.8.4 00:31:42 go: downloading github.com/hashicorp/errwrap v1.1.0 00:31:42 go: downloading golang.org/x/sync v0.8.0 00:31:42 go: downloading github.com/mattn/go-colorable v0.1.13 00:31:42 go: downloading github.com/mattn/go-isatty v0.0.20 00:31:42 go: downloading github.com/valyala/fasttemplate v1.2.2 00:31:42 go: downloading github.com/gorilla/websocket v1.5.3 00:31:42 go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible 00:31:42 go: downloading golang.org/x/time v0.6.0 00:31:42 go: downloading github.com/go-openapi/runtime v0.28.0 00:31:42 go: downloading github.com/go-openapi/strfmt v0.23.0 00:31:42 go: downloading github.com/go-resty/resty/v2 v2.15.3 00:31:42 go: downloading github.com/golang-jwt/jwt/v5 v5.2.1 00:31:42 go: downloading github.com/michaelquigley/pfxlog v0.6.10 00:31:42 go: downloading github.com/openziti/edge-api v0.26.32 00:31:43 Still waiting to schedule task 00:31:43 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-24936’ 00:31:43 go: downloading github.com/openziti/foundation/v2 v2.0.49 00:31:43 go: downloading github.com/openziti/identity v1.0.85 00:31:43 go: downloading github.com/orcaman/concurrent-map/v2 v2.0.1 00:31:43 go: downloading github.com/zitadel/oidc/v2 v2.12.2 00:31:43 go: downloading golang.org/x/oauth2 v0.23.0 00:31:43 go: downloading github.com/cenkalti/backoff/v4 v4.3.0 00:31:43 go: downloading github.com/kataras/go-events v0.0.3 00:31:43 go: downloading github.com/openziti/channel/v3 v3.0.4 00:31:43 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:31:43 go: downloading github.com/openziti/secretstream v0.1.25 00:31:43 go: downloading github.com/openziti/transport/v2 v2.0.146 00:31:43 go: downloading github.com/openziti/metrics v1.2.58 00:31:43 go: downloading github.com/mitchellh/reflectwalk v1.0.2 00:31:43 go: downloading github.com/spiffe/go-spiffe/v2 v2.4.0 00:31:43 go: downloading github.com/go-redis/redis/v7 v7.3.0 00:31:43 go: downloading github.com/hashicorp/consul/api v1.29.4 00:31:43 go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d 00:31:43 go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 00:31:43 go: downloading github.com/go-openapi/errors v0.22.0 00:31:43 go: downloading github.com/oklog/ulid v1.3.1 00:31:43 go: downloading go.mongodb.org/mongo-driver v1.17.0 00:31:43 go: downloading github.com/go-openapi/swag v0.23.0 00:31:43 go: downloading github.com/opentracing/opentracing-go v1.2.0 00:31:43 go: downloading go.opentelemetry.io/otel v1.29.0 00:31:43 go: downloading go.opentelemetry.io/otel/trace v1.29.0 00:31:43 go: downloading github.com/valyala/bytebufferpool v1.0.0 00:31:43 go: downloading github.com/go-openapi/validate v0.24.0 00:31:43 go: downloading github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa 00:31:43 go: downloading github.com/fsnotify/fsnotify v1.7.0 00:31:43 go: downloading gopkg.in/go-jose/go-jose.v2 v2.6.3 00:31:43 go: downloading github.com/gorilla/securecookie v1.1.2 00:31:43 go: downloading github.com/golang/protobuf v1.5.4 00:31:43 go: downloading google.golang.org/protobuf v1.34.2 00:31:43 go: downloading github.com/speps/go-hashids v2.0.0+incompatible 00:31:43 go: downloading github.com/gorilla/schema v1.4.1 00:31:43 go: downloading github.com/muhlemmer/gu v0.3.1 00:31:43 go: downloading github.com/mitchellh/go-ps v1.0.0 00:31:43 go: downloading github.com/shirou/gopsutil/v3 v3.24.5 00:31:43 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:31:44 go: downloading golang.org/x/term v0.25.0 00:31:44 go: downloading github.com/zeebo/errs v1.3.0 00:31:44 go: downloading google.golang.org/grpc v1.67.1 00:31:44 go: downloading github.com/go-openapi/analysis v0.23.0 00:31:44 go: downloading github.com/go-openapi/loads v0.22.0 00:31:44 go: downloading github.com/go-openapi/spec v0.21.0 00:31:44 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 00:31:44 go: downloading github.com/hashicorp/go-hclog v1.5.0 00:31:44 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 00:31:44 go: downloading github.com/hashicorp/serf v0.10.1 00:31:44 go: downloading github.com/mailru/easyjson v0.7.7 00:31:44 go: downloading github.com/go-logr/logr v1.4.2 00:31:44 go: downloading go.opentelemetry.io/otel/metric v1.29.0 00:31:44 go: downloading github.com/go-openapi/jsonpointer v0.21.0 00:31:44 go: downloading github.com/tklauser/go-sysconf v0.3.12 00:31:44 go: downloading github.com/go-jose/go-jose/v4 v4.0.4 00:31:44 go: downloading github.com/fatih/color v1.16.0 00:31:44 go: downloading github.com/josharian/intern v1.0.0 00:31:44 go: downloading github.com/go-logr/stdr v1.2.2 00:31:44 go: downloading github.com/go-openapi/jsonreference v0.21.0 00:31:44 go: downloading github.com/parallaxsecond/parsec-client-go v0.0.0-20221025095442-f0a77d263cf9 00:31:44 go: downloading github.com/armon/go-metrics v0.4.1 00:31:44 go: downloading github.com/tklauser/numcpus v0.6.1 00:31:44 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 00:31:44 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 00:31:44 go: downloading github.com/hashicorp/golang-lru v0.5.4 00:32:11 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 00:32:33 Removing intermediate container c81a8d373991 00:32:33 ---> ddc682ab4855 00:32:33 [Warning] One or more build-args [BASE MAKE] were not consumed 00:32:33 Successfully built ddc682ab4855 00:32:33 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:32:33 + docker inspect -f . ci-base-image-x86_64 00:32:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:32:33 prd-ubuntu20.04-docker-8c-8g-24938 does not seem to be running inside a container 00:32:33 $ 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 ******** ci-base-image-x86_64 cat 00:32:34 $ docker top 179332a91c947537cb38b41d95dbd08a45a051d31ec6479ef7054a827f009a8b -eo pid,comm [Pipeline] { [Pipeline] sh 00:32:34 + go version 00:32:34 go version go1.23.3 linux/amd64 [Pipeline] } 00:32:34 $ docker stop --time=1 179332a91c947537cb38b41d95dbd08a45a051d31ec6479ef7054a827f009a8b 00:32:35 $ docker rm -f --volumes 179332a91c947537cb38b41d95dbd08a45a051d31ec6479ef7054a827f009a8b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:32:36 + docker inspect -f . ci-base-image-x86_64 00:32:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:32:36 prd-ubuntu20.04-docker-8c-8g-24938 does not seem to be running inside a container 00:32:36 $ 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 ******** ci-base-image-x86_64 cat 00:32:36 $ docker top 430c3a0e5242e06aed83785d9083c9d9604cd4d12e6f7c588bd4db5609a6b890 -eo pid,comm [Pipeline] { [Pipeline] sh 00:32:36 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-opc-ua_main [Pipeline] fileExists [Pipeline] sh 00:32:37 + make test 00:32:37 go install github.com/jstemmer/go-junit-report@v0.9.1 00:32:37 go: downloading github.com/jstemmer/go-junit-report v0.9.1 00:32:43 go install github.com/axw/gocov/gocov@v1.0.0 00:32:43 go: downloading github.com/axw/gocov v1.0.0 00:32:44 go: downloading golang.org/x/tools v0.0.0-20190617190820-da514acc4774 00:32:46 go install github.com/AlekSi/gocov-xml@v1.0.0 00:32:46 go: downloading github.com/AlekSi/gocov-xml v1.0.0 00:32:47 go install github.com/jandelgado/gcov2lcov@v1.0.5 00:32:47 go: downloading github.com/jandelgado/gcov2lcov v1.0.5 00:32:48 rm -rf test-artifacts 00:32:48 mkdir test-artifacts 00:32:48 go test -v ./... -coverprofile=test-artifacts/cover.out | go-junit-report > test-artifacts/report.xml 00:32:48 go: downloading github.com/stretchr/testify v1.9.0 00:32:48 go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 00:32:48 go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc 00:33:10 gocov convert test-artifacts/cover.out | gocov-xml > test-artifacts/coverage.xml 00:33:10 gcov2lcov -infile=test-artifacts/cover.out -outfile=test-artifacts/coverage.lcov [Pipeline] echo 00:33:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 00:33:10 $ docker stop --time=1 430c3a0e5242e06aed83785d9083c9d9604cd4d12e6f7c588bd4db5609a6b890 00:33:16 $ docker rm -f --volumes 430c3a0e5242e06aed83785d9083c9d9604cd4d12e6f7c588bd4db5609a6b890 [Pipeline] // withDockerContainer [Pipeline] sh 00:33:16 + sudo chown -R jenkins:jenkins . [Pipeline] stash 00:33:16 Stashed 0 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 00:33:17 + sudo chown -R jenkins:jenkins . [Pipeline] sh 00:33:17 + ls -al . 00:33:17 total 204 00:33:17 drwxrwxr-x 10 jenkins jenkins 4096 Nov 8 00:32 . 00:33:17 drwxrwxr-x 4 jenkins jenkins 4096 Nov 8 00:32 .. 00:33:17 -rw-rw-r-- 1 jenkins jenkins 62 Nov 8 00:31 .dockerignore 00:33:17 drwxrwxr-x 8 jenkins jenkins 4096 Nov 8 00:33 .git 00:33:17 drwxrwxr-x 2 jenkins jenkins 4096 Nov 8 00:31 .github 00:33:17 -rw-rw-r-- 1 jenkins jenkins 84 Nov 8 00:31 .gitignore 00:33:17 drwxr-xr-x 3 jenkins jenkins 4096 Nov 8 00:31 .semver 00:33:17 drwxrwxr-x 2 jenkins jenkins 4096 Nov 8 00:31 .vscode 00:33:17 -rw-rw-r-- 1 jenkins jenkins 7466 Nov 8 00:31 Attribution.txt 00:33:17 -rw-rw-r-- 1 jenkins jenkins 1125 Nov 8 00:31 Dockerfile 00:33:17 -rw-rw-r-- 1 jenkins jenkins 649 Nov 8 00:31 Jenkinsfile 00:33:17 -rw-rw-r-- 1 jenkins jenkins 11367 Nov 8 00:31 LICENSE 00:33:17 -rw-rw-r-- 1 jenkins jenkins 2193 Nov 8 00:31 Makefile 00:33:17 -rw-rw-r-- 1 jenkins jenkins 4182 Nov 8 00:31 README.md 00:33:17 -rw-rw-r-- 1 jenkins jenkins 11 Nov 8 00:31 VERSION 00:33:17 drwxrwxr-x 2 jenkins jenkins 4096 Nov 8 00:31 bin 00:33:17 drwxrwxr-x 3 jenkins jenkins 4096 Nov 8 00:31 cmd 00:33:17 -rw-rw-r-- 1 jenkins jenkins 7098 Nov 8 00:31 go.mod 00:33:17 -rw-rw-r-- 1 jenkins jenkins 100417 Nov 8 00:31 go.sum 00:33:17 drwxrwxr-x 4 jenkins jenkins 4096 Nov 8 00:31 internal 00:33:17 drwxr-xr-x 2 jenkins jenkins 4096 Nov 8 00:33 test-artifacts 00:33:17 -rw-rw-r-- 1 jenkins jenkins 260 Nov 8 00:31 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:33:18 + 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=515e873cf8c49ccc867724a600990c68a3d943eb --label arch=amd64 --label version=4.0.0-dev.1 . 00:33:18 Sending build context to Docker daemon 866.8kB 00:33:18 Step 1/19 : FROM golang:1.23-alpine3.20 AS builder 00:33:18 ---> 4147efcd34f7 00:33:18 Step 2/19 : WORKDIR /device-opcua 00:33:18 ---> Using cache 00:33:18 ---> 829e3f5858e8 00:33:18 Step 3/19 : RUN apk update && apk add --no-cache make git zeromq-dev gcc pkgconfig musl-dev 00:33:18 ---> Using cache 00:33:18 ---> e5c093f96b53 00:33:18 Step 4/19 : COPY . . 00:33:18 ---> 7363e9a893df 00:33:18 Step 5/19 : RUN make build 00:33:18 ---> Running in 8d4eaba14b6c 00:33:18 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-opc-ua.Version=4.0.0-dev.1 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.0.0-dev.1 " -trimpath -mod=readonly -buildmode=pie -o cmd/device-opcua ./cmd 00:33:18 go: downloading github.com/edgexfoundry/device-sdk-go/v4 v4.0.0-dev.1 00:33:18 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v4 v4.0.0-dev.2 00:33:18 go: downloading github.com/gopcua/opcua v0.5.3 00:33:18 go: downloading github.com/spf13/cast v1.7.0 00:33:18 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v4 v4.0.0-dev.1 00:33:18 go: downloading github.com/labstack/echo/v4 v4.12.0 00:33:19 go: downloading github.com/google/uuid v1.6.0 00:33:19 go: downloading github.com/panjf2000/ants/v2 v2.10.0 00:33:19 go: downloading github.com/go-playground/validator/v10 v10.22.1 00:33:19 go: downloading github.com/go-kit/log v0.2.1 00:33:19 go: downloading github.com/fxamacker/cbor/v2 v2.7.0 00:33:19 go: downloading golang.org/x/net v0.30.0 00:33:19 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:33:19 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 00:33:19 go: downloading github.com/edgexfoundry/go-mod-messaging/v4 v4.0.0-dev.2 00:33:19 go: downloading github.com/hashicorp/go-multierror v1.1.1 00:33:19 go: downloading gopkg.in/yaml.v3 v3.0.1 00:33:19 go: downloading github.com/mitchellh/mapstructure v1.5.0 00:33:19 go: downloading github.com/edgexfoundry/go-mod-registry/v4 v4.0.0-dev.1 00:33:19 go: downloading github.com/sirupsen/logrus v1.9.3 00:33:19 go: downloading github.com/edgexfoundry/go-mod-configuration/v4 v4.0.0-dev.1 00:33:19 go: downloading github.com/mitchellh/copystructure v1.2.0 00:33:19 go: downloading github.com/eclipse/paho.mqtt.golang v1.5.0 00:33:19 go: downloading github.com/edgexfoundry/go-mod-secrets/v4 v4.0.0-dev.1 00:33:19 go: downloading github.com/openziti/sdk-golang v0.23.43 00:33:19 go: downloading github.com/labstack/gommon v0.4.2 00:33:19 go: downloading golang.org/x/crypto v0.28.0 00:33:19 go: downloading golang.org/x/sync v0.8.0 00:33:19 go: downloading github.com/go-logfmt/logfmt v0.5.1 00:33:19 go: downloading github.com/x448/float16 v0.8.4 00:33:19 go: downloading github.com/gabriel-vasile/mimetype v1.4.3 00:33:19 go: downloading github.com/go-playground/universal-translator v0.18.1 00:33:19 go: downloading github.com/leodido/go-urn v1.4.0 00:33:19 go: downloading golang.org/x/text v0.19.0 00:33:19 go: downloading github.com/hashicorp/errwrap v1.1.0 00:33:19 go: downloading golang.org/x/sys v0.26.0 00:33:19 go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible 00:33:19 go: downloading github.com/valyala/fasttemplate v1.2.2 00:33:19 go: downloading golang.org/x/time v0.6.0 00:33:19 go: downloading github.com/mitchellh/reflectwalk v1.0.2 00:33:19 go: downloading github.com/spiffe/go-spiffe/v2 v2.4.0 00:33:19 go: downloading github.com/gorilla/websocket v1.5.3 00:33:19 go: downloading github.com/go-openapi/runtime v0.28.0 00:33:19 go: downloading github.com/go-openapi/strfmt v0.23.0 00:33:19 go: downloading github.com/go-resty/resty/v2 v2.15.3 00:33:19 go: downloading github.com/golang-jwt/jwt/v5 v5.2.1 00:33:19 go: downloading github.com/michaelquigley/pfxlog v0.6.10 00:33:19 go: downloading github.com/openziti/edge-api v0.26.32 00:33:20 go: downloading github.com/openziti/foundation/v2 v2.0.49 00:33:20 go: downloading github.com/openziti/identity v1.0.85 00:33:20 go: downloading github.com/pkg/errors v0.9.1 00:33:20 go: downloading github.com/orcaman/concurrent-map/v2 v2.0.1 00:33:20 go: downloading github.com/zitadel/oidc/v2 v2.12.2 00:33:20 go: downloading golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 00:33:20 go: downloading golang.org/x/oauth2 v0.23.0 00:33:20 go: downloading github.com/openziti/channel/v3 v3.0.4 00:33:20 go: downloading github.com/openziti/secretstream v0.1.25 00:33:20 go: downloading github.com/cenkalti/backoff/v4 v4.3.0 00:33:20 go: downloading github.com/openziti/transport/v2 v2.0.146 00:33:20 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:33:20 go: downloading github.com/kataras/go-events v0.0.3 00:33:20 go: downloading github.com/openziti/metrics v1.2.58 00:33:20 go: downloading github.com/mattn/go-colorable v0.1.13 00:33:20 go: downloading github.com/mattn/go-isatty v0.0.20 00:33:20 go: downloading github.com/go-playground/locales v0.14.1 00:33:20 go: downloading github.com/go-redis/redis/v7 v7.3.0 00:33:20 go: downloading github.com/hashicorp/consul/api v1.29.4 00:33:20 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:33:20 go: downloading github.com/valyala/bytebufferpool v1.0.0 00:33:20 go: downloading github.com/zeebo/errs v1.3.0 00:33:20 go: downloading google.golang.org/grpc v1.67.1 00:33:20 go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 00:33:20 go: downloading github.com/go-openapi/errors v0.22.0 00:33:20 go: downloading github.com/oklog/ulid v1.3.1 00:33:20 go: downloading go.mongodb.org/mongo-driver v1.17.0 00:33:21 go: downloading github.com/go-openapi/swag v0.23.0 00:33:21 go: downloading github.com/opentracing/opentracing-go v1.2.0 00:33:21 go: downloading go.opentelemetry.io/otel v1.29.0 00:33:21 go: downloading go.opentelemetry.io/otel/trace v1.29.0 00:33:21 go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d 00:33:21 go: downloading github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa 00:33:21 go: downloading github.com/go-openapi/validate v0.24.0 00:33:21 go: downloading github.com/fsnotify/fsnotify v1.7.0 00:33:21 go: downloading github.com/speps/go-hashids v2.0.0+incompatible 00:33:21 go: downloading gopkg.in/go-jose/go-jose.v2 v2.6.3 00:33:21 go: downloading github.com/gorilla/securecookie v1.1.2 00:33:21 go: downloading github.com/golang/protobuf v1.5.4 00:33:21 go: downloading google.golang.org/protobuf v1.34.2 00:33:21 go: downloading github.com/gorilla/schema v1.4.1 00:33:21 go: downloading github.com/muhlemmer/gu v0.3.1 00:33:21 go: downloading github.com/mitchellh/go-ps v1.0.0 00:33:21 go: downloading github.com/shirou/gopsutil/v3 v3.24.5 00:33:21 go: downloading github.com/go-jose/go-jose/v4 v4.0.4 00:33:21 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 00:33:21 go: downloading github.com/hashicorp/go-hclog v1.5.0 00:33:21 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 00:33:21 go: downloading github.com/hashicorp/serf v0.10.1 00:33:21 go: downloading github.com/go-openapi/analysis v0.23.0 00:33:21 go: downloading github.com/go-openapi/loads v0.22.0 00:33:21 go: downloading github.com/go-openapi/spec v0.21.0 00:33:21 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 00:33:21 go: downloading github.com/mailru/easyjson v0.7.7 00:33:21 go: downloading github.com/go-logr/logr v1.4.2 00:33:21 go: downloading go.opentelemetry.io/otel/metric v1.29.0 00:33:21 go: downloading golang.org/x/term v0.25.0 00:33:21 go: downloading github.com/go-openapi/jsonpointer v0.21.0 00:33:21 go: downloading github.com/tklauser/go-sysconf v0.3.12 00:33:21 go: downloading github.com/fatih/color v1.16.0 00:33:21 go: downloading github.com/armon/go-metrics v0.4.1 00:33:21 go: downloading github.com/go-openapi/jsonreference v0.21.0 00:33:21 go: downloading github.com/go-logr/stdr v1.2.2 00:33:21 go: downloading github.com/josharian/intern v1.0.0 00:33:21 go: downloading github.com/parallaxsecond/parsec-client-go v0.0.0-20221025095442-f0a77d263cf9 00:33:21 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 00:33:21 go: downloading github.com/tklauser/numcpus v0.6.1 00:33:21 go: downloading github.com/hashicorp/golang-lru v0.5.4 00:33:48 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 00:34:10 Removing intermediate container 8d4eaba14b6c 00:34:10 ---> 9b6d08d65ff8 00:34:10 Step 6/19 : FROM alpine:3.20 00:34:10 3.20: Pulling from library/alpine 00:34:10 43c4264eed91: Already exists 00:34:10 Digest: sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 00:34:10 Status: Downloaded newer image for alpine:3.20 00:34:10 ---> 91ef0af61f39 00:34:10 Step 7/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: YIQISOFT' 00:34:10 ---> Running in 98ccbf9dc127 00:34:11 Removing intermediate container 98ccbf9dc127 00:34:11 ---> 5773a77cb4b9 00:34:11 Step 8/19 : RUN apk add --update --no-cache zeromq dumb-init 00:34:11 ---> Running in ce05746827b4 00:34:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 00:34:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 00:34:11 (1/6) Installing dumb-init (1.2.5-r3) 00:34:11 (2/6) Installing libgcc (13.2.1_git20240309-r0) 00:34:11 (3/6) Installing libsodium (1.0.19-r0) 00:34:11 (4/6) Installing libstdc++ (13.2.1_git20240309-r0) 00:34:11 (5/6) Installing libzmq (4.3.5-r2) 00:34:11 (6/6) Installing zeromq (4.3.5-r2) 00:34:11 Executing busybox-1.36.1-r29.trigger 00:34:11 OK: 12 MiB in 20 packages 00:34:12 Removing intermediate container ce05746827b4 00:34:12 ---> 4ed80e2d400d 00:34:12 Step 9/19 : RUN apk --no-cache upgrade 00:34:12 ---> Running in a3bb8b755f53 00:34:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 00:34:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 00:34:13 Upgrading critical system libraries and apk-tools: 00:34:13 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 00:34:13 Executing busybox-1.36.1-r29.trigger 00:34:13 Continuing the upgrade transaction with new apk-tools: 00:34:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 00:34:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 00:34:13 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 00:34:13 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 00:34:13 OK: 12 MiB in 20 packages 00:34:13 Removing intermediate container a3bb8b755f53 00:34:13 ---> 0d92dabaa1d2 00:34:13 Step 10/19 : EXPOSE 59997 00:34:14 ---> Running in 19cbf488087f 00:34:14 Removing intermediate container 19cbf488087f 00:34:14 ---> 04ed894e66ec 00:34:14 Step 11/19 : COPY --from=builder /device-opcua/cmd/device-opcua / 00:34:15 ---> 29296d1822f9 00:34:15 Step 12/19 : COPY --from=builder /device-opcua/cmd/res /res 00:34:15 ---> 3c5b71e4f91b 00:34:15 Step 13/19 : COPY LICENSE / 00:34:15 ---> 0af13dc9797e 00:34:15 Step 14/19 : COPY --from=builder /device-opcua/Attribution.txt /Attribution.txt 00:34:15 ---> 567ae1c06f40 00:34:15 Step 15/19 : ENTRYPOINT ["/device-opcua"] 00:34:15 ---> Running in 1ddac2b352d1 00:34:16 Removing intermediate container 1ddac2b352d1 00:34:16 ---> 631fe26e1562 00:34:16 Step 16/19 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 00:34:16 ---> Running in 011151f52285 00:34:16 Removing intermediate container 011151f52285 00:34:16 ---> aee016f444fe 00:34:16 Step 17/19 : LABEL arch=amd64 00:34:16 ---> Running in 8fb92819b6ef 00:34:16 Removing intermediate container 8fb92819b6ef 00:34:16 ---> 64a7509a1c9f 00:34:16 Step 18/19 : LABEL git_sha=515e873cf8c49ccc867724a600990c68a3d943eb 00:34:16 ---> Running in ee2c1009ac02 00:34:16 Removing intermediate container ee2c1009ac02 00:34:16 ---> 04c1253ae735 00:34:16 Step 19/19 : LABEL version=4.0.0-dev.1 00:34:16 ---> Running in 7070ca82c4cf 00:34:16 Removing intermediate container 7070ca82c4cf 00:34:16 ---> 646adacdaee5 00:34:16 [Warning] One or more build-args [MAKE ARCH BASE] were not consumed 00:34:16 Successfully built 646adacdaee5 00:34:16 Successfully tagged device-opc-ua:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:34:16 provisioning config files... 00:34:16 copy managed file [device-opc-ua-settings] to file:/w/workspace/edgexfoundry_device-opc-ua_main@tmp/config10143041053667710815tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:34:16 ---> ****-login.sh 00:34:16 nexus3.edgexfoundry.org:10001 00:34:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:34:16 Configure a credential helper to remove this warning. See 00:34:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:34:16 00:34:16 Login Succeeded 00:34:16 nexus3.edgexfoundry.org:10002 00:34:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:34:16 Configure a credential helper to remove this warning. See 00:34:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:34:16 00:34:16 Login Succeeded 00:34:16 nexus3.edgexfoundry.org:10003 00:34:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:34:17 Configure a credential helper to remove this warning. See 00:34:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:34:17 00:34:17 Login Succeeded 00:34:17 nexus3.edgexfoundry.org:10004 00:34:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:34:17 Configure a credential helper to remove this warning. See 00:34:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:34:17 00:34:17 Login Succeeded 00:34:17 ****.io 00:34:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:34:17 Configure a credential helper to remove this warning. See 00:34:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:34:17 00:34:17 Login Succeeded 00:34:17 ---> ****-login.sh ends [Pipeline] } 00:34:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:34:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 00:34:17 [edgeXDocker.push] Tagging docker image device-opc-ua with the following tags: 00:34:17 515e873cf8c49ccc867724a600990c68a3d943eb 00:34:17 latest 00:34:17 4.0.0-dev.1 00:34:17 515e873cf8c49ccc867724a600990c68a3d943eb-4.0.0-dev.1 00:34:17 main 00:34:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:34:17 + docker tag device-opc-ua nexus3.edgexfoundry.org:10004/device-opc-ua:515e873cf8c49ccc867724a600990c68a3d943eb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:34:18 + docker push nexus3.edgexfoundry.org:10004/device-opc-ua:515e873cf8c49ccc867724a600990c68a3d943eb 00:34:18 The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua] 00:34:18 824b6cb4823c: Preparing 00:34:18 530fc994b81e: Preparing 00:34:18 c57ddff51967: Preparing 00:34:18 e04973c7c0b0: Preparing 00:34:18 57be4e1ad7e7: Preparing 00:34:18 8aef91b0081e: Preparing 00:34:18 63ca1fbb43ae: Preparing 00:34:18 8aef91b0081e: Waiting 00:34:18 63ca1fbb43ae: Waiting 00:34:18 824b6cb4823c: Pushed 00:34:18 c57ddff51967: Pushed 00:34:18 530fc994b81e: Pushed 00:34:18 63ca1fbb43ae: Layer already exists 00:34:18 8aef91b0081e: Pushed 00:34:18 57be4e1ad7e7: Pushed 00:34:24 e04973c7c0b0: Pushed 00:34:24 515e873cf8c49ccc867724a600990c68a3d943eb: digest: sha256:3ecc6e6215ab373cfe42458ed348c77bfba839db8dce18c539e21814687fdf7e size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:34:24 + docker tag device-opc-ua nexus3.edgexfoundry.org:10004/device-opc-ua:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:34:25 + docker push nexus3.edgexfoundry.org:10004/device-opc-ua:latest 00:34:25 The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua] 00:34:25 824b6cb4823c: Preparing 00:34:25 530fc994b81e: Preparing 00:34:25 c57ddff51967: Preparing 00:34:25 e04973c7c0b0: Preparing 00:34:25 57be4e1ad7e7: Preparing 00:34:25 8aef91b0081e: Preparing 00:34:25 63ca1fbb43ae: Preparing 00:34:25 8aef91b0081e: Waiting 00:34:25 63ca1fbb43ae: Waiting 00:34:25 c57ddff51967: Layer already exists 00:34:25 e04973c7c0b0: Layer already exists 00:34:25 824b6cb4823c: Layer already exists 00:34:25 530fc994b81e: Layer already exists 00:34:25 57be4e1ad7e7: Layer already exists 00:34:25 8aef91b0081e: Layer already exists 00:34:25 63ca1fbb43ae: Layer already exists 00:34:25 latest: digest: sha256:3ecc6e6215ab373cfe42458ed348c77bfba839db8dce18c539e21814687fdf7e size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:34:25 + docker tag device-opc-ua nexus3.edgexfoundry.org:10004/device-opc-ua:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:34:25 + docker push nexus3.edgexfoundry.org:10004/device-opc-ua:4.0.0-dev.1 00:34:25 The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua] 00:34:25 824b6cb4823c: Preparing 00:34:25 530fc994b81e: Preparing 00:34:25 c57ddff51967: Preparing 00:34:25 e04973c7c0b0: Preparing 00:34:25 57be4e1ad7e7: Preparing 00:34:25 8aef91b0081e: Preparing 00:34:25 63ca1fbb43ae: Preparing 00:34:25 8aef91b0081e: Waiting 00:34:25 63ca1fbb43ae: Waiting 00:34:25 530fc994b81e: Layer already exists 00:34:25 c57ddff51967: Layer already exists 00:34:25 57be4e1ad7e7: Layer already exists 00:34:25 e04973c7c0b0: Layer already exists 00:34:25 824b6cb4823c: Layer already exists 00:34:25 8aef91b0081e: Layer already exists 00:34:25 63ca1fbb43ae: Layer already exists 00:34:25 4.0.0-dev.1: digest: sha256:3ecc6e6215ab373cfe42458ed348c77bfba839db8dce18c539e21814687fdf7e size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:34:26 + docker tag device-opc-ua nexus3.edgexfoundry.org:10004/device-opc-ua:515e873cf8c49ccc867724a600990c68a3d943eb-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:34:26 + docker push nexus3.edgexfoundry.org:10004/device-opc-ua:515e873cf8c49ccc867724a600990c68a3d943eb-4.0.0-dev.1 00:34:26 The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua] 00:34:26 824b6cb4823c: Preparing 00:34:26 530fc994b81e: Preparing 00:34:26 c57ddff51967: Preparing 00:34:26 e04973c7c0b0: Preparing 00:34:26 57be4e1ad7e7: Preparing 00:34:26 8aef91b0081e: Preparing 00:34:26 63ca1fbb43ae: Preparing 00:34:26 8aef91b0081e: Waiting 00:34:26 63ca1fbb43ae: Waiting 00:34:26 530fc994b81e: Layer already exists 00:34:26 824b6cb4823c: Layer already exists 00:34:26 c57ddff51967: Layer already exists 00:34:26 e04973c7c0b0: Layer already exists 00:34:26 57be4e1ad7e7: Layer already exists 00:34:26 8aef91b0081e: Layer already exists 00:34:26 63ca1fbb43ae: Layer already exists 00:34:26 515e873cf8c49ccc867724a600990c68a3d943eb-4.0.0-dev.1: digest: sha256:3ecc6e6215ab373cfe42458ed348c77bfba839db8dce18c539e21814687fdf7e size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:34:29 + docker tag device-opc-ua nexus3.edgexfoundry.org:10004/device-opc-ua:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:34:29 + docker push nexus3.edgexfoundry.org:10004/device-opc-ua:main 00:34:29 The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua] 00:34:29 824b6cb4823c: Preparing 00:34:29 530fc994b81e: Preparing 00:34:29 c57ddff51967: Preparing 00:34:29 e04973c7c0b0: Preparing 00:34:29 57be4e1ad7e7: Preparing 00:34:29 8aef91b0081e: Preparing 00:34:29 63ca1fbb43ae: Preparing 00:34:29 63ca1fbb43ae: Waiting 00:34:29 8aef91b0081e: Waiting 00:34:29 824b6cb4823c: Layer already exists 00:34:29 530fc994b81e: Layer already exists 00:34:29 e04973c7c0b0: Layer already exists 00:34:29 57be4e1ad7e7: Layer already exists 00:34:29 c57ddff51967: Layer already exists 00:34:29 63ca1fbb43ae: Layer already exists 00:34:29 8aef91b0081e: Layer already exists 00:34:29 main: digest: sha256:3ecc6e6215ab373cfe42458ed348c77bfba839db8dce18c539e21814687fdf7e size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:34:29 ===================================================== [Pipeline] echo 00:34:29 taggedImages: 00:34:29 - nexus3.edgexfoundry.org:10004/device-opc-ua:515e873cf8c49ccc867724a600990c68a3d943eb 00:34:29 - nexus3.edgexfoundry.org:10004/device-opc-ua:latest 00:34:29 - nexus3.edgexfoundry.org:10004/device-opc-ua:4.0.0-dev.1 00:34:29 - nexus3.edgexfoundry.org:10004/device-opc-ua:515e873cf8c49ccc867724a600990c68a3d943eb-4.0.0-dev.1 00:34:29 - nexus3.edgexfoundry.org:10004/device-opc-ua:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:34:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:34:29 00:34:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:34:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:34:30 latest: Pulling from edgex-lftools-log-publisher 00:34:30 5eb5b503b376: Pulling fs layer 00:34:30 5c69ac0246d0: Pulling fs layer 00:34:30 ec43610c2a17: Pulling fs layer 00:34:30 3a2ae6a8a46f: Pulling fs layer 00:34:30 33b1e0a273af: Pulling fs layer 00:34:30 5d3b04190fa2: Pulling fs layer 00:34:30 2f39f015ded8: Pulling fs layer 00:34:30 3a2ae6a8a46f: Waiting 00:34:30 33b1e0a273af: Waiting 00:34:30 5d3b04190fa2: Waiting 00:34:30 2f39f015ded8: Waiting 00:34:30 5c69ac0246d0: Verifying Checksum 00:34:30 5c69ac0246d0: Download complete 00:34:30 3a2ae6a8a46f: Verifying Checksum 00:34:30 3a2ae6a8a46f: Download complete 00:34:30 33b1e0a273af: Verifying Checksum 00:34:30 33b1e0a273af: Download complete 00:34:30 5d3b04190fa2: Download complete 00:34:30 ec43610c2a17: Download complete 00:34:30 5eb5b503b376: Verifying Checksum 00:34:30 5eb5b503b376: Download complete 00:34:31 2f39f015ded8: Download complete 00:34:32 5eb5b503b376: Pull complete 00:34:32 5c69ac0246d0: Pull complete 00:34:32 ec43610c2a17: Pull complete 00:34:32 3a2ae6a8a46f: Pull complete 00:34:32 33b1e0a273af: Pull complete 00:34:32 5d3b04190fa2: Pull complete 00:34:37 2f39f015ded8: Pull complete 00:34:37 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 00:34:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:34:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:34:37 prd-ubuntu20.04-docker-8c-8g-24938 does not seem to be running inside a container 00:34:37 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 00:34:41 $ docker top c7de86b4fb1893d22edc37c0fadd20987495f9c3b946c130009ea77cd00774d5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:34:42 ---> job-cost.sh 00:34:42 lf-activate-venv: SKIPPING 00:34:42 INFO: No Stack... 00:34:42 INFO: Retrieving Pricing Info for: v3-standard-8 00:34:43 INFO: Archiving Costs [Pipeline] sh 00:34:43 + + cut -d, -f6 00:34:43 cat /w/workspace/edgexfoundry_device-opc-ua_main/archives/cost.csv [Pipeline] lock 00:34:43 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-opc-ua-main-2-stack-cost] 00:34:43 Resource [jenkins-edgexfoundry-device-opc-ua-main-2-stack-cost] did not exist. Created. 00:34:43 Lock acquired on [Resource: jenkins-edgexfoundry-device-opc-ua-main-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:34:43 + echo total: 0.2199999988079071 [Pipeline] stash 00:34:43 Stashed 1 file(s) [Pipeline] } 00:34:43 Lock released on resource [Resource: jenkins-edgexfoundry-device-opc-ua-main-2-stack-cost] [Pipeline] // lock [Pipeline] } 00:34:43 $ docker stop --time=1 c7de86b4fb1893d22edc37c0fadd20987495f9c3b946c130009ea77cd00774d5 00:34:44 $ docker rm -f --volumes c7de86b4fb1893d22edc37c0fadd20987495f9c3b946c130009ea77cd00774d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:35:20 Running on prd-ubuntu20.04-docker-arm64-4c-16g-24940 in /w/workspace/edgexfoundry_device-opc-ua_main [Pipeline] { [Pipeline] ws 00:35:20 Running in /w/workspace/device-opc-ua/2 [Pipeline] { [Pipeline] checkout 00:35:23 The recommended git tool is: NONE 00:35:28 using credential edgex-jenkins-ssh 00:35:28 Cloning the remote Git repository 00:35:28 Cloning repository git@github.com:edgexfoundry/device-opc-ua.git 00:35:28 > git init /w/workspace/device-opc-ua/2 # timeout=10 00:35:28 Fetching upstream changes from git@github.com:edgexfoundry/device-opc-ua.git 00:35:28 > git --version # timeout=10 00:35:28 > git --version # 'git version 2.25.1' 00:35:28 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:28 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-opc-ua.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:29 > git config remote.origin.url git@github.com:edgexfoundry/device-opc-ua.git # timeout=10 00:35:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:30 Avoid second fetch 00:35:30 Checking out Revision 515e873cf8c49ccc867724a600990c68a3d943eb (main) 00:35:30 > git config core.sparsecheckout # timeout=10 00:35:30 > git checkout -f 515e873cf8c49ccc867724a600990c68a3d943eb # timeout=10 00:35:32 Commit message: "Merge pull request #89 from jackchenjc/edgex-go-issue-4916-2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:35:37 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 00:35:37 % Total % Received % Xferd Average Speed Time Time Time Current 00:35:37 Dload Upload Total Spent Left Speed 00:35:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 101k 0 --:--:-- --:--:-- --:--:-- 101k [Pipeline] sh 00:35:37 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 00:35:37 + sudo tee /etc/docker/daemon.new 00:35:37 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 00:35:37 { 00:35:37 "registry-mirrors": [ 00:35:37 "https://nexus3.edgexfoundry.org:10001" 00:35:37 ], 00:35:37 "bip": "10.250.0.254/24", 00:35:37 "hosts": [ 00:35:37 "tcp://0.0.0.0:5555", 00:35:37 "unix:///var/run/docker.sock" 00:35:37 ], 00:35:37 "mtu": 1458, 00:35:37 "selinux-enabled": true, 00:35:37 "seccomp-profile": "/etc/docker/seccomp.json" 00:35:37 } [Pipeline] sh 00:35:38 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 00:35:38 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:35:56 provisioning config files... 00:35:56 copy managed file [device-opc-ua-settings] to file:/w/workspace/device-opc-ua/2@tmp/config6536643996572237597tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:35:56 ---> ****-login.sh 00:35:56 nexus3.edgexfoundry.org:10001 00:35:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:35:57 Configure a credential helper to remove this warning. See 00:35:57 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:35:57 00:35:57 Login Succeeded 00:35:57 nexus3.edgexfoundry.org:10002 00:35:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:35:57 Configure a credential helper to remove this warning. See 00:35:57 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:35:57 00:35:57 Login Succeeded 00:35:57 nexus3.edgexfoundry.org:10003 00:35:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:35:57 Configure a credential helper to remove this warning. See 00:35:57 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:35:57 00:35:57 Login Succeeded 00:35:57 nexus3.edgexfoundry.org:10004 00:35:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:35:58 Configure a credential helper to remove this warning. See 00:35:58 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:35:58 00:35:58 Login Succeeded 00:35:58 ****.io 00:35:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:35:58 Configure a credential helper to remove this warning. See 00:35:58 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:35:58 00:35:58 Login Succeeded 00:35:58 ---> ****-login.sh ends [Pipeline] } 00:35:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:35:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 00:35:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 00:35:59 ========================================================= 00:35:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 00:35:59 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:35:59 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine --build-arg MAKE=echo noop --target=builder . 00:35:59 Sending build context to Docker daemon 555.5kB 00:35:59 Step 1/5 : FROM golang:1.23-alpine3.20 AS builder 00:36:00 1.23-alpine3.20: Pulling from library/golang 00:36:00 cf04c63912e1: Pulling fs layer 00:36:00 a5a9dd7d6fc2: Pulling fs layer 00:36:00 323003b0d8ad: Pulling fs layer 00:36:00 70cf7f03564c: Pulling fs layer 00:36:00 4f4fb700ef54: Pulling fs layer 00:36:00 70cf7f03564c: Waiting 00:36:00 4f4fb700ef54: Waiting 00:36:00 a5a9dd7d6fc2: Verifying Checksum 00:36:00 a5a9dd7d6fc2: Download complete 00:36:00 cf04c63912e1: Download complete 00:36:00 70cf7f03564c: Verifying Checksum 00:36:00 70cf7f03564c: Download complete 00:36:00 4f4fb700ef54: Download complete 00:36:01 cf04c63912e1: Pull complete 00:36:02 a5a9dd7d6fc2: Pull complete 00:36:02 323003b0d8ad: Verifying Checksum 00:36:02 323003b0d8ad: Download complete 00:36:17 323003b0d8ad: Pull complete 00:36:17 70cf7f03564c: Pull complete 00:36:17 4f4fb700ef54: Pull complete 00:36:17 Digest: sha256:09742590377387b931261cbeb72ce56da1b0d750a27379f7385245b2b058b63a 00:36:17 Status: Downloaded newer image for golang:1.23-alpine3.20 00:36:17 ---> 329834fefb2a 00:36:17 Step 2/5 : WORKDIR /device-opcua 00:36:17 ---> Running in 97c21fe33a40 00:36:17 Removing intermediate container 97c21fe33a40 00:36:17 ---> 78e0a75dbb72 00:36:17 Step 3/5 : RUN apk update && apk add --no-cache make git zeromq-dev gcc pkgconfig musl-dev 00:36:17 ---> Running in cdf7d2c835e9 00:36:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 00:36:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 00:36:19 v3.20.3-268-g9d0bdcad275 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 00:36:19 v3.20.3-270-g0d376f75969 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 00:36:19 OK: 24046 distinct packages available 00:36:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 00:36:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 00:36:21 (1/30) Installing libgcc (13.2.1_git20240309-r0) 00:36:21 (2/30) Installing jansson (2.14-r4) 00:36:21 (3/30) Installing libstdc++ (13.2.1_git20240309-r0) 00:36:21 (4/30) Installing zstd-libs (1.5.6-r0) 00:36:21 (5/30) Installing binutils (2.42-r0) 00:36:21 (6/30) Installing libgomp (13.2.1_git20240309-r0) 00:36:21 (7/30) Installing libatomic (13.2.1_git20240309-r0) 00:36:21 (8/30) Installing gmp (6.3.0-r1) 00:36:21 (9/30) Installing isl26 (0.26-r1) 00:36:21 (10/30) Installing mpfr4 (4.2.1-r0) 00:36:21 (11/30) Installing mpc1 (1.3.1-r1) 00:36:21 (12/30) Installing gcc (13.2.1_git20240309-r0) 00:36:24 (13/30) Installing brotli-libs (1.1.0-r2) 00:36:24 (14/30) Installing c-ares (1.33.1-r0) 00:36:24 (15/30) Installing libunistring (1.2-r0) 00:36:24 (16/30) Installing libidn2 (2.3.7-r0) 00:36:24 (17/30) Installing nghttp2-libs (1.62.1-r0) 00:36:24 (18/30) Installing libpsl (0.21.5-r1) 00:36:24 (19/30) Installing libcurl (8.11.0-r1) 00:36:24 (20/30) Installing libexpat (2.6.3-r0) 00:36:24 (21/30) Installing pcre2 (10.43-r0) 00:36:24 (22/30) Installing git (2.45.2-r0) 00:36:24 (23/30) Installing git-init-template (2.45.2-r0) 00:36:24 (24/30) Installing make (4.4.1-r2) 00:36:24 (25/30) Installing musl-dev (1.2.5-r0) 00:36:24 (26/30) Installing pkgconf (2.2.0-r0) 00:36:24 (27/30) Installing libsodium (1.0.19-r0) 00:36:24 (28/30) Installing libzmq (4.3.5-r2) 00:36:24 (29/30) Installing libsodium-dev (1.0.19-r0) 00:36:24 (30/30) Installing zeromq-dev (4.3.5-r2) 00:36:24 Executing busybox-1.36.1-r29.trigger 00:36:25 OK: 165 MiB in 45 packages 00:36:30 Removing intermediate container cdf7d2c835e9 00:36:30 ---> edace62fe233 00:36:30 Step 4/5 : COPY . . 00:36:30 ---> 7dceb9af0aeb 00:36:30 Step 5/5 : RUN make build 00:36:30 ---> Running in b96eae7bf567 00:36:31 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-opc-ua.Version=4.0.0-dev.1 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.0.0-dev.1 " -trimpath -mod=readonly -buildmode=pie -o cmd/device-opcua ./cmd 00:36:31 go: downloading github.com/edgexfoundry/device-sdk-go/v4 v4.0.0-dev.1 00:36:31 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v4 v4.0.0-dev.2 00:36:32 go: downloading github.com/gopcua/opcua v0.5.3 00:36:32 go: downloading github.com/spf13/cast v1.7.0 00:36:32 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v4 v4.0.0-dev.1 00:36:32 go: downloading github.com/labstack/echo/v4 v4.12.0 00:36:32 go: downloading github.com/go-kit/log v0.2.1 00:36:32 go: downloading github.com/go-playground/validator/v10 v10.22.1 00:36:32 go: downloading github.com/google/uuid v1.6.0 00:36:32 go: downloading github.com/panjf2000/ants/v2 v2.10.0 00:36:33 go: downloading github.com/fxamacker/cbor/v2 v2.7.0 00:36:33 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 00:36:33 go: downloading github.com/labstack/gommon v0.4.2 00:36:33 go: downloading golang.org/x/crypto v0.28.0 00:36:33 go: downloading golang.org/x/net v0.30.0 00:36:33 go: downloading github.com/go-logfmt/logfmt v0.5.1 00:36:33 go: downloading github.com/gabriel-vasile/mimetype v1.4.3 00:36:33 go: downloading github.com/go-playground/universal-translator v0.18.1 00:36:33 go: downloading github.com/leodido/go-urn v1.4.0 00:36:34 go: downloading golang.org/x/text v0.19.0 00:36:34 go: downloading golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 00:36:34 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:36:34 go: downloading github.com/edgexfoundry/go-mod-messaging/v4 v4.0.0-dev.2 00:36:34 go: downloading github.com/hashicorp/go-multierror v1.1.1 00:36:35 go: downloading gopkg.in/yaml.v3 v3.0.1 00:36:35 go: downloading github.com/edgexfoundry/go-mod-registry/v4 v4.0.0-dev.1 00:36:35 go: downloading github.com/edgexfoundry/go-mod-configuration/v4 v4.0.0-dev.1 00:36:35 go: downloading github.com/mitchellh/copystructure v1.2.0 00:36:35 go: downloading github.com/eclipse/paho.mqtt.golang v1.5.0 00:36:35 go: downloading github.com/edgexfoundry/go-mod-secrets/v4 v4.0.0-dev.1 00:36:35 go: downloading github.com/mitchellh/mapstructure v1.5.0 00:36:35 go: downloading github.com/sirupsen/logrus v1.9.3 00:36:35 go: downloading github.com/openziti/sdk-golang v0.23.43 00:36:35 go: downloading golang.org/x/sync v0.8.0 00:36:35 go: downloading github.com/x448/float16 v0.8.4 00:36:35 go: downloading github.com/mattn/go-colorable v0.1.13 00:36:35 go: downloading github.com/mattn/go-isatty v0.0.20 00:36:35 go: downloading github.com/valyala/fasttemplate v1.2.2 00:36:35 go: downloading github.com/go-playground/locales v0.14.1 00:36:35 go: downloading golang.org/x/sys v0.26.0 00:36:37 go: downloading github.com/pkg/errors v0.9.1 00:36:37 go: downloading github.com/hashicorp/errwrap v1.1.0 00:36:37 go: downloading github.com/mitchellh/reflectwalk v1.0.2 00:36:37 go: downloading github.com/spiffe/go-spiffe/v2 v2.4.0 00:36:37 go: downloading github.com/gorilla/websocket v1.5.3 00:36:38 go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible 00:36:38 go: downloading golang.org/x/time v0.6.0 00:36:38 go: downloading github.com/go-openapi/runtime v0.28.0 00:36:38 go: downloading github.com/go-openapi/strfmt v0.23.0 00:36:38 go: downloading github.com/go-resty/resty/v2 v2.15.3 00:36:38 go: downloading github.com/golang-jwt/jwt/v5 v5.2.1 00:36:39 go: downloading github.com/michaelquigley/pfxlog v0.6.10 00:36:39 go: downloading github.com/openziti/edge-api v0.26.32 00:36:42 go: downloading github.com/openziti/foundation/v2 v2.0.49 00:36:42 go: downloading github.com/openziti/identity v1.0.85 00:36:42 go: downloading github.com/orcaman/concurrent-map/v2 v2.0.1 00:36:42 go: downloading github.com/zitadel/oidc/v2 v2.12.2 00:36:42 go: downloading golang.org/x/oauth2 v0.23.0 00:36:42 go: downloading github.com/openziti/channel/v3 v3.0.4 00:36:42 go: downloading github.com/openziti/secretstream v0.1.25 00:36:42 go: downloading github.com/openziti/transport/v2 v2.0.146 00:36:42 go: downloading github.com/cenkalti/backoff/v4 v4.3.0 00:36:42 go: downloading github.com/kataras/go-events v0.0.3 00:36:42 go: downloading github.com/openziti/metrics v1.2.58 00:36:42 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:36:42 go: downloading github.com/valyala/bytebufferpool v1.0.0 00:36:42 go: downloading github.com/hashicorp/consul/api v1.29.4 00:36:42 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:36:42 go: downloading github.com/go-redis/redis/v7 v7.3.0 00:36:42 go: downloading github.com/zeebo/errs v1.3.0 00:36:42 go: downloading google.golang.org/grpc v1.67.1 00:36:44 go: downloading github.com/go-openapi/errors v0.22.0 00:36:44 go: downloading github.com/go-openapi/swag v0.23.0 00:36:44 go: downloading github.com/opentracing/opentracing-go v1.2.0 00:36:44 go: downloading go.opentelemetry.io/otel v1.29.0 00:36:44 go: downloading go.opentelemetry.io/otel/trace v1.29.0 00:36:44 go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 00:36:44 go: downloading github.com/oklog/ulid v1.3.1 00:36:44 go: downloading go.mongodb.org/mongo-driver v1.17.0 00:36:44 go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d 00:36:45 go: downloading github.com/go-openapi/validate v0.24.0 00:36:45 go: downloading github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa 00:36:45 go: downloading github.com/fsnotify/fsnotify v1.7.0 00:36:45 go: downloading gopkg.in/go-jose/go-jose.v2 v2.6.3 00:36:46 go: downloading github.com/gorilla/securecookie v1.1.2 00:36:46 go: downloading github.com/gorilla/schema v1.4.1 00:36:46 go: downloading github.com/muhlemmer/gu v0.3.1 00:36:46 go: downloading github.com/speps/go-hashids v2.0.0+incompatible 00:36:46 go: downloading github.com/golang/protobuf v1.5.4 00:36:46 go: downloading google.golang.org/protobuf v1.34.2 00:36:47 go: downloading github.com/mitchellh/go-ps v1.0.0 00:36:47 go: downloading github.com/shirou/gopsutil/v3 v3.24.5 00:36:48 go: downloading github.com/go-jose/go-jose/v4 v4.0.4 00:36:48 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 00:36:48 go: downloading github.com/hashicorp/go-hclog v1.5.0 00:36:48 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 00:36:48 go: downloading github.com/hashicorp/serf v0.10.1 00:36:48 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 00:36:48 go: downloading github.com/go-openapi/analysis v0.23.0 00:36:48 go: downloading github.com/go-openapi/loads v0.22.0 00:36:48 go: downloading github.com/go-openapi/spec v0.21.0 00:36:48 go: downloading github.com/mailru/easyjson v0.7.7 00:36:48 go: downloading github.com/go-logr/logr v1.4.2 00:36:48 go: downloading go.opentelemetry.io/otel/metric v1.29.0 00:36:48 go: downloading golang.org/x/term v0.25.0 00:36:48 go: downloading github.com/go-openapi/jsonpointer v0.21.0 00:36:48 go: downloading github.com/tklauser/go-sysconf v0.3.12 00:36:48 go: downloading github.com/fatih/color v1.16.0 00:36:48 go: downloading github.com/armon/go-metrics v0.4.1 00:36:48 go: downloading github.com/josharian/intern v1.0.0 00:36:48 go: downloading github.com/go-logr/stdr v1.2.2 00:36:48 go: downloading github.com/go-openapi/jsonreference v0.21.0 00:36:48 go: downloading github.com/parallaxsecond/parsec-client-go v0.0.0-20221025095442-f0a77d263cf9 00:36:48 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 00:36:48 go: downloading github.com/tklauser/numcpus v0.6.1 00:36:48 go: downloading github.com/hashicorp/golang-lru v0.5.4 00:40:10 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 00:40:49 Removing intermediate container b96eae7bf567 00:40:49 ---> f92548653651 00:40:49 [Warning] One or more build-args [BASE MAKE] were not consumed 00:40:49 Successfully built f92548653651 00:40:49 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:50 + docker inspect -f . ci-base-image-arm64 00:40:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:40:50 prd-ubuntu20.04-docker-arm64-4c-16g-24940 does not seem to be running inside a container 00:40:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-opc-ua/2 -v /w/workspace/device-opc-ua/2:/w/workspace/device-opc-ua/2:rw,z -v /w/workspace/device-opc-ua/2@tmp:/w/workspace/device-opc-ua/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:40:52 $ docker top ae5ecb62d80d830e64d2f1847df61507ae8f06ae9c81f6b58ef43e1846298bcc -eo pid,comm [Pipeline] { [Pipeline] sh 00:40:52 + go version 00:40:52 go version go1.23.3 linux/arm64 [Pipeline] } 00:40:52 $ docker stop --time=1 ae5ecb62d80d830e64d2f1847df61507ae8f06ae9c81f6b58ef43e1846298bcc 00:40:54 $ docker rm -f --volumes ae5ecb62d80d830e64d2f1847df61507ae8f06ae9c81f6b58ef43e1846298bcc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:55 + docker inspect -f . ci-base-image-arm64 00:40:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:40:55 prd-ubuntu20.04-docker-arm64-4c-16g-24940 does not seem to be running inside a container 00:40:55 $ 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/2 -v /w/workspace/device-opc-ua/2:/w/workspace/device-opc-ua/2:rw,z -v /w/workspace/device-opc-ua/2@tmp:/w/workspace/device-opc-ua/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:40:56 $ docker top 0f6235ffb25c7cfce3e571640beae15724e6126c5850ab6e22db92a896901d32 -eo pid,comm [Pipeline] { [Pipeline] sh 00:40:57 + git config --global --add safe.directory /w/workspace/device-opc-ua/2 [Pipeline] fileExists [Pipeline] sh 00:40:58 + make test 00:40:58 go install github.com/jstemmer/go-junit-report@v0.9.1 00:40:58 go: downloading github.com/jstemmer/go-junit-report v0.9.1 00:41:30 go install github.com/axw/gocov/gocov@v1.0.0 00:41:30 go: downloading github.com/axw/gocov v1.0.0 00:41:30 go: downloading golang.org/x/tools v0.0.0-20190617190820-da514acc4774 00:41:40 go install github.com/AlekSi/gocov-xml@v1.0.0 00:41:40 go: downloading github.com/AlekSi/gocov-xml v1.0.0 00:41:41 go install github.com/jandelgado/gcov2lcov@v1.0.5 00:41:41 go: downloading github.com/jandelgado/gcov2lcov v1.0.5 00:41:43 rm -rf test-artifacts 00:41:43 mkdir test-artifacts 00:41:43 go test -v ./... -coverprofile=test-artifacts/cover.out | go-junit-report > test-artifacts/report.xml 00:41:43 go: downloading github.com/stretchr/testify v1.9.0 00:41:43 go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc 00:41:43 go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 00:45:35 gocov convert test-artifacts/cover.out | gocov-xml > test-artifacts/coverage.xml 00:45:35 gcov2lcov -infile=test-artifacts/cover.out -outfile=test-artifacts/coverage.lcov [Pipeline] echo 00:45:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 00:45:35 $ docker stop --time=1 0f6235ffb25c7cfce3e571640beae15724e6126c5850ab6e22db92a896901d32 00:45:37 $ docker rm -f --volumes 0f6235ffb25c7cfce3e571640beae15724e6126c5850ab6e22db92a896901d32 [Pipeline] // withDockerContainer [Pipeline] sh 00:45:39 + sudo chown -R jenkins:jenkins . [Pipeline] stash 00:45:39 Warning: overwriting stash ‘coverage-report’ 00:45:39 Stashed 0 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 00:45:40 + sudo chown -R jenkins:jenkins . [Pipeline] sh 00:45:40 + ls -al . 00:45:40 total 200 00:45:40 drwxrwxr-x 9 jenkins jenkins 4096 Nov 8 00:41 . 00:45:40 drwxrwxr-x 4 jenkins jenkins 4096 Nov 8 00:35 .. 00:45:40 -rw-rw-r-- 1 jenkins jenkins 62 Nov 8 00:35 .dockerignore 00:45:40 drwxrwxr-x 8 jenkins jenkins 4096 Nov 8 00:45 .git 00:45:40 drwxrwxr-x 2 jenkins jenkins 4096 Nov 8 00:35 .github 00:45:40 -rw-rw-r-- 1 jenkins jenkins 84 Nov 8 00:35 .gitignore 00:45:40 drwxrwxr-x 2 jenkins jenkins 4096 Nov 8 00:35 .vscode 00:45:40 -rw-rw-r-- 1 jenkins jenkins 7466 Nov 8 00:35 Attribution.txt 00:45:40 -rw-rw-r-- 1 jenkins jenkins 1125 Nov 8 00:35 Dockerfile 00:45:40 -rw-rw-r-- 1 jenkins jenkins 649 Nov 8 00:35 Jenkinsfile 00:45:40 -rw-rw-r-- 1 jenkins jenkins 11367 Nov 8 00:35 LICENSE 00:45:40 -rw-rw-r-- 1 jenkins jenkins 2193 Nov 8 00:35 Makefile 00:45:40 -rw-rw-r-- 1 jenkins jenkins 4182 Nov 8 00:35 README.md 00:45:40 -rw-rw-r-- 1 jenkins jenkins 11 Nov 8 00:31 VERSION 00:45:40 drwxrwxr-x 2 jenkins jenkins 4096 Nov 8 00:35 bin 00:45:40 drwxrwxr-x 3 jenkins jenkins 4096 Nov 8 00:35 cmd 00:45:40 -rw-rw-r-- 1 jenkins jenkins 7098 Nov 8 00:35 go.mod 00:45:40 -rw-rw-r-- 1 jenkins jenkins 100417 Nov 8 00:35 go.sum 00:45:40 drwxrwxr-x 4 jenkins jenkins 4096 Nov 8 00:35 internal 00:45:40 drwxr-xr-x 2 jenkins jenkins 4096 Nov 8 00:45 test-artifacts 00:45:40 -rw-rw-r-- 1 jenkins jenkins 260 Nov 8 00:35 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:45:40 + 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=515e873cf8c49ccc867724a600990c68a3d943eb --label arch=arm64 --label version=4.0.0-dev.1 . 00:45:40 Sending build context to Docker daemon 572.4kB 00:45:40 Step 1/19 : FROM golang:1.23-alpine3.20 AS builder 00:45:40 ---> 329834fefb2a 00:45:40 Step 2/19 : WORKDIR /device-opcua 00:45:40 ---> Using cache 00:45:40 ---> 78e0a75dbb72 00:45:40 Step 3/19 : RUN apk update && apk add --no-cache make git zeromq-dev gcc pkgconfig musl-dev 00:45:40 ---> Using cache 00:45:40 ---> edace62fe233 00:45:40 Step 4/19 : COPY . . 00:45:41 ---> 7589717c823f 00:45:41 Step 5/19 : RUN make build 00:45:41 ---> Running in 2b58d56d8bca 00:45:42 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-opc-ua.Version=4.0.0-dev.1 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.0.0-dev.1 " -trimpath -mod=readonly -buildmode=pie -o cmd/device-opcua ./cmd 00:45:42 go: downloading github.com/edgexfoundry/device-sdk-go/v4 v4.0.0-dev.1 00:45:42 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v4 v4.0.0-dev.2 00:45:43 go: downloading github.com/gopcua/opcua v0.5.3 00:45:43 go: downloading github.com/spf13/cast v1.7.0 00:45:43 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v4 v4.0.0-dev.1 00:45:43 go: downloading github.com/labstack/echo/v4 v4.12.0 00:45:43 go: downloading github.com/go-kit/log v0.2.1 00:45:43 go: downloading github.com/go-playground/validator/v10 v10.22.1 00:45:43 go: downloading github.com/google/uuid v1.6.0 00:45:44 go: downloading github.com/panjf2000/ants/v2 v2.10.0 00:45:44 go: downloading github.com/fxamacker/cbor/v2 v2.7.0 00:45:44 go: downloading github.com/labstack/gommon v0.4.2 00:45:44 go: downloading golang.org/x/crypto v0.28.0 00:45:44 go: downloading golang.org/x/net v0.30.0 00:45:45 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 00:45:45 go: downloading github.com/go-logfmt/logfmt v0.5.1 00:45:45 go: downloading github.com/gabriel-vasile/mimetype v1.4.3 00:45:45 go: downloading github.com/go-playground/universal-translator v0.18.1 00:45:45 go: downloading github.com/leodido/go-urn v1.4.0 00:45:46 go: downloading golang.org/x/text v0.19.0 00:45:46 go: downloading golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 00:45:46 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:45:46 go: downloading github.com/edgexfoundry/go-mod-messaging/v4 v4.0.0-dev.2 00:45:46 go: downloading github.com/hashicorp/go-multierror v1.1.1 00:45:46 go: downloading gopkg.in/yaml.v3 v3.0.1 00:45:46 go: downloading github.com/edgexfoundry/go-mod-registry/v4 v4.0.0-dev.1 00:45:46 go: downloading github.com/edgexfoundry/go-mod-configuration/v4 v4.0.0-dev.1 00:45:46 go: downloading github.com/mitchellh/copystructure v1.2.0 00:45:46 go: downloading github.com/eclipse/paho.mqtt.golang v1.5.0 00:45:47 go: downloading github.com/edgexfoundry/go-mod-secrets/v4 v4.0.0-dev.1 00:45:47 go: downloading github.com/mitchellh/mapstructure v1.5.0 00:45:47 go: downloading github.com/openziti/sdk-golang v0.23.43 00:45:47 go: downloading github.com/sirupsen/logrus v1.9.3 00:45:47 go: downloading golang.org/x/sync v0.8.0 00:45:47 go: downloading github.com/mattn/go-colorable v0.1.13 00:45:47 go: downloading github.com/mattn/go-isatty v0.0.20 00:45:47 go: downloading github.com/valyala/fasttemplate v1.2.2 00:45:47 go: downloading github.com/x448/float16 v0.8.4 00:45:47 go: downloading github.com/go-playground/locales v0.14.1 00:45:48 go: downloading golang.org/x/sys v0.26.0 00:45:49 go: downloading github.com/pkg/errors v0.9.1 00:45:49 go: downloading github.com/hashicorp/errwrap v1.1.0 00:45:49 go: downloading github.com/mitchellh/reflectwalk v1.0.2 00:45:49 go: downloading github.com/gorilla/websocket v1.5.3 00:45:49 go: downloading github.com/spiffe/go-spiffe/v2 v2.4.0 00:45:50 go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible 00:45:50 go: downloading golang.org/x/time v0.6.0 00:45:50 go: downloading github.com/go-openapi/runtime v0.28.0 00:45:50 go: downloading github.com/go-openapi/strfmt v0.23.0 00:45:50 go: downloading github.com/go-resty/resty/v2 v2.15.3 00:45:50 go: downloading github.com/golang-jwt/jwt/v5 v5.2.1 00:45:50 go: downloading github.com/michaelquigley/pfxlog v0.6.10 00:45:51 go: downloading github.com/openziti/edge-api v0.26.32 00:45:54 go: downloading github.com/openziti/foundation/v2 v2.0.49 00:45:54 go: downloading github.com/openziti/identity v1.0.85 00:45:54 go: downloading github.com/orcaman/concurrent-map/v2 v2.0.1 00:45:54 go: downloading github.com/zitadel/oidc/v2 v2.12.2 00:45:54 go: downloading golang.org/x/oauth2 v0.23.0 00:45:54 go: downloading github.com/openziti/channel/v3 v3.0.4 00:45:54 go: downloading github.com/openziti/secretstream v0.1.25 00:45:54 go: downloading github.com/openziti/transport/v2 v2.0.146 00:45:54 go: downloading github.com/cenkalti/backoff/v4 v4.3.0 00:45:54 go: downloading github.com/kataras/go-events v0.0.3 00:45:54 go: downloading github.com/openziti/metrics v1.2.58 00:45:54 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:45:54 go: downloading github.com/valyala/bytebufferpool v1.0.0 00:45:54 go: downloading github.com/hashicorp/consul/api v1.29.4 00:45:54 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:45:54 go: downloading github.com/go-redis/redis/v7 v7.3.0 00:45:54 go: downloading github.com/zeebo/errs v1.3.0 00:45:54 go: downloading google.golang.org/grpc v1.67.1 00:45:56 go: downloading github.com/go-openapi/errors v0.22.0 00:45:56 go: downloading github.com/go-openapi/swag v0.23.0 00:45:56 go: downloading github.com/opentracing/opentracing-go v1.2.0 00:45:56 go: downloading go.opentelemetry.io/otel v1.29.0 00:45:57 go: downloading go.opentelemetry.io/otel/trace v1.29.0 00:45:57 go: downloading github.com/oklog/ulid v1.3.1 00:45:57 go: downloading go.mongodb.org/mongo-driver v1.17.0 00:45:57 go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 00:45:57 go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d 00:45:57 go: downloading github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa 00:45:57 go: downloading github.com/go-openapi/validate v0.24.0 00:45:58 go: downloading github.com/fsnotify/fsnotify v1.7.0 00:45:58 go: downloading gopkg.in/go-jose/go-jose.v2 v2.6.3 00:45:58 go: downloading github.com/gorilla/securecookie v1.1.2 00:45:58 go: downloading github.com/gorilla/schema v1.4.1 00:45:58 go: downloading github.com/muhlemmer/gu v0.3.1 00:45:58 go: downloading github.com/speps/go-hashids v2.0.0+incompatible 00:45:58 go: downloading github.com/golang/protobuf v1.5.4 00:45:59 go: downloading google.golang.org/protobuf v1.34.2 00:46:00 go: downloading github.com/mitchellh/go-ps v1.0.0 00:46:00 go: downloading github.com/shirou/gopsutil/v3 v3.24.5 00:46:01 go: downloading github.com/go-jose/go-jose/v4 v4.0.4 00:46:01 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 00:46:01 go: downloading github.com/hashicorp/go-hclog v1.5.0 00:46:01 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 00:46:01 go: downloading github.com/hashicorp/serf v0.10.1 00:46:01 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 00:46:01 go: downloading github.com/go-openapi/analysis v0.23.0 00:46:01 go: downloading github.com/go-openapi/loads v0.22.0 00:46:01 go: downloading github.com/go-openapi/spec v0.21.0 00:46:01 go: downloading github.com/mailru/easyjson v0.7.7 00:46:02 go: downloading github.com/go-logr/logr v1.4.2 00:46:02 go: downloading go.opentelemetry.io/otel/metric v1.29.0 00:46:02 go: downloading golang.org/x/term v0.25.0 00:46:02 go: downloading github.com/go-openapi/jsonpointer v0.21.0 00:46:02 go: downloading github.com/tklauser/go-sysconf v0.3.12 00:46:02 go: downloading github.com/fatih/color v1.16.0 00:46:02 go: downloading github.com/armon/go-metrics v0.4.1 00:46:02 go: downloading github.com/go-logr/stdr v1.2.2 00:46:02 go: downloading github.com/josharian/intern v1.0.0 00:46:02 go: downloading github.com/go-openapi/jsonreference v0.21.0 00:46:02 go: downloading github.com/parallaxsecond/parsec-client-go v0.0.0-20221025095442-f0a77d263cf9 00:46:02 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 00:46:02 go: downloading github.com/tklauser/numcpus v0.6.1 00:46:02 go: downloading github.com/hashicorp/golang-lru v0.5.4 00:49:54 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 00:50:33 Removing intermediate container 2b58d56d8bca 00:50:33 ---> 912565a76233 00:50:33 Step 6/19 : FROM alpine:3.20 00:50:33 3.20: Pulling from library/alpine 00:50:33 cf04c63912e1: Already exists 00:50:33 Digest: sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 00:50:33 Status: Downloaded newer image for alpine:3.20 00:50:33 ---> c157a85ed455 00:50:33 Step 7/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: YIQISOFT' 00:50:33 ---> Running in 4cbc4d4a3c51 00:50:33 Removing intermediate container 4cbc4d4a3c51 00:50:33 ---> b01f97e2a508 00:50:33 Step 8/19 : RUN apk add --update --no-cache zeromq dumb-init 00:50:33 ---> Running in 1ad350d0c5a0 00:50:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 00:50:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 00:50:35 (1/6) Installing dumb-init (1.2.5-r3) 00:50:35 (2/6) Installing libgcc (13.2.1_git20240309-r0) 00:50:35 (3/6) Installing libsodium (1.0.19-r0) 00:50:35 (4/6) Installing libstdc++ (13.2.1_git20240309-r0) 00:50:35 (5/6) Installing libzmq (4.3.5-r2) 00:50:35 (6/6) Installing zeromq (4.3.5-r2) 00:50:35 Executing busybox-1.36.1-r29.trigger 00:50:35 OK: 13 MiB in 20 packages 00:50:35 Removing intermediate container 1ad350d0c5a0 00:50:35 ---> 0a80e3e55a75 00:50:35 Step 9/19 : RUN apk --no-cache upgrade 00:50:36 ---> Running in b6f07b88864a 00:50:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 00:50:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 00:50:39 Upgrading critical system libraries and apk-tools: 00:50:39 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 00:50:39 Executing busybox-1.36.1-r29.trigger 00:50:40 Continuing the upgrade transaction with new apk-tools: 00:50:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 00:50:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 00:50:42 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 00:50:42 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 00:50:42 OK: 13 MiB in 20 packages 00:50:43 Removing intermediate container b6f07b88864a 00:50:43 ---> 4f69bb88efb2 00:50:43 Step 10/19 : EXPOSE 59997 00:50:43 ---> Running in f4defb711fec 00:50:43 Removing intermediate container f4defb711fec 00:50:43 ---> b3d48212550d 00:50:43 Step 11/19 : COPY --from=builder /device-opcua/cmd/device-opcua / 00:50:46 ---> cabb1f44f79e 00:50:46 Step 12/19 : COPY --from=builder /device-opcua/cmd/res /res 00:50:47 ---> 66b92e3eb12f 00:50:47 Step 13/19 : COPY LICENSE / 00:50:47 ---> eb62ae25dcb7 00:50:47 Step 14/19 : COPY --from=builder /device-opcua/Attribution.txt /Attribution.txt 00:50:48 ---> 3c22335acf34 00:50:48 Step 15/19 : ENTRYPOINT ["/device-opcua"] 00:50:48 ---> Running in b95c00e2dd67 00:50:48 Removing intermediate container b95c00e2dd67 00:50:48 ---> f012a137c220 00:50:48 Step 16/19 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 00:50:48 ---> Running in 5f08affb0434 00:50:49 Removing intermediate container 5f08affb0434 00:50:49 ---> 8e478034a4d8 00:50:49 Step 17/19 : LABEL arch=arm64 00:50:49 ---> Running in 84c735655b54 00:50:49 Removing intermediate container 84c735655b54 00:50:49 ---> 876fe1219278 00:50:49 Step 18/19 : LABEL git_sha=515e873cf8c49ccc867724a600990c68a3d943eb 00:50:49 ---> Running in 063404c79b33 00:50:49 Removing intermediate container 063404c79b33 00:50:49 ---> 90bb3e1d2d03 00:50:49 Step 19/19 : LABEL version=4.0.0-dev.1 00:50:49 ---> Running in e2a5ba7a28a4 00:50:50 Removing intermediate container e2a5ba7a28a4 00:50:50 ---> aef2bf7992ef 00:50:50 [Warning] One or more build-args [ARCH BASE MAKE] were not consumed 00:50:50 Successfully built aef2bf7992ef 00:50:50 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 00:50:50 provisioning config files... 00:50:50 copy managed file [device-opc-ua-settings] to file:/w/workspace/device-opc-ua/2@tmp/config7414211326257740257tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:50:50 ---> ****-login.sh 00:50:50 nexus3.edgexfoundry.org:10001 00:50:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:50:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:50:50 Configure a credential helper to remove this warning. See 00:50:50 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:50:50 00:50:50 Login Succeeded 00:50:50 nexus3.edgexfoundry.org:10002 00:50:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:50:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:50:51 Configure a credential helper to remove this warning. See 00:50:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:50:51 00:50:51 Login Succeeded 00:50:51 nexus3.edgexfoundry.org:10003 00:50:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:50:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:50:51 Configure a credential helper to remove this warning. See 00:50:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:50:51 00:50:51 Login Succeeded 00:50:51 nexus3.edgexfoundry.org:10004 00:50:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:50:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:50:52 Configure a credential helper to remove this warning. See 00:50:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:50:52 00:50:52 Login Succeeded 00:50:52 ****.io 00:50:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:50:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:50:52 Configure a credential helper to remove this warning. See 00:50:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:50:52 00:50:52 Login Succeeded 00:50:52 ---> ****-login.sh ends [Pipeline] } 00:50:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:50:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 00:50:53 [edgeXDocker.push] Tagging docker image device-opc-ua-arm64 with the following tags: 00:50:53 515e873cf8c49ccc867724a600990c68a3d943eb 00:50:53 latest 00:50:53 4.0.0-dev.1 00:50:53 515e873cf8c49ccc867724a600990c68a3d943eb-4.0.0-dev.1 00:50:53 main 00:50:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:50:53 + docker tag device-opc-ua-arm64 nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:515e873cf8c49ccc867724a600990c68a3d943eb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:50:53 + docker push nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:515e873cf8c49ccc867724a600990c68a3d943eb 00:50:53 The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua-arm64] 00:50:53 193ba0b62601: Preparing 00:50:53 82bc08adf226: Preparing 00:50:53 fbb685fd151f: Preparing 00:50:53 cc28059e0cec: Preparing 00:50:53 575e44319461: Preparing 00:50:53 0f3a4a8c5bed: Preparing 00:50:53 16113d51b718: Preparing 00:50:53 16113d51b718: Waiting 00:50:53 0f3a4a8c5bed: Waiting 00:50:54 fbb685fd151f: Pushed 00:50:54 193ba0b62601: Pushed 00:50:54 82bc08adf226: Pushed 00:50:54 16113d51b718: Layer already exists 00:50:55 0f3a4a8c5bed: Pushed 00:50:55 575e44319461: Pushed 00:51:05 cc28059e0cec: Pushed 00:51:05 515e873cf8c49ccc867724a600990c68a3d943eb: digest: sha256:33bc45aa956240b9252c2c01b97639be3569cd6aeb556a48472f3bdc72711f69 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:51:06 + docker tag device-opc-ua-arm64 nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:51:06 + docker push nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:latest 00:51:06 The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua-arm64] 00:51:06 193ba0b62601: Preparing 00:51:06 82bc08adf226: Preparing 00:51:06 fbb685fd151f: Preparing 00:51:06 cc28059e0cec: Preparing 00:51:06 575e44319461: Preparing 00:51:06 0f3a4a8c5bed: Preparing 00:51:06 16113d51b718: Preparing 00:51:06 0f3a4a8c5bed: Waiting 00:51:06 16113d51b718: Waiting 00:51:06 82bc08adf226: Layer already exists 00:51:06 575e44319461: Layer already exists 00:51:06 193ba0b62601: Layer already exists 00:51:06 fbb685fd151f: Layer already exists 00:51:06 cc28059e0cec: Layer already exists 00:51:06 0f3a4a8c5bed: Layer already exists 00:51:06 16113d51b718: Layer already exists 00:51:06 latest: digest: sha256:33bc45aa956240b9252c2c01b97639be3569cd6aeb556a48472f3bdc72711f69 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:51:07 + docker tag device-opc-ua-arm64 nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:51:07 + docker push nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:4.0.0-dev.1 00:51:07 The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua-arm64] 00:51:07 193ba0b62601: Preparing 00:51:07 82bc08adf226: Preparing 00:51:07 fbb685fd151f: Preparing 00:51:07 cc28059e0cec: Preparing 00:51:07 575e44319461: Preparing 00:51:07 0f3a4a8c5bed: Preparing 00:51:07 16113d51b718: Preparing 00:51:07 0f3a4a8c5bed: Waiting 00:51:07 16113d51b718: Waiting 00:51:07 575e44319461: Layer already exists 00:51:07 82bc08adf226: Layer already exists 00:51:07 cc28059e0cec: Layer already exists 00:51:07 193ba0b62601: Layer already exists 00:51:07 fbb685fd151f: Layer already exists 00:51:07 16113d51b718: Layer already exists 00:51:07 0f3a4a8c5bed: Layer already exists 00:51:07 4.0.0-dev.1: digest: sha256:33bc45aa956240b9252c2c01b97639be3569cd6aeb556a48472f3bdc72711f69 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:51:08 + docker tag device-opc-ua-arm64 nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:515e873cf8c49ccc867724a600990c68a3d943eb-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:51:08 + docker push nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:515e873cf8c49ccc867724a600990c68a3d943eb-4.0.0-dev.1 00:51:08 The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua-arm64] 00:51:08 193ba0b62601: Preparing 00:51:08 82bc08adf226: Preparing 00:51:08 fbb685fd151f: Preparing 00:51:08 cc28059e0cec: Preparing 00:51:08 575e44319461: Preparing 00:51:08 0f3a4a8c5bed: Preparing 00:51:08 16113d51b718: Preparing 00:51:08 0f3a4a8c5bed: Waiting 00:51:08 16113d51b718: Waiting 00:51:08 193ba0b62601: Layer already exists 00:51:08 cc28059e0cec: Layer already exists 00:51:08 fbb685fd151f: Layer already exists 00:51:08 82bc08adf226: Layer already exists 00:51:08 575e44319461: Layer already exists 00:51:08 0f3a4a8c5bed: Layer already exists 00:51:08 16113d51b718: Layer already exists 00:51:08 515e873cf8c49ccc867724a600990c68a3d943eb-4.0.0-dev.1: digest: sha256:33bc45aa956240b9252c2c01b97639be3569cd6aeb556a48472f3bdc72711f69 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:51:09 + 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 00:51:09 + docker push nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:main 00:51:09 The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua-arm64] 00:51:09 193ba0b62601: Preparing 00:51:09 82bc08adf226: Preparing 00:51:09 fbb685fd151f: Preparing 00:51:09 cc28059e0cec: Preparing 00:51:09 575e44319461: Preparing 00:51:09 0f3a4a8c5bed: Preparing 00:51:09 16113d51b718: Preparing 00:51:09 0f3a4a8c5bed: Waiting 00:51:09 16113d51b718: Waiting 00:51:09 193ba0b62601: Layer already exists 00:51:09 fbb685fd151f: Layer already exists 00:51:09 575e44319461: Layer already exists 00:51:09 cc28059e0cec: Layer already exists 00:51:09 82bc08adf226: Layer already exists 00:51:09 16113d51b718: Layer already exists 00:51:09 0f3a4a8c5bed: Layer already exists 00:51:09 main: digest: sha256:33bc45aa956240b9252c2c01b97639be3569cd6aeb556a48472f3bdc72711f69 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:51:09 ===================================================== [Pipeline] echo 00:51:09 taggedImages: 00:51:09 - nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:515e873cf8c49ccc867724a600990c68a3d943eb 00:51:09 - nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:latest 00:51:09 - nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:4.0.0-dev.1 00:51:09 - nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:515e873cf8c49ccc867724a600990c68a3d943eb-4.0.0-dev.1 00:51:09 - 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 00:51:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:51:10 00:51:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:51:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:51:10 arm64: Pulling from edgex-lftools-log-publisher 00:51:10 8998bd30e6a1: Pulling fs layer 00:51:10 04944245beec: Pulling fs layer 00:51:10 699f458cf7ca: Pulling fs layer 00:51:10 765212b225bb: Pulling fs layer 00:51:10 f23df028b6ca: Pulling fs layer 00:51:10 d65c8cfc05b1: Pulling fs layer 00:51:10 2437ff75d9bd: Pulling fs layer 00:51:10 765212b225bb: Waiting 00:51:10 f23df028b6ca: Waiting 00:51:10 d65c8cfc05b1: Waiting 00:51:10 2437ff75d9bd: Waiting 00:51:10 04944245beec: Verifying Checksum 00:51:10 04944245beec: Download complete 00:51:10 765212b225bb: Verifying Checksum 00:51:10 765212b225bb: Download complete 00:51:10 f23df028b6ca: Download complete 00:51:10 d65c8cfc05b1: Verifying Checksum 00:51:10 d65c8cfc05b1: Download complete 00:51:11 699f458cf7ca: Verifying Checksum 00:51:11 699f458cf7ca: Download complete 00:51:11 8998bd30e6a1: Verifying Checksum 00:51:11 8998bd30e6a1: Download complete 00:51:14 2437ff75d9bd: Verifying Checksum 00:51:14 2437ff75d9bd: Download complete 00:51:16 8998bd30e6a1: Pull complete 00:51:16 04944245beec: Pull complete 00:51:18 699f458cf7ca: Pull complete 00:51:18 765212b225bb: Pull complete 00:51:19 f23df028b6ca: Pull complete 00:51:19 d65c8cfc05b1: Pull complete 00:51:38 2437ff75d9bd: Pull complete 00:51:38 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 00:51:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:51:38 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:51:38 prd-ubuntu20.04-docker-arm64-4c-16g-24940 does not seem to be running inside a container 00:51:38 $ 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/2 -v /w/workspace/device-opc-ua/2:/w/workspace/device-opc-ua/2:rw,z -v /w/workspace/device-opc-ua/2@tmp:/w/workspace/device-opc-ua/2@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:arm64 cat 00:51:40 $ docker top f60d8b3b2b87e3d8cb0bf30dcabda2f328f295154fc23d5866012bb117d6442b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:51:41 ---> job-cost.sh 00:51:41 lf-activate-venv: SKIPPING 00:51:41 INFO: No Stack... 00:51:42 INFO: Retrieving Pricing Info for: v3-standard-4 00:51:42 INFO: Archiving Costs [Pipeline] sh 00:51:43 + cat /w/workspace/device-opc-ua/2/archives/cost.csv 00:51:43 + cut -d, -f6 [Pipeline] lock 00:51:43 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-opc-ua-main-2-stack-cost] 00:51:43 Resource [jenkins-edgexfoundry-device-opc-ua-main-2-stack-cost] did not exist. Created. 00:51:43 Lock acquired on [Resource: jenkins-edgexfoundry-device-opc-ua-main-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:51:43 /w/workspace/device-opc-ua/2@tmp/durable-07c900c4/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 00:51:44 + echo total: 0.10999999940395355 [Pipeline] stash 00:51:44 Warning: overwriting stash ‘stack-cost’ 00:51:44 Stashed 1 file(s) [Pipeline] } 00:51:44 Lock released on resource [Resource: jenkins-edgexfoundry-device-opc-ua-main-2-stack-cost] [Pipeline] // lock [Pipeline] } 00:51:44 $ docker stop --time=1 f60d8b3b2b87e3d8cb0bf30dcabda2f328f295154fc23d5866012bb117d6442b 00:51:45 $ docker rm -f --volumes f60d8b3b2b87e3d8cb0bf30dcabda2f328f295154fc23d5866012bb117d6442b [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 00:51:46 provisioning config files... 00:51:46 not able to provide the file [ManagedFile: id=device-opc-ua-codecov-token, targetLocation=null, variable=CODECOV_TOKEN_FILE], can't be resolved by any provider - maybe it got deleted by an administrator? [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 00:51:47 + [ -d /w/workspace/edgexfoundry_device-opc-ua_main/archives ] 00:51:47 + ls -al /w/workspace/edgexfoundry_device-opc-ua_main/archives 00:51:47 total 16 00:51:47 drwxr-xr-x 3 root root 4096 Nov 8 00:34 . 00:51:47 drwxrwxr-x 11 jenkins jenkins 4096 Nov 8 00:34 .. 00:51:47 drwxr-xr-x 2 root root 4096 Nov 8 00:34 cost 00:51:47 -rw-r--r-- 1 root root 83 Nov 8 00:34 cost.csv 00:51:47 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-opc-ua_main/archives 00:51:47 + ls -al /w/workspace/edgexfoundry_device-opc-ua_main/archives 00:51:47 total 16 00:51:47 drwxr-xr-x 3 jenkins jenkins 4096 Nov 8 00:34 . 00:51:47 drwxrwxr-x 11 jenkins jenkins 4096 Nov 8 00:34 .. 00:51:47 drwxr-xr-x 2 jenkins jenkins 4096 Nov 8 00:34 cost 00:51:47 -rw-r--r-- 1 jenkins jenkins 83 Nov 8 00:34 cost.csv [Pipeline] libraryResource [Pipeline] sh 00:51:47 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:51:48 ---> package-listing.sh 00:51:48 ++ facter osfamily 00:51:48 ++ tr '[:upper:]' '[:lower:]' 00:51:48 + OS_FAMILY=debian 00:51:48 + workspace=/w/workspace/edgexfoundry_device-opc-ua_main 00:51:48 + START_PACKAGES=/tmp/packages_start.txt 00:51:48 + END_PACKAGES=/tmp/packages_end.txt 00:51:48 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:51:48 + PACKAGES=/tmp/packages_start.txt 00:51:48 + '[' /w/workspace/edgexfoundry_device-opc-ua_main ']' 00:51:48 + PACKAGES=/tmp/packages_end.txt 00:51:48 + case "${OS_FAMILY}" in 00:51:48 + dpkg -l 00:51:48 + grep '^ii' 00:51:48 + '[' -f /tmp/packages_start.txt ']' 00:51:48 + '[' -f /tmp/packages_end.txt ']' 00:51:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:51:48 + '[' /w/workspace/edgexfoundry_device-opc-ua_main ']' 00:51:48 + mkdir -p /w/workspace/edgexfoundry_device-opc-ua_main/archives/ 00:51:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-opc-ua_main/archives/ [Pipeline] echo 00:51:48 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 00:51:48 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:51:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:51:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:51:49 prd-ubuntu20.04-docker-8c-8g-24938 does not seem to be running inside a container 00:51:49 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 00:51:49 $ docker top f71ae05abfa48a6849d2ee8988b36c4b9496bd2fca5606b2776448936d048a0b -eo pid,comm [Pipeline] { [Pipeline] sh 00:51:50 + touch /tmp/pre-build-complete [Pipeline] sh 00:51:50 + mkdir -p /var/log/sysstat [Pipeline] sh 00:51:50 + ls /var/log/sa-host 00:51:50 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:51:50 provisioning config files... 00:51:50 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-opc-ua_main@tmp/config18116489223468286689tmp [Pipeline] { [Pipeline] echo 00:51:50 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:51:51 ---> create-netrc.sh [Pipeline] } 00:51:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 00:51:51 ---> python-tools-install.sh [Pipeline] echo 00:51:51 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:51:51 ---> sudo-logs.sh 00:51:51 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:51:51 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:51:52 ---> job-cost.sh 00:51:52 lf-activate-venv: SKIPPING 00:51:52 DEBUG: total: 0.2199999988079071 00:51:52 INFO: Retrieving Stack Cost... 00:51:52 INFO: Retrieving Pricing Info for: v3-standard-8 00:51:53 INFO: Archiving Costs [Pipeline] echo 00:51:53 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:51:53 ---> logs-deploy.sh 00:51:53 lf-activate-venv: SKIPPING 00:51:53 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-opc-ua/main/2 00:51:53 INFO: archiving workspace using pattern(s): 00:51:54 Archives upload complete. 00:51:54 INFO: archiving logs to Nexus