Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 84b3eaa6b9d9b6bc9df706aeb119f986429132ec 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-ssh2378287612336448248.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh11207334159781844805.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/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-sdk-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11158717496031753954.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh8583330108975196502.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-sdk-go/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-sdk-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh6513330672727471414.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-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3]] ========================================================= [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-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 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-9674 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/edgexfoundry_device-sdk-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.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-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 84b3eaa6b9d9b6bc9df706aeb119f986429132ec (main) Commit message: "feat: Consume watch for common Writable config changes (#1372)" > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.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 84b3eaa6b9d9b6bc9df706aeb119f986429132ec # timeout=10 > git rev-list --no-walk e5f9ace8858ef16ed7fd9fdcaf664427cc73e288 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-10T20:51:36.644Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-10T20:51:36.706Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-10T20:51:36.721Z] ========================================================= [2023-03-10T20:51:36.721Z] EdgeX Global Pipelines Version Info [2023-03-10T20:51:36.721Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-10T20:51:37.414Z] ------------------- [2023-03-10T20:51:37.414Z] stable info: [2023-03-10T20:51:37.414Z] ------------------- [2023-03-10T20:51:37.414Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-10T20:51:37.414Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-10T20:51:37.414Z] Message: update stable to v1.0.244 [2023-03-10T20:51:37.982Z] ------------------- [2023-03-10T20:51:37.982Z] experimental info: [2023-03-10T20:51:37.982Z] ------------------- [2023-03-10T20:51:37.982Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-10T20:51:37.982Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-10T20:51:37.982Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-10T20:51:38.140Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2023-03-10T20:51:38.153Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2023-03-10T20:51:38.170Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-10T20:51:38.186Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-10T20:51:38.202Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-10T20:51:38.218Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-03-10T20:51:38.230Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-10T20:51:38.245Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2023-03-10T20:51:38.255Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-10T20:51:38.268Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-10T20:51:38.284Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-10T20:51:38.300Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2023-03-10T20:51:38.311Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-10T20:51:38.324Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-10T20:51:38.333Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-10T20:51:38.341Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-03-10T20:51:38.350Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-03-10T20:51:38.360Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-03-10T20:51:38.372Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-10T20:51:38.389Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-10T20:51:38.400Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-03-10T20:51:38.413Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-03-10T20:51:38.424Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-03-10T20:51:38.436Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-03-10T20:51:38.449Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-03-10T20:51:38.464Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-10T20:51:38.478Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-10T20:51:38.494Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-03-10T20:51:38.505Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-03-10T20:51:38.520Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-03-10T20:51:38.531Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 84b3eaa6b9d9b6bc9df706aeb119f986429132ec [Pipeline] echo [2023-03-10T20:51:38.545Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 84b3eaa [Pipeline] echo [2023-03-10T20:51:38.566Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-10T20:51:38.611Z] provisioning config files... [2023-03-10T20:51:38.626Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config5837470161069864199tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-10T20:51:38.931Z] ---> docker-login.sh [2023-03-10T20:51:38.931Z] nexus3.edgexfoundry.org:10001 [2023-03-10T20:51:39.190Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T20:51:39.190Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T20:51:39.190Z] Configure a credential helper to remove this warning. See [2023-03-10T20:51:39.190Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T20:51:39.190Z] [2023-03-10T20:51:39.190Z] Login Succeeded [2023-03-10T20:51:39.190Z] nexus3.edgexfoundry.org:10002 [2023-03-10T20:51:39.449Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T20:51:39.449Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T20:51:39.449Z] Configure a credential helper to remove this warning. See [2023-03-10T20:51:39.449Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T20:51:39.449Z] [2023-03-10T20:51:39.449Z] Login Succeeded [2023-03-10T20:51:39.449Z] nexus3.edgexfoundry.org:10003 [2023-03-10T20:51:39.449Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T20:51:39.449Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T20:51:39.449Z] Configure a credential helper to remove this warning. See [2023-03-10T20:51:39.449Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T20:51:39.449Z] [2023-03-10T20:51:39.449Z] Login Succeeded [2023-03-10T20:51:39.449Z] nexus3.edgexfoundry.org:10004 [2023-03-10T20:51:39.708Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T20:51:39.708Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T20:51:39.708Z] Configure a credential helper to remove this warning. See [2023-03-10T20:51:39.708Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T20:51:39.708Z] [2023-03-10T20:51:39.708Z] Login Succeeded [2023-03-10T20:51:39.708Z] docker.io [2023-03-10T20:51:39.708Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T20:51:39.968Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T20:51:39.968Z] Configure a credential helper to remove this warning. See [2023-03-10T20:51:39.968Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T20:51:39.968Z] [2023-03-10T20:51:39.968Z] Login Succeeded [2023-03-10T20:51:39.968Z] ---> docker-login.sh ends [Pipeline] } [2023-03-10T20:51:39.975Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-03-10T20:51:40.330Z] + git rev-list -1 --merges 84b3eaa6b9d9b6bc9df706aeb119f986429132ec~1..84b3eaa6b9d9b6bc9df706aeb119f986429132ec [Pipeline] echo [2023-03-10T20:51:40.377Z] -----------> git rev-list -1 --merges 84b3eaa6b9d9b6bc9df706aeb119f986429132ec~1..84b3eaa6b9d9b6bc9df706aeb119f986429132ec 84b3eaa6b9d9b6bc9df706aeb119f986429132ec [false] [Pipeline] sh [2023-03-10T20:51:40.663Z] + git log --format=format:%s -1 84b3eaa6b9d9b6bc9df706aeb119f986429132ec [Pipeline] echo [2023-03-10T20:51:40.678Z] ========================================================= [2023-03-10T20:51:40.678Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-10T20:51:40.678Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-10T20:51:40.992Z] + git log --format=format:%s -1 84b3eaa6b9d9b6bc9df706aeb119f986429132ec [Pipeline] echo [2023-03-10T20:51:41.003Z] [semverPrep] GIT_COMMIT: 84b3eaa6b9d9b6bc9df706aeb119f986429132ec, Commit Message: feat: Consume watch for common Writable config changes (#1372) [Pipeline] echo [2023-03-10T20:51:41.016Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-03-10T20:51:41.365Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-10T20:51:41.365Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-10T20:51:41.365Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-10T20:51:41.365Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-10T20:51:41.365Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-10T20:51:41.365Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-10T20:51:41.365Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T20:51:41.706Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-10T20:51:41.706Z] [2023-03-10T20:51:41.706Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T20:51:42.009Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-10T20:51:42.009Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-10T20:51:42.009Z] b85a868b505f: Pulling fs layer [2023-03-10T20:51:42.009Z] e2be974225ed: Pulling fs layer [2023-03-10T20:51:42.009Z] 339a4e72a1f5: Pulling fs layer [2023-03-10T20:51:42.009Z] 988bab9f4d93: Pulling fs layer [2023-03-10T20:51:42.009Z] 1469e6f7b9e6: Pulling fs layer [2023-03-10T20:51:42.009Z] eaf3925da568: Pulling fs layer [2023-03-10T20:51:42.009Z] bab4dde63d76: Pulling fs layer [2023-03-10T20:51:42.009Z] bde34c3a00c8: Pulling fs layer [2023-03-10T20:51:42.009Z] b352a97aabf1: Pulling fs layer [2023-03-10T20:51:42.009Z] 4872d77fe225: Pulling fs layer [2023-03-10T20:51:42.009Z] 5851b861e8e6: Pulling fs layer [2023-03-10T20:51:42.009Z] bab4dde63d76: Waiting [2023-03-10T20:51:42.009Z] bde34c3a00c8: Waiting [2023-03-10T20:51:42.009Z] b352a97aabf1: Waiting [2023-03-10T20:51:42.009Z] 4872d77fe225: Waiting [2023-03-10T20:51:42.009Z] 5851b861e8e6: Waiting [2023-03-10T20:51:42.009Z] 988bab9f4d93: Waiting [2023-03-10T20:51:42.009Z] 1469e6f7b9e6: Waiting [2023-03-10T20:51:42.009Z] eaf3925da568: Waiting [2023-03-10T20:51:42.009Z] e2be974225ed: Verifying Checksum [2023-03-10T20:51:42.009Z] e2be974225ed: Download complete [2023-03-10T20:51:42.009Z] 988bab9f4d93: Verifying Checksum [2023-03-10T20:51:42.009Z] 988bab9f4d93: Download complete [2023-03-10T20:51:42.268Z] 1469e6f7b9e6: Verifying Checksum [2023-03-10T20:51:42.268Z] 1469e6f7b9e6: Download complete [2023-03-10T20:51:42.268Z] eaf3925da568: Verifying Checksum [2023-03-10T20:51:42.268Z] eaf3925da568: Download complete [2023-03-10T20:51:42.268Z] 339a4e72a1f5: Verifying Checksum [2023-03-10T20:51:42.268Z] 339a4e72a1f5: Download complete [2023-03-10T20:51:42.268Z] b352a97aabf1: Download complete [2023-03-10T20:51:42.268Z] 4872d77fe225: Verifying Checksum [2023-03-10T20:51:42.268Z] 4872d77fe225: Download complete [2023-03-10T20:51:42.268Z] 5851b861e8e6: Verifying Checksum [2023-03-10T20:51:42.268Z] 5851b861e8e6: Download complete [2023-03-10T20:51:42.268Z] b85a868b505f: Verifying Checksum [2023-03-10T20:51:42.268Z] b85a868b505f: Download complete [2023-03-10T20:51:42.834Z] bab4dde63d76: Verifying Checksum [2023-03-10T20:51:42.834Z] bab4dde63d76: Download complete [2023-03-10T20:51:43.768Z] b85a868b505f: Pull complete [2023-03-10T20:51:43.768Z] e2be974225ed: Pull complete [2023-03-10T20:51:44.027Z] 339a4e72a1f5: Pull complete [2023-03-10T20:51:44.286Z] 988bab9f4d93: Pull complete [2023-03-10T20:51:44.543Z] 1469e6f7b9e6: Pull complete [2023-03-10T20:51:44.543Z] eaf3925da568: Pull complete [2023-03-10T20:51:46.446Z] bab4dde63d76: Pull complete [2023-03-10T20:51:46.446Z] bde34c3a00c8: Pull complete [2023-03-10T20:51:46.446Z] b352a97aabf1: Pull complete [2023-03-10T20:51:46.705Z] 4872d77fe225: Pull complete [2023-03-10T20:51:46.705Z] 5851b861e8e6: Pull complete [2023-03-10T20:51:46.705Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-10T20:51:46.705Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-10T20:51:46.705Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T20:51:46.788Z] prd-ubuntu20.04-docker-8c-8g-9674 does not seem to be running inside a container [2023-03-10T20:51:46.809Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-10T20:51:48.057Z] $ docker top eb04f39827b0007f5a88f75743f8d495f199c7bfc2aab22012b91f988f466585 -eo pid,comm [2023-03-10T20:51:48.123Z] 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). [2023-03-10T20:51:48.123Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-10T20:51:48.155Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-10T20:51:48.155Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-10T20:51:48.270Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-10T20:51:48.266Z] $ docker exec eb04f39827b0007f5a88f75743f8d495f199c7bfc2aab22012b91f988f466585 ssh-agent [2023-03-10T20:51:48.388Z] SSH_AUTH_SOCK=/tmp/ssh-NkJTmxXX4F8U/agent.32 [2023-03-10T20:51:48.388Z] SSH_AGENT_PID=38 [2023-03-10T20:51:48.395Z] Running ssh-add (command line suppressed) [2023-03-10T20:51:48.508Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_13669918034564811305.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_13669918034564811305.key) [2023-03-10T20:51:48.527Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-10T20:51:48.816Z] + git tag --points-at HEAD [Pipeline] } [2023-03-10T20:51:48.820Z] $ docker exec --env ******** --env ******** eb04f39827b0007f5a88f75743f8d495f199c7bfc2aab22012b91f988f466585 ssh-agent -k [2023-03-10T20:51:48.922Z] unset SSH_AUTH_SOCK; [2023-03-10T20:51:48.922Z] unset SSH_AGENT_PID; [2023-03-10T20:51:48.922Z] echo Agent pid 38 killed; [2023-03-10T20:51:48.938Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-10T20:51:48.964Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-10T20:51:48.964Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-10T20:51:49.090Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-10T20:51:49.087Z] $ docker exec eb04f39827b0007f5a88f75743f8d495f199c7bfc2aab22012b91f988f466585 ssh-agent [2023-03-10T20:51:49.208Z] SSH_AUTH_SOCK=/tmp/ssh-VfSuV6Aqq5wj/agent.71 [2023-03-10T20:51:49.208Z] SSH_AGENT_PID=77 [2023-03-10T20:51:49.213Z] Running ssh-add (command line suppressed) [2023-03-10T20:51:49.310Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_12306311399931698900.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_12306311399931698900.key) [2023-03-10T20:51:49.330Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-10T20:51:49.615Z] + git semver init [2023-03-10T20:51:49.875Z] 2023-03-10 20:51:49,779 [run_init] DEBUG init version:0.0.0 force:False [2023-03-10T20:51:49.875Z] 2023-03-10 20:51:49,780 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver [2023-03-10T20:51:49.875Z] 2023-03-10 20:51:49,781 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver [2023-03-10T20:51:49.875Z] 2023-03-10 20:51:49,781 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/edgexfoundry_device-sdk-go_main/.semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2023-03-10T20:51:50.814Z] 2023-03-10 20:51:50,573 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude [2023-03-10T20:51:50.814Z] 2023-03-10 20:51:50,574 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False [2023-03-10T20:51:50.814Z] 2023-03-10 20:51:50,574 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-10T20:51:50.814Z] 2023-03-10 20:51:50,575 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-10T20:51:50.814Z] 3.0.0-dev.50 [Pipeline] } [2023-03-10T20:51:50.819Z] $ docker exec --env ******** --env ******** eb04f39827b0007f5a88f75743f8d495f199c7bfc2aab22012b91f988f466585 ssh-agent -k [2023-03-10T20:51:50.939Z] unset SSH_AUTH_SOCK; [2023-03-10T20:51:50.940Z] unset SSH_AGENT_PID; [2023-03-10T20:51:50.940Z] echo Agent pid 77 killed; [2023-03-10T20:51:50.954Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-10T20:51:51.258Z] + git semver [Pipeline] } [2023-03-10T20:51:51.525Z] $ docker stop --time=1 eb04f39827b0007f5a88f75743f8d495f199c7bfc2aab22012b91f988f466585 [2023-03-10T20:51:52.844Z] $ docker rm -f --volumes eb04f39827b0007f5a88f75743f8d495f199c7bfc2aab22012b91f988f466585 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-10T20:51:53.193Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-10T20:51:53.419Z] Stashed 1 file(s) [Pipeline] echo [2023-03-10T20:51:53.423Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.50 [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 [2023-03-10T20:51:53.593Z] provisioning config files... [2023-03-10T20:51:53.602Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config8447326155845264819tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-10T20:51:53.910Z] ---> docker-login.sh [2023-03-10T20:51:53.910Z] nexus3.edgexfoundry.org:10001 [2023-03-10T20:51:53.910Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T20:51:53.910Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T20:51:53.910Z] Configure a credential helper to remove this warning. See [2023-03-10T20:51:53.910Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T20:51:53.910Z] [2023-03-10T20:51:53.910Z] Login Succeeded [2023-03-10T20:51:53.910Z] nexus3.edgexfoundry.org:10002 [2023-03-10T20:51:53.910Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T20:51:53.910Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T20:51:53.910Z] Configure a credential helper to remove this warning. See [2023-03-10T20:51:53.910Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T20:51:53.910Z] [2023-03-10T20:51:53.910Z] Login Succeeded [2023-03-10T20:51:53.910Z] nexus3.edgexfoundry.org:10003 [2023-03-10T20:51:54.171Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T20:51:54.171Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T20:51:54.171Z] Configure a credential helper to remove this warning. See [2023-03-10T20:51:54.171Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T20:51:54.171Z] [2023-03-10T20:51:54.171Z] Login Succeeded [2023-03-10T20:51:54.171Z] nexus3.edgexfoundry.org:10004 [2023-03-10T20:51:54.171Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T20:51:54.171Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T20:51:54.171Z] Configure a credential helper to remove this warning. See [2023-03-10T20:51:54.171Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T20:51:54.171Z] [2023-03-10T20:51:54.171Z] Login Succeeded [2023-03-10T20:51:54.171Z] docker.io [2023-03-10T20:51:54.430Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T20:51:54.430Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T20:51:54.430Z] Configure a credential helper to remove this warning. See [2023-03-10T20:51:54.430Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T20:51:54.430Z] [2023-03-10T20:51:54.430Z] Login Succeeded [2023-03-10T20:51:54.430Z] ---> docker-login.sh ends [Pipeline] } [2023-03-10T20:51:54.438Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-10T20:51:54.501Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-10T20:51:54.519Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-10T20:51:54.529Z] ========================================================= [2023-03-10T20:51:54.529Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-03-10T20:51:54.529Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T20:51:54.846Z] + docker build -t ci-base-image-x86_64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-03-10T20:51:54.846Z] Sending build context to Docker daemon 10.73MB [2023-03-10T20:51:54.846Z] Step 1/10 : ARG BASE=golang:1.18-alpine3.16 [2023-03-10T20:51:54.846Z] Step 2/10 : FROM ${BASE} AS builder [2023-03-10T20:51:54.846Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-10T20:51:54.846Z] 213ec9aee27d: Pulling fs layer [2023-03-10T20:51:54.846Z] 4583459ba037: Pulling fs layer [2023-03-10T20:51:54.846Z] 93c1e223e6f2: Pulling fs layer [2023-03-10T20:51:54.846Z] 53926ce57604: Pulling fs layer [2023-03-10T20:51:54.846Z] 21b2b0c7a3f4: Pulling fs layer [2023-03-10T20:51:54.846Z] 22ff95d597cd: Pulling fs layer [2023-03-10T20:51:54.846Z] 12d6caf4c0d1: Pulling fs layer [2023-03-10T20:51:54.846Z] 96b7cbca73a9: Pulling fs layer [2023-03-10T20:51:54.846Z] a7acece74701: Pulling fs layer [2023-03-10T20:51:54.846Z] 22ff95d597cd: Waiting [2023-03-10T20:51:54.846Z] 12d6caf4c0d1: Waiting [2023-03-10T20:51:54.846Z] 96b7cbca73a9: Waiting [2023-03-10T20:51:54.846Z] a7acece74701: Waiting [2023-03-10T20:51:54.846Z] 21b2b0c7a3f4: Waiting [2023-03-10T20:51:54.846Z] 53926ce57604: Waiting [2023-03-10T20:51:54.846Z] 93c1e223e6f2: Download complete [2023-03-10T20:51:54.846Z] 4583459ba037: Verifying Checksum [2023-03-10T20:51:54.846Z] 4583459ba037: Download complete [2023-03-10T20:51:55.112Z] 21b2b0c7a3f4: Verifying Checksum [2023-03-10T20:51:55.112Z] 21b2b0c7a3f4: Download complete [2023-03-10T20:51:55.112Z] 22ff95d597cd: Verifying Checksum [2023-03-10T20:51:55.112Z] 22ff95d597cd: Download complete [2023-03-10T20:51:55.112Z] 213ec9aee27d: Verifying Checksum [2023-03-10T20:51:55.112Z] 213ec9aee27d: Download complete [2023-03-10T20:51:55.112Z] 12d6caf4c0d1: Verifying Checksum [2023-03-10T20:51:55.112Z] 12d6caf4c0d1: Download complete [2023-03-10T20:51:55.112Z] 213ec9aee27d: Pull complete [2023-03-10T20:51:55.379Z] 4583459ba037: Pull complete [2023-03-10T20:51:55.379Z] 93c1e223e6f2: Pull complete [2023-03-10T20:51:55.642Z] a7acece74701: Verifying Checksum [2023-03-10T20:51:55.642Z] a7acece74701: Download complete [2023-03-10T20:51:55.901Z] 53926ce57604: Verifying Checksum [2023-03-10T20:51:55.901Z] 53926ce57604: Download complete [2023-03-10T20:51:55.901Z] 96b7cbca73a9: Verifying Checksum [2023-03-10T20:51:55.901Z] 96b7cbca73a9: Download complete [2023-03-10T20:52:00.094Z] 53926ce57604: Pull complete [2023-03-10T20:52:00.094Z] 21b2b0c7a3f4: Pull complete [2023-03-10T20:52:00.094Z] 22ff95d597cd: Pull complete [2023-03-10T20:52:00.094Z] 12d6caf4c0d1: Pull complete [2023-03-10T20:52:01.997Z] 96b7cbca73a9: Pull complete [2023-03-10T20:52:02.563Z] a7acece74701: Pull complete [2023-03-10T20:52:02.563Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-03-10T20:52:02.563Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-10T20:52:02.563Z] ---> db6d94c90886 [2023-03-10T20:52:02.563Z] Step 3/10 : ARG MAKE=make build [2023-03-10T20:52:04.470Z] ---> Running in 9cc4d0054d83 [2023-03-10T20:52:04.470Z] Removing intermediate container 9cc4d0054d83 [2023-03-10T20:52:04.470Z] ---> 686783b5f5bc [2023-03-10T20:52:04.470Z] Step 4/10 : WORKDIR /device-sdk-go [2023-03-10T20:52:04.470Z] ---> Running in dfe34a536c5c [2023-03-10T20:52:04.470Z] Removing intermediate container dfe34a536c5c [2023-03-10T20:52:04.470Z] ---> ee39ef633adb [2023-03-10T20:52:04.470Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-03-10T20:52:04.470Z] ---> Running in 256e378625cd [2023-03-10T20:52:04.470Z] Removing intermediate container 256e378625cd [2023-03-10T20:52:04.470Z] ---> 9e2fc99e3eac [2023-03-10T20:52:04.470Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-03-10T20:52:04.470Z] ---> Running in 57e9d51066df [2023-03-10T20:52:04.730Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T20:52:04.989Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T20:52:05.248Z] OK: 211 MiB in 51 packages [2023-03-10T20:52:05.505Z] Removing intermediate container 57e9d51066df [2023-03-10T20:52:05.505Z] ---> 575aecc50fd0 [2023-03-10T20:52:05.505Z] Step 7/10 : COPY go.mod vendor* ./ [2023-03-10T20:52:05.765Z] ---> 48f14f6a2177 [2023-03-10T20:52:05.765Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T20:52:05.765Z] ---> Running in 1a7bd73ef0d0 [2023-03-10T20:52:08.531Z] Still waiting to schedule task [2023-03-10T20:52:08.532Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-03-10T20:52:33.288Z] Removing intermediate container 1a7bd73ef0d0 [2023-03-10T20:52:33.288Z] ---> dd62fc2ed21e [2023-03-10T20:52:33.288Z] Step 9/10 : COPY . . [2023-03-10T20:52:33.288Z] ---> c381a24973f4 [2023-03-10T20:52:33.288Z] Step 10/10 : RUN ${MAKE} [2023-03-10T20:52:33.288Z] ---> Running in 9eb5124cf13d [2023-03-10T20:52:33.288Z] noop [2023-03-10T20:52:33.288Z] Removing intermediate container 9eb5124cf13d [2023-03-10T20:52:33.288Z] ---> 33bc727e559a [2023-03-10T20:52:33.288Z] Successfully built 33bc727e559a [2023-03-10T20:52:33.288Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T20:52:33.613Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-10T20:52:33.613Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T20:52:33.684Z] prd-ubuntu20.04-docker-8c-8g-9674 does not seem to be running inside a container [2023-03-10T20:52:33.715Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-10T20:52:34.053Z] $ docker top 60251a40987d367a3bb73886616614f629e58a83b3728ba6ad6ba5eaa944ac21 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-10T20:52:34.388Z] + go version [2023-03-10T20:52:34.388Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-03-10T20:52:34.403Z] $ docker stop --time=1 60251a40987d367a3bb73886616614f629e58a83b3728ba6ad6ba5eaa944ac21 [2023-03-10T20:52:35.637Z] $ docker rm -f --volumes 60251a40987d367a3bb73886616614f629e58a83b3728ba6ad6ba5eaa944ac21 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T20:52:36.039Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-10T20:52:36.039Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T20:52:36.108Z] prd-ubuntu20.04-docker-8c-8g-9674 does not seem to be running inside a container [2023-03-10T20:52:36.140Z] $ 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-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-10T20:52:36.464Z] $ docker top 499c63f15b59510d2457a5bc2e457391aab4154debc4fa16a4134a7cc110095c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-10T20:52:36.802Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh [2023-03-10T20:52:37.095Z] + make test [2023-03-10T20:52:37.095Z] go test -race -coverprofile=coverage.out ./... [2023-03-10T20:52:43.660Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-03-10T20:52:58.537Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-03-10T20:52:58.537Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-03-10T20:52:58.537Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-03-10T20:52:58.537Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-03-10T20:52:58.537Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-03-10T20:52:58.537Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.061s coverage: 27.6% of statements [2023-03-10T20:52:58.537Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.083s coverage: 78.9% of statements [2023-03-10T20:52:58.537Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.119s coverage: 86.0% of statements [2023-03-10T20:52:58.537Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-03-10T20:52:58.537Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-03-10T20:52:58.537Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.099s coverage: 75.4% of statements [2023-03-10T20:52:58.537Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-03-10T20:52:59.978Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 3.074s coverage: 15.3% of statements [2023-03-10T20:52:59.978Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-03-10T20:52:59.978Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.107s coverage: 65.2% of statements [2023-03-10T20:52:59.978Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-03-10T20:52:59.978Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-03-10T20:52:59.978Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.776s coverage: 89.2% of statements [2023-03-10T20:52:59.978Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.070s coverage: 5.5% of statements [2023-03-10T20:52:59.978Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-03-10T20:53:14.884Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-03-10T20:53:14.884Z] GO111MODULE=on go vet ./... [2023-03-10T20:53:18.172Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-10T20:53:18.172Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-10T20:53:18.172Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-10T20:53:18.185Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-10T20:53:18.199Z] $ docker stop --time=1 499c63f15b59510d2457a5bc2e457391aab4154debc4fa16a4134a7cc110095c [2023-03-10T20:53:20.152Z] $ docker rm -f --volumes 499c63f15b59510d2457a5bc2e457391aab4154debc4fa16a4134a7cc110095c [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-10T20:53:20.667Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-10T20:53:20.719Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-03-10T20:53:21.145Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-10T20:53:21.430Z] + ls -al . [2023-03-10T20:53:21.430Z] total 280 [2023-03-10T20:53:21.430Z] drwxrwxr-x 11 jenkins jenkins 4096 Mar 10 20:52 . [2023-03-10T20:53:21.430Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 10 20:51 .. [2023-03-10T20:53:21.430Z] -rw-rw-r-- 1 jenkins jenkins 140 Mar 10 20:51 .dockerignore [2023-03-10T20:53:21.430Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 10 20:53 .git [2023-03-10T20:53:21.430Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 10 20:51 .github [2023-03-10T20:53:21.430Z] -rw-rw-r-- 1 jenkins jenkins 131 Mar 10 20:51 .gitignore [2023-03-10T20:53:21.430Z] -rw-rw-r-- 1 jenkins jenkins 42 Mar 10 20:51 .golangci.yml [2023-03-10T20:53:21.430Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 10 20:51 .semver [2023-03-10T20:53:21.430Z] -rw-rw-r-- 1 jenkins jenkins 31677 Mar 10 20:51 CHANGELOG.md [2023-03-10T20:53:21.430Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 10 20:51 GOVERNANCE.md [2023-03-10T20:53:21.430Z] -rw-rw-r-- 1 jenkins jenkins 885 Mar 10 20:51 Jenkinsfile [2023-03-10T20:53:21.430Z] -rw-rw-r-- 1 jenkins jenkins 11341 Mar 10 20:51 LICENSE [2023-03-10T20:53:21.430Z] -rw-rw-r-- 1 jenkins jenkins 1679 Mar 10 20:51 Makefile [2023-03-10T20:53:21.430Z] -rw-rw-r-- 1 jenkins jenkins 619 Mar 10 20:51 OWNERS.md [2023-03-10T20:53:21.430Z] -rw-rw-r-- 1 jenkins jenkins 4891 Mar 10 20:51 README.md [2023-03-10T20:53:21.430Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 10 20:51 VERSION [2023-03-10T20:53:21.430Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 10 20:51 bin [2023-03-10T20:53:21.430Z] -rw-r--r-- 1 jenkins jenkins 111316 Mar 10 20:52 coverage.out [2023-03-10T20:53:21.430Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 10 20:51 example [2023-03-10T20:53:21.430Z] -rw-rw-r-- 1 jenkins jenkins 3278 Mar 10 20:51 go.mod [2023-03-10T20:53:21.430Z] -rw-rw-r-- 1 jenkins jenkins 30839 Mar 10 20:51 go.sum [2023-03-10T20:53:21.430Z] drwxrwxr-x 12 jenkins jenkins 4096 Mar 10 20:51 internal [2023-03-10T20:53:21.430Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 10 20:51 openapi [2023-03-10T20:53:21.430Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 10 20:51 pkg [2023-03-10T20:53:21.430Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 10 20:51 snap [2023-03-10T20:53:21.430Z] -rw-rw-r-- 1 jenkins jenkins 222 Mar 10 20:51 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T20:53:21.728Z] + docker build -t device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=84b3eaa6b9d9b6bc9df706aeb119f986429132ec --label arch=amd64 --label version=3.0.0-dev.50 . [2023-03-10T20:53:21.729Z] Sending build context to Docker daemon 10.84MB [2023-03-10T20:53:21.729Z] Step 1/23 : ARG BASE=golang:1.18-alpine3.16 [2023-03-10T20:53:21.729Z] Step 2/23 : FROM ${BASE} AS builder [2023-03-10T20:53:21.729Z] ---> 33bc727e559a [2023-03-10T20:53:21.729Z] Step 3/23 : ARG MAKE=make build [2023-03-10T20:53:21.729Z] ---> Running in 162f70cf59f4 [2023-03-10T20:53:21.986Z] Removing intermediate container 162f70cf59f4 [2023-03-10T20:53:21.987Z] ---> 9ec574effeba [2023-03-10T20:53:21.987Z] Step 4/23 : WORKDIR /device-sdk-go [2023-03-10T20:53:21.987Z] ---> Running in 5c76bf2952ad [2023-03-10T20:53:21.987Z] Removing intermediate container 5c76bf2952ad [2023-03-10T20:53:21.987Z] ---> b10f03e64ecf [2023-03-10T20:53:21.987Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-03-10T20:53:21.987Z] ---> Running in 2f54c03f8c41 [2023-03-10T20:53:21.987Z] Removing intermediate container 2f54c03f8c41 [2023-03-10T20:53:21.987Z] ---> 5d4b255b1971 [2023-03-10T20:53:21.987Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-03-10T20:53:21.987Z] ---> Running in 25a6924fea09 [2023-03-10T20:53:22.245Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T20:53:22.504Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T20:53:22.763Z] OK: 211 MiB in 51 packages [2023-03-10T20:53:23.021Z] Removing intermediate container 25a6924fea09 [2023-03-10T20:53:23.021Z] ---> b8662da8b58b [2023-03-10T20:53:23.021Z] Step 7/23 : COPY go.mod vendor* ./ [2023-03-10T20:53:23.280Z] ---> 0bc8924846b6 [2023-03-10T20:53:23.280Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T20:53:23.280Z] ---> Running in d5474a695ce1 [2023-03-10T20:53:24.215Z] Removing intermediate container d5474a695ce1 [2023-03-10T20:53:24.215Z] ---> 0409d972f97a [2023-03-10T20:53:24.215Z] Step 9/23 : COPY . . [2023-03-10T20:53:24.473Z] ---> 527e18974266 [2023-03-10T20:53:24.473Z] Step 10/23 : RUN ${MAKE} [2023-03-10T20:53:24.473Z] ---> Running in e2328bf19b45 [2023-03-10T20:53:24.732Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.50" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-03-10T20:53:42.803Z] Removing intermediate container e2328bf19b45 [2023-03-10T20:53:42.803Z] ---> 233a17ed47f7 [2023-03-10T20:53:42.803Z] Step 11/23 : FROM alpine:3.16 [2023-03-10T20:53:42.803Z] 3.16: Pulling from library/alpine [2023-03-10T20:53:42.803Z] ef5531b6e74e: Pulling fs layer [2023-03-10T20:53:42.803Z] ef5531b6e74e: Verifying Checksum [2023-03-10T20:53:42.803Z] ef5531b6e74e: Download complete [2023-03-10T20:53:42.803Z] ef5531b6e74e: Pull complete [2023-03-10T20:53:42.803Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-10T20:53:42.803Z] Status: Downloaded newer image for alpine:3.16 [2023-03-10T20:53:42.803Z] ---> dfd21b5a31f5 [2023-03-10T20:53:42.803Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-03-10T20:53:42.803Z] ---> Running in 1844f48e2f4c [2023-03-10T20:53:42.804Z] Removing intermediate container 1844f48e2f4c [2023-03-10T20:53:42.804Z] ---> 518b54db1965 [2023-03-10T20:53:42.804Z] Step 13/23 : RUN apk add --update --no-cache [2023-03-10T20:53:42.804Z] ---> Running in 2e3c09291fbb [2023-03-10T20:53:42.804Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T20:53:42.804Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T20:53:42.804Z] OK: 6 MiB in 14 packages [2023-03-10T20:53:43.061Z] Removing intermediate container 2e3c09291fbb [2023-03-10T20:53:43.061Z] ---> e224245706db [2023-03-10T20:53:43.061Z] Step 14/23 : WORKDIR / [2023-03-10T20:53:43.061Z] ---> Running in ad7e0d4a3fad [2023-03-10T20:53:43.061Z] Removing intermediate container ad7e0d4a3fad [2023-03-10T20:53:43.061Z] ---> 7503ac2a26dd [2023-03-10T20:53:43.061Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-03-10T20:53:43.319Z] ---> 5ef5e9af2ec8 [2023-03-10T20:53:43.319Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-03-10T20:53:43.578Z] ---> 9b1b01be33c2 [2023-03-10T20:53:43.578Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-03-10T20:53:43.835Z] ---> 5f3b91eaf362 [2023-03-10T20:53:43.835Z] Step 18/23 : EXPOSE 59999 [2023-03-10T20:53:43.835Z] ---> Running in 1b97973e8610 [2023-03-10T20:53:43.835Z] Removing intermediate container 1b97973e8610 [2023-03-10T20:53:43.835Z] ---> 3d004bc18cf3 [2023-03-10T20:53:43.835Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-03-10T20:53:43.835Z] ---> Running in d26af38265e1 [2023-03-10T20:53:44.092Z] Removing intermediate container d26af38265e1 [2023-03-10T20:53:44.092Z] ---> 003e73577519 [2023-03-10T20:53:44.092Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-10T20:53:44.092Z] ---> Running in 4a7e06a5ad3a [2023-03-10T20:53:44.092Z] Removing intermediate container 4a7e06a5ad3a [2023-03-10T20:53:44.092Z] ---> 6e2f184def30 [2023-03-10T20:53:44.092Z] Step 21/23 : LABEL arch=amd64 [2023-03-10T20:53:44.092Z] ---> Running in 0dc512991390 [2023-03-10T20:53:44.092Z] Removing intermediate container 0dc512991390 [2023-03-10T20:53:44.092Z] ---> 90a19686e3d0 [2023-03-10T20:53:44.092Z] Step 22/23 : LABEL git_sha=84b3eaa6b9d9b6bc9df706aeb119f986429132ec [2023-03-10T20:53:44.092Z] ---> Running in 23bae6c91d0a [2023-03-10T20:53:44.350Z] Removing intermediate container 23bae6c91d0a [2023-03-10T20:53:44.350Z] ---> 0499b63211d1 [2023-03-10T20:53:44.350Z] Step 23/23 : LABEL version=3.0.0-dev.50 [2023-03-10T20:53:44.350Z] ---> Running in 752f4238147f [2023-03-10T20:53:44.350Z] Removing intermediate container 752f4238147f [2023-03-10T20:53:44.350Z] ---> 415d2a9df940 [2023-03-10T20:53:44.350Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-10T20:53:44.350Z] Successfully built 415d2a9df940 [2023-03-10T20:53:44.350Z] Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T20:53:44.756Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-10T20:53:44.756Z] [2023-03-10T20:53:44.756Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T20:53:45.050Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-10T20:53:45.050Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-10T20:53:45.050Z] 5eb5b503b376: Pulling fs layer [2023-03-10T20:53:45.050Z] 5c69ac0246d0: Pulling fs layer [2023-03-10T20:53:45.050Z] ec43610c2a17: Pulling fs layer [2023-03-10T20:53:45.051Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-10T20:53:45.051Z] 33b1e0a273af: Pulling fs layer [2023-03-10T20:53:45.051Z] 5d3b04190fa2: Pulling fs layer [2023-03-10T20:53:45.051Z] 2f39f015ded8: Pulling fs layer [2023-03-10T20:53:45.051Z] 5d3b04190fa2: Waiting [2023-03-10T20:53:45.051Z] 33b1e0a273af: Waiting [2023-03-10T20:53:45.051Z] 2f39f015ded8: Waiting [2023-03-10T20:53:45.051Z] 3a2ae6a8a46f: Waiting [2023-03-10T20:53:45.051Z] 5c69ac0246d0: Download complete [2023-03-10T20:53:45.051Z] 3a2ae6a8a46f: Verifying Checksum [2023-03-10T20:53:45.051Z] 3a2ae6a8a46f: Download complete [2023-03-10T20:53:45.310Z] 33b1e0a273af: Verifying Checksum [2023-03-10T20:53:45.311Z] 33b1e0a273af: Download complete [2023-03-10T20:53:45.311Z] ec43610c2a17: Verifying Checksum [2023-03-10T20:53:45.311Z] ec43610c2a17: Download complete [2023-03-10T20:53:45.311Z] 5d3b04190fa2: Verifying Checksum [2023-03-10T20:53:45.311Z] 5d3b04190fa2: Download complete [2023-03-10T20:53:45.311Z] 5eb5b503b376: Verifying Checksum [2023-03-10T20:53:45.311Z] 5eb5b503b376: Download complete [2023-03-10T20:53:45.878Z] 2f39f015ded8: Download complete [2023-03-10T20:53:46.443Z] 5eb5b503b376: Pull complete [2023-03-10T20:53:46.443Z] 5c69ac0246d0: Pull complete [2023-03-10T20:53:47.008Z] ec43610c2a17: Pull complete [2023-03-10T20:53:47.008Z] 3a2ae6a8a46f: Pull complete [2023-03-10T20:53:47.267Z] 33b1e0a273af: Pull complete [2023-03-10T20:53:47.267Z] 5d3b04190fa2: Pull complete [2023-03-10T20:53:51.451Z] 2f39f015ded8: Pull complete [2023-03-10T20:53:51.451Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-10T20:53:51.451Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-10T20:53:51.451Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T20:53:51.534Z] prd-ubuntu20.04-docker-8c-8g-9674 does not seem to be running inside a container [2023-03-10T20:53:51.569Z] $ 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-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-10T20:53:52.719Z] $ docker top fbd23e389a26adfb88e6905f6182108f95bbceba230c1437da036c035153e6b5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-10T20:53:53.103Z] ---> job-cost.sh [2023-03-10T20:53:53.103Z] lf-activate-venv: SKIPPING [2023-03-10T20:53:53.103Z] INFO: No Stack... [2023-03-10T20:53:53.671Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-10T20:53:53.930Z] INFO: Archiving Costs [Pipeline] sh [2023-03-10T20:53:54.216Z] + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv [2023-03-10T20:53:54.216Z] + cut -d, -f6 [Pipeline] lock [2023-03-10T20:53:54.231Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-180-stack-cost] [2023-03-10T20:53:54.239Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-180-stack-cost] did not exist. Created. [2023-03-10T20:53:54.239Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-180-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-10T20:53:54.552Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-03-10T20:53:54.583Z] Stashed 1 file(s) [Pipeline] } [2023-03-10T20:53:54.591Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-180-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-10T20:53:54.610Z] $ docker stop --time=1 fbd23e389a26adfb88e6905f6182108f95bbceba230c1437da036c035153e6b5 [2023-03-10T20:53:55.745Z] $ docker rm -f --volumes fbd23e389a26adfb88e6905f6182108f95bbceba230c1437da036c035153e6b5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-03-10T20:54:58.950Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-9677 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] ws [2023-03-10T20:54:58.966Z] Running in /w/workspace/device-sdk-go/180 [Pipeline] { [Pipeline] checkout [2023-03-10T20:54:59.008Z] The recommended git tool is: git [2023-03-10T20:55:05.822Z] using credential edgex-jenkins-ssh [2023-03-10T20:55:05.844Z] Cloning the remote Git repository [2023-03-10T20:55:05.904Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2023-03-10T20:55:06.002Z] > git init /w/workspace/device-sdk-go/180 # timeout=10 [2023-03-10T20:55:06.210Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2023-03-10T20:55:06.212Z] > git --version # timeout=10 [2023-03-10T20:55:06.241Z] > git --version # 'git version 2.25.1' [2023-03-10T20:55:06.244Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-10T20:55:06.330Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-10T20:55:09.001Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2023-03-10T20:55:09.028Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-10T20:55:10.172Z] Avoid second fetch [2023-03-10T20:55:10.172Z] Checking out Revision 84b3eaa6b9d9b6bc9df706aeb119f986429132ec (main) [2023-03-10T20:55:10.197Z] > git config core.sparsecheckout # timeout=10 [2023-03-10T20:55:10.221Z] > git checkout -f 84b3eaa6b9d9b6bc9df706aeb119f986429132ec # timeout=10 [2023-03-10T20:55:10.908Z] Commit message: "feat: Consume watch for common Writable config changes (#1372)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-10T20:55:12.755Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-10T20:55:12.755Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-10T20:55:12.755Z] Dload Upload Total Spent Left Speed [2023-03-10T20:55:12.755Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 90432 0 --:--:-- --:--:-- --:--:-- 91078 [Pipeline] sh [2023-03-10T20:55:13.470Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-10T20:55:13.818Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-10T20:55:13.818Z] + sudo tee /etc/docker/daemon.new [2023-03-10T20:55:13.818Z] { [2023-03-10T20:55:13.818Z] "registry-mirrors": [ [2023-03-10T20:55:13.818Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-10T20:55:13.818Z] ], [2023-03-10T20:55:13.818Z] "bip": "10.250.0.254/24", [2023-03-10T20:55:13.818Z] "hosts": [ [2023-03-10T20:55:13.818Z] "tcp://0.0.0.0:5555", [2023-03-10T20:55:13.818Z] "unix:///var/run/docker.sock" [2023-03-10T20:55:13.818Z] ], [2023-03-10T20:55:13.818Z] "mtu": 1458, [2023-03-10T20:55:13.818Z] "selinux-enabled": true, [2023-03-10T20:55:13.818Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-10T20:55:13.818Z] } [Pipeline] sh [2023-03-10T20:55:14.166Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-10T20:55:14.525Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-10T20:55:32.863Z] provisioning config files... [2023-03-10T20:55:32.901Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/180@tmp/config15776738742728274243tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-10T20:55:33.297Z] ---> docker-login.sh [2023-03-10T20:55:33.297Z] nexus3.edgexfoundry.org:10001 [2023-03-10T20:55:33.897Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T20:55:33.897Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T20:55:33.897Z] Configure a credential helper to remove this warning. See [2023-03-10T20:55:33.897Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T20:55:33.897Z] [2023-03-10T20:55:33.897Z] Login Succeeded [2023-03-10T20:55:33.897Z] nexus3.edgexfoundry.org:10002 [2023-03-10T20:55:34.173Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T20:55:34.450Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T20:55:34.450Z] Configure a credential helper to remove this warning. See [2023-03-10T20:55:34.450Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T20:55:34.450Z] [2023-03-10T20:55:34.450Z] Login Succeeded [2023-03-10T20:55:34.450Z] nexus3.edgexfoundry.org:10003 [2023-03-10T20:55:34.724Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T20:55:34.998Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T20:55:34.998Z] Configure a credential helper to remove this warning. See [2023-03-10T20:55:34.998Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T20:55:34.998Z] [2023-03-10T20:55:34.998Z] Login Succeeded [2023-03-10T20:55:34.998Z] nexus3.edgexfoundry.org:10004 [2023-03-10T20:55:35.273Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T20:55:35.273Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T20:55:35.273Z] Configure a credential helper to remove this warning. See [2023-03-10T20:55:35.273Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T20:55:35.273Z] [2023-03-10T20:55:35.273Z] Login Succeeded [2023-03-10T20:55:35.273Z] docker.io [2023-03-10T20:55:35.545Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T20:55:35.816Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T20:55:35.816Z] Configure a credential helper to remove this warning. See [2023-03-10T20:55:35.816Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T20:55:35.816Z] [2023-03-10T20:55:35.816Z] Login Succeeded [2023-03-10T20:55:35.816Z] ---> docker-login.sh ends [Pipeline] } [2023-03-10T20:55:35.832Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-10T20:55:36.171Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-10T20:55:36.187Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-10T20:55:36.197Z] ========================================================= [2023-03-10T20:55:36.197Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-03-10T20:55:36.197Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T20:55:36.565Z] + docker build -t ci-base-image-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-03-10T20:55:36.842Z] Sending build context to Docker daemon 5.755MB [2023-03-10T20:55:37.116Z] Step 1/10 : ARG BASE=golang:1.18-alpine3.16 [2023-03-10T20:55:37.117Z] Step 2/10 : FROM ${BASE} AS builder [2023-03-10T20:55:37.117Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-10T20:55:37.117Z] 9b18e9b68314: Pulling fs layer [2023-03-10T20:55:37.117Z] 35d82f9e3411: Pulling fs layer [2023-03-10T20:55:37.117Z] e16973657156: Pulling fs layer [2023-03-10T20:55:37.117Z] fc693d55d65f: Pulling fs layer [2023-03-10T20:55:37.117Z] 7e9fc2657dce: Pulling fs layer [2023-03-10T20:55:37.117Z] dda99020689f: Pulling fs layer [2023-03-10T20:55:37.117Z] fc693d55d65f: Waiting [2023-03-10T20:55:37.117Z] 7e9fc2657dce: Waiting [2023-03-10T20:55:37.117Z] db1c61fa0a46: Pulling fs layer [2023-03-10T20:55:37.117Z] 891c053d2c06: Pulling fs layer [2023-03-10T20:55:37.117Z] dda99020689f: Waiting [2023-03-10T20:55:37.117Z] db1c61fa0a46: Waiting [2023-03-10T20:55:37.117Z] 891c053d2c06: Waiting [2023-03-10T20:55:37.117Z] e16973657156: Download complete [2023-03-10T20:55:37.117Z] 35d82f9e3411: Download complete [2023-03-10T20:55:37.395Z] 7e9fc2657dce: Download complete [2023-03-10T20:55:37.395Z] dda99020689f: Verifying Checksum [2023-03-10T20:55:37.395Z] dda99020689f: Download complete [2023-03-10T20:55:37.395Z] 9b18e9b68314: Verifying Checksum [2023-03-10T20:55:37.395Z] 9b18e9b68314: Download complete [2023-03-10T20:55:38.395Z] 9b18e9b68314: Pull complete [2023-03-10T20:55:38.395Z] 891c053d2c06: Verifying Checksum [2023-03-10T20:55:38.395Z] 891c053d2c06: Download complete [2023-03-10T20:55:38.693Z] 35d82f9e3411: Pull complete [2023-03-10T20:55:39.295Z] e16973657156: Pull complete [2023-03-10T20:55:39.898Z] db1c61fa0a46: Verifying Checksum [2023-03-10T20:55:39.898Z] db1c61fa0a46: Download complete [2023-03-10T20:55:40.172Z] fc693d55d65f: Verifying Checksum [2023-03-10T20:55:40.172Z] fc693d55d65f: Download complete [2023-03-10T20:55:52.576Z] fc693d55d65f: Pull complete [2023-03-10T20:55:52.576Z] 7e9fc2657dce: Pull complete [2023-03-10T20:55:52.576Z] dda99020689f: Pull complete [2023-03-10T20:55:59.294Z] db1c61fa0a46: Pull complete [2023-03-10T20:56:00.726Z] 891c053d2c06: Pull complete [2023-03-10T20:56:00.726Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-03-10T20:56:00.726Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-10T20:56:00.726Z] ---> f96f9c87975a [2023-03-10T20:56:00.726Z] Step 3/10 : ARG MAKE=make build [2023-03-10T20:56:02.704Z] ---> Running in e2ad6ea3aaa1 [2023-03-10T20:56:03.309Z] Removing intermediate container e2ad6ea3aaa1 [2023-03-10T20:56:03.309Z] ---> 3e9afa68b40c [2023-03-10T20:56:03.309Z] Step 4/10 : WORKDIR /device-sdk-go [2023-03-10T20:56:03.309Z] ---> Running in ba9321b674d3 [2023-03-10T20:56:03.583Z] Removing intermediate container ba9321b674d3 [2023-03-10T20:56:03.583Z] ---> 2c04fdd463b6 [2023-03-10T20:56:03.583Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-03-10T20:56:03.856Z] ---> Running in 44ab981f2358 [2023-03-10T20:56:04.130Z] Removing intermediate container 44ab981f2358 [2023-03-10T20:56:04.130Z] ---> eca96a361cc8 [2023-03-10T20:56:04.130Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-03-10T20:56:04.130Z] ---> Running in 8088c750fff2 [2023-03-10T20:56:05.559Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T20:56:05.833Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T20:56:07.261Z] OK: 221 MiB in 51 packages [2023-03-10T20:56:08.238Z] Removing intermediate container 8088c750fff2 [2023-03-10T20:56:08.238Z] ---> 46a2ca3c1234 [2023-03-10T20:56:08.238Z] Step 7/10 : COPY go.mod vendor* ./ [2023-03-10T20:56:08.832Z] ---> c1930cadd43b [2023-03-10T20:56:08.832Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T20:56:08.832Z] ---> Running in 02d1d3c62b4b [2023-03-10T20:57:30.641Z] Removing intermediate container 02d1d3c62b4b [2023-03-10T20:57:30.641Z] ---> 7d3c401348fb [2023-03-10T20:57:30.641Z] Step 9/10 : COPY . . [2023-03-10T20:57:30.641Z] ---> 4432ebe5d105 [2023-03-10T20:57:30.641Z] Step 10/10 : RUN ${MAKE} [2023-03-10T20:57:30.642Z] ---> Running in 384d9a781468 [2023-03-10T20:57:30.642Z] noop [2023-03-10T20:57:30.642Z] Removing intermediate container 384d9a781468 [2023-03-10T20:57:30.642Z] ---> 0cbb962ab8ae [2023-03-10T20:57:30.642Z] Successfully built 0cbb962ab8ae [2023-03-10T20:57:30.642Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T20:57:31.012Z] + docker inspect -f . ci-base-image-arm64 [2023-03-10T20:57:31.012Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T20:57:31.263Z] prd-ubuntu20.04-docker-arm64-4c-16g-9677 does not seem to be running inside a container [2023-03-10T20:57:31.365Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/180 -v /w/workspace/device-sdk-go/180:/w/workspace/device-sdk-go/180:rw,z -v /w/workspace/device-sdk-go/180@tmp:/w/workspace/device-sdk-go/180@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-03-10T20:57:32.790Z] $ docker top 9fe9dd8db7cdc4b83215a8bf18b6a2eb9406ccd942c896525901383c7d5d2e7b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-10T20:57:33.689Z] + go version [2023-03-10T20:57:33.689Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-03-10T20:57:33.724Z] $ docker stop --time=1 9fe9dd8db7cdc4b83215a8bf18b6a2eb9406ccd942c896525901383c7d5d2e7b [2023-03-10T20:57:35.435Z] $ docker rm -f --volumes 9fe9dd8db7cdc4b83215a8bf18b6a2eb9406ccd942c896525901383c7d5d2e7b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T20:57:36.020Z] + docker inspect -f . ci-base-image-arm64 [2023-03-10T20:57:36.020Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T20:57:36.228Z] prd-ubuntu20.04-docker-arm64-4c-16g-9677 does not seem to be running inside a container [2023-03-10T20:57:36.315Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-sdk-go/180 -v /w/workspace/device-sdk-go/180:/w/workspace/device-sdk-go/180:rw,z -v /w/workspace/device-sdk-go/180@tmp:/w/workspace/device-sdk-go/180@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-03-10T20:57:37.660Z] $ docker top 536ea50d376809939e3151128e6882e8cc904256f23fae6f0777984dcbf4ec71 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-10T20:57:38.531Z] + git config --global --add safe.directory /w/workspace/device-sdk-go/180 [Pipeline] fileExists [Pipeline] sh [2023-03-10T20:57:39.197Z] + make test [2023-03-10T20:57:39.197Z] go test -race -coverprofile=coverage.out ./... [2023-03-10T20:58:26.099Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-03-10T21:00:47.827Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-03-10T21:00:47.827Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-03-10T21:00:47.827Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-03-10T21:00:47.827Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-03-10T21:00:47.827Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-03-10T21:00:47.827Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.257s coverage: 27.6% of statements [2023-03-10T21:00:48.793Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.294s coverage: 78.9% of statements [2023-03-10T21:00:57.018Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.441s coverage: 86.0% of statements [2023-03-10T21:00:57.018Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-03-10T21:00:57.018Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-03-10T21:00:57.985Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.721s coverage: 75.4% of statements [2023-03-10T21:00:57.985Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-03-10T21:00:57.985Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 3.358s coverage: 15.3% of statements [2023-03-10T21:00:57.985Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-03-10T21:00:58.581Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.527s coverage: 65.2% of statements [2023-03-10T21:00:58.581Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-03-10T21:00:58.581Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-03-10T21:01:01.939Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 3.442s coverage: 89.2% of statements [2023-03-10T21:01:01.939Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.297s coverage: 5.5% of statements [2023-03-10T21:01:01.939Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-03-10T21:01:02.529Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-03-10T21:01:02.529Z] GO111MODULE=on go vet ./... [2023-03-10T21:02:39.208Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-10T21:02:39.485Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-10T21:02:39.755Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-10T21:02:40.044Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-10T21:02:40.070Z] $ docker stop --time=1 536ea50d376809939e3151128e6882e8cc904256f23fae6f0777984dcbf4ec71 [2023-03-10T21:02:41.976Z] $ docker rm -f --volumes 536ea50d376809939e3151128e6882e8cc904256f23fae6f0777984dcbf4ec71 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-10T21:02:43.380Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-10T21:02:43.406Z] Warning: overwriting stash ‘coverage-report’ [2023-03-10T21:02:44.037Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-10T21:02:44.416Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-10T21:02:44.743Z] + ls -al . [2023-03-10T21:02:44.743Z] total 276 [2023-03-10T21:02:44.743Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 10 20:57 . [2023-03-10T21:02:44.743Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 10 20:55 .. [2023-03-10T21:02:44.743Z] -rw-rw-r-- 1 jenkins jenkins 140 Mar 10 20:55 .dockerignore [2023-03-10T21:02:44.743Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 10 20:55 .git [2023-03-10T21:02:44.743Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 10 20:55 .github [2023-03-10T21:02:44.743Z] -rw-rw-r-- 1 jenkins jenkins 131 Mar 10 20:55 .gitignore [2023-03-10T21:02:44.743Z] -rw-rw-r-- 1 jenkins jenkins 42 Mar 10 20:55 .golangci.yml [2023-03-10T21:02:44.743Z] -rw-rw-r-- 1 jenkins jenkins 31677 Mar 10 20:55 CHANGELOG.md [2023-03-10T21:02:44.743Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 10 20:55 GOVERNANCE.md [2023-03-10T21:02:44.743Z] -rw-rw-r-- 1 jenkins jenkins 885 Mar 10 20:55 Jenkinsfile [2023-03-10T21:02:44.743Z] -rw-rw-r-- 1 jenkins jenkins 11341 Mar 10 20:55 LICENSE [2023-03-10T21:02:44.743Z] -rw-rw-r-- 1 jenkins jenkins 1679 Mar 10 20:55 Makefile [2023-03-10T21:02:44.744Z] -rw-rw-r-- 1 jenkins jenkins 619 Mar 10 20:55 OWNERS.md [2023-03-10T21:02:44.744Z] -rw-rw-r-- 1 jenkins jenkins 4891 Mar 10 20:55 README.md [2023-03-10T21:02:44.744Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 10 20:51 VERSION [2023-03-10T21:02:44.744Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 10 20:55 bin [2023-03-10T21:02:44.744Z] -rw-r--r-- 1 jenkins jenkins 111316 Mar 10 21:01 coverage.out [2023-03-10T21:02:44.744Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 10 20:55 example [2023-03-10T21:02:44.744Z] -rw-rw-r-- 1 jenkins jenkins 3278 Mar 10 20:55 go.mod [2023-03-10T21:02:44.744Z] -rw-rw-r-- 1 jenkins jenkins 30839 Mar 10 20:55 go.sum [2023-03-10T21:02:44.744Z] drwxrwxr-x 12 jenkins jenkins 4096 Mar 10 20:55 internal [2023-03-10T21:02:44.744Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 10 20:55 openapi [2023-03-10T21:02:44.744Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 10 20:55 pkg [2023-03-10T21:02:44.744Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 10 20:55 snap [2023-03-10T21:02:44.744Z] -rw-rw-r-- 1 jenkins jenkins 222 Mar 10 20:55 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T21:02:45.089Z] + docker build -t device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=84b3eaa6b9d9b6bc9df706aeb119f986429132ec --label arch=arm64 --label version=3.0.0-dev.50 . [2023-03-10T21:02:45.676Z] Sending build context to Docker daemon 5.868MB [2023-03-10T21:02:45.676Z] Step 1/23 : ARG BASE=golang:1.18-alpine3.16 [2023-03-10T21:02:45.676Z] Step 2/23 : FROM ${BASE} AS builder [2023-03-10T21:02:45.676Z] ---> 0cbb962ab8ae [2023-03-10T21:02:45.676Z] Step 3/23 : ARG MAKE=make build [2023-03-10T21:02:45.946Z] ---> Running in 33a5b2812c96 [2023-03-10T21:02:46.216Z] Removing intermediate container 33a5b2812c96 [2023-03-10T21:02:46.216Z] ---> 1564b244c6ac [2023-03-10T21:02:46.216Z] Step 4/23 : WORKDIR /device-sdk-go [2023-03-10T21:02:46.216Z] ---> Running in f1027a4aa601 [2023-03-10T21:02:46.821Z] Removing intermediate container f1027a4aa601 [2023-03-10T21:02:46.821Z] ---> 4137c5cdede8 [2023-03-10T21:02:46.821Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-03-10T21:02:46.821Z] ---> Running in 1d81232b5c05 [2023-03-10T21:02:47.096Z] Removing intermediate container 1d81232b5c05 [2023-03-10T21:02:47.096Z] ---> 836303f0b3aa [2023-03-10T21:02:47.096Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-03-10T21:02:47.096Z] ---> Running in 25cf4469beb3 [2023-03-10T21:02:48.528Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T21:02:48.528Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T21:02:49.939Z] OK: 221 MiB in 51 packages [2023-03-10T21:02:50.526Z] Removing intermediate container 25cf4469beb3 [2023-03-10T21:02:50.526Z] ---> 3af0f8859f2a [2023-03-10T21:02:50.526Z] Step 7/23 : COPY go.mod vendor* ./ [2023-03-10T21:02:51.114Z] ---> d7296fff0721 [2023-03-10T21:02:51.114Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T21:02:51.114Z] ---> Running in eb3852d393d2 [2023-03-10T21:02:53.712Z] Removing intermediate container eb3852d393d2 [2023-03-10T21:02:53.712Z] ---> 3d55b449484f [2023-03-10T21:02:53.712Z] Step 9/23 : COPY . . [2023-03-10T21:02:55.126Z] ---> fcc8670eaea9 [2023-03-10T21:02:55.126Z] Step 10/23 : RUN ${MAKE} [2023-03-10T21:02:55.126Z] ---> Running in 8050c8b377f5 [2023-03-10T21:02:56.091Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.50" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-03-10T21:05:17.827Z] Removing intermediate container 8050c8b377f5 [2023-03-10T21:05:17.827Z] ---> a43011e849ab [2023-03-10T21:05:17.827Z] Step 11/23 : FROM alpine:3.16 [2023-03-10T21:05:17.827Z] 3.16: Pulling from library/alpine [2023-03-10T21:05:17.827Z] 3760b48202b3: Pulling fs layer [2023-03-10T21:05:17.827Z] 3760b48202b3: Verifying Checksum [2023-03-10T21:05:17.827Z] 3760b48202b3: Download complete [2023-03-10T21:05:17.827Z] 3760b48202b3: Pull complete [2023-03-10T21:05:17.827Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-10T21:05:17.827Z] Status: Downloaded newer image for alpine:3.16 [2023-03-10T21:05:17.827Z] ---> 4c81e5bf8899 [2023-03-10T21:05:17.827Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-03-10T21:05:17.827Z] ---> Running in 13b35bf5d9c1 [2023-03-10T21:05:17.827Z] Removing intermediate container 13b35bf5d9c1 [2023-03-10T21:05:17.827Z] ---> e1b91e0f51fe [2023-03-10T21:05:17.827Z] Step 13/23 : RUN apk add --update --no-cache [2023-03-10T21:05:17.827Z] ---> Running in a361bacc04bc [2023-03-10T21:05:17.827Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T21:05:17.827Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T21:05:17.827Z] OK: 5 MiB in 14 packages [2023-03-10T21:05:17.827Z] Removing intermediate container a361bacc04bc [2023-03-10T21:05:17.827Z] ---> 6f3d70c9502e [2023-03-10T21:05:17.827Z] Step 14/23 : WORKDIR / [2023-03-10T21:05:17.827Z] ---> Running in 7f5365699d2e [2023-03-10T21:05:17.827Z] Removing intermediate container 7f5365699d2e [2023-03-10T21:05:17.827Z] ---> 023bd14c68a4 [2023-03-10T21:05:17.827Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-03-10T21:05:17.827Z] ---> 61a005599d27 [2023-03-10T21:05:17.827Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-03-10T21:05:17.827Z] ---> dbe53e346b5b [2023-03-10T21:05:17.827Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-03-10T21:05:17.827Z] ---> 033cce34d156 [2023-03-10T21:05:17.827Z] Step 18/23 : EXPOSE 59999 [2023-03-10T21:05:17.827Z] ---> Running in 573d4ecdd616 [2023-03-10T21:05:17.827Z] Removing intermediate container 573d4ecdd616 [2023-03-10T21:05:17.827Z] ---> 81e7ffc1b57c [2023-03-10T21:05:17.827Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-03-10T21:05:17.827Z] ---> Running in 3e69acdeeccd [2023-03-10T21:05:17.827Z] Removing intermediate container 3e69acdeeccd [2023-03-10T21:05:17.827Z] ---> 0891c085d485 [2023-03-10T21:05:17.827Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-10T21:05:17.827Z] ---> Running in 6313e60012eb [2023-03-10T21:05:17.827Z] Removing intermediate container 6313e60012eb [2023-03-10T21:05:17.827Z] ---> 49c9302f9797 [2023-03-10T21:05:17.827Z] Step 21/23 : LABEL arch=arm64 [2023-03-10T21:05:17.827Z] ---> Running in 204ef2699ece [2023-03-10T21:05:17.827Z] Removing intermediate container 204ef2699ece [2023-03-10T21:05:17.827Z] ---> 0e921acf0fe8 [2023-03-10T21:05:17.827Z] Step 22/23 : LABEL git_sha=84b3eaa6b9d9b6bc9df706aeb119f986429132ec [2023-03-10T21:05:17.827Z] ---> Running in c90f1d7f8cd1 [2023-03-10T21:05:17.827Z] Removing intermediate container c90f1d7f8cd1 [2023-03-10T21:05:17.827Z] ---> ce8dfd778d96 [2023-03-10T21:05:17.827Z] Step 23/23 : LABEL version=3.0.0-dev.50 [2023-03-10T21:05:17.827Z] ---> Running in 888604d898e3 [2023-03-10T21:05:17.827Z] Removing intermediate container 888604d898e3 [2023-03-10T21:05:17.827Z] ---> ae5d086892c2 [2023-03-10T21:05:17.827Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-10T21:05:17.827Z] Successfully built ae5d086892c2 [2023-03-10T21:05:17.827Z] Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T21:05:18.268Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-10T21:05:18.268Z] [2023-03-10T21:05:18.268Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T21:05:18.604Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-10T21:05:18.604Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-10T21:05:18.604Z] 8998bd30e6a1: Pulling fs layer [2023-03-10T21:05:18.604Z] 04944245beec: Pulling fs layer [2023-03-10T21:05:18.873Z] 699f458cf7ca: Pulling fs layer [2023-03-10T21:05:18.873Z] 765212b225bb: Pulling fs layer [2023-03-10T21:05:18.873Z] f23df028b6ca: Pulling fs layer [2023-03-10T21:05:18.873Z] d65c8cfc05b1: Pulling fs layer [2023-03-10T21:05:18.873Z] 2437ff75d9bd: Pulling fs layer [2023-03-10T21:05:18.873Z] f23df028b6ca: Waiting [2023-03-10T21:05:18.873Z] d65c8cfc05b1: Waiting [2023-03-10T21:05:18.873Z] 2437ff75d9bd: Waiting [2023-03-10T21:05:18.873Z] 765212b225bb: Waiting [2023-03-10T21:05:18.873Z] 04944245beec: Verifying Checksum [2023-03-10T21:05:18.873Z] 04944245beec: Download complete [2023-03-10T21:05:18.873Z] 765212b225bb: Verifying Checksum [2023-03-10T21:05:18.873Z] 765212b225bb: Download complete [2023-03-10T21:05:19.140Z] f23df028b6ca: Verifying Checksum [2023-03-10T21:05:19.140Z] f23df028b6ca: Download complete [2023-03-10T21:05:19.140Z] d65c8cfc05b1: Verifying Checksum [2023-03-10T21:05:19.140Z] d65c8cfc05b1: Download complete [2023-03-10T21:05:19.140Z] 699f458cf7ca: Verifying Checksum [2023-03-10T21:05:19.140Z] 699f458cf7ca: Download complete [2023-03-10T21:05:19.409Z] 8998bd30e6a1: Verifying Checksum [2023-03-10T21:05:19.409Z] 8998bd30e6a1: Download complete [2023-03-10T21:05:21.999Z] 2437ff75d9bd: Download complete [2023-03-10T21:05:23.948Z] 8998bd30e6a1: Pull complete [2023-03-10T21:05:24.217Z] 04944245beec: Pull complete [2023-03-10T21:05:25.639Z] 699f458cf7ca: Pull complete [2023-03-10T21:05:25.913Z] 765212b225bb: Pull complete [2023-03-10T21:05:26.499Z] f23df028b6ca: Pull complete [2023-03-10T21:05:26.766Z] d65c8cfc05b1: Pull complete [2023-03-10T21:05:41.758Z] 2437ff75d9bd: Pull complete [2023-03-10T21:05:41.758Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-10T21:05:41.758Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-10T21:05:41.758Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T21:05:41.959Z] prd-ubuntu20.04-docker-arm64-4c-16g-9677 does not seem to be running inside a container [2023-03-10T21:05:42.040Z] $ 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-sdk-go/180 -v /w/workspace/device-sdk-go/180:/w/workspace/device-sdk-go/180:rw,z -v /w/workspace/device-sdk-go/180@tmp:/w/workspace/device-sdk-go/180@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-03-10T21:05:44.747Z] $ docker top 5eaceb837d7bd565a95e6543e1cc62bfbc85c2c610f3f648e17094e2ed1da63e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-10T21:05:45.642Z] ---> job-cost.sh [2023-03-10T21:05:45.642Z] lf-activate-venv: SKIPPING [2023-03-10T21:05:45.642Z] INFO: No Stack... [2023-03-10T21:05:45.917Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-10T21:05:46.887Z] INFO: Archiving Costs [Pipeline] sh [2023-03-10T21:05:47.562Z] + + cat /w/workspace/device-sdk-go/180/archives/cost.csvcut [2023-03-10T21:05:47.562Z] -d, -f6 [Pipeline] lock [2023-03-10T21:05:47.660Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-180-stack-cost] [2023-03-10T21:05:47.667Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-180-stack-cost] did not exist. Created. [2023-03-10T21:05:47.667Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-180-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-10T21:05:48.321Z] /w/workspace/device-sdk-go/180@tmp/durable-ba2e346f/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-03-10T21:05:48.977Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-10T21:05:48.996Z] Warning: overwriting stash ‘stack-cost’ [2023-03-10T21:05:49.068Z] Stashed 1 file(s) [Pipeline] } [2023-03-10T21:05:49.074Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-180-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-10T21:05:49.106Z] $ docker stop --time=1 5eaceb837d7bd565a95e6543e1cc62bfbc85c2c610f3f648e17094e2ed1da63e [2023-03-10T21:05:50.626Z] $ docker rm -f --volumes 5eaceb837d7bd565a95e6543e1cc62bfbc85c2c610f3f648e17094e2ed1da63e [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 [2023-03-10T21:05:51.003Z] provisioning config files... [2023-03-10T21:05:51.009Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config7617188639597396682tmp [Pipeline] { [Pipeline] sh [2023-03-10T21:05:51.302Z] + set +x [2023-03-10T21:05:51.302Z] + curl -s https://codecov.io/bash [2023-03-10T21:05:51.302Z] + bash -s -- [2023-03-10T21:05:51.302Z] [2023-03-10T21:05:51.302Z] _____ _ [2023-03-10T21:05:51.302Z] / ____| | | [2023-03-10T21:05:51.302Z] | | ___ __| | ___ ___ _____ __ [2023-03-10T21:05:51.302Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-10T21:05:51.302Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-10T21:05:51.302Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-10T21:05:51.302Z] Bash-1.0.6 [2023-03-10T21:05:51.302Z] [2023-03-10T21:05:51.302Z] [2023-03-10T21:05:51.302Z] ==> git version 2.25.1 found [2023-03-10T21:05:51.302Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-03-10T21:05:51.302Z] Release-Date: 2020-01-08 [2023-03-10T21:05:51.302Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-03-10T21:05:51.303Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-10T21:05:51.303Z] ==> Jenkins CI detected. [2023-03-10T21:05:51.303Z] current dir:  /w/workspace/edgexfoundry_device-sdk-go_main [2023-03-10T21:05:51.303Z] project root: . [2023-03-10T21:05:51.303Z] --> token set from env [2023-03-10T21:05:51.303Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-10T21:05:51.303Z] ==> Running gcov in . (disable via -X gcov) [2023-03-10T21:05:51.303Z] ==> Python coveragepy not found [2023-03-10T21:05:51.303Z] ==> Searching for coverage reports in: [2023-03-10T21:05:51.303Z] + . [2023-03-10T21:05:51.303Z] -> Found 1 reports [2023-03-10T21:05:51.303Z] ==> Detecting git/mercurial file structure [2023-03-10T21:05:51.562Z] ==> Reading reports [2023-03-10T21:05:51.563Z] + ./coverage.out bytes=111316 [2023-03-10T21:05:51.563Z] ==> Appending adjustments [2023-03-10T21:05:51.563Z] https://docs.codecov.io/docs/fixing-reports [2023-03-10T21:05:51.823Z] + Found adjustments [2023-03-10T21:05:51.823Z] ==> Gzipping contents [2023-03-10T21:05:51.823Z] 16K /tmp/codecov.O4q2Wr.gz [2023-03-10T21:05:51.823Z] ==> Uploading reports [2023-03-10T21:05:51.823Z] url: https://codecov.io [2023-03-10T21:05:51.823Z] query: branch=main&commit=84b3eaa6b9d9b6bc9df706aeb119f986429132ec&build=180&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F180%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-10T21:05:51.823Z] -> Pinging Codecov [2023-03-10T21:05:51.823Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6fc62cd9-fce6-47f0-85f4-af589338491a&branch=main&commit=84b3eaa6b9d9b6bc9df706aeb119f986429132ec&build=180&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F180%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-10T21:08:43.358Z]  [2023-03-10T21:08:43.358Z] [2023-03-10T21:08:43.358Z] [2023-03-10T21:08:43.358Z] 502 Server Error [2023-03-10T21:08:43.358Z] [2023-03-10T21:08:43.358Z] [2023-03-10T21:08:43.358Z]

Error: Server Error

[2023-03-10T21:08:43.358Z]

The server encountered a temporary error and could not complete your request.

Please try again in 30 seconds.

[2023-03-10T21:08:43.358Z]

[2023-03-10T21:08:43.358Z] [2023-03-10T21:08:43.358Z] [2023-03-10T21:08:43.358Z] [2023-03-10T21:08:43.358Z] [2023-03-10T21:08:43.358Z] 502 Server Error [2023-03-10T21:08:43.358Z] [2023-03-10T21:08:43.358Z] [2023-03-10T21:08:43.358Z]

Error: Server Error

[2023-03-10T21:08:43.358Z]

The server encountered a temporary error and could not complete your request.

Please try again in 30 seconds.

[2023-03-10T21:08:43.358Z]

[2023-03-10T21:08:43.358Z] [2023-03-10T21:08:43.358Z] [2023-03-10T21:08:43.358Z] [2023-03-10T21:08:43.358Z] [2023-03-10T21:08:43.358Z] 502 Server Error [2023-03-10T21:08:43.358Z] [2023-03-10T21:08:43.358Z] [2023-03-10T21:08:43.358Z]

Error: Server Error

[2023-03-10T21:08:43.358Z]

The server encountered a temporary error and could not complete your request.

Please try again in 30 seconds.

[2023-03-10T21:08:43.358Z]

[2023-03-10T21:08:43.358Z] [2023-03-10T21:08:43.358Z] [2023-03-10T21:08:43.358Z] [2023-03-10T21:08:43.358Z] [2023-03-10T21:08:43.358Z] 502 Server Error [2023-03-10T21:08:43.358Z] [2023-03-10T21:08:43.358Z] [2023-03-10T21:08:43.358Z]

Error: Server Error

[2023-03-10T21:08:43.358Z]

The server encountered a temporary error and could not complete your request.

Please try again in 30 seconds.

[2023-03-10T21:08:43.358Z]

[2023-03-10T21:08:43.358Z] [2023-03-10T21:08:43.358Z] [2023-03-10T21:08:43.358Z] [2023-03-10T21:08:43.358Z] [2023-03-10T21:08:43.358Z] 502 Server Error [2023-03-10T21:08:43.358Z] [2023-03-10T21:08:43.358Z] [2023-03-10T21:08:43.358Z]

Error: Server Error

[2023-03-10T21:08:43.358Z]

The server encountered a temporary error and could not complete your request.

Please try again in 30 seconds.

[2023-03-10T21:08:43.358Z]

[2023-03-10T21:08:43.358Z] [2023-03-10T21:08:43.358Z] upstream connect error or disconnect/reset before headers. reset reason: connection failure [2023-03-10T21:08:43.358Z] 503 [2023-03-10T21:08:43.358Z] ==> Uploading to Codecov [2023-03-10T21:08:43.358Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-10T21:08:43.358Z] Dload Upload Total Spent Left Speed [2023-03-10T21:09:02.118Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15458 0 0 100 15458 0 12838 0:00:01 0:00:01 --:--:-- 12838 100 15458 0 0 100 15458 0 7729 0:00:02 0:00:02 --:--:-- 7729 100 15458 0 0 100 15458 0 5149 0:00:03 0:00:03 --:--:-- 5149 100 15458 0 0 100 15458 0 3861 0:00:04 0:00:04 --:--:-- 3861 100 15458 0 0 100 15458 0 3089 0:00:05 0:00:05 --:--:-- 3089 100 15458 0 0 100 15458 0 2573 0:00:06 0:00:06 --:--:-- 0 100 15458 0 0 100 15458 0 2206 0:00:07 0:00:07 --:--:-- 0 100 15458 0 0 100 15458 0 1930 0:00:08 0:00:08 --:--:-- 0 100 15458 0 0 100 15458 0 1715 0:00:09 0:00:09 --:--:-- 0 100 15458 0 0 100 15458 0 1544 0:00:10 0:00:10 --:--:-- 0 100 15458 0 0 100 15458 0 1403 0:00:11 0:00:11 --:--:-- 0 100 15458 0 0 100 15458 0 1286 0:00:12 0:00:12 --:--:-- 0 100 15458 0 0 100 15458 0 1187 0:00:13 0:00:13 --:--:-- 0 100 15458 0 0 100 15458 0 1102 0:00:14 0:00:14 --:--:-- 0 100 15458 0 0 100 15458 0 1029 0:00:15 0:00:15 --:--:-- 0 100 15458 0 0 100 15458 0 964 0:00:16 0:00:16 --:--:-- 0 100 15458 0 0 100 15458 0 908 0:00:17 0:00:17 --:--:-- 0 100 15458 0 0 100 15458 0 857 0:00:18 0:00:18 --:--:-- 0 100 15458 0 0 100 15458 0 812 0:00:19 0:00:19 --:--:-- 0 100 15458 0 0 100 15458 0 771 0:00:20 0:00:20 --:--:-- 0 100 15458 0 0 100 15458 0 735 0:00:21 0:00:21 --:--:-- 0 100 15458 0 0 100 15458 0 701 0:00:22 0:00:22 --:--:-- 0 100 15458 0 0 100 15458 0 671 0:00:23 0:00:23 --:--:-- 0 100 15458 0 0 100 15458 0 643 0:00:24 0:00:24 --:--:-- 0 100 15458 0 0 100 15458 0 617 0:00:25 0:00:25 --:--:-- 0 100 15458 0 0 100 15458 0 593 0:00:26 0:00:26 --:--:-- 0 100 15458 0 0 100 15458 0 571 0:00:27 0:00:27 --:--:-- 0 100 15458 0 0 100 15458 0 551 0:00:28 0:00:28 --:--:-- 0 100 15458 0 0 100 15458 0 532 0:00:29 0:00:29 --:--:-- 0 100 15458 0 0 100 15458 0 514 0:00:30 0:00:30 --:--:-- 0 100 15790 100 332 100 15458 11 514 0:00:30 0:00:30 --:--:-- 82 [2023-03-10T21:09:02.118Z] Warning: Transient problem: HTTP error Will retry in 2 seconds. 5 retries [2023-03-10T21:09:02.118Z] Warning: left. [2023-03-10T21:09:34.336Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15458 0 0 100 15458 0 15442 0:00:01 0:00:01 --:--:-- 15442 100 15458 0 0 100 15458 0 7725 0:00:02 0:00:02 --:--:-- 7729 100 15458 0 0 100 15458 0 5149 0:00:03 0:00:03 --:--:-- 5149 100 15458 0 0 100 15458 0 3861 0:00:04 0:00:04 --:--:-- 3861 100 15458 0 0 100 15458 0 3088 0:00:05 0:00:05 --:--:-- 3089 100 15458 0 0 100 15458 0 2573 0:00:06 0:00:06 --:--:-- 0 100 15458 0 0 100 15458 0 2206 0:00:07 0:00:07 --:--:-- 0 100 15458 0 0 100 15458 0 1930 0:00:08 0:00:08 --:--:-- 0 100 15458 0 0 100 15458 0 1715 0:00:09 0:00:09 --:--:-- 0 100 15458 0 0 100 15458 0 1543 0:00:10 0:00:10 --:--:-- 0 100 15458 0 0 100 15458 0 1403 0:00:11 0:00:11 --:--:-- 0 100 15458 0 0 100 15458 0 1286 0:00:12 0:00:12 --:--:-- 0 100 15458 0 0 100 15458 0 1187 0:00:13 0:00:13 --:--:-- 0 100 15458 0 0 100 15458 0 1102 0:00:14 0:00:14 --:--:-- 0 100 15458 0 0 100 15458 0 1029 0:00:15 0:00:15 --:--:-- 0 100 15458 0 0 100 15458 0 964 0:00:16 0:00:16 --:--:-- 0 100 15458 0 0 100 15458 0 908 0:00:17 0:00:17 --:--:-- 0 100 15458 0 0 100 15458 0 857 0:00:18 0:00:18 --:--:-- 0 100 15458 0 0 100 15458 0 812 0:00:19 0:00:19 --:--:-- 0 100 15458 0 0 100 15458 0 771 0:00:20 0:00:20 --:--:-- 0 100 15458 0 0 100 15458 0 735 0:00:21 0:00:21 --:--:-- 0 100 15458 0 0 100 15458 0 701 0:00:22 0:00:22 --:--:-- 0 100 15458 0 0 100 15458 0 671 0:00:23 0:00:23 --:--:-- 0 100 15458 0 0 100 15458 0 643 0:00:24 0:00:24 --:--:-- 0 100 15458 0 0 100 15458 0 617 0:00:25 0:00:25 --:--:-- 0 100 15458 0 0 100 15458 0 593 0:00:26 0:00:26 --:--:-- 0 100 15458 0 0 100 15458 0 571 0:00:27 0:00:27 --:--:-- 0 100 15458 0 0 100 15458 0 551 0:00:28 0:00:28 --:--:-- 0 100 15458 0 0 100 15458 0 532 0:00:29 0:00:29 --:--:-- 0 100 15790 100 332 100 15458 11 514 0:00:30 0:00:30 --:--:-- 66 100 15790 100 332 100 15458 11 514 0:00:30 0:00:30 --:--:-- 83 [2023-03-10T21:09:34.336Z] Warning: Transient problem: HTTP error Will retry in 2 seconds. 4 retries [2023-03-10T21:09:34.336Z] Warning: left. [2023-03-10T21:09:36.239Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15549 100 91 100 15458 1246 206k --:--:-- --:--:-- --:--:-- 208k [2023-03-10T21:09:36.239Z] Warning: Transient problem: HTTP error Will retry in 2 seconds. 3 retries [2023-03-10T21:09:36.239Z] Warning: left. [2023-03-10T21:09:38.143Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15549 100 91 100 15458 2600 431k --:--:-- --:--:-- --:--:-- 460k [2023-03-10T21:09:38.143Z] Warning: Transient problem: HTTP error Will retry in 2 seconds. 2 retries [2023-03-10T21:09:38.143Z] Warning: left. [2023-03-10T21:09:40.676Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15549 100 91 100 15458 2935 486k --:--:-- --:--:-- --:--:-- 489k [2023-03-10T21:09:40.676Z] Warning: Transient problem: HTTP error Will retry in 2 seconds. 1 retries [2023-03-10T21:09:40.676Z] Warning: left. [2023-03-10T21:09:42.580Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15549 100 91 100 15458 2676 443k --:--:-- --:--:-- --:--:-- 446k [2023-03-10T21:09:42.580Z]  [2023-03-10T21:09:42.580Z] [2023-03-10T21:09:42.580Z] [2023-03-10T21:09:42.580Z] 502 Server Error [2023-03-10T21:09:42.580Z] [2023-03-10T21:09:42.580Z] [2023-03-10T21:09:42.580Z]

Error: Server Error

[2023-03-10T21:09:42.580Z]

The server encountered a temporary error and could not complete your request.

Please try again in 30 seconds.

[2023-03-10T21:09:42.580Z]

[2023-03-10T21:09:42.580Z] [2023-03-10T21:09:42.580Z] [2023-03-10T21:09:42.580Z] [2023-03-10T21:09:42.580Z] [2023-03-10T21:09:42.580Z] 502 Server Error [2023-03-10T21:09:42.580Z] [2023-03-10T21:09:42.580Z] [2023-03-10T21:09:42.580Z]

Error: Server Error

[2023-03-10T21:09:42.580Z]

The server encountered a temporary error and could not complete your request.

Please try again in 30 seconds.

[2023-03-10T21:09:42.580Z]

[2023-03-10T21:09:42.580Z] [2023-03-10T21:09:42.580Z] upstream connect error or disconnect/reset before headers. reset reason: connection failureupstream connect error or disconnect/reset before headers. reset reason: connection failureupstream connect error or disconnect/reset before headers. reset reason: connection failureupstream connect error or disconnect/reset before headers. reset reason: connection failure [Pipeline] } [2023-03-10T21:09:42.587Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-03-10T21:09:42.786Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-03-10T21:09:42.798Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T21:09:43.096Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-10T21:09:43.096Z] [2023-03-10T21:09:43.096Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T21:09:43.408Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-10T21:09:43.408Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-03-10T21:09:43.408Z] df9b9388f04a: Pulling fs layer [2023-03-10T21:09:43.408Z] 52dc419b0ee2: Pulling fs layer [2023-03-10T21:09:43.408Z] 25bc292e5bac: Pulling fs layer [2023-03-10T21:09:43.408Z] 114826534d7a: Pulling fs layer [2023-03-10T21:09:43.408Z] 4657fd5d0bcf: Pulling fs layer [2023-03-10T21:09:43.408Z] 6ad1cebc031e: Pulling fs layer [2023-03-10T21:09:43.408Z] 8a3aa393b2d8: Pulling fs layer [2023-03-10T21:09:43.408Z] 8a3aa393b2d8: Waiting [2023-03-10T21:09:43.408Z] 4657fd5d0bcf: Waiting [2023-03-10T21:09:43.408Z] 6ad1cebc031e: Waiting [2023-03-10T21:09:43.408Z] 114826534d7a: Waiting [2023-03-10T21:09:43.408Z] 25bc292e5bac: Download complete [2023-03-10T21:09:43.408Z] 52dc419b0ee2: Verifying Checksum [2023-03-10T21:09:43.408Z] 52dc419b0ee2: Download complete [2023-03-10T21:09:43.408Z] 4657fd5d0bcf: Download complete [2023-03-10T21:09:43.408Z] df9b9388f04a: Download complete [2023-03-10T21:09:43.668Z] df9b9388f04a: Pull complete [2023-03-10T21:09:43.668Z] 52dc419b0ee2: Pull complete [2023-03-10T21:09:43.668Z] 6ad1cebc031e: Verifying Checksum [2023-03-10T21:09:43.668Z] 6ad1cebc031e: Download complete [2023-03-10T21:09:43.935Z] 25bc292e5bac: Pull complete [2023-03-10T21:09:44.192Z] 114826534d7a: Verifying Checksum [2023-03-10T21:09:44.192Z] 114826534d7a: Download complete [2023-03-10T21:09:44.449Z] 8a3aa393b2d8: Verifying Checksum [2023-03-10T21:09:44.449Z] 8a3aa393b2d8: Download complete [2023-03-10T21:09:47.725Z] 114826534d7a: Pull complete [2023-03-10T21:09:47.725Z] 4657fd5d0bcf: Pull complete [2023-03-10T21:09:47.725Z] 6ad1cebc031e: Pull complete [2023-03-10T21:09:50.251Z] 8a3aa393b2d8: Pull complete [2023-03-10T21:09:50.251Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-03-10T21:09:50.251Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-10T21:09:50.251Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T21:09:50.330Z] prd-ubuntu20.04-docker-8c-8g-9674 does not seem to be running inside a container [2023-03-10T21:09:50.366Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-03-10T21:09:52.051Z] $ docker top e5ddd267114218a171b5f11b3f4fa051a0e5d5f3e0891e08ea3ebff391b6dcd6 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-10T21:09:52.127Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh [2023-03-10T21:09:52.405Z] + set -o pipefail [2023-03-10T21:09:52.405Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' [2023-03-10T21:09:57.676Z] [2023-03-10T21:09:57.676Z] Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v3)... [2023-03-10T21:09:57.676Z] [2023-03-10T21:09:57.676Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/1d897ce9-7d37-4e4c-99f4-c1fbe8b8d34b/history/a504aa23-d82d-4da5-900d-3c9acdc27b18 [2023-03-10T21:09:57.676Z] [2023-03-10T21:09:57.676Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-03-10T21:09:57.676Z] [2023-03-10T21:09:57.676Z] [2023-03-10T21:09:57.676Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-03-10T21:09:57.676Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-03-10T21:09:57.676Z] More details here: https://snyk.co/ue1NS [2023-03-10T21:09:57.676Z] You are approaching your monthly limit of 401 private tests for your edgex-jenkins org. [2023-03-10T21:09:57.676Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2023-03-10T21:09:57.695Z] $ docker stop --time=1 e5ddd267114218a171b5f11b3f4fa051a0e5d5f3e0891e08ea3ebff391b6dcd6 [2023-03-10T21:09:59.472Z] $ docker rm -f --volumes e5ddd267114218a171b5f11b3f4fa051a0e5d5f3e0891e08ea3ebff391b6dcd6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-03-10T21:09:59.806Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-10T21:09:59.814Z] provisioning config files... [2023-03-10T21:09:59.821Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config11442962500280268943tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-10T21:10:00.113Z] --> edgex-publish-swagger.sh [2023-03-10T21:10:00.113Z] === Publish openapi/v3 API === [2023-03-10T21:10:00.113Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2023-03-10T21:10:00.113Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/v3/device-sdk.yaml] [2023-03-10T21:10:00.113Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-10T21:10:00.113Z] Dload Upload Total Spent Left Speed [2023-03-10T21:10:01.488Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23571 0 0 100 23571 0 19480 0:00:01 0:00:01 --:--:-- 19480 100 23571 0 0 100 23571 0 14731 0:00:01 0:00:01 --:--:-- 14731 [2023-03-10T21:10:01.488Z] [2023-03-10T21:10:01.488Z] [Pipeline] } [2023-03-10T21:10:01.494Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-10T21:10:01.884Z] + git log --format=format:%s -1 84b3eaa6b9d9b6bc9df706aeb119f986429132ec [Pipeline] sh [2023-03-10T21:10:02.177Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-10T21:10:02.177Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T21:10:02.477Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-10T21:10:02.477Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T21:10:02.544Z] prd-ubuntu20.04-docker-8c-8g-9674 does not seem to be running inside a container [2023-03-10T21:10:02.579Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-10T21:10:02.935Z] $ docker top ec9939fc0ef2abdbea9f9b33b4f721fa29b73486e76f803f2695959d2b919550 -eo pid,comm [2023-03-10T21:10:02.978Z] 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). [2023-03-10T21:10:02.978Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-10T21:10:03.007Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-10T21:10:03.007Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-10T21:10:03.106Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-10T21:10:03.117Z] $ docker exec ec9939fc0ef2abdbea9f9b33b4f721fa29b73486e76f803f2695959d2b919550 ssh-agent [2023-03-10T21:10:03.215Z] SSH_AUTH_SOCK=/tmp/ssh-7VtLdzSyZggr/agent.32 [2023-03-10T21:10:03.215Z] SSH_AGENT_PID=38 [2023-03-10T21:10:03.220Z] Running ssh-add (command line suppressed) [2023-03-10T21:10:03.337Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_284401935245519471.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_284401935245519471.key) [2023-03-10T21:10:03.342Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-10T21:10:03.628Z] + git semver tag [2023-03-10T21:10:03.887Z] 2023-03-10 21:10:03,811 [run_tag] DEBUG tag force:False [2023-03-10T21:10:03.887Z] 2023-03-10 21:10:03,811 [check_head_tag] DEBUG check head tag [2023-03-10T21:10:03.887Z] 2023-03-10 21:10:03,813 [execute] INFO git cat-file --batch-check [2023-03-10T21:10:03.887Z] 2023-03-10 21:10:03,813 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2023-03-10T21:10:03.887Z] 2023-03-10 21:10:03,816 [execute] INFO git cat-file --batch [2023-03-10T21:10:03.887Z] 2023-03-10 21:10:03,817 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2023-03-10T21:10:03.888Z] 2023-03-10 21:10:03,847 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-10T21:10:03.888Z] 2023-03-10 21:10:03,848 [execute] INFO git tag -a v3.0.0-dev.50 -m v3.0.0-dev.50 [2023-03-10T21:10:03.888Z] 2023-03-10 21:10:03,848 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.50', '-m', 'v3.0.0-dev.50'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2023-03-10T21:10:03.888Z] 2023-03-10 21:10:03,852 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-10T21:10:03.888Z] 3.0.0-dev.50 [Pipeline] } [2023-03-10T21:10:03.904Z] $ docker exec --env ******** --env ******** ec9939fc0ef2abdbea9f9b33b4f721fa29b73486e76f803f2695959d2b919550 ssh-agent -k [2023-03-10T21:10:04.000Z] unset SSH_AUTH_SOCK; [2023-03-10T21:10:04.000Z] unset SSH_AGENT_PID; [2023-03-10T21:10:04.000Z] echo Agent pid 38 killed; [2023-03-10T21:10:04.002Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-10T21:10:04.377Z] + git semver [Pipeline] } [2023-03-10T21:10:04.652Z] $ docker stop --time=1 ec9939fc0ef2abdbea9f9b33b4f721fa29b73486e76f803f2695959d2b919550 [2023-03-10T21:10:05.928Z] $ docker rm -f --volumes ec9939fc0ef2abdbea9f9b33b4f721fa29b73486e76f803f2695959d2b919550 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T21:10:06.298Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-10T21:10:06.298Z] [2023-03-10T21:10:06.298Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T21:10:06.596Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-10T21:10:06.596Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-03-10T21:10:06.596Z] ab5ef0e58194: Pulling fs layer [2023-03-10T21:10:06.596Z] 9712f1f96733: Pulling fs layer [2023-03-10T21:10:06.596Z] 63f879dbbcfc: Pulling fs layer [2023-03-10T21:10:06.596Z] 0d9ebad4ef96: Pulling fs layer [2023-03-10T21:10:06.596Z] e9a5061849ea: Pulling fs layer [2023-03-10T21:10:06.596Z] d747dcd14b5f: Pulling fs layer [2023-03-10T21:10:06.596Z] 2de7ff778b66: Pulling fs layer [2023-03-10T21:10:06.596Z] d747dcd14b5f: Waiting [2023-03-10T21:10:06.596Z] 2de7ff778b66: Waiting [2023-03-10T21:10:06.596Z] e9a5061849ea: Waiting [2023-03-10T21:10:06.596Z] 0d9ebad4ef96: Waiting [2023-03-10T21:10:06.596Z] 9712f1f96733: Download complete [2023-03-10T21:10:07.191Z] 63f879dbbcfc: Verifying Checksum [2023-03-10T21:10:07.191Z] 63f879dbbcfc: Download complete [2023-03-10T21:10:07.191Z] ab5ef0e58194: Verifying Checksum [2023-03-10T21:10:07.191Z] ab5ef0e58194: Download complete [2023-03-10T21:10:07.448Z] d747dcd14b5f: Verifying Checksum [2023-03-10T21:10:07.448Z] d747dcd14b5f: Download complete [2023-03-10T21:10:07.448Z] 0d9ebad4ef96: Verifying Checksum [2023-03-10T21:10:07.448Z] 0d9ebad4ef96: Download complete [2023-03-10T21:10:07.448Z] e9a5061849ea: Verifying Checksum [2023-03-10T21:10:07.448Z] e9a5061849ea: Download complete [2023-03-10T21:10:07.448Z] 2de7ff778b66: Verifying Checksum [2023-03-10T21:10:07.448Z] 2de7ff778b66: Download complete [2023-03-10T21:10:09.983Z] ab5ef0e58194: Pull complete [2023-03-10T21:10:09.983Z] 9712f1f96733: Pull complete [2023-03-10T21:10:10.549Z] 63f879dbbcfc: Pull complete [2023-03-10T21:10:13.839Z] 0d9ebad4ef96: Pull complete [2023-03-10T21:10:14.097Z] e9a5061849ea: Pull complete [2023-03-10T21:10:14.097Z] d747dcd14b5f: Pull complete [2023-03-10T21:10:15.029Z] 2de7ff778b66: Pull complete [2023-03-10T21:10:15.029Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-03-10T21:10:15.029Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-10T21:10:15.029Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T21:10:15.116Z] prd-ubuntu20.04-docker-8c-8g-9674 does not seem to be running inside a container [2023-03-10T21:10:15.154Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-03-10T21:10:16.793Z] $ docker top 710142b4d8ef4c0c9ce77c6c4a78bad221bbff28299263ebec1ff86fa93c5700 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-03-10T21:10:16.854Z] provisioning config files... [2023-03-10T21:10:16.859Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config9888627378962867081tmp [2023-03-10T21:10:16.869Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config13175575348444927167tmp [2023-03-10T21:10:16.879Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config13955064579050970858tmp [Pipeline] { [Pipeline] echo [2023-03-10T21:10:16.894Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T21:10:17.181Z] ---> sigul-configuration.sh [2023-03-10T21:10:17.181Z] gpg: directory `/root/.gnupg' created [2023-03-10T21:10:17.181Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-03-10T21:10:17.181Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-03-10T21:10:17.181Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-03-10T21:10:17.181Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-03-10T21:10:17.181Z] gpg: CAST5 encrypted data [2023-03-10T21:10:17.181Z] gpg: encrypted with 1 passphrase [2023-03-10T21:10:17.181Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-03-10T21:10:17.465Z] + mkdir /home/jenkins [2023-03-10T21:10:17.465Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-03-10T21:10:17.749Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2023-03-10T21:10:17.758Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T21:10:18.041Z] ---> sigul-install.sh [2023-03-10T21:10:18.041Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-03-10T21:10:18.328Z] + git tag --list [2023-03-10T21:10:18.328Z] 0.7.1 [2023-03-10T21:10:18.328Z] delhi-tag [2023-03-10T21:10:18.328Z] v1.0.0 [2023-03-10T21:10:18.328Z] v1.1.0 [2023-03-10T21:10:18.328Z] v1.1.1 [2023-03-10T21:10:18.328Z] v1.1.2 [2023-03-10T21:10:18.328Z] v1.2.0 [2023-03-10T21:10:18.328Z] v1.2.1 [2023-03-10T21:10:18.328Z] v1.2.2 [2023-03-10T21:10:18.328Z] v1.2.3 [2023-03-10T21:10:18.328Z] v1.3.0 [2023-03-10T21:10:18.328Z] v1.4.0 [2023-03-10T21:10:18.328Z] v2.0.0 [2023-03-10T21:10:18.328Z] v2.1.0 [2023-03-10T21:10:18.328Z] v2.1.1 [2023-03-10T21:10:18.328Z] v2.1.1-dev.2 [2023-03-10T21:10:18.328Z] v2.1.1-dev.3 [2023-03-10T21:10:18.328Z] v2.2.0 [2023-03-10T21:10:18.328Z] v2.2.1-dev.1 [2023-03-10T21:10:18.328Z] v2.2.1-dev.10 [2023-03-10T21:10:18.328Z] v2.2.1-dev.11 [2023-03-10T21:10:18.328Z] v2.2.1-dev.12 [2023-03-10T21:10:18.328Z] v2.2.1-dev.13 [2023-03-10T21:10:18.328Z] v2.2.1-dev.14 [2023-03-10T21:10:18.328Z] v2.2.1-dev.2 [2023-03-10T21:10:18.328Z] v2.2.1-dev.3 [2023-03-10T21:10:18.328Z] v2.2.1-dev.4 [2023-03-10T21:10:18.328Z] v2.2.1-dev.5 [2023-03-10T21:10:18.328Z] v2.2.1-dev.6 [2023-03-10T21:10:18.328Z] v2.2.1-dev.7 [2023-03-10T21:10:18.328Z] v2.2.1-dev.8 [2023-03-10T21:10:18.328Z] v2.2.1-dev.9 [2023-03-10T21:10:18.328Z] v2.3.0 [2023-03-10T21:10:18.328Z] v2.3.0-dev.14 [2023-03-10T21:10:18.328Z] v2.3.0-dev.15 [2023-03-10T21:10:18.328Z] v2.3.0-dev.16 [2023-03-10T21:10:18.328Z] v2.3.0-dev.17 [2023-03-10T21:10:18.328Z] v2.3.0-dev.18 [2023-03-10T21:10:18.328Z] v2.3.0-dev.19 [2023-03-10T21:10:18.328Z] v2.3.0-dev.20 [2023-03-10T21:10:18.328Z] v2.3.0-dev.21 [2023-03-10T21:10:18.328Z] v2.3.0-dev.22 [2023-03-10T21:10:18.328Z] v2.3.0-dev.23 [2023-03-10T21:10:18.328Z] v2.3.0-dev.24 [2023-03-10T21:10:18.328Z] v2.3.0-dev.25 [2023-03-10T21:10:18.328Z] v2.3.0-dev.26 [2023-03-10T21:10:18.328Z] v2.3.0-dev.27 [2023-03-10T21:10:18.328Z] v2.3.0-dev.28 [2023-03-10T21:10:18.328Z] v2.3.0-dev.29 [2023-03-10T21:10:18.328Z] v2.3.0-dev.30 [2023-03-10T21:10:18.328Z] v2.3.0-dev.31 [2023-03-10T21:10:18.328Z] v2.3.0-dev.32 [2023-03-10T21:10:18.328Z] v2.3.0-dev.33 [2023-03-10T21:10:18.328Z] v2.3.0-dev.34 [2023-03-10T21:10:18.328Z] v2.3.0-dev.35 [2023-03-10T21:10:18.328Z] v2.3.0-dev.36 [2023-03-10T21:10:18.328Z] v2.3.0-dev.37 [2023-03-10T21:10:18.328Z] v2.3.0-dev.38 [2023-03-10T21:10:18.328Z] v2.3.0-dev.39 [2023-03-10T21:10:18.328Z] v2.3.0-dev.40 [2023-03-10T21:10:18.328Z] v2.3.0-dev.41 [2023-03-10T21:10:18.328Z] v2.3.0-dev.42 [2023-03-10T21:10:18.328Z] v2.3.0-dev.43 [2023-03-10T21:10:18.328Z] v2.3.0-dev.44 [2023-03-10T21:10:18.328Z] v2.3.0-dev.45 [2023-03-10T21:10:18.328Z] v2.3.0-dev.46 [2023-03-10T21:10:18.328Z] v2.3.0-dev.47 [2023-03-10T21:10:18.328Z] v2.3.0-dev.48 [2023-03-10T21:10:18.328Z] v2.3.0-dev.49 [2023-03-10T21:10:18.328Z] v2.3.0-dev.50 [2023-03-10T21:10:18.328Z] v2.3.0-dev.51 [2023-03-10T21:10:18.328Z] v2.3.1-dev.1 [2023-03-10T21:10:18.328Z] v3.0.0-dev.1 [2023-03-10T21:10:18.328Z] v3.0.0-dev.10 [2023-03-10T21:10:18.328Z] v3.0.0-dev.11 [2023-03-10T21:10:18.328Z] v3.0.0-dev.12 [2023-03-10T21:10:18.328Z] v3.0.0-dev.13 [2023-03-10T21:10:18.328Z] v3.0.0-dev.14 [2023-03-10T21:10:18.328Z] v3.0.0-dev.15 [2023-03-10T21:10:18.328Z] v3.0.0-dev.16 [2023-03-10T21:10:18.328Z] v3.0.0-dev.17 [2023-03-10T21:10:18.328Z] v3.0.0-dev.18 [2023-03-10T21:10:18.328Z] v3.0.0-dev.19 [2023-03-10T21:10:18.328Z] v3.0.0-dev.2 [2023-03-10T21:10:18.328Z] v3.0.0-dev.20 [2023-03-10T21:10:18.328Z] v3.0.0-dev.21 [2023-03-10T21:10:18.328Z] v3.0.0-dev.22 [2023-03-10T21:10:18.328Z] v3.0.0-dev.23 [2023-03-10T21:10:18.328Z] v3.0.0-dev.24 [2023-03-10T21:10:18.328Z] v3.0.0-dev.25 [2023-03-10T21:10:18.328Z] v3.0.0-dev.26 [2023-03-10T21:10:18.328Z] v3.0.0-dev.27 [2023-03-10T21:10:18.328Z] v3.0.0-dev.28 [2023-03-10T21:10:18.328Z] v3.0.0-dev.29 [2023-03-10T21:10:18.328Z] v3.0.0-dev.3 [2023-03-10T21:10:18.328Z] v3.0.0-dev.30 [2023-03-10T21:10:18.328Z] v3.0.0-dev.31 [2023-03-10T21:10:18.328Z] v3.0.0-dev.32 [2023-03-10T21:10:18.328Z] v3.0.0-dev.33 [2023-03-10T21:10:18.328Z] v3.0.0-dev.34 [2023-03-10T21:10:18.328Z] v3.0.0-dev.35 [2023-03-10T21:10:18.328Z] v3.0.0-dev.36 [2023-03-10T21:10:18.328Z] v3.0.0-dev.37 [2023-03-10T21:10:18.328Z] v3.0.0-dev.38 [2023-03-10T21:10:18.328Z] v3.0.0-dev.39 [2023-03-10T21:10:18.328Z] v3.0.0-dev.4 [2023-03-10T21:10:18.328Z] v3.0.0-dev.40 [2023-03-10T21:10:18.328Z] v3.0.0-dev.41 [2023-03-10T21:10:18.328Z] v3.0.0-dev.42 [2023-03-10T21:10:18.328Z] v3.0.0-dev.43 [2023-03-10T21:10:18.328Z] v3.0.0-dev.44 [2023-03-10T21:10:18.328Z] v3.0.0-dev.45 [2023-03-10T21:10:18.328Z] v3.0.0-dev.46 [2023-03-10T21:10:18.328Z] v3.0.0-dev.47 [2023-03-10T21:10:18.328Z] v3.0.0-dev.48 [2023-03-10T21:10:18.328Z] v3.0.0-dev.49 [2023-03-10T21:10:18.328Z] v3.0.0-dev.5 [2023-03-10T21:10:18.328Z] v3.0.0-dev.50 [2023-03-10T21:10:18.328Z] v3.0.0-dev.6 [2023-03-10T21:10:18.328Z] v3.0.0-dev.7 [2023-03-10T21:10:18.328Z] v3.0.0-dev.8 [2023-03-10T21:10:18.328Z] v3.0.0-dev.9 [Pipeline] sh [2023-03-10T21:10:18.617Z] + lftools sign git-tag v3.0.0-dev.50 [2023-03-10T21:10:19.187Z] Signing Git tag with Sigul... [2023-03-10T21:10:19.187Z] Signing v3.0.0-dev.50 [Pipeline] echo [2023-03-10T21:10:19.455Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T21:10:19.740Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-03-10T21:10:19.747Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-03-10T21:10:19.772Z] $ docker stop --time=1 710142b4d8ef4c0c9ce77c6c4a78bad221bbff28299263ebec1ff86fa93c5700 [2023-03-10T21:10:21.021Z] $ docker rm -f --volumes 710142b4d8ef4c0c9ce77c6c4a78bad221bbff28299263ebec1ff86fa93c5700 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-03-10T21:10:21.423Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-10T21:10:21.423Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T21:10:21.721Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-10T21:10:21.721Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T21:10:21.788Z] prd-ubuntu20.04-docker-8c-8g-9674 does not seem to be running inside a container [2023-03-10T21:10:21.824Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-10T21:10:22.205Z] $ docker top b427b291e2df5e30df72ad7571a7916daf1a3ca3cf64e582f03dcb55f876369c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-10T21:10:22.298Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-10T21:10:22.298Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-10T21:10:22.400Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-10T21:10:22.410Z] $ docker exec b427b291e2df5e30df72ad7571a7916daf1a3ca3cf64e582f03dcb55f876369c ssh-agent [2023-03-10T21:10:22.505Z] SSH_AUTH_SOCK=/tmp/ssh-s6Klsckr5EED/agent.33 [2023-03-10T21:10:22.505Z] SSH_AGENT_PID=39 [2023-03-10T21:10:22.522Z] Running ssh-add (command line suppressed) [2023-03-10T21:10:22.635Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_172600107366502238.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_172600107366502238.key) [2023-03-10T21:10:22.655Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-10T21:10:23.008Z] + git semver bump pre [2023-03-10T21:10:23.271Z] 2023-03-10 21:10:23,156 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-10T21:10:23.271Z] 2023-03-10 21:10:23,156 [bump_version] DEBUG bumping version:3.0.0-dev.50 on axis:pre with prefix:dev [2023-03-10T21:10:23.271Z] 2023-03-10 21:10:23,156 [bump_version] DEBUG bumped version:3.0.0-dev.51 [2023-03-10T21:10:23.271Z] 2023-03-10 21:10:23,156 [write_version] DEBUG write version:3.0.0-dev.51 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True [2023-03-10T21:10:23.271Z] 2023-03-10 21:10:23,156 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-10T21:10:23.271Z] 2023-03-10 21:10:23,156 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-10T21:10:23.271Z] 2023-03-10 21:10:23,159 [execute] INFO git cat-file --batch-check [2023-03-10T21:10:23.271Z] 2023-03-10 21:10:23,159 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-10T21:10:23.271Z] 2023-03-10 21:10:23,164 [execute] INFO git cat-file --batch [2023-03-10T21:10:23.271Z] 2023-03-10 21:10:23,164 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-10T21:10:23.271Z] 2023-03-10 21:10:23,167 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-10T21:10:23.271Z] 3.0.0-dev.51 [Pipeline] } [2023-03-10T21:10:23.287Z] $ docker exec --env ******** --env ******** b427b291e2df5e30df72ad7571a7916daf1a3ca3cf64e582f03dcb55f876369c ssh-agent -k [2023-03-10T21:10:23.380Z] unset SSH_AUTH_SOCK; [2023-03-10T21:10:23.380Z] unset SSH_AGENT_PID; [2023-03-10T21:10:23.380Z] echo Agent pid 39 killed; [2023-03-10T21:10:23.382Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-10T21:10:23.686Z] + git semver [Pipeline] } [2023-03-10T21:10:23.966Z] $ docker stop --time=1 b427b291e2df5e30df72ad7571a7916daf1a3ca3cf64e582f03dcb55f876369c [2023-03-10T21:10:25.204Z] $ docker rm -f --volumes b427b291e2df5e30df72ad7571a7916daf1a3ca3cf64e582f03dcb55f876369c [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-10T21:10:25.544Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-10T21:10:25.544Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T21:10:25.853Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-10T21:10:25.853Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T21:10:25.919Z] prd-ubuntu20.04-docker-8c-8g-9674 does not seem to be running inside a container [2023-03-10T21:10:25.953Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-10T21:10:26.297Z] $ docker top 3a612cf497545747fc84dfd0cb5ff72747da5c9abf226757ceb71d8935d74223 -eo pid,comm [2023-03-10T21:10:26.337Z] 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). [2023-03-10T21:10:26.337Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-10T21:10:26.367Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-10T21:10:26.367Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-10T21:10:26.484Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-10T21:10:26.494Z] $ docker exec 3a612cf497545747fc84dfd0cb5ff72747da5c9abf226757ceb71d8935d74223 ssh-agent [2023-03-10T21:10:26.604Z] SSH_AUTH_SOCK=/tmp/ssh-NtUyLib70UKR/agent.33 [2023-03-10T21:10:26.604Z] SSH_AGENT_PID=39 [2023-03-10T21:10:26.609Z] Running ssh-add (command line suppressed) [2023-03-10T21:10:26.717Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_5597397333487025619.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_5597397333487025619.key) [2023-03-10T21:10:26.721Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-10T21:10:27.007Z] + git semver push [2023-03-10T21:10:27.273Z] 2023-03-10 21:10:27,180 [run_push] DEBUG push [2023-03-10T21:10:27.273Z] 2023-03-10 21:10:27,180 [execute] INFO git cat-file --batch-check [2023-03-10T21:10:27.273Z] 2023-03-10 21:10:27,181 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-10T21:10:27.273Z] 2023-03-10 21:10:27,185 [execute] INFO git rev-list c08ee03096c427c53089eb0ace73dcc3bbd80649 -- [2023-03-10T21:10:27.273Z] 2023-03-10 21:10:27,185 [execute] DEBUG Popen(['git', 'rev-list', 'c08ee03096c427c53089eb0ace73dcc3bbd80649', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-10T21:10:27.273Z] 2023-03-10 21:10:27,197 [execute] INFO git fetch -v origin [2023-03-10T21:10:27.273Z] 2023-03-10 21:10:27,197 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-03-10T21:10:27.840Z] 2023-03-10 21:10:27,627 [run_push] DEBUG no remote changes detected [2023-03-10T21:10:27.840Z] 2023-03-10 21:10:27,627 [execute] INFO git push origin semver [2023-03-10T21:10:27.840Z] 2023-03-10 21:10:27,628 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-10T21:10:28.777Z] 2023-03-10 21:10:28,464 [run_push] DEBUG push all version tags [2023-03-10T21:10:28.777Z] 2023-03-10 21:10:28,464 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-03-10T21:10:28.777Z] 2023-03-10 21:10:28,465 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2023-03-10T21:10:29.344Z] 2023-03-10 21:10:29,292 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-10T21:10:29.344Z] 3.0.0-dev.51 [Pipeline] } [2023-03-10T21:10:29.360Z] $ docker exec --env ******** --env ******** 3a612cf497545747fc84dfd0cb5ff72747da5c9abf226757ceb71d8935d74223 ssh-agent -k [2023-03-10T21:10:29.456Z] unset SSH_AUTH_SOCK; [2023-03-10T21:10:29.456Z] unset SSH_AGENT_PID; [2023-03-10T21:10:29.456Z] echo Agent pid 39 killed; [2023-03-10T21:10:29.464Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-10T21:10:29.764Z] + git semver [Pipeline] } [2023-03-10T21:10:30.042Z] $ docker stop --time=1 3a612cf497545747fc84dfd0cb5ff72747da5c9abf226757ceb71d8935d74223 [2023-03-10T21:10:31.324Z] $ docker rm -f --volumes 3a612cf497545747fc84dfd0cb5ff72747da5c9abf226757ceb71d8935d74223 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-03-10T21:10:31.841Z] + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] [2023-03-10T21:10:31.842Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-03-10T21:10:31.842Z] total 16 [2023-03-10T21:10:31.842Z] drwxr-xr-x 3 root root 4096 Mar 10 20:53 . [2023-03-10T21:10:31.842Z] drwxrwxr-x 12 jenkins jenkins 4096 Mar 10 21:10 .. [2023-03-10T21:10:31.842Z] drwxr-xr-x 2 root root 4096 Mar 10 20:53 cost [2023-03-10T21:10:31.842Z] -rw-r--r-- 1 root root 85 Mar 10 20:53 cost.csv [2023-03-10T21:10:31.842Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-03-10T21:10:31.842Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-03-10T21:10:31.842Z] total 16 [2023-03-10T21:10:31.842Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 10 20:53 . [2023-03-10T21:10:31.842Z] drwxrwxr-x 12 jenkins jenkins 4096 Mar 10 21:10 .. [2023-03-10T21:10:31.842Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 10 20:53 cost [2023-03-10T21:10:31.842Z] -rw-r--r-- 1 jenkins jenkins 85 Mar 10 20:53 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-03-10T21:10:32.136Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T21:10:32.991Z] ---> package-listing.sh [2023-03-10T21:10:32.992Z] ++ facter osfamily [2023-03-10T21:10:32.992Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-10T21:10:33.251Z] + OS_FAMILY=debian [2023-03-10T21:10:33.251Z] + workspace=/w/workspace/edgexfoundry_device-sdk-go_main [2023-03-10T21:10:33.251Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-10T21:10:33.251Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-10T21:10:33.251Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-10T21:10:33.251Z] + PACKAGES=/tmp/packages_start.txt [2023-03-10T21:10:33.251Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2023-03-10T21:10:33.251Z] + PACKAGES=/tmp/packages_end.txt [2023-03-10T21:10:33.251Z] + case "${OS_FAMILY}" in [2023-03-10T21:10:33.251Z] + dpkg -l [2023-03-10T21:10:33.251Z] + grep '^ii' [2023-03-10T21:10:33.251Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-10T21:10:33.251Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-10T21:10:33.251Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-10T21:10:33.251Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2023-03-10T21:10:33.251Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [2023-03-10T21:10:33.251Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [Pipeline] echo [2023-03-10T21:10:33.262Z] 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-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-03-10T21:10:33.537Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T21:10:34.093Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-10T21:10:34.093Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T21:10:34.160Z] prd-ubuntu20.04-docker-8c-8g-9674 does not seem to be running inside a container [2023-03-10T21:10:34.192Z] $ 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-sdk-go_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-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-10T21:10:34.393Z] $ docker top 8c9925acdc662e77505fcc80d3345540d85865fba76546ac97b6c709d99dbd9a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-10T21:10:34.720Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-10T21:10:35.004Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-10T21:10:35.283Z] + ls /var/log/sa-host [2023-03-10T21:10:35.283Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-10T21:10:35.346Z] provisioning config files... [2023-03-10T21:10:35.353Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config10144073429207302126tmp [Pipeline] { [Pipeline] echo [2023-03-10T21:10:35.365Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T21:10:35.644Z] ---> create-netrc.sh [Pipeline] } [2023-03-10T21:10:35.650Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-10T21:10:35.973Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-10T21:10:35.981Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T21:10:36.264Z] ---> sudo-logs.sh [2023-03-10T21:10:36.264Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-10T21:10:36.296Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T21:10:36.578Z] ---> job-cost.sh [2023-03-10T21:10:36.578Z] lf-activate-venv: SKIPPING [2023-03-10T21:10:36.578Z] DEBUG: total: 0.2199999988079071 [2023-03-10T21:10:36.578Z] INFO: Retrieving Stack Cost... [2023-03-10T21:10:37.145Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-10T21:10:37.403Z] INFO: Archiving Costs [Pipeline] echo [2023-03-10T21:10:37.416Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T21:10:37.697Z] ---> logs-deploy.sh [2023-03-10T21:10:37.697Z] lf-activate-venv: SKIPPING [2023-03-10T21:10:37.697Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/180 [2023-03-10T21:10:37.697Z] INFO: archiving workspace using pattern(s): [2023-03-10T21:10:38.630Z] Archives upload complete. [2023-03-10T21:10:38.630Z] INFO: archiving logs to Nexus