Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from d7de237c874a90e81091b377f7571cc3981ed0ab 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-ssh9073538179021540801.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-ssh13242690522585597603.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-ssh14830671558547945006.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-ssh11593520811880637793.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-ssh8203549647831672381.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-ubuntu20.04-docker-8c-8g-4957 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 d7de237c874a90e81091b377f7571cc3981ed0ab (main) Commit message: "refactor!: Rework Command via MessageBus for new Request API response topic (#1305)" > 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 d7de237c874a90e81091b377f7571cc3981ed0ab # timeout=10 > git rev-list --no-walk 93a0268657819106988a1ad83ac56bb06d25ff7d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-07T17:33:48.005Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-07T17:33:48.047Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-07T17:33:48.058Z] ========================================================= [2023-02-07T17:33:48.058Z] EdgeX Global Pipelines Version Info [2023-02-07T17:33:48.058Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-07T17:33:48.798Z] ------------------- [2023-02-07T17:33:48.799Z] stable info: [2023-02-07T17:33:48.799Z] ------------------- [2023-02-07T17:33:48.799Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-07T17:33:48.799Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-07T17:33:48.799Z] Message: update stable to v1.0.244 [2023-02-07T17:33:49.371Z] ------------------- [2023-02-07T17:33:49.371Z] experimental info: [2023-02-07T17:33:49.371Z] ------------------- [2023-02-07T17:33:49.372Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-07T17:33:49.372Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-07T17:33:49.372Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-07T17:33:49.542Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2023-02-07T17:33:49.550Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2023-02-07T17:33:49.559Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-07T17:33:49.579Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-07T17:33:49.591Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-07T17:33:49.602Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-07T17:33:49.614Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-07T17:33:49.627Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2023-02-07T17:33:49.640Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-07T17:33:49.654Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-07T17:33:49.672Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-07T17:33:49.685Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2023-02-07T17:33:49.702Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-07T17:33:49.714Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-07T17:33:49.727Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-07T17:33:49.739Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-02-07T17:33:49.755Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-02-07T17:33:49.769Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-02-07T17:33:49.785Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-07T17:33:49.796Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-07T17:33:49.808Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-02-07T17:33:49.823Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-02-07T17:33:49.834Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-02-07T17:33:49.851Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-02-07T17:33:49.859Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-02-07T17:33:49.868Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-07T17:33:49.876Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-07T17:33:49.885Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-02-07T17:33:49.894Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-02-07T17:33:49.910Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-02-07T17:33:49.921Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d7de237c874a90e81091b377f7571cc3981ed0ab [Pipeline] echo [2023-02-07T17:33:49.940Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d7de237 [Pipeline] echo [2023-02-07T17:33:49.952Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-07T17:33:49.997Z] provisioning config files... [2023-02-07T17:33:50.013Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config8656336030113019578tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-07T17:33:50.318Z] ---> docker-login.sh [2023-02-07T17:33:50.318Z] nexus3.edgexfoundry.org:10001 [2023-02-07T17:33:50.579Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T17:33:50.849Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T17:33:50.849Z] Configure a credential helper to remove this warning. See [2023-02-07T17:33:50.849Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T17:33:50.849Z] [2023-02-07T17:33:50.849Z] Login Succeeded [2023-02-07T17:33:50.849Z] nexus3.edgexfoundry.org:10002 [2023-02-07T17:33:50.849Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T17:33:50.849Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T17:33:50.849Z] Configure a credential helper to remove this warning. See [2023-02-07T17:33:50.849Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T17:33:50.849Z] [2023-02-07T17:33:50.849Z] Login Succeeded [2023-02-07T17:33:50.849Z] nexus3.edgexfoundry.org:10003 [2023-02-07T17:33:50.849Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T17:33:51.109Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T17:33:51.109Z] Configure a credential helper to remove this warning. See [2023-02-07T17:33:51.109Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T17:33:51.109Z] [2023-02-07T17:33:51.109Z] Login Succeeded [2023-02-07T17:33:51.109Z] nexus3.edgexfoundry.org:10004 [2023-02-07T17:33:51.109Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T17:33:51.109Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T17:33:51.109Z] Configure a credential helper to remove this warning. See [2023-02-07T17:33:51.109Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T17:33:51.109Z] [2023-02-07T17:33:51.109Z] Login Succeeded [2023-02-07T17:33:51.109Z] docker.io [2023-02-07T17:33:51.109Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T17:33:51.372Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T17:33:51.372Z] Configure a credential helper to remove this warning. See [2023-02-07T17:33:51.372Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T17:33:51.372Z] [2023-02-07T17:33:51.372Z] Login Succeeded [2023-02-07T17:33:51.372Z] ---> docker-login.sh ends [Pipeline] } [2023-02-07T17:33:51.385Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-07T17:33:51.735Z] + git rev-list -1 --merges d7de237c874a90e81091b377f7571cc3981ed0ab~1..d7de237c874a90e81091b377f7571cc3981ed0ab [Pipeline] echo [2023-02-07T17:33:51.807Z] -----------> git rev-list -1 --merges d7de237c874a90e81091b377f7571cc3981ed0ab~1..d7de237c874a90e81091b377f7571cc3981ed0ab d7de237c874a90e81091b377f7571cc3981ed0ab [false] [Pipeline] sh [2023-02-07T17:33:52.098Z] + git log --format=format:%s -1 d7de237c874a90e81091b377f7571cc3981ed0ab [Pipeline] echo [2023-02-07T17:33:52.114Z] ========================================================= [2023-02-07T17:33:52.114Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-07T17:33:52.114Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-07T17:33:52.440Z] + git log --format=format:%s -1 d7de237c874a90e81091b377f7571cc3981ed0ab [Pipeline] echo [2023-02-07T17:33:52.452Z] [semverPrep] GIT_COMMIT: d7de237c874a90e81091b377f7571cc3981ed0ab, Commit Message: refactor!: Rework Command via MessageBus for new Request API response topic (#1305) [Pipeline] echo [2023-02-07T17:33:52.463Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-02-07T17:33:52.823Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-07T17:33:52.823Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-07T17:33:52.823Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-07T17:33:52.823Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-07T17:33:52.823Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-07T17:33:52.823Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-07T17:33:52.823Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T17:33:53.233Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-07T17:33:53.233Z] [2023-02-07T17:33:53.233Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T17:33:53.543Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-07T17:33:53.543Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-07T17:33:53.543Z] b85a868b505f: Pulling fs layer [2023-02-07T17:33:53.543Z] e2be974225ed: Pulling fs layer [2023-02-07T17:33:53.543Z] 339a4e72a1f5: Pulling fs layer [2023-02-07T17:33:53.543Z] 988bab9f4d93: Pulling fs layer [2023-02-07T17:33:53.543Z] 1469e6f7b9e6: Pulling fs layer [2023-02-07T17:33:53.543Z] eaf3925da568: Pulling fs layer [2023-02-07T17:33:53.543Z] bab4dde63d76: Pulling fs layer [2023-02-07T17:33:53.543Z] bde34c3a00c8: Pulling fs layer [2023-02-07T17:33:53.543Z] b352a97aabf1: Pulling fs layer [2023-02-07T17:33:53.543Z] 4872d77fe225: Pulling fs layer [2023-02-07T17:33:53.543Z] 5851b861e8e6: Pulling fs layer [2023-02-07T17:33:53.543Z] bab4dde63d76: Waiting [2023-02-07T17:33:53.543Z] bde34c3a00c8: Waiting [2023-02-07T17:33:53.543Z] b352a97aabf1: Waiting [2023-02-07T17:33:53.543Z] 4872d77fe225: Waiting [2023-02-07T17:33:53.543Z] 5851b861e8e6: Waiting [2023-02-07T17:33:53.543Z] 988bab9f4d93: Waiting [2023-02-07T17:33:53.543Z] 1469e6f7b9e6: Waiting [2023-02-07T17:33:53.543Z] e2be974225ed: Verifying Checksum [2023-02-07T17:33:53.543Z] e2be974225ed: Download complete [2023-02-07T17:33:53.806Z] 988bab9f4d93: Verifying Checksum [2023-02-07T17:33:53.806Z] 988bab9f4d93: Download complete [2023-02-07T17:33:53.806Z] 1469e6f7b9e6: Verifying Checksum [2023-02-07T17:33:53.806Z] 1469e6f7b9e6: Download complete [2023-02-07T17:33:53.806Z] eaf3925da568: Verifying Checksum [2023-02-07T17:33:53.806Z] eaf3925da568: Download complete [2023-02-07T17:33:53.806Z] 339a4e72a1f5: Verifying Checksum [2023-02-07T17:33:53.806Z] 339a4e72a1f5: Download complete [2023-02-07T17:33:54.066Z] bde34c3a00c8: Verifying Checksum [2023-02-07T17:33:54.066Z] bde34c3a00c8: Download complete [2023-02-07T17:33:54.066Z] b352a97aabf1: Verifying Checksum [2023-02-07T17:33:54.066Z] b352a97aabf1: Download complete [2023-02-07T17:33:54.066Z] 4872d77fe225: Download complete [2023-02-07T17:33:54.066Z] 5851b861e8e6: Verifying Checksum [2023-02-07T17:33:54.066Z] 5851b861e8e6: Download complete [2023-02-07T17:33:54.066Z] b85a868b505f: Verifying Checksum [2023-02-07T17:33:54.066Z] b85a868b505f: Download complete [2023-02-07T17:33:54.634Z] bab4dde63d76: Verifying Checksum [2023-02-07T17:33:54.634Z] bab4dde63d76: Download complete [2023-02-07T17:33:55.570Z] b85a868b505f: Pull complete [2023-02-07T17:33:55.571Z] e2be974225ed: Pull complete [2023-02-07T17:33:56.508Z] 339a4e72a1f5: Pull complete [2023-02-07T17:33:56.508Z] 988bab9f4d93: Pull complete [2023-02-07T17:33:56.768Z] 1469e6f7b9e6: Pull complete [2023-02-07T17:33:56.768Z] eaf3925da568: Pull complete [2023-02-07T17:33:58.673Z] bab4dde63d76: Pull complete [2023-02-07T17:33:58.673Z] bde34c3a00c8: Pull complete [2023-02-07T17:33:58.933Z] b352a97aabf1: Pull complete [2023-02-07T17:33:58.933Z] 4872d77fe225: Pull complete [2023-02-07T17:33:59.195Z] 5851b861e8e6: Pull complete [2023-02-07T17:33:59.195Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-07T17:33:59.195Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-07T17:33:59.195Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T17:33:59.283Z] prd-ubuntu20.04-docker-8c-8g-4957 does not seem to be running inside a container [2023-02-07T17:33:59.313Z] $ 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-02-07T17:34:01.478Z] $ docker top 2ce424c770148c68dd2a1905ffa6c23772783e933e0964bf68ce0a4cc5d43845 -eo pid,comm [2023-02-07T17:34:01.532Z] 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-02-07T17:34:01.532Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-07T17:34:01.572Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-07T17:34:01.572Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-07T17:34:01.695Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-07T17:34:01.702Z] $ docker exec 2ce424c770148c68dd2a1905ffa6c23772783e933e0964bf68ce0a4cc5d43845 ssh-agent [2023-02-07T17:34:01.814Z] SSH_AUTH_SOCK=/tmp/ssh-I9N8NIhrCsHR/agent.31 [2023-02-07T17:34:01.814Z] SSH_AGENT_PID=37 [2023-02-07T17:34:01.820Z] Running ssh-add (command line suppressed) [2023-02-07T17:34:01.930Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16814867687801268619.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16814867687801268619.key) [2023-02-07T17:34:01.941Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-07T17:34:02.227Z] + git tag --points-at HEAD [Pipeline] } [2023-02-07T17:34:02.242Z] $ docker exec --env ******** --env ******** 2ce424c770148c68dd2a1905ffa6c23772783e933e0964bf68ce0a4cc5d43845 ssh-agent -k [2023-02-07T17:34:02.348Z] unset SSH_AUTH_SOCK; [2023-02-07T17:34:02.349Z] unset SSH_AGENT_PID; [2023-02-07T17:34:02.349Z] echo Agent pid 37 killed; [2023-02-07T17:34:02.355Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-07T17:34:02.385Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-07T17:34:02.385Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-07T17:34:02.506Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-07T17:34:02.512Z] $ docker exec 2ce424c770148c68dd2a1905ffa6c23772783e933e0964bf68ce0a4cc5d43845 ssh-agent [2023-02-07T17:34:02.621Z] SSH_AUTH_SOCK=/tmp/ssh-G1u9iLy6qvIb/agent.69 [2023-02-07T17:34:02.621Z] SSH_AGENT_PID=75 [2023-02-07T17:34:02.626Z] Running ssh-add (command line suppressed) [2023-02-07T17:34:02.738Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_7566014449380077974.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_7566014449380077974.key) [2023-02-07T17:34:02.750Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-07T17:34:03.055Z] + git semver init [2023-02-07T17:34:03.315Z] 2023-02-07 17:34:03,291 [run_init] DEBUG init version:0.0.0 force:False [2023-02-07T17:34:03.315Z] 2023-02-07 17:34:03,292 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver [2023-02-07T17:34:03.315Z] 2023-02-07 17:34:03,293 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver [2023-02-07T17:34:03.315Z] 2023-02-07 17:34:03,293 [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-02-07T17:34:04.696Z] 2023-02-07 17:34:04,578 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude [2023-02-07T17:34:04.696Z] 2023-02-07 17:34:04,578 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False [2023-02-07T17:34:04.696Z] 2023-02-07 17:34:04,579 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-07T17:34:04.696Z] 2023-02-07 17:34:04,579 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-07T17:34:04.696Z] 3.0.0-dev.21 [Pipeline] } [2023-02-07T17:34:04.710Z] $ docker exec --env ******** --env ******** 2ce424c770148c68dd2a1905ffa6c23772783e933e0964bf68ce0a4cc5d43845 ssh-agent -k [2023-02-07T17:34:04.802Z] unset SSH_AUTH_SOCK; [2023-02-07T17:34:04.802Z] unset SSH_AGENT_PID; [2023-02-07T17:34:04.803Z] echo Agent pid 75 killed; [2023-02-07T17:34:04.809Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-07T17:34:05.116Z] + git semver [Pipeline] } [2023-02-07T17:34:05.394Z] $ docker stop --time=1 2ce424c770148c68dd2a1905ffa6c23772783e933e0964bf68ce0a4cc5d43845 [2023-02-07T17:34:06.751Z] $ docker rm -f --volumes 2ce424c770148c68dd2a1905ffa6c23772783e933e0964bf68ce0a4cc5d43845 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-07T17:34:07.087Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-07T17:34:07.304Z] Stashed 1 file(s) [Pipeline] echo [2023-02-07T17:34:07.307Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.21 [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-02-07T17:34:07.460Z] provisioning config files... [2023-02-07T17:34:07.469Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config16066905505581348745tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-07T17:34:07.774Z] ---> docker-login.sh [2023-02-07T17:34:07.774Z] nexus3.edgexfoundry.org:10001 [2023-02-07T17:34:07.774Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T17:34:07.774Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T17:34:07.774Z] Configure a credential helper to remove this warning. See [2023-02-07T17:34:07.774Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T17:34:07.774Z] [2023-02-07T17:34:07.774Z] Login Succeeded [2023-02-07T17:34:07.774Z] nexus3.edgexfoundry.org:10002 [2023-02-07T17:34:07.774Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T17:34:07.774Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T17:34:07.774Z] Configure a credential helper to remove this warning. See [2023-02-07T17:34:07.774Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T17:34:07.774Z] [2023-02-07T17:34:07.774Z] Login Succeeded [2023-02-07T17:34:08.038Z] nexus3.edgexfoundry.org:10003 [2023-02-07T17:34:08.038Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T17:34:08.038Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T17:34:08.038Z] Configure a credential helper to remove this warning. See [2023-02-07T17:34:08.038Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T17:34:08.038Z] [2023-02-07T17:34:08.038Z] Login Succeeded [2023-02-07T17:34:08.038Z] nexus3.edgexfoundry.org:10004 [2023-02-07T17:34:08.038Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T17:34:08.038Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T17:34:08.038Z] Configure a credential helper to remove this warning. See [2023-02-07T17:34:08.038Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T17:34:08.038Z] [2023-02-07T17:34:08.038Z] Login Succeeded [2023-02-07T17:34:08.038Z] docker.io [2023-02-07T17:34:08.299Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T17:34:08.559Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T17:34:08.559Z] Configure a credential helper to remove this warning. See [2023-02-07T17:34:08.559Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T17:34:08.559Z] [2023-02-07T17:34:08.559Z] Login Succeeded [2023-02-07T17:34:08.559Z] ---> docker-login.sh ends [Pipeline] } [2023-02-07T17:34:08.569Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-07T17:34:08.645Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-07T17:34:08.660Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-07T17:34:08.669Z] ========================================================= [2023-02-07T17:34:08.669Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-07T17:34:08.669Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T17:34:09.000Z] + 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-02-07T17:34:09.000Z] Sending build context to Docker daemon 10.52MB [2023-02-07T17:34:09.000Z] Step 1/10 : ARG BASE=golang:1.18-alpine3.16 [2023-02-07T17:34:09.000Z] Step 2/10 : FROM ${BASE} AS builder [2023-02-07T17:34:09.000Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-07T17:34:09.000Z] 213ec9aee27d: Pulling fs layer [2023-02-07T17:34:09.000Z] 4583459ba037: Pulling fs layer [2023-02-07T17:34:09.000Z] 93c1e223e6f2: Pulling fs layer [2023-02-07T17:34:09.000Z] 53926ce57604: Pulling fs layer [2023-02-07T17:34:09.000Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-07T17:34:09.000Z] 22ff95d597cd: Pulling fs layer [2023-02-07T17:34:09.000Z] 12d6caf4c0d1: Pulling fs layer [2023-02-07T17:34:09.000Z] 96b7cbca73a9: Pulling fs layer [2023-02-07T17:34:09.000Z] a7acece74701: Pulling fs layer [2023-02-07T17:34:09.000Z] 21b2b0c7a3f4: Waiting [2023-02-07T17:34:09.000Z] 22ff95d597cd: Waiting [2023-02-07T17:34:09.000Z] 12d6caf4c0d1: Waiting [2023-02-07T17:34:09.000Z] 96b7cbca73a9: Waiting [2023-02-07T17:34:09.000Z] 53926ce57604: Waiting [2023-02-07T17:34:09.000Z] a7acece74701: Waiting [2023-02-07T17:34:09.000Z] 93c1e223e6f2: Verifying Checksum [2023-02-07T17:34:09.000Z] 93c1e223e6f2: Download complete [2023-02-07T17:34:09.263Z] 4583459ba037: Verifying Checksum [2023-02-07T17:34:09.263Z] 4583459ba037: Download complete [2023-02-07T17:34:09.263Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-07T17:34:09.263Z] 21b2b0c7a3f4: Download complete [2023-02-07T17:34:09.263Z] 22ff95d597cd: Verifying Checksum [2023-02-07T17:34:09.263Z] 22ff95d597cd: Download complete [2023-02-07T17:34:09.263Z] 213ec9aee27d: Verifying Checksum [2023-02-07T17:34:09.263Z] 213ec9aee27d: Download complete [2023-02-07T17:34:09.263Z] 213ec9aee27d: Pull complete [2023-02-07T17:34:09.528Z] 4583459ba037: Pull complete [2023-02-07T17:34:09.528Z] 93c1e223e6f2: Pull complete [2023-02-07T17:34:10.131Z] a7acece74701: Verifying Checksum [2023-02-07T17:34:10.131Z] a7acece74701: Download complete [2023-02-07T17:34:10.395Z] 53926ce57604: Verifying Checksum [2023-02-07T17:34:10.395Z] 53926ce57604: Download complete [2023-02-07T17:34:10.395Z] 96b7cbca73a9: Verifying Checksum [2023-02-07T17:34:10.395Z] 96b7cbca73a9: Download complete [2023-02-07T17:34:14.589Z] 53926ce57604: Pull complete [2023-02-07T17:34:14.589Z] 21b2b0c7a3f4: Pull complete [2023-02-07T17:34:14.589Z] 22ff95d597cd: Pull complete [2023-02-07T17:34:14.589Z] 12d6caf4c0d1: Pull complete [2023-02-07T17:34:17.120Z] 96b7cbca73a9: Pull complete [2023-02-07T17:34:17.688Z] a7acece74701: Pull complete [2023-02-07T17:34:17.688Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-07T17:34:17.688Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-07T17:34:17.688Z] ---> db6d94c90886 [2023-02-07T17:34:17.688Z] Step 3/10 : ARG MAKE=make build [2023-02-07T17:34:19.591Z] ---> Running in 59b38a4c42f3 [2023-02-07T17:34:19.591Z] Removing intermediate container 59b38a4c42f3 [2023-02-07T17:34:19.591Z] ---> 190794a19108 [2023-02-07T17:34:19.591Z] Step 4/10 : WORKDIR /device-sdk-go [2023-02-07T17:34:19.850Z] ---> Running in 70a8c4d20450 [2023-02-07T17:34:19.850Z] Removing intermediate container 70a8c4d20450 [2023-02-07T17:34:19.850Z] ---> e24a5b8f5a7c [2023-02-07T17:34:19.850Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-07T17:34:19.850Z] ---> Running in 753474c57156 [2023-02-07T17:34:20.109Z] Removing intermediate container 753474c57156 [2023-02-07T17:34:20.109Z] ---> 9d23cc8644e9 [2023-02-07T17:34:20.109Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-02-07T17:34:20.109Z] ---> Running in a9fc936c2019 [2023-02-07T17:34:20.368Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-07T17:34:20.627Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-07T17:34:20.887Z] OK: 211 MiB in 51 packages [2023-02-07T17:34:21.153Z] Removing intermediate container a9fc936c2019 [2023-02-07T17:34:21.153Z] ---> efc90f046c14 [2023-02-07T17:34:21.153Z] Step 7/10 : COPY go.mod vendor* ./ [2023-02-07T17:34:21.413Z] ---> 96ca38b816fd [2023-02-07T17:34:21.413Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T17:34:21.413Z] ---> Running in 483ee5d94c89 [2023-02-07T17:34:22.417Z] Still waiting to schedule task [2023-02-07T17:34:22.417Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-02-07T17:35:00.155Z] Removing intermediate container 483ee5d94c89 [2023-02-07T17:35:00.155Z] ---> ca3173390037 [2023-02-07T17:35:00.155Z] Step 9/10 : COPY . . [2023-02-07T17:35:00.155Z] ---> 2882278ed906 [2023-02-07T17:35:00.155Z] Step 10/10 : RUN ${MAKE} [2023-02-07T17:35:00.155Z] ---> Running in 300f341c822e [2023-02-07T17:35:00.155Z] noop [2023-02-07T17:35:00.155Z] Removing intermediate container 300f341c822e [2023-02-07T17:35:00.155Z] ---> f899180281f6 [2023-02-07T17:35:00.155Z] Successfully built f899180281f6 [2023-02-07T17:35:00.155Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T17:35:00.469Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-07T17:35:00.469Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T17:35:00.550Z] prd-ubuntu20.04-docker-8c-8g-4957 does not seem to be running inside a container [2023-02-07T17:35:00.581Z] $ 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-02-07T17:35:00.988Z] $ docker top 797c1c40050661e9f7dd9e81a537bccb50b939baa56475581b4196b932b25383 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-07T17:35:01.329Z] + go version [2023-02-07T17:35:01.329Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-07T17:35:01.341Z] $ docker stop --time=1 797c1c40050661e9f7dd9e81a537bccb50b939baa56475581b4196b932b25383 [2023-02-07T17:35:02.664Z] $ docker rm -f --volumes 797c1c40050661e9f7dd9e81a537bccb50b939baa56475581b4196b932b25383 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T17:35:03.093Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-07T17:35:03.093Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T17:35:03.177Z] prd-ubuntu20.04-docker-8c-8g-4957 does not seem to be running inside a container [2023-02-07T17:35:03.214Z] $ 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-02-07T17:35:03.626Z] $ docker top fb075dc14213a17a76ead6f6b72cd5489b82569fc588530750e773cdfc40a821 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-07T17:35:03.971Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh [2023-02-07T17:35:04.270Z] + make test [2023-02-07T17:35:04.270Z] go test -race -coverprofile=coverage.out ./... [2023-02-07T17:35:10.835Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-02-07T17:35:25.707Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-02-07T17:35:25.707Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-02-07T17:35:25.707Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-02-07T17:35:25.707Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-02-07T17:35:25.707Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-02-07T17:35:25.707Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.057s coverage: 27.6% of statements [2023-02-07T17:35:25.707Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.066s coverage: 78.9% of statements [2023-02-07T17:35:25.707Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] [2023-02-07T17:35:25.707Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.125s coverage: 77.8% of statements [2023-02-07T17:35:25.707Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-02-07T17:35:25.707Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-02-07T17:35:26.275Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.108s coverage: 59.8% of statements [2023-02-07T17:35:26.275Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-02-07T17:35:26.275Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging [no test files] [2023-02-07T17:35:26.275Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-02-07T17:35:26.275Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.101s coverage: 65.2% of statements [2023-02-07T17:35:26.275Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-02-07T17:35:26.275Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-02-07T17:35:26.275Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.763s coverage: 89.2% of statements [2023-02-07T17:35:26.275Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] [2023-02-07T17:35:26.275Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.058s coverage: 4.7% of statements [2023-02-07T17:35:26.275Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-02-07T17:35:44.351Z] 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-02-07T17:35:44.351Z] GO111MODULE=on go vet ./... [2023-02-07T17:35:47.632Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-07T17:35:47.632Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-07T17:35:47.632Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-07T17:35:47.643Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-07T17:35:47.659Z] $ docker stop --time=1 fb075dc14213a17a76ead6f6b72cd5489b82569fc588530750e773cdfc40a821 [2023-02-07T17:35:50.103Z] $ docker rm -f --volumes fb075dc14213a17a76ead6f6b72cd5489b82569fc588530750e773cdfc40a821 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-07T17:35:50.637Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-07T17:35:50.721Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-02-07T17:35:51.214Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-07T17:35:51.319Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4959 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] ws [2023-02-07T17:35:51.332Z] Running in /w/workspace/device-sdk-go/151 [Pipeline] { [Pipeline] checkout [2023-02-07T17:35:51.362Z] The recommended git tool is: git [2023-02-07T17:35:51.545Z] + ls -al . [2023-02-07T17:35:51.545Z] total 272 [2023-02-07T17:35:51.545Z] drwxrwxr-x 11 jenkins jenkins 4096 Feb 7 17:35 . [2023-02-07T17:35:51.545Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 7 17:33 .. [2023-02-07T17:35:51.545Z] -rw-rw-r-- 1 jenkins jenkins 140 Feb 7 17:33 .dockerignore [2023-02-07T17:35:51.545Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 7 17:35 .git [2023-02-07T17:35:51.545Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 7 17:33 .github [2023-02-07T17:35:51.545Z] -rw-rw-r-- 1 jenkins jenkins 131 Feb 7 17:33 .gitignore [2023-02-07T17:35:51.545Z] -rw-rw-r-- 1 jenkins jenkins 42 Feb 7 17:33 .golangci.yml [2023-02-07T17:35:51.545Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 7 17:34 .semver [2023-02-07T17:35:51.545Z] -rw-rw-r-- 1 jenkins jenkins 31677 Feb 7 17:33 CHANGELOG.md [2023-02-07T17:35:51.545Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 7 17:33 GOVERNANCE.md [2023-02-07T17:35:51.545Z] -rw-rw-r-- 1 jenkins jenkins 885 Feb 7 17:33 Jenkinsfile [2023-02-07T17:35:51.545Z] -rw-rw-r-- 1 jenkins jenkins 11341 Feb 7 17:33 LICENSE [2023-02-07T17:35:51.545Z] -rw-rw-r-- 1 jenkins jenkins 1679 Feb 7 17:33 Makefile [2023-02-07T17:35:51.545Z] -rw-rw-r-- 1 jenkins jenkins 619 Feb 7 17:33 OWNERS.md [2023-02-07T17:35:51.545Z] -rw-rw-r-- 1 jenkins jenkins 4891 Feb 7 17:33 README.md [2023-02-07T17:35:51.545Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 7 17:34 VERSION [2023-02-07T17:35:51.545Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 7 17:33 bin [2023-02-07T17:35:51.545Z] -rw-r--r-- 1 jenkins jenkins 100848 Feb 7 17:35 coverage.out [2023-02-07T17:35:51.545Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 7 17:33 example [2023-02-07T17:35:51.545Z] -rw-rw-r-- 1 jenkins jenkins 3264 Feb 7 17:33 go.mod [2023-02-07T17:35:51.545Z] -rw-rw-r-- 1 jenkins jenkins 32817 Feb 7 17:33 go.sum [2023-02-07T17:35:51.545Z] drwxrwxr-x 13 jenkins jenkins 4096 Feb 7 17:33 internal [2023-02-07T17:35:51.545Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 7 17:33 openapi [2023-02-07T17:35:51.545Z] drwxrwxr-x 6 jenkins jenkins 4096 Feb 7 17:33 pkg [2023-02-07T17:35:51.545Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 7 17:33 snap [2023-02-07T17:35:51.545Z] -rw-rw-r-- 1 jenkins jenkins 222 Feb 7 17:33 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T17:35:51.864Z] + 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=d7de237c874a90e81091b377f7571cc3981ed0ab --label arch=amd64 --label version=3.0.0-dev.21 . [2023-02-07T17:35:51.864Z] Sending build context to Docker daemon 10.62MB [2023-02-07T17:35:51.864Z] Step 1/23 : ARG BASE=golang:1.18-alpine3.16 [2023-02-07T17:35:51.864Z] Step 2/23 : FROM ${BASE} AS builder [2023-02-07T17:35:51.864Z] ---> f899180281f6 [2023-02-07T17:35:51.864Z] Step 3/23 : ARG MAKE=make build [2023-02-07T17:35:52.123Z] ---> Running in 404981c27a26 [2023-02-07T17:35:52.123Z] Removing intermediate container 404981c27a26 [2023-02-07T17:35:52.123Z] ---> 1deb04cb30e0 [2023-02-07T17:35:52.123Z] Step 4/23 : WORKDIR /device-sdk-go [2023-02-07T17:35:52.123Z] ---> Running in 44ff5e78b5ce [2023-02-07T17:35:52.429Z] Removing intermediate container 44ff5e78b5ce [2023-02-07T17:35:52.429Z] ---> f1f3fc3a44f7 [2023-02-07T17:35:52.429Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-07T17:35:52.429Z] ---> Running in e2bb34a9c506 [2023-02-07T17:35:52.429Z] Removing intermediate container e2bb34a9c506 [2023-02-07T17:35:52.429Z] ---> a6932b398397 [2023-02-07T17:35:52.429Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-02-07T17:35:52.429Z] ---> Running in 888411ce4f3e [2023-02-07T17:35:52.715Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-07T17:35:52.996Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-07T17:35:53.274Z] OK: 211 MiB in 51 packages [2023-02-07T17:35:53.870Z] Removing intermediate container 888411ce4f3e [2023-02-07T17:35:53.870Z] ---> 3d423683abd9 [2023-02-07T17:35:53.870Z] Step 7/23 : COPY go.mod vendor* ./ [2023-02-07T17:35:53.870Z] ---> ba3f808f13df [2023-02-07T17:35:53.870Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T17:35:54.129Z] ---> Running in 8ba251876c5c [2023-02-07T17:35:55.066Z] Removing intermediate container 8ba251876c5c [2023-02-07T17:35:55.066Z] ---> 9cb8ba00964c [2023-02-07T17:35:55.066Z] Step 9/23 : COPY . . [2023-02-07T17:35:55.636Z] ---> 67e2cbc372e3 [2023-02-07T17:35:55.636Z] Step 10/23 : RUN ${MAKE} [2023-02-07T17:35:55.896Z] ---> Running in 006f91215ea7 [2023-02-07T17:35:56.155Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.21" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-02-07T17:35:56.584Z] using credential edgex-jenkins-ssh [2023-02-07T17:35:56.599Z] Cloning the remote Git repository [2023-02-07T17:35:56.648Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2023-02-07T17:35:56.725Z] > git init /w/workspace/device-sdk-go/151 # timeout=10 [2023-02-07T17:35:56.877Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2023-02-07T17:35:56.878Z] > git --version # timeout=10 [2023-02-07T17:35:56.898Z] > git --version # 'git version 2.25.1' [2023-02-07T17:35:56.900Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-07T17:35:56.958Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-07T17:35:58.535Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2023-02-07T17:35:58.554Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-07T17:35:59.315Z] Avoid second fetch [2023-02-07T17:35:59.315Z] Checking out Revision d7de237c874a90e81091b377f7571cc3981ed0ab (main) [2023-02-07T17:35:59.883Z] Commit message: "refactor!: Rework Command via MessageBus for new Request API response topic (#1305)" [2023-02-07T17:35:59.334Z] > git config core.sparsecheckout # timeout=10 [2023-02-07T17:35:59.352Z] > git checkout -f d7de237c874a90e81091b377f7571cc3981ed0ab # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-07T17:36:00.885Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-07T17:36:00.885Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-07T17:36:00.885Z] Dload Upload Total Spent Left Speed [2023-02-07T17:36:00.885Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 91078 0 --:--:-- --:--:-- --:--:-- 91078 [Pipeline] sh [2023-02-07T17:36:01.553Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-07T17:36:01.890Z] + sudo tee /etc/docker/daemon.new [2023-02-07T17:36:01.890Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-07T17:36:01.890Z] { [2023-02-07T17:36:01.890Z] "registry-mirrors": [ [2023-02-07T17:36:01.890Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-07T17:36:01.890Z] ], [2023-02-07T17:36:01.890Z] "bip": "10.250.0.254/24", [2023-02-07T17:36:01.890Z] "hosts": [ [2023-02-07T17:36:01.890Z] "tcp://0.0.0.0:5555", [2023-02-07T17:36:01.890Z] "unix:///var/run/docker.sock" [2023-02-07T17:36:01.890Z] ], [2023-02-07T17:36:01.890Z] "mtu": 1458, [2023-02-07T17:36:01.890Z] "selinux-enabled": true, [2023-02-07T17:36:01.890Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-07T17:36:01.890Z] } [Pipeline] sh [2023-02-07T17:36:02.238Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-07T17:36:02.593Z] + sudo service docker restart [2023-02-07T17:36:18.093Z] Removing intermediate container 006f91215ea7 [2023-02-07T17:36:18.094Z] ---> 7e199d5e6fe5 [2023-02-07T17:36:18.094Z] Step 11/23 : FROM alpine:3.16 [2023-02-07T17:36:18.094Z] 3.16: Pulling from library/alpine [2023-02-07T17:36:18.094Z] ca7dd9ec2225: Pulling fs layer [2023-02-07T17:36:18.094Z] ca7dd9ec2225: Verifying Checksum [2023-02-07T17:36:18.094Z] ca7dd9ec2225: Download complete [2023-02-07T17:36:18.094Z] ca7dd9ec2225: Pull complete [2023-02-07T17:36:18.094Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-07T17:36:18.094Z] Status: Downloaded newer image for alpine:3.16 [2023-02-07T17:36:18.094Z] ---> bfe296a52501 [2023-02-07T17:36:18.094Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-02-07T17:36:18.094Z] ---> Running in 8e8b22b4c4e8 [2023-02-07T17:36:18.094Z] Removing intermediate container 8e8b22b4c4e8 [2023-02-07T17:36:18.094Z] ---> 40901a048050 [2023-02-07T17:36:18.094Z] Step 13/23 : RUN apk add --update --no-cache [2023-02-07T17:36:18.094Z] ---> Running in 3812ea1efa01 [2023-02-07T17:36:18.094Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-07T17:36:18.094Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-07T17:36:18.094Z] OK: 6 MiB in 14 packages [2023-02-07T17:36:18.094Z] Removing intermediate container 3812ea1efa01 [2023-02-07T17:36:18.094Z] ---> d419179b7bb7 [2023-02-07T17:36:18.094Z] Step 14/23 : WORKDIR / [2023-02-07T17:36:18.094Z] ---> Running in 11c07ddbd911 [2023-02-07T17:36:18.357Z] Removing intermediate container 11c07ddbd911 [2023-02-07T17:36:18.357Z] ---> 26e30d7c294a [2023-02-07T17:36:18.357Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-02-07T17:36:18.357Z] ---> 50b364bb51c1 [2023-02-07T17:36:18.357Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-02-07T17:36:18.926Z] ---> f2e9b3c1c063 [2023-02-07T17:36:18.926Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-02-07T17:36:19.184Z] ---> 5ce5694983cf [2023-02-07T17:36:19.184Z] Step 18/23 : EXPOSE 59999 [2023-02-07T17:36:19.184Z] ---> Running in 30af8c912118 [2023-02-07T17:36:19.444Z] Removing intermediate container 30af8c912118 [2023-02-07T17:36:19.444Z] ---> 76ef3ca12bd5 [2023-02-07T17:36:19.444Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-02-07T17:36:19.444Z] ---> Running in 51e156680235 [2023-02-07T17:36:19.704Z] Removing intermediate container 51e156680235 [2023-02-07T17:36:19.704Z] ---> 2aac5b04ad05 [2023-02-07T17:36:19.704Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-07T17:36:19.704Z] ---> Running in fc7baa2c1ca4 [2023-02-07T17:36:19.704Z] Removing intermediate container fc7baa2c1ca4 [2023-02-07T17:36:19.704Z] ---> 1726aeb8260e [2023-02-07T17:36:19.704Z] Step 21/23 : LABEL arch=amd64 [2023-02-07T17:36:19.704Z] ---> Running in 2379458233ac [2023-02-07T17:36:19.965Z] Removing intermediate container 2379458233ac [2023-02-07T17:36:19.965Z] ---> 345cb12a2b2e [2023-02-07T17:36:19.965Z] Step 22/23 : LABEL git_sha=d7de237c874a90e81091b377f7571cc3981ed0ab [2023-02-07T17:36:19.965Z] ---> Running in 5d973b6aeb1d [2023-02-07T17:36:20.224Z] Removing intermediate container 5d973b6aeb1d [2023-02-07T17:36:20.224Z] ---> 5c39a4460e4b [2023-02-07T17:36:20.224Z] Step 23/23 : LABEL version=3.0.0-dev.21 [2023-02-07T17:36:20.224Z] ---> Running in 9b0bb1f281fa [2023-02-07T17:36:20.224Z] Removing intermediate container 9b0bb1f281fa [2023-02-07T17:36:20.224Z] ---> 0ec46244cfcc [2023-02-07T17:36:20.224Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-07T17:36:20.224Z] Successfully built 0ec46244cfcc [2023-02-07T17:36:20.224Z] 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-02-07T17:36:20.652Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-07T17:36:20.652Z] [2023-02-07T17:36:20.652Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-07T17:36:20.859Z] provisioning config files... [2023-02-07T17:36:20.890Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/151@tmp/config9022633050690056745tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-07T17:36:20.954Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-07T17:36:20.955Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-07T17:36:20.955Z] 5eb5b503b376: Pulling fs layer [2023-02-07T17:36:20.955Z] 5c69ac0246d0: Pulling fs layer [2023-02-07T17:36:20.955Z] ec43610c2a17: Pulling fs layer [2023-02-07T17:36:20.955Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-07T17:36:20.955Z] 33b1e0a273af: Pulling fs layer [2023-02-07T17:36:20.955Z] 5d3b04190fa2: Pulling fs layer [2023-02-07T17:36:20.955Z] 2f39f015ded8: Pulling fs layer [2023-02-07T17:36:20.955Z] 3a2ae6a8a46f: Waiting [2023-02-07T17:36:20.955Z] 5d3b04190fa2: Waiting [2023-02-07T17:36:20.955Z] 2f39f015ded8: Waiting [2023-02-07T17:36:20.955Z] 33b1e0a273af: Waiting [2023-02-07T17:36:20.955Z] 5c69ac0246d0: Verifying Checksum [2023-02-07T17:36:20.955Z] 5c69ac0246d0: Download complete [2023-02-07T17:36:20.955Z] 3a2ae6a8a46f: Verifying Checksum [2023-02-07T17:36:20.955Z] 3a2ae6a8a46f: Download complete [2023-02-07T17:36:21.218Z] 33b1e0a273af: Verifying Checksum [2023-02-07T17:36:21.218Z] 33b1e0a273af: Download complete [2023-02-07T17:36:21.218Z] 5d3b04190fa2: Download complete [2023-02-07T17:36:21.218Z] ec43610c2a17: Verifying Checksum [2023-02-07T17:36:21.218Z] ec43610c2a17: Download complete [2023-02-07T17:36:21.249Z] ---> docker-login.sh [2023-02-07T17:36:21.249Z] nexus3.edgexfoundry.org:10001 [2023-02-07T17:36:21.480Z] 5eb5b503b376: Verifying Checksum [2023-02-07T17:36:21.480Z] 5eb5b503b376: Download complete [2023-02-07T17:36:21.843Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T17:36:21.843Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T17:36:21.843Z] Configure a credential helper to remove this warning. See [2023-02-07T17:36:21.843Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T17:36:21.843Z] [2023-02-07T17:36:21.843Z] Login Succeeded [2023-02-07T17:36:21.843Z] nexus3.edgexfoundry.org:10002 [2023-02-07T17:36:22.047Z] 2f39f015ded8: Download complete [2023-02-07T17:36:22.112Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T17:36:22.112Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T17:36:22.112Z] Configure a credential helper to remove this warning. See [2023-02-07T17:36:22.112Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T17:36:22.112Z] [2023-02-07T17:36:22.112Z] Login Succeeded [2023-02-07T17:36:22.112Z] nexus3.edgexfoundry.org:10003 [2023-02-07T17:36:22.381Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T17:36:22.614Z] 5eb5b503b376: Pull complete [2023-02-07T17:36:22.649Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T17:36:22.649Z] Configure a credential helper to remove this warning. See [2023-02-07T17:36:22.649Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T17:36:22.649Z] [2023-02-07T17:36:22.649Z] Login Succeeded [2023-02-07T17:36:22.649Z] nexus3.edgexfoundry.org:10004 [2023-02-07T17:36:22.877Z] 5c69ac0246d0: Pull complete [2023-02-07T17:36:22.919Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T17:36:22.919Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T17:36:22.919Z] Configure a credential helper to remove this warning. See [2023-02-07T17:36:22.919Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T17:36:22.919Z] [2023-02-07T17:36:22.919Z] Login Succeeded [2023-02-07T17:36:22.919Z] docker.io [2023-02-07T17:36:23.134Z] ec43610c2a17: Pull complete [2023-02-07T17:36:23.188Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T17:36:23.392Z] 3a2ae6a8a46f: Pull complete [2023-02-07T17:36:23.454Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T17:36:23.454Z] Configure a credential helper to remove this warning. See [2023-02-07T17:36:23.454Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T17:36:23.454Z] [2023-02-07T17:36:23.454Z] Login Succeeded [2023-02-07T17:36:23.454Z] ---> docker-login.sh ends [Pipeline] } [2023-02-07T17:36:23.468Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2023-02-07T17:36:23.649Z] 33b1e0a273af: Pull complete [2023-02-07T17:36:23.649Z] 5d3b04190fa2: Pull complete [Pipeline] echo [2023-02-07T17:36:23.722Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-07T17:36:23.743Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-07T17:36:23.759Z] ========================================================= [2023-02-07T17:36:23.759Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-07T17:36:23.759Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T17:36:24.104Z] + 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-02-07T17:36:24.372Z] Sending build context to Docker daemon 5.654MB [2023-02-07T17:36:24.372Z] Step 1/10 : ARG BASE=golang:1.18-alpine3.16 [2023-02-07T17:36:24.372Z] Step 2/10 : FROM ${BASE} AS builder [2023-02-07T17:36:24.642Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-07T17:36:24.642Z] 9b18e9b68314: Pulling fs layer [2023-02-07T17:36:24.642Z] 35d82f9e3411: Pulling fs layer [2023-02-07T17:36:24.642Z] e16973657156: Pulling fs layer [2023-02-07T17:36:24.642Z] fc693d55d65f: Pulling fs layer [2023-02-07T17:36:24.642Z] 7e9fc2657dce: Pulling fs layer [2023-02-07T17:36:24.642Z] dda99020689f: Pulling fs layer [2023-02-07T17:36:24.642Z] db1c61fa0a46: Pulling fs layer [2023-02-07T17:36:24.642Z] 891c053d2c06: Pulling fs layer [2023-02-07T17:36:24.642Z] dda99020689f: Waiting [2023-02-07T17:36:24.642Z] db1c61fa0a46: Waiting [2023-02-07T17:36:24.642Z] 7e9fc2657dce: Waiting [2023-02-07T17:36:24.642Z] fc693d55d65f: Waiting [2023-02-07T17:36:24.642Z] 891c053d2c06: Waiting [2023-02-07T17:36:24.642Z] e16973657156: Verifying Checksum [2023-02-07T17:36:24.642Z] e16973657156: Download complete [2023-02-07T17:36:24.642Z] 35d82f9e3411: Verifying Checksum [2023-02-07T17:36:24.642Z] 35d82f9e3411: Download complete [2023-02-07T17:36:24.642Z] 7e9fc2657dce: Verifying Checksum [2023-02-07T17:36:24.642Z] 7e9fc2657dce: Download complete [2023-02-07T17:36:24.642Z] dda99020689f: Verifying Checksum [2023-02-07T17:36:24.642Z] dda99020689f: Download complete [2023-02-07T17:36:24.910Z] 9b18e9b68314: Verifying Checksum [2023-02-07T17:36:24.910Z] 9b18e9b68314: Download complete [2023-02-07T17:36:25.888Z] 9b18e9b68314: Pull complete [2023-02-07T17:36:25.888Z] 891c053d2c06: Verifying Checksum [2023-02-07T17:36:25.888Z] 891c053d2c06: Download complete [2023-02-07T17:36:26.169Z] 35d82f9e3411: Pull complete [2023-02-07T17:36:26.768Z] e16973657156: Pull complete [2023-02-07T17:36:27.037Z] db1c61fa0a46: Verifying Checksum [2023-02-07T17:36:27.037Z] db1c61fa0a46: Download complete [2023-02-07T17:36:27.623Z] fc693d55d65f: Download complete [2023-02-07T17:36:27.842Z] 2f39f015ded8: Pull complete [2023-02-07T17:36:28.101Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-07T17:36:28.101Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-07T17:36:28.101Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T17:36:28.187Z] prd-ubuntu20.04-docker-8c-8g-4957 does not seem to be running inside a container [2023-02-07T17:36:28.221Z] $ 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-02-07T17:36:31.229Z] $ docker top b9eaff657bbbf18a518bd2238bceead8f627457c0933046b73bc9307d18190e2 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-07T17:36:31.632Z] ---> job-cost.sh [2023-02-07T17:36:31.632Z] lf-activate-venv: SKIPPING [2023-02-07T17:36:31.632Z] INFO: No Stack... [2023-02-07T17:36:32.199Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-07T17:36:32.458Z] INFO: Archiving Costs [Pipeline] sh [2023-02-07T17:36:32.745Z] + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv [2023-02-07T17:36:32.745Z] + cut -d, -f6 [Pipeline] lock [2023-02-07T17:36:32.762Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-151-stack-cost] [2023-02-07T17:36:32.770Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-151-stack-cost] did not exist. Created. [2023-02-07T17:36:32.770Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-151-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-07T17:36:33.070Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-02-07T17:36:33.107Z] Stashed 1 file(s) [Pipeline] } [2023-02-07T17:36:33.113Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-151-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-07T17:36:33.133Z] $ docker stop --time=1 b9eaff657bbbf18a518bd2238bceead8f627457c0933046b73bc9307d18190e2 [2023-02-07T17:36:34.293Z] $ docker rm -f --volumes b9eaff657bbbf18a518bd2238bceead8f627457c0933046b73bc9307d18190e2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-02-07T17:36:39.971Z] fc693d55d65f: Pull complete [2023-02-07T17:36:39.971Z] 7e9fc2657dce: Pull complete [2023-02-07T17:36:39.971Z] dda99020689f: Pull complete [2023-02-07T17:36:45.328Z] db1c61fa0a46: Pull complete [2023-02-07T17:36:47.291Z] 891c053d2c06: Pull complete [2023-02-07T17:36:47.291Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-07T17:36:47.291Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-07T17:36:47.291Z] ---> f96f9c87975a [2023-02-07T17:36:47.291Z] Step 3/10 : ARG MAKE=make build [2023-02-07T17:36:49.903Z] ---> Running in e4f6a01f791f [2023-02-07T17:36:49.903Z] Removing intermediate container e4f6a01f791f [2023-02-07T17:36:49.903Z] ---> 25fbf1bbb6ba [2023-02-07T17:36:49.903Z] Step 4/10 : WORKDIR /device-sdk-go [2023-02-07T17:36:49.903Z] ---> Running in 3e78df5e45c9 [2023-02-07T17:36:50.491Z] Removing intermediate container 3e78df5e45c9 [2023-02-07T17:36:50.491Z] ---> b3a57be02fce [2023-02-07T17:36:50.491Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-07T17:36:50.491Z] ---> Running in 5c5af5cf749d [2023-02-07T17:36:50.760Z] Removing intermediate container 5c5af5cf749d [2023-02-07T17:36:50.760Z] ---> 8b792058620a [2023-02-07T17:36:50.760Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-02-07T17:36:50.760Z] ---> Running in f60ca37cef30 [2023-02-07T17:36:52.173Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-07T17:36:52.440Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-07T17:36:53.401Z] OK: 221 MiB in 51 packages [2023-02-07T17:36:53.987Z] Removing intermediate container f60ca37cef30 [2023-02-07T17:36:53.987Z] ---> d9685ce9fe34 [2023-02-07T17:36:53.987Z] Step 7/10 : COPY go.mod vendor* ./ [2023-02-07T17:36:54.572Z] ---> de65c2016f3f [2023-02-07T17:36:54.572Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T17:36:54.572Z] ---> Running in bbcdb1b007f1 [2023-02-07T17:38:16.354Z] Removing intermediate container bbcdb1b007f1 [2023-02-07T17:38:16.354Z] ---> b98f21616d04 [2023-02-07T17:38:16.354Z] Step 9/10 : COPY . . [2023-02-07T17:38:16.354Z] ---> 6b1e5b266410 [2023-02-07T17:38:16.354Z] Step 10/10 : RUN ${MAKE} [2023-02-07T17:38:16.354Z] ---> Running in e7e11c4fda48 [2023-02-07T17:38:16.354Z] noop [2023-02-07T17:38:16.354Z] Removing intermediate container e7e11c4fda48 [2023-02-07T17:38:16.354Z] ---> 51e27251f34b [2023-02-07T17:38:16.354Z] Successfully built 51e27251f34b [2023-02-07T17:38:16.354Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T17:38:16.714Z] + docker inspect -f . ci-base-image-arm64 [2023-02-07T17:38:16.714Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T17:38:16.909Z] prd-ubuntu20.04-docker-arm64-4c-16g-4959 does not seem to be running inside a container [2023-02-07T17:38:17.002Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/151 -v /w/workspace/device-sdk-go/151:/w/workspace/device-sdk-go/151:rw,z -v /w/workspace/device-sdk-go/151@tmp:/w/workspace/device-sdk-go/151@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-02-07T17:38:18.216Z] $ docker top e76d9a26c2323e3608dcee036529ffe17f30a8f215d82cbfba27d2d9a76b72e4 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-07T17:38:19.057Z] + go version [2023-02-07T17:38:19.057Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-07T17:38:19.080Z] $ docker stop --time=1 e76d9a26c2323e3608dcee036529ffe17f30a8f215d82cbfba27d2d9a76b72e4 [2023-02-07T17:38:20.722Z] $ docker rm -f --volumes e76d9a26c2323e3608dcee036529ffe17f30a8f215d82cbfba27d2d9a76b72e4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T17:38:21.281Z] + docker inspect -f . ci-base-image-arm64 [2023-02-07T17:38:21.281Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T17:38:21.463Z] prd-ubuntu20.04-docker-arm64-4c-16g-4959 does not seem to be running inside a container [2023-02-07T17:38:21.536Z] $ 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/151 -v /w/workspace/device-sdk-go/151:/w/workspace/device-sdk-go/151:rw,z -v /w/workspace/device-sdk-go/151@tmp:/w/workspace/device-sdk-go/151@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-02-07T17:38:22.764Z] $ docker top fb929c0906300ed51614e5a3b8ba9c294aeefbb91708e1b131718f49174297ec -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-07T17:38:23.577Z] + git config --global --add safe.directory /w/workspace/device-sdk-go/151 [Pipeline] fileExists [Pipeline] sh [2023-02-07T17:38:23.908Z] + make test [2023-02-07T17:38:23.908Z] go test -race -coverprofile=coverage.out ./... [2023-02-07T17:39:02.797Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-02-07T17:41:09.491Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-02-07T17:41:09.491Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-02-07T17:41:09.491Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-02-07T17:41:09.491Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-02-07T17:41:09.491Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-02-07T17:41:10.928Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.619s coverage: 27.6% of statements [2023-02-07T17:41:11.898Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.586s coverage: 78.9% of statements [2023-02-07T17:41:11.898Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] [2023-02-07T17:41:26.947Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.564s coverage: 77.8% of statements [2023-02-07T17:41:26.947Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-02-07T17:41:26.947Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-02-07T17:41:27.537Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.830s coverage: 59.8% of statements [2023-02-07T17:41:27.537Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-02-07T17:41:27.537Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging [no test files] [2023-02-07T17:41:27.537Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-02-07T17:41:27.809Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.498s coverage: 65.2% of statements [2023-02-07T17:41:27.809Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-02-07T17:41:27.809Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-02-07T17:41:27.809Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 5.883s coverage: 89.2% of statements [2023-02-07T17:41:27.809Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] [2023-02-07T17:41:27.809Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.527s coverage: 4.7% of statements [2023-02-07T17:41:27.809Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-02-07T17:41:28.782Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-02-07T17:41:28.782Z] GO111MODULE=on go vet ./... [2023-02-07T17:43:05.445Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-07T17:43:05.445Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-07T17:43:05.445Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-07T17:43:05.470Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-07T17:43:05.486Z] $ docker stop --time=1 fb929c0906300ed51614e5a3b8ba9c294aeefbb91708e1b131718f49174297ec [2023-02-07T17:43:07.436Z] $ docker rm -f --volumes fb929c0906300ed51614e5a3b8ba9c294aeefbb91708e1b131718f49174297ec [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-07T17:43:08.946Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-07T17:43:08.973Z] Warning: overwriting stash ‘coverage-report’ [2023-02-07T17:43:09.657Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-07T17:43:10.048Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-07T17:43:10.372Z] + ls -al . [2023-02-07T17:43:10.372Z] total 268 [2023-02-07T17:43:10.372Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 7 17:38 . [2023-02-07T17:43:10.372Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 7 17:35 .. [2023-02-07T17:43:10.372Z] -rw-rw-r-- 1 jenkins jenkins 140 Feb 7 17:35 .dockerignore [2023-02-07T17:43:10.372Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 7 17:35 .git [2023-02-07T17:43:10.372Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 7 17:35 .github [2023-02-07T17:43:10.372Z] -rw-rw-r-- 1 jenkins jenkins 131 Feb 7 17:35 .gitignore [2023-02-07T17:43:10.372Z] -rw-rw-r-- 1 jenkins jenkins 42 Feb 7 17:35 .golangci.yml [2023-02-07T17:43:10.372Z] -rw-rw-r-- 1 jenkins jenkins 31677 Feb 7 17:35 CHANGELOG.md [2023-02-07T17:43:10.372Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 7 17:35 GOVERNANCE.md [2023-02-07T17:43:10.372Z] -rw-rw-r-- 1 jenkins jenkins 885 Feb 7 17:35 Jenkinsfile [2023-02-07T17:43:10.372Z] -rw-rw-r-- 1 jenkins jenkins 11341 Feb 7 17:35 LICENSE [2023-02-07T17:43:10.372Z] -rw-rw-r-- 1 jenkins jenkins 1679 Feb 7 17:35 Makefile [2023-02-07T17:43:10.372Z] -rw-rw-r-- 1 jenkins jenkins 619 Feb 7 17:35 OWNERS.md [2023-02-07T17:43:10.372Z] -rw-rw-r-- 1 jenkins jenkins 4891 Feb 7 17:35 README.md [2023-02-07T17:43:10.372Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 7 17:34 VERSION [2023-02-07T17:43:10.372Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 7 17:35 bin [2023-02-07T17:43:10.372Z] -rw-r--r-- 1 jenkins jenkins 100848 Feb 7 17:41 coverage.out [2023-02-07T17:43:10.372Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 7 17:35 example [2023-02-07T17:43:10.372Z] -rw-rw-r-- 1 jenkins jenkins 3264 Feb 7 17:35 go.mod [2023-02-07T17:43:10.372Z] -rw-rw-r-- 1 jenkins jenkins 32817 Feb 7 17:35 go.sum [2023-02-07T17:43:10.372Z] drwxrwxr-x 13 jenkins jenkins 4096 Feb 7 17:35 internal [2023-02-07T17:43:10.372Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 7 17:35 openapi [2023-02-07T17:43:10.372Z] drwxrwxr-x 6 jenkins jenkins 4096 Feb 7 17:35 pkg [2023-02-07T17:43:10.372Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 7 17:35 snap [2023-02-07T17:43:10.372Z] -rw-rw-r-- 1 jenkins jenkins 222 Feb 7 17:35 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T17:43:10.714Z] + 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=d7de237c874a90e81091b377f7571cc3981ed0ab --label arch=arm64 --label version=3.0.0-dev.21 . [2023-02-07T17:43:11.332Z] Sending build context to Docker daemon 5.755MB [2023-02-07T17:43:11.332Z] Step 1/23 : ARG BASE=golang:1.18-alpine3.16 [2023-02-07T17:43:11.332Z] Step 2/23 : FROM ${BASE} AS builder [2023-02-07T17:43:11.332Z] ---> 51e27251f34b [2023-02-07T17:43:11.332Z] Step 3/23 : ARG MAKE=make build [2023-02-07T17:43:11.332Z] ---> Running in 71f9d1c4626e [2023-02-07T17:43:11.605Z] Removing intermediate container 71f9d1c4626e [2023-02-07T17:43:11.605Z] ---> 3514505f36f7 [2023-02-07T17:43:11.605Z] Step 4/23 : WORKDIR /device-sdk-go [2023-02-07T17:43:11.874Z] ---> Running in 0003c7027254 [2023-02-07T17:43:12.142Z] Removing intermediate container 0003c7027254 [2023-02-07T17:43:12.142Z] ---> 84757c595759 [2023-02-07T17:43:12.142Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-07T17:43:12.142Z] ---> Running in 267f0e5f5172 [2023-02-07T17:43:12.414Z] Removing intermediate container 267f0e5f5172 [2023-02-07T17:43:12.414Z] ---> 609b27222488 [2023-02-07T17:43:12.414Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-02-07T17:43:12.683Z] ---> Running in 668b791c912d [2023-02-07T17:43:13.646Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-07T17:43:13.917Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-07T17:43:15.334Z] OK: 221 MiB in 51 packages [2023-02-07T17:43:15.920Z] Removing intermediate container 668b791c912d [2023-02-07T17:43:15.920Z] ---> f23f8d077a49 [2023-02-07T17:43:15.920Z] Step 7/23 : COPY go.mod vendor* ./ [2023-02-07T17:43:16.507Z] ---> 46e8243aa835 [2023-02-07T17:43:16.507Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T17:43:16.507Z] ---> Running in 36bb81f8735d [2023-02-07T17:43:19.893Z] Removing intermediate container 36bb81f8735d [2023-02-07T17:43:19.893Z] ---> ec8523dc5ad3 [2023-02-07T17:43:19.893Z] Step 9/23 : COPY . . [2023-02-07T17:43:20.868Z] ---> bcbdcd6c5c74 [2023-02-07T17:43:20.868Z] Step 10/23 : RUN ${MAKE} [2023-02-07T17:43:20.868Z] ---> Running in 79df6e079089 [2023-02-07T17:43:21.837Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.21" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-02-07T17:45:58.631Z] Removing intermediate container 79df6e079089 [2023-02-07T17:45:58.631Z] ---> eecb3666ad36 [2023-02-07T17:45:58.631Z] Step 11/23 : FROM alpine:3.16 [2023-02-07T17:45:58.631Z] 3.16: Pulling from library/alpine [2023-02-07T17:45:58.631Z] 6875df1f5354: Pulling fs layer [2023-02-07T17:45:58.631Z] 6875df1f5354: Verifying Checksum [2023-02-07T17:45:58.631Z] 6875df1f5354: Download complete [2023-02-07T17:45:58.631Z] 6875df1f5354: Pull complete [2023-02-07T17:45:58.631Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-07T17:45:58.631Z] Status: Downloaded newer image for alpine:3.16 [2023-02-07T17:45:58.631Z] ---> 2b4661558fb8 [2023-02-07T17:45:58.631Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-02-07T17:45:58.631Z] ---> Running in 9b9d6e7a899d [2023-02-07T17:45:58.631Z] Removing intermediate container 9b9d6e7a899d [2023-02-07T17:45:58.631Z] ---> ff7560008813 [2023-02-07T17:45:58.631Z] Step 13/23 : RUN apk add --update --no-cache [2023-02-07T17:45:58.631Z] ---> Running in 01643fc20eb8 [2023-02-07T17:45:58.631Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-07T17:45:58.631Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-07T17:45:58.631Z] OK: 5 MiB in 14 packages [2023-02-07T17:45:58.631Z] Removing intermediate container 01643fc20eb8 [2023-02-07T17:45:58.631Z] ---> 61f2b6f69f2b [2023-02-07T17:45:58.631Z] Step 14/23 : WORKDIR / [2023-02-07T17:45:58.631Z] ---> Running in aa9bbd14bc28 [2023-02-07T17:45:58.631Z] Removing intermediate container aa9bbd14bc28 [2023-02-07T17:45:58.631Z] ---> e9123003442f [2023-02-07T17:45:58.631Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-02-07T17:45:58.631Z] ---> ed128f455da1 [2023-02-07T17:45:58.631Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-02-07T17:45:58.631Z] ---> 77056288c25b [2023-02-07T17:45:58.631Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-02-07T17:45:58.631Z] ---> 2565eee1fa5a [2023-02-07T17:45:58.631Z] Step 18/23 : EXPOSE 59999 [2023-02-07T17:45:58.631Z] ---> Running in fd5050cc1a20 [2023-02-07T17:45:58.631Z] Removing intermediate container fd5050cc1a20 [2023-02-07T17:45:58.631Z] ---> 9e26128ef997 [2023-02-07T17:45:58.631Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-02-07T17:45:58.631Z] ---> Running in a68a07321a7b [2023-02-07T17:45:58.631Z] Removing intermediate container a68a07321a7b [2023-02-07T17:45:58.631Z] ---> 9aa739436fe8 [2023-02-07T17:45:58.631Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-07T17:45:58.631Z] ---> Running in 08ca16a74296 [2023-02-07T17:45:58.631Z] Removing intermediate container 08ca16a74296 [2023-02-07T17:45:58.631Z] ---> c1824488c4a8 [2023-02-07T17:45:58.631Z] Step 21/23 : LABEL arch=arm64 [2023-02-07T17:45:58.631Z] ---> Running in 6eef37220d02 [2023-02-07T17:45:58.631Z] Removing intermediate container 6eef37220d02 [2023-02-07T17:45:58.631Z] ---> 7fc320dae905 [2023-02-07T17:45:58.631Z] Step 22/23 : LABEL git_sha=d7de237c874a90e81091b377f7571cc3981ed0ab [2023-02-07T17:45:58.631Z] ---> Running in ae07a10ebd12 [2023-02-07T17:45:58.631Z] Removing intermediate container ae07a10ebd12 [2023-02-07T17:45:58.631Z] ---> 3683ffd1df7c [2023-02-07T17:45:58.631Z] Step 23/23 : LABEL version=3.0.0-dev.21 [2023-02-07T17:45:58.631Z] ---> Running in cfef08d090c1 [2023-02-07T17:45:58.631Z] Removing intermediate container cfef08d090c1 [2023-02-07T17:45:58.631Z] ---> f9734450d992 [2023-02-07T17:45:58.631Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-07T17:45:58.631Z] Successfully built f9734450d992 [2023-02-07T17:45:58.631Z] 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-02-07T17:45:59.076Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-07T17:45:59.076Z] [2023-02-07T17:45:59.076Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T17:45:59.415Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-07T17:45:59.691Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-07T17:45:59.691Z] 8998bd30e6a1: Pulling fs layer [2023-02-07T17:45:59.691Z] 04944245beec: Pulling fs layer [2023-02-07T17:45:59.691Z] 699f458cf7ca: Pulling fs layer [2023-02-07T17:45:59.691Z] 765212b225bb: Pulling fs layer [2023-02-07T17:45:59.691Z] f23df028b6ca: Pulling fs layer [2023-02-07T17:45:59.691Z] d65c8cfc05b1: Pulling fs layer [2023-02-07T17:45:59.691Z] 2437ff75d9bd: Pulling fs layer [2023-02-07T17:45:59.691Z] 765212b225bb: Waiting [2023-02-07T17:45:59.691Z] f23df028b6ca: Waiting [2023-02-07T17:45:59.691Z] d65c8cfc05b1: Waiting [2023-02-07T17:45:59.691Z] 2437ff75d9bd: Waiting [2023-02-07T17:45:59.691Z] 04944245beec: Verifying Checksum [2023-02-07T17:45:59.691Z] 04944245beec: Download complete [2023-02-07T17:45:59.691Z] 765212b225bb: Verifying Checksum [2023-02-07T17:45:59.691Z] 765212b225bb: Download complete [2023-02-07T17:45:59.960Z] f23df028b6ca: Verifying Checksum [2023-02-07T17:45:59.960Z] f23df028b6ca: Download complete [2023-02-07T17:45:59.960Z] d65c8cfc05b1: Verifying Checksum [2023-02-07T17:45:59.960Z] d65c8cfc05b1: Download complete [2023-02-07T17:45:59.960Z] 699f458cf7ca: Verifying Checksum [2023-02-07T17:45:59.960Z] 699f458cf7ca: Download complete [2023-02-07T17:46:00.545Z] 8998bd30e6a1: Verifying Checksum [2023-02-07T17:46:00.545Z] 8998bd30e6a1: Download complete [2023-02-07T17:46:03.131Z] 2437ff75d9bd: Verifying Checksum [2023-02-07T17:46:03.131Z] 2437ff75d9bd: Download complete [2023-02-07T17:46:04.543Z] 8998bd30e6a1: Pull complete [2023-02-07T17:46:05.129Z] 04944245beec: Pull complete [2023-02-07T17:46:06.543Z] 699f458cf7ca: Pull complete [2023-02-07T17:46:06.543Z] 765212b225bb: Pull complete [2023-02-07T17:46:07.507Z] f23df028b6ca: Pull complete [2023-02-07T17:46:09.457Z] d65c8cfc05b1: Pull complete [2023-02-07T17:46:24.577Z] 2437ff75d9bd: Pull complete [2023-02-07T17:46:24.578Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-07T17:46:24.578Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-07T17:46:24.578Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T17:46:24.781Z] prd-ubuntu20.04-docker-arm64-4c-16g-4959 does not seem to be running inside a container [2023-02-07T17:46:24.852Z] $ 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/151 -v /w/workspace/device-sdk-go/151:/w/workspace/device-sdk-go/151:rw,z -v /w/workspace/device-sdk-go/151@tmp:/w/workspace/device-sdk-go/151@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-02-07T17:46:27.643Z] $ docker top 0b6e886e410e9f20841c2e96e6b03f4bbe35d46f299d9517c1ef3f5580dfa5df -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-07T17:46:28.484Z] ---> job-cost.sh [2023-02-07T17:46:28.484Z] lf-activate-venv: SKIPPING [2023-02-07T17:46:28.484Z] INFO: No Stack... [2023-02-07T17:46:29.067Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-07T17:46:30.063Z] INFO: Archiving Costs [Pipeline] sh [2023-02-07T17:46:30.712Z] + cat /w/workspace/device-sdk-go/151/archives/cost.csv [2023-02-07T17:46:30.712Z] + cut -d, -f6 [Pipeline] lock [2023-02-07T17:46:30.751Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-151-stack-cost] [2023-02-07T17:46:30.757Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-151-stack-cost] did not exist. Created. [2023-02-07T17:46:30.757Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-151-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-07T17:46:31.435Z] /w/workspace/device-sdk-go/151@tmp/durable-83ae2a62/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-02-07T17:46:32.101Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-07T17:46:32.128Z] Warning: overwriting stash ‘stack-cost’ [2023-02-07T17:46:32.197Z] Stashed 1 file(s) [Pipeline] } [2023-02-07T17:46:32.204Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-151-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-07T17:46:32.224Z] $ docker stop --time=1 0b6e886e410e9f20841c2e96e6b03f4bbe35d46f299d9517c1ef3f5580dfa5df [2023-02-07T17:46:34.427Z] $ docker rm -f --volumes 0b6e886e410e9f20841c2e96e6b03f4bbe35d46f299d9517c1ef3f5580dfa5df [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-02-07T17:46:34.836Z] provisioning config files... [2023-02-07T17:46:34.844Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config8938476647081989992tmp [Pipeline] { [Pipeline] sh [2023-02-07T17:46:35.139Z] + set +x [2023-02-07T17:46:35.139Z] + curl -s https://codecov.io/bash [2023-02-07T17:46:35.139Z] + bash -s -- [2023-02-07T17:46:35.139Z] [2023-02-07T17:46:35.139Z] _____ _ [2023-02-07T17:46:35.139Z] / ____| | | [2023-02-07T17:46:35.139Z] | | ___ __| | ___ ___ _____ __ [2023-02-07T17:46:35.139Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-07T17:46:35.139Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-07T17:46:35.139Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-07T17:46:35.139Z] Bash-1.0.6 [2023-02-07T17:46:35.139Z] [2023-02-07T17:46:35.139Z] [2023-02-07T17:46:35.139Z] ==> git version 2.25.1 found [2023-02-07T17:46:35.139Z] ==> 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-02-07T17:46:35.139Z] Release-Date: 2020-01-08 [2023-02-07T17:46:35.139Z] 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-02-07T17:46:35.139Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-07T17:46:35.139Z] ==> Jenkins CI detected. [2023-02-07T17:46:35.139Z] current dir:  /w/workspace/edgexfoundry_device-sdk-go_main [2023-02-07T17:46:35.139Z] project root: . [2023-02-07T17:46:35.139Z] --> token set from env [2023-02-07T17:46:35.139Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-07T17:46:35.399Z] ==> Running gcov in . (disable via -X gcov) [2023-02-07T17:46:35.399Z] ==> Python coveragepy not found [2023-02-07T17:46:35.399Z] ==> Searching for coverage reports in: [2023-02-07T17:46:35.399Z] + . [2023-02-07T17:46:35.399Z] -> Found 1 reports [2023-02-07T17:46:35.399Z] ==> Detecting git/mercurial file structure [2023-02-07T17:46:35.399Z] ==> Reading reports [2023-02-07T17:46:35.399Z] + ./coverage.out bytes=100848 [2023-02-07T17:46:35.399Z] ==> Appending adjustments [2023-02-07T17:46:35.399Z] https://docs.codecov.io/docs/fixing-reports [2023-02-07T17:46:35.659Z] + Found adjustments [2023-02-07T17:46:35.659Z] ==> Gzipping contents [2023-02-07T17:46:35.659Z] 16K /tmp/codecov.fxJGGw.gz [2023-02-07T17:46:35.659Z] ==> Uploading reports [2023-02-07T17:46:35.659Z] url: https://codecov.io [2023-02-07T17:46:35.659Z] query: branch=main&commit=d7de237c874a90e81091b377f7571cc3981ed0ab&build=151&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F151%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-07T17:46:35.659Z] -> Pinging Codecov [2023-02-07T17:46:35.659Z] 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=d7de237c874a90e81091b377f7571cc3981ed0ab&build=151&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F151%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-07T17:46:35.920Z] -> Uploading to [2023-02-07T17:46:35.920Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-07/7E55EF52A471D76F132DFD9A03CDDE97/d7de237c874a90e81091b377f7571cc3981ed0ab/e4b9c290-958e-4292-b378-a287d3e5bb1a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230207%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230207T174635Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=94c66b3dece08930231ec5ebf68a5c5ae1bafac68cf4743546436d7480263b24 [2023-02-07T17:46:35.920Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-07T17:46:35.920Z] Dload Upload Total Spent Left Speed [2023-02-07T17:46:36.180Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14534 0 0 100 14534 0 55473 --:--:-- --:--:-- --:--:-- 55473 [2023-02-07T17:46:36.180Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/d7de237c874a90e81091b377f7571cc3981ed0ab [Pipeline] } [2023-02-07T17:46:36.190Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-02-07T17:46:36.366Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-02-07T17:46:36.377Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T17:46:36.671Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-07T17:46:36.672Z] [2023-02-07T17:46:36.672Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T17:46:36.984Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-07T17:46:36.984Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-02-07T17:46:36.984Z] df9b9388f04a: Pulling fs layer [2023-02-07T17:46:36.984Z] 52dc419b0ee2: Pulling fs layer [2023-02-07T17:46:36.984Z] 25bc292e5bac: Pulling fs layer [2023-02-07T17:46:36.984Z] 114826534d7a: Pulling fs layer [2023-02-07T17:46:36.984Z] 4657fd5d0bcf: Pulling fs layer [2023-02-07T17:46:36.984Z] 6ad1cebc031e: Pulling fs layer [2023-02-07T17:46:36.984Z] 8a3aa393b2d8: Pulling fs layer [2023-02-07T17:46:36.984Z] 4657fd5d0bcf: Waiting [2023-02-07T17:46:36.984Z] 6ad1cebc031e: Waiting [2023-02-07T17:46:36.984Z] 8a3aa393b2d8: Waiting [2023-02-07T17:46:36.984Z] 114826534d7a: Waiting [2023-02-07T17:46:36.984Z] 25bc292e5bac: Verifying Checksum [2023-02-07T17:46:36.984Z] 25bc292e5bac: Download complete [2023-02-07T17:46:36.984Z] 52dc419b0ee2: Verifying Checksum [2023-02-07T17:46:36.984Z] 52dc419b0ee2: Download complete [2023-02-07T17:46:36.984Z] 4657fd5d0bcf: Verifying Checksum [2023-02-07T17:46:36.984Z] 4657fd5d0bcf: Download complete [2023-02-07T17:46:36.984Z] df9b9388f04a: Verifying Checksum [2023-02-07T17:46:36.984Z] df9b9388f04a: Download complete [2023-02-07T17:46:37.244Z] df9b9388f04a: Pull complete [2023-02-07T17:46:37.244Z] 6ad1cebc031e: Verifying Checksum [2023-02-07T17:46:37.244Z] 6ad1cebc031e: Download complete [2023-02-07T17:46:37.244Z] 52dc419b0ee2: Pull complete [2023-02-07T17:46:37.505Z] 25bc292e5bac: Pull complete [2023-02-07T17:46:38.086Z] 114826534d7a: Download complete [2023-02-07T17:46:38.346Z] 8a3aa393b2d8: Verifying Checksum [2023-02-07T17:46:38.346Z] 8a3aa393b2d8: Download complete [2023-02-07T17:46:41.638Z] 114826534d7a: Pull complete [2023-02-07T17:46:41.638Z] 4657fd5d0bcf: Pull complete [2023-02-07T17:46:42.206Z] 6ad1cebc031e: Pull complete [2023-02-07T17:46:45.492Z] 8a3aa393b2d8: Pull complete [2023-02-07T17:46:45.492Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-02-07T17:46:45.492Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-07T17:46:45.492Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T17:46:45.583Z] prd-ubuntu20.04-docker-8c-8g-4957 does not seem to be running inside a container [2023-02-07T17:46:45.617Z] $ 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-02-07T17:46:47.703Z] $ docker top e01a012bcc58e058fb92ed225c8a27a8089cf46401548fde38ec24074d255878 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-07T17:46:47.783Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh [2023-02-07T17:46:48.064Z] + set -o pipefail [2023-02-07T17:46:48.064Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' [2023-02-07T17:47:14.624Z] [2023-02-07T17:47:14.624Z] Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v3)... [2023-02-07T17:47:14.624Z] [2023-02-07T17:47:14.624Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/1d897ce9-7d37-4e4c-99f4-c1fbe8b8d34b/history/a08278ce-363d-4f09-9e7c-98b058127291 [2023-02-07T17:47:14.624Z] [2023-02-07T17:47:14.624Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-02-07T17:47:14.624Z] [2023-02-07T17:47:14.624Z] [2023-02-07T17:47:14.624Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-02-07T17:47:14.624Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-02-07T17:47:14.624Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-02-07T17:47:14.635Z] $ docker stop --time=1 e01a012bcc58e058fb92ed225c8a27a8089cf46401548fde38ec24074d255878 [2023-02-07T17:47:16.787Z] $ docker rm -f --volumes e01a012bcc58e058fb92ed225c8a27a8089cf46401548fde38ec24074d255878 [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-02-07T17:47:17.138Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-07T17:47:17.146Z] provisioning config files... [2023-02-07T17:47:17.154Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config9949534144392214170tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-07T17:47:17.450Z] --> edgex-publish-swagger.sh [2023-02-07T17:47:17.450Z] === Publish openapi/v3 API === [2023-02-07T17:47:17.450Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2023-02-07T17:47:17.450Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/v3/device-sdk.yaml] [2023-02-07T17:47:17.450Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-07T17:47:17.450Z] Dload Upload Total Spent Left Speed [2023-02-07T17:47:18.017Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 47094 0 0 100 47094 0 81336 --:--:-- --:--:-- --:--:-- 81196 [2023-02-07T17:47:18.017Z] [2023-02-07T17:47:18.017Z] [Pipeline] } [2023-02-07T17:47:18.024Z] 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-02-07T17:47:18.402Z] + git log --format=format:%s -1 d7de237c874a90e81091b377f7571cc3981ed0ab [Pipeline] sh [2023-02-07T17:47:18.690Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-07T17:47:18.690Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T17:47:18.986Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-07T17:47:18.986Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T17:47:19.066Z] prd-ubuntu20.04-docker-8c-8g-4957 does not seem to be running inside a container [2023-02-07T17:47:19.095Z] $ 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-02-07T17:47:19.586Z] $ docker top a9e354a49c785b6ac4846a6f3360da1c86a30ef88a8ba79464db5e350eb5a069 -eo pid,comm [2023-02-07T17:47:19.640Z] 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-02-07T17:47:19.640Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-07T17:47:19.682Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-07T17:47:19.682Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-07T17:47:19.800Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-07T17:47:19.802Z] $ docker exec a9e354a49c785b6ac4846a6f3360da1c86a30ef88a8ba79464db5e350eb5a069 ssh-agent [2023-02-07T17:47:19.912Z] SSH_AUTH_SOCK=/tmp/ssh-y37t99FzDGL8/agent.32 [2023-02-07T17:47:19.912Z] SSH_AGENT_PID=38 [2023-02-07T17:47:19.917Z] Running ssh-add (command line suppressed) [2023-02-07T17:47:20.013Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_2010995041163202593.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_2010995041163202593.key) [2023-02-07T17:47:20.030Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-07T17:47:20.318Z] + git semver tag [2023-02-07T17:47:20.576Z] 2023-02-07 17:47:20,523 [run_tag] DEBUG tag force:False [2023-02-07T17:47:20.576Z] 2023-02-07 17:47:20,523 [check_head_tag] DEBUG check head tag [2023-02-07T17:47:20.576Z] 2023-02-07 17:47:20,525 [execute] INFO git cat-file --batch-check [2023-02-07T17:47:20.576Z] 2023-02-07 17:47:20,525 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2023-02-07T17:47:20.576Z] 2023-02-07 17:47:20,530 [execute] INFO git cat-file --batch [2023-02-07T17:47:20.576Z] 2023-02-07 17:47:20,530 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2023-02-07T17:47:20.576Z] 2023-02-07 17:47:20,563 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-07T17:47:20.576Z] 2023-02-07 17:47:20,563 [execute] INFO git tag -a v3.0.0-dev.21 -m v3.0.0-dev.21 [2023-02-07T17:47:20.576Z] 2023-02-07 17:47:20,563 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.21', '-m', 'v3.0.0-dev.21'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2023-02-07T17:47:20.577Z] 2023-02-07 17:47:20,569 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-07T17:47:20.577Z] 3.0.0-dev.21 [Pipeline] } [2023-02-07T17:47:20.844Z] $ docker exec --env ******** --env ******** a9e354a49c785b6ac4846a6f3360da1c86a30ef88a8ba79464db5e350eb5a069 ssh-agent -k [2023-02-07T17:47:20.960Z] unset SSH_AUTH_SOCK; [2023-02-07T17:47:20.961Z] unset SSH_AGENT_PID; [2023-02-07T17:47:20.961Z] echo Agent pid 38 killed; [2023-02-07T17:47:20.972Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-07T17:47:21.278Z] + git semver [Pipeline] } [2023-02-07T17:47:21.549Z] $ docker stop --time=1 a9e354a49c785b6ac4846a6f3360da1c86a30ef88a8ba79464db5e350eb5a069 [2023-02-07T17:47:22.892Z] $ docker rm -f --volumes a9e354a49c785b6ac4846a6f3360da1c86a30ef88a8ba79464db5e350eb5a069 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T17:47:23.307Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-07T17:47:23.307Z] [2023-02-07T17:47:23.307Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T17:47:23.613Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-07T17:47:23.613Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-02-07T17:47:23.613Z] ab5ef0e58194: Pulling fs layer [2023-02-07T17:47:23.613Z] 9712f1f96733: Pulling fs layer [2023-02-07T17:47:23.613Z] 63f879dbbcfc: Pulling fs layer [2023-02-07T17:47:23.613Z] 0d9ebad4ef96: Pulling fs layer [2023-02-07T17:47:23.613Z] e9a5061849ea: Pulling fs layer [2023-02-07T17:47:23.613Z] d747dcd14b5f: Pulling fs layer [2023-02-07T17:47:23.613Z] 2de7ff778b66: Pulling fs layer [2023-02-07T17:47:23.613Z] e9a5061849ea: Waiting [2023-02-07T17:47:23.613Z] d747dcd14b5f: Waiting [2023-02-07T17:47:23.613Z] 0d9ebad4ef96: Waiting [2023-02-07T17:47:23.613Z] 2de7ff778b66: Waiting [2023-02-07T17:47:23.613Z] 9712f1f96733: Verifying Checksum [2023-02-07T17:47:23.613Z] 9712f1f96733: Download complete [2023-02-07T17:47:24.609Z] 63f879dbbcfc: Verifying Checksum [2023-02-07T17:47:24.609Z] 63f879dbbcfc: Download complete [2023-02-07T17:47:24.609Z] e9a5061849ea: Verifying Checksum [2023-02-07T17:47:24.609Z] e9a5061849ea: Download complete [2023-02-07T17:47:24.609Z] ab5ef0e58194: Download complete [2023-02-07T17:47:24.872Z] d747dcd14b5f: Verifying Checksum [2023-02-07T17:47:24.872Z] d747dcd14b5f: Download complete [2023-02-07T17:47:24.872Z] 0d9ebad4ef96: Verifying Checksum [2023-02-07T17:47:24.872Z] 0d9ebad4ef96: Download complete [2023-02-07T17:47:24.872Z] 2de7ff778b66: Verifying Checksum [2023-02-07T17:47:24.872Z] 2de7ff778b66: Download complete [2023-02-07T17:47:27.408Z] ab5ef0e58194: Pull complete [2023-02-07T17:47:27.666Z] 9712f1f96733: Pull complete [2023-02-07T17:47:28.234Z] 63f879dbbcfc: Pull complete [2023-02-07T17:47:32.427Z] 0d9ebad4ef96: Pull complete [2023-02-07T17:47:32.427Z] e9a5061849ea: Pull complete [2023-02-07T17:47:32.427Z] d747dcd14b5f: Pull complete [2023-02-07T17:47:33.364Z] 2de7ff778b66: Pull complete [2023-02-07T17:47:33.364Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-02-07T17:47:33.364Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-07T17:47:33.364Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T17:47:33.439Z] prd-ubuntu20.04-docker-8c-8g-4957 does not seem to be running inside a container [2023-02-07T17:47:33.467Z] $ 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-02-07T17:47:35.797Z] $ docker top 0bfa928a7f7bbd5a7c022bf7ff286ebaebec056ea1017506c8fac094f9b1cf93 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-02-07T17:47:35.875Z] provisioning config files... [2023-02-07T17:47:35.883Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config16943075791543559072tmp [2023-02-07T17:47:35.894Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config1848153934038723285tmp [2023-02-07T17:47:35.903Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config4492094827604379581tmp [Pipeline] { [Pipeline] echo [2023-02-07T17:47:35.921Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T17:47:36.206Z] ---> sigul-configuration.sh [2023-02-07T17:47:36.206Z] gpg: directory `/root/.gnupg' created [2023-02-07T17:47:36.206Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-02-07T17:47:36.206Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-02-07T17:47:36.206Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-02-07T17:47:36.206Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-02-07T17:47:36.206Z] gpg: CAST5 encrypted data [2023-02-07T17:47:36.206Z] gpg: encrypted with 1 passphrase [2023-02-07T17:47:36.206Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-02-07T17:47:36.501Z] + mkdir /home/jenkins [2023-02-07T17:47:36.501Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-02-07T17:47:36.790Z] + 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-02-07T17:47:36.799Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T17:47:37.087Z] ---> sigul-install.sh [2023-02-07T17:47:37.087Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-02-07T17:47:37.375Z] + git tag --list [2023-02-07T17:47:37.375Z] 0.7.1 [2023-02-07T17:47:37.375Z] delhi-tag [2023-02-07T17:47:37.375Z] v1.0.0 [2023-02-07T17:47:37.375Z] v1.1.0 [2023-02-07T17:47:37.375Z] v1.1.1 [2023-02-07T17:47:37.375Z] v1.1.2 [2023-02-07T17:47:37.375Z] v1.2.0 [2023-02-07T17:47:37.375Z] v1.2.1 [2023-02-07T17:47:37.375Z] v1.2.2 [2023-02-07T17:47:37.375Z] v1.2.3 [2023-02-07T17:47:37.375Z] v1.3.0 [2023-02-07T17:47:37.375Z] v1.4.0 [2023-02-07T17:47:37.375Z] v2.0.0 [2023-02-07T17:47:37.375Z] v2.1.0 [2023-02-07T17:47:37.375Z] v2.1.1 [2023-02-07T17:47:37.375Z] v2.1.1-dev.2 [2023-02-07T17:47:37.375Z] v2.1.1-dev.3 [2023-02-07T17:47:37.375Z] v2.2.0 [2023-02-07T17:47:37.375Z] v2.2.1-dev.1 [2023-02-07T17:47:37.375Z] v2.2.1-dev.10 [2023-02-07T17:47:37.375Z] v2.2.1-dev.11 [2023-02-07T17:47:37.375Z] v2.2.1-dev.12 [2023-02-07T17:47:37.375Z] v2.2.1-dev.13 [2023-02-07T17:47:37.375Z] v2.2.1-dev.14 [2023-02-07T17:47:37.375Z] v2.2.1-dev.2 [2023-02-07T17:47:37.375Z] v2.2.1-dev.3 [2023-02-07T17:47:37.375Z] v2.2.1-dev.4 [2023-02-07T17:47:37.375Z] v2.2.1-dev.5 [2023-02-07T17:47:37.375Z] v2.2.1-dev.6 [2023-02-07T17:47:37.375Z] v2.2.1-dev.7 [2023-02-07T17:47:37.375Z] v2.2.1-dev.8 [2023-02-07T17:47:37.375Z] v2.2.1-dev.9 [2023-02-07T17:47:37.375Z] v2.3.0 [2023-02-07T17:47:37.375Z] v2.3.0-dev.14 [2023-02-07T17:47:37.375Z] v2.3.0-dev.15 [2023-02-07T17:47:37.375Z] v2.3.0-dev.16 [2023-02-07T17:47:37.375Z] v2.3.0-dev.17 [2023-02-07T17:47:37.375Z] v2.3.0-dev.18 [2023-02-07T17:47:37.375Z] v2.3.0-dev.19 [2023-02-07T17:47:37.375Z] v2.3.0-dev.20 [2023-02-07T17:47:37.375Z] v2.3.0-dev.21 [2023-02-07T17:47:37.375Z] v2.3.0-dev.22 [2023-02-07T17:47:37.375Z] v2.3.0-dev.23 [2023-02-07T17:47:37.375Z] v2.3.0-dev.24 [2023-02-07T17:47:37.375Z] v2.3.0-dev.25 [2023-02-07T17:47:37.375Z] v2.3.0-dev.26 [2023-02-07T17:47:37.375Z] v2.3.0-dev.27 [2023-02-07T17:47:37.375Z] v2.3.0-dev.28 [2023-02-07T17:47:37.375Z] v2.3.0-dev.29 [2023-02-07T17:47:37.375Z] v2.3.0-dev.30 [2023-02-07T17:47:37.375Z] v2.3.0-dev.31 [2023-02-07T17:47:37.375Z] v2.3.0-dev.32 [2023-02-07T17:47:37.375Z] v2.3.0-dev.33 [2023-02-07T17:47:37.375Z] v2.3.0-dev.34 [2023-02-07T17:47:37.375Z] v2.3.0-dev.35 [2023-02-07T17:47:37.375Z] v2.3.0-dev.36 [2023-02-07T17:47:37.375Z] v2.3.0-dev.37 [2023-02-07T17:47:37.375Z] v2.3.0-dev.38 [2023-02-07T17:47:37.375Z] v2.3.0-dev.39 [2023-02-07T17:47:37.375Z] v2.3.0-dev.40 [2023-02-07T17:47:37.375Z] v2.3.0-dev.41 [2023-02-07T17:47:37.375Z] v2.3.0-dev.42 [2023-02-07T17:47:37.375Z] v2.3.0-dev.43 [2023-02-07T17:47:37.375Z] v2.3.0-dev.44 [2023-02-07T17:47:37.375Z] v2.3.0-dev.45 [2023-02-07T17:47:37.375Z] v2.3.0-dev.46 [2023-02-07T17:47:37.375Z] v2.3.0-dev.47 [2023-02-07T17:47:37.375Z] v2.3.0-dev.48 [2023-02-07T17:47:37.375Z] v2.3.0-dev.49 [2023-02-07T17:47:37.375Z] v2.3.0-dev.50 [2023-02-07T17:47:37.375Z] v2.3.0-dev.51 [2023-02-07T17:47:37.375Z] v2.3.1-dev.1 [2023-02-07T17:47:37.375Z] v2.3.1-dev.2 [2023-02-07T17:47:37.375Z] v3.0.0-dev.1 [2023-02-07T17:47:37.375Z] v3.0.0-dev.10 [2023-02-07T17:47:37.375Z] v3.0.0-dev.11 [2023-02-07T17:47:37.375Z] v3.0.0-dev.12 [2023-02-07T17:47:37.375Z] v3.0.0-dev.13 [2023-02-07T17:47:37.375Z] v3.0.0-dev.14 [2023-02-07T17:47:37.375Z] v3.0.0-dev.15 [2023-02-07T17:47:37.375Z] v3.0.0-dev.16 [2023-02-07T17:47:37.375Z] v3.0.0-dev.17 [2023-02-07T17:47:37.375Z] v3.0.0-dev.18 [2023-02-07T17:47:37.375Z] v3.0.0-dev.19 [2023-02-07T17:47:37.375Z] v3.0.0-dev.2 [2023-02-07T17:47:37.375Z] v3.0.0-dev.20 [2023-02-07T17:47:37.375Z] v3.0.0-dev.21 [2023-02-07T17:47:37.375Z] v3.0.0-dev.3 [2023-02-07T17:47:37.375Z] v3.0.0-dev.4 [2023-02-07T17:47:37.375Z] v3.0.0-dev.5 [2023-02-07T17:47:37.375Z] v3.0.0-dev.6 [2023-02-07T17:47:37.375Z] v3.0.0-dev.7 [2023-02-07T17:47:37.375Z] v3.0.0-dev.8 [2023-02-07T17:47:37.375Z] v3.0.0-dev.9 [Pipeline] sh [2023-02-07T17:47:37.664Z] + lftools sign git-tag v3.0.0-dev.21 [2023-02-07T17:47:38.234Z] Signing Git tag with Sigul... [2023-02-07T17:47:38.234Z] Signing v3.0.0-dev.21 [Pipeline] echo [2023-02-07T17:47:38.503Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T17:47:38.792Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-02-07T17:47:38.802Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-02-07T17:47:38.818Z] $ docker stop --time=1 0bfa928a7f7bbd5a7c022bf7ff286ebaebec056ea1017506c8fac094f9b1cf93 [2023-02-07T17:47:40.156Z] $ docker rm -f --volumes 0bfa928a7f7bbd5a7c022bf7ff286ebaebec056ea1017506c8fac094f9b1cf93 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-02-07T17:47:40.573Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-07T17:47:40.573Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T17:47:40.875Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-07T17:47:40.875Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T17:47:40.948Z] prd-ubuntu20.04-docker-8c-8g-4957 does not seem to be running inside a container [2023-02-07T17:47:40.981Z] $ 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-02-07T17:47:41.385Z] $ docker top 884052b9d75f9384f824ae0b29708b520f78d33be70c54261b1a65f7f689cde0 -eo pid,comm [2023-02-07T17:47:41.436Z] 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-02-07T17:47:41.436Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-07T17:47:41.472Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-07T17:47:41.472Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-07T17:47:41.579Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-07T17:47:41.581Z] $ docker exec 884052b9d75f9384f824ae0b29708b520f78d33be70c54261b1a65f7f689cde0 ssh-agent [2023-02-07T17:47:41.704Z] SSH_AUTH_SOCK=/tmp/ssh-bzXOFEGUbYEr/agent.32 [2023-02-07T17:47:41.704Z] SSH_AGENT_PID=38 [2023-02-07T17:47:41.710Z] Running ssh-add (command line suppressed) [2023-02-07T17:47:41.805Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_9889275772388248044.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_9889275772388248044.key) [2023-02-07T17:47:41.818Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-07T17:47:42.101Z] + git semver bump pre [2023-02-07T17:47:42.359Z] 2023-02-07 17:47:42,305 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-07T17:47:42.360Z] 2023-02-07 17:47:42,305 [bump_version] DEBUG bumping version:3.0.0-dev.21 on axis:pre with prefix:dev [2023-02-07T17:47:42.360Z] 2023-02-07 17:47:42,305 [bump_version] DEBUG bumped version:3.0.0-dev.22 [2023-02-07T17:47:42.360Z] 2023-02-07 17:47:42,305 [write_version] DEBUG write version:3.0.0-dev.22 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True [2023-02-07T17:47:42.360Z] 2023-02-07 17:47:42,306 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-07T17:47:42.360Z] 2023-02-07 17:47:42,306 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-07T17:47:42.360Z] 2023-02-07 17:47:42,310 [execute] INFO git cat-file --batch-check [2023-02-07T17:47:42.360Z] 2023-02-07 17:47:42,310 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-07T17:47:42.360Z] 2023-02-07 17:47:42,317 [execute] INFO git cat-file --batch [2023-02-07T17:47:42.360Z] 2023-02-07 17:47:42,317 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-07T17:47:42.360Z] 2023-02-07 17:47:42,323 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-07T17:47:42.360Z] 3.0.0-dev.22 [Pipeline] } [2023-02-07T17:47:42.368Z] $ docker exec --env ******** --env ******** 884052b9d75f9384f824ae0b29708b520f78d33be70c54261b1a65f7f689cde0 ssh-agent -k [2023-02-07T17:47:42.455Z] unset SSH_AUTH_SOCK; [2023-02-07T17:47:42.456Z] unset SSH_AGENT_PID; [2023-02-07T17:47:42.456Z] echo Agent pid 38 killed; [2023-02-07T17:47:42.466Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-07T17:47:42.766Z] + git semver [Pipeline] } [2023-02-07T17:47:43.039Z] $ docker stop --time=1 884052b9d75f9384f824ae0b29708b520f78d33be70c54261b1a65f7f689cde0 [2023-02-07T17:47:44.349Z] $ docker rm -f --volumes 884052b9d75f9384f824ae0b29708b520f78d33be70c54261b1a65f7f689cde0 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-07T17:47:44.699Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-07T17:47:44.699Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T17:47:45.010Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-07T17:47:45.010Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T17:47:45.086Z] prd-ubuntu20.04-docker-8c-8g-4957 does not seem to be running inside a container [2023-02-07T17:47:45.114Z] $ 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-02-07T17:47:45.477Z] $ docker top 6e40ad1a10a2e5d3dcf6072a0ab8f2a7dc6a878858634cab327e48d673f539ed -eo pid,comm [2023-02-07T17:47:45.529Z] 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-02-07T17:47:45.530Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-07T17:47:45.566Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-07T17:47:45.567Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-07T17:47:45.682Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-07T17:47:45.683Z] $ docker exec 6e40ad1a10a2e5d3dcf6072a0ab8f2a7dc6a878858634cab327e48d673f539ed ssh-agent [2023-02-07T17:47:45.806Z] SSH_AUTH_SOCK=/tmp/ssh-34TRHpd37nvV/agent.32 [2023-02-07T17:47:45.806Z] SSH_AGENT_PID=38 [2023-02-07T17:47:45.810Z] Running ssh-add (command line suppressed) [2023-02-07T17:47:45.912Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_11816056091734745074.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_11816056091734745074.key) [2023-02-07T17:47:45.926Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-07T17:47:46.212Z] + git semver push [2023-02-07T17:47:46.471Z] 2023-02-07 17:47:46,415 [run_push] DEBUG push [2023-02-07T17:47:46.471Z] 2023-02-07 17:47:46,415 [execute] INFO git cat-file --batch-check [2023-02-07T17:47:46.471Z] 2023-02-07 17:47:46,415 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-07T17:47:46.471Z] 2023-02-07 17:47:46,420 [execute] INFO git rev-list 9c9cd94cd92873f4da67cd7d802782faadc097c5 -- [2023-02-07T17:47:46.471Z] 2023-02-07 17:47:46,421 [execute] DEBUG Popen(['git', 'rev-list', '9c9cd94cd92873f4da67cd7d802782faadc097c5', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-07T17:47:46.471Z] 2023-02-07 17:47:46,435 [execute] INFO git fetch -v origin [2023-02-07T17:47:46.471Z] 2023-02-07 17:47:46,435 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-02-07T17:47:47.041Z] 2023-02-07 17:47:47,033 [run_push] DEBUG no remote changes detected [2023-02-07T17:47:47.041Z] 2023-02-07 17:47:47,033 [execute] INFO git push origin semver [2023-02-07T17:47:47.041Z] 2023-02-07 17:47:47,033 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-07T17:47:47.975Z] 2023-02-07 17:47:47,913 [run_push] DEBUG push all version tags [2023-02-07T17:47:47.975Z] 2023-02-07 17:47:47,914 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-02-07T17:47:47.975Z] 2023-02-07 17:47:47,914 [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-02-07T17:47:48.913Z] 2023-02-07 17:47:48,806 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-07T17:47:48.913Z] 3.0.0-dev.22 [Pipeline] } [2023-02-07T17:47:48.922Z] $ docker exec --env ******** --env ******** 6e40ad1a10a2e5d3dcf6072a0ab8f2a7dc6a878858634cab327e48d673f539ed ssh-agent -k [2023-02-07T17:47:49.027Z] unset SSH_AUTH_SOCK; [2023-02-07T17:47:49.028Z] unset SSH_AGENT_PID; [2023-02-07T17:47:49.028Z] echo Agent pid 38 killed; [2023-02-07T17:47:49.040Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-07T17:47:49.350Z] + git semver [Pipeline] } [2023-02-07T17:47:49.623Z] $ docker stop --time=1 6e40ad1a10a2e5d3dcf6072a0ab8f2a7dc6a878858634cab327e48d673f539ed [2023-02-07T17:47:50.949Z] $ docker rm -f --volumes 6e40ad1a10a2e5d3dcf6072a0ab8f2a7dc6a878858634cab327e48d673f539ed [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-02-07T17:47:51.487Z] + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] [2023-02-07T17:47:51.487Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-02-07T17:47:51.487Z] total 16 [2023-02-07T17:47:51.487Z] drwxr-xr-x 3 root root 4096 Feb 7 17:36 . [2023-02-07T17:47:51.487Z] drwxrwxr-x 12 jenkins jenkins 4096 Feb 7 17:47 .. [2023-02-07T17:47:51.487Z] drwxr-xr-x 2 root root 4096 Feb 7 17:36 cost [2023-02-07T17:47:51.487Z] -rw-r--r-- 1 root root 85 Feb 7 17:36 cost.csv [2023-02-07T17:47:51.487Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-02-07T17:47:51.487Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-02-07T17:47:51.487Z] total 16 [2023-02-07T17:47:51.487Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 7 17:36 . [2023-02-07T17:47:51.487Z] drwxrwxr-x 12 jenkins jenkins 4096 Feb 7 17:47 .. [2023-02-07T17:47:51.487Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 7 17:36 cost [2023-02-07T17:47:51.487Z] -rw-r--r-- 1 jenkins jenkins 85 Feb 7 17:36 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-02-07T17:47:51.774Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T17:47:52.633Z] ---> package-listing.sh [2023-02-07T17:47:52.633Z] ++ facter osfamily [2023-02-07T17:47:52.633Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-07T17:47:52.893Z] + OS_FAMILY=debian [2023-02-07T17:47:52.893Z] + workspace=/w/workspace/edgexfoundry_device-sdk-go_main [2023-02-07T17:47:52.893Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-07T17:47:52.893Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-07T17:47:52.893Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-07T17:47:52.893Z] + PACKAGES=/tmp/packages_start.txt [2023-02-07T17:47:52.893Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2023-02-07T17:47:52.893Z] + PACKAGES=/tmp/packages_end.txt [2023-02-07T17:47:52.893Z] + case "${OS_FAMILY}" in [2023-02-07T17:47:52.893Z] + dpkg -l [2023-02-07T17:47:52.893Z] + grep '^ii' [2023-02-07T17:47:52.893Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-07T17:47:52.893Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-07T17:47:52.893Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-07T17:47:52.893Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2023-02-07T17:47:52.893Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [2023-02-07T17:47:52.893Z] + 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-02-07T17:47:52.904Z] 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-02-07T17:47:53.183Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T17:47:53.823Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-07T17:47:53.823Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T17:47:53.904Z] prd-ubuntu20.04-docker-8c-8g-4957 does not seem to be running inside a container [2023-02-07T17:47:53.948Z] $ 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-02-07T17:47:54.221Z] $ docker top 4f396270f0ca2bcd40eda4fbaad05be4d8fb4ebd4044a0e88a7fb5fd0349569e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-07T17:47:54.558Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-07T17:47:54.842Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-07T17:47:55.129Z] + ls /var/log/sa-host [2023-02-07T17:47:55.129Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-07T17:47:55.204Z] provisioning config files... [2023-02-07T17:47:55.211Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config11614838681927594636tmp [Pipeline] { [Pipeline] echo [2023-02-07T17:47:55.226Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T17:47:55.510Z] ---> create-netrc.sh [Pipeline] } [2023-02-07T17:47:55.518Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-07T17:47:55.844Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-07T17:47:55.852Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T17:47:56.134Z] ---> sudo-logs.sh [2023-02-07T17:47:56.134Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-07T17:47:56.166Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T17:47:56.451Z] ---> job-cost.sh [2023-02-07T17:47:56.451Z] lf-activate-venv: SKIPPING [2023-02-07T17:47:56.451Z] DEBUG: total: 0.2199999988079071 [2023-02-07T17:47:56.451Z] INFO: Retrieving Stack Cost... [2023-02-07T17:47:57.019Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-07T17:47:57.280Z] INFO: Archiving Costs [Pipeline] echo [2023-02-07T17:47:57.292Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T17:47:57.575Z] ---> logs-deploy.sh [2023-02-07T17:47:57.575Z] lf-activate-venv: SKIPPING [2023-02-07T17:47:57.575Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/151 [2023-02-07T17:47:57.575Z] INFO: archiving workspace using pattern(s): [2023-02-07T17:47:58.514Z] Archives upload complete. [2023-02-07T17:47:58.774Z] INFO: archiving logs to Nexus