Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 5f8eaa6ff6ef578af331e6eea42e46d4600f317a 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-ssh13304417612016610754.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-ssh12792326073164322411.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-ssh6775066734651037495.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-ssh13997455721425532552.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-ssh15314153680735888844.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/v2]] ========================================================= [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/v2 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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-901 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 5f8eaa6ff6ef578af331e6eea42e46d4600f317a (main) > 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 5f8eaa6ff6ef578af331e6eea42e46d4600f317a # timeout=10 Commit message: "Merge pull request #1268 from jinlinGuan/issue-4248-sdk" > git rev-list --no-walk 75403564eeb8af1d0f1f8ff2eb4e718373552573 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-01-03T15:23:26.211Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-01-03T15:23:26.273Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-01-03T15:23:26.289Z] ========================================================= [2023-01-03T15:23:26.289Z] EdgeX Global Pipelines Version Info [2023-01-03T15:23:26.289Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-01-03T15:23:27.011Z] ------------------- [2023-01-03T15:23:27.011Z] stable info: [2023-01-03T15:23:27.011Z] ------------------- [2023-01-03T15:23:27.011Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-01-03T15:23:27.011Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-03T15:23:27.011Z] Message: update stable to v1.0.244 [2023-01-03T15:23:27.581Z] ------------------- [2023-01-03T15:23:27.581Z] experimental info: [2023-01-03T15:23:27.581Z] ------------------- [2023-01-03T15:23:27.581Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-01-03T15:23:27.581Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-03T15:23:27.581Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-01-03T15:23:27.738Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2023-01-03T15:23:27.747Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2023-01-03T15:23:27.765Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-01-03T15:23:27.775Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-01-03T15:23:27.789Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-01-03T15:23:27.801Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-01-03T15:23:27.812Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-01-03T15:23:27.825Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2023-01-03T15:23:27.836Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-01-03T15:23:27.847Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-01-03T15:23:27.860Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-01-03T15:23:27.871Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2023-01-03T15:23:27.882Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-01-03T15:23:27.895Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-01-03T15:23:27.907Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-01-03T15:23:27.918Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-01-03T15:23:27.929Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-01-03T15:23:27.940Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-01-03T15:23:27.954Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-01-03T15:23:27.969Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-01-03T15:23:27.984Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-01-03T15:23:27.995Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2023-01-03T15:23:28.006Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-01-03T15:23:28.019Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-01-03T15:23:28.030Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-01-03T15:23:28.041Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-01-03T15:23:28.053Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-01-03T15:23:28.065Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-01-03T15:23:28.076Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-01-03T15:23:28.089Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-01-03T15:23:28.102Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5f8eaa6ff6ef578af331e6eea42e46d4600f317a [Pipeline] echo [2023-01-03T15:23:28.114Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5f8eaa6 [Pipeline] echo [2023-01-03T15:23:28.126Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-03T15:23:28.164Z] provisioning config files... [2023-01-03T15:23:28.179Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config6056681411509723999tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-03T15:23:28.494Z] ---> docker-login.sh [2023-01-03T15:23:28.494Z] nexus3.edgexfoundry.org:10001 [2023-01-03T15:23:28.755Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T15:23:28.755Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T15:23:28.755Z] Configure a credential helper to remove this warning. See [2023-01-03T15:23:28.755Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T15:23:28.755Z] [2023-01-03T15:23:28.755Z] Login Succeeded [2023-01-03T15:23:28.755Z] nexus3.edgexfoundry.org:10002 [2023-01-03T15:23:29.017Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T15:23:29.017Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T15:23:29.017Z] Configure a credential helper to remove this warning. See [2023-01-03T15:23:29.017Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T15:23:29.017Z] [2023-01-03T15:23:29.017Z] Login Succeeded [2023-01-03T15:23:29.017Z] nexus3.edgexfoundry.org:10003 [2023-01-03T15:23:29.017Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T15:23:29.017Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T15:23:29.017Z] Configure a credential helper to remove this warning. See [2023-01-03T15:23:29.017Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T15:23:29.017Z] [2023-01-03T15:23:29.017Z] Login Succeeded [2023-01-03T15:23:29.017Z] nexus3.edgexfoundry.org:10004 [2023-01-03T15:23:29.277Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T15:23:29.277Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T15:23:29.277Z] Configure a credential helper to remove this warning. See [2023-01-03T15:23:29.277Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T15:23:29.277Z] [2023-01-03T15:23:29.277Z] Login Succeeded [2023-01-03T15:23:29.277Z] docker.io [2023-01-03T15:23:29.277Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T15:23:29.538Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T15:23:29.538Z] Configure a credential helper to remove this warning. See [2023-01-03T15:23:29.538Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T15:23:29.538Z] [2023-01-03T15:23:29.538Z] Login Succeeded [2023-01-03T15:23:29.538Z] ---> docker-login.sh ends [Pipeline] } [2023-01-03T15:23:29.546Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-01-03T15:23:29.932Z] + git rev-list -1 --merges 5f8eaa6ff6ef578af331e6eea42e46d4600f317a~1..5f8eaa6ff6ef578af331e6eea42e46d4600f317a [Pipeline] echo [2023-01-03T15:23:29.988Z] -----------> git rev-list -1 --merges 5f8eaa6ff6ef578af331e6eea42e46d4600f317a~1..5f8eaa6ff6ef578af331e6eea42e46d4600f317a 5f8eaa6ff6ef578af331e6eea42e46d4600f317a [2023-01-03T15:23:29.988Z] 5f8eaa6ff6ef578af331e6eea42e46d4600f317a [false] [Pipeline] sh [2023-01-03T15:23:30.277Z] + git log --format=format:%s -1 5f8eaa6ff6ef578af331e6eea42e46d4600f317a [Pipeline] echo [2023-01-03T15:23:30.316Z] ========================================================= [2023-01-03T15:23:30.316Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-01-03T15:23:30.316Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-03T15:23:30.656Z] + git log --format=format:%s -1 5f8eaa6ff6ef578af331e6eea42e46d4600f317a [Pipeline] echo [2023-01-03T15:23:30.669Z] [semverPrep] GIT_COMMIT: 5f8eaa6ff6ef578af331e6eea42e46d4600f317a, Commit Message: Merge pull request #1268 from jinlinGuan/issue-4248-sdk [Pipeline] echo [2023-01-03T15:23:30.679Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-01-03T15:23:31.021Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-03T15:23:31.021Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-01-03T15:23:31.021Z] + [ -e /tmp/ssh_known_hosts ] [2023-01-03T15:23:31.021Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-01-03T15:23:31.021Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-01-03T15:23:31.021Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-01-03T15:23:31.021Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T15:23:31.376Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-03T15:23:31.376Z] [2023-01-03T15:23:31.376Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T15:23:31.681Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-03T15:23:31.681Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-01-03T15:23:31.681Z] b85a868b505f: Pulling fs layer [2023-01-03T15:23:31.681Z] e2be974225ed: Pulling fs layer [2023-01-03T15:23:31.681Z] 339a4e72a1f5: Pulling fs layer [2023-01-03T15:23:31.681Z] 988bab9f4d93: Pulling fs layer [2023-01-03T15:23:31.681Z] 1469e6f7b9e6: Pulling fs layer [2023-01-03T15:23:31.681Z] eaf3925da568: Pulling fs layer [2023-01-03T15:23:31.681Z] bab4dde63d76: Pulling fs layer [2023-01-03T15:23:31.681Z] bde34c3a00c8: Pulling fs layer [2023-01-03T15:23:31.681Z] b352a97aabf1: Pulling fs layer [2023-01-03T15:23:31.681Z] 4872d77fe225: Pulling fs layer [2023-01-03T15:23:31.681Z] 5851b861e8e6: Pulling fs layer [2023-01-03T15:23:31.681Z] 1469e6f7b9e6: Waiting [2023-01-03T15:23:31.681Z] bab4dde63d76: Waiting [2023-01-03T15:23:31.681Z] b352a97aabf1: Waiting [2023-01-03T15:23:31.681Z] 4872d77fe225: Waiting [2023-01-03T15:23:31.681Z] 5851b861e8e6: Waiting [2023-01-03T15:23:31.681Z] 988bab9f4d93: Waiting [2023-01-03T15:23:31.681Z] eaf3925da568: Waiting [2023-01-03T15:23:31.681Z] bde34c3a00c8: Waiting [2023-01-03T15:23:31.681Z] e2be974225ed: Verifying Checksum [2023-01-03T15:23:31.681Z] e2be974225ed: Download complete [2023-01-03T15:23:31.681Z] 988bab9f4d93: Verifying Checksum [2023-01-03T15:23:31.681Z] 988bab9f4d93: Download complete [2023-01-03T15:23:31.941Z] 1469e6f7b9e6: Verifying Checksum [2023-01-03T15:23:31.941Z] 1469e6f7b9e6: Download complete [2023-01-03T15:23:31.941Z] 339a4e72a1f5: Verifying Checksum [2023-01-03T15:23:31.941Z] 339a4e72a1f5: Download complete [2023-01-03T15:23:31.941Z] eaf3925da568: Verifying Checksum [2023-01-03T15:23:31.941Z] eaf3925da568: Download complete [2023-01-03T15:23:31.941Z] bde34c3a00c8: Verifying Checksum [2023-01-03T15:23:31.941Z] bde34c3a00c8: Download complete [2023-01-03T15:23:31.941Z] b352a97aabf1: Download complete [2023-01-03T15:23:31.941Z] 4872d77fe225: Download complete [2023-01-03T15:23:31.941Z] 5851b861e8e6: Verifying Checksum [2023-01-03T15:23:31.941Z] 5851b861e8e6: Download complete [2023-01-03T15:23:31.941Z] b85a868b505f: Verifying Checksum [2023-01-03T15:23:31.941Z] b85a868b505f: Download complete [2023-01-03T15:23:32.200Z] bab4dde63d76: Verifying Checksum [2023-01-03T15:23:32.200Z] bab4dde63d76: Download complete [2023-01-03T15:23:33.137Z] b85a868b505f: Pull complete [2023-01-03T15:23:33.395Z] e2be974225ed: Pull complete [2023-01-03T15:23:33.964Z] 339a4e72a1f5: Pull complete [2023-01-03T15:23:33.964Z] 988bab9f4d93: Pull complete [2023-01-03T15:23:34.223Z] 1469e6f7b9e6: Pull complete [2023-01-03T15:23:34.223Z] eaf3925da568: Pull complete [2023-01-03T15:23:36.128Z] bab4dde63d76: Pull complete [2023-01-03T15:23:36.128Z] bde34c3a00c8: Pull complete [2023-01-03T15:23:36.388Z] b352a97aabf1: Pull complete [2023-01-03T15:23:36.388Z] 4872d77fe225: Pull complete [2023-01-03T15:23:36.388Z] 5851b861e8e6: Pull complete [2023-01-03T15:23:36.388Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-01-03T15:23:36.388Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-03T15:23:36.388Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T15:23:36.487Z] prd-ubuntu20.04-docker-8c-8g-901 does not seem to be running inside a container [2023-01-03T15:23:36.524Z] $ 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-01-03T15:23:39.204Z] $ docker top 92bd305ebb16d21584cf9b6c6a6c08accbc34df6b3a724e57492d6bdd231af7f -eo pid,comm [2023-01-03T15:23:39.259Z] 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-01-03T15:23:39.259Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-03T15:23:39.369Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-03T15:23:39.369Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-03T15:23:39.486Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-03T15:23:39.494Z] $ docker exec 92bd305ebb16d21584cf9b6c6a6c08accbc34df6b3a724e57492d6bdd231af7f ssh-agent [2023-01-03T15:23:39.609Z] SSH_AUTH_SOCK=/tmp/ssh-o1lV6w9IWmyT/agent.33 [2023-01-03T15:23:39.609Z] SSH_AGENT_PID=39 [2023-01-03T15:23:39.614Z] Running ssh-add (command line suppressed) [2023-01-03T15:23:39.723Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_17062480371777674177.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_17062480371777674177.key) [2023-01-03T15:23:39.735Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-03T15:23:40.021Z] + git tag --points-at HEAD [Pipeline] } [2023-01-03T15:23:40.043Z] $ docker exec --env ******** --env ******** 92bd305ebb16d21584cf9b6c6a6c08accbc34df6b3a724e57492d6bdd231af7f ssh-agent -k [2023-01-03T15:23:40.151Z] unset SSH_AUTH_SOCK; [2023-01-03T15:23:40.151Z] unset SSH_AGENT_PID; [2023-01-03T15:23:40.152Z] echo Agent pid 39 killed; [2023-01-03T15:23:40.160Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-01-03T15:23:40.183Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-03T15:23:40.183Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-03T15:23:40.307Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-03T15:23:40.312Z] $ docker exec 92bd305ebb16d21584cf9b6c6a6c08accbc34df6b3a724e57492d6bdd231af7f ssh-agent [2023-01-03T15:23:40.424Z] SSH_AUTH_SOCK=/tmp/ssh-4Vv34N6noWxv/agent.71 [2023-01-03T15:23:40.424Z] SSH_AGENT_PID=77 [2023-01-03T15:23:40.429Z] Running ssh-add (command line suppressed) [2023-01-03T15:23:40.537Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_6371434593125598144.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_6371434593125598144.key) [2023-01-03T15:23:40.549Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-03T15:23:40.839Z] + git semver init [2023-01-03T15:23:41.100Z] 2023-01-03 15:23:41,035 [run_init] DEBUG init version:0.0.0 force:False [2023-01-03T15:23:41.100Z] 2023-01-03 15:23:41,035 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver [2023-01-03T15:23:41.100Z] 2023-01-03 15:23:41,036 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver [2023-01-03T15:23:41.100Z] 2023-01-03 15:23:41,036 [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-01-03T15:23:42.039Z] 2023-01-03 15:23:42,009 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude [2023-01-03T15:23:42.039Z] 2023-01-03 15:23:42,010 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False [2023-01-03T15:23:42.039Z] 2023-01-03 15:23:42,010 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-01-03T15:23:42.039Z] 2023-01-03 15:23:42,010 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-01-03T15:23:42.039Z] 3.0.0-dev.5 [Pipeline] } [2023-01-03T15:23:42.052Z] $ docker exec --env ******** --env ******** 92bd305ebb16d21584cf9b6c6a6c08accbc34df6b3a724e57492d6bdd231af7f ssh-agent -k [2023-01-03T15:23:42.153Z] unset SSH_AUTH_SOCK; [2023-01-03T15:23:42.154Z] unset SSH_AGENT_PID; [2023-01-03T15:23:42.154Z] echo Agent pid 77 killed; [2023-01-03T15:23:42.160Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-03T15:23:42.473Z] + git semver [Pipeline] } [2023-01-03T15:23:42.752Z] $ docker stop --time=1 92bd305ebb16d21584cf9b6c6a6c08accbc34df6b3a724e57492d6bdd231af7f [2023-01-03T15:23:44.070Z] $ docker rm -f --volumes 92bd305ebb16d21584cf9b6c6a6c08accbc34df6b3a724e57492d6bdd231af7f [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-03T15:23:44.408Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-01-03T15:23:44.641Z] Stashed 1 file(s) [Pipeline] echo [2023-01-03T15:23:44.646Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.5 [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-01-03T15:23:44.804Z] provisioning config files... [2023-01-03T15:23:44.814Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config18345557525383680304tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-03T15:23:45.110Z] ---> docker-login.sh [2023-01-03T15:23:45.111Z] nexus3.edgexfoundry.org:10001 [2023-01-03T15:23:45.111Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T15:23:45.111Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T15:23:45.111Z] Configure a credential helper to remove this warning. See [2023-01-03T15:23:45.111Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T15:23:45.111Z] [2023-01-03T15:23:45.111Z] Login Succeeded [2023-01-03T15:23:45.111Z] nexus3.edgexfoundry.org:10002 [2023-01-03T15:23:45.111Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T15:23:45.111Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T15:23:45.111Z] Configure a credential helper to remove this warning. See [2023-01-03T15:23:45.111Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T15:23:45.111Z] [2023-01-03T15:23:45.111Z] Login Succeeded [2023-01-03T15:23:45.111Z] nexus3.edgexfoundry.org:10003 [2023-01-03T15:23:45.371Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T15:23:45.371Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T15:23:45.371Z] Configure a credential helper to remove this warning. See [2023-01-03T15:23:45.371Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T15:23:45.371Z] [2023-01-03T15:23:45.371Z] Login Succeeded [2023-01-03T15:23:45.371Z] nexus3.edgexfoundry.org:10004 [2023-01-03T15:23:45.371Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T15:23:45.371Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T15:23:45.371Z] Configure a credential helper to remove this warning. See [2023-01-03T15:23:45.371Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T15:23:45.371Z] [2023-01-03T15:23:45.371Z] Login Succeeded [2023-01-03T15:23:45.371Z] docker.io [2023-01-03T15:23:45.631Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T15:23:45.631Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T15:23:45.631Z] Configure a credential helper to remove this warning. See [2023-01-03T15:23:45.631Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T15:23:45.631Z] [2023-01-03T15:23:45.631Z] Login Succeeded [2023-01-03T15:23:45.631Z] ---> docker-login.sh ends [Pipeline] } [2023-01-03T15:23:45.638Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-03T15:23:45.692Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-03T15:23:45.703Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-03T15:23:45.709Z] ========================================================= [2023-01-03T15:23:45.709Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-01-03T15:23:45.709Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T15:23:46.025Z] + 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-01-03T15:23:46.025Z] Sending build context to Docker daemon 10.36MB [2023-01-03T15:23:46.025Z] Step 1/10 : ARG BASE=golang:1.18-alpine3.16 [2023-01-03T15:23:46.025Z] Step 2/10 : FROM ${BASE} AS builder [2023-01-03T15:23:46.025Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-01-03T15:23:46.025Z] 213ec9aee27d: Pulling fs layer [2023-01-03T15:23:46.025Z] 4583459ba037: Pulling fs layer [2023-01-03T15:23:46.025Z] 93c1e223e6f2: Pulling fs layer [2023-01-03T15:23:46.025Z] 53926ce57604: Pulling fs layer [2023-01-03T15:23:46.025Z] 21b2b0c7a3f4: Pulling fs layer [2023-01-03T15:23:46.025Z] 22ff95d597cd: Pulling fs layer [2023-01-03T15:23:46.025Z] 12d6caf4c0d1: Pulling fs layer [2023-01-03T15:23:46.025Z] 96b7cbca73a9: Pulling fs layer [2023-01-03T15:23:46.025Z] a7acece74701: Pulling fs layer [2023-01-03T15:23:46.025Z] 12d6caf4c0d1: Waiting [2023-01-03T15:23:46.025Z] 53926ce57604: Waiting [2023-01-03T15:23:46.025Z] 96b7cbca73a9: Waiting [2023-01-03T15:23:46.025Z] 21b2b0c7a3f4: Waiting [2023-01-03T15:23:46.025Z] a7acece74701: Waiting [2023-01-03T15:23:46.025Z] 22ff95d597cd: Waiting [2023-01-03T15:23:46.025Z] 93c1e223e6f2: Verifying Checksum [2023-01-03T15:23:46.025Z] 93c1e223e6f2: Download complete [2023-01-03T15:23:46.025Z] 4583459ba037: Download complete [2023-01-03T15:23:46.284Z] 21b2b0c7a3f4: Verifying Checksum [2023-01-03T15:23:46.284Z] 21b2b0c7a3f4: Download complete [2023-01-03T15:23:46.284Z] 22ff95d597cd: Verifying Checksum [2023-01-03T15:23:46.284Z] 22ff95d597cd: Download complete [2023-01-03T15:23:46.284Z] 213ec9aee27d: Verifying Checksum [2023-01-03T15:23:46.284Z] 213ec9aee27d: Download complete [2023-01-03T15:23:46.284Z] 12d6caf4c0d1: Verifying Checksum [2023-01-03T15:23:46.284Z] 12d6caf4c0d1: Download complete [2023-01-03T15:23:46.284Z] 213ec9aee27d: Pull complete [2023-01-03T15:23:46.545Z] 4583459ba037: Pull complete [2023-01-03T15:23:46.545Z] 93c1e223e6f2: Pull complete [2023-01-03T15:23:47.114Z] a7acece74701: Verifying Checksum [2023-01-03T15:23:47.115Z] a7acece74701: Download complete [2023-01-03T15:23:47.115Z] 53926ce57604: Verifying Checksum [2023-01-03T15:23:47.115Z] 53926ce57604: Download complete [2023-01-03T15:23:47.374Z] 96b7cbca73a9: Verifying Checksum [2023-01-03T15:23:47.374Z] 96b7cbca73a9: Download complete [2023-01-03T15:23:51.558Z] 53926ce57604: Pull complete [2023-01-03T15:23:51.558Z] 21b2b0c7a3f4: Pull complete [2023-01-03T15:23:51.558Z] 22ff95d597cd: Pull complete [2023-01-03T15:23:51.558Z] 12d6caf4c0d1: Pull complete [2023-01-03T15:23:53.454Z] 96b7cbca73a9: Pull complete [2023-01-03T15:23:54.390Z] a7acece74701: Pull complete [2023-01-03T15:23:54.390Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-01-03T15:23:54.390Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-03T15:23:54.390Z] ---> db6d94c90886 [2023-01-03T15:23:54.390Z] Step 3/10 : ARG MAKE=make build [2023-01-03T15:23:58.865Z] ---> Running in 3ab6a78d972f [2023-01-03T15:23:58.865Z] Removing intermediate container 3ab6a78d972f [2023-01-03T15:23:58.865Z] ---> 2ba87a120e14 [2023-01-03T15:23:58.865Z] Step 4/10 : WORKDIR /device-sdk-go [2023-01-03T15:23:58.865Z] ---> Running in 0e114ae92321 [2023-01-03T15:23:58.865Z] Removing intermediate container 0e114ae92321 [2023-01-03T15:23:58.865Z] ---> 4995eb42d5a2 [2023-01-03T15:23:58.865Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-01-03T15:23:58.865Z] ---> Running in e4ebbebabf0e [2023-01-03T15:23:58.865Z] Removing intermediate container e4ebbebabf0e [2023-01-03T15:23:58.865Z] ---> b211d9cb7e79 [2023-01-03T15:23:58.865Z] Step 6/10 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2023-01-03T15:23:58.865Z] ---> Running in 5a5a9c8eb736 [2023-01-03T15:23:58.865Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-03T15:23:59.125Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-03T15:23:59.385Z] OK: 211 MiB in 51 packages [2023-01-03T15:23:59.645Z] Removing intermediate container 5a5a9c8eb736 [2023-01-03T15:23:59.645Z] ---> 2ffafdcaed6d [2023-01-03T15:23:59.645Z] Step 7/10 : COPY go.mod vendor* ./ [2023-01-03T15:23:59.645Z] ---> 29c0c461a0b7 [2023-01-03T15:23:59.645Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-03T15:23:59.645Z] ---> Running in 1266b10a97b5 [2023-01-03T15:23:59.754Z] Still waiting to schedule task [2023-01-03T15:23:59.754Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-01-03T15:24:31.739Z] Removing intermediate container 1266b10a97b5 [2023-01-03T15:24:31.739Z] ---> dfba70a9541d [2023-01-03T15:24:31.739Z] Step 9/10 : COPY . . [2023-01-03T15:24:31.739Z] ---> 70d7ea12926d [2023-01-03T15:24:31.739Z] Step 10/10 : RUN ${MAKE} [2023-01-03T15:24:31.739Z] ---> Running in 354e2c997f28 [2023-01-03T15:24:31.739Z] noop [2023-01-03T15:24:31.739Z] Removing intermediate container 354e2c997f28 [2023-01-03T15:24:31.739Z] ---> a3d73960b3a0 [2023-01-03T15:24:31.739Z] Successfully built a3d73960b3a0 [2023-01-03T15:24:31.739Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T15:24:32.060Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-03T15:24:32.060Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T15:24:32.132Z] prd-ubuntu20.04-docker-8c-8g-901 does not seem to be running inside a container [2023-01-03T15:24:32.163Z] $ 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-01-03T15:24:32.780Z] $ docker top 6d27e0ce1a5173495c01550da8aa511ab669f539a019cc49e926d4571f66f5bb -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-03T15:24:33.125Z] + go version [2023-01-03T15:24:33.125Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-01-03T15:24:33.138Z] $ docker stop --time=1 6d27e0ce1a5173495c01550da8aa511ab669f539a019cc49e926d4571f66f5bb [2023-01-03T15:24:34.469Z] $ docker rm -f --volumes 6d27e0ce1a5173495c01550da8aa511ab669f539a019cc49e926d4571f66f5bb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T15:24:34.873Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-03T15:24:34.873Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T15:24:34.943Z] prd-ubuntu20.04-docker-8c-8g-901 does not seem to be running inside a container [2023-01-03T15:24:34.976Z] $ 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-01-03T15:24:35.311Z] $ docker top 122be6e5d81920a042f16bf1cbf377ce32e95ab74f407d9ef3cb5a6245e55a97 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-03T15:24:35.657Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh [2023-01-03T15:24:35.949Z] + make test [2023-01-03T15:24:35.949Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2023-01-03T15:24:42.528Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-01-03T15:24:57.407Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-01-03T15:24:57.407Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-01-03T15:24:57.407Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-01-03T15:24:57.407Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-01-03T15:24:57.407Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-01-03T15:24:57.407Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.057s coverage: 27.6% of statements [2023-01-03T15:24:57.407Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.092s coverage: 78.9% of statements [2023-01-03T15:24:57.407Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] [2023-01-03T15:24:57.407Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.113s coverage: 73.1% of statements [2023-01-03T15:24:57.407Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-01-03T15:24:57.407Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-01-03T15:24:57.407Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.123s coverage: 54.4% of statements [2023-01-03T15:24:57.407Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-01-03T15:24:57.407Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging [no test files] [2023-01-03T15:24:57.407Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-01-03T15:24:57.407Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/telemetry [no test files] [2023-01-03T15:24:57.407Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.086s coverage: 65.1% of statements [2023-01-03T15:24:57.407Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-01-03T15:24:57.407Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-01-03T15:24:57.407Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.754s coverage: 89.2% of statements [2023-01-03T15:24:57.407Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] [2023-01-03T15:24:57.407Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.067s coverage: 4.7% of statements [2023-01-03T15:24:57.407Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-01-03T15:25:15.486Z] 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-01-03T15:25:15.486Z] GO111MODULE=on go vet ./... [2023-01-03T15:25:16.863Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-03T15:25:16.863Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-03T15:25:16.863Z] ./bin/test-attribution-txt.sh [2023-01-03T15:25:16.863Z] An attribution for github.com/Microsoft/go-winio is missing from Attribution.txt, please add [2023-01-03T15:25:16.863Z] An attribution for github.com/edgexfoundry/go-mod-configuration/v3 is missing from Attribution.txt, please add [2023-01-03T15:25:16.863Z] An attribution for github.com/edgexfoundry/go-mod-secrets/v3 is missing from Attribution.txt, please add [2023-01-03T15:25:17.124Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2023-01-03T15:25:17.124Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2023-01-03T15:25:17.124Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [Pipeline] echo [2023-01-03T15:25:17.134Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-01-03T15:25:17.148Z] $ docker stop --time=1 122be6e5d81920a042f16bf1cbf377ce32e95ab74f407d9ef3cb5a6245e55a97 [2023-01-03T15:25:20.440Z] $ docker rm -f --volumes 122be6e5d81920a042f16bf1cbf377ce32e95ab74f407d9ef3cb5a6245e55a97 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-03T15:25:20.954Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-01-03T15:25:21.023Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-01-03T15:25:21.511Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-01-03T15:25:21.797Z] + ls -al . [2023-01-03T15:25:21.797Z] total 280 [2023-01-03T15:25:21.797Z] drwxrwxr-x 11 jenkins jenkins 4096 Jan 3 15:24 . [2023-01-03T15:25:21.797Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 3 15:23 .. [2023-01-03T15:25:21.797Z] -rw-rw-r-- 1 jenkins jenkins 140 Jan 3 15:23 .dockerignore [2023-01-03T15:25:21.797Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 3 15:24 .git [2023-01-03T15:25:21.797Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 3 15:23 .github [2023-01-03T15:25:21.797Z] -rw-rw-r-- 1 jenkins jenkins 131 Jan 3 15:23 .gitignore [2023-01-03T15:25:21.797Z] -rw-rw-r-- 1 jenkins jenkins 42 Jan 3 15:23 .golangci.yml [2023-01-03T15:25:21.797Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 3 15:23 .semver [2023-01-03T15:25:21.797Z] -rw-rw-r-- 1 jenkins jenkins 31677 Jan 3 15:23 CHANGELOG.md [2023-01-03T15:25:21.797Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 3 15:23 GOVERNANCE.md [2023-01-03T15:25:21.797Z] -rw-rw-r-- 1 jenkins jenkins 880 Jan 3 15:23 Jenkinsfile [2023-01-03T15:25:21.797Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jan 3 15:23 LICENSE [2023-01-03T15:25:21.797Z] -rw-rw-r-- 1 jenkins jenkins 2003 Jan 3 15:23 Makefile [2023-01-03T15:25:21.797Z] -rw-rw-r-- 1 jenkins jenkins 619 Jan 3 15:23 OWNERS.md [2023-01-03T15:25:21.797Z] -rw-rw-r-- 1 jenkins jenkins 4891 Jan 3 15:23 README.md [2023-01-03T15:25:21.797Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 3 15:23 VERSION [2023-01-03T15:25:21.797Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 3 15:23 bin [2023-01-03T15:25:21.797Z] -rw-r--r-- 1 jenkins jenkins 101760 Jan 3 15:24 coverage.out [2023-01-03T15:25:21.797Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 3 15:23 example [2023-01-03T15:25:21.797Z] -rw-rw-r-- 1 jenkins jenkins 3342 Jan 3 15:23 go.mod [2023-01-03T15:25:21.797Z] -rw-rw-r-- 1 jenkins jenkins 44555 Jan 3 15:23 go.sum [2023-01-03T15:25:21.797Z] drwxrwxr-x 14 jenkins jenkins 4096 Jan 3 15:23 internal [2023-01-03T15:25:21.797Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 3 15:23 openapi [2023-01-03T15:25:21.797Z] drwxrwxr-x 6 jenkins jenkins 4096 Jan 3 15:23 pkg [2023-01-03T15:25:21.797Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 3 15:23 snap [2023-01-03T15:25:21.797Z] -rw-rw-r-- 1 jenkins jenkins 222 Jan 3 15:23 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T15:25:22.182Z] + 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=5f8eaa6ff6ef578af331e6eea42e46d4600f317a --label arch=amd64 --label version=3.0.0-dev.5 . [2023-01-03T15:25:22.182Z] Sending build context to Docker daemon 10.46MB [2023-01-03T15:25:22.182Z] Step 1/23 : ARG BASE=golang:1.18-alpine3.16 [2023-01-03T15:25:22.182Z] Step 2/23 : FROM ${BASE} AS builder [2023-01-03T15:25:22.182Z] ---> a3d73960b3a0 [2023-01-03T15:25:22.182Z] Step 3/23 : ARG MAKE=make build [2023-01-03T15:25:22.441Z] ---> Running in 3096a5f44c8c [2023-01-03T15:25:22.441Z] Removing intermediate container 3096a5f44c8c [2023-01-03T15:25:22.441Z] ---> 4c00147dc572 [2023-01-03T15:25:22.441Z] Step 4/23 : WORKDIR /device-sdk-go [2023-01-03T15:25:22.441Z] ---> Running in a5f37d4d14b8 [2023-01-03T15:25:22.441Z] Removing intermediate container a5f37d4d14b8 [2023-01-03T15:25:22.441Z] ---> 7bdf479c7a72 [2023-01-03T15:25:22.441Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-01-03T15:25:22.441Z] ---> Running in a6dfbdf93eb0 [2023-01-03T15:25:22.699Z] Removing intermediate container a6dfbdf93eb0 [2023-01-03T15:25:22.699Z] ---> 0225509f7bc0 [2023-01-03T15:25:22.699Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2023-01-03T15:25:22.699Z] ---> Running in 934d99dca447 [2023-01-03T15:25:22.959Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-03T15:25:23.218Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-03T15:25:23.478Z] OK: 211 MiB in 51 packages [2023-01-03T15:25:23.736Z] Removing intermediate container 934d99dca447 [2023-01-03T15:25:23.736Z] ---> 49d2f7098544 [2023-01-03T15:25:23.736Z] Step 7/23 : COPY go.mod vendor* ./ [2023-01-03T15:25:23.736Z] ---> 0215cf3da2ba [2023-01-03T15:25:23.736Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-03T15:25:23.994Z] ---> Running in ea2e86b2ad02 [2023-01-03T15:25:24.565Z] Removing intermediate container ea2e86b2ad02 [2023-01-03T15:25:24.565Z] ---> a17d223c7085 [2023-01-03T15:25:24.565Z] Step 9/23 : COPY . . [2023-01-03T15:25:25.133Z] ---> 3a2d15896a04 [2023-01-03T15:25:25.133Z] Step 10/23 : RUN ${MAKE} [2023-01-03T15:25:25.133Z] ---> Running in d6b8b8ca1c50 [2023-01-03T15:25:25.390Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.5" -trimpath -mod=readonly -buildmode=pie -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-01-03T15:25:33.294Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-903 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] ws [2023-01-03T15:25:33.310Z] Running in /w/workspace/device-sdk-go/135 [Pipeline] { [Pipeline] checkout [2023-01-03T15:25:33.345Z] The recommended git tool is: git [2023-01-03T15:25:38.639Z] using credential edgex-jenkins-ssh [2023-01-03T15:25:38.654Z] Cloning the remote Git repository [2023-01-03T15:25:38.693Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2023-01-03T15:25:38.763Z] > git init /w/workspace/device-sdk-go/135 # timeout=10 [2023-01-03T15:25:38.906Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2023-01-03T15:25:38.907Z] > git --version # timeout=10 [2023-01-03T15:25:38.927Z] > git --version # 'git version 2.25.1' [2023-01-03T15:25:38.929Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-03T15:25:38.987Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-03T15:25:40.515Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2023-01-03T15:25:40.540Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-03T15:25:41.405Z] Avoid second fetch [2023-01-03T15:25:41.406Z] Checking out Revision 5f8eaa6ff6ef578af331e6eea42e46d4600f317a (main) [2023-01-03T15:25:42.022Z] Commit message: "Merge pull request #1268 from jinlinGuan/issue-4248-sdk" [2023-01-03T15:25:41.416Z] > git config core.sparsecheckout # timeout=10 [2023-01-03T15:25:41.437Z] > git checkout -f 5f8eaa6ff6ef578af331e6eea42e46d4600f317a # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-03T15:25:42.920Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-01-03T15:25:42.920Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-03T15:25:42.920Z] Dload Upload Total Spent Left Speed [2023-01-03T15:25:42.920Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 97335 0 --:--:-- --:--:-- --:--:-- 97335 [Pipeline] sh [2023-01-03T15:25:43.483Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2023-01-03T15:25:43.597Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-01-03T15:25:43.924Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-01-03T15:25:43.924Z] + sudo tee /etc/docker/daemon.new [2023-01-03T15:25:43.924Z] { [2023-01-03T15:25:43.924Z] "registry-mirrors": [ [2023-01-03T15:25:43.924Z] "https://nexus3.edgexfoundry.org:10001" [2023-01-03T15:25:43.924Z] ], [2023-01-03T15:25:43.924Z] "bip": "10.250.0.254/24", [2023-01-03T15:25:43.924Z] "hosts": [ [2023-01-03T15:25:43.924Z] "tcp://0.0.0.0:5555", [2023-01-03T15:25:43.924Z] "unix:///var/run/docker.sock" [2023-01-03T15:25:43.924Z] ], [2023-01-03T15:25:43.924Z] "mtu": 1458, [2023-01-03T15:25:43.924Z] "selinux-enabled": true, [2023-01-03T15:25:43.924Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-01-03T15:25:43.924Z] } [Pipeline] sh [2023-01-03T15:25:44.251Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-01-03T15:25:44.588Z] + sudo service docker restart [2023-01-03T15:25:48.780Z] Removing intermediate container d6b8b8ca1c50 [2023-01-03T15:25:48.780Z] ---> bbb4e3d7a6ea [2023-01-03T15:25:48.780Z] Step 11/23 : FROM alpine:3.16 [2023-01-03T15:25:48.780Z] 3.16: Pulling from library/alpine [2023-01-03T15:25:48.780Z] ca7dd9ec2225: Pulling fs layer [2023-01-03T15:25:48.780Z] ca7dd9ec2225: Verifying Checksum [2023-01-03T15:25:48.780Z] ca7dd9ec2225: Download complete [2023-01-03T15:25:49.038Z] ca7dd9ec2225: Pull complete [2023-01-03T15:25:49.038Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-03T15:25:49.038Z] Status: Downloaded newer image for alpine:3.16 [2023-01-03T15:25:49.038Z] ---> bfe296a52501 [2023-01-03T15:25:49.038Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-01-03T15:25:49.038Z] ---> Running in f6be26cb9a26 [2023-01-03T15:25:49.038Z] Removing intermediate container f6be26cb9a26 [2023-01-03T15:25:49.038Z] ---> 09fd137feb58 [2023-01-03T15:25:49.038Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2023-01-03T15:25:49.038Z] ---> Running in b0432b419716 [2023-01-03T15:25:49.297Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-03T15:25:49.555Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-03T15:25:49.814Z] (1/5) Installing libgcc (11.2.1_git20220219-r2) [2023-01-03T15:25:49.814Z] (2/5) Installing libsodium (1.0.18-r0) [2023-01-03T15:25:49.814Z] (3/5) Installing libstdc++ (11.2.1_git20220219-r2) [2023-01-03T15:25:49.814Z] (4/5) Installing libzmq (4.3.4-r0) [2023-01-03T15:25:49.814Z] (5/5) Installing zeromq (4.3.4-r0) [2023-01-03T15:25:49.814Z] Executing busybox-1.35.0-r17.trigger [2023-01-03T15:25:49.814Z] OK: 8 MiB in 19 packages [2023-01-03T15:25:50.382Z] Removing intermediate container b0432b419716 [2023-01-03T15:25:50.382Z] ---> fdc1369f73d1 [2023-01-03T15:25:50.382Z] Step 14/23 : WORKDIR / [2023-01-03T15:25:50.382Z] ---> Running in a9a40820f8d8 [2023-01-03T15:25:50.382Z] Removing intermediate container a9a40820f8d8 [2023-01-03T15:25:50.382Z] ---> 6b31a91555a4 [2023-01-03T15:25:50.382Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-01-03T15:25:50.641Z] ---> fc84ff04f0da [2023-01-03T15:25:50.641Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-01-03T15:25:51.579Z] ---> 459ed8ac2707 [2023-01-03T15:25:51.579Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-01-03T15:25:51.579Z] ---> b0c4df74b274 [2023-01-03T15:25:51.579Z] Step 18/23 : EXPOSE 59999 [2023-01-03T15:25:51.579Z] ---> Running in 3080e34d480e [2023-01-03T15:25:51.579Z] Removing intermediate container 3080e34d480e [2023-01-03T15:25:51.579Z] ---> 0e2637aaa834 [2023-01-03T15:25:51.579Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-01-03T15:25:51.579Z] ---> Running in b3ae537a7213 [2023-01-03T15:25:51.579Z] Removing intermediate container b3ae537a7213 [2023-01-03T15:25:51.579Z] ---> 659edaa94213 [2023-01-03T15:25:51.579Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-03T15:25:51.579Z] ---> Running in 46cd882f5af9 [2023-01-03T15:25:51.838Z] Removing intermediate container 46cd882f5af9 [2023-01-03T15:25:51.838Z] ---> 65a285a1404f [2023-01-03T15:25:51.838Z] Step 21/23 : LABEL arch=amd64 [2023-01-03T15:25:51.838Z] ---> Running in ccfd18f74de6 [2023-01-03T15:25:51.838Z] Removing intermediate container ccfd18f74de6 [2023-01-03T15:25:51.838Z] ---> 4e5483b5d46a [2023-01-03T15:25:51.838Z] Step 22/23 : LABEL git_sha=5f8eaa6ff6ef578af331e6eea42e46d4600f317a [2023-01-03T15:25:51.838Z] ---> Running in f1aada88b8f1 [2023-01-03T15:25:51.838Z] Removing intermediate container f1aada88b8f1 [2023-01-03T15:25:51.838Z] ---> cfc01396af12 [2023-01-03T15:25:51.838Z] Step 23/23 : LABEL version=3.0.0-dev.5 [2023-01-03T15:25:51.838Z] ---> Running in 11263ae9813f [2023-01-03T15:25:51.838Z] Removing intermediate container 11263ae9813f [2023-01-03T15:25:51.838Z] ---> 7eb2f0a97b63 [2023-01-03T15:25:51.838Z] [Warning] One or more build-args [ARCH] were not consumed [2023-01-03T15:25:52.097Z] Successfully built 7eb2f0a97b63 [2023-01-03T15:25:52.097Z] 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-01-03T15:25:52.538Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-03T15:25:52.538Z] [2023-01-03T15:25:52.538Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T15:25:52.876Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-03T15:25:52.876Z] latest: Pulling from edgex-lftools-log-publisher [2023-01-03T15:25:52.876Z] 5eb5b503b376: Pulling fs layer [2023-01-03T15:25:52.876Z] 5c69ac0246d0: Pulling fs layer [2023-01-03T15:25:52.876Z] ec43610c2a17: Pulling fs layer [2023-01-03T15:25:52.876Z] 3a2ae6a8a46f: Pulling fs layer [2023-01-03T15:25:52.876Z] 33b1e0a273af: Pulling fs layer [2023-01-03T15:25:52.876Z] 5d3b04190fa2: Pulling fs layer [2023-01-03T15:25:52.876Z] 2f39f015ded8: Pulling fs layer [2023-01-03T15:25:52.876Z] 3a2ae6a8a46f: Waiting [2023-01-03T15:25:52.876Z] 33b1e0a273af: Waiting [2023-01-03T15:25:52.876Z] 2f39f015ded8: Waiting [2023-01-03T15:25:52.876Z] 5d3b04190fa2: Waiting [2023-01-03T15:25:52.876Z] 5c69ac0246d0: Verifying Checksum [2023-01-03T15:25:52.876Z] 5c69ac0246d0: Download complete [2023-01-03T15:25:52.876Z] 3a2ae6a8a46f: Verifying Checksum [2023-01-03T15:25:52.876Z] 3a2ae6a8a46f: Download complete [2023-01-03T15:25:52.876Z] 33b1e0a273af: Verifying Checksum [2023-01-03T15:25:52.876Z] 33b1e0a273af: Download complete [2023-01-03T15:25:53.157Z] 5d3b04190fa2: Verifying Checksum [2023-01-03T15:25:53.158Z] 5d3b04190fa2: Download complete [2023-01-03T15:25:53.158Z] ec43610c2a17: Verifying Checksum [2023-01-03T15:25:53.158Z] ec43610c2a17: Download complete [2023-01-03T15:25:53.158Z] 5eb5b503b376: Verifying Checksum [2023-01-03T15:25:53.158Z] 5eb5b503b376: Download complete [2023-01-03T15:25:53.787Z] 2f39f015ded8: Download complete [2023-01-03T15:25:54.738Z] 5eb5b503b376: Pull complete [2023-01-03T15:25:54.738Z] 5c69ac0246d0: Pull complete [2023-01-03T15:25:55.305Z] ec43610c2a17: Pull complete [2023-01-03T15:25:55.305Z] 3a2ae6a8a46f: Pull complete [2023-01-03T15:25:55.563Z] 33b1e0a273af: Pull complete [2023-01-03T15:25:55.563Z] 5d3b04190fa2: Pull complete [2023-01-03T15:26:00.896Z] 2f39f015ded8: Pull complete [2023-01-03T15:26:00.896Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-01-03T15:26:00.896Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-03T15:26:00.896Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T15:26:00.982Z] prd-ubuntu20.04-docker-8c-8g-901 does not seem to be running inside a container [2023-01-03T15:26:01.013Z] $ 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-01-03T15:26:04.686Z] $ docker top 18eee67f0990038e26175fb6b53d626f67c97d8f6f07251abc9cdccba8baef48 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] configFileProvider [2023-01-03T15:26:04.827Z] provisioning config files... [2023-01-03T15:26:04.856Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/135@tmp/config15720002125407715073tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-03T15:26:05.078Z] ---> job-cost.sh [2023-01-03T15:26:05.078Z] lf-activate-venv: SKIPPING [2023-01-03T15:26:05.078Z] INFO: No Stack... [2023-01-03T15:26:05.196Z] ---> docker-login.sh [2023-01-03T15:26:05.196Z] nexus3.edgexfoundry.org:10001 [2023-01-03T15:26:05.467Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T15:26:05.646Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-03T15:26:05.751Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T15:26:05.751Z] Configure a credential helper to remove this warning. See [2023-01-03T15:26:05.751Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T15:26:05.751Z] [2023-01-03T15:26:05.751Z] Login Succeeded [2023-01-03T15:26:05.751Z] nexus3.edgexfoundry.org:10002 [2023-01-03T15:26:05.905Z] INFO: Archiving Costs [Pipeline] sh [2023-01-03T15:26:06.020Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T15:26:06.195Z] + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv [2023-01-03T15:26:06.195Z] + cut -d, -f6 [Pipeline] lock [2023-01-03T15:26:06.211Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-135-stack-cost] [2023-01-03T15:26:06.217Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-135-stack-cost] did not exist. Created. [2023-01-03T15:26:06.217Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-135-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-03T15:26:06.290Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T15:26:06.290Z] Configure a credential helper to remove this warning. See [2023-01-03T15:26:06.290Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T15:26:06.290Z] [2023-01-03T15:26:06.290Z] Login Succeeded [2023-01-03T15:26:06.290Z] nexus3.edgexfoundry.org:10003 [2023-01-03T15:26:06.519Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-01-03T15:26:06.544Z] Stashed 1 file(s) [Pipeline] } [2023-01-03T15:26:06.550Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-135-stack-cost] [Pipeline] // lock [2023-01-03T15:26:06.560Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T15:26:06.560Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T15:26:06.561Z] Configure a credential helper to remove this warning. See [2023-01-03T15:26:06.561Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T15:26:06.561Z] [2023-01-03T15:26:06.561Z] Login Succeeded [2023-01-03T15:26:06.561Z] nexus3.edgexfoundry.org:10004 [Pipeline] } [2023-01-03T15:26:06.569Z] $ docker stop --time=1 18eee67f0990038e26175fb6b53d626f67c97d8f6f07251abc9cdccba8baef48 [2023-01-03T15:26:07.727Z] $ docker rm -f --volumes 18eee67f0990038e26175fb6b53d626f67c97d8f6f07251abc9cdccba8baef48 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-01-03T15:26:08.524Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T15:26:08.796Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T15:26:08.796Z] Configure a credential helper to remove this warning. See [2023-01-03T15:26:08.796Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T15:26:08.796Z] [2023-01-03T15:26:08.796Z] Login Succeeded [2023-01-03T15:26:08.796Z] docker.io [2023-01-03T15:26:09.065Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T15:26:09.334Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T15:26:09.334Z] Configure a credential helper to remove this warning. See [2023-01-03T15:26:09.334Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T15:26:09.334Z] [2023-01-03T15:26:09.334Z] Login Succeeded [2023-01-03T15:26:09.334Z] ---> docker-login.sh ends [Pipeline] } [2023-01-03T15:26:09.349Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-03T15:26:09.646Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-03T15:26:09.664Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-03T15:26:09.678Z] ========================================================= [2023-01-03T15:26:09.678Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-01-03T15:26:09.678Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T15:26:10.039Z] + 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-01-03T15:26:10.308Z] Sending build context to Docker daemon 5.565MB [2023-01-03T15:26:10.588Z] Step 1/10 : ARG BASE=golang:1.18-alpine3.16 [2023-01-03T15:26:10.588Z] Step 2/10 : FROM ${BASE} AS builder [2023-01-03T15:26:10.588Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-01-03T15:26:10.588Z] 9b18e9b68314: Pulling fs layer [2023-01-03T15:26:10.588Z] 35d82f9e3411: Pulling fs layer [2023-01-03T15:26:10.588Z] e16973657156: Pulling fs layer [2023-01-03T15:26:10.588Z] fc693d55d65f: Pulling fs layer [2023-01-03T15:26:10.588Z] 7e9fc2657dce: Pulling fs layer [2023-01-03T15:26:10.588Z] dda99020689f: Pulling fs layer [2023-01-03T15:26:10.588Z] db1c61fa0a46: Pulling fs layer [2023-01-03T15:26:10.588Z] 891c053d2c06: Pulling fs layer [2023-01-03T15:26:10.588Z] dda99020689f: Waiting [2023-01-03T15:26:10.588Z] fc693d55d65f: Waiting [2023-01-03T15:26:10.588Z] 7e9fc2657dce: Waiting [2023-01-03T15:26:10.588Z] db1c61fa0a46: Waiting [2023-01-03T15:26:10.588Z] 891c053d2c06: Waiting [2023-01-03T15:26:10.588Z] e16973657156: Verifying Checksum [2023-01-03T15:26:10.588Z] e16973657156: Download complete [2023-01-03T15:26:10.588Z] 35d82f9e3411: Verifying Checksum [2023-01-03T15:26:10.588Z] 35d82f9e3411: Download complete [2023-01-03T15:26:10.588Z] 7e9fc2657dce: Verifying Checksum [2023-01-03T15:26:10.874Z] dda99020689f: Verifying Checksum [2023-01-03T15:26:10.874Z] dda99020689f: Download complete [2023-01-03T15:26:10.874Z] 9b18e9b68314: Verifying Checksum [2023-01-03T15:26:10.874Z] 9b18e9b68314: Download complete [2023-01-03T15:26:11.854Z] 9b18e9b68314: Pull complete [2023-01-03T15:26:11.854Z] 891c053d2c06: Verifying Checksum [2023-01-03T15:26:11.854Z] 891c053d2c06: Download complete [2023-01-03T15:26:12.443Z] 35d82f9e3411: Pull complete [2023-01-03T15:26:12.711Z] e16973657156: Pull complete [2023-01-03T15:26:13.307Z] db1c61fa0a46: Verifying Checksum [2023-01-03T15:26:13.307Z] db1c61fa0a46: Download complete [2023-01-03T15:26:13.897Z] fc693d55d65f: Download complete [2023-01-03T15:26:26.252Z] fc693d55d65f: Pull complete [2023-01-03T15:26:26.252Z] 7e9fc2657dce: Pull complete [2023-01-03T15:26:26.252Z] dda99020689f: Pull complete [2023-01-03T15:26:32.939Z] db1c61fa0a46: Pull complete [2023-01-03T15:26:34.891Z] 891c053d2c06: Pull complete [2023-01-03T15:26:34.891Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-01-03T15:26:34.891Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-03T15:26:34.891Z] ---> f96f9c87975a [2023-01-03T15:26:34.891Z] Step 3/10 : ARG MAKE=make build [2023-01-03T15:26:36.844Z] ---> Running in dda311581db5 [2023-01-03T15:26:37.114Z] Removing intermediate container dda311581db5 [2023-01-03T15:26:37.114Z] ---> e04f7c7cb37c [2023-01-03T15:26:37.114Z] Step 4/10 : WORKDIR /device-sdk-go [2023-01-03T15:26:37.114Z] ---> Running in dad0a0dca62b [2023-01-03T15:26:37.385Z] Removing intermediate container dad0a0dca62b [2023-01-03T15:26:37.385Z] ---> 8f628e1e9a4e [2023-01-03T15:26:37.385Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-01-03T15:26:37.385Z] ---> Running in 75aa6e188799 [2023-01-03T15:26:37.658Z] Removing intermediate container 75aa6e188799 [2023-01-03T15:26:37.658Z] ---> 11caf28d598b [2023-01-03T15:26:37.658Z] Step 6/10 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2023-01-03T15:26:37.924Z] ---> Running in 581aecfb855c [2023-01-03T15:26:38.885Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-03T15:26:39.155Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-03T15:26:40.118Z] OK: 221 MiB in 51 packages [2023-01-03T15:26:41.091Z] Removing intermediate container 581aecfb855c [2023-01-03T15:26:41.091Z] ---> 6a4848b5e198 [2023-01-03T15:26:41.091Z] Step 7/10 : COPY go.mod vendor* ./ [2023-01-03T15:26:41.367Z] ---> 633e3578e0f3 [2023-01-03T15:26:41.367Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-03T15:26:41.367Z] ---> Running in 98279bd8ab77 [2023-01-03T15:27:37.959Z] Removing intermediate container 98279bd8ab77 [2023-01-03T15:27:37.959Z] ---> 27bea518d65c [2023-01-03T15:27:37.959Z] Step 9/10 : COPY . . [2023-01-03T15:27:37.959Z] ---> 7b4e056b95cd [2023-01-03T15:27:37.959Z] Step 10/10 : RUN ${MAKE} [2023-01-03T15:27:37.959Z] ---> Running in 529fb607065d [2023-01-03T15:27:37.959Z] noop [2023-01-03T15:27:37.959Z] Removing intermediate container 529fb607065d [2023-01-03T15:27:37.959Z] ---> c62764a637a1 [2023-01-03T15:27:37.959Z] Successfully built c62764a637a1 [2023-01-03T15:27:37.959Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T15:27:38.316Z] + docker inspect -f . ci-base-image-arm64 [2023-01-03T15:27:38.317Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T15:27:38.525Z] prd-ubuntu20.04-docker-arm64-4c-16g-903 does not seem to be running inside a container [2023-01-03T15:27:38.601Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/135 -v /w/workspace/device-sdk-go/135:/w/workspace/device-sdk-go/135:rw,z -v /w/workspace/device-sdk-go/135@tmp:/w/workspace/device-sdk-go/135@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-01-03T15:27:39.788Z] $ docker top 8458e9c8238eee82f4a17a5b51beb7918fa19787741b8a1059a847ddd61a1515 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-03T15:27:40.595Z] + go version [2023-01-03T15:27:40.595Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-01-03T15:27:40.624Z] $ docker stop --time=1 8458e9c8238eee82f4a17a5b51beb7918fa19787741b8a1059a847ddd61a1515 [2023-01-03T15:27:42.235Z] $ docker rm -f --volumes 8458e9c8238eee82f4a17a5b51beb7918fa19787741b8a1059a847ddd61a1515 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T15:27:42.764Z] + docker inspect -f . ci-base-image-arm64 [2023-01-03T15:27:42.764Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T15:27:42.933Z] prd-ubuntu20.04-docker-arm64-4c-16g-903 does not seem to be running inside a container [2023-01-03T15:27:43.003Z] $ 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/135 -v /w/workspace/device-sdk-go/135:/w/workspace/device-sdk-go/135:rw,z -v /w/workspace/device-sdk-go/135@tmp:/w/workspace/device-sdk-go/135@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-01-03T15:27:44.035Z] $ docker top e5d490ab906e92e11256d253b990d8fc9c6c82e8e4bcb8d616b96ff818dd45a9 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-03T15:27:44.523Z] + git config --global --add safe.directory /w/workspace/device-sdk-go/135 [Pipeline] fileExists [Pipeline] sh [2023-01-03T15:27:44.869Z] + make test [2023-01-03T15:27:44.869Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2023-01-03T15:28:17.102Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-01-03T15:29:53.762Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-01-03T15:29:53.762Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-01-03T15:29:53.762Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-01-03T15:29:53.762Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-01-03T15:29:53.762Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-01-03T15:30:00.417Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.497s coverage: 27.6% of statements [2023-01-03T15:30:01.385Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.542s coverage: 78.9% of statements [2023-01-03T15:30:01.385Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] [2023-01-03T15:30:08.054Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.443s coverage: 73.1% of statements [2023-01-03T15:30:08.054Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-01-03T15:30:08.054Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-01-03T15:30:10.659Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.690s coverage: 54.4% of statements [2023-01-03T15:30:10.659Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-01-03T15:30:10.659Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging [no test files] [2023-01-03T15:30:10.659Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-01-03T15:30:10.659Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/telemetry [no test files] [2023-01-03T15:30:10.927Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.467s coverage: 65.1% of statements [2023-01-03T15:30:10.927Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-01-03T15:30:10.927Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-01-03T15:30:11.512Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 3.686s coverage: 89.2% of statements [2023-01-03T15:30:11.512Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] [2023-01-03T15:30:11.512Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.397s coverage: 4.7% of statements [2023-01-03T15:30:11.512Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-01-03T15:30:12.486Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-01-03T15:30:12.486Z] GO111MODULE=on go vet ./... [2023-01-03T15:31:49.165Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-03T15:31:49.165Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-03T15:31:49.165Z] ./bin/test-attribution-txt.sh [2023-01-03T15:31:49.165Z] An attribution for github.com/Microsoft/go-winio is missing from Attribution.txt, please add [2023-01-03T15:31:49.165Z] An attribution for github.com/edgexfoundry/go-mod-configuration/v3 is missing from Attribution.txt, please add [2023-01-03T15:31:49.432Z] An attribution for github.com/edgexfoundry/go-mod-secrets/v3 is missing from Attribution.txt, please add [2023-01-03T15:31:49.432Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2023-01-03T15:31:49.432Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2023-01-03T15:31:49.432Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [Pipeline] echo [2023-01-03T15:31:49.451Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-01-03T15:31:49.477Z] $ docker stop --time=1 e5d490ab906e92e11256d253b990d8fc9c6c82e8e4bcb8d616b96ff818dd45a9 [2023-01-03T15:31:51.329Z] $ docker rm -f --volumes e5d490ab906e92e11256d253b990d8fc9c6c82e8e4bcb8d616b96ff818dd45a9 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-03T15:31:52.615Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-01-03T15:31:52.641Z] Warning: overwriting stash ‘coverage-report’ [2023-01-03T15:31:53.132Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-03T15:31:53.515Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-01-03T15:31:53.831Z] + ls -al . [2023-01-03T15:31:53.831Z] total 276 [2023-01-03T15:31:53.831Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 3 15:27 . [2023-01-03T15:31:53.831Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 3 15:25 .. [2023-01-03T15:31:53.831Z] -rw-rw-r-- 1 jenkins jenkins 140 Jan 3 15:25 .dockerignore [2023-01-03T15:31:53.831Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 3 15:25 .git [2023-01-03T15:31:53.831Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 3 15:25 .github [2023-01-03T15:31:53.831Z] -rw-rw-r-- 1 jenkins jenkins 131 Jan 3 15:25 .gitignore [2023-01-03T15:31:53.831Z] -rw-rw-r-- 1 jenkins jenkins 42 Jan 3 15:25 .golangci.yml [2023-01-03T15:31:53.831Z] -rw-rw-r-- 1 jenkins jenkins 31677 Jan 3 15:25 CHANGELOG.md [2023-01-03T15:31:53.831Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 3 15:25 GOVERNANCE.md [2023-01-03T15:31:53.831Z] -rw-rw-r-- 1 jenkins jenkins 880 Jan 3 15:25 Jenkinsfile [2023-01-03T15:31:53.831Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jan 3 15:25 LICENSE [2023-01-03T15:31:53.831Z] -rw-rw-r-- 1 jenkins jenkins 2003 Jan 3 15:25 Makefile [2023-01-03T15:31:53.831Z] -rw-rw-r-- 1 jenkins jenkins 619 Jan 3 15:25 OWNERS.md [2023-01-03T15:31:53.831Z] -rw-rw-r-- 1 jenkins jenkins 4891 Jan 3 15:25 README.md [2023-01-03T15:31:53.831Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 3 15:23 VERSION [2023-01-03T15:31:53.831Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 3 15:25 bin [2023-01-03T15:31:53.831Z] -rw-r--r-- 1 jenkins jenkins 101759 Jan 3 15:30 coverage.out [2023-01-03T15:31:53.831Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 3 15:25 example [2023-01-03T15:31:53.831Z] -rw-rw-r-- 1 jenkins jenkins 3342 Jan 3 15:25 go.mod [2023-01-03T15:31:53.831Z] -rw-rw-r-- 1 jenkins jenkins 44555 Jan 3 15:25 go.sum [2023-01-03T15:31:53.831Z] drwxrwxr-x 14 jenkins jenkins 4096 Jan 3 15:25 internal [2023-01-03T15:31:53.831Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 3 15:25 openapi [2023-01-03T15:31:53.831Z] drwxrwxr-x 6 jenkins jenkins 4096 Jan 3 15:25 pkg [2023-01-03T15:31:53.831Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 3 15:25 snap [2023-01-03T15:31:53.831Z] -rw-rw-r-- 1 jenkins jenkins 222 Jan 3 15:25 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T15:31:54.171Z] + 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=5f8eaa6ff6ef578af331e6eea42e46d4600f317a --label arch=arm64 --label version=3.0.0-dev.5 . [2023-01-03T15:31:54.437Z] Sending build context to Docker daemon 5.668MB [2023-01-03T15:31:54.705Z] Step 1/23 : ARG BASE=golang:1.18-alpine3.16 [2023-01-03T15:31:54.705Z] Step 2/23 : FROM ${BASE} AS builder [2023-01-03T15:31:54.705Z] ---> c62764a637a1 [2023-01-03T15:31:54.705Z] Step 3/23 : ARG MAKE=make build [2023-01-03T15:31:54.705Z] ---> Running in 2d1bbefb22d6 [2023-01-03T15:31:54.976Z] Removing intermediate container 2d1bbefb22d6 [2023-01-03T15:31:54.976Z] ---> 28a8057e08ac [2023-01-03T15:31:54.976Z] Step 4/23 : WORKDIR /device-sdk-go [2023-01-03T15:31:54.976Z] ---> Running in 71f14f26e4c6 [2023-01-03T15:31:55.568Z] Removing intermediate container 71f14f26e4c6 [2023-01-03T15:31:55.568Z] ---> 3fb9e0358ea8 [2023-01-03T15:31:55.568Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-01-03T15:31:55.568Z] ---> Running in c58c2fc493ba [2023-01-03T15:31:55.836Z] Removing intermediate container c58c2fc493ba [2023-01-03T15:31:55.836Z] ---> a2564a32ee77 [2023-01-03T15:31:55.836Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2023-01-03T15:31:55.836Z] ---> Running in 09031bc9fe7f [2023-01-03T15:31:56.802Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-03T15:31:57.069Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-03T15:31:58.483Z] OK: 221 MiB in 51 packages [2023-01-03T15:32:00.427Z] Removing intermediate container 09031bc9fe7f [2023-01-03T15:32:00.427Z] ---> ef2de7d844e8 [2023-01-03T15:32:00.427Z] Step 7/23 : COPY go.mod vendor* ./ [2023-01-03T15:32:01.011Z] ---> dd1d940c5194 [2023-01-03T15:32:01.011Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-03T15:32:01.011Z] ---> Running in 952b26671ac9 [2023-01-03T15:32:02.960Z] Removing intermediate container 952b26671ac9 [2023-01-03T15:32:02.960Z] ---> 24ddb90d0dfc [2023-01-03T15:32:02.960Z] Step 9/23 : COPY . . [2023-01-03T15:32:04.375Z] ---> cb4601a6874e [2023-01-03T15:32:04.375Z] Step 10/23 : RUN ${MAKE} [2023-01-03T15:32:04.375Z] ---> Running in 427fcfa68271 [2023-01-03T15:32:05.339Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.5" -trimpath -mod=readonly -buildmode=pie -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-01-03T15:34:12.020Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2023-01-03T15:34:12.020Z] Removing intermediate container 427fcfa68271 [2023-01-03T15:34:12.020Z] ---> 6ac467c89beb [2023-01-03T15:34:12.020Z] Step 11/23 : FROM alpine:3.16 [2023-01-03T15:34:12.020Z] 3.16: Pulling from library/alpine [2023-01-03T15:34:12.020Z] 6875df1f5354: Pulling fs layer [2023-01-03T15:34:12.020Z] 6875df1f5354: Verifying Checksum [2023-01-03T15:34:12.020Z] 6875df1f5354: Download complete [2023-01-03T15:34:12.020Z] 6875df1f5354: Pull complete [2023-01-03T15:34:12.020Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-03T15:34:12.020Z] Status: Downloaded newer image for alpine:3.16 [2023-01-03T15:34:12.020Z] ---> 2b4661558fb8 [2023-01-03T15:34:12.020Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-01-03T15:34:12.020Z] ---> Running in dc213e22535b [2023-01-03T15:34:12.020Z] Removing intermediate container dc213e22535b [2023-01-03T15:34:12.020Z] ---> 9ce403ce0401 [2023-01-03T15:34:12.020Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2023-01-03T15:34:12.020Z] ---> Running in dfd118f57f04 [2023-01-03T15:34:12.020Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-03T15:34:12.020Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-03T15:34:12.289Z] (1/5) Installing libgcc (11.2.1_git20220219-r2) [2023-01-03T15:34:12.289Z] (2/5) Installing libsodium (1.0.18-r0) [2023-01-03T15:34:12.289Z] (3/5) Installing libstdc++ (11.2.1_git20220219-r2) [2023-01-03T15:34:12.289Z] (4/5) Installing libzmq (4.3.4-r0) [2023-01-03T15:34:12.289Z] (5/5) Installing zeromq (4.3.4-r0) [2023-01-03T15:34:12.289Z] Executing busybox-1.35.0-r17.trigger [2023-01-03T15:34:12.289Z] OK: 8 MiB in 19 packages [2023-01-03T15:34:13.250Z] Removing intermediate container dfd118f57f04 [2023-01-03T15:34:13.251Z] ---> b73d8edc6d97 [2023-01-03T15:34:13.251Z] Step 14/23 : WORKDIR / [2023-01-03T15:34:13.251Z] ---> Running in 4d4dc8245b51 [2023-01-03T15:34:13.516Z] Removing intermediate container 4d4dc8245b51 [2023-01-03T15:34:13.516Z] ---> b381df7c7c17 [2023-01-03T15:34:13.516Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-01-03T15:34:14.100Z] ---> b177df6ae779 [2023-01-03T15:34:14.100Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-01-03T15:34:15.514Z] ---> fdc1b582a596 [2023-01-03T15:34:15.514Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-01-03T15:34:16.098Z] ---> ab0467d526ba [2023-01-03T15:34:16.098Z] Step 18/23 : EXPOSE 59999 [2023-01-03T15:34:16.098Z] ---> Running in 51f6cfe07c83 [2023-01-03T15:34:16.368Z] Removing intermediate container 51f6cfe07c83 [2023-01-03T15:34:16.368Z] ---> 8f3e4221d2fd [2023-01-03T15:34:16.368Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-01-03T15:34:16.368Z] ---> Running in 762afc62e480 [2023-01-03T15:34:16.637Z] Removing intermediate container 762afc62e480 [2023-01-03T15:34:16.637Z] ---> 24a2ec8051d3 [2023-01-03T15:34:16.637Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-03T15:34:16.904Z] ---> Running in f264e7881877 [2023-01-03T15:34:17.172Z] Removing intermediate container f264e7881877 [2023-01-03T15:34:17.172Z] ---> 8281cd7d12fc [2023-01-03T15:34:17.172Z] Step 21/23 : LABEL arch=arm64 [2023-01-03T15:34:17.172Z] ---> Running in 8cdf9970ce2a [2023-01-03T15:34:17.440Z] Removing intermediate container 8cdf9970ce2a [2023-01-03T15:34:17.440Z] ---> 1e69c017b82a [2023-01-03T15:34:17.440Z] Step 22/23 : LABEL git_sha=5f8eaa6ff6ef578af331e6eea42e46d4600f317a [2023-01-03T15:34:17.440Z] ---> Running in a8d2349f65d1 [2023-01-03T15:34:17.714Z] Removing intermediate container a8d2349f65d1 [2023-01-03T15:34:17.714Z] ---> 7357827989cb [2023-01-03T15:34:17.714Z] Step 23/23 : LABEL version=3.0.0-dev.5 [2023-01-03T15:34:17.982Z] ---> Running in 31242106f40d [2023-01-03T15:34:18.250Z] Removing intermediate container 31242106f40d [2023-01-03T15:34:18.250Z] ---> 6a92c145a320 [2023-01-03T15:34:18.250Z] [Warning] One or more build-args [ARCH] were not consumed [2023-01-03T15:34:18.250Z] Successfully built 6a92c145a320 [2023-01-03T15:34:18.250Z] 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-01-03T15:34:18.660Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-03T15:34:18.661Z] [2023-01-03T15:34:18.661Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T15:34:19.111Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-03T15:34:19.111Z] arm64: Pulling from edgex-lftools-log-publisher [2023-01-03T15:34:19.111Z] 8998bd30e6a1: Pulling fs layer [2023-01-03T15:34:19.111Z] 04944245beec: Pulling fs layer [2023-01-03T15:34:19.111Z] 699f458cf7ca: Pulling fs layer [2023-01-03T15:34:19.111Z] 765212b225bb: Pulling fs layer [2023-01-03T15:34:19.111Z] f23df028b6ca: Pulling fs layer [2023-01-03T15:34:19.111Z] d65c8cfc05b1: Pulling fs layer [2023-01-03T15:34:19.111Z] 2437ff75d9bd: Pulling fs layer [2023-01-03T15:34:19.111Z] 765212b225bb: Waiting [2023-01-03T15:34:19.111Z] f23df028b6ca: Waiting [2023-01-03T15:34:19.111Z] d65c8cfc05b1: Waiting [2023-01-03T15:34:19.111Z] 2437ff75d9bd: Waiting [2023-01-03T15:34:19.395Z] 04944245beec: Verifying Checksum [2023-01-03T15:34:19.395Z] 04944245beec: Download complete [2023-01-03T15:34:19.395Z] 765212b225bb: Download complete [2023-01-03T15:34:19.395Z] f23df028b6ca: Verifying Checksum [2023-01-03T15:34:19.395Z] f23df028b6ca: Download complete [2023-01-03T15:34:19.395Z] d65c8cfc05b1: Verifying Checksum [2023-01-03T15:34:19.395Z] d65c8cfc05b1: Download complete [2023-01-03T15:34:19.673Z] 699f458cf7ca: Verifying Checksum [2023-01-03T15:34:19.673Z] 699f458cf7ca: Download complete [2023-01-03T15:34:19.966Z] 8998bd30e6a1: Verifying Checksum [2023-01-03T15:34:19.966Z] 8998bd30e6a1: Download complete [2023-01-03T15:34:22.596Z] 2437ff75d9bd: Verifying Checksum [2023-01-03T15:34:22.596Z] 2437ff75d9bd: Download complete [2023-01-03T15:34:24.006Z] 8998bd30e6a1: Pull complete [2023-01-03T15:34:24.590Z] 04944245beec: Pull complete [2023-01-03T15:34:26.005Z] 699f458cf7ca: Pull complete [2023-01-03T15:34:26.005Z] 765212b225bb: Pull complete [2023-01-03T15:34:26.975Z] f23df028b6ca: Pull complete [2023-01-03T15:34:26.975Z] d65c8cfc05b1: Pull complete [2023-01-03T15:34:41.973Z] 2437ff75d9bd: Pull complete [2023-01-03T15:34:41.973Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-01-03T15:34:41.973Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-03T15:34:41.973Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T15:34:42.166Z] prd-ubuntu20.04-docker-arm64-4c-16g-903 does not seem to be running inside a container [2023-01-03T15:34:42.248Z] $ 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/135 -v /w/workspace/device-sdk-go/135:/w/workspace/device-sdk-go/135:rw,z -v /w/workspace/device-sdk-go/135@tmp:/w/workspace/device-sdk-go/135@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-01-03T15:34:44.808Z] $ docker top 5828b85b7f4a1b92fa655087245fca3f1ef9cfd3059d5441b730366c2162855f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-03T15:34:45.299Z] ---> job-cost.sh [2023-01-03T15:34:45.567Z] lf-activate-venv: SKIPPING [2023-01-03T15:34:45.567Z] INFO: No Stack... [2023-01-03T15:34:46.147Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-01-03T15:34:46.730Z] INFO: Archiving Costs [Pipeline] sh [2023-01-03T15:34:47.638Z] + cut -d, -f6 [2023-01-03T15:34:47.638Z] + cat /w/workspace/device-sdk-go/135/archives/cost.csv [Pipeline] lock [2023-01-03T15:34:47.700Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-135-stack-cost] [2023-01-03T15:34:47.706Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-135-stack-cost] did not exist. Created. [2023-01-03T15:34:47.706Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-135-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-03T15:34:48.043Z] /w/workspace/device-sdk-go/135@tmp/durable-111dcab7/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-01-03T15:34:48.375Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-01-03T15:34:48.398Z] Warning: overwriting stash ‘stack-cost’ [2023-01-03T15:34:48.465Z] Stashed 1 file(s) [Pipeline] } [2023-01-03T15:34:48.472Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-135-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-03T15:34:48.501Z] $ docker stop --time=1 5828b85b7f4a1b92fa655087245fca3f1ef9cfd3059d5441b730366c2162855f [2023-01-03T15:34:49.970Z] $ docker rm -f --volumes 5828b85b7f4a1b92fa655087245fca3f1ef9cfd3059d5441b730366c2162855f [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-01-03T15:34:50.414Z] provisioning config files... [2023-01-03T15:34:50.423Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config9681806682683612792tmp [Pipeline] { [Pipeline] sh [2023-01-03T15:34:50.718Z] + set +x [2023-01-03T15:34:50.718Z] + curl -s https://codecov.io/bash [2023-01-03T15:34:50.718Z] + bash -s -- [2023-01-03T15:34:50.718Z] [2023-01-03T15:34:50.718Z] _____ _ [2023-01-03T15:34:50.718Z] / ____| | | [2023-01-03T15:34:50.718Z] | | ___ __| | ___ ___ _____ __ [2023-01-03T15:34:50.718Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-01-03T15:34:50.718Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-01-03T15:34:50.718Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-01-03T15:34:50.718Z] Bash-1.0.6 [2023-01-03T15:34:50.718Z] [2023-01-03T15:34:50.718Z] [2023-01-03T15:34:50.718Z] ==> git version 2.25.1 found [2023-01-03T15:34:50.718Z] ==> 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-01-03T15:34:50.718Z] Release-Date: 2020-01-08 [2023-01-03T15:34:50.718Z] 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-01-03T15:34:50.718Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-01-03T15:34:50.718Z] ==> Jenkins CI detected. [2023-01-03T15:34:50.718Z] current dir:  /w/workspace/edgexfoundry_device-sdk-go_main [2023-01-03T15:34:50.718Z] project root: . [2023-01-03T15:34:50.718Z] --> token set from env [2023-01-03T15:34:50.718Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-01-03T15:34:50.718Z] ==> Running gcov in . (disable via -X gcov) [2023-01-03T15:34:50.718Z] ==> Python coveragepy not found [2023-01-03T15:34:50.718Z] ==> Searching for coverage reports in: [2023-01-03T15:34:50.718Z] + . [2023-01-03T15:34:50.718Z] -> Found 1 reports [2023-01-03T15:34:50.718Z] ==> Detecting git/mercurial file structure [2023-01-03T15:34:50.977Z] ==> Reading reports [2023-01-03T15:34:50.977Z] + ./coverage.out bytes=101759 [2023-01-03T15:34:50.977Z] ==> Appending adjustments [2023-01-03T15:34:50.977Z] https://docs.codecov.io/docs/fixing-reports [2023-01-03T15:34:51.237Z] + Found adjustments [2023-01-03T15:34:51.237Z] ==> Gzipping contents [2023-01-03T15:34:51.237Z] 16K /tmp/codecov.jIkVCo.gz [2023-01-03T15:34:51.237Z] ==> Uploading reports [2023-01-03T15:34:51.237Z] url: https://codecov.io [2023-01-03T15:34:51.237Z] query: branch=main&commit=5f8eaa6ff6ef578af331e6eea42e46d4600f317a&build=135&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F135%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-03T15:34:51.237Z] -> Pinging Codecov [2023-01-03T15:34:51.237Z] 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=5f8eaa6ff6ef578af331e6eea42e46d4600f317a&build=135&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F135%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-03T15:34:51.496Z] -> Uploading to [2023-01-03T15:34:51.496Z] https://storage.googleapis.com/codecov/v4/raw/2023-01-03/7E55EF52A471D76F132DFD9A03CDDE97/5f8eaa6ff6ef578af331e6eea42e46d4600f317a/9f86d747-6d98-4fef-a60b-8329398115ce.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230103%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230103T153451Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b97858ce32c2d20bf7356a6309fe16caa62464b466d7eb3d8bc7b284e38f4708 [2023-01-03T15:34:51.496Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-03T15:34:51.496Z] Dload Upload Total Spent Left Speed [2023-01-03T15:34:51.757Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14732 0 0 100 14732 0 72215 --:--:-- --:--:-- --:--:-- 71863 100 14732 0 0 100 14732 0 72215 --:--:-- --:--:-- --:--:-- 71863 [2023-01-03T15:34:51.757Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/5f8eaa6ff6ef578af331e6eea42e46d4600f317a [Pipeline] } [2023-01-03T15:34:51.765Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-01-03T15:34:51.968Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-01-03T15:34:51.980Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T15:34:52.283Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-03T15:34:52.283Z] [2023-01-03T15:34:52.283Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T15:34:52.585Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-03T15:34:52.585Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-01-03T15:34:52.585Z] df9b9388f04a: Pulling fs layer [2023-01-03T15:34:52.585Z] 52dc419b0ee2: Pulling fs layer [2023-01-03T15:34:52.585Z] 25bc292e5bac: Pulling fs layer [2023-01-03T15:34:52.585Z] 114826534d7a: Pulling fs layer [2023-01-03T15:34:52.585Z] 4657fd5d0bcf: Pulling fs layer [2023-01-03T15:34:52.585Z] 6ad1cebc031e: Pulling fs layer [2023-01-03T15:34:52.585Z] 8a3aa393b2d8: Pulling fs layer [2023-01-03T15:34:52.585Z] 6ad1cebc031e: Waiting [2023-01-03T15:34:52.585Z] 114826534d7a: Waiting [2023-01-03T15:34:52.585Z] 4657fd5d0bcf: Waiting [2023-01-03T15:34:52.585Z] 8a3aa393b2d8: Waiting [2023-01-03T15:34:52.585Z] 25bc292e5bac: Verifying Checksum [2023-01-03T15:34:52.585Z] 25bc292e5bac: Download complete [2023-01-03T15:34:52.585Z] 52dc419b0ee2: Download complete [2023-01-03T15:34:52.585Z] 4657fd5d0bcf: Verifying Checksum [2023-01-03T15:34:52.585Z] 4657fd5d0bcf: Download complete [2023-01-03T15:34:52.585Z] df9b9388f04a: Verifying Checksum [2023-01-03T15:34:52.585Z] df9b9388f04a: Download complete [2023-01-03T15:34:52.850Z] df9b9388f04a: Pull complete [2023-01-03T15:34:52.850Z] 6ad1cebc031e: Verifying Checksum [2023-01-03T15:34:52.850Z] 6ad1cebc031e: Download complete [2023-01-03T15:34:52.850Z] 52dc419b0ee2: Pull complete [2023-01-03T15:34:52.850Z] 25bc292e5bac: Pull complete [2023-01-03T15:34:53.439Z] 114826534d7a: Verifying Checksum [2023-01-03T15:34:53.439Z] 114826534d7a: Download complete [2023-01-03T15:34:53.702Z] 8a3aa393b2d8: Verifying Checksum [2023-01-03T15:34:53.702Z] 8a3aa393b2d8: Download complete [2023-01-03T15:34:56.999Z] 114826534d7a: Pull complete [2023-01-03T15:34:56.999Z] 4657fd5d0bcf: Pull complete [2023-01-03T15:34:57.566Z] 6ad1cebc031e: Pull complete [2023-01-03T15:35:00.099Z] 8a3aa393b2d8: Pull complete [2023-01-03T15:35:00.099Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-01-03T15:35:00.099Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-03T15:35:00.099Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T15:35:00.187Z] prd-ubuntu20.04-docker-8c-8g-901 does not seem to be running inside a container [2023-01-03T15:35:00.218Z] $ 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-01-03T15:35:03.465Z] $ docker top 92ff665b04e315052117ebf604cb442489aae2ee6c54bed0ddfe798afff9f9fa -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-03T15:35:03.534Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh [2023-01-03T15:35:03.815Z] + set -o pipefail [2023-01-03T15:35:03.815Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' [2023-01-03T15:35:09.097Z] [2023-01-03T15:35:09.097Z] Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v3)... [2023-01-03T15:35:09.097Z] [2023-01-03T15:35:09.097Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/1d897ce9-7d37-4e4c-99f4-c1fbe8b8d34b/history/e7b04dee-b189-46d0-9bd5-69c10d555ac3 [2023-01-03T15:35:09.097Z] [2023-01-03T15:35:09.097Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-01-03T15:35:09.097Z] [2023-01-03T15:35:09.666Z] [2023-01-03T15:35:09.666Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-01-03T15:35:09.666Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-01-03T15:35:09.666Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-01-03T15:35:09.679Z] $ docker stop --time=1 92ff665b04e315052117ebf604cb442489aae2ee6c54bed0ddfe798afff9f9fa [2023-01-03T15:35:12.853Z] $ docker rm -f --volumes 92ff665b04e315052117ebf604cb442489aae2ee6c54bed0ddfe798afff9f9fa [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-01-03T15:35:13.262Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-03T15:35:13.275Z] provisioning config files... [2023-01-03T15:35:13.282Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config17238265330000327646tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-03T15:35:13.573Z] --> edgex-publish-swagger.sh [2023-01-03T15:35:13.573Z] === Publish openapi/v2 API === [2023-01-03T15:35:13.573Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2023-01-03T15:35:13.573Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/v2/device-sdk.yaml] [2023-01-03T15:35:13.573Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-03T15:35:13.573Z] Dload Upload Total Spent Left Speed [2023-01-03T15:35:13.831Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 53552 0 0 100 53552 0 396k --:--:-- --:--:-- --:--:-- 393k 100 53590 100 38 100 53552 81 111k --:--:-- --:--:-- --:--:-- 111k [2023-01-03T15:35:13.831Z] {"code":403,"message":"Access Denied"} [2023-01-03T15:35:13.831Z] [Pipeline] } [2023-01-03T15:35:13.838Z] 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-01-03T15:35:14.240Z] + git log --format=format:%s -1 5f8eaa6ff6ef578af331e6eea42e46d4600f317a [Pipeline] sh [2023-01-03T15:35:14.525Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-03T15:35:14.525Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T15:35:14.820Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-03T15:35:14.820Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T15:35:14.884Z] prd-ubuntu20.04-docker-8c-8g-901 does not seem to be running inside a container [2023-01-03T15:35:14.909Z] $ 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-01-03T15:35:15.304Z] $ docker top a418e9481a707b6f0b3729b2403bab87c8353503b30e81b64637cbef9a8ebccb -eo pid,comm [2023-01-03T15:35:15.351Z] 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-01-03T15:35:15.351Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-03T15:35:15.391Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-03T15:35:15.391Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-03T15:35:15.503Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-03T15:35:15.506Z] $ docker exec a418e9481a707b6f0b3729b2403bab87c8353503b30e81b64637cbef9a8ebccb ssh-agent [2023-01-03T15:35:15.620Z] SSH_AUTH_SOCK=/tmp/ssh-4266uq8A7qdG/agent.31 [2023-01-03T15:35:15.620Z] SSH_AGENT_PID=37 [2023-01-03T15:35:15.625Z] Running ssh-add (command line suppressed) [2023-01-03T15:35:15.728Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_11747431393690008257.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_11747431393690008257.key) [2023-01-03T15:35:15.740Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-03T15:35:16.024Z] + git semver tag [2023-01-03T15:35:16.282Z] 2023-01-03 15:35:16,202 [run_tag] DEBUG tag force:False [2023-01-03T15:35:16.282Z] 2023-01-03 15:35:16,202 [check_head_tag] DEBUG check head tag [2023-01-03T15:35:16.282Z] 2023-01-03 15:35:16,203 [execute] INFO git cat-file --batch-check [2023-01-03T15:35:16.282Z] 2023-01-03 15:35:16,203 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2023-01-03T15:35:16.282Z] 2023-01-03 15:35:16,207 [execute] INFO git cat-file --batch [2023-01-03T15:35:16.282Z] 2023-01-03 15:35:16,207 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2023-01-03T15:35:16.282Z] 2023-01-03 15:35:16,232 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-01-03T15:35:16.282Z] 2023-01-03 15:35:16,232 [execute] INFO git tag -a v3.0.0-dev.5 -m v3.0.0-dev.5 [2023-01-03T15:35:16.282Z] 2023-01-03 15:35:16,232 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.5', '-m', 'v3.0.0-dev.5'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2023-01-03T15:35:16.282Z] 2023-01-03 15:35:16,237 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-01-03T15:35:16.282Z] 3.0.0-dev.5 [Pipeline] } [2023-01-03T15:35:16.290Z] $ docker exec --env ******** --env ******** a418e9481a707b6f0b3729b2403bab87c8353503b30e81b64637cbef9a8ebccb ssh-agent -k [2023-01-03T15:35:16.400Z] unset SSH_AUTH_SOCK; [2023-01-03T15:35:16.401Z] unset SSH_AGENT_PID; [2023-01-03T15:35:16.401Z] echo Agent pid 37 killed; [2023-01-03T15:35:16.408Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-03T15:35:16.713Z] + git semver [Pipeline] } [2023-01-03T15:35:16.984Z] $ docker stop --time=1 a418e9481a707b6f0b3729b2403bab87c8353503b30e81b64637cbef9a8ebccb [2023-01-03T15:35:18.277Z] $ docker rm -f --volumes a418e9481a707b6f0b3729b2403bab87c8353503b30e81b64637cbef9a8ebccb [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T15:35:18.697Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-03T15:35:18.697Z] [2023-01-03T15:35:18.697Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T15:35:18.994Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-03T15:35:18.994Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-01-03T15:35:18.994Z] ab5ef0e58194: Pulling fs layer [2023-01-03T15:35:18.994Z] 9712f1f96733: Pulling fs layer [2023-01-03T15:35:18.994Z] 63f879dbbcfc: Pulling fs layer [2023-01-03T15:35:18.994Z] 0d9ebad4ef96: Pulling fs layer [2023-01-03T15:35:18.994Z] e9a5061849ea: Pulling fs layer [2023-01-03T15:35:18.994Z] d747dcd14b5f: Pulling fs layer [2023-01-03T15:35:18.994Z] 2de7ff778b66: Pulling fs layer [2023-01-03T15:35:18.994Z] 0d9ebad4ef96: Waiting [2023-01-03T15:35:18.994Z] e9a5061849ea: Waiting [2023-01-03T15:35:18.994Z] d747dcd14b5f: Waiting [2023-01-03T15:35:18.994Z] 9712f1f96733: Verifying Checksum [2023-01-03T15:35:18.994Z] 9712f1f96733: Download complete [2023-01-03T15:35:19.564Z] 63f879dbbcfc: Verifying Checksum [2023-01-03T15:35:19.564Z] 63f879dbbcfc: Download complete [2023-01-03T15:35:19.822Z] e9a5061849ea: Verifying Checksum [2023-01-03T15:35:19.822Z] e9a5061849ea: Download complete [2023-01-03T15:35:19.822Z] d747dcd14b5f: Verifying Checksum [2023-01-03T15:35:19.822Z] d747dcd14b5f: Download complete [2023-01-03T15:35:19.822Z] ab5ef0e58194: Verifying Checksum [2023-01-03T15:35:19.822Z] ab5ef0e58194: Download complete [2023-01-03T15:35:19.822Z] 0d9ebad4ef96: Verifying Checksum [2023-01-03T15:35:19.822Z] 0d9ebad4ef96: Download complete [2023-01-03T15:35:19.822Z] 2de7ff778b66: Verifying Checksum [2023-01-03T15:35:19.822Z] 2de7ff778b66: Download complete [2023-01-03T15:35:22.350Z] ab5ef0e58194: Pull complete [2023-01-03T15:35:22.350Z] 9712f1f96733: Pull complete [2023-01-03T15:35:23.284Z] 63f879dbbcfc: Pull complete [2023-01-03T15:35:27.465Z] 0d9ebad4ef96: Pull complete [2023-01-03T15:35:27.465Z] e9a5061849ea: Pull complete [2023-01-03T15:35:27.465Z] d747dcd14b5f: Pull complete [2023-01-03T15:35:28.031Z] 2de7ff778b66: Pull complete [2023-01-03T15:35:28.031Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-01-03T15:35:28.031Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-03T15:35:28.031Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T15:35:28.110Z] prd-ubuntu20.04-docker-8c-8g-901 does not seem to be running inside a container [2023-01-03T15:35:28.136Z] $ 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-01-03T15:35:31.431Z] $ docker top 87c48d38d1915ed48d018baa8911bb06ff6b133f89424de435379a1115abd114 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-01-03T15:35:31.508Z] provisioning config files... [2023-01-03T15:35:31.513Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config18222054849531689150tmp [2023-01-03T15:35:31.522Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config6423403872544240611tmp [2023-01-03T15:35:31.530Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config15695362368790012357tmp [Pipeline] { [Pipeline] echo [2023-01-03T15:35:31.546Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-03T15:35:31.830Z] ---> sigul-configuration.sh [2023-01-03T15:35:31.830Z] gpg: directory `/root/.gnupg' created [2023-01-03T15:35:31.830Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-01-03T15:35:31.830Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-01-03T15:35:31.830Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-01-03T15:35:31.830Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-01-03T15:35:31.830Z] gpg: CAST5 encrypted data [2023-01-03T15:35:31.830Z] gpg: encrypted with 1 passphrase [2023-01-03T15:35:31.830Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-01-03T15:35:32.115Z] + mkdir /home/jenkins [2023-01-03T15:35:32.115Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-01-03T15:35:32.398Z] + 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-01-03T15:35:32.406Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-03T15:35:32.687Z] ---> sigul-install.sh [2023-01-03T15:35:32.687Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-01-03T15:35:32.971Z] + git tag --list [2023-01-03T15:35:32.971Z] 0.7.1 [2023-01-03T15:35:32.971Z] delhi-tag [2023-01-03T15:35:32.971Z] v1.0.0 [2023-01-03T15:35:32.971Z] v1.1.0 [2023-01-03T15:35:32.971Z] v1.1.1 [2023-01-03T15:35:32.971Z] v1.1.2 [2023-01-03T15:35:32.971Z] v1.2.0 [2023-01-03T15:35:32.971Z] v1.2.1 [2023-01-03T15:35:32.971Z] v1.2.2 [2023-01-03T15:35:32.971Z] v1.2.3 [2023-01-03T15:35:32.971Z] v1.3.0 [2023-01-03T15:35:32.971Z] v1.4.0 [2023-01-03T15:35:32.971Z] v2.0.0 [2023-01-03T15:35:32.971Z] v2.1.0 [2023-01-03T15:35:32.971Z] v2.1.1 [2023-01-03T15:35:32.971Z] v2.1.1-dev.2 [2023-01-03T15:35:32.971Z] v2.1.1-dev.3 [2023-01-03T15:35:32.971Z] v2.2.0 [2023-01-03T15:35:32.971Z] v2.2.1-dev.1 [2023-01-03T15:35:32.971Z] v2.2.1-dev.10 [2023-01-03T15:35:32.971Z] v2.2.1-dev.11 [2023-01-03T15:35:32.971Z] v2.2.1-dev.12 [2023-01-03T15:35:32.971Z] v2.2.1-dev.13 [2023-01-03T15:35:32.971Z] v2.2.1-dev.14 [2023-01-03T15:35:32.971Z] v2.2.1-dev.2 [2023-01-03T15:35:32.971Z] v2.2.1-dev.3 [2023-01-03T15:35:32.971Z] v2.2.1-dev.4 [2023-01-03T15:35:32.971Z] v2.2.1-dev.5 [2023-01-03T15:35:32.971Z] v2.2.1-dev.6 [2023-01-03T15:35:32.971Z] v2.2.1-dev.7 [2023-01-03T15:35:32.971Z] v2.2.1-dev.8 [2023-01-03T15:35:32.971Z] v2.2.1-dev.9 [2023-01-03T15:35:32.971Z] v2.3.0 [2023-01-03T15:35:32.971Z] v2.3.0-dev.14 [2023-01-03T15:35:32.971Z] v2.3.0-dev.15 [2023-01-03T15:35:32.971Z] v2.3.0-dev.16 [2023-01-03T15:35:32.971Z] v2.3.0-dev.17 [2023-01-03T15:35:32.971Z] v2.3.0-dev.18 [2023-01-03T15:35:32.971Z] v2.3.0-dev.19 [2023-01-03T15:35:32.971Z] v2.3.0-dev.20 [2023-01-03T15:35:32.971Z] v2.3.0-dev.21 [2023-01-03T15:35:32.971Z] v2.3.0-dev.22 [2023-01-03T15:35:32.971Z] v2.3.0-dev.23 [2023-01-03T15:35:32.971Z] v2.3.0-dev.24 [2023-01-03T15:35:32.971Z] v2.3.0-dev.25 [2023-01-03T15:35:32.971Z] v2.3.0-dev.26 [2023-01-03T15:35:32.971Z] v2.3.0-dev.27 [2023-01-03T15:35:32.971Z] v2.3.0-dev.28 [2023-01-03T15:35:32.971Z] v2.3.0-dev.29 [2023-01-03T15:35:32.971Z] v2.3.0-dev.30 [2023-01-03T15:35:32.971Z] v2.3.0-dev.31 [2023-01-03T15:35:32.971Z] v2.3.0-dev.32 [2023-01-03T15:35:32.971Z] v2.3.0-dev.33 [2023-01-03T15:35:32.971Z] v2.3.0-dev.34 [2023-01-03T15:35:32.971Z] v2.3.0-dev.35 [2023-01-03T15:35:32.971Z] v2.3.0-dev.36 [2023-01-03T15:35:32.971Z] v2.3.0-dev.37 [2023-01-03T15:35:32.971Z] v2.3.0-dev.38 [2023-01-03T15:35:32.971Z] v2.3.0-dev.39 [2023-01-03T15:35:32.971Z] v2.3.0-dev.40 [2023-01-03T15:35:32.971Z] v2.3.0-dev.41 [2023-01-03T15:35:32.971Z] v2.3.0-dev.42 [2023-01-03T15:35:32.971Z] v2.3.0-dev.43 [2023-01-03T15:35:32.971Z] v2.3.0-dev.44 [2023-01-03T15:35:32.971Z] v2.3.0-dev.45 [2023-01-03T15:35:32.971Z] v2.3.0-dev.46 [2023-01-03T15:35:32.971Z] v2.3.0-dev.47 [2023-01-03T15:35:32.971Z] v2.3.0-dev.48 [2023-01-03T15:35:32.971Z] v2.3.0-dev.49 [2023-01-03T15:35:32.971Z] v2.3.0-dev.50 [2023-01-03T15:35:32.971Z] v2.3.0-dev.51 [2023-01-03T15:35:32.971Z] v2.3.1-dev.1 [2023-01-03T15:35:32.971Z] v2.3.1-dev.2 [2023-01-03T15:35:32.971Z] v3.0.0-dev.1 [2023-01-03T15:35:32.971Z] v3.0.0-dev.2 [2023-01-03T15:35:32.971Z] v3.0.0-dev.3 [2023-01-03T15:35:32.971Z] v3.0.0-dev.4 [2023-01-03T15:35:32.971Z] v3.0.0-dev.5 [Pipeline] sh [2023-01-03T15:35:33.255Z] + lftools sign git-tag v3.0.0-dev.5 [2023-01-03T15:35:33.821Z] Signing Git tag with Sigul... [2023-01-03T15:35:33.821Z] Signing v3.0.0-dev.5 [Pipeline] echo [2023-01-03T15:35:34.089Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-03T15:35:34.373Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-01-03T15:35:34.379Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-01-03T15:35:34.396Z] $ docker stop --time=1 87c48d38d1915ed48d018baa8911bb06ff6b133f89424de435379a1115abd114 [2023-01-03T15:35:35.680Z] $ docker rm -f --volumes 87c48d38d1915ed48d018baa8911bb06ff6b133f89424de435379a1115abd114 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-01-03T15:35:36.080Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-03T15:35:36.080Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T15:35:36.381Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-03T15:35:36.381Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T15:35:36.450Z] prd-ubuntu20.04-docker-8c-8g-901 does not seem to be running inside a container [2023-01-03T15:35:36.481Z] $ 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-01-03T15:35:36.794Z] $ docker top e1634871c8a1fc3ca686da014f309452a4e611db954513a577b5df760ba721bf -eo pid,comm [2023-01-03T15:35:36.838Z] 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-01-03T15:35:36.838Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-03T15:35:36.874Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-03T15:35:36.874Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-03T15:35:36.985Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-03T15:35:36.988Z] $ docker exec e1634871c8a1fc3ca686da014f309452a4e611db954513a577b5df760ba721bf ssh-agent [2023-01-03T15:35:37.095Z] SSH_AUTH_SOCK=/tmp/ssh-N75hG6wnkK7C/agent.32 [2023-01-03T15:35:37.095Z] SSH_AGENT_PID=38 [2023-01-03T15:35:37.100Z] Running ssh-add (command line suppressed) [2023-01-03T15:35:37.205Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16629991598387292279.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16629991598387292279.key) [2023-01-03T15:35:37.217Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-03T15:35:37.504Z] + git semver bump pre [2023-01-03T15:35:37.763Z] 2023-01-03 15:35:37,675 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-01-03T15:35:37.763Z] 2023-01-03 15:35:37,675 [bump_version] DEBUG bumping version:3.0.0-dev.5 on axis:pre with prefix:dev [2023-01-03T15:35:37.763Z] 2023-01-03 15:35:37,675 [bump_version] DEBUG bumped version:3.0.0-dev.6 [2023-01-03T15:35:37.763Z] 2023-01-03 15:35:37,675 [write_version] DEBUG write version:3.0.0-dev.6 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True [2023-01-03T15:35:37.763Z] 2023-01-03 15:35:37,675 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-01-03T15:35:37.763Z] 2023-01-03 15:35:37,675 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-01-03T15:35:37.763Z] 2023-01-03 15:35:37,677 [execute] INFO git cat-file --batch-check [2023-01-03T15:35:37.763Z] 2023-01-03 15:35:37,677 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-01-03T15:35:37.763Z] 2023-01-03 15:35:37,682 [execute] INFO git cat-file --batch [2023-01-03T15:35:37.763Z] 2023-01-03 15:35:37,682 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-01-03T15:35:37.763Z] 2023-01-03 15:35:37,688 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-01-03T15:35:37.763Z] 3.0.0-dev.6 [Pipeline] } [2023-01-03T15:35:37.773Z] $ docker exec --env ******** --env ******** e1634871c8a1fc3ca686da014f309452a4e611db954513a577b5df760ba721bf ssh-agent -k [2023-01-03T15:35:37.882Z] unset SSH_AUTH_SOCK; [2023-01-03T15:35:37.883Z] unset SSH_AGENT_PID; [2023-01-03T15:35:37.883Z] echo Agent pid 38 killed; [2023-01-03T15:35:37.891Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-03T15:35:38.192Z] + git semver [Pipeline] } [2023-01-03T15:35:38.463Z] $ docker stop --time=1 e1634871c8a1fc3ca686da014f309452a4e611db954513a577b5df760ba721bf [2023-01-03T15:35:39.763Z] $ docker rm -f --volumes e1634871c8a1fc3ca686da014f309452a4e611db954513a577b5df760ba721bf [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-03T15:35:40.092Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-03T15:35:40.092Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T15:35:40.389Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-03T15:35:40.389Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T15:35:40.538Z] prd-ubuntu20.04-docker-8c-8g-901 does not seem to be running inside a container [2023-01-03T15:35:40.901Z] $ 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-01-03T15:35:41.231Z] $ docker top 6221599a1c91482bc0df0faac3349dffa58ba8efb48f6090e790a636da981d62 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-03T15:35:41.316Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-03T15:35:41.316Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-03T15:35:41.437Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-03T15:35:41.440Z] $ docker exec 6221599a1c91482bc0df0faac3349dffa58ba8efb48f6090e790a636da981d62 ssh-agent [2023-01-03T15:35:41.548Z] SSH_AUTH_SOCK=/tmp/ssh-nLS7TSJw2oau/agent.31 [2023-01-03T15:35:41.548Z] SSH_AGENT_PID=37 [2023-01-03T15:35:41.553Z] Running ssh-add (command line suppressed) [2023-01-03T15:35:41.658Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_9436798520947969620.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_9436798520947969620.key) [2023-01-03T15:35:41.670Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-03T15:35:41.956Z] + git semver push [2023-01-03T15:35:42.215Z] 2023-01-03 15:35:42,139 [run_push] DEBUG push [2023-01-03T15:35:42.215Z] 2023-01-03 15:35:42,140 [execute] INFO git cat-file --batch-check [2023-01-03T15:35:42.215Z] 2023-01-03 15:35:42,140 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-01-03T15:35:42.215Z] 2023-01-03 15:35:42,145 [execute] INFO git rev-list f24c6b355ed5ae4141d62e06202ee9c07da1f3fe -- [2023-01-03T15:35:42.215Z] 2023-01-03 15:35:42,145 [execute] DEBUG Popen(['git', 'rev-list', 'f24c6b355ed5ae4141d62e06202ee9c07da1f3fe', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-03T15:35:42.215Z] 2023-01-03 15:35:42,158 [execute] INFO git fetch -v origin [2023-01-03T15:35:42.215Z] 2023-01-03 15:35:42,159 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-01-03T15:35:43.153Z] 2023-01-03 15:35:43,001 [run_push] DEBUG no remote changes detected [2023-01-03T15:35:43.153Z] 2023-01-03 15:35:43,002 [execute] INFO git push origin semver [2023-01-03T15:35:43.153Z] 2023-01-03 15:35:43,002 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-03T15:35:44.534Z] 2023-01-03 15:35:44,185 [run_push] DEBUG push all version tags [2023-01-03T15:35:44.534Z] 2023-01-03 15:35:44,185 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-01-03T15:35:44.534Z] 2023-01-03 15:35:44,186 [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-01-03T15:35:45.472Z] 2023-01-03 15:35:45,350 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-01-03T15:35:45.472Z] 3.0.0-dev.6 [Pipeline] } [2023-01-03T15:35:45.482Z] $ docker exec --env ******** --env ******** 6221599a1c91482bc0df0faac3349dffa58ba8efb48f6090e790a636da981d62 ssh-agent -k [2023-01-03T15:35:45.583Z] unset SSH_AUTH_SOCK; [2023-01-03T15:35:45.583Z] unset SSH_AGENT_PID; [2023-01-03T15:35:45.583Z] echo Agent pid 37 killed; [2023-01-03T15:35:45.593Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-03T15:35:45.892Z] + git semver [Pipeline] } [2023-01-03T15:35:46.165Z] $ docker stop --time=1 6221599a1c91482bc0df0faac3349dffa58ba8efb48f6090e790a636da981d62 [2023-01-03T15:35:47.434Z] $ docker rm -f --volumes 6221599a1c91482bc0df0faac3349dffa58ba8efb48f6090e790a636da981d62 [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-01-03T15:35:47.993Z] + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] [2023-01-03T15:35:47.993Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-01-03T15:35:47.993Z] total 16 [2023-01-03T15:35:47.993Z] drwxr-xr-x 3 root root 4096 Jan 3 15:26 . [2023-01-03T15:35:47.993Z] drwxrwxr-x 12 jenkins jenkins 4096 Jan 3 15:35 .. [2023-01-03T15:35:47.993Z] drwxr-xr-x 2 root root 4096 Jan 3 15:26 cost [2023-01-03T15:35:47.993Z] -rw-r--r-- 1 root root 85 Jan 3 15:26 cost.csv [2023-01-03T15:35:47.993Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-01-03T15:35:47.993Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-01-03T15:35:47.993Z] total 16 [2023-01-03T15:35:47.993Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 3 15:26 . [2023-01-03T15:35:47.993Z] drwxrwxr-x 12 jenkins jenkins 4096 Jan 3 15:35 .. [2023-01-03T15:35:47.993Z] drwxr-xr-x 2 jenkins jenkins 4096 Jan 3 15:26 cost [2023-01-03T15:35:47.993Z] -rw-r--r-- 1 jenkins jenkins 85 Jan 3 15:26 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-01-03T15:35:48.279Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-03T15:35:49.131Z] ---> package-listing.sh [2023-01-03T15:35:49.131Z] ++ facter osfamily [2023-01-03T15:35:49.131Z] ++ tr '[:upper:]' '[:lower:]' [2023-01-03T15:35:49.390Z] + OS_FAMILY=debian [2023-01-03T15:35:49.390Z] + workspace=/w/workspace/edgexfoundry_device-sdk-go_main [2023-01-03T15:35:49.390Z] + START_PACKAGES=/tmp/packages_start.txt [2023-01-03T15:35:49.390Z] + END_PACKAGES=/tmp/packages_end.txt [2023-01-03T15:35:49.390Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-01-03T15:35:49.390Z] + PACKAGES=/tmp/packages_start.txt [2023-01-03T15:35:49.390Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2023-01-03T15:35:49.390Z] + PACKAGES=/tmp/packages_end.txt [2023-01-03T15:35:49.390Z] + case "${OS_FAMILY}" in [2023-01-03T15:35:49.390Z] + dpkg -l [2023-01-03T15:35:49.390Z] + grep '^ii' [2023-01-03T15:35:49.390Z] + '[' -f /tmp/packages_start.txt ']' [2023-01-03T15:35:49.390Z] + '[' -f /tmp/packages_end.txt ']' [2023-01-03T15:35:49.390Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-01-03T15:35:49.390Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2023-01-03T15:35:49.390Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [2023-01-03T15:35:49.390Z] + 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-01-03T15:35:49.402Z] 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-01-03T15:35:49.678Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T15:35:50.241Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-03T15:35:50.241Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T15:35:50.321Z] prd-ubuntu20.04-docker-8c-8g-901 does not seem to be running inside a container [2023-01-03T15:35:50.347Z] $ 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-01-03T15:35:50.538Z] $ docker top 20680523fcca8db5ec4d4f743fe8748057a43d46c0ed44197b5d265dc6dda65a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-03T15:35:50.873Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-01-03T15:35:51.155Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-01-03T15:35:51.442Z] + ls /var/log/sa-host [2023-01-03T15:35:51.442Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-03T15:35:51.579Z] provisioning config files... [2023-01-03T15:35:51.592Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config4403368454678140401tmp [Pipeline] { [Pipeline] echo [2023-01-03T15:35:51.608Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-03T15:35:51.891Z] ---> create-netrc.sh [Pipeline] } [2023-01-03T15:35:51.898Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-01-03T15:35:52.272Z] ---> python-tools-install.sh [Pipeline] echo [2023-01-03T15:35:52.291Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-03T15:35:52.592Z] ---> sudo-logs.sh [2023-01-03T15:35:52.592Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-01-03T15:35:52.648Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-03T15:35:52.933Z] ---> job-cost.sh [2023-01-03T15:35:52.933Z] lf-activate-venv: SKIPPING [2023-01-03T15:35:52.933Z] DEBUG: total: 0.2199999988079071 [2023-01-03T15:35:52.933Z] INFO: Retrieving Stack Cost... [2023-01-03T15:35:53.191Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-03T15:35:53.757Z] INFO: Archiving Costs [Pipeline] echo [2023-01-03T15:35:53.769Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-03T15:35:54.049Z] ---> logs-deploy.sh [2023-01-03T15:35:54.049Z] lf-activate-venv: SKIPPING [2023-01-03T15:35:54.049Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/135 [2023-01-03T15:35:54.049Z] INFO: archiving workspace using pattern(s): [2023-01-03T15:35:54.985Z] Archives upload complete. [2023-01-03T15:35:54.985Z] INFO: archiving logs to Nexus