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 [2024-11-08T00:31:10.956Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-11-08T00:31:11.036Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-11-08T00:31:11.066Z] ========================================================= [2024-11-08T00:31:11.066Z] EdgeX Global Pipelines Version Info [2024-11-08T00:31:11.066Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-11-08T00:31:12.184Z] ------------------- [2024-11-08T00:31:12.184Z] stable info: [2024-11-08T00:31:12.184Z] ------------------- [2024-11-08T00:31:12.184Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-11-08T00:31:12.184Z] Commit SHA: 0b81fa10a7dd14683a964f04f411324fe83f93ac [2024-11-08T00:31:12.184Z] Message: update stable to v1.0.265 [2024-11-08T00:31:12.445Z] ------------------- [2024-11-08T00:31:12.445Z] experimental info: [2024-11-08T00:31:12.445Z] ------------------- [2024-11-08T00:31:12.445Z] Commited By: Cherry Wang cherry@iotechsys.com [2024-11-08T00:31:12.445Z] Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 [2024-11-08T00:31:12.445Z] Message: update experimental to v1.0.264 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-11-08T00:31:12.523Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-opc-ua-settings [Pipeline] echo [2024-11-08T00:31:12.548Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-opc-ua [Pipeline] echo [2024-11-08T00:31:12.571Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-11-08T00:31:12.591Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-11-08T00:31:12.610Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-11-08T00:31:12.638Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2024-11-08T00:31:12.659Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-11-08T00:31:12.681Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2024-11-08T00:31:12.707Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-11-08T00:31:12.729Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-11-08T00:31:12.749Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-11-08T00:31:12.772Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-opc-ua [Pipeline] echo [2024-11-08T00:31:12.793Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-11-08T00:31:12.815Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-11-08T00:31:12.834Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-11-08T00:31:12.859Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-11-08T00:31:12.888Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2024-11-08T00:31:12.911Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2024-11-08T00:31:12.933Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-11-08T00:31:12.962Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-11-08T00:31:12.985Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2024-11-08T00:31:13.009Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2024-11-08T00:31:13.029Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2024-11-08T00:31:13.050Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2024-11-08T00:31:13.071Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2024-11-08T00:31:13.093Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-11-08T00:31:13.111Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-11-08T00:31:13.131Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-11-08T00:31:13.150Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-11-08T00:31:13.182Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-11-08T00:31:13.201Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 515e873cf8c49ccc867724a600990c68a3d943eb [Pipeline] echo [2024-11-08T00:31:13.223Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 515e873 [Pipeline] echo [2024-11-08T00:31:13.244Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-11-08T00:31:13.301Z] provisioning config files... [2024-11-08T00:31:13.318Z] copy managed file [device-opc-ua-settings] to file:/w/workspace/edgexfoundry_device-opc-ua_main@tmp/config4017041964340039763tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-11-08T00:31:13.656Z] ---> ****-login.sh [2024-11-08T00:31:13.656Z] nexus3.edgexfoundry.org:10001 [2024-11-08T00:31:13.932Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-08T00:31:13.932Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-08T00:31:13.932Z] Configure a credential helper to remove this warning. See [2024-11-08T00:31:13.932Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-08T00:31:13.932Z] [2024-11-08T00:31:13.932Z] Login Succeeded [2024-11-08T00:31:13.933Z] nexus3.edgexfoundry.org:10002 [2024-11-08T00:31:14.192Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-08T00:31:14.193Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-08T00:31:14.193Z] Configure a credential helper to remove this warning. See [2024-11-08T00:31:14.193Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-08T00:31:14.193Z] [2024-11-08T00:31:14.193Z] Login Succeeded [2024-11-08T00:31:14.193Z] nexus3.edgexfoundry.org:10003 [2024-11-08T00:31:14.193Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-08T00:31:14.193Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-08T00:31:14.193Z] Configure a credential helper to remove this warning. See [2024-11-08T00:31:14.193Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-08T00:31:14.193Z] [2024-11-08T00:31:14.193Z] Login Succeeded [2024-11-08T00:31:14.193Z] nexus3.edgexfoundry.org:10004 [2024-11-08T00:31:14.193Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-08T00:31:14.453Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-08T00:31:14.453Z] Configure a credential helper to remove this warning. See [2024-11-08T00:31:14.453Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-08T00:31:14.453Z] [2024-11-08T00:31:14.453Z] Login Succeeded [2024-11-08T00:31:14.453Z] ****.io [2024-11-08T00:31:14.454Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-08T00:31:14.715Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-08T00:31:14.715Z] Configure a credential helper to remove this warning. See [2024-11-08T00:31:14.715Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-08T00:31:14.715Z] [2024-11-08T00:31:14.715Z] Login Succeeded [2024-11-08T00:31:14.715Z] ---> ****-login.sh ends [Pipeline] } [2024-11-08T00:31:14.726Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-11-08T00:31:15.127Z] + git rev-list -1 --merges 515e873cf8c49ccc867724a600990c68a3d943eb~1..515e873cf8c49ccc867724a600990c68a3d943eb [Pipeline] echo [2024-11-08T00:31:15.158Z] -----------> git rev-list -1 --merges 515e873cf8c49ccc867724a600990c68a3d943eb~1..515e873cf8c49ccc867724a600990c68a3d943eb 515e873cf8c49ccc867724a600990c68a3d943eb [2024-11-08T00:31:15.158Z] 515e873cf8c49ccc867724a600990c68a3d943eb [false] [Pipeline] sh [2024-11-08T00:31:15.452Z] + git log --format=format:%s -1 515e873cf8c49ccc867724a600990c68a3d943eb [Pipeline] echo [2024-11-08T00:31:15.472Z] ========================================================= [2024-11-08T00:31:15.472Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-11-08T00:31:15.472Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-11-08T00:31:15.813Z] + git log --format=format:%s -1 515e873cf8c49ccc867724a600990c68a3d943eb [Pipeline] echo [2024-11-08T00:31:15.825Z] [semverPrep] GIT_COMMIT: 515e873cf8c49ccc867724a600990c68a3d943eb, Commit Message: Merge pull request #89 from jackchenjc/edgex-go-issue-4916-2 [Pipeline] echo [2024-11-08T00:31:15.838Z] [semverPrep] This is not a build commit. [Pipeline] sh [2024-11-08T00:31:16.212Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-11-08T00:31:16.212Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-11-08T00:31:16.212Z] + [ -e /tmp/ssh_known_hosts ] [2024-11-08T00:31:16.212Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-11-08T00:31:16.212Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-11-08T00:31:16.212Z] sudo tee -a /etc/ssh/ssh_known_hosts [2024-11-08T00:31:16.212Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-08T00:31:16.661Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-11-08T00:31:16.661Z] [2024-11-08T00:31:16.661Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-08T00:31:16.976Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-11-08T00:31:16.976Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-11-08T00:31:16.976Z] b85a868b505f: Pulling fs layer [2024-11-08T00:31:16.976Z] e2be974225ed: Pulling fs layer [2024-11-08T00:31:16.976Z] 339a4e72a1f5: Pulling fs layer [2024-11-08T00:31:16.976Z] 988bab9f4d93: Pulling fs layer [2024-11-08T00:31:16.976Z] 1469e6f7b9e6: Pulling fs layer [2024-11-08T00:31:16.976Z] eaf3925da568: Pulling fs layer [2024-11-08T00:31:16.976Z] bab4dde63d76: Pulling fs layer [2024-11-08T00:31:16.976Z] bde34c3a00c8: Pulling fs layer [2024-11-08T00:31:16.976Z] b352a97aabf1: Pulling fs layer [2024-11-08T00:31:16.976Z] 4872d77fe225: Pulling fs layer [2024-11-08T00:31:16.976Z] 5851b861e8e6: Pulling fs layer [2024-11-08T00:31:16.976Z] 988bab9f4d93: Waiting [2024-11-08T00:31:16.976Z] 1469e6f7b9e6: Waiting [2024-11-08T00:31:16.976Z] eaf3925da568: Waiting [2024-11-08T00:31:16.976Z] bab4dde63d76: Waiting [2024-11-08T00:31:16.976Z] bde34c3a00c8: Waiting [2024-11-08T00:31:16.976Z] b352a97aabf1: Waiting [2024-11-08T00:31:16.976Z] 4872d77fe225: Waiting [2024-11-08T00:31:16.976Z] 5851b861e8e6: Waiting [2024-11-08T00:31:16.976Z] e2be974225ed: Download complete [2024-11-08T00:31:16.976Z] 988bab9f4d93: Verifying Checksum [2024-11-08T00:31:16.976Z] 988bab9f4d93: Download complete [2024-11-08T00:31:16.976Z] 1469e6f7b9e6: Verifying Checksum [2024-11-08T00:31:16.976Z] 1469e6f7b9e6: Download complete [2024-11-08T00:31:17.239Z] eaf3925da568: Download complete [2024-11-08T00:31:17.239Z] 339a4e72a1f5: Verifying Checksum [2024-11-08T00:31:17.239Z] 339a4e72a1f5: Download complete [2024-11-08T00:31:17.239Z] bde34c3a00c8: Download complete [2024-11-08T00:31:17.239Z] b352a97aabf1: Download complete [2024-11-08T00:31:17.239Z] 4872d77fe225: Download complete [2024-11-08T00:31:17.239Z] 5851b861e8e6: Verifying Checksum [2024-11-08T00:31:17.239Z] 5851b861e8e6: Download complete [2024-11-08T00:31:17.239Z] b85a868b505f: Verifying Checksum [2024-11-08T00:31:17.239Z] b85a868b505f: Download complete [2024-11-08T00:31:17.499Z] bab4dde63d76: Verifying Checksum [2024-11-08T00:31:17.499Z] bab4dde63d76: Download complete [2024-11-08T00:31:18.435Z] b85a868b505f: Pull complete [2024-11-08T00:31:18.693Z] e2be974225ed: Pull complete [2024-11-08T00:31:18.953Z] 339a4e72a1f5: Pull complete [2024-11-08T00:31:19.213Z] 988bab9f4d93: Pull complete [2024-11-08T00:31:19.472Z] 1469e6f7b9e6: Pull complete [2024-11-08T00:31:19.472Z] eaf3925da568: Pull complete [2024-11-08T00:31:21.379Z] bab4dde63d76: Pull complete [2024-11-08T00:31:21.379Z] bde34c3a00c8: Pull complete [2024-11-08T00:31:21.379Z] b352a97aabf1: Pull complete [2024-11-08T00:31:21.379Z] 4872d77fe225: Pull complete [2024-11-08T00:31:21.641Z] 5851b861e8e6: Pull complete [2024-11-08T00:31:21.641Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-11-08T00:31:21.641Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-11-08T00:31:21.641Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-08T00:31:21.790Z] prd-ubuntu20.04-docker-8c-8g-24938 does not seem to be running inside a container [2024-11-08T00:31:21.819Z] $ 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 [2024-11-08T00:31:23.115Z] $ docker top f59f8b04b4bbb6f0d694d41ed406a9fbb021f6ea2b4f7724d42f99640c90059d -eo pid,comm [2024-11-08T00:31:23.175Z] 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). [2024-11-08T00:31:23.175Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-11-08T00:31:23.230Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-11-08T00:31:23.230Z] [ssh-agent] Looking for ssh-agent implementation... [2024-11-08T00:31:23.358Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-11-08T00:31:23.358Z] $ docker exec f59f8b04b4bbb6f0d694d41ed406a9fbb021f6ea2b4f7724d42f99640c90059d ssh-agent [2024-11-08T00:31:23.473Z] SSH_AUTH_SOCK=/tmp/ssh-rC86ZRG7sh97/agent.31 [2024-11-08T00:31:23.473Z] SSH_AGENT_PID=37 [2024-11-08T00:31:23.480Z] Running ssh-add (command line suppressed) [2024-11-08T00:31:23.592Z] 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) [2024-11-08T00:31:23.617Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-11-08T00:31:23.914Z] + git tag --points-at HEAD [Pipeline] } [2024-11-08T00:31:23.923Z] $ docker exec --env ******** --env ******** f59f8b04b4bbb6f0d694d41ed406a9fbb021f6ea2b4f7724d42f99640c90059d ssh-agent -k [2024-11-08T00:31:24.042Z] unset SSH_AUTH_SOCK; [2024-11-08T00:31:24.044Z] unset SSH_AGENT_PID; [2024-11-08T00:31:24.044Z] echo Agent pid 37 killed; [2024-11-08T00:31:24.058Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-11-08T00:31:24.094Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-11-08T00:31:24.094Z] [ssh-agent] Looking for ssh-agent implementation... [2024-11-08T00:31:24.209Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-11-08T00:31:24.209Z] $ docker exec f59f8b04b4bbb6f0d694d41ed406a9fbb021f6ea2b4f7724d42f99640c90059d ssh-agent [2024-11-08T00:31:24.325Z] SSH_AUTH_SOCK=/tmp/ssh-BowGbd3s8VLR/agent.70 [2024-11-08T00:31:24.325Z] SSH_AGENT_PID=76 [2024-11-08T00:31:24.331Z] Running ssh-add (command line suppressed) [2024-11-08T00:31:24.428Z] 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) [2024-11-08T00:31:24.444Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-11-08T00:31:24.745Z] + git semver init [2024-11-08T00:31:25.007Z] 2024-11-08 00:31:24,921 [run_init] DEBUG init version:0.0.0 force:False [2024-11-08T00:31:25.007Z] 2024-11-08 00:31:24,921 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-opc-ua_main/.semver [2024-11-08T00:31:25.007Z] 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 [2024-11-08T00:31:25.007Z] 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) [2024-11-08T00:31:25.576Z] 2024-11-08 00:31:25,551 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-opc-ua_main/.git/info/exclude [2024-11-08T00:31:25.576Z] 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 [2024-11-08T00:31:25.576Z] 2024-11-08 00:31:25,552 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-opc-ua_main/.semver/main [2024-11-08T00:31:25.576Z] 2024-11-08 00:31:25,552 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-opc-ua_main/.semver/main [2024-11-08T00:31:25.576Z] 4.0.0-dev.1 [Pipeline] } [2024-11-08T00:31:25.582Z] $ docker exec --env ******** --env ******** f59f8b04b4bbb6f0d694d41ed406a9fbb021f6ea2b4f7724d42f99640c90059d ssh-agent -k [2024-11-08T00:31:25.692Z] unset SSH_AUTH_SOCK; [2024-11-08T00:31:25.693Z] unset SSH_AGENT_PID; [2024-11-08T00:31:25.693Z] echo Agent pid 76 killed; [2024-11-08T00:31:25.706Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-11-08T00:31:26.030Z] + git semver [Pipeline] } [2024-11-08T00:31:26.306Z] $ docker stop --time=1 f59f8b04b4bbb6f0d694d41ed406a9fbb021f6ea2b4f7724d42f99640c90059d [2024-11-08T00:31:27.606Z] $ docker rm -f --volumes f59f8b04b4bbb6f0d694d41ed406a9fbb021f6ea2b4f7724d42f99640c90059d [Pipeline] // withDockerContainer [Pipeline] sh [2024-11-08T00:31:27.962Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-11-08T00:31:28.192Z] Stashed 1 file(s) [Pipeline] echo [2024-11-08T00:31:28.196Z] [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 [2024-11-08T00:31:28.356Z] provisioning config files... [2024-11-08T00:31:28.365Z] copy managed file [device-opc-ua-settings] to file:/w/workspace/edgexfoundry_device-opc-ua_main@tmp/config6427595967117152311tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-11-08T00:31:28.672Z] ---> ****-login.sh [2024-11-08T00:31:28.672Z] nexus3.edgexfoundry.org:10001 [2024-11-08T00:31:28.672Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-08T00:31:28.672Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-08T00:31:28.673Z] Configure a credential helper to remove this warning. See [2024-11-08T00:31:28.673Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-08T00:31:28.673Z] [2024-11-08T00:31:28.673Z] Login Succeeded [2024-11-08T00:31:28.673Z] nexus3.edgexfoundry.org:10002 [2024-11-08T00:31:28.673Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-08T00:31:28.673Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-08T00:31:28.673Z] Configure a credential helper to remove this warning. See [2024-11-08T00:31:28.673Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-08T00:31:28.673Z] [2024-11-08T00:31:28.673Z] Login Succeeded [2024-11-08T00:31:28.673Z] nexus3.edgexfoundry.org:10003 [2024-11-08T00:31:28.932Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-08T00:31:28.932Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-08T00:31:28.932Z] Configure a credential helper to remove this warning. See [2024-11-08T00:31:28.933Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-08T00:31:28.933Z] [2024-11-08T00:31:28.933Z] Login Succeeded [2024-11-08T00:31:28.933Z] nexus3.edgexfoundry.org:10004 [2024-11-08T00:31:28.933Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-08T00:31:28.933Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-08T00:31:28.933Z] Configure a credential helper to remove this warning. See [2024-11-08T00:31:28.933Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-08T00:31:28.933Z] [2024-11-08T00:31:28.933Z] Login Succeeded [2024-11-08T00:31:28.933Z] ****.io [2024-11-08T00:31:29.192Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-08T00:31:29.192Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-08T00:31:29.192Z] Configure a credential helper to remove this warning. See [2024-11-08T00:31:29.192Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-08T00:31:29.192Z] [2024-11-08T00:31:29.192Z] Login Succeeded [2024-11-08T00:31:29.192Z] ---> ****-login.sh ends [Pipeline] } [2024-11-08T00:31:29.199Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-11-08T00:31:29.294Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-11-08T00:31:29.311Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-11-08T00:31:29.330Z] ========================================================= [2024-11-08T00:31:29.330Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2024-11-08T00:31:29.330Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-08T00:31:29.669Z] + 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 . [2024-11-08T00:31:29.669Z] Sending build context to Docker daemon 849.4kB [2024-11-08T00:31:29.669Z] Step 1/5 : FROM golang:1.23-alpine3.20 AS builder [2024-11-08T00:31:29.928Z] 1.23-alpine3.20: Pulling from library/golang [2024-11-08T00:31:30.186Z] 43c4264eed91: Pulling fs layer [2024-11-08T00:31:30.186Z] aec3504c519e: Pulling fs layer [2024-11-08T00:31:30.186Z] c79bddf330f7: Pulling fs layer [2024-11-08T00:31:30.186Z] 0d736227ff64: Pulling fs layer [2024-11-08T00:31:30.186Z] 4f4fb700ef54: Pulling fs layer [2024-11-08T00:31:30.186Z] 0d736227ff64: Waiting [2024-11-08T00:31:30.186Z] 4f4fb700ef54: Waiting [2024-11-08T00:31:30.186Z] 43c4264eed91: Verifying Checksum [2024-11-08T00:31:30.186Z] 43c4264eed91: Download complete [2024-11-08T00:31:30.186Z] aec3504c519e: Download complete [2024-11-08T00:31:30.443Z] 0d736227ff64: Download complete [2024-11-08T00:31:30.443Z] 4f4fb700ef54: Verifying Checksum [2024-11-08T00:31:30.443Z] 4f4fb700ef54: Download complete [2024-11-08T00:31:30.443Z] 43c4264eed91: Pull complete [2024-11-08T00:31:30.443Z] aec3504c519e: Pull complete [2024-11-08T00:31:31.006Z] c79bddf330f7: Verifying Checksum [2024-11-08T00:31:31.006Z] c79bddf330f7: Download complete [2024-11-08T00:31:34.288Z] c79bddf330f7: Pull complete [2024-11-08T00:31:34.288Z] 0d736227ff64: Pull complete [2024-11-08T00:31:34.288Z] 4f4fb700ef54: Pull complete [2024-11-08T00:31:34.288Z] Digest: sha256:09742590377387b931261cbeb72ce56da1b0d750a27379f7385245b2b058b63a [2024-11-08T00:31:34.288Z] Status: Downloaded newer image for golang:1.23-alpine3.20 [2024-11-08T00:31:34.288Z] ---> 4147efcd34f7 [2024-11-08T00:31:34.288Z] Step 2/5 : WORKDIR /device-opcua [2024-11-08T00:31:35.225Z] ---> Running in 94e8e2b49009 [2024-11-08T00:31:35.225Z] Removing intermediate container 94e8e2b49009 [2024-11-08T00:31:35.225Z] ---> 829e3f5858e8 [2024-11-08T00:31:35.225Z] Step 3/5 : RUN apk update && apk add --no-cache make git zeromq-dev gcc pkgconfig musl-dev [2024-11-08T00:31:35.225Z] ---> Running in 3a656edd797c [2024-11-08T00:31:35.483Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-08T00:31:35.743Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-08T00:31:36.002Z] v3.20.3-268-g9d0bdcad275 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-11-08T00:31:36.002Z] v3.20.3-270-g0d376f75969 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-11-08T00:31:36.002Z] OK: 24168 distinct packages available [2024-11-08T00:31:36.262Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-08T00:31:36.262Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-08T00:31:36.521Z] (1/30) Installing libgcc (13.2.1_git20240309-r0) [2024-11-08T00:31:36.522Z] (2/30) Installing jansson (2.14-r4) [2024-11-08T00:31:36.522Z] (3/30) Installing libstdc++ (13.2.1_git20240309-r0) [2024-11-08T00:31:36.522Z] (4/30) Installing zstd-libs (1.5.6-r0) [2024-11-08T00:31:36.522Z] (5/30) Installing binutils (2.42-r0) [2024-11-08T00:31:36.522Z] (6/30) Installing libgomp (13.2.1_git20240309-r0) [2024-11-08T00:31:36.522Z] (7/30) Installing libatomic (13.2.1_git20240309-r0) [2024-11-08T00:31:36.522Z] (8/30) Installing gmp (6.3.0-r1) [2024-11-08T00:31:36.522Z] (9/30) Installing isl26 (0.26-r1) [2024-11-08T00:31:36.781Z] (10/30) Installing mpfr4 (4.2.1-r0) [2024-11-08T00:31:36.781Z] (11/30) Installing mpc1 (1.3.1-r1) [2024-11-08T00:31:36.781Z] (12/30) Installing gcc (13.2.1_git20240309-r0) [2024-11-08T00:31:37.352Z] (13/30) Installing brotli-libs (1.1.0-r2) [2024-11-08T00:31:37.352Z] (14/30) Installing c-ares (1.33.1-r0) [2024-11-08T00:31:37.352Z] (15/30) Installing libunistring (1.2-r0) [2024-11-08T00:31:37.352Z] (16/30) Installing libidn2 (2.3.7-r0) [2024-11-08T00:31:37.352Z] (17/30) Installing nghttp2-libs (1.62.1-r0) [2024-11-08T00:31:37.352Z] (18/30) Installing libpsl (0.21.5-r1) [2024-11-08T00:31:37.352Z] (19/30) Installing libcurl (8.11.0-r1) [2024-11-08T00:31:37.352Z] (20/30) Installing libexpat (2.6.3-r0) [2024-11-08T00:31:37.352Z] (21/30) Installing pcre2 (10.43-r0) [2024-11-08T00:31:37.352Z] (22/30) Installing git (2.45.2-r0) [2024-11-08T00:31:37.352Z] (23/30) Installing git-init-template (2.45.2-r0) [2024-11-08T00:31:37.352Z] (24/30) Installing make (4.4.1-r2) [2024-11-08T00:31:37.352Z] (25/30) Installing musl-dev (1.2.5-r0) [2024-11-08T00:31:37.617Z] (26/30) Installing pkgconf (2.2.0-r0) [2024-11-08T00:31:37.617Z] (27/30) Installing libsodium (1.0.19-r0) [2024-11-08T00:31:37.617Z] (28/30) Installing libzmq (4.3.5-r2) [2024-11-08T00:31:37.617Z] (29/30) Installing libsodium-dev (1.0.19-r0) [2024-11-08T00:31:37.617Z] (30/30) Installing zeromq-dev (4.3.5-r2) [2024-11-08T00:31:37.617Z] Executing busybox-1.36.1-r29.trigger [2024-11-08T00:31:37.617Z] OK: 171 MiB in 45 packages [2024-11-08T00:31:40.148Z] Removing intermediate container 3a656edd797c [2024-11-08T00:31:40.148Z] ---> e5c093f96b53 [2024-11-08T00:31:40.148Z] Step 4/5 : COPY . . [2024-11-08T00:31:40.148Z] ---> b245f4142379 [2024-11-08T00:31:40.148Z] Step 5/5 : RUN make build [2024-11-08T00:31:40.148Z] ---> Running in c81a8d373991 [2024-11-08T00:31:40.406Z] 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 [2024-11-08T00:31:40.406Z] go: downloading github.com/edgexfoundry/device-sdk-go/v4 v4.0.0-dev.1 [2024-11-08T00:31:40.406Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v4 v4.0.0-dev.2 [2024-11-08T00:31:40.406Z] go: downloading github.com/gopcua/opcua v0.5.3 [2024-11-08T00:31:40.970Z] go: downloading github.com/spf13/cast v1.7.0 [2024-11-08T00:31:40.970Z] go: downloading github.com/go-kit/log v0.2.1 [2024-11-08T00:31:40.970Z] go: downloading github.com/go-playground/validator/v10 v10.22.1 [2024-11-08T00:31:40.970Z] go: downloading github.com/google/uuid v1.6.0 [2024-11-08T00:31:40.970Z] go: downloading github.com/go-logfmt/logfmt v0.5.1 [2024-11-08T00:31:40.970Z] go: downloading github.com/go-playground/universal-translator v0.18.1 [2024-11-08T00:31:40.970Z] go: downloading github.com/gabriel-vasile/mimetype v1.4.3 [2024-11-08T00:31:40.970Z] go: downloading github.com/leodido/go-urn v1.4.0 [2024-11-08T00:31:40.970Z] go: downloading golang.org/x/crypto v0.28.0 [2024-11-08T00:31:40.970Z] go: downloading golang.org/x/text v0.19.0 [2024-11-08T00:31:40.970Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v4 v4.0.0-dev.1 [2024-11-08T00:31:40.970Z] go: downloading github.com/labstack/echo/v4 v4.12.0 [2024-11-08T00:31:41.231Z] go: downloading github.com/go-playground/locales v0.14.1 [2024-11-08T00:31:41.231Z] go: downloading golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 [2024-11-08T00:31:41.489Z] go: downloading github.com/panjf2000/ants/v2 v2.10.0 [2024-11-08T00:31:41.489Z] go: downloading github.com/fxamacker/cbor/v2 v2.7.0 [2024-11-08T00:31:41.489Z] go: downloading github.com/pkg/errors v0.9.1 [2024-11-08T00:31:41.489Z] go: downloading golang.org/x/net v0.30.0 [2024-11-08T00:31:41.489Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2024-11-08T00:31:41.489Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2024-11-08T00:31:41.489Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v4 v4.0.0-dev.2 [2024-11-08T00:31:41.489Z] go: downloading github.com/hashicorp/go-multierror v1.1.1 [2024-11-08T00:31:41.489Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2024-11-08T00:31:41.489Z] go: downloading golang.org/x/sys v0.26.0 [2024-11-08T00:31:41.747Z] go: downloading github.com/labstack/gommon v0.4.2 [2024-11-08T00:31:41.747Z] go: downloading github.com/edgexfoundry/go-mod-registry/v4 v4.0.0-dev.1 [2024-11-08T00:31:42.004Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.5.0 [2024-11-08T00:31:42.004Z] go: downloading github.com/openziti/sdk-golang v0.23.43 [2024-11-08T00:31:42.004Z] go: downloading github.com/sirupsen/logrus v1.9.3 [2024-11-08T00:31:42.004Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v4 v4.0.0-dev.1 [2024-11-08T00:31:42.261Z] go: downloading github.com/mitchellh/mapstructure v1.5.0 [2024-11-08T00:31:42.261Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v4 v4.0.0-dev.1 [2024-11-08T00:31:42.261Z] go: downloading github.com/mitchellh/copystructure v1.2.0 [2024-11-08T00:31:42.261Z] go: downloading github.com/x448/float16 v0.8.4 [2024-11-08T00:31:42.261Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2024-11-08T00:31:42.261Z] go: downloading golang.org/x/sync v0.8.0 [2024-11-08T00:31:42.518Z] go: downloading github.com/mattn/go-colorable v0.1.13 [2024-11-08T00:31:42.518Z] go: downloading github.com/mattn/go-isatty v0.0.20 [2024-11-08T00:31:42.518Z] go: downloading github.com/valyala/fasttemplate v1.2.2 [2024-11-08T00:31:42.518Z] go: downloading github.com/gorilla/websocket v1.5.3 [2024-11-08T00:31:42.518Z] go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible [2024-11-08T00:31:42.518Z] go: downloading golang.org/x/time v0.6.0 [2024-11-08T00:31:42.518Z] go: downloading github.com/go-openapi/runtime v0.28.0 [2024-11-08T00:31:42.518Z] go: downloading github.com/go-openapi/strfmt v0.23.0 [2024-11-08T00:31:42.518Z] go: downloading github.com/go-resty/resty/v2 v2.15.3 [2024-11-08T00:31:42.518Z] go: downloading github.com/golang-jwt/jwt/v5 v5.2.1 [2024-11-08T00:31:42.518Z] go: downloading github.com/michaelquigley/pfxlog v0.6.10 [2024-11-08T00:31:42.518Z] go: downloading github.com/openziti/edge-api v0.26.32 [2024-11-08T00:31:43.313Z] Still waiting to schedule task [2024-11-08T00:31:43.313Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-24936’ [2024-11-08T00:31:43.449Z] go: downloading github.com/openziti/foundation/v2 v2.0.49 [2024-11-08T00:31:43.450Z] go: downloading github.com/openziti/identity v1.0.85 [2024-11-08T00:31:43.450Z] go: downloading github.com/orcaman/concurrent-map/v2 v2.0.1 [2024-11-08T00:31:43.450Z] go: downloading github.com/zitadel/oidc/v2 v2.12.2 [2024-11-08T00:31:43.450Z] go: downloading golang.org/x/oauth2 v0.23.0 [2024-11-08T00:31:43.450Z] go: downloading github.com/cenkalti/backoff/v4 v4.3.0 [2024-11-08T00:31:43.450Z] go: downloading github.com/kataras/go-events v0.0.3 [2024-11-08T00:31:43.450Z] go: downloading github.com/openziti/channel/v3 v3.0.4 [2024-11-08T00:31:43.450Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2024-11-08T00:31:43.450Z] go: downloading github.com/openziti/secretstream v0.1.25 [2024-11-08T00:31:43.450Z] go: downloading github.com/openziti/transport/v2 v2.0.146 [2024-11-08T00:31:43.450Z] go: downloading github.com/openziti/metrics v1.2.58 [2024-11-08T00:31:43.450Z] go: downloading github.com/mitchellh/reflectwalk v1.0.2 [2024-11-08T00:31:43.450Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.4.0 [2024-11-08T00:31:43.450Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2024-11-08T00:31:43.450Z] go: downloading github.com/hashicorp/consul/api v1.29.4 [2024-11-08T00:31:43.450Z] go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d [2024-11-08T00:31:43.450Z] go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 [2024-11-08T00:31:43.450Z] go: downloading github.com/go-openapi/errors v0.22.0 [2024-11-08T00:31:43.450Z] go: downloading github.com/oklog/ulid v1.3.1 [2024-11-08T00:31:43.709Z] go: downloading go.mongodb.org/mongo-driver v1.17.0 [2024-11-08T00:31:43.709Z] go: downloading github.com/go-openapi/swag v0.23.0 [2024-11-08T00:31:43.709Z] go: downloading github.com/opentracing/opentracing-go v1.2.0 [2024-11-08T00:31:43.709Z] go: downloading go.opentelemetry.io/otel v1.29.0 [2024-11-08T00:31:43.967Z] go: downloading go.opentelemetry.io/otel/trace v1.29.0 [2024-11-08T00:31:43.967Z] go: downloading github.com/valyala/bytebufferpool v1.0.0 [2024-11-08T00:31:43.967Z] go: downloading github.com/go-openapi/validate v0.24.0 [2024-11-08T00:31:43.968Z] go: downloading github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa [2024-11-08T00:31:43.968Z] go: downloading github.com/fsnotify/fsnotify v1.7.0 [2024-11-08T00:31:43.968Z] go: downloading gopkg.in/go-jose/go-jose.v2 v2.6.3 [2024-11-08T00:31:43.968Z] go: downloading github.com/gorilla/securecookie v1.1.2 [2024-11-08T00:31:43.968Z] go: downloading github.com/golang/protobuf v1.5.4 [2024-11-08T00:31:43.968Z] go: downloading google.golang.org/protobuf v1.34.2 [2024-11-08T00:31:43.968Z] go: downloading github.com/speps/go-hashids v2.0.0+incompatible [2024-11-08T00:31:43.968Z] go: downloading github.com/gorilla/schema v1.4.1 [2024-11-08T00:31:43.968Z] go: downloading github.com/muhlemmer/gu v0.3.1 [2024-11-08T00:31:43.968Z] go: downloading github.com/mitchellh/go-ps v1.0.0 [2024-11-08T00:31:43.968Z] go: downloading github.com/shirou/gopsutil/v3 v3.24.5 [2024-11-08T00:31:43.968Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2024-11-08T00:31:44.226Z] go: downloading golang.org/x/term v0.25.0 [2024-11-08T00:31:44.226Z] go: downloading github.com/zeebo/errs v1.3.0 [2024-11-08T00:31:44.226Z] go: downloading google.golang.org/grpc v1.67.1 [2024-11-08T00:31:44.226Z] go: downloading github.com/go-openapi/analysis v0.23.0 [2024-11-08T00:31:44.226Z] go: downloading github.com/go-openapi/loads v0.22.0 [2024-11-08T00:31:44.226Z] go: downloading github.com/go-openapi/spec v0.21.0 [2024-11-08T00:31:44.483Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2024-11-08T00:31:44.483Z] go: downloading github.com/hashicorp/go-hclog v1.5.0 [2024-11-08T00:31:44.483Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2024-11-08T00:31:44.483Z] go: downloading github.com/hashicorp/serf v0.10.1 [2024-11-08T00:31:44.483Z] go: downloading github.com/mailru/easyjson v0.7.7 [2024-11-08T00:31:44.483Z] go: downloading github.com/go-logr/logr v1.4.2 [2024-11-08T00:31:44.483Z] go: downloading go.opentelemetry.io/otel/metric v1.29.0 [2024-11-08T00:31:44.483Z] go: downloading github.com/go-openapi/jsonpointer v0.21.0 [2024-11-08T00:31:44.483Z] go: downloading github.com/tklauser/go-sysconf v0.3.12 [2024-11-08T00:31:44.483Z] go: downloading github.com/go-jose/go-jose/v4 v4.0.4 [2024-11-08T00:31:44.483Z] go: downloading github.com/fatih/color v1.16.0 [2024-11-08T00:31:44.483Z] go: downloading github.com/josharian/intern v1.0.0 [2024-11-08T00:31:44.483Z] go: downloading github.com/go-logr/stdr v1.2.2 [2024-11-08T00:31:44.483Z] go: downloading github.com/go-openapi/jsonreference v0.21.0 [2024-11-08T00:31:44.483Z] go: downloading github.com/parallaxsecond/parsec-client-go v0.0.0-20221025095442-f0a77d263cf9 [2024-11-08T00:31:44.483Z] go: downloading github.com/armon/go-metrics v0.4.1 [2024-11-08T00:31:44.483Z] go: downloading github.com/tklauser/numcpus v0.6.1 [2024-11-08T00:31:44.483Z] go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 [2024-11-08T00:31:44.740Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2024-11-08T00:31:44.740Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2024-11-08T00:32:11.287Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2024-11-08T00:32:33.218Z] Removing intermediate container c81a8d373991 [2024-11-08T00:32:33.218Z] ---> ddc682ab4855 [2024-11-08T00:32:33.218Z] [Warning] One or more build-args [BASE MAKE] were not consumed [2024-11-08T00:32:33.218Z] Successfully built ddc682ab4855 [2024-11-08T00:32:33.218Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-08T00:32:33.545Z] + docker inspect -f . ci-base-image-x86_64 [2024-11-08T00:32:33.545Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-08T00:32:33.624Z] prd-ubuntu20.04-docker-8c-8g-24938 does not seem to be running inside a container [2024-11-08T00:32:33.655Z] $ 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 [2024-11-08T00:32:34.060Z] $ docker top 179332a91c947537cb38b41d95dbd08a45a051d31ec6479ef7054a827f009a8b -eo pid,comm [Pipeline] { [Pipeline] sh [2024-11-08T00:32:34.417Z] + go version [2024-11-08T00:32:34.417Z] go version go1.23.3 linux/amd64 [Pipeline] } [2024-11-08T00:32:34.425Z] $ docker stop --time=1 179332a91c947537cb38b41d95dbd08a45a051d31ec6479ef7054a827f009a8b [2024-11-08T00:32:35.702Z] $ 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 [2024-11-08T00:32:36.145Z] + docker inspect -f . ci-base-image-x86_64 [2024-11-08T00:32:36.145Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-08T00:32:36.226Z] prd-ubuntu20.04-docker-8c-8g-24938 does not seem to be running inside a container [2024-11-08T00:32:36.253Z] $ 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 [2024-11-08T00:32:36.602Z] $ docker top 430c3a0e5242e06aed83785d9083c9d9604cd4d12e6f7c588bd4db5609a6b890 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-11-08T00:32:36.952Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-opc-ua_main [Pipeline] fileExists [Pipeline] sh [2024-11-08T00:32:37.255Z] + make test [2024-11-08T00:32:37.255Z] go install github.com/jstemmer/go-junit-report@v0.9.1 [2024-11-08T00:32:37.255Z] go: downloading github.com/jstemmer/go-junit-report v0.9.1 [2024-11-08T00:32:43.844Z] go install github.com/axw/gocov/gocov@v1.0.0 [2024-11-08T00:32:43.844Z] go: downloading github.com/axw/gocov v1.0.0 [2024-11-08T00:32:44.103Z] go: downloading golang.org/x/tools v0.0.0-20190617190820-da514acc4774 [2024-11-08T00:32:46.004Z] go install github.com/AlekSi/gocov-xml@v1.0.0 [2024-11-08T00:32:46.263Z] go: downloading github.com/AlekSi/gocov-xml v1.0.0 [2024-11-08T00:32:47.199Z] go install github.com/jandelgado/gcov2lcov@v1.0.5 [2024-11-08T00:32:47.458Z] go: downloading github.com/jandelgado/gcov2lcov v1.0.5 [2024-11-08T00:32:48.836Z] rm -rf test-artifacts [2024-11-08T00:32:48.836Z] mkdir test-artifacts [2024-11-08T00:32:48.836Z] go test -v ./... -coverprofile=test-artifacts/cover.out | go-junit-report > test-artifacts/report.xml [2024-11-08T00:32:48.836Z] go: downloading github.com/stretchr/testify v1.9.0 [2024-11-08T00:32:48.836Z] go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 [2024-11-08T00:32:48.836Z] go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc [2024-11-08T00:33:10.765Z] gocov convert test-artifacts/cover.out | gocov-xml > test-artifacts/coverage.xml [2024-11-08T00:33:10.765Z] gcov2lcov -infile=test-artifacts/cover.out -outfile=test-artifacts/coverage.lcov [Pipeline] echo [2024-11-08T00:33:10.779Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-11-08T00:33:10.796Z] $ docker stop --time=1 430c3a0e5242e06aed83785d9083c9d9604cd4d12e6f7c588bd4db5609a6b890 [2024-11-08T00:33:16.199Z] $ docker rm -f --volumes 430c3a0e5242e06aed83785d9083c9d9604cd4d12e6f7c588bd4db5609a6b890 [Pipeline] // withDockerContainer [Pipeline] sh [2024-11-08T00:33:16.719Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-11-08T00:33:16.767Z] Stashed 0 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2024-11-08T00:33:17.389Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-11-08T00:33:17.677Z] + ls -al . [2024-11-08T00:33:17.677Z] total 204 [2024-11-08T00:33:17.677Z] drwxrwxr-x 10 jenkins jenkins 4096 Nov 8 00:32 . [2024-11-08T00:33:17.677Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 8 00:32 .. [2024-11-08T00:33:17.677Z] -rw-rw-r-- 1 jenkins jenkins 62 Nov 8 00:31 .dockerignore [2024-11-08T00:33:17.677Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 8 00:33 .git [2024-11-08T00:33:17.677Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 8 00:31 .github [2024-11-08T00:33:17.677Z] -rw-rw-r-- 1 jenkins jenkins 84 Nov 8 00:31 .gitignore [2024-11-08T00:33:17.677Z] drwxr-xr-x 3 jenkins jenkins 4096 Nov 8 00:31 .semver [2024-11-08T00:33:17.677Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 8 00:31 .vscode [2024-11-08T00:33:17.677Z] -rw-rw-r-- 1 jenkins jenkins 7466 Nov 8 00:31 Attribution.txt [2024-11-08T00:33:17.677Z] -rw-rw-r-- 1 jenkins jenkins 1125 Nov 8 00:31 Dockerfile [2024-11-08T00:33:17.677Z] -rw-rw-r-- 1 jenkins jenkins 649 Nov 8 00:31 Jenkinsfile [2024-11-08T00:33:17.677Z] -rw-rw-r-- 1 jenkins jenkins 11367 Nov 8 00:31 LICENSE [2024-11-08T00:33:17.677Z] -rw-rw-r-- 1 jenkins jenkins 2193 Nov 8 00:31 Makefile [2024-11-08T00:33:17.677Z] -rw-rw-r-- 1 jenkins jenkins 4182 Nov 8 00:31 README.md [2024-11-08T00:33:17.677Z] -rw-rw-r-- 1 jenkins jenkins 11 Nov 8 00:31 VERSION [2024-11-08T00:33:17.677Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 8 00:31 bin [2024-11-08T00:33:17.677Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 8 00:31 cmd [2024-11-08T00:33:17.677Z] -rw-rw-r-- 1 jenkins jenkins 7098 Nov 8 00:31 go.mod [2024-11-08T00:33:17.677Z] -rw-rw-r-- 1 jenkins jenkins 100417 Nov 8 00:31 go.sum [2024-11-08T00:33:17.677Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 8 00:31 internal [2024-11-08T00:33:17.677Z] drwxr-xr-x 2 jenkins jenkins 4096 Nov 8 00:33 test-artifacts [2024-11-08T00:33:17.677Z] -rw-rw-r-- 1 jenkins jenkins 260 Nov 8 00:31 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-08T00:33:18.052Z] + 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 . [2024-11-08T00:33:18.053Z] Sending build context to Docker daemon 866.8kB [2024-11-08T00:33:18.053Z] Step 1/19 : FROM golang:1.23-alpine3.20 AS builder [2024-11-08T00:33:18.053Z] ---> 4147efcd34f7 [2024-11-08T00:33:18.053Z] Step 2/19 : WORKDIR /device-opcua [2024-11-08T00:33:18.053Z] ---> Using cache [2024-11-08T00:33:18.053Z] ---> 829e3f5858e8 [2024-11-08T00:33:18.053Z] Step 3/19 : RUN apk update && apk add --no-cache make git zeromq-dev gcc pkgconfig musl-dev [2024-11-08T00:33:18.053Z] ---> Using cache [2024-11-08T00:33:18.053Z] ---> e5c093f96b53 [2024-11-08T00:33:18.053Z] Step 4/19 : COPY . . [2024-11-08T00:33:18.311Z] ---> 7363e9a893df [2024-11-08T00:33:18.311Z] Step 5/19 : RUN make build [2024-11-08T00:33:18.311Z] ---> Running in 8d4eaba14b6c [2024-11-08T00:33:18.570Z] 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 [2024-11-08T00:33:18.570Z] go: downloading github.com/edgexfoundry/device-sdk-go/v4 v4.0.0-dev.1 [2024-11-08T00:33:18.570Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v4 v4.0.0-dev.2 [2024-11-08T00:33:18.570Z] go: downloading github.com/gopcua/opcua v0.5.3 [2024-11-08T00:33:18.831Z] go: downloading github.com/spf13/cast v1.7.0 [2024-11-08T00:33:18.831Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v4 v4.0.0-dev.1 [2024-11-08T00:33:18.831Z] go: downloading github.com/labstack/echo/v4 v4.12.0 [2024-11-08T00:33:19.090Z] go: downloading github.com/google/uuid v1.6.0 [2024-11-08T00:33:19.090Z] go: downloading github.com/panjf2000/ants/v2 v2.10.0 [2024-11-08T00:33:19.090Z] go: downloading github.com/go-playground/validator/v10 v10.22.1 [2024-11-08T00:33:19.090Z] go: downloading github.com/go-kit/log v0.2.1 [2024-11-08T00:33:19.090Z] go: downloading github.com/fxamacker/cbor/v2 v2.7.0 [2024-11-08T00:33:19.090Z] go: downloading golang.org/x/net v0.30.0 [2024-11-08T00:33:19.090Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2024-11-08T00:33:19.090Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2024-11-08T00:33:19.090Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v4 v4.0.0-dev.2 [2024-11-08T00:33:19.090Z] go: downloading github.com/hashicorp/go-multierror v1.1.1 [2024-11-08T00:33:19.090Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2024-11-08T00:33:19.090Z] go: downloading github.com/mitchellh/mapstructure v1.5.0 [2024-11-08T00:33:19.090Z] go: downloading github.com/edgexfoundry/go-mod-registry/v4 v4.0.0-dev.1 [2024-11-08T00:33:19.090Z] go: downloading github.com/sirupsen/logrus v1.9.3 [2024-11-08T00:33:19.090Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v4 v4.0.0-dev.1 [2024-11-08T00:33:19.090Z] go: downloading github.com/mitchellh/copystructure v1.2.0 [2024-11-08T00:33:19.090Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.5.0 [2024-11-08T00:33:19.090Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v4 v4.0.0-dev.1 [2024-11-08T00:33:19.090Z] go: downloading github.com/openziti/sdk-golang v0.23.43 [2024-11-08T00:33:19.090Z] go: downloading github.com/labstack/gommon v0.4.2 [2024-11-08T00:33:19.090Z] go: downloading golang.org/x/crypto v0.28.0 [2024-11-08T00:33:19.349Z] go: downloading golang.org/x/sync v0.8.0 [2024-11-08T00:33:19.349Z] go: downloading github.com/go-logfmt/logfmt v0.5.1 [2024-11-08T00:33:19.349Z] go: downloading github.com/x448/float16 v0.8.4 [2024-11-08T00:33:19.349Z] go: downloading github.com/gabriel-vasile/mimetype v1.4.3 [2024-11-08T00:33:19.349Z] go: downloading github.com/go-playground/universal-translator v0.18.1 [2024-11-08T00:33:19.349Z] go: downloading github.com/leodido/go-urn v1.4.0 [2024-11-08T00:33:19.349Z] go: downloading golang.org/x/text v0.19.0 [2024-11-08T00:33:19.349Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2024-11-08T00:33:19.349Z] go: downloading golang.org/x/sys v0.26.0 [2024-11-08T00:33:19.349Z] go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible [2024-11-08T00:33:19.349Z] go: downloading github.com/valyala/fasttemplate v1.2.2 [2024-11-08T00:33:19.349Z] go: downloading golang.org/x/time v0.6.0 [2024-11-08T00:33:19.349Z] go: downloading github.com/mitchellh/reflectwalk v1.0.2 [2024-11-08T00:33:19.349Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.4.0 [2024-11-08T00:33:19.349Z] go: downloading github.com/gorilla/websocket v1.5.3 [2024-11-08T00:33:19.349Z] go: downloading github.com/go-openapi/runtime v0.28.0 [2024-11-08T00:33:19.616Z] go: downloading github.com/go-openapi/strfmt v0.23.0 [2024-11-08T00:33:19.616Z] go: downloading github.com/go-resty/resty/v2 v2.15.3 [2024-11-08T00:33:19.616Z] go: downloading github.com/golang-jwt/jwt/v5 v5.2.1 [2024-11-08T00:33:19.616Z] go: downloading github.com/michaelquigley/pfxlog v0.6.10 [2024-11-08T00:33:19.616Z] go: downloading github.com/openziti/edge-api v0.26.32 [2024-11-08T00:33:20.197Z] go: downloading github.com/openziti/foundation/v2 v2.0.49 [2024-11-08T00:33:20.197Z] go: downloading github.com/openziti/identity v1.0.85 [2024-11-08T00:33:20.197Z] go: downloading github.com/pkg/errors v0.9.1 [2024-11-08T00:33:20.197Z] go: downloading github.com/orcaman/concurrent-map/v2 v2.0.1 [2024-11-08T00:33:20.197Z] go: downloading github.com/zitadel/oidc/v2 v2.12.2 [2024-11-08T00:33:20.197Z] go: downloading golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 [2024-11-08T00:33:20.197Z] go: downloading golang.org/x/oauth2 v0.23.0 [2024-11-08T00:33:20.197Z] go: downloading github.com/openziti/channel/v3 v3.0.4 [2024-11-08T00:33:20.197Z] go: downloading github.com/openziti/secretstream v0.1.25 [2024-11-08T00:33:20.197Z] go: downloading github.com/cenkalti/backoff/v4 v4.3.0 [2024-11-08T00:33:20.197Z] go: downloading github.com/openziti/transport/v2 v2.0.146 [2024-11-08T00:33:20.455Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2024-11-08T00:33:20.455Z] go: downloading github.com/kataras/go-events v0.0.3 [2024-11-08T00:33:20.455Z] go: downloading github.com/openziti/metrics v1.2.58 [2024-11-08T00:33:20.455Z] go: downloading github.com/mattn/go-colorable v0.1.13 [2024-11-08T00:33:20.455Z] go: downloading github.com/mattn/go-isatty v0.0.20 [2024-11-08T00:33:20.455Z] go: downloading github.com/go-playground/locales v0.14.1 [2024-11-08T00:33:20.455Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2024-11-08T00:33:20.455Z] go: downloading github.com/hashicorp/consul/api v1.29.4 [2024-11-08T00:33:20.455Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2024-11-08T00:33:20.455Z] go: downloading github.com/valyala/bytebufferpool v1.0.0 [2024-11-08T00:33:20.455Z] go: downloading github.com/zeebo/errs v1.3.0 [2024-11-08T00:33:20.455Z] go: downloading google.golang.org/grpc v1.67.1 [2024-11-08T00:33:20.455Z] go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 [2024-11-08T00:33:20.455Z] go: downloading github.com/go-openapi/errors v0.22.0 [2024-11-08T00:33:20.455Z] go: downloading github.com/oklog/ulid v1.3.1 [2024-11-08T00:33:20.455Z] go: downloading go.mongodb.org/mongo-driver v1.17.0 [2024-11-08T00:33:21.026Z] go: downloading github.com/go-openapi/swag v0.23.0 [2024-11-08T00:33:21.026Z] go: downloading github.com/opentracing/opentracing-go v1.2.0 [2024-11-08T00:33:21.026Z] go: downloading go.opentelemetry.io/otel v1.29.0 [2024-11-08T00:33:21.390Z] go: downloading go.opentelemetry.io/otel/trace v1.29.0 [2024-11-08T00:33:21.390Z] go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d [2024-11-08T00:33:21.390Z] go: downloading github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa [2024-11-08T00:33:21.390Z] go: downloading github.com/go-openapi/validate v0.24.0 [2024-11-08T00:33:21.390Z] go: downloading github.com/fsnotify/fsnotify v1.7.0 [2024-11-08T00:33:21.390Z] go: downloading github.com/speps/go-hashids v2.0.0+incompatible [2024-11-08T00:33:21.390Z] go: downloading gopkg.in/go-jose/go-jose.v2 v2.6.3 [2024-11-08T00:33:21.390Z] go: downloading github.com/gorilla/securecookie v1.1.2 [2024-11-08T00:33:21.650Z] go: downloading github.com/golang/protobuf v1.5.4 [2024-11-08T00:33:21.650Z] go: downloading google.golang.org/protobuf v1.34.2 [2024-11-08T00:33:21.650Z] go: downloading github.com/gorilla/schema v1.4.1 [2024-11-08T00:33:21.650Z] go: downloading github.com/muhlemmer/gu v0.3.1 [2024-11-08T00:33:21.650Z] go: downloading github.com/mitchellh/go-ps v1.0.0 [2024-11-08T00:33:21.650Z] go: downloading github.com/shirou/gopsutil/v3 v3.24.5 [2024-11-08T00:33:21.650Z] go: downloading github.com/go-jose/go-jose/v4 v4.0.4 [2024-11-08T00:33:21.650Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2024-11-08T00:33:21.650Z] go: downloading github.com/hashicorp/go-hclog v1.5.0 [2024-11-08T00:33:21.650Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2024-11-08T00:33:21.650Z] go: downloading github.com/hashicorp/serf v0.10.1 [2024-11-08T00:33:21.650Z] go: downloading github.com/go-openapi/analysis v0.23.0 [2024-11-08T00:33:21.650Z] go: downloading github.com/go-openapi/loads v0.22.0 [2024-11-08T00:33:21.650Z] go: downloading github.com/go-openapi/spec v0.21.0 [2024-11-08T00:33:21.908Z] go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 [2024-11-08T00:33:21.908Z] go: downloading github.com/mailru/easyjson v0.7.7 [2024-11-08T00:33:21.908Z] go: downloading github.com/go-logr/logr v1.4.2 [2024-11-08T00:33:21.908Z] go: downloading go.opentelemetry.io/otel/metric v1.29.0 [2024-11-08T00:33:21.908Z] go: downloading golang.org/x/term v0.25.0 [2024-11-08T00:33:21.908Z] go: downloading github.com/go-openapi/jsonpointer v0.21.0 [2024-11-08T00:33:21.908Z] go: downloading github.com/tklauser/go-sysconf v0.3.12 [2024-11-08T00:33:21.908Z] go: downloading github.com/fatih/color v1.16.0 [2024-11-08T00:33:21.908Z] go: downloading github.com/armon/go-metrics v0.4.1 [2024-11-08T00:33:21.908Z] go: downloading github.com/go-openapi/jsonreference v0.21.0 [2024-11-08T00:33:21.908Z] go: downloading github.com/go-logr/stdr v1.2.2 [2024-11-08T00:33:21.908Z] go: downloading github.com/josharian/intern v1.0.0 [2024-11-08T00:33:21.908Z] go: downloading github.com/parallaxsecond/parsec-client-go v0.0.0-20221025095442-f0a77d263cf9 [2024-11-08T00:33:21.908Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2024-11-08T00:33:21.908Z] go: downloading github.com/tklauser/numcpus v0.6.1 [2024-11-08T00:33:21.908Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2024-11-08T00:33:48.473Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2024-11-08T00:34:10.469Z] Removing intermediate container 8d4eaba14b6c [2024-11-08T00:34:10.469Z] ---> 9b6d08d65ff8 [2024-11-08T00:34:10.469Z] Step 6/19 : FROM alpine:3.20 [2024-11-08T00:34:10.727Z] 3.20: Pulling from library/alpine [2024-11-08T00:34:10.727Z] 43c4264eed91: Already exists [2024-11-08T00:34:10.992Z] Digest: sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-11-08T00:34:10.992Z] Status: Downloaded newer image for alpine:3.20 [2024-11-08T00:34:10.992Z] ---> 91ef0af61f39 [2024-11-08T00:34:10.992Z] Step 7/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: YIQISOFT' [2024-11-08T00:34:10.992Z] ---> Running in 98ccbf9dc127 [2024-11-08T00:34:11.254Z] Removing intermediate container 98ccbf9dc127 [2024-11-08T00:34:11.254Z] ---> 5773a77cb4b9 [2024-11-08T00:34:11.254Z] Step 8/19 : RUN apk add --update --no-cache zeromq dumb-init [2024-11-08T00:34:11.254Z] ---> Running in ce05746827b4 [2024-11-08T00:34:11.513Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-08T00:34:11.513Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-08T00:34:11.772Z] (1/6) Installing dumb-init (1.2.5-r3) [2024-11-08T00:34:11.772Z] (2/6) Installing libgcc (13.2.1_git20240309-r0) [2024-11-08T00:34:11.772Z] (3/6) Installing libsodium (1.0.19-r0) [2024-11-08T00:34:11.772Z] (4/6) Installing libstdc++ (13.2.1_git20240309-r0) [2024-11-08T00:34:11.772Z] (5/6) Installing libzmq (4.3.5-r2) [2024-11-08T00:34:11.772Z] (6/6) Installing zeromq (4.3.5-r2) [2024-11-08T00:34:11.772Z] Executing busybox-1.36.1-r29.trigger [2024-11-08T00:34:11.772Z] OK: 12 MiB in 20 packages [2024-11-08T00:34:12.341Z] Removing intermediate container ce05746827b4 [2024-11-08T00:34:12.341Z] ---> 4ed80e2d400d [2024-11-08T00:34:12.341Z] Step 9/19 : RUN apk --no-cache upgrade [2024-11-08T00:34:12.341Z] ---> Running in a3bb8b755f53 [2024-11-08T00:34:12.602Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-08T00:34:12.861Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-08T00:34:13.122Z] Upgrading critical system libraries and apk-tools: [2024-11-08T00:34:13.122Z] (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-11-08T00:34:13.122Z] Executing busybox-1.36.1-r29.trigger [2024-11-08T00:34:13.122Z] Continuing the upgrade transaction with new apk-tools: [2024-11-08T00:34:13.122Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-08T00:34:13.122Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-08T00:34:13.383Z] (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-08T00:34:13.667Z] (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-08T00:34:13.667Z] OK: 12 MiB in 20 packages [2024-11-08T00:34:13.929Z] Removing intermediate container a3bb8b755f53 [2024-11-08T00:34:13.929Z] ---> 0d92dabaa1d2 [2024-11-08T00:34:13.929Z] Step 10/19 : EXPOSE 59997 [2024-11-08T00:34:14.188Z] ---> Running in 19cbf488087f [2024-11-08T00:34:14.188Z] Removing intermediate container 19cbf488087f [2024-11-08T00:34:14.188Z] ---> 04ed894e66ec [2024-11-08T00:34:14.188Z] Step 11/19 : COPY --from=builder /device-opcua/cmd/device-opcua / [2024-11-08T00:34:15.567Z] ---> 29296d1822f9 [2024-11-08T00:34:15.567Z] Step 12/19 : COPY --from=builder /device-opcua/cmd/res /res [2024-11-08T00:34:15.567Z] ---> 3c5b71e4f91b [2024-11-08T00:34:15.567Z] Step 13/19 : COPY LICENSE / [2024-11-08T00:34:15.825Z] ---> 0af13dc9797e [2024-11-08T00:34:15.825Z] Step 14/19 : COPY --from=builder /device-opcua/Attribution.txt /Attribution.txt [2024-11-08T00:34:15.825Z] ---> 567ae1c06f40 [2024-11-08T00:34:15.825Z] Step 15/19 : ENTRYPOINT ["/device-opcua"] [2024-11-08T00:34:15.825Z] ---> Running in 1ddac2b352d1 [2024-11-08T00:34:16.085Z] Removing intermediate container 1ddac2b352d1 [2024-11-08T00:34:16.085Z] ---> 631fe26e1562 [2024-11-08T00:34:16.085Z] Step 16/19 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2024-11-08T00:34:16.085Z] ---> Running in 011151f52285 [2024-11-08T00:34:16.085Z] Removing intermediate container 011151f52285 [2024-11-08T00:34:16.085Z] ---> aee016f444fe [2024-11-08T00:34:16.085Z] Step 17/19 : LABEL arch=amd64 [2024-11-08T00:34:16.085Z] ---> Running in 8fb92819b6ef [2024-11-08T00:34:16.085Z] Removing intermediate container 8fb92819b6ef [2024-11-08T00:34:16.085Z] ---> 64a7509a1c9f [2024-11-08T00:34:16.085Z] Step 18/19 : LABEL git_sha=515e873cf8c49ccc867724a600990c68a3d943eb [2024-11-08T00:34:16.085Z] ---> Running in ee2c1009ac02 [2024-11-08T00:34:16.344Z] Removing intermediate container ee2c1009ac02 [2024-11-08T00:34:16.344Z] ---> 04c1253ae735 [2024-11-08T00:34:16.344Z] Step 19/19 : LABEL version=4.0.0-dev.1 [2024-11-08T00:34:16.344Z] ---> Running in 7070ca82c4cf [2024-11-08T00:34:16.344Z] Removing intermediate container 7070ca82c4cf [2024-11-08T00:34:16.344Z] ---> 646adacdaee5 [2024-11-08T00:34:16.344Z] [Warning] One or more build-args [MAKE ARCH BASE] were not consumed [2024-11-08T00:34:16.344Z] Successfully built 646adacdaee5 [2024-11-08T00:34:16.344Z] 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 [2024-11-08T00:34:16.562Z] provisioning config files... [2024-11-08T00:34:16.572Z] copy managed file [device-opc-ua-settings] to file:/w/workspace/edgexfoundry_device-opc-ua_main@tmp/config10143041053667710815tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-11-08T00:34:16.877Z] ---> ****-login.sh [2024-11-08T00:34:16.877Z] nexus3.edgexfoundry.org:10001 [2024-11-08T00:34:16.877Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-08T00:34:16.877Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-08T00:34:16.877Z] Configure a credential helper to remove this warning. See [2024-11-08T00:34:16.877Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-08T00:34:16.877Z] [2024-11-08T00:34:16.877Z] Login Succeeded [2024-11-08T00:34:16.877Z] nexus3.edgexfoundry.org:10002 [2024-11-08T00:34:16.877Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-08T00:34:16.877Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-08T00:34:16.877Z] Configure a credential helper to remove this warning. See [2024-11-08T00:34:16.877Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-08T00:34:16.877Z] [2024-11-08T00:34:16.877Z] Login Succeeded [2024-11-08T00:34:16.877Z] nexus3.edgexfoundry.org:10003 [2024-11-08T00:34:17.136Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-08T00:34:17.136Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-08T00:34:17.136Z] Configure a credential helper to remove this warning. See [2024-11-08T00:34:17.136Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-08T00:34:17.136Z] [2024-11-08T00:34:17.136Z] Login Succeeded [2024-11-08T00:34:17.136Z] nexus3.edgexfoundry.org:10004 [2024-11-08T00:34:17.136Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-08T00:34:17.136Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-08T00:34:17.136Z] Configure a credential helper to remove this warning. See [2024-11-08T00:34:17.136Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-08T00:34:17.136Z] [2024-11-08T00:34:17.136Z] Login Succeeded [2024-11-08T00:34:17.136Z] ****.io [2024-11-08T00:34:17.395Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-08T00:34:17.395Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-08T00:34:17.395Z] Configure a credential helper to remove this warning. See [2024-11-08T00:34:17.395Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-08T00:34:17.395Z] [2024-11-08T00:34:17.395Z] Login Succeeded [2024-11-08T00:34:17.395Z] ---> ****-login.sh ends [Pipeline] } [2024-11-08T00:34:17.402Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-11-08T00:34:17.452Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-11-08T00:34:17.485Z] [edgeXDocker.push] Tagging docker image device-opc-ua with the following tags: [2024-11-08T00:34:17.485Z] 515e873cf8c49ccc867724a600990c68a3d943eb [2024-11-08T00:34:17.485Z] latest [2024-11-08T00:34:17.485Z] 4.0.0-dev.1 [2024-11-08T00:34:17.485Z] 515e873cf8c49ccc867724a600990c68a3d943eb-4.0.0-dev.1 [2024-11-08T00:34:17.485Z] main [2024-11-08T00:34:17.485Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-08T00:34:17.833Z] + docker tag device-opc-ua nexus3.edgexfoundry.org:10004/device-opc-ua:515e873cf8c49ccc867724a600990c68a3d943eb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-08T00:34:18.163Z] + docker push nexus3.edgexfoundry.org:10004/device-opc-ua:515e873cf8c49ccc867724a600990c68a3d943eb [2024-11-08T00:34:18.163Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua] [2024-11-08T00:34:18.163Z] 824b6cb4823c: Preparing [2024-11-08T00:34:18.163Z] 530fc994b81e: Preparing [2024-11-08T00:34:18.163Z] c57ddff51967: Preparing [2024-11-08T00:34:18.163Z] e04973c7c0b0: Preparing [2024-11-08T00:34:18.163Z] 57be4e1ad7e7: Preparing [2024-11-08T00:34:18.163Z] 8aef91b0081e: Preparing [2024-11-08T00:34:18.163Z] 63ca1fbb43ae: Preparing [2024-11-08T00:34:18.163Z] 8aef91b0081e: Waiting [2024-11-08T00:34:18.163Z] 63ca1fbb43ae: Waiting [2024-11-08T00:34:18.163Z] 824b6cb4823c: Pushed [2024-11-08T00:34:18.163Z] c57ddff51967: Pushed [2024-11-08T00:34:18.163Z] 530fc994b81e: Pushed [2024-11-08T00:34:18.163Z] 63ca1fbb43ae: Layer already exists [2024-11-08T00:34:18.730Z] 8aef91b0081e: Pushed [2024-11-08T00:34:18.730Z] 57be4e1ad7e7: Pushed [2024-11-08T00:34:24.507Z] e04973c7c0b0: Pushed [2024-11-08T00:34:24.507Z] 515e873cf8c49ccc867724a600990c68a3d943eb: digest: sha256:3ecc6e6215ab373cfe42458ed348c77bfba839db8dce18c539e21814687fdf7e size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-08T00:34:24.833Z] + docker tag device-opc-ua nexus3.edgexfoundry.org:10004/device-opc-ua:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-08T00:34:25.157Z] + docker push nexus3.edgexfoundry.org:10004/device-opc-ua:latest [2024-11-08T00:34:25.157Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua] [2024-11-08T00:34:25.157Z] 824b6cb4823c: Preparing [2024-11-08T00:34:25.157Z] 530fc994b81e: Preparing [2024-11-08T00:34:25.157Z] c57ddff51967: Preparing [2024-11-08T00:34:25.157Z] e04973c7c0b0: Preparing [2024-11-08T00:34:25.157Z] 57be4e1ad7e7: Preparing [2024-11-08T00:34:25.157Z] 8aef91b0081e: Preparing [2024-11-08T00:34:25.157Z] 63ca1fbb43ae: Preparing [2024-11-08T00:34:25.157Z] 8aef91b0081e: Waiting [2024-11-08T00:34:25.157Z] 63ca1fbb43ae: Waiting [2024-11-08T00:34:25.157Z] c57ddff51967: Layer already exists [2024-11-08T00:34:25.157Z] e04973c7c0b0: Layer already exists [2024-11-08T00:34:25.157Z] 824b6cb4823c: Layer already exists [2024-11-08T00:34:25.157Z] 530fc994b81e: Layer already exists [2024-11-08T00:34:25.157Z] 57be4e1ad7e7: Layer already exists [2024-11-08T00:34:25.157Z] 8aef91b0081e: Layer already exists [2024-11-08T00:34:25.157Z] 63ca1fbb43ae: Layer already exists [2024-11-08T00:34:25.157Z] latest: digest: sha256:3ecc6e6215ab373cfe42458ed348c77bfba839db8dce18c539e21814687fdf7e size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-08T00:34:25.494Z] + 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 [2024-11-08T00:34:25.822Z] + docker push nexus3.edgexfoundry.org:10004/device-opc-ua:4.0.0-dev.1 [2024-11-08T00:34:25.822Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua] [2024-11-08T00:34:25.822Z] 824b6cb4823c: Preparing [2024-11-08T00:34:25.822Z] 530fc994b81e: Preparing [2024-11-08T00:34:25.822Z] c57ddff51967: Preparing [2024-11-08T00:34:25.822Z] e04973c7c0b0: Preparing [2024-11-08T00:34:25.822Z] 57be4e1ad7e7: Preparing [2024-11-08T00:34:25.822Z] 8aef91b0081e: Preparing [2024-11-08T00:34:25.822Z] 63ca1fbb43ae: Preparing [2024-11-08T00:34:25.822Z] 8aef91b0081e: Waiting [2024-11-08T00:34:25.822Z] 63ca1fbb43ae: Waiting [2024-11-08T00:34:25.822Z] 530fc994b81e: Layer already exists [2024-11-08T00:34:25.822Z] c57ddff51967: Layer already exists [2024-11-08T00:34:25.822Z] 57be4e1ad7e7: Layer already exists [2024-11-08T00:34:25.822Z] e04973c7c0b0: Layer already exists [2024-11-08T00:34:25.822Z] 824b6cb4823c: Layer already exists [2024-11-08T00:34:25.822Z] 8aef91b0081e: Layer already exists [2024-11-08T00:34:25.822Z] 63ca1fbb43ae: Layer already exists [2024-11-08T00:34:25.822Z] 4.0.0-dev.1: digest: sha256:3ecc6e6215ab373cfe42458ed348c77bfba839db8dce18c539e21814687fdf7e size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-08T00:34:26.150Z] + 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 [2024-11-08T00:34:26.473Z] + docker push nexus3.edgexfoundry.org:10004/device-opc-ua:515e873cf8c49ccc867724a600990c68a3d943eb-4.0.0-dev.1 [2024-11-08T00:34:26.474Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua] [2024-11-08T00:34:26.474Z] 824b6cb4823c: Preparing [2024-11-08T00:34:26.474Z] 530fc994b81e: Preparing [2024-11-08T00:34:26.474Z] c57ddff51967: Preparing [2024-11-08T00:34:26.474Z] e04973c7c0b0: Preparing [2024-11-08T00:34:26.474Z] 57be4e1ad7e7: Preparing [2024-11-08T00:34:26.474Z] 8aef91b0081e: Preparing [2024-11-08T00:34:26.474Z] 63ca1fbb43ae: Preparing [2024-11-08T00:34:26.474Z] 8aef91b0081e: Waiting [2024-11-08T00:34:26.474Z] 63ca1fbb43ae: Waiting [2024-11-08T00:34:26.474Z] 530fc994b81e: Layer already exists [2024-11-08T00:34:26.474Z] 824b6cb4823c: Layer already exists [2024-11-08T00:34:26.474Z] c57ddff51967: Layer already exists [2024-11-08T00:34:26.474Z] e04973c7c0b0: Layer already exists [2024-11-08T00:34:26.474Z] 57be4e1ad7e7: Layer already exists [2024-11-08T00:34:26.474Z] 8aef91b0081e: Layer already exists [2024-11-08T00:34:26.474Z] 63ca1fbb43ae: Layer already exists [2024-11-08T00:34:26.474Z] 515e873cf8c49ccc867724a600990c68a3d943eb-4.0.0-dev.1: digest: sha256:3ecc6e6215ab373cfe42458ed348c77bfba839db8dce18c539e21814687fdf7e size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-08T00:34:29.129Z] + docker tag device-opc-ua nexus3.edgexfoundry.org:10004/device-opc-ua:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-08T00:34:29.459Z] + docker push nexus3.edgexfoundry.org:10004/device-opc-ua:main [2024-11-08T00:34:29.459Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua] [2024-11-08T00:34:29.459Z] 824b6cb4823c: Preparing [2024-11-08T00:34:29.459Z] 530fc994b81e: Preparing [2024-11-08T00:34:29.459Z] c57ddff51967: Preparing [2024-11-08T00:34:29.459Z] e04973c7c0b0: Preparing [2024-11-08T00:34:29.459Z] 57be4e1ad7e7: Preparing [2024-11-08T00:34:29.459Z] 8aef91b0081e: Preparing [2024-11-08T00:34:29.459Z] 63ca1fbb43ae: Preparing [2024-11-08T00:34:29.459Z] 63ca1fbb43ae: Waiting [2024-11-08T00:34:29.459Z] 8aef91b0081e: Waiting [2024-11-08T00:34:29.459Z] 824b6cb4823c: Layer already exists [2024-11-08T00:34:29.459Z] 530fc994b81e: Layer already exists [2024-11-08T00:34:29.459Z] e04973c7c0b0: Layer already exists [2024-11-08T00:34:29.459Z] 57be4e1ad7e7: Layer already exists [2024-11-08T00:34:29.459Z] c57ddff51967: Layer already exists [2024-11-08T00:34:29.459Z] 63ca1fbb43ae: Layer already exists [2024-11-08T00:34:29.459Z] 8aef91b0081e: Layer already exists [2024-11-08T00:34:29.459Z] main: digest: sha256:3ecc6e6215ab373cfe42458ed348c77bfba839db8dce18c539e21814687fdf7e size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-11-08T00:34:29.546Z] ===================================================== [Pipeline] echo [2024-11-08T00:34:29.562Z] taggedImages: [2024-11-08T00:34:29.562Z] - nexus3.edgexfoundry.org:10004/device-opc-ua:515e873cf8c49ccc867724a600990c68a3d943eb [2024-11-08T00:34:29.562Z] - nexus3.edgexfoundry.org:10004/device-opc-ua:latest [2024-11-08T00:34:29.562Z] - nexus3.edgexfoundry.org:10004/device-opc-ua:4.0.0-dev.1 [2024-11-08T00:34:29.562Z] - nexus3.edgexfoundry.org:10004/device-opc-ua:515e873cf8c49ccc867724a600990c68a3d943eb-4.0.0-dev.1 [2024-11-08T00:34:29.562Z] - 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 [2024-11-08T00:34:29.974Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-11-08T00:34:29.974Z] [2024-11-08T00:34:29.974Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-08T00:34:30.285Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-11-08T00:34:30.285Z] latest: Pulling from edgex-lftools-log-publisher [2024-11-08T00:34:30.285Z] 5eb5b503b376: Pulling fs layer [2024-11-08T00:34:30.285Z] 5c69ac0246d0: Pulling fs layer [2024-11-08T00:34:30.285Z] ec43610c2a17: Pulling fs layer [2024-11-08T00:34:30.285Z] 3a2ae6a8a46f: Pulling fs layer [2024-11-08T00:34:30.285Z] 33b1e0a273af: Pulling fs layer [2024-11-08T00:34:30.285Z] 5d3b04190fa2: Pulling fs layer [2024-11-08T00:34:30.285Z] 2f39f015ded8: Pulling fs layer [2024-11-08T00:34:30.285Z] 3a2ae6a8a46f: Waiting [2024-11-08T00:34:30.285Z] 33b1e0a273af: Waiting [2024-11-08T00:34:30.285Z] 5d3b04190fa2: Waiting [2024-11-08T00:34:30.285Z] 2f39f015ded8: Waiting [2024-11-08T00:34:30.285Z] 5c69ac0246d0: Verifying Checksum [2024-11-08T00:34:30.285Z] 5c69ac0246d0: Download complete [2024-11-08T00:34:30.285Z] 3a2ae6a8a46f: Verifying Checksum [2024-11-08T00:34:30.285Z] 3a2ae6a8a46f: Download complete [2024-11-08T00:34:30.285Z] 33b1e0a273af: Verifying Checksum [2024-11-08T00:34:30.285Z] 33b1e0a273af: Download complete [2024-11-08T00:34:30.285Z] 5d3b04190fa2: Download complete [2024-11-08T00:34:30.285Z] ec43610c2a17: Download complete [2024-11-08T00:34:30.543Z] 5eb5b503b376: Verifying Checksum [2024-11-08T00:34:30.543Z] 5eb5b503b376: Download complete [2024-11-08T00:34:31.107Z] 2f39f015ded8: Download complete [2024-11-08T00:34:32.042Z] 5eb5b503b376: Pull complete [2024-11-08T00:34:32.042Z] 5c69ac0246d0: Pull complete [2024-11-08T00:34:32.610Z] ec43610c2a17: Pull complete [2024-11-08T00:34:32.610Z] 3a2ae6a8a46f: Pull complete [2024-11-08T00:34:32.869Z] 33b1e0a273af: Pull complete [2024-11-08T00:34:32.869Z] 5d3b04190fa2: Pull complete [2024-11-08T00:34:37.055Z] 2f39f015ded8: Pull complete [2024-11-08T00:34:37.055Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-11-08T00:34:37.055Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-11-08T00:34:37.055Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-08T00:34:37.170Z] prd-ubuntu20.04-docker-8c-8g-24938 does not seem to be running inside a container [2024-11-08T00:34:37.197Z] $ 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 [2024-11-08T00:34:41.830Z] $ docker top c7de86b4fb1893d22edc37c0fadd20987495f9c3b946c130009ea77cd00774d5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-11-08T00:34:42.248Z] ---> job-cost.sh [2024-11-08T00:34:42.248Z] lf-activate-venv: SKIPPING [2024-11-08T00:34:42.248Z] INFO: No Stack... [2024-11-08T00:34:42.507Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-11-08T00:34:43.077Z] INFO: Archiving Costs [Pipeline] sh [2024-11-08T00:34:43.370Z] + + cut -d, -f6 [2024-11-08T00:34:43.370Z] cat /w/workspace/edgexfoundry_device-opc-ua_main/archives/cost.csv [Pipeline] lock [2024-11-08T00:34:43.385Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-opc-ua-main-2-stack-cost] [2024-11-08T00:34:43.393Z] Resource [jenkins-edgexfoundry-device-opc-ua-main-2-stack-cost] did not exist. Created. [2024-11-08T00:34:43.402Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-opc-ua-main-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-11-08T00:34:43.714Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-11-08T00:34:43.740Z] Stashed 1 file(s) [Pipeline] } [2024-11-08T00:34:43.749Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-opc-ua-main-2-stack-cost] [Pipeline] // lock [Pipeline] } [2024-11-08T00:34:43.771Z] $ docker stop --time=1 c7de86b4fb1893d22edc37c0fadd20987495f9c3b946c130009ea77cd00774d5 [2024-11-08T00:34:44.931Z] $ docker rm -f --volumes c7de86b4fb1893d22edc37c0fadd20987495f9c3b946c130009ea77cd00774d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-11-08T00:35:20.368Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-24940 in /w/workspace/edgexfoundry_device-opc-ua_main [Pipeline] { [Pipeline] ws [2024-11-08T00:35:20.388Z] Running in /w/workspace/device-opc-ua/2 [Pipeline] { [Pipeline] checkout [2024-11-08T00:35:23.445Z] The recommended git tool is: NONE [2024-11-08T00:35:28.143Z] using credential edgex-jenkins-ssh [2024-11-08T00:35:28.170Z] Cloning the remote Git repository [2024-11-08T00:35:28.212Z] Cloning repository git@github.com:edgexfoundry/device-opc-ua.git [2024-11-08T00:35:28.318Z] > git init /w/workspace/device-opc-ua/2 # timeout=10 [2024-11-08T00:35:28.450Z] Fetching upstream changes from git@github.com:edgexfoundry/device-opc-ua.git [2024-11-08T00:35:28.451Z] > git --version # timeout=10 [2024-11-08T00:35:28.469Z] > git --version # 'git version 2.25.1' [2024-11-08T00:35:28.471Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-11-08T00:35:28.609Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-opc-ua.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-11-08T00:35:29.241Z] > git config remote.origin.url git@github.com:edgexfoundry/device-opc-ua.git # timeout=10 [2024-11-08T00:35:29.268Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-11-08T00:35:30.133Z] Avoid second fetch [2024-11-08T00:35:30.134Z] Checking out Revision 515e873cf8c49ccc867724a600990c68a3d943eb (main) [2024-11-08T00:35:30.158Z] > git config core.sparsecheckout # timeout=10 [2024-11-08T00:35:30.229Z] > git checkout -f 515e873cf8c49ccc867724a600990c68a3d943eb # timeout=10 [2024-11-08T00:35:32.564Z] 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 [2024-11-08T00:35:37.218Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-11-08T00:35:37.218Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-11-08T00:35:37.218Z] Dload Upload Total Spent Left Speed [2024-11-08T00:35:37.218Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 101k 0 --:--:-- --:--:-- --:--:-- 101k [Pipeline] sh [2024-11-08T00:35:37.565Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-11-08T00:35:37.885Z] + sudo tee /etc/docker/daemon.new [2024-11-08T00:35:37.886Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-11-08T00:35:37.886Z] { [2024-11-08T00:35:37.886Z] "registry-mirrors": [ [2024-11-08T00:35:37.886Z] "https://nexus3.edgexfoundry.org:10001" [2024-11-08T00:35:37.886Z] ], [2024-11-08T00:35:37.886Z] "bip": "10.250.0.254/24", [2024-11-08T00:35:37.886Z] "hosts": [ [2024-11-08T00:35:37.886Z] "tcp://0.0.0.0:5555", [2024-11-08T00:35:37.886Z] "unix:///var/run/docker.sock" [2024-11-08T00:35:37.886Z] ], [2024-11-08T00:35:37.886Z] "mtu": 1458, [2024-11-08T00:35:37.886Z] "selinux-enabled": true, [2024-11-08T00:35:37.886Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-11-08T00:35:37.886Z] } [Pipeline] sh [2024-11-08T00:35:38.219Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-11-08T00:35:38.552Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-11-08T00:35:56.091Z] provisioning config files... [2024-11-08T00:35:56.115Z] copy managed file [device-opc-ua-settings] to file:/w/workspace/device-opc-ua/2@tmp/config6536643996572237597tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-11-08T00:35:56.553Z] ---> ****-login.sh [2024-11-08T00:35:56.553Z] nexus3.edgexfoundry.org:10001 [2024-11-08T00:35:56.820Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-08T00:35:57.087Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-08T00:35:57.087Z] Configure a credential helper to remove this warning. See [2024-11-08T00:35:57.088Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-08T00:35:57.088Z] [2024-11-08T00:35:57.088Z] Login Succeeded [2024-11-08T00:35:57.088Z] nexus3.edgexfoundry.org:10002 [2024-11-08T00:35:57.356Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-08T00:35:57.356Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-08T00:35:57.357Z] Configure a credential helper to remove this warning. See [2024-11-08T00:35:57.357Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-08T00:35:57.357Z] [2024-11-08T00:35:57.357Z] Login Succeeded [2024-11-08T00:35:57.357Z] nexus3.edgexfoundry.org:10003 [2024-11-08T00:35:57.625Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-08T00:35:57.894Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-08T00:35:57.894Z] Configure a credential helper to remove this warning. See [2024-11-08T00:35:57.894Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-08T00:35:57.894Z] [2024-11-08T00:35:57.894Z] Login Succeeded [2024-11-08T00:35:57.894Z] nexus3.edgexfoundry.org:10004 [2024-11-08T00:35:57.894Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-08T00:35:58.163Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-08T00:35:58.163Z] Configure a credential helper to remove this warning. See [2024-11-08T00:35:58.163Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-08T00:35:58.163Z] [2024-11-08T00:35:58.163Z] Login Succeeded [2024-11-08T00:35:58.163Z] ****.io [2024-11-08T00:35:58.431Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-08T00:35:58.699Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-08T00:35:58.699Z] Configure a credential helper to remove this warning. See [2024-11-08T00:35:58.699Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-08T00:35:58.699Z] [2024-11-08T00:35:58.699Z] Login Succeeded [2024-11-08T00:35:58.699Z] ---> ****-login.sh ends [Pipeline] } [2024-11-08T00:35:58.713Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-11-08T00:35:59.038Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-11-08T00:35:59.062Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-11-08T00:35:59.086Z] ========================================================= [2024-11-08T00:35:59.086Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2024-11-08T00:35:59.086Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-08T00:35:59.492Z] + 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 . [2024-11-08T00:35:59.760Z] Sending build context to Docker daemon 555.5kB [2024-11-08T00:35:59.760Z] Step 1/5 : FROM golang:1.23-alpine3.20 AS builder [2024-11-08T00:36:00.029Z] 1.23-alpine3.20: Pulling from library/golang [2024-11-08T00:36:00.298Z] cf04c63912e1: Pulling fs layer [2024-11-08T00:36:00.298Z] a5a9dd7d6fc2: Pulling fs layer [2024-11-08T00:36:00.298Z] 323003b0d8ad: Pulling fs layer [2024-11-08T00:36:00.298Z] 70cf7f03564c: Pulling fs layer [2024-11-08T00:36:00.298Z] 4f4fb700ef54: Pulling fs layer [2024-11-08T00:36:00.298Z] 70cf7f03564c: Waiting [2024-11-08T00:36:00.298Z] 4f4fb700ef54: Waiting [2024-11-08T00:36:00.298Z] a5a9dd7d6fc2: Verifying Checksum [2024-11-08T00:36:00.298Z] a5a9dd7d6fc2: Download complete [2024-11-08T00:36:00.578Z] cf04c63912e1: Download complete [2024-11-08T00:36:00.578Z] 70cf7f03564c: Verifying Checksum [2024-11-08T00:36:00.578Z] 70cf7f03564c: Download complete [2024-11-08T00:36:00.578Z] 4f4fb700ef54: Download complete [2024-11-08T00:36:01.555Z] cf04c63912e1: Pull complete [2024-11-08T00:36:02.145Z] a5a9dd7d6fc2: Pull complete [2024-11-08T00:36:02.416Z] 323003b0d8ad: Verifying Checksum [2024-11-08T00:36:02.416Z] 323003b0d8ad: Download complete [2024-11-08T00:36:17.431Z] 323003b0d8ad: Pull complete [2024-11-08T00:36:17.431Z] 70cf7f03564c: Pull complete [2024-11-08T00:36:17.431Z] 4f4fb700ef54: Pull complete [2024-11-08T00:36:17.431Z] Digest: sha256:09742590377387b931261cbeb72ce56da1b0d750a27379f7385245b2b058b63a [2024-11-08T00:36:17.431Z] Status: Downloaded newer image for golang:1.23-alpine3.20 [2024-11-08T00:36:17.431Z] ---> 329834fefb2a [2024-11-08T00:36:17.431Z] Step 2/5 : WORKDIR /device-opcua [2024-11-08T00:36:17.431Z] ---> Running in 97c21fe33a40 [2024-11-08T00:36:17.431Z] Removing intermediate container 97c21fe33a40 [2024-11-08T00:36:17.431Z] ---> 78e0a75dbb72 [2024-11-08T00:36:17.431Z] Step 3/5 : RUN apk update && apk add --no-cache make git zeromq-dev gcc pkgconfig musl-dev [2024-11-08T00:36:17.431Z] ---> Running in cdf7d2c835e9 [2024-11-08T00:36:18.013Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-08T00:36:18.280Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-08T00:36:19.539Z] v3.20.3-268-g9d0bdcad275 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-11-08T00:36:19.539Z] v3.20.3-270-g0d376f75969 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-11-08T00:36:19.539Z] OK: 24046 distinct packages available [2024-11-08T00:36:19.805Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-08T00:36:20.080Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-08T00:36:21.039Z] (1/30) Installing libgcc (13.2.1_git20240309-r0) [2024-11-08T00:36:21.039Z] (2/30) Installing jansson (2.14-r4) [2024-11-08T00:36:21.039Z] (3/30) Installing libstdc++ (13.2.1_git20240309-r0) [2024-11-08T00:36:21.039Z] (4/30) Installing zstd-libs (1.5.6-r0) [2024-11-08T00:36:21.039Z] (5/30) Installing binutils (2.42-r0) [2024-11-08T00:36:21.636Z] (6/30) Installing libgomp (13.2.1_git20240309-r0) [2024-11-08T00:36:21.636Z] (7/30) Installing libatomic (13.2.1_git20240309-r0) [2024-11-08T00:36:21.636Z] (8/30) Installing gmp (6.3.0-r1) [2024-11-08T00:36:21.636Z] (9/30) Installing isl26 (0.26-r1) [2024-11-08T00:36:21.636Z] (10/30) Installing mpfr4 (4.2.1-r0) [2024-11-08T00:36:21.636Z] (11/30) Installing mpc1 (1.3.1-r1) [2024-11-08T00:36:21.636Z] (12/30) Installing gcc (13.2.1_git20240309-r0) [2024-11-08T00:36:24.239Z] (13/30) Installing brotli-libs (1.1.0-r2) [2024-11-08T00:36:24.239Z] (14/30) Installing c-ares (1.33.1-r0) [2024-11-08T00:36:24.239Z] (15/30) Installing libunistring (1.2-r0) [2024-11-08T00:36:24.239Z] (16/30) Installing libidn2 (2.3.7-r0) [2024-11-08T00:36:24.239Z] (17/30) Installing nghttp2-libs (1.62.1-r0) [2024-11-08T00:36:24.239Z] (18/30) Installing libpsl (0.21.5-r1) [2024-11-08T00:36:24.239Z] (19/30) Installing libcurl (8.11.0-r1) [2024-11-08T00:36:24.239Z] (20/30) Installing libexpat (2.6.3-r0) [2024-11-08T00:36:24.239Z] (21/30) Installing pcre2 (10.43-r0) [2024-11-08T00:36:24.239Z] (22/30) Installing git (2.45.2-r0) [2024-11-08T00:36:24.513Z] (23/30) Installing git-init-template (2.45.2-r0) [2024-11-08T00:36:24.513Z] (24/30) Installing make (4.4.1-r2) [2024-11-08T00:36:24.513Z] (25/30) Installing musl-dev (1.2.5-r0) [2024-11-08T00:36:24.783Z] (26/30) Installing pkgconf (2.2.0-r0) [2024-11-08T00:36:24.783Z] (27/30) Installing libsodium (1.0.19-r0) [2024-11-08T00:36:24.783Z] (28/30) Installing libzmq (4.3.5-r2) [2024-11-08T00:36:24.783Z] (29/30) Installing libsodium-dev (1.0.19-r0) [2024-11-08T00:36:24.783Z] (30/30) Installing zeromq-dev (4.3.5-r2) [2024-11-08T00:36:24.783Z] Executing busybox-1.36.1-r29.trigger [2024-11-08T00:36:25.051Z] OK: 165 MiB in 45 packages [2024-11-08T00:36:30.398Z] Removing intermediate container cdf7d2c835e9 [2024-11-08T00:36:30.398Z] ---> edace62fe233 [2024-11-08T00:36:30.398Z] Step 4/5 : COPY . . [2024-11-08T00:36:30.398Z] ---> 7dceb9af0aeb [2024-11-08T00:36:30.398Z] Step 5/5 : RUN make build [2024-11-08T00:36:30.677Z] ---> Running in b96eae7bf567 [2024-11-08T00:36:31.640Z] 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 [2024-11-08T00:36:31.640Z] go: downloading github.com/edgexfoundry/device-sdk-go/v4 v4.0.0-dev.1 [2024-11-08T00:36:31.640Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v4 v4.0.0-dev.2 [2024-11-08T00:36:32.223Z] go: downloading github.com/gopcua/opcua v0.5.3 [2024-11-08T00:36:32.223Z] go: downloading github.com/spf13/cast v1.7.0 [2024-11-08T00:36:32.223Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v4 v4.0.0-dev.1 [2024-11-08T00:36:32.223Z] go: downloading github.com/labstack/echo/v4 v4.12.0 [2024-11-08T00:36:32.490Z] go: downloading github.com/go-kit/log v0.2.1 [2024-11-08T00:36:32.490Z] go: downloading github.com/go-playground/validator/v10 v10.22.1 [2024-11-08T00:36:32.756Z] go: downloading github.com/google/uuid v1.6.0 [2024-11-08T00:36:32.756Z] go: downloading github.com/panjf2000/ants/v2 v2.10.0 [2024-11-08T00:36:33.023Z] go: downloading github.com/fxamacker/cbor/v2 v2.7.0 [2024-11-08T00:36:33.023Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2024-11-08T00:36:33.023Z] go: downloading github.com/labstack/gommon v0.4.2 [2024-11-08T00:36:33.023Z] go: downloading golang.org/x/crypto v0.28.0 [2024-11-08T00:36:33.023Z] go: downloading golang.org/x/net v0.30.0 [2024-11-08T00:36:33.997Z] go: downloading github.com/go-logfmt/logfmt v0.5.1 [2024-11-08T00:36:33.997Z] go: downloading github.com/gabriel-vasile/mimetype v1.4.3 [2024-11-08T00:36:33.997Z] go: downloading github.com/go-playground/universal-translator v0.18.1 [2024-11-08T00:36:33.997Z] go: downloading github.com/leodido/go-urn v1.4.0 [2024-11-08T00:36:34.581Z] go: downloading golang.org/x/text v0.19.0 [2024-11-08T00:36:34.581Z] go: downloading golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 [2024-11-08T00:36:34.581Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2024-11-08T00:36:34.850Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v4 v4.0.0-dev.2 [2024-11-08T00:36:34.850Z] go: downloading github.com/hashicorp/go-multierror v1.1.1 [2024-11-08T00:36:35.120Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2024-11-08T00:36:35.120Z] go: downloading github.com/edgexfoundry/go-mod-registry/v4 v4.0.0-dev.1 [2024-11-08T00:36:35.120Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v4 v4.0.0-dev.1 [2024-11-08T00:36:35.120Z] go: downloading github.com/mitchellh/copystructure v1.2.0 [2024-11-08T00:36:35.120Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.5.0 [2024-11-08T00:36:35.395Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v4 v4.0.0-dev.1 [2024-11-08T00:36:35.395Z] go: downloading github.com/mitchellh/mapstructure v1.5.0 [2024-11-08T00:36:35.395Z] go: downloading github.com/sirupsen/logrus v1.9.3 [2024-11-08T00:36:35.395Z] go: downloading github.com/openziti/sdk-golang v0.23.43 [2024-11-08T00:36:35.666Z] go: downloading golang.org/x/sync v0.8.0 [2024-11-08T00:36:35.935Z] go: downloading github.com/x448/float16 v0.8.4 [2024-11-08T00:36:35.935Z] go: downloading github.com/mattn/go-colorable v0.1.13 [2024-11-08T00:36:35.935Z] go: downloading github.com/mattn/go-isatty v0.0.20 [2024-11-08T00:36:35.935Z] go: downloading github.com/valyala/fasttemplate v1.2.2 [2024-11-08T00:36:35.935Z] go: downloading github.com/go-playground/locales v0.14.1 [2024-11-08T00:36:35.935Z] go: downloading golang.org/x/sys v0.26.0 [2024-11-08T00:36:37.939Z] go: downloading github.com/pkg/errors v0.9.1 [2024-11-08T00:36:37.939Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2024-11-08T00:36:37.939Z] go: downloading github.com/mitchellh/reflectwalk v1.0.2 [2024-11-08T00:36:37.939Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.4.0 [2024-11-08T00:36:37.939Z] go: downloading github.com/gorilla/websocket v1.5.3 [2024-11-08T00:36:38.204Z] go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible [2024-11-08T00:36:38.204Z] go: downloading golang.org/x/time v0.6.0 [2024-11-08T00:36:38.204Z] go: downloading github.com/go-openapi/runtime v0.28.0 [2024-11-08T00:36:38.469Z] go: downloading github.com/go-openapi/strfmt v0.23.0 [2024-11-08T00:36:38.734Z] go: downloading github.com/go-resty/resty/v2 v2.15.3 [2024-11-08T00:36:38.734Z] go: downloading github.com/golang-jwt/jwt/v5 v5.2.1 [2024-11-08T00:36:39.010Z] go: downloading github.com/michaelquigley/pfxlog v0.6.10 [2024-11-08T00:36:39.010Z] go: downloading github.com/openziti/edge-api v0.26.32 [2024-11-08T00:36:42.371Z] go: downloading github.com/openziti/foundation/v2 v2.0.49 [2024-11-08T00:36:42.371Z] go: downloading github.com/openziti/identity v1.0.85 [2024-11-08T00:36:42.371Z] go: downloading github.com/orcaman/concurrent-map/v2 v2.0.1 [2024-11-08T00:36:42.371Z] go: downloading github.com/zitadel/oidc/v2 v2.12.2 [2024-11-08T00:36:42.371Z] go: downloading golang.org/x/oauth2 v0.23.0 [2024-11-08T00:36:42.371Z] go: downloading github.com/openziti/channel/v3 v3.0.4 [2024-11-08T00:36:42.371Z] go: downloading github.com/openziti/secretstream v0.1.25 [2024-11-08T00:36:42.371Z] go: downloading github.com/openziti/transport/v2 v2.0.146 [2024-11-08T00:36:42.371Z] go: downloading github.com/cenkalti/backoff/v4 v4.3.0 [2024-11-08T00:36:42.371Z] go: downloading github.com/kataras/go-events v0.0.3 [2024-11-08T00:36:42.371Z] go: downloading github.com/openziti/metrics v1.2.58 [2024-11-08T00:36:42.371Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2024-11-08T00:36:42.371Z] go: downloading github.com/valyala/bytebufferpool v1.0.0 [2024-11-08T00:36:42.371Z] go: downloading github.com/hashicorp/consul/api v1.29.4 [2024-11-08T00:36:42.371Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2024-11-08T00:36:42.371Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2024-11-08T00:36:42.371Z] go: downloading github.com/zeebo/errs v1.3.0 [2024-11-08T00:36:42.371Z] go: downloading google.golang.org/grpc v1.67.1 [2024-11-08T00:36:44.328Z] go: downloading github.com/go-openapi/errors v0.22.0 [2024-11-08T00:36:44.328Z] go: downloading github.com/go-openapi/swag v0.23.0 [2024-11-08T00:36:44.328Z] go: downloading github.com/opentracing/opentracing-go v1.2.0 [2024-11-08T00:36:44.328Z] go: downloading go.opentelemetry.io/otel v1.29.0 [2024-11-08T00:36:44.913Z] go: downloading go.opentelemetry.io/otel/trace v1.29.0 [2024-11-08T00:36:44.913Z] go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 [2024-11-08T00:36:44.913Z] go: downloading github.com/oklog/ulid v1.3.1 [2024-11-08T00:36:44.913Z] go: downloading go.mongodb.org/mongo-driver v1.17.0 [2024-11-08T00:36:44.913Z] go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d [2024-11-08T00:36:45.178Z] go: downloading github.com/go-openapi/validate v0.24.0 [2024-11-08T00:36:45.766Z] go: downloading github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa [2024-11-08T00:36:45.766Z] go: downloading github.com/fsnotify/fsnotify v1.7.0 [2024-11-08T00:36:45.766Z] go: downloading gopkg.in/go-jose/go-jose.v2 v2.6.3 [2024-11-08T00:36:46.032Z] go: downloading github.com/gorilla/securecookie v1.1.2 [2024-11-08T00:36:46.032Z] go: downloading github.com/gorilla/schema v1.4.1 [2024-11-08T00:36:46.297Z] go: downloading github.com/muhlemmer/gu v0.3.1 [2024-11-08T00:36:46.297Z] go: downloading github.com/speps/go-hashids v2.0.0+incompatible [2024-11-08T00:36:46.297Z] go: downloading github.com/golang/protobuf v1.5.4 [2024-11-08T00:36:46.563Z] go: downloading google.golang.org/protobuf v1.34.2 [2024-11-08T00:36:47.519Z] go: downloading github.com/mitchellh/go-ps v1.0.0 [2024-11-08T00:36:47.519Z] go: downloading github.com/shirou/gopsutil/v3 v3.24.5 [2024-11-08T00:36:48.100Z] go: downloading github.com/go-jose/go-jose/v4 v4.0.4 [2024-11-08T00:36:48.100Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2024-11-08T00:36:48.100Z] go: downloading github.com/hashicorp/go-hclog v1.5.0 [2024-11-08T00:36:48.100Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2024-11-08T00:36:48.100Z] go: downloading github.com/hashicorp/serf v0.10.1 [2024-11-08T00:36:48.100Z] go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 [2024-11-08T00:36:48.100Z] go: downloading github.com/go-openapi/analysis v0.23.0 [2024-11-08T00:36:48.100Z] go: downloading github.com/go-openapi/loads v0.22.0 [2024-11-08T00:36:48.100Z] go: downloading github.com/go-openapi/spec v0.21.0 [2024-11-08T00:36:48.682Z] go: downloading github.com/mailru/easyjson v0.7.7 [2024-11-08T00:36:48.682Z] go: downloading github.com/go-logr/logr v1.4.2 [2024-11-08T00:36:48.682Z] go: downloading go.opentelemetry.io/otel/metric v1.29.0 [2024-11-08T00:36:48.682Z] go: downloading golang.org/x/term v0.25.0 [2024-11-08T00:36:48.682Z] go: downloading github.com/go-openapi/jsonpointer v0.21.0 [2024-11-08T00:36:48.682Z] go: downloading github.com/tklauser/go-sysconf v0.3.12 [2024-11-08T00:36:48.682Z] go: downloading github.com/fatih/color v1.16.0 [2024-11-08T00:36:48.682Z] go: downloading github.com/armon/go-metrics v0.4.1 [2024-11-08T00:36:48.682Z] go: downloading github.com/josharian/intern v1.0.0 [2024-11-08T00:36:48.682Z] go: downloading github.com/go-logr/stdr v1.2.2 [2024-11-08T00:36:48.682Z] go: downloading github.com/go-openapi/jsonreference v0.21.0 [2024-11-08T00:36:48.682Z] go: downloading github.com/parallaxsecond/parsec-client-go v0.0.0-20221025095442-f0a77d263cf9 [2024-11-08T00:36:48.948Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2024-11-08T00:36:48.948Z] go: downloading github.com/tklauser/numcpus v0.6.1 [2024-11-08T00:36:48.948Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2024-11-08T00:40:10.858Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2024-11-08T00:40:49.758Z] Removing intermediate container b96eae7bf567 [2024-11-08T00:40:49.758Z] ---> f92548653651 [2024-11-08T00:40:49.758Z] [Warning] One or more build-args [BASE MAKE] were not consumed [2024-11-08T00:40:49.758Z] Successfully built f92548653651 [2024-11-08T00:40:49.758Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-08T00:40:50.138Z] + docker inspect -f . ci-base-image-arm64 [2024-11-08T00:40:50.139Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-08T00:40:50.407Z] prd-ubuntu20.04-docker-arm64-4c-16g-24940 does not seem to be running inside a container [2024-11-08T00:40:50.491Z] $ 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 [2024-11-08T00:40:52.007Z] $ docker top ae5ecb62d80d830e64d2f1847df61507ae8f06ae9c81f6b58ef43e1846298bcc -eo pid,comm [Pipeline] { [Pipeline] sh [2024-11-08T00:40:52.895Z] + go version [2024-11-08T00:40:52.895Z] go version go1.23.3 linux/arm64 [Pipeline] } [2024-11-08T00:40:52.911Z] $ docker stop --time=1 ae5ecb62d80d830e64d2f1847df61507ae8f06ae9c81f6b58ef43e1846298bcc [2024-11-08T00:40:54.558Z] $ 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 [2024-11-08T00:40:55.165Z] + docker inspect -f . ci-base-image-arm64 [2024-11-08T00:40:55.165Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-08T00:40:55.369Z] prd-ubuntu20.04-docker-arm64-4c-16g-24940 does not seem to be running inside a container [2024-11-08T00:40:55.442Z] $ 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 [2024-11-08T00:40:56.661Z] $ docker top 0f6235ffb25c7cfce3e571640beae15724e6126c5850ab6e22db92a896901d32 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-11-08T00:40:57.302Z] + git config --global --add safe.directory /w/workspace/device-opc-ua/2 [Pipeline] fileExists [Pipeline] sh [2024-11-08T00:40:58.006Z] + make test [2024-11-08T00:40:58.006Z] go install github.com/jstemmer/go-junit-report@v0.9.1 [2024-11-08T00:40:58.006Z] go: downloading github.com/jstemmer/go-junit-report v0.9.1 [2024-11-08T00:41:30.340Z] go install github.com/axw/gocov/gocov@v1.0.0 [2024-11-08T00:41:30.340Z] go: downloading github.com/axw/gocov v1.0.0 [2024-11-08T00:41:30.340Z] go: downloading golang.org/x/tools v0.0.0-20190617190820-da514acc4774 [2024-11-08T00:41:40.454Z] go install github.com/AlekSi/gocov-xml@v1.0.0 [2024-11-08T00:41:40.454Z] go: downloading github.com/AlekSi/gocov-xml v1.0.0 [2024-11-08T00:41:41.042Z] go install github.com/jandelgado/gcov2lcov@v1.0.5 [2024-11-08T00:41:41.310Z] go: downloading github.com/jandelgado/gcov2lcov v1.0.5 [2024-11-08T00:41:43.256Z] rm -rf test-artifacts [2024-11-08T00:41:43.256Z] mkdir test-artifacts [2024-11-08T00:41:43.256Z] go test -v ./... -coverprofile=test-artifacts/cover.out | go-junit-report > test-artifacts/report.xml [2024-11-08T00:41:43.256Z] go: downloading github.com/stretchr/testify v1.9.0 [2024-11-08T00:41:43.527Z] go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc [2024-11-08T00:41:43.527Z] go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 [2024-11-08T00:45:35.393Z] gocov convert test-artifacts/cover.out | gocov-xml > test-artifacts/coverage.xml [2024-11-08T00:45:35.393Z] gcov2lcov -infile=test-artifacts/cover.out -outfile=test-artifacts/coverage.lcov [Pipeline] echo [2024-11-08T00:45:35.412Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-11-08T00:45:35.424Z] $ docker stop --time=1 0f6235ffb25c7cfce3e571640beae15724e6126c5850ab6e22db92a896901d32 [2024-11-08T00:45:37.316Z] $ docker rm -f --volumes 0f6235ffb25c7cfce3e571640beae15724e6126c5850ab6e22db92a896901d32 [Pipeline] // withDockerContainer [Pipeline] sh [2024-11-08T00:45:39.092Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-11-08T00:45:39.123Z] Warning: overwriting stash ‘coverage-report’ [2024-11-08T00:45:39.578Z] Stashed 0 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-11-08T00:45:40.000Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-11-08T00:45:40.320Z] + ls -al . [2024-11-08T00:45:40.320Z] total 200 [2024-11-08T00:45:40.320Z] drwxrwxr-x 9 jenkins jenkins 4096 Nov 8 00:41 . [2024-11-08T00:45:40.320Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 8 00:35 .. [2024-11-08T00:45:40.320Z] -rw-rw-r-- 1 jenkins jenkins 62 Nov 8 00:35 .dockerignore [2024-11-08T00:45:40.320Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 8 00:45 .git [2024-11-08T00:45:40.320Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 8 00:35 .github [2024-11-08T00:45:40.320Z] -rw-rw-r-- 1 jenkins jenkins 84 Nov 8 00:35 .gitignore [2024-11-08T00:45:40.320Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 8 00:35 .vscode [2024-11-08T00:45:40.320Z] -rw-rw-r-- 1 jenkins jenkins 7466 Nov 8 00:35 Attribution.txt [2024-11-08T00:45:40.320Z] -rw-rw-r-- 1 jenkins jenkins 1125 Nov 8 00:35 Dockerfile [2024-11-08T00:45:40.320Z] -rw-rw-r-- 1 jenkins jenkins 649 Nov 8 00:35 Jenkinsfile [2024-11-08T00:45:40.320Z] -rw-rw-r-- 1 jenkins jenkins 11367 Nov 8 00:35 LICENSE [2024-11-08T00:45:40.320Z] -rw-rw-r-- 1 jenkins jenkins 2193 Nov 8 00:35 Makefile [2024-11-08T00:45:40.320Z] -rw-rw-r-- 1 jenkins jenkins 4182 Nov 8 00:35 README.md [2024-11-08T00:45:40.320Z] -rw-rw-r-- 1 jenkins jenkins 11 Nov 8 00:31 VERSION [2024-11-08T00:45:40.320Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 8 00:35 bin [2024-11-08T00:45:40.320Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 8 00:35 cmd [2024-11-08T00:45:40.320Z] -rw-rw-r-- 1 jenkins jenkins 7098 Nov 8 00:35 go.mod [2024-11-08T00:45:40.320Z] -rw-rw-r-- 1 jenkins jenkins 100417 Nov 8 00:35 go.sum [2024-11-08T00:45:40.320Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 8 00:35 internal [2024-11-08T00:45:40.320Z] drwxr-xr-x 2 jenkins jenkins 4096 Nov 8 00:45 test-artifacts [2024-11-08T00:45:40.320Z] -rw-rw-r-- 1 jenkins jenkins 260 Nov 8 00:35 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-08T00:45:40.681Z] + 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 . [2024-11-08T00:45:40.948Z] Sending build context to Docker daemon 572.4kB [2024-11-08T00:45:40.948Z] Step 1/19 : FROM golang:1.23-alpine3.20 AS builder [2024-11-08T00:45:40.948Z] ---> 329834fefb2a [2024-11-08T00:45:40.948Z] Step 2/19 : WORKDIR /device-opcua [2024-11-08T00:45:40.948Z] ---> Using cache [2024-11-08T00:45:40.948Z] ---> 78e0a75dbb72 [2024-11-08T00:45:40.948Z] Step 3/19 : RUN apk update && apk add --no-cache make git zeromq-dev gcc pkgconfig musl-dev [2024-11-08T00:45:40.948Z] ---> Using cache [2024-11-08T00:45:40.948Z] ---> edace62fe233 [2024-11-08T00:45:40.948Z] Step 4/19 : COPY . . [2024-11-08T00:45:41.914Z] ---> 7589717c823f [2024-11-08T00:45:41.914Z] Step 5/19 : RUN make build [2024-11-08T00:45:41.914Z] ---> Running in 2b58d56d8bca [2024-11-08T00:45:42.877Z] 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 [2024-11-08T00:45:42.877Z] go: downloading github.com/edgexfoundry/device-sdk-go/v4 v4.0.0-dev.1 [2024-11-08T00:45:42.877Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v4 v4.0.0-dev.2 [2024-11-08T00:45:43.460Z] go: downloading github.com/gopcua/opcua v0.5.3 [2024-11-08T00:45:43.460Z] go: downloading github.com/spf13/cast v1.7.0 [2024-11-08T00:45:43.729Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v4 v4.0.0-dev.1 [2024-11-08T00:45:43.729Z] go: downloading github.com/labstack/echo/v4 v4.12.0 [2024-11-08T00:45:43.996Z] go: downloading github.com/go-kit/log v0.2.1 [2024-11-08T00:45:43.996Z] go: downloading github.com/go-playground/validator/v10 v10.22.1 [2024-11-08T00:45:43.996Z] go: downloading github.com/google/uuid v1.6.0 [2024-11-08T00:45:44.582Z] go: downloading github.com/panjf2000/ants/v2 v2.10.0 [2024-11-08T00:45:44.582Z] go: downloading github.com/fxamacker/cbor/v2 v2.7.0 [2024-11-08T00:45:44.582Z] go: downloading github.com/labstack/gommon v0.4.2 [2024-11-08T00:45:44.582Z] go: downloading golang.org/x/crypto v0.28.0 [2024-11-08T00:45:44.582Z] go: downloading golang.org/x/net v0.30.0 [2024-11-08T00:45:45.544Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2024-11-08T00:45:45.544Z] go: downloading github.com/go-logfmt/logfmt v0.5.1 [2024-11-08T00:45:45.544Z] go: downloading github.com/gabriel-vasile/mimetype v1.4.3 [2024-11-08T00:45:45.544Z] go: downloading github.com/go-playground/universal-translator v0.18.1 [2024-11-08T00:45:45.544Z] go: downloading github.com/leodido/go-urn v1.4.0 [2024-11-08T00:45:46.131Z] go: downloading golang.org/x/text v0.19.0 [2024-11-08T00:45:46.131Z] go: downloading golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 [2024-11-08T00:45:46.396Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2024-11-08T00:45:46.396Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v4 v4.0.0-dev.2 [2024-11-08T00:45:46.663Z] go: downloading github.com/hashicorp/go-multierror v1.1.1 [2024-11-08T00:45:46.663Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2024-11-08T00:45:46.663Z] go: downloading github.com/edgexfoundry/go-mod-registry/v4 v4.0.0-dev.1 [2024-11-08T00:45:46.931Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v4 v4.0.0-dev.1 [2024-11-08T00:45:46.931Z] go: downloading github.com/mitchellh/copystructure v1.2.0 [2024-11-08T00:45:46.931Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.5.0 [2024-11-08T00:45:47.200Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v4 v4.0.0-dev.1 [2024-11-08T00:45:47.200Z] go: downloading github.com/mitchellh/mapstructure v1.5.0 [2024-11-08T00:45:47.200Z] go: downloading github.com/openziti/sdk-golang v0.23.43 [2024-11-08T00:45:47.468Z] go: downloading github.com/sirupsen/logrus v1.9.3 [2024-11-08T00:45:47.468Z] go: downloading golang.org/x/sync v0.8.0 [2024-11-08T00:45:47.736Z] go: downloading github.com/mattn/go-colorable v0.1.13 [2024-11-08T00:45:47.736Z] go: downloading github.com/mattn/go-isatty v0.0.20 [2024-11-08T00:45:47.736Z] go: downloading github.com/valyala/fasttemplate v1.2.2 [2024-11-08T00:45:47.736Z] go: downloading github.com/x448/float16 v0.8.4 [2024-11-08T00:45:47.736Z] go: downloading github.com/go-playground/locales v0.14.1 [2024-11-08T00:45:48.003Z] go: downloading golang.org/x/sys v0.26.0 [2024-11-08T00:45:49.947Z] go: downloading github.com/pkg/errors v0.9.1 [2024-11-08T00:45:49.947Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2024-11-08T00:45:49.947Z] go: downloading github.com/mitchellh/reflectwalk v1.0.2 [2024-11-08T00:45:49.947Z] go: downloading github.com/gorilla/websocket v1.5.3 [2024-11-08T00:45:49.947Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.4.0 [2024-11-08T00:45:50.531Z] go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible [2024-11-08T00:45:50.531Z] go: downloading golang.org/x/time v0.6.0 [2024-11-08T00:45:50.531Z] go: downloading github.com/go-openapi/runtime v0.28.0 [2024-11-08T00:45:50.798Z] go: downloading github.com/go-openapi/strfmt v0.23.0 [2024-11-08T00:45:50.798Z] go: downloading github.com/go-resty/resty/v2 v2.15.3 [2024-11-08T00:45:50.798Z] go: downloading github.com/golang-jwt/jwt/v5 v5.2.1 [2024-11-08T00:45:50.798Z] go: downloading github.com/michaelquigley/pfxlog v0.6.10 [2024-11-08T00:45:51.067Z] go: downloading github.com/openziti/edge-api v0.26.32 [2024-11-08T00:45:54.428Z] go: downloading github.com/openziti/foundation/v2 v2.0.49 [2024-11-08T00:45:54.428Z] go: downloading github.com/openziti/identity v1.0.85 [2024-11-08T00:45:54.428Z] go: downloading github.com/orcaman/concurrent-map/v2 v2.0.1 [2024-11-08T00:45:54.428Z] go: downloading github.com/zitadel/oidc/v2 v2.12.2 [2024-11-08T00:45:54.428Z] go: downloading golang.org/x/oauth2 v0.23.0 [2024-11-08T00:45:54.428Z] go: downloading github.com/openziti/channel/v3 v3.0.4 [2024-11-08T00:45:54.428Z] go: downloading github.com/openziti/secretstream v0.1.25 [2024-11-08T00:45:54.428Z] go: downloading github.com/openziti/transport/v2 v2.0.146 [2024-11-08T00:45:54.697Z] go: downloading github.com/cenkalti/backoff/v4 v4.3.0 [2024-11-08T00:45:54.697Z] go: downloading github.com/kataras/go-events v0.0.3 [2024-11-08T00:45:54.697Z] go: downloading github.com/openziti/metrics v1.2.58 [2024-11-08T00:45:54.697Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2024-11-08T00:45:54.697Z] go: downloading github.com/valyala/bytebufferpool v1.0.0 [2024-11-08T00:45:54.697Z] go: downloading github.com/hashicorp/consul/api v1.29.4 [2024-11-08T00:45:54.697Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2024-11-08T00:45:54.697Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2024-11-08T00:45:54.964Z] go: downloading github.com/zeebo/errs v1.3.0 [2024-11-08T00:45:54.965Z] go: downloading google.golang.org/grpc v1.67.1 [2024-11-08T00:45:56.910Z] go: downloading github.com/go-openapi/errors v0.22.0 [2024-11-08T00:45:56.910Z] go: downloading github.com/go-openapi/swag v0.23.0 [2024-11-08T00:45:56.910Z] go: downloading github.com/opentracing/opentracing-go v1.2.0 [2024-11-08T00:45:56.910Z] go: downloading go.opentelemetry.io/otel v1.29.0 [2024-11-08T00:45:57.493Z] go: downloading go.opentelemetry.io/otel/trace v1.29.0 [2024-11-08T00:45:57.493Z] go: downloading github.com/oklog/ulid v1.3.1 [2024-11-08T00:45:57.493Z] go: downloading go.mongodb.org/mongo-driver v1.17.0 [2024-11-08T00:45:57.493Z] go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 [2024-11-08T00:45:57.771Z] go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d [2024-11-08T00:45:57.771Z] go: downloading github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa [2024-11-08T00:45:57.771Z] go: downloading github.com/go-openapi/validate v0.24.0 [2024-11-08T00:45:58.731Z] go: downloading github.com/fsnotify/fsnotify v1.7.0 [2024-11-08T00:45:58.731Z] go: downloading gopkg.in/go-jose/go-jose.v2 v2.6.3 [2024-11-08T00:45:58.731Z] go: downloading github.com/gorilla/securecookie v1.1.2 [2024-11-08T00:45:58.731Z] go: downloading github.com/gorilla/schema v1.4.1 [2024-11-08T00:45:58.997Z] go: downloading github.com/muhlemmer/gu v0.3.1 [2024-11-08T00:45:58.997Z] go: downloading github.com/speps/go-hashids v2.0.0+incompatible [2024-11-08T00:45:58.997Z] go: downloading github.com/golang/protobuf v1.5.4 [2024-11-08T00:45:59.262Z] go: downloading google.golang.org/protobuf v1.34.2 [2024-11-08T00:46:00.671Z] go: downloading github.com/mitchellh/go-ps v1.0.0 [2024-11-08T00:46:00.671Z] go: downloading github.com/shirou/gopsutil/v3 v3.24.5 [2024-11-08T00:46:01.257Z] go: downloading github.com/go-jose/go-jose/v4 v4.0.4 [2024-11-08T00:46:01.257Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2024-11-08T00:46:01.257Z] go: downloading github.com/hashicorp/go-hclog v1.5.0 [2024-11-08T00:46:01.257Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2024-11-08T00:46:01.257Z] go: downloading github.com/hashicorp/serf v0.10.1 [2024-11-08T00:46:01.525Z] go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 [2024-11-08T00:46:01.525Z] go: downloading github.com/go-openapi/analysis v0.23.0 [2024-11-08T00:46:01.525Z] go: downloading github.com/go-openapi/loads v0.22.0 [2024-11-08T00:46:01.525Z] go: downloading github.com/go-openapi/spec v0.21.0 [2024-11-08T00:46:01.794Z] go: downloading github.com/mailru/easyjson v0.7.7 [2024-11-08T00:46:02.062Z] go: downloading github.com/go-logr/logr v1.4.2 [2024-11-08T00:46:02.062Z] go: downloading go.opentelemetry.io/otel/metric v1.29.0 [2024-11-08T00:46:02.062Z] go: downloading golang.org/x/term v0.25.0 [2024-11-08T00:46:02.062Z] go: downloading github.com/go-openapi/jsonpointer v0.21.0 [2024-11-08T00:46:02.062Z] go: downloading github.com/tklauser/go-sysconf v0.3.12 [2024-11-08T00:46:02.062Z] go: downloading github.com/fatih/color v1.16.0 [2024-11-08T00:46:02.062Z] go: downloading github.com/armon/go-metrics v0.4.1 [2024-11-08T00:46:02.062Z] go: downloading github.com/go-logr/stdr v1.2.2 [2024-11-08T00:46:02.062Z] go: downloading github.com/josharian/intern v1.0.0 [2024-11-08T00:46:02.062Z] go: downloading github.com/go-openapi/jsonreference v0.21.0 [2024-11-08T00:46:02.062Z] go: downloading github.com/parallaxsecond/parsec-client-go v0.0.0-20221025095442-f0a77d263cf9 [2024-11-08T00:46:02.329Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2024-11-08T00:46:02.329Z] go: downloading github.com/tklauser/numcpus v0.6.1 [2024-11-08T00:46:02.329Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2024-11-08T00:49:54.167Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2024-11-08T00:50:33.073Z] Removing intermediate container 2b58d56d8bca [2024-11-08T00:50:33.073Z] ---> 912565a76233 [2024-11-08T00:50:33.073Z] Step 6/19 : FROM alpine:3.20 [2024-11-08T00:50:33.073Z] 3.20: Pulling from library/alpine [2024-11-08T00:50:33.073Z] cf04c63912e1: Already exists [2024-11-08T00:50:33.073Z] Digest: sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-11-08T00:50:33.073Z] Status: Downloaded newer image for alpine:3.20 [2024-11-08T00:50:33.073Z] ---> c157a85ed455 [2024-11-08T00:50:33.073Z] Step 7/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: YIQISOFT' [2024-11-08T00:50:33.073Z] ---> Running in 4cbc4d4a3c51 [2024-11-08T00:50:33.073Z] Removing intermediate container 4cbc4d4a3c51 [2024-11-08T00:50:33.073Z] ---> b01f97e2a508 [2024-11-08T00:50:33.073Z] Step 8/19 : RUN apk add --update --no-cache zeromq dumb-init [2024-11-08T00:50:33.073Z] ---> Running in 1ad350d0c5a0 [2024-11-08T00:50:33.073Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-08T00:50:33.073Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-08T00:50:35.027Z] (1/6) Installing dumb-init (1.2.5-r3) [2024-11-08T00:50:35.027Z] (2/6) Installing libgcc (13.2.1_git20240309-r0) [2024-11-08T00:50:35.027Z] (3/6) Installing libsodium (1.0.19-r0) [2024-11-08T00:50:35.027Z] (4/6) Installing libstdc++ (13.2.1_git20240309-r0) [2024-11-08T00:50:35.027Z] (5/6) Installing libzmq (4.3.5-r2) [2024-11-08T00:50:35.027Z] (6/6) Installing zeromq (4.3.5-r2) [2024-11-08T00:50:35.027Z] Executing busybox-1.36.1-r29.trigger [2024-11-08T00:50:35.027Z] OK: 13 MiB in 20 packages [2024-11-08T00:50:35.994Z] Removing intermediate container 1ad350d0c5a0 [2024-11-08T00:50:35.994Z] ---> 0a80e3e55a75 [2024-11-08T00:50:35.994Z] Step 9/19 : RUN apk --no-cache upgrade [2024-11-08T00:50:36.264Z] ---> Running in b6f07b88864a [2024-11-08T00:50:37.230Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-08T00:50:37.819Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-08T00:50:39.771Z] Upgrading critical system libraries and apk-tools: [2024-11-08T00:50:39.771Z] (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-11-08T00:50:39.771Z] Executing busybox-1.36.1-r29.trigger [2024-11-08T00:50:40.041Z] Continuing the upgrade transaction with new apk-tools: [2024-11-08T00:50:40.041Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-11-08T00:50:40.311Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-11-08T00:50:42.278Z] (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-08T00:50:42.278Z] (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-08T00:50:42.545Z] OK: 13 MiB in 20 packages [2024-11-08T00:50:43.955Z] Removing intermediate container b6f07b88864a [2024-11-08T00:50:43.955Z] ---> 4f69bb88efb2 [2024-11-08T00:50:43.955Z] Step 10/19 : EXPOSE 59997 [2024-11-08T00:50:43.955Z] ---> Running in f4defb711fec [2024-11-08T00:50:43.955Z] Removing intermediate container f4defb711fec [2024-11-08T00:50:43.955Z] ---> b3d48212550d [2024-11-08T00:50:43.955Z] Step 11/19 : COPY --from=builder /device-opcua/cmd/device-opcua / [2024-11-08T00:50:46.554Z] ---> cabb1f44f79e [2024-11-08T00:50:46.554Z] Step 12/19 : COPY --from=builder /device-opcua/cmd/res /res [2024-11-08T00:50:47.137Z] ---> 66b92e3eb12f [2024-11-08T00:50:47.137Z] Step 13/19 : COPY LICENSE / [2024-11-08T00:50:47.716Z] ---> eb62ae25dcb7 [2024-11-08T00:50:47.716Z] Step 14/19 : COPY --from=builder /device-opcua/Attribution.txt /Attribution.txt [2024-11-08T00:50:48.296Z] ---> 3c22335acf34 [2024-11-08T00:50:48.296Z] Step 15/19 : ENTRYPOINT ["/device-opcua"] [2024-11-08T00:50:48.296Z] ---> Running in b95c00e2dd67 [2024-11-08T00:50:48.561Z] Removing intermediate container b95c00e2dd67 [2024-11-08T00:50:48.561Z] ---> f012a137c220 [2024-11-08T00:50:48.561Z] Step 16/19 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2024-11-08T00:50:48.829Z] ---> Running in 5f08affb0434 [2024-11-08T00:50:49.096Z] Removing intermediate container 5f08affb0434 [2024-11-08T00:50:49.096Z] ---> 8e478034a4d8 [2024-11-08T00:50:49.096Z] Step 17/19 : LABEL arch=arm64 [2024-11-08T00:50:49.096Z] ---> Running in 84c735655b54 [2024-11-08T00:50:49.363Z] Removing intermediate container 84c735655b54 [2024-11-08T00:50:49.363Z] ---> 876fe1219278 [2024-11-08T00:50:49.363Z] Step 18/19 : LABEL git_sha=515e873cf8c49ccc867724a600990c68a3d943eb [2024-11-08T00:50:49.363Z] ---> Running in 063404c79b33 [2024-11-08T00:50:49.632Z] Removing intermediate container 063404c79b33 [2024-11-08T00:50:49.632Z] ---> 90bb3e1d2d03 [2024-11-08T00:50:49.632Z] Step 19/19 : LABEL version=4.0.0-dev.1 [2024-11-08T00:50:49.902Z] ---> Running in e2a5ba7a28a4 [2024-11-08T00:50:50.171Z] Removing intermediate container e2a5ba7a28a4 [2024-11-08T00:50:50.171Z] ---> aef2bf7992ef [2024-11-08T00:50:50.171Z] [Warning] One or more build-args [ARCH BASE MAKE] were not consumed [2024-11-08T00:50:50.171Z] Successfully built aef2bf7992ef [2024-11-08T00:50:50.171Z] 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 [2024-11-08T00:50:50.340Z] provisioning config files... [2024-11-08T00:50:50.360Z] copy managed file [device-opc-ua-settings] to file:/w/workspace/device-opc-ua/2@tmp/config7414211326257740257tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-11-08T00:50:50.709Z] ---> ****-login.sh [2024-11-08T00:50:50.709Z] nexus3.edgexfoundry.org:10001 [2024-11-08T00:50:50.976Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-08T00:50:50.976Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-08T00:50:50.976Z] Configure a credential helper to remove this warning. See [2024-11-08T00:50:50.976Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-08T00:50:50.976Z] [2024-11-08T00:50:50.976Z] Login Succeeded [2024-11-08T00:50:50.976Z] nexus3.edgexfoundry.org:10002 [2024-11-08T00:50:51.242Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-08T00:50:51.510Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-08T00:50:51.510Z] Configure a credential helper to remove this warning. See [2024-11-08T00:50:51.510Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-08T00:50:51.510Z] [2024-11-08T00:50:51.510Z] Login Succeeded [2024-11-08T00:50:51.510Z] nexus3.edgexfoundry.org:10003 [2024-11-08T00:50:51.778Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-08T00:50:51.778Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-08T00:50:51.778Z] Configure a credential helper to remove this warning. See [2024-11-08T00:50:51.778Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-08T00:50:51.778Z] [2024-11-08T00:50:51.778Z] Login Succeeded [2024-11-08T00:50:51.778Z] nexus3.edgexfoundry.org:10004 [2024-11-08T00:50:52.119Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-08T00:50:52.407Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-08T00:50:52.407Z] Configure a credential helper to remove this warning. See [2024-11-08T00:50:52.407Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-08T00:50:52.407Z] [2024-11-08T00:50:52.407Z] Login Succeeded [2024-11-08T00:50:52.407Z] ****.io [2024-11-08T00:50:52.677Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-08T00:50:52.950Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-08T00:50:52.950Z] Configure a credential helper to remove this warning. See [2024-11-08T00:50:52.950Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-08T00:50:52.950Z] [2024-11-08T00:50:52.950Z] Login Succeeded [2024-11-08T00:50:52.950Z] ---> ****-login.sh ends [Pipeline] } [2024-11-08T00:50:52.967Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-11-08T00:50:53.020Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-11-08T00:50:53.058Z] [edgeXDocker.push] Tagging docker image device-opc-ua-arm64 with the following tags: [2024-11-08T00:50:53.058Z] 515e873cf8c49ccc867724a600990c68a3d943eb [2024-11-08T00:50:53.058Z] latest [2024-11-08T00:50:53.058Z] 4.0.0-dev.1 [2024-11-08T00:50:53.058Z] 515e873cf8c49ccc867724a600990c68a3d943eb-4.0.0-dev.1 [2024-11-08T00:50:53.058Z] main [2024-11-08T00:50:53.058Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-08T00:50:53.470Z] + 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 [2024-11-08T00:50:53.891Z] + docker push nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:515e873cf8c49ccc867724a600990c68a3d943eb [2024-11-08T00:50:53.891Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua-arm64] [2024-11-08T00:50:53.891Z] 193ba0b62601: Preparing [2024-11-08T00:50:53.891Z] 82bc08adf226: Preparing [2024-11-08T00:50:53.891Z] fbb685fd151f: Preparing [2024-11-08T00:50:53.891Z] cc28059e0cec: Preparing [2024-11-08T00:50:53.891Z] 575e44319461: Preparing [2024-11-08T00:50:53.891Z] 0f3a4a8c5bed: Preparing [2024-11-08T00:50:53.891Z] 16113d51b718: Preparing [2024-11-08T00:50:53.891Z] 16113d51b718: Waiting [2024-11-08T00:50:53.891Z] 0f3a4a8c5bed: Waiting [2024-11-08T00:50:54.177Z] fbb685fd151f: Pushed [2024-11-08T00:50:54.177Z] 193ba0b62601: Pushed [2024-11-08T00:50:54.177Z] 82bc08adf226: Pushed [2024-11-08T00:50:54.177Z] 16113d51b718: Layer already exists [2024-11-08T00:50:55.587Z] 0f3a4a8c5bed: Pushed [2024-11-08T00:50:55.587Z] 575e44319461: Pushed [2024-11-08T00:51:05.664Z] cc28059e0cec: Pushed [2024-11-08T00:51:05.664Z] 515e873cf8c49ccc867724a600990c68a3d943eb: digest: sha256:33bc45aa956240b9252c2c01b97639be3569cd6aeb556a48472f3bdc72711f69 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-08T00:51:06.060Z] + 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 [2024-11-08T00:51:06.422Z] + docker push nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:latest [2024-11-08T00:51:06.422Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua-arm64] [2024-11-08T00:51:06.422Z] 193ba0b62601: Preparing [2024-11-08T00:51:06.422Z] 82bc08adf226: Preparing [2024-11-08T00:51:06.422Z] fbb685fd151f: Preparing [2024-11-08T00:51:06.422Z] cc28059e0cec: Preparing [2024-11-08T00:51:06.422Z] 575e44319461: Preparing [2024-11-08T00:51:06.422Z] 0f3a4a8c5bed: Preparing [2024-11-08T00:51:06.422Z] 16113d51b718: Preparing [2024-11-08T00:51:06.422Z] 0f3a4a8c5bed: Waiting [2024-11-08T00:51:06.422Z] 16113d51b718: Waiting [2024-11-08T00:51:06.422Z] 82bc08adf226: Layer already exists [2024-11-08T00:51:06.422Z] 575e44319461: Layer already exists [2024-11-08T00:51:06.422Z] 193ba0b62601: Layer already exists [2024-11-08T00:51:06.422Z] fbb685fd151f: Layer already exists [2024-11-08T00:51:06.422Z] cc28059e0cec: Layer already exists [2024-11-08T00:51:06.422Z] 0f3a4a8c5bed: Layer already exists [2024-11-08T00:51:06.422Z] 16113d51b718: Layer already exists [2024-11-08T00:51:06.689Z] latest: digest: sha256:33bc45aa956240b9252c2c01b97639be3569cd6aeb556a48472f3bdc72711f69 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-08T00:51:07.063Z] + 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 [2024-11-08T00:51:07.447Z] + docker push nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:4.0.0-dev.1 [2024-11-08T00:51:07.447Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua-arm64] [2024-11-08T00:51:07.447Z] 193ba0b62601: Preparing [2024-11-08T00:51:07.447Z] 82bc08adf226: Preparing [2024-11-08T00:51:07.447Z] fbb685fd151f: Preparing [2024-11-08T00:51:07.447Z] cc28059e0cec: Preparing [2024-11-08T00:51:07.447Z] 575e44319461: Preparing [2024-11-08T00:51:07.447Z] 0f3a4a8c5bed: Preparing [2024-11-08T00:51:07.447Z] 16113d51b718: Preparing [2024-11-08T00:51:07.447Z] 0f3a4a8c5bed: Waiting [2024-11-08T00:51:07.447Z] 16113d51b718: Waiting [2024-11-08T00:51:07.447Z] 575e44319461: Layer already exists [2024-11-08T00:51:07.447Z] 82bc08adf226: Layer already exists [2024-11-08T00:51:07.447Z] cc28059e0cec: Layer already exists [2024-11-08T00:51:07.447Z] 193ba0b62601: Layer already exists [2024-11-08T00:51:07.447Z] fbb685fd151f: Layer already exists [2024-11-08T00:51:07.447Z] 16113d51b718: Layer already exists [2024-11-08T00:51:07.447Z] 0f3a4a8c5bed: Layer already exists [2024-11-08T00:51:07.717Z] 4.0.0-dev.1: digest: sha256:33bc45aa956240b9252c2c01b97639be3569cd6aeb556a48472f3bdc72711f69 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-08T00:51:08.106Z] + 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 [2024-11-08T00:51:08.493Z] + docker push nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:515e873cf8c49ccc867724a600990c68a3d943eb-4.0.0-dev.1 [2024-11-08T00:51:08.494Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua-arm64] [2024-11-08T00:51:08.494Z] 193ba0b62601: Preparing [2024-11-08T00:51:08.494Z] 82bc08adf226: Preparing [2024-11-08T00:51:08.494Z] fbb685fd151f: Preparing [2024-11-08T00:51:08.494Z] cc28059e0cec: Preparing [2024-11-08T00:51:08.494Z] 575e44319461: Preparing [2024-11-08T00:51:08.494Z] 0f3a4a8c5bed: Preparing [2024-11-08T00:51:08.494Z] 16113d51b718: Preparing [2024-11-08T00:51:08.494Z] 0f3a4a8c5bed: Waiting [2024-11-08T00:51:08.494Z] 16113d51b718: Waiting [2024-11-08T00:51:08.494Z] 193ba0b62601: Layer already exists [2024-11-08T00:51:08.494Z] cc28059e0cec: Layer already exists [2024-11-08T00:51:08.494Z] fbb685fd151f: Layer already exists [2024-11-08T00:51:08.494Z] 82bc08adf226: Layer already exists [2024-11-08T00:51:08.494Z] 575e44319461: Layer already exists [2024-11-08T00:51:08.494Z] 0f3a4a8c5bed: Layer already exists [2024-11-08T00:51:08.494Z] 16113d51b718: Layer already exists [2024-11-08T00:51:08.764Z] 515e873cf8c49ccc867724a600990c68a3d943eb-4.0.0-dev.1: digest: sha256:33bc45aa956240b9252c2c01b97639be3569cd6aeb556a48472f3bdc72711f69 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-08T00:51:09.147Z] + 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 [2024-11-08T00:51:09.523Z] + docker push nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:main [2024-11-08T00:51:09.523Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-opc-ua-arm64] [2024-11-08T00:51:09.523Z] 193ba0b62601: Preparing [2024-11-08T00:51:09.523Z] 82bc08adf226: Preparing [2024-11-08T00:51:09.523Z] fbb685fd151f: Preparing [2024-11-08T00:51:09.523Z] cc28059e0cec: Preparing [2024-11-08T00:51:09.523Z] 575e44319461: Preparing [2024-11-08T00:51:09.523Z] 0f3a4a8c5bed: Preparing [2024-11-08T00:51:09.523Z] 16113d51b718: Preparing [2024-11-08T00:51:09.523Z] 0f3a4a8c5bed: Waiting [2024-11-08T00:51:09.523Z] 16113d51b718: Waiting [2024-11-08T00:51:09.523Z] 193ba0b62601: Layer already exists [2024-11-08T00:51:09.523Z] fbb685fd151f: Layer already exists [2024-11-08T00:51:09.523Z] 575e44319461: Layer already exists [2024-11-08T00:51:09.523Z] cc28059e0cec: Layer already exists [2024-11-08T00:51:09.523Z] 82bc08adf226: Layer already exists [2024-11-08T00:51:09.523Z] 16113d51b718: Layer already exists [2024-11-08T00:51:09.523Z] 0f3a4a8c5bed: Layer already exists [2024-11-08T00:51:09.792Z] main: digest: sha256:33bc45aa956240b9252c2c01b97639be3569cd6aeb556a48472f3bdc72711f69 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-11-08T00:51:09.878Z] ===================================================== [Pipeline] echo [2024-11-08T00:51:09.891Z] taggedImages: [2024-11-08T00:51:09.891Z] - nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:515e873cf8c49ccc867724a600990c68a3d943eb [2024-11-08T00:51:09.891Z] - nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:latest [2024-11-08T00:51:09.891Z] - nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:4.0.0-dev.1 [2024-11-08T00:51:09.891Z] - nexus3.edgexfoundry.org:10004/device-opc-ua-arm64:515e873cf8c49ccc867724a600990c68a3d943eb-4.0.0-dev.1 [2024-11-08T00:51:09.891Z] - 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 [2024-11-08T00:51:10.284Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-11-08T00:51:10.284Z] [2024-11-08T00:51:10.284Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-08T00:51:10.633Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-11-08T00:51:10.903Z] arm64: Pulling from edgex-lftools-log-publisher [2024-11-08T00:51:10.903Z] 8998bd30e6a1: Pulling fs layer [2024-11-08T00:51:10.903Z] 04944245beec: Pulling fs layer [2024-11-08T00:51:10.903Z] 699f458cf7ca: Pulling fs layer [2024-11-08T00:51:10.903Z] 765212b225bb: Pulling fs layer [2024-11-08T00:51:10.903Z] f23df028b6ca: Pulling fs layer [2024-11-08T00:51:10.903Z] d65c8cfc05b1: Pulling fs layer [2024-11-08T00:51:10.903Z] 2437ff75d9bd: Pulling fs layer [2024-11-08T00:51:10.903Z] 765212b225bb: Waiting [2024-11-08T00:51:10.903Z] f23df028b6ca: Waiting [2024-11-08T00:51:10.903Z] d65c8cfc05b1: Waiting [2024-11-08T00:51:10.903Z] 2437ff75d9bd: Waiting [2024-11-08T00:51:10.903Z] 04944245beec: Verifying Checksum [2024-11-08T00:51:10.903Z] 04944245beec: Download complete [2024-11-08T00:51:10.903Z] 765212b225bb: Verifying Checksum [2024-11-08T00:51:10.903Z] 765212b225bb: Download complete [2024-11-08T00:51:10.903Z] f23df028b6ca: Download complete [2024-11-08T00:51:10.903Z] d65c8cfc05b1: Verifying Checksum [2024-11-08T00:51:10.903Z] d65c8cfc05b1: Download complete [2024-11-08T00:51:11.179Z] 699f458cf7ca: Verifying Checksum [2024-11-08T00:51:11.179Z] 699f458cf7ca: Download complete [2024-11-08T00:51:11.768Z] 8998bd30e6a1: Verifying Checksum [2024-11-08T00:51:11.768Z] 8998bd30e6a1: Download complete [2024-11-08T00:51:14.361Z] 2437ff75d9bd: Verifying Checksum [2024-11-08T00:51:14.361Z] 2437ff75d9bd: Download complete [2024-11-08T00:51:16.315Z] 8998bd30e6a1: Pull complete [2024-11-08T00:51:16.902Z] 04944245beec: Pull complete [2024-11-08T00:51:18.318Z] 699f458cf7ca: Pull complete [2024-11-08T00:51:18.589Z] 765212b225bb: Pull complete [2024-11-08T00:51:19.552Z] f23df028b6ca: Pull complete [2024-11-08T00:51:19.817Z] d65c8cfc05b1: Pull complete [2024-11-08T00:51:38.006Z] 2437ff75d9bd: Pull complete [2024-11-08T00:51:38.006Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-11-08T00:51:38.006Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-11-08T00:51:38.006Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-08T00:51:38.210Z] prd-ubuntu20.04-docker-arm64-4c-16g-24940 does not seem to be running inside a container [2024-11-08T00:51:38.257Z] $ 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 [2024-11-08T00:51:40.929Z] $ docker top f60d8b3b2b87e3d8cb0bf30dcabda2f328f295154fc23d5866012bb117d6442b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-11-08T00:51:41.446Z] ---> job-cost.sh [2024-11-08T00:51:41.710Z] lf-activate-venv: SKIPPING [2024-11-08T00:51:41.710Z] INFO: No Stack... [2024-11-08T00:51:42.288Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-11-08T00:51:42.867Z] INFO: Archiving Costs [Pipeline] sh [2024-11-08T00:51:43.497Z] + cat /w/workspace/device-opc-ua/2/archives/cost.csv [2024-11-08T00:51:43.497Z] + cut -d, -f6 [Pipeline] lock [2024-11-08T00:51:43.551Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-opc-ua-main-2-stack-cost] [2024-11-08T00:51:43.563Z] Resource [jenkins-edgexfoundry-device-opc-ua-main-2-stack-cost] did not exist. Created. [2024-11-08T00:51:43.571Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-opc-ua-main-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-11-08T00:51:43.907Z] /w/workspace/device-opc-ua/2@tmp/durable-07c900c4/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-11-08T00:51:44.240Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-11-08T00:51:44.257Z] Warning: overwriting stash ‘stack-cost’ [2024-11-08T00:51:44.326Z] Stashed 1 file(s) [Pipeline] } [2024-11-08T00:51:44.335Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-opc-ua-main-2-stack-cost] [Pipeline] // lock [Pipeline] } [2024-11-08T00:51:44.353Z] $ docker stop --time=1 f60d8b3b2b87e3d8cb0bf30dcabda2f328f295154fc23d5866012bb117d6442b [2024-11-08T00:51:45.811Z] $ 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 [2024-11-08T00:51:46.353Z] provisioning config files... [2024-11-08T00:51:46.354Z] 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 [2024-11-08T00:51:47.219Z] + [ -d /w/workspace/edgexfoundry_device-opc-ua_main/archives ] [2024-11-08T00:51:47.219Z] + ls -al /w/workspace/edgexfoundry_device-opc-ua_main/archives [2024-11-08T00:51:47.219Z] total 16 [2024-11-08T00:51:47.219Z] drwxr-xr-x 3 root root 4096 Nov 8 00:34 . [2024-11-08T00:51:47.219Z] drwxrwxr-x 11 jenkins jenkins 4096 Nov 8 00:34 .. [2024-11-08T00:51:47.219Z] drwxr-xr-x 2 root root 4096 Nov 8 00:34 cost [2024-11-08T00:51:47.219Z] -rw-r--r-- 1 root root 83 Nov 8 00:34 cost.csv [2024-11-08T00:51:47.219Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-opc-ua_main/archives [2024-11-08T00:51:47.219Z] + ls -al /w/workspace/edgexfoundry_device-opc-ua_main/archives [2024-11-08T00:51:47.219Z] total 16 [2024-11-08T00:51:47.219Z] drwxr-xr-x 3 jenkins jenkins 4096 Nov 8 00:34 . [2024-11-08T00:51:47.219Z] drwxrwxr-x 11 jenkins jenkins 4096 Nov 8 00:34 .. [2024-11-08T00:51:47.219Z] drwxr-xr-x 2 jenkins jenkins 4096 Nov 8 00:34 cost [2024-11-08T00:51:47.219Z] -rw-r--r-- 1 jenkins jenkins 83 Nov 8 00:34 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-11-08T00:51:47.509Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-08T00:51:48.371Z] ---> package-listing.sh [2024-11-08T00:51:48.371Z] ++ facter osfamily [2024-11-08T00:51:48.371Z] ++ tr '[:upper:]' '[:lower:]' [2024-11-08T00:51:48.630Z] + OS_FAMILY=debian [2024-11-08T00:51:48.630Z] + workspace=/w/workspace/edgexfoundry_device-opc-ua_main [2024-11-08T00:51:48.630Z] + START_PACKAGES=/tmp/packages_start.txt [2024-11-08T00:51:48.630Z] + END_PACKAGES=/tmp/packages_end.txt [2024-11-08T00:51:48.630Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-11-08T00:51:48.630Z] + PACKAGES=/tmp/packages_start.txt [2024-11-08T00:51:48.630Z] + '[' /w/workspace/edgexfoundry_device-opc-ua_main ']' [2024-11-08T00:51:48.630Z] + PACKAGES=/tmp/packages_end.txt [2024-11-08T00:51:48.630Z] + case "${OS_FAMILY}" in [2024-11-08T00:51:48.630Z] + dpkg -l [2024-11-08T00:51:48.630Z] + grep '^ii' [2024-11-08T00:51:48.630Z] + '[' -f /tmp/packages_start.txt ']' [2024-11-08T00:51:48.630Z] + '[' -f /tmp/packages_end.txt ']' [2024-11-08T00:51:48.630Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-11-08T00:51:48.630Z] + '[' /w/workspace/edgexfoundry_device-opc-ua_main ']' [2024-11-08T00:51:48.630Z] + mkdir -p /w/workspace/edgexfoundry_device-opc-ua_main/archives/ [2024-11-08T00:51:48.630Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-opc-ua_main/archives/ [Pipeline] echo [2024-11-08T00:51:48.645Z] 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 [2024-11-08T00:51:48.922Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-08T00:51:49.488Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-11-08T00:51:49.488Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-08T00:51:49.575Z] prd-ubuntu20.04-docker-8c-8g-24938 does not seem to be running inside a container [2024-11-08T00:51:49.600Z] $ 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 [2024-11-08T00:51:49.830Z] $ docker top f71ae05abfa48a6849d2ee8988b36c4b9496bd2fca5606b2776448936d048a0b -eo pid,comm [Pipeline] { [Pipeline] sh [2024-11-08T00:51:50.185Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-11-08T00:51:50.477Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-11-08T00:51:50.762Z] + ls /var/log/sa-host [2024-11-08T00:51:50.762Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-11-08T00:51:50.921Z] provisioning config files... [2024-11-08T00:51:50.930Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-opc-ua_main@tmp/config18116489223468286689tmp [Pipeline] { [Pipeline] echo [2024-11-08T00:51:50.952Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-08T00:51:51.236Z] ---> create-netrc.sh [Pipeline] } [2024-11-08T00:51:51.243Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-11-08T00:51:51.604Z] ---> python-tools-install.sh [Pipeline] echo [2024-11-08T00:51:51.615Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-08T00:51:51.900Z] ---> sudo-logs.sh [2024-11-08T00:51:51.900Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-11-08T00:51:51.934Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-08T00:51:52.214Z] ---> job-cost.sh [2024-11-08T00:51:52.214Z] lf-activate-venv: SKIPPING [2024-11-08T00:51:52.214Z] DEBUG: total: 0.2199999988079071 [2024-11-08T00:51:52.214Z] INFO: Retrieving Stack Cost... [2024-11-08T00:51:52.788Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-11-08T00:51:53.047Z] INFO: Archiving Costs [Pipeline] echo [2024-11-08T00:51:53.063Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-08T00:51:53.343Z] ---> logs-deploy.sh [2024-11-08T00:51:53.343Z] lf-activate-venv: SKIPPING [2024-11-08T00:51:53.343Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-opc-ua/main/2 [2024-11-08T00:51:53.343Z] INFO: archiving workspace using pattern(s): [2024-11-08T00:51:54.286Z] Archives upload complete. [2024-11-08T00:51:54.286Z] INFO: archiving logs to Nexus