Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 5c1e0dd5a754f3bad37da38710a9de66bfde6ab8 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-ssh6481053176842263499.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-ssh16329412281228380669.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-ssh12866169214808663080.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-ssh9913946575370711464.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-ssh10342437754313105835.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-7379 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 5c1e0dd5a754f3bad37da38710a9de66bfde6ab8 (main) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5c1e0dd5a754f3bad37da38710a9de66bfde6ab8 # timeout=10 Commit message: "Merge pull request #1349 from vli11/path_to_secretName" > git rev-list --no-walk b7afc2aba7a1c5861c6c21c42b42dc1283ea5949 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-24T18:41:46.894Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-24T18:41:46.964Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-24T18:41:46.976Z] ========================================================= [2023-02-24T18:41:46.977Z] EdgeX Global Pipelines Version Info [2023-02-24T18:41:46.977Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-24T18:41:47.687Z] ------------------- [2023-02-24T18:41:47.687Z] stable info: [2023-02-24T18:41:47.687Z] ------------------- [2023-02-24T18:41:47.687Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-24T18:41:47.687Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-24T18:41:47.687Z] Message: update stable to v1.0.244 [2023-02-24T18:41:48.258Z] ------------------- [2023-02-24T18:41:48.258Z] experimental info: [2023-02-24T18:41:48.258Z] ------------------- [2023-02-24T18:41:48.258Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-24T18:41:48.258Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-24T18:41:48.258Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-24T18:41:48.450Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2023-02-24T18:41:48.463Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2023-02-24T18:41:48.476Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-24T18:41:48.488Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-24T18:41:48.501Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-24T18:41:48.515Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-24T18:41:48.531Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-24T18:41:48.542Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2023-02-24T18:41:48.554Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-24T18:41:48.567Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-24T18:41:48.579Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-24T18:41:48.591Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2023-02-24T18:41:48.600Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-24T18:41:48.609Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-24T18:41:48.618Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-24T18:41:48.629Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-02-24T18:41:48.648Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-02-24T18:41:48.661Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-02-24T18:41:48.676Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-24T18:41:48.686Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-24T18:41:48.702Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-02-24T18:41:48.718Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-02-24T18:41:48.734Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-02-24T18:41:48.754Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-02-24T18:41:48.769Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-02-24T18:41:48.779Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-24T18:41:48.796Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-24T18:41:48.815Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-02-24T18:41:48.833Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-02-24T18:41:48.850Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-02-24T18:41:48.867Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5c1e0dd5a754f3bad37da38710a9de66bfde6ab8 [Pipeline] echo [2023-02-24T18:41:48.877Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5c1e0dd [Pipeline] echo [2023-02-24T18:41:48.892Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-24T18:41:48.936Z] provisioning config files... [2023-02-24T18:41:48.952Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config5974078492756837901tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-24T18:41:49.248Z] ---> docker-login.sh [2023-02-24T18:41:49.248Z] nexus3.edgexfoundry.org:10001 [2023-02-24T18:41:49.509Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T18:41:49.509Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T18:41:49.509Z] Configure a credential helper to remove this warning. See [2023-02-24T18:41:49.509Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T18:41:49.509Z] [2023-02-24T18:41:49.509Z] Login Succeeded [2023-02-24T18:41:49.509Z] nexus3.edgexfoundry.org:10002 [2023-02-24T18:41:49.509Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T18:41:49.770Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T18:41:49.770Z] Configure a credential helper to remove this warning. See [2023-02-24T18:41:49.770Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T18:41:49.770Z] [2023-02-24T18:41:49.770Z] Login Succeeded [2023-02-24T18:41:49.770Z] nexus3.edgexfoundry.org:10003 [2023-02-24T18:41:49.770Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T18:41:49.770Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T18:41:49.770Z] Configure a credential helper to remove this warning. See [2023-02-24T18:41:49.770Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T18:41:49.770Z] [2023-02-24T18:41:49.770Z] Login Succeeded [2023-02-24T18:41:49.770Z] nexus3.edgexfoundry.org:10004 [2023-02-24T18:41:49.770Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T18:41:49.770Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T18:41:49.770Z] Configure a credential helper to remove this warning. See [2023-02-24T18:41:49.770Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T18:41:49.770Z] [2023-02-24T18:41:49.770Z] Login Succeeded [2023-02-24T18:41:50.031Z] docker.io [2023-02-24T18:41:50.031Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T18:41:50.291Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T18:41:50.291Z] Configure a credential helper to remove this warning. See [2023-02-24T18:41:50.291Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T18:41:50.291Z] [2023-02-24T18:41:50.291Z] Login Succeeded [2023-02-24T18:41:50.291Z] ---> docker-login.sh ends [Pipeline] } [2023-02-24T18:41:50.298Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-24T18:41:50.683Z] + git rev-list -1 --merges 5c1e0dd5a754f3bad37da38710a9de66bfde6ab8~1..5c1e0dd5a754f3bad37da38710a9de66bfde6ab8 [Pipeline] echo [2023-02-24T18:41:50.744Z] -----------> git rev-list -1 --merges 5c1e0dd5a754f3bad37da38710a9de66bfde6ab8~1..5c1e0dd5a754f3bad37da38710a9de66bfde6ab8 5c1e0dd5a754f3bad37da38710a9de66bfde6ab8 [2023-02-24T18:41:50.744Z] 5c1e0dd5a754f3bad37da38710a9de66bfde6ab8 [false] [Pipeline] sh [2023-02-24T18:41:51.039Z] + git log --format=format:%s -1 5c1e0dd5a754f3bad37da38710a9de66bfde6ab8 [Pipeline] echo [2023-02-24T18:41:51.056Z] ========================================================= [2023-02-24T18:41:51.056Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-24T18:41:51.056Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-24T18:41:51.402Z] + git log --format=format:%s -1 5c1e0dd5a754f3bad37da38710a9de66bfde6ab8 [Pipeline] echo [2023-02-24T18:41:51.414Z] [semverPrep] GIT_COMMIT: 5c1e0dd5a754f3bad37da38710a9de66bfde6ab8, Commit Message: Merge pull request #1349 from vli11/path_to_secretName [Pipeline] echo [2023-02-24T18:41:51.420Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-02-24T18:41:51.767Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-24T18:41:51.767Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-24T18:41:51.767Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-24T18:41:51.767Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-24T18:41:51.767Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-24T18:41:51.767Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-24T18:41:51.767Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:41:52.118Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-24T18:41:52.118Z] [2023-02-24T18:41:52.118Z] 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-24T18:41:52.421Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-24T18:41:52.421Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-24T18:41:52.421Z] b85a868b505f: Pulling fs layer [2023-02-24T18:41:52.421Z] e2be974225ed: Pulling fs layer [2023-02-24T18:41:52.421Z] 339a4e72a1f5: Pulling fs layer [2023-02-24T18:41:52.421Z] 988bab9f4d93: Pulling fs layer [2023-02-24T18:41:52.421Z] 1469e6f7b9e6: Pulling fs layer [2023-02-24T18:41:52.421Z] eaf3925da568: Pulling fs layer [2023-02-24T18:41:52.421Z] bab4dde63d76: Pulling fs layer [2023-02-24T18:41:52.421Z] bde34c3a00c8: Pulling fs layer [2023-02-24T18:41:52.421Z] b352a97aabf1: Pulling fs layer [2023-02-24T18:41:52.421Z] 4872d77fe225: Pulling fs layer [2023-02-24T18:41:52.421Z] 5851b861e8e6: Pulling fs layer [2023-02-24T18:41:52.421Z] 988bab9f4d93: Waiting [2023-02-24T18:41:52.421Z] 1469e6f7b9e6: Waiting [2023-02-24T18:41:52.421Z] 5851b861e8e6: Waiting [2023-02-24T18:41:52.421Z] 4872d77fe225: Waiting [2023-02-24T18:41:52.421Z] eaf3925da568: Waiting [2023-02-24T18:41:52.421Z] bab4dde63d76: Waiting [2023-02-24T18:41:52.421Z] bde34c3a00c8: Waiting [2023-02-24T18:41:52.421Z] b352a97aabf1: Waiting [2023-02-24T18:41:52.421Z] e2be974225ed: Verifying Checksum [2023-02-24T18:41:52.422Z] e2be974225ed: Download complete [2023-02-24T18:41:52.422Z] 988bab9f4d93: Verifying Checksum [2023-02-24T18:41:52.422Z] 988bab9f4d93: Download complete [2023-02-24T18:41:52.682Z] 1469e6f7b9e6: Verifying Checksum [2023-02-24T18:41:52.682Z] 1469e6f7b9e6: Download complete [2023-02-24T18:41:52.682Z] 339a4e72a1f5: Verifying Checksum [2023-02-24T18:41:52.682Z] 339a4e72a1f5: Download complete [2023-02-24T18:41:52.682Z] eaf3925da568: Verifying Checksum [2023-02-24T18:41:52.682Z] eaf3925da568: Download complete [2023-02-24T18:41:52.682Z] bde34c3a00c8: Download complete [2023-02-24T18:41:52.682Z] b352a97aabf1: Verifying Checksum [2023-02-24T18:41:52.682Z] b352a97aabf1: Download complete [2023-02-24T18:41:52.682Z] 4872d77fe225: Verifying Checksum [2023-02-24T18:41:52.682Z] 4872d77fe225: Download complete [2023-02-24T18:41:52.682Z] 5851b861e8e6: Verifying Checksum [2023-02-24T18:41:52.682Z] 5851b861e8e6: Download complete [2023-02-24T18:41:52.682Z] b85a868b505f: Verifying Checksum [2023-02-24T18:41:52.682Z] b85a868b505f: Download complete [2023-02-24T18:41:53.253Z] bab4dde63d76: Verifying Checksum [2023-02-24T18:41:53.253Z] bab4dde63d76: Download complete [2023-02-24T18:41:54.190Z] b85a868b505f: Pull complete [2023-02-24T18:41:54.190Z] e2be974225ed: Pull complete [2023-02-24T18:41:54.759Z] 339a4e72a1f5: Pull complete [2023-02-24T18:41:54.759Z] 988bab9f4d93: Pull complete [2023-02-24T18:41:55.020Z] 1469e6f7b9e6: Pull complete [2023-02-24T18:41:55.020Z] eaf3925da568: Pull complete [2023-02-24T18:41:56.924Z] bab4dde63d76: Pull complete [2023-02-24T18:41:57.183Z] bde34c3a00c8: Pull complete [2023-02-24T18:41:57.183Z] b352a97aabf1: Pull complete [2023-02-24T18:41:57.183Z] 4872d77fe225: Pull complete [2023-02-24T18:41:57.442Z] 5851b861e8e6: Pull complete [2023-02-24T18:41:57.442Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-24T18:41:57.442Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-24T18:41:57.442Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-24T18:41:57.543Z] prd-ubuntu20.04-docker-8c-8g-7379 does not seem to be running inside a container [2023-02-24T18:41:57.565Z] $ 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-24T18:41:59.792Z] $ docker top a99b502a241449a16eaca856c1d78747837625c6ad8fbca0a4340c35842dc868 -eo pid,comm [2023-02-24T18:41:59.857Z] 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-24T18:41:59.857Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-24T18:41:59.900Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-24T18:41:59.900Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-24T18:42:00.009Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-24T18:42:00.006Z] $ docker exec a99b502a241449a16eaca856c1d78747837625c6ad8fbca0a4340c35842dc868 ssh-agent [2023-02-24T18:42:00.125Z] SSH_AUTH_SOCK=/tmp/ssh-SXteCtCBjfRs/agent.31 [2023-02-24T18:42:00.125Z] SSH_AGENT_PID=37 [2023-02-24T18:42:00.133Z] Running ssh-add (command line suppressed) [2023-02-24T18:42:00.230Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_9869381388973798234.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_9869381388973798234.key) [2023-02-24T18:42:00.252Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-24T18:42:00.540Z] + git tag --points-at HEAD [Pipeline] } [2023-02-24T18:42:00.549Z] $ docker exec --env ******** --env ******** a99b502a241449a16eaca856c1d78747837625c6ad8fbca0a4340c35842dc868 ssh-agent -k [2023-02-24T18:42:00.645Z] unset SSH_AUTH_SOCK; [2023-02-24T18:42:00.646Z] unset SSH_AGENT_PID; [2023-02-24T18:42:00.646Z] echo Agent pid 37 killed; [2023-02-24T18:42:00.668Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-24T18:42:00.692Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-24T18:42:00.692Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-24T18:42:00.807Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-24T18:42:00.803Z] $ docker exec a99b502a241449a16eaca856c1d78747837625c6ad8fbca0a4340c35842dc868 ssh-agent [2023-02-24T18:42:00.925Z] SSH_AUTH_SOCK=/tmp/ssh-xWZ1v9hKesRf/agent.69 [2023-02-24T18:42:00.925Z] SSH_AGENT_PID=75 [2023-02-24T18:42:00.929Z] Running ssh-add (command line suppressed) [2023-02-24T18:42:01.024Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_13568540060779189348.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_13568540060779189348.key) [2023-02-24T18:42:01.044Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-24T18:42:01.329Z] + git semver init [2023-02-24T18:42:01.588Z] 2023-02-24 18:42:01,505 [run_init] DEBUG init version:0.0.0 force:False [2023-02-24T18:42:01.588Z] 2023-02-24 18:42:01,506 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver [2023-02-24T18:42:01.588Z] 2023-02-24 18:42:01,506 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver [2023-02-24T18:42:01.588Z] 2023-02-24 18:42:01,506 [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-24T18:42:02.530Z] 2023-02-24 18:42:02,520 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude [2023-02-24T18:42:02.530Z] 2023-02-24 18:42:02,520 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False [2023-02-24T18:42:02.530Z] 2023-02-24 18:42:02,520 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-24T18:42:02.530Z] 2023-02-24 18:42:02,521 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-24T18:42:02.530Z] 3.0.0-dev.38 [Pipeline] } [2023-02-24T18:42:02.794Z] $ docker exec --env ******** --env ******** a99b502a241449a16eaca856c1d78747837625c6ad8fbca0a4340c35842dc868 ssh-agent -k [2023-02-24T18:42:02.895Z] unset SSH_AUTH_SOCK; [2023-02-24T18:42:02.896Z] unset SSH_AGENT_PID; [2023-02-24T18:42:02.896Z] echo Agent pid 75 killed; [2023-02-24T18:42:02.909Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-24T18:42:03.214Z] + git semver [Pipeline] } [2023-02-24T18:42:03.482Z] $ docker stop --time=1 a99b502a241449a16eaca856c1d78747837625c6ad8fbca0a4340c35842dc868 [2023-02-24T18:42:04.802Z] $ docker rm -f --volumes a99b502a241449a16eaca856c1d78747837625c6ad8fbca0a4340c35842dc868 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-24T18:42:05.150Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-24T18:42:05.357Z] Stashed 1 file(s) [Pipeline] echo [2023-02-24T18:42:05.361Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.38 [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-24T18:42:05.535Z] provisioning config files... [2023-02-24T18:42:05.544Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config3638793494060009807tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-24T18:42:05.838Z] ---> docker-login.sh [2023-02-24T18:42:05.838Z] nexus3.edgexfoundry.org:10001 [2023-02-24T18:42:05.838Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T18:42:05.838Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T18:42:05.838Z] Configure a credential helper to remove this warning. See [2023-02-24T18:42:05.838Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T18:42:05.838Z] [2023-02-24T18:42:05.838Z] Login Succeeded [2023-02-24T18:42:05.838Z] nexus3.edgexfoundry.org:10002 [2023-02-24T18:42:05.838Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T18:42:05.838Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T18:42:05.838Z] Configure a credential helper to remove this warning. See [2023-02-24T18:42:05.838Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T18:42:05.838Z] [2023-02-24T18:42:05.838Z] Login Succeeded [2023-02-24T18:42:05.838Z] nexus3.edgexfoundry.org:10003 [2023-02-24T18:42:06.097Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T18:42:06.097Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T18:42:06.097Z] Configure a credential helper to remove this warning. See [2023-02-24T18:42:06.097Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T18:42:06.097Z] [2023-02-24T18:42:06.097Z] Login Succeeded [2023-02-24T18:42:06.097Z] nexus3.edgexfoundry.org:10004 [2023-02-24T18:42:06.097Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T18:42:06.098Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T18:42:06.098Z] Configure a credential helper to remove this warning. See [2023-02-24T18:42:06.098Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T18:42:06.098Z] [2023-02-24T18:42:06.098Z] Login Succeeded [2023-02-24T18:42:06.098Z] docker.io [2023-02-24T18:42:06.356Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T18:42:06.616Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T18:42:06.616Z] Configure a credential helper to remove this warning. See [2023-02-24T18:42:06.616Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T18:42:06.616Z] [2023-02-24T18:42:06.616Z] Login Succeeded [2023-02-24T18:42:06.616Z] ---> docker-login.sh ends [Pipeline] } [2023-02-24T18:42:06.624Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-24T18:42:06.684Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-24T18:42:06.695Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-24T18:42:06.702Z] ========================================================= [2023-02-24T18:42:06.702Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-24T18:42:06.702Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:42:07.007Z] + 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-24T18:42:07.007Z] Sending build context to Docker daemon 10.55MB [2023-02-24T18:42:07.007Z] Step 1/10 : ARG BASE=golang:1.18-alpine3.16 [2023-02-24T18:42:07.007Z] Step 2/10 : FROM ${BASE} AS builder [2023-02-24T18:42:07.008Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-24T18:42:07.008Z] 213ec9aee27d: Pulling fs layer [2023-02-24T18:42:07.008Z] 4583459ba037: Pulling fs layer [2023-02-24T18:42:07.008Z] 93c1e223e6f2: Pulling fs layer [2023-02-24T18:42:07.008Z] 53926ce57604: Pulling fs layer [2023-02-24T18:42:07.008Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-24T18:42:07.008Z] 22ff95d597cd: Pulling fs layer [2023-02-24T18:42:07.008Z] 12d6caf4c0d1: Pulling fs layer [2023-02-24T18:42:07.008Z] 96b7cbca73a9: Pulling fs layer [2023-02-24T18:42:07.008Z] a7acece74701: Pulling fs layer [2023-02-24T18:42:07.008Z] 21b2b0c7a3f4: Waiting [2023-02-24T18:42:07.008Z] 22ff95d597cd: Waiting [2023-02-24T18:42:07.008Z] 12d6caf4c0d1: Waiting [2023-02-24T18:42:07.008Z] 96b7cbca73a9: Waiting [2023-02-24T18:42:07.008Z] 53926ce57604: Waiting [2023-02-24T18:42:07.008Z] a7acece74701: Waiting [2023-02-24T18:42:07.008Z] 93c1e223e6f2: Verifying Checksum [2023-02-24T18:42:07.008Z] 93c1e223e6f2: Download complete [2023-02-24T18:42:07.008Z] 4583459ba037: Download complete [2023-02-24T18:42:07.008Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-24T18:42:07.008Z] 21b2b0c7a3f4: Download complete [2023-02-24T18:42:07.272Z] 22ff95d597cd: Verifying Checksum [2023-02-24T18:42:07.272Z] 22ff95d597cd: Download complete [2023-02-24T18:42:07.272Z] 213ec9aee27d: Verifying Checksum [2023-02-24T18:42:07.272Z] 213ec9aee27d: Download complete [2023-02-24T18:42:07.272Z] 12d6caf4c0d1: Download complete [2023-02-24T18:42:07.272Z] 213ec9aee27d: Pull complete [2023-02-24T18:42:07.541Z] 4583459ba037: Pull complete [2023-02-24T18:42:07.541Z] 93c1e223e6f2: Pull complete [2023-02-24T18:42:07.827Z] a7acece74701: Verifying Checksum [2023-02-24T18:42:07.827Z] a7acece74701: Download complete [2023-02-24T18:42:08.093Z] 96b7cbca73a9: Verifying Checksum [2023-02-24T18:42:08.352Z] 53926ce57604: Verifying Checksum [2023-02-24T18:42:08.352Z] 53926ce57604: Download complete [2023-02-24T18:42:12.542Z] 53926ce57604: Pull complete [2023-02-24T18:42:12.542Z] 21b2b0c7a3f4: Pull complete [2023-02-24T18:42:12.542Z] 22ff95d597cd: Pull complete [2023-02-24T18:42:12.542Z] 12d6caf4c0d1: Pull complete [2023-02-24T18:42:13.914Z] 96b7cbca73a9: Pull complete [2023-02-24T18:42:14.847Z] a7acece74701: Pull complete [2023-02-24T18:42:14.847Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-24T18:42:14.847Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-24T18:42:14.847Z] ---> db6d94c90886 [2023-02-24T18:42:14.847Z] Step 3/10 : ARG MAKE=make build [2023-02-24T18:42:16.753Z] ---> Running in d4ef692c00f9 [2023-02-24T18:42:16.753Z] Removing intermediate container d4ef692c00f9 [2023-02-24T18:42:16.753Z] ---> cb2aaa6ef275 [2023-02-24T18:42:16.753Z] Step 4/10 : WORKDIR /device-sdk-go [2023-02-24T18:42:16.753Z] ---> Running in 4d17c99b8c2a [2023-02-24T18:42:16.753Z] Removing intermediate container 4d17c99b8c2a [2023-02-24T18:42:16.753Z] ---> ae7480bf7964 [2023-02-24T18:42:16.753Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-24T18:42:16.753Z] ---> Running in eb035dfbe722 [2023-02-24T18:42:16.753Z] Removing intermediate container eb035dfbe722 [2023-02-24T18:42:16.753Z] ---> 99005130cb8b [2023-02-24T18:42:16.753Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-02-24T18:42:17.011Z] ---> Running in e3617a89e488 [2023-02-24T18:42:17.269Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-24T18:42:17.269Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-24T18:42:17.528Z] OK: 211 MiB in 51 packages [2023-02-24T18:42:18.096Z] Removing intermediate container e3617a89e488 [2023-02-24T18:42:18.096Z] ---> 6bcdbf744de6 [2023-02-24T18:42:18.096Z] Step 7/10 : COPY go.mod vendor* ./ [2023-02-24T18:42:18.096Z] ---> ca18f1e2a78e [2023-02-24T18:42:18.096Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-24T18:42:18.096Z] ---> Running in 9309734fa5ee [2023-02-24T18:42:20.480Z] Still waiting to schedule task [2023-02-24T18:42:20.480Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-7377’ [2023-02-24T18:42:44.650Z] Removing intermediate container 9309734fa5ee [2023-02-24T18:42:44.651Z] ---> 0b4ae0c5c927 [2023-02-24T18:42:44.651Z] Step 9/10 : COPY . . [2023-02-24T18:42:44.651Z] ---> 108a0229e1bf [2023-02-24T18:42:44.651Z] Step 10/10 : RUN ${MAKE} [2023-02-24T18:42:44.651Z] ---> Running in a5401662ed22 [2023-02-24T18:42:44.651Z] noop [2023-02-24T18:42:44.651Z] Removing intermediate container a5401662ed22 [2023-02-24T18:42:44.651Z] ---> 44dca7763c6d [2023-02-24T18:42:44.651Z] Successfully built 44dca7763c6d [2023-02-24T18:42:44.651Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:42:44.953Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-24T18:42:44.953Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-24T18:42:45.032Z] prd-ubuntu20.04-docker-8c-8g-7379 does not seem to be running inside a container [2023-02-24T18:42:45.074Z] $ 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-24T18:42:45.461Z] $ docker top 50698dd955fec19efc8d6493064d72206e185aeeb668dde3498dd15fe46d8da7 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-24T18:42:45.796Z] + go version [2023-02-24T18:42:45.796Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-24T18:42:45.815Z] $ docker stop --time=1 50698dd955fec19efc8d6493064d72206e185aeeb668dde3498dd15fe46d8da7 [2023-02-24T18:42:47.129Z] $ docker rm -f --volumes 50698dd955fec19efc8d6493064d72206e185aeeb668dde3498dd15fe46d8da7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:42:47.510Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-24T18:42:47.510Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-24T18:42:47.579Z] prd-ubuntu20.04-docker-8c-8g-7379 does not seem to be running inside a container [2023-02-24T18:42:47.613Z] $ 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-24T18:42:47.960Z] $ docker top 33240a9dfd9010e063b5b9fee608bdd6ecf8c9fa2e0efca2da0cdfe0f5a9c09e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-24T18:42:48.302Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh [2023-02-24T18:42:48.597Z] + make test [2023-02-24T18:42:48.597Z] go test -race -coverprofile=coverage.out ./... [2023-02-24T18:42:55.155Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-02-24T18:43:07.345Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-02-24T18:43:07.345Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-02-24T18:43:07.345Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-02-24T18:43:07.345Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-02-24T18:43:07.345Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-02-24T18:43:07.345Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.052s coverage: 27.6% of statements [2023-02-24T18:43:07.345Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.072s coverage: 78.9% of statements [2023-02-24T18:43:07.345Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] [2023-02-24T18:43:07.345Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.097s coverage: 86.0% of statements [2023-02-24T18:43:07.345Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-02-24T18:43:07.345Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-02-24T18:43:07.345Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.106s coverage: 74.7% of statements [2023-02-24T18:43:07.345Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-02-24T18:43:10.630Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 3.083s coverage: 15.5% of statements [2023-02-24T18:43:10.630Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-02-24T18:43:10.630Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.105s coverage: 65.2% of statements [2023-02-24T18:43:10.630Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-02-24T18:43:10.630Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-02-24T18:43:10.630Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.710s coverage: 89.2% of statements [2023-02-24T18:43:10.630Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] [2023-02-24T18:43:10.630Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.057s coverage: 4.6% of statements [2023-02-24T18:43:10.630Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-02-24T18:43:25.499Z] 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-24T18:43:25.499Z] GO111MODULE=on go vet ./... [2023-02-24T18:43:26.871Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-24T18:43:26.871Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-24T18:43:26.871Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-24T18:43:27.139Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-24T18:43:27.158Z] $ docker stop --time=1 33240a9dfd9010e063b5b9fee608bdd6ecf8c9fa2e0efca2da0cdfe0f5a9c09e [2023-02-24T18:43:29.400Z] $ docker rm -f --volumes 33240a9dfd9010e063b5b9fee608bdd6ecf8c9fa2e0efca2da0cdfe0f5a9c09e [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-24T18:43:29.875Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-24T18:43:29.937Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-02-24T18:43:30.440Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-24T18:43:30.721Z] + ls -al . [2023-02-24T18:43:30.721Z] total 284 [2023-02-24T18:43:30.721Z] drwxrwxr-x 11 jenkins jenkins 4096 Feb 24 18:42 . [2023-02-24T18:43:30.721Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 24 18:41 .. [2023-02-24T18:43:30.721Z] -rw-rw-r-- 1 jenkins jenkins 140 Feb 24 18:41 .dockerignore [2023-02-24T18:43:30.721Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 24 18:43 .git [2023-02-24T18:43:30.721Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 24 18:41 .github [2023-02-24T18:43:30.721Z] -rw-rw-r-- 1 jenkins jenkins 131 Feb 24 18:41 .gitignore [2023-02-24T18:43:30.721Z] -rw-rw-r-- 1 jenkins jenkins 42 Feb 24 18:41 .golangci.yml [2023-02-24T18:43:30.721Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 24 18:42 .semver [2023-02-24T18:43:30.721Z] -rw-rw-r-- 1 jenkins jenkins 31677 Feb 24 18:41 CHANGELOG.md [2023-02-24T18:43:30.721Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 24 18:41 GOVERNANCE.md [2023-02-24T18:43:30.721Z] -rw-rw-r-- 1 jenkins jenkins 885 Feb 24 18:41 Jenkinsfile [2023-02-24T18:43:30.721Z] -rw-rw-r-- 1 jenkins jenkins 11341 Feb 24 18:41 LICENSE [2023-02-24T18:43:30.721Z] -rw-rw-r-- 1 jenkins jenkins 1679 Feb 24 18:41 Makefile [2023-02-24T18:43:30.721Z] -rw-rw-r-- 1 jenkins jenkins 619 Feb 24 18:41 OWNERS.md [2023-02-24T18:43:30.721Z] -rw-rw-r-- 1 jenkins jenkins 4891 Feb 24 18:41 README.md [2023-02-24T18:43:30.721Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 24 18:42 VERSION [2023-02-24T18:43:30.721Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 24 18:41 bin [2023-02-24T18:43:30.721Z] -rw-r--r-- 1 jenkins jenkins 111045 Feb 24 18:43 coverage.out [2023-02-24T18:43:30.721Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 24 18:41 example [2023-02-24T18:43:30.721Z] -rw-rw-r-- 1 jenkins jenkins 3266 Feb 24 18:41 go.mod [2023-02-24T18:43:30.721Z] -rw-rw-r-- 1 jenkins jenkins 32794 Feb 24 18:41 go.sum [2023-02-24T18:43:30.721Z] drwxrwxr-x 13 jenkins jenkins 4096 Feb 24 18:41 internal [2023-02-24T18:43:30.721Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 24 18:41 openapi [2023-02-24T18:43:30.721Z] drwxrwxr-x 6 jenkins jenkins 4096 Feb 24 18:41 pkg [2023-02-24T18:43:30.721Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 24 18:41 snap [2023-02-24T18:43:30.721Z] -rw-rw-r-- 1 jenkins jenkins 222 Feb 24 18:41 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:43:31.033Z] + 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=5c1e0dd5a754f3bad37da38710a9de66bfde6ab8 --label arch=amd64 --label version=3.0.0-dev.38 . [2023-02-24T18:43:31.033Z] Sending build context to Docker daemon 10.66MB [2023-02-24T18:43:31.033Z] Step 1/23 : ARG BASE=golang:1.18-alpine3.16 [2023-02-24T18:43:31.033Z] Step 2/23 : FROM ${BASE} AS builder [2023-02-24T18:43:31.033Z] ---> 44dca7763c6d [2023-02-24T18:43:31.033Z] Step 3/23 : ARG MAKE=make build [2023-02-24T18:43:31.033Z] ---> Running in 209ccde89711 [2023-02-24T18:43:31.305Z] Removing intermediate container 209ccde89711 [2023-02-24T18:43:31.305Z] ---> cc3eff4b4301 [2023-02-24T18:43:31.305Z] Step 4/23 : WORKDIR /device-sdk-go [2023-02-24T18:43:31.305Z] ---> Running in 8d159d5246e7 [2023-02-24T18:43:31.305Z] Removing intermediate container 8d159d5246e7 [2023-02-24T18:43:31.305Z] ---> 193334e8ada6 [2023-02-24T18:43:31.305Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-24T18:43:31.305Z] ---> Running in a0e349ad2fdf [2023-02-24T18:43:31.565Z] Removing intermediate container a0e349ad2fdf [2023-02-24T18:43:31.565Z] ---> 5db1384faf5e [2023-02-24T18:43:31.565Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-02-24T18:43:31.565Z] ---> Running in d9b0d065851d [2023-02-24T18:43:31.824Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-24T18:43:31.824Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-24T18:43:32.084Z] OK: 211 MiB in 51 packages [2023-02-24T18:43:32.650Z] Removing intermediate container d9b0d065851d [2023-02-24T18:43:32.650Z] ---> ec58d0a00247 [2023-02-24T18:43:32.650Z] Step 7/23 : COPY go.mod vendor* ./ [2023-02-24T18:43:32.650Z] ---> 66f31208077d [2023-02-24T18:43:32.650Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-24T18:43:32.650Z] ---> Running in bd699df8f222 [2023-02-24T18:43:33.586Z] Removing intermediate container bd699df8f222 [2023-02-24T18:43:33.586Z] ---> fa9357e2ddd5 [2023-02-24T18:43:33.586Z] Step 9/23 : COPY . . [2023-02-24T18:43:34.154Z] ---> b378c7bde848 [2023-02-24T18:43:34.154Z] Step 10/23 : RUN ${MAKE} [2023-02-24T18:43:34.154Z] ---> Running in 29ff892f8735 [2023-02-24T18:43:34.412Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.38" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-02-24T18:43:52.488Z] Removing intermediate container 29ff892f8735 [2023-02-24T18:43:52.488Z] ---> 89a5e3dc8c97 [2023-02-24T18:43:52.488Z] Step 11/23 : FROM alpine:3.16 [2023-02-24T18:43:52.488Z] 3.16: Pulling from library/alpine [2023-02-24T18:43:52.488Z] ef5531b6e74e: Pulling fs layer [2023-02-24T18:43:52.488Z] ef5531b6e74e: Download complete [2023-02-24T18:43:52.488Z] ef5531b6e74e: Pull complete [2023-02-24T18:43:52.488Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-24T18:43:52.488Z] Status: Downloaded newer image for alpine:3.16 [2023-02-24T18:43:52.488Z] ---> dfd21b5a31f5 [2023-02-24T18:43:52.488Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-02-24T18:43:52.488Z] ---> Running in ffe696472d96 [2023-02-24T18:43:52.488Z] Removing intermediate container ffe696472d96 [2023-02-24T18:43:52.488Z] ---> 1bf3770d282f [2023-02-24T18:43:52.488Z] Step 13/23 : RUN apk add --update --no-cache [2023-02-24T18:43:52.488Z] ---> Running in c76774240a40 [2023-02-24T18:43:52.488Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-24T18:43:52.488Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-24T18:43:52.844Z] OK: 6 MiB in 14 packages [2023-02-24T18:43:53.133Z] Removing intermediate container c76774240a40 [2023-02-24T18:43:53.133Z] ---> cd1ca6de33c4 [2023-02-24T18:43:53.133Z] Step 14/23 : WORKDIR / [2023-02-24T18:43:53.133Z] ---> Running in 1f79e89714fc [2023-02-24T18:43:53.133Z] Removing intermediate container 1f79e89714fc [2023-02-24T18:43:53.133Z] ---> 2e4f32b9733d [2023-02-24T18:43:53.133Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-02-24T18:43:53.402Z] ---> 80a334fc8759 [2023-02-24T18:43:53.402Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-02-24T18:43:54.016Z] ---> 3136a41fa578 [2023-02-24T18:43:54.016Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-02-24T18:43:54.016Z] ---> 04cedb127143 [2023-02-24T18:43:54.016Z] Step 18/23 : EXPOSE 59999 [2023-02-24T18:43:54.016Z] ---> Running in 519a095317d5 [2023-02-24T18:43:54.284Z] Removing intermediate container 519a095317d5 [2023-02-24T18:43:54.284Z] ---> cd4d771e989f [2023-02-24T18:43:54.284Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-02-24T18:43:54.284Z] ---> Running in 8f02476229af [2023-02-24T18:43:54.284Z] Removing intermediate container 8f02476229af [2023-02-24T18:43:54.284Z] ---> 6df30655cceb [2023-02-24T18:43:54.284Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-24T18:43:54.284Z] ---> Running in 9398a08fa692 [2023-02-24T18:43:54.543Z] Removing intermediate container 9398a08fa692 [2023-02-24T18:43:54.543Z] ---> 247f69345814 [2023-02-24T18:43:54.543Z] Step 21/23 : LABEL arch=amd64 [2023-02-24T18:43:54.543Z] ---> Running in 788678ef8574 [2023-02-24T18:43:54.543Z] Removing intermediate container 788678ef8574 [2023-02-24T18:43:54.543Z] ---> a11914a6be90 [2023-02-24T18:43:54.543Z] Step 22/23 : LABEL git_sha=5c1e0dd5a754f3bad37da38710a9de66bfde6ab8 [2023-02-24T18:43:54.803Z] ---> Running in dec9440a6b3e [2023-02-24T18:43:54.803Z] Removing intermediate container dec9440a6b3e [2023-02-24T18:43:54.803Z] ---> 9d6c3ea53b18 [2023-02-24T18:43:54.803Z] Step 23/23 : LABEL version=3.0.0-dev.38 [2023-02-24T18:43:54.803Z] ---> Running in 2609a00619ee [2023-02-24T18:43:55.062Z] Removing intermediate container 2609a00619ee [2023-02-24T18:43:55.062Z] ---> f38c9f1f2487 [2023-02-24T18:43:55.062Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-24T18:43:55.062Z] Successfully built f38c9f1f2487 [2023-02-24T18:43:55.062Z] 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-24T18:43:55.511Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-24T18:43:55.511Z] [2023-02-24T18:43:55.511Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:43:55.818Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-24T18:43:55.818Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-24T18:43:55.818Z] 5eb5b503b376: Pulling fs layer [2023-02-24T18:43:55.818Z] 5c69ac0246d0: Pulling fs layer [2023-02-24T18:43:55.818Z] ec43610c2a17: Pulling fs layer [2023-02-24T18:43:55.818Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-24T18:43:55.818Z] 33b1e0a273af: Pulling fs layer [2023-02-24T18:43:55.818Z] 5d3b04190fa2: Pulling fs layer [2023-02-24T18:43:55.818Z] 2f39f015ded8: Pulling fs layer [2023-02-24T18:43:55.818Z] 33b1e0a273af: Waiting [2023-02-24T18:43:55.818Z] 5d3b04190fa2: Waiting [2023-02-24T18:43:55.818Z] 3a2ae6a8a46f: Waiting [2023-02-24T18:43:55.818Z] 2f39f015ded8: Waiting [2023-02-24T18:43:55.818Z] 5c69ac0246d0: Verifying Checksum [2023-02-24T18:43:55.818Z] 5c69ac0246d0: Download complete [2023-02-24T18:43:55.818Z] 3a2ae6a8a46f: Verifying Checksum [2023-02-24T18:43:55.818Z] 3a2ae6a8a46f: Download complete [2023-02-24T18:43:56.079Z] 33b1e0a273af: Verifying Checksum [2023-02-24T18:43:56.079Z] 33b1e0a273af: Download complete [2023-02-24T18:43:56.079Z] ec43610c2a17: Verifying Checksum [2023-02-24T18:43:56.079Z] ec43610c2a17: Download complete [2023-02-24T18:43:56.079Z] 5d3b04190fa2: Verifying Checksum [2023-02-24T18:43:56.079Z] 5d3b04190fa2: Download complete [2023-02-24T18:43:56.079Z] 5eb5b503b376: Verifying Checksum [2023-02-24T18:43:56.079Z] 5eb5b503b376: Download complete [2023-02-24T18:43:56.646Z] 2f39f015ded8: Download complete [2023-02-24T18:43:57.212Z] 5eb5b503b376: Pull complete [2023-02-24T18:43:57.212Z] 5c69ac0246d0: Pull complete [2023-02-24T18:43:57.777Z] ec43610c2a17: Pull complete [2023-02-24T18:43:57.777Z] 3a2ae6a8a46f: Pull complete [2023-02-24T18:43:58.035Z] 33b1e0a273af: Pull complete [2023-02-24T18:43:58.035Z] 5d3b04190fa2: Pull complete [2023-02-24T18:44:02.215Z] 2f39f015ded8: Pull complete [2023-02-24T18:44:02.215Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-24T18:44:02.215Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-24T18:44:02.215Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-24T18:44:02.285Z] prd-ubuntu20.04-docker-8c-8g-7379 does not seem to be running inside a container [2023-02-24T18:44:02.319Z] $ 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-24T18:44:04.194Z] $ docker top 68788b43a3646a315a7e9f9b57fd33b383176ada8f174ee5ae57d2ab3e91ec4b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-24T18:44:04.585Z] ---> job-cost.sh [2023-02-24T18:44:04.585Z] lf-activate-venv: SKIPPING [2023-02-24T18:44:04.585Z] INFO: No Stack... [2023-02-24T18:44:05.155Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-24T18:44:05.416Z] INFO: Archiving Costs [Pipeline] sh [2023-02-24T18:44:05.719Z] + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv [2023-02-24T18:44:05.719Z] + cut -d, -f6 [Pipeline] lock [2023-02-24T18:44:05.730Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-168-stack-cost] [2023-02-24T18:44:05.739Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-168-stack-cost] did not exist. Created. [2023-02-24T18:44:05.739Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-168-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-24T18:44:06.039Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-02-24T18:44:06.070Z] Stashed 1 file(s) [Pipeline] } [2023-02-24T18:44:06.077Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-168-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-24T18:44:06.097Z] $ docker stop --time=1 68788b43a3646a315a7e9f9b57fd33b383176ada8f174ee5ae57d2ab3e91ec4b [2023-02-24T18:44:07.261Z] $ docker rm -f --volumes 68788b43a3646a315a7e9f9b57fd33b383176ada8f174ee5ae57d2ab3e91ec4b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-02-24T18:45:03.333Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7384 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] ws [2023-02-24T18:45:03.345Z] Running in /w/workspace/device-sdk-go/168 [Pipeline] { [Pipeline] checkout [2023-02-24T18:45:03.384Z] The recommended git tool is: git [2023-02-24T18:45:09.662Z] using credential edgex-jenkins-ssh [2023-02-24T18:45:09.680Z] Cloning the remote Git repository [2023-02-24T18:45:09.739Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2023-02-24T18:45:09.833Z] > git init /w/workspace/device-sdk-go/168 # timeout=10 [2023-02-24T18:45:10.030Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2023-02-24T18:45:10.032Z] > git --version # timeout=10 [2023-02-24T18:45:10.057Z] > git --version # 'git version 2.25.1' [2023-02-24T18:45:10.060Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-24T18:45:10.144Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-24T18:45:11.940Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2023-02-24T18:45:11.961Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-24T18:45:13.046Z] Avoid second fetch [2023-02-24T18:45:13.046Z] Checking out Revision 5c1e0dd5a754f3bad37da38710a9de66bfde6ab8 (main) [2023-02-24T18:45:13.067Z] > git config core.sparsecheckout # timeout=10 [2023-02-24T18:45:13.092Z] > git checkout -f 5c1e0dd5a754f3bad37da38710a9de66bfde6ab8 # timeout=10 [2023-02-24T18:45:13.803Z] Commit message: "Merge pull request #1349 from vli11/path_to_secretName" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-24T18:45:14.694Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-24T18:45:14.694Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-24T18:45:14.694Z] Dload Upload Total Spent Left Speed [2023-02-24T18:45:14.694Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 226k 0 --:--:-- --:--:-- --:--:-- 226k [Pipeline] sh [2023-02-24T18:45:15.260Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-24T18:45:15.599Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-24T18:45:15.599Z] + sudo tee /etc/docker/daemon.new [2023-02-24T18:45:15.599Z] { [2023-02-24T18:45:15.599Z] "registry-mirrors": [ [2023-02-24T18:45:15.599Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-24T18:45:15.599Z] ], [2023-02-24T18:45:15.599Z] "bip": "10.250.0.254/24", [2023-02-24T18:45:15.599Z] "hosts": [ [2023-02-24T18:45:15.599Z] "tcp://0.0.0.0:5555", [2023-02-24T18:45:15.599Z] "unix:///var/run/docker.sock" [2023-02-24T18:45:15.599Z] ], [2023-02-24T18:45:15.599Z] "mtu": 1458, [2023-02-24T18:45:15.599Z] "selinux-enabled": true, [2023-02-24T18:45:15.599Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-24T18:45:15.599Z] } [Pipeline] sh [2023-02-24T18:45:15.936Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-24T18:45:16.287Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-24T18:45:34.615Z] provisioning config files... [2023-02-24T18:45:34.654Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/168@tmp/config5206804202339371552tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-24T18:45:35.050Z] ---> docker-login.sh [2023-02-24T18:45:35.050Z] nexus3.edgexfoundry.org:10001 [2023-02-24T18:45:39.388Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T18:45:39.388Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T18:45:39.388Z] Configure a credential helper to remove this warning. See [2023-02-24T18:45:39.388Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T18:45:39.388Z] [2023-02-24T18:45:39.388Z] Login Succeeded [2023-02-24T18:45:39.388Z] nexus3.edgexfoundry.org:10002 [2023-02-24T18:45:39.388Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T18:45:39.388Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T18:45:39.388Z] Configure a credential helper to remove this warning. See [2023-02-24T18:45:39.388Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T18:45:39.388Z] [2023-02-24T18:45:39.388Z] Login Succeeded [2023-02-24T18:45:39.388Z] nexus3.edgexfoundry.org:10003 [2023-02-24T18:45:39.660Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T18:45:39.934Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T18:45:39.934Z] Configure a credential helper to remove this warning. See [2023-02-24T18:45:39.934Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T18:45:39.934Z] [2023-02-24T18:45:39.934Z] Login Succeeded [2023-02-24T18:45:39.934Z] nexus3.edgexfoundry.org:10004 [2023-02-24T18:45:40.207Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T18:45:40.207Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T18:45:40.207Z] Configure a credential helper to remove this warning. See [2023-02-24T18:45:40.207Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T18:45:40.207Z] [2023-02-24T18:45:40.207Z] Login Succeeded [2023-02-24T18:45:40.207Z] docker.io [2023-02-24T18:45:40.479Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T18:45:40.754Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T18:45:40.754Z] Configure a credential helper to remove this warning. See [2023-02-24T18:45:40.754Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T18:45:40.754Z] [2023-02-24T18:45:40.754Z] Login Succeeded [2023-02-24T18:45:40.754Z] ---> docker-login.sh ends [Pipeline] } [2023-02-24T18:45:40.773Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-24T18:45:41.137Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-24T18:45:41.150Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-24T18:45:41.160Z] ========================================================= [2023-02-24T18:45:41.160Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-24T18:45:41.160Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:45:41.523Z] + 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-24T18:45:41.798Z] Sending build context to Docker daemon 5.652MB [2023-02-24T18:45:42.077Z] Step 1/10 : ARG BASE=golang:1.18-alpine3.16 [2023-02-24T18:45:42.077Z] Step 2/10 : FROM ${BASE} AS builder [2023-02-24T18:45:42.357Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-24T18:45:42.357Z] 9b18e9b68314: Pulling fs layer [2023-02-24T18:45:42.357Z] 35d82f9e3411: Pulling fs layer [2023-02-24T18:45:42.357Z] e16973657156: Pulling fs layer [2023-02-24T18:45:42.357Z] fc693d55d65f: Pulling fs layer [2023-02-24T18:45:42.357Z] 7e9fc2657dce: Pulling fs layer [2023-02-24T18:45:42.357Z] dda99020689f: Pulling fs layer [2023-02-24T18:45:42.357Z] db1c61fa0a46: Pulling fs layer [2023-02-24T18:45:42.357Z] 891c053d2c06: Pulling fs layer [2023-02-24T18:45:42.357Z] dda99020689f: Waiting [2023-02-24T18:45:42.357Z] db1c61fa0a46: Waiting [2023-02-24T18:45:42.357Z] fc693d55d65f: Waiting [2023-02-24T18:45:42.357Z] 891c053d2c06: Waiting [2023-02-24T18:45:42.357Z] 7e9fc2657dce: Waiting [2023-02-24T18:45:42.357Z] e16973657156: Verifying Checksum [2023-02-24T18:45:42.357Z] e16973657156: Download complete [2023-02-24T18:45:42.357Z] 35d82f9e3411: Download complete [2023-02-24T18:45:42.357Z] 7e9fc2657dce: Verifying Checksum [2023-02-24T18:45:42.357Z] 7e9fc2657dce: Download complete [2023-02-24T18:45:42.357Z] dda99020689f: Verifying Checksum [2023-02-24T18:45:42.357Z] dda99020689f: Download complete [2023-02-24T18:45:42.357Z] 9b18e9b68314: Verifying Checksum [2023-02-24T18:45:42.357Z] 9b18e9b68314: Download complete [2023-02-24T18:45:43.338Z] 9b18e9b68314: Pull complete [2023-02-24T18:45:43.612Z] 891c053d2c06: Verifying Checksum [2023-02-24T18:45:43.612Z] 891c053d2c06: Download complete [2023-02-24T18:45:43.886Z] 35d82f9e3411: Pull complete [2023-02-24T18:45:44.496Z] e16973657156: Pull complete [2023-02-24T18:45:45.095Z] db1c61fa0a46: Verifying Checksum [2023-02-24T18:45:45.095Z] db1c61fa0a46: Download complete [2023-02-24T18:45:45.689Z] fc693d55d65f: Verifying Checksum [2023-02-24T18:45:45.689Z] fc693d55d65f: Download complete [2023-02-24T18:45:58.067Z] fc693d55d65f: Pull complete [2023-02-24T18:45:58.067Z] 7e9fc2657dce: Pull complete [2023-02-24T18:45:58.067Z] dda99020689f: Pull complete [2023-02-24T18:46:03.445Z] db1c61fa0a46: Pull complete [2023-02-24T18:46:05.438Z] 891c053d2c06: Pull complete [2023-02-24T18:46:05.438Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-24T18:46:05.438Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-24T18:46:05.438Z] ---> f96f9c87975a [2023-02-24T18:46:05.438Z] Step 3/10 : ARG MAKE=make build [2023-02-24T18:46:07.496Z] ---> Running in 8d04584d7a39 [2023-02-24T18:46:07.769Z] Removing intermediate container 8d04584d7a39 [2023-02-24T18:46:07.769Z] ---> 7f468ad612f5 [2023-02-24T18:46:07.769Z] Step 4/10 : WORKDIR /device-sdk-go [2023-02-24T18:46:07.769Z] ---> Running in f394052f1911 [2023-02-24T18:46:08.360Z] Removing intermediate container f394052f1911 [2023-02-24T18:46:08.360Z] ---> 385c4c18fefa [2023-02-24T18:46:08.360Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-24T18:46:08.360Z] ---> Running in 945ca060f094 [2023-02-24T18:46:08.635Z] Removing intermediate container 945ca060f094 [2023-02-24T18:46:08.635Z] ---> b24e8ce7729d [2023-02-24T18:46:08.635Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-02-24T18:46:08.635Z] ---> Running in 21f449d9de73 [2023-02-24T18:46:10.065Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-24T18:46:10.343Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-24T18:46:11.781Z] OK: 221 MiB in 51 packages [2023-02-24T18:46:12.766Z] Removing intermediate container 21f449d9de73 [2023-02-24T18:46:12.766Z] ---> bbf9e5b41e65 [2023-02-24T18:46:12.766Z] Step 7/10 : COPY go.mod vendor* ./ [2023-02-24T18:46:13.036Z] ---> 70783c48b948 [2023-02-24T18:46:13.036Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-24T18:46:13.305Z] ---> Running in 3a7ace45a72b [2023-02-24T18:47:21.284Z] Removing intermediate container 3a7ace45a72b [2023-02-24T18:47:21.284Z] ---> cae4276c96c4 [2023-02-24T18:47:21.284Z] Step 9/10 : COPY . . [2023-02-24T18:47:21.284Z] ---> c9553e50de66 [2023-02-24T18:47:21.284Z] Step 10/10 : RUN ${MAKE} [2023-02-24T18:47:21.555Z] ---> Running in 8dbd0d448277 [2023-02-24T18:47:22.519Z] noop [2023-02-24T18:47:23.106Z] Removing intermediate container 8dbd0d448277 [2023-02-24T18:47:23.106Z] ---> 35ce222e7848 [2023-02-24T18:47:23.106Z] Successfully built 35ce222e7848 [2023-02-24T18:47:23.106Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:47:23.470Z] + docker inspect -f . ci-base-image-arm64 [2023-02-24T18:47:23.470Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-24T18:47:23.688Z] prd-ubuntu20.04-docker-arm64-4c-16g-7384 does not seem to be running inside a container [2023-02-24T18:47:23.769Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/168 -v /w/workspace/device-sdk-go/168:/w/workspace/device-sdk-go/168:rw,z -v /w/workspace/device-sdk-go/168@tmp:/w/workspace/device-sdk-go/168@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-24T18:47:25.112Z] $ docker top 90337b74393c1be64100cc0c9d5f5050b5d8398a4d5881533bf088963b30b67f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-24T18:47:25.993Z] + go version [2023-02-24T18:47:25.993Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-24T18:47:26.019Z] $ docker stop --time=1 90337b74393c1be64100cc0c9d5f5050b5d8398a4d5881533bf088963b30b67f [2023-02-24T18:47:27.745Z] $ docker rm -f --volumes 90337b74393c1be64100cc0c9d5f5050b5d8398a4d5881533bf088963b30b67f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:47:28.332Z] + docker inspect -f . ci-base-image-arm64 [2023-02-24T18:47:28.332Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-24T18:47:28.561Z] prd-ubuntu20.04-docker-arm64-4c-16g-7384 does not seem to be running inside a container [2023-02-24T18:47:28.649Z] $ 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/168 -v /w/workspace/device-sdk-go/168:/w/workspace/device-sdk-go/168:rw,z -v /w/workspace/device-sdk-go/168@tmp:/w/workspace/device-sdk-go/168@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-24T18:47:29.965Z] $ docker top fd0eab21fdad6494cad9cdd4058aacd55b43cbf0750977e6af3bc93e4289716c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-24T18:47:30.832Z] + git config --global --add safe.directory /w/workspace/device-sdk-go/168 [Pipeline] fileExists [Pipeline] sh [2023-02-24T18:47:31.513Z] + make test [2023-02-24T18:47:31.513Z] go test -race -coverprofile=coverage.out ./... [2023-02-24T18:48:10.445Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-02-24T18:50:32.235Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-02-24T18:50:32.235Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-02-24T18:50:32.235Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-02-24T18:50:32.235Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-02-24T18:50:32.235Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-02-24T18:50:44.583Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.340s coverage: 27.6% of statements [2023-02-24T18:50:46.010Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.311s coverage: 78.9% of statements [2023-02-24T18:50:46.010Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] [2023-02-24T18:50:51.386Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.456s coverage: 86.0% of statements [2023-02-24T18:50:51.386Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-02-24T18:50:51.386Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-02-24T18:50:53.358Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.603s coverage: 74.7% of statements [2023-02-24T18:50:53.358Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-02-24T18:50:53.358Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 3.346s coverage: 15.5% of statements [2023-02-24T18:50:53.358Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-02-24T18:50:53.951Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.496s coverage: 65.2% of statements [2023-02-24T18:50:53.951Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-02-24T18:50:53.951Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-02-24T18:50:59.321Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 3.454s coverage: 89.2% of statements [2023-02-24T18:50:59.321Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] [2023-02-24T18:50:59.321Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.297s coverage: 4.6% of statements [2023-02-24T18:50:59.321Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-02-24T18:50:59.911Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-02-24T18:50:59.911Z] GO111MODULE=on go vet ./... [2023-02-24T18:52:51.653Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-24T18:52:51.653Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-24T18:52:51.653Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-24T18:52:51.672Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-24T18:52:51.697Z] $ docker stop --time=1 fd0eab21fdad6494cad9cdd4058aacd55b43cbf0750977e6af3bc93e4289716c [2023-02-24T18:52:53.625Z] $ docker rm -f --volumes fd0eab21fdad6494cad9cdd4058aacd55b43cbf0750977e6af3bc93e4289716c [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-24T18:52:55.137Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-24T18:52:55.161Z] Warning: overwriting stash ‘coverage-report’ [2023-02-24T18:52:55.833Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-24T18:52:56.247Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-24T18:52:56.590Z] + ls -al . [2023-02-24T18:52:56.590Z] total 280 [2023-02-24T18:52:56.590Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 24 18:47 . [2023-02-24T18:52:56.590Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 24 18:45 .. [2023-02-24T18:52:56.590Z] -rw-rw-r-- 1 jenkins jenkins 140 Feb 24 18:45 .dockerignore [2023-02-24T18:52:56.590Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 24 18:45 .git [2023-02-24T18:52:56.590Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 24 18:45 .github [2023-02-24T18:52:56.590Z] -rw-rw-r-- 1 jenkins jenkins 131 Feb 24 18:45 .gitignore [2023-02-24T18:52:56.590Z] -rw-rw-r-- 1 jenkins jenkins 42 Feb 24 18:45 .golangci.yml [2023-02-24T18:52:56.590Z] -rw-rw-r-- 1 jenkins jenkins 31677 Feb 24 18:45 CHANGELOG.md [2023-02-24T18:52:56.590Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 24 18:45 GOVERNANCE.md [2023-02-24T18:52:56.590Z] -rw-rw-r-- 1 jenkins jenkins 885 Feb 24 18:45 Jenkinsfile [2023-02-24T18:52:56.590Z] -rw-rw-r-- 1 jenkins jenkins 11341 Feb 24 18:45 LICENSE [2023-02-24T18:52:56.590Z] -rw-rw-r-- 1 jenkins jenkins 1679 Feb 24 18:45 Makefile [2023-02-24T18:52:56.590Z] -rw-rw-r-- 1 jenkins jenkins 619 Feb 24 18:45 OWNERS.md [2023-02-24T18:52:56.590Z] -rw-rw-r-- 1 jenkins jenkins 4891 Feb 24 18:45 README.md [2023-02-24T18:52:56.590Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 24 18:42 VERSION [2023-02-24T18:52:56.590Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 24 18:45 bin [2023-02-24T18:52:56.590Z] -rw-r--r-- 1 jenkins jenkins 111045 Feb 24 18:50 coverage.out [2023-02-24T18:52:56.590Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 24 18:45 example [2023-02-24T18:52:56.590Z] -rw-rw-r-- 1 jenkins jenkins 3266 Feb 24 18:45 go.mod [2023-02-24T18:52:56.590Z] -rw-rw-r-- 1 jenkins jenkins 32794 Feb 24 18:45 go.sum [2023-02-24T18:52:56.590Z] drwxrwxr-x 13 jenkins jenkins 4096 Feb 24 18:45 internal [2023-02-24T18:52:56.590Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 24 18:45 openapi [2023-02-24T18:52:56.590Z] drwxrwxr-x 6 jenkins jenkins 4096 Feb 24 18:45 pkg [2023-02-24T18:52:56.590Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 24 18:45 snap [2023-02-24T18:52:56.590Z] -rw-rw-r-- 1 jenkins jenkins 222 Feb 24 18:45 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:56.947Z] + 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=5c1e0dd5a754f3bad37da38710a9de66bfde6ab8 --label arch=arm64 --label version=3.0.0-dev.38 . [2023-02-24T18:52:57.551Z] Sending build context to Docker daemon 5.764MB [2023-02-24T18:52:57.551Z] Step 1/23 : ARG BASE=golang:1.18-alpine3.16 [2023-02-24T18:52:57.551Z] Step 2/23 : FROM ${BASE} AS builder [2023-02-24T18:52:57.551Z] ---> 35ce222e7848 [2023-02-24T18:52:57.551Z] Step 3/23 : ARG MAKE=make build [2023-02-24T18:52:57.551Z] ---> Running in b31498b32e0c [2023-02-24T18:52:57.825Z] Removing intermediate container b31498b32e0c [2023-02-24T18:52:57.825Z] ---> 25f897bb83fb [2023-02-24T18:52:57.825Z] Step 4/23 : WORKDIR /device-sdk-go [2023-02-24T18:52:58.095Z] ---> Running in 72bcc064aa5c [2023-02-24T18:52:58.365Z] Removing intermediate container 72bcc064aa5c [2023-02-24T18:52:58.365Z] ---> ec3e684c0cc5 [2023-02-24T18:52:58.365Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-24T18:52:58.365Z] ---> Running in cd86616d59ac [2023-02-24T18:52:58.954Z] Removing intermediate container cd86616d59ac [2023-02-24T18:52:58.954Z] ---> b44c8f92d028 [2023-02-24T18:52:58.954Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-02-24T18:52:58.954Z] ---> Running in 24e59cd163da [2023-02-24T18:52:59.922Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-24T18:53:00.512Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-24T18:53:01.484Z] OK: 221 MiB in 51 packages [2023-02-24T18:53:02.447Z] Removing intermediate container 24e59cd163da [2023-02-24T18:53:02.447Z] ---> 663776c3e9aa [2023-02-24T18:53:02.447Z] Step 7/23 : COPY go.mod vendor* ./ [2023-02-24T18:53:03.039Z] ---> a677abdab097 [2023-02-24T18:53:03.039Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-24T18:53:03.316Z] ---> Running in 2fd30f5eae5f [2023-02-24T18:53:05.913Z] Removing intermediate container 2fd30f5eae5f [2023-02-24T18:53:05.913Z] ---> 55421a33f5ba [2023-02-24T18:53:05.913Z] Step 9/23 : COPY . . [2023-02-24T18:53:07.332Z] ---> 7bec37d7ad7f [2023-02-24T18:53:07.332Z] Step 10/23 : RUN ${MAKE} [2023-02-24T18:53:07.332Z] ---> Running in bf4f984d6be9 [2023-02-24T18:53:08.300Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.38" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-02-24T18:55:30.018Z] Removing intermediate container bf4f984d6be9 [2023-02-24T18:55:30.018Z] ---> 619e5fc7d3c2 [2023-02-24T18:55:30.018Z] Step 11/23 : FROM alpine:3.16 [2023-02-24T18:55:30.018Z] 3.16: Pulling from library/alpine [2023-02-24T18:55:30.018Z] 3760b48202b3: Pulling fs layer [2023-02-24T18:55:30.018Z] 3760b48202b3: Download complete [2023-02-24T18:55:30.018Z] 3760b48202b3: Pull complete [2023-02-24T18:55:30.018Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-24T18:55:30.018Z] Status: Downloaded newer image for alpine:3.16 [2023-02-24T18:55:30.018Z] ---> 4c81e5bf8899 [2023-02-24T18:55:30.018Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-02-24T18:55:30.018Z] ---> Running in bcfaee126760 [2023-02-24T18:55:30.018Z] Removing intermediate container bcfaee126760 [2023-02-24T18:55:30.018Z] ---> 5d855238eb3d [2023-02-24T18:55:30.018Z] Step 13/23 : RUN apk add --update --no-cache [2023-02-24T18:55:30.018Z] ---> Running in 7edd2633f618 [2023-02-24T18:55:30.018Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-24T18:55:30.018Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-24T18:55:30.018Z] OK: 5 MiB in 14 packages [2023-02-24T18:55:30.018Z] Removing intermediate container 7edd2633f618 [2023-02-24T18:55:30.018Z] ---> 7b4af4dbbfdd [2023-02-24T18:55:30.018Z] Step 14/23 : WORKDIR / [2023-02-24T18:55:30.018Z] ---> Running in 3976004fddcb [2023-02-24T18:55:30.018Z] Removing intermediate container 3976004fddcb [2023-02-24T18:55:30.018Z] ---> 16cd049cd0e8 [2023-02-24T18:55:30.018Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-02-24T18:55:30.018Z] ---> 5f0613586412 [2023-02-24T18:55:30.018Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-02-24T18:55:31.435Z] ---> 155a17081fb4 [2023-02-24T18:55:31.435Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-02-24T18:55:32.023Z] ---> 356cebffd870 [2023-02-24T18:55:32.023Z] Step 18/23 : EXPOSE 59999 [2023-02-24T18:55:32.396Z] ---> Running in f4293bf94da0 [2023-02-24T18:55:32.687Z] Removing intermediate container f4293bf94da0 [2023-02-24T18:55:32.687Z] ---> de4ae6718bd9 [2023-02-24T18:55:32.687Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-02-24T18:55:32.687Z] ---> Running in e0c3857e5ab6 [2023-02-24T18:55:32.959Z] Removing intermediate container e0c3857e5ab6 [2023-02-24T18:55:32.960Z] ---> ae8bd3972688 [2023-02-24T18:55:32.960Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-24T18:55:32.960Z] ---> Running in eb1edad991ee [2023-02-24T18:55:33.577Z] Removing intermediate container eb1edad991ee [2023-02-24T18:55:33.577Z] ---> a53ef4a8fa2e [2023-02-24T18:55:33.577Z] Step 21/23 : LABEL arch=arm64 [2023-02-24T18:55:33.577Z] ---> Running in 0fc2817a0269 [2023-02-24T18:55:33.851Z] Removing intermediate container 0fc2817a0269 [2023-02-24T18:55:33.851Z] ---> d3d95e8bf439 [2023-02-24T18:55:33.851Z] Step 22/23 : LABEL git_sha=5c1e0dd5a754f3bad37da38710a9de66bfde6ab8 [2023-02-24T18:55:33.851Z] ---> Running in 8f5e28140b27 [2023-02-24T18:55:34.128Z] Removing intermediate container 8f5e28140b27 [2023-02-24T18:55:34.128Z] ---> 932f60e2c9b3 [2023-02-24T18:55:34.128Z] Step 23/23 : LABEL version=3.0.0-dev.38 [2023-02-24T18:55:34.407Z] ---> Running in e7571f07d581 [2023-02-24T18:55:34.682Z] Removing intermediate container e7571f07d581 [2023-02-24T18:55:34.682Z] ---> 34c9cf03fda9 [2023-02-24T18:55:34.682Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-24T18:55:34.682Z] Successfully built 34c9cf03fda9 [2023-02-24T18:55:34.682Z] 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-24T18:55:35.141Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-24T18:55:35.141Z] [2023-02-24T18:55:35.141Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:55:35.494Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-24T18:55:35.764Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-24T18:55:35.764Z] 8998bd30e6a1: Pulling fs layer [2023-02-24T18:55:35.764Z] 04944245beec: Pulling fs layer [2023-02-24T18:55:35.764Z] 699f458cf7ca: Pulling fs layer [2023-02-24T18:55:35.764Z] 765212b225bb: Pulling fs layer [2023-02-24T18:55:35.764Z] f23df028b6ca: Pulling fs layer [2023-02-24T18:55:35.764Z] d65c8cfc05b1: Pulling fs layer [2023-02-24T18:55:35.764Z] 2437ff75d9bd: Pulling fs layer [2023-02-24T18:55:35.764Z] f23df028b6ca: Waiting [2023-02-24T18:55:35.764Z] d65c8cfc05b1: Waiting [2023-02-24T18:55:35.764Z] 2437ff75d9bd: Waiting [2023-02-24T18:55:35.764Z] 765212b225bb: Waiting [2023-02-24T18:55:35.764Z] 04944245beec: Verifying Checksum [2023-02-24T18:55:35.764Z] 04944245beec: Download complete [2023-02-24T18:55:35.764Z] 765212b225bb: Verifying Checksum [2023-02-24T18:55:35.764Z] 765212b225bb: Download complete [2023-02-24T18:55:35.764Z] f23df028b6ca: Verifying Checksum [2023-02-24T18:55:35.764Z] f23df028b6ca: Download complete [2023-02-24T18:55:35.764Z] d65c8cfc05b1: Verifying Checksum [2023-02-24T18:55:35.764Z] d65c8cfc05b1: Download complete [2023-02-24T18:55:36.035Z] 699f458cf7ca: Verifying Checksum [2023-02-24T18:55:36.035Z] 699f458cf7ca: Download complete [2023-02-24T18:55:36.305Z] 8998bd30e6a1: Verifying Checksum [2023-02-24T18:55:36.305Z] 8998bd30e6a1: Download complete [2023-02-24T18:55:38.917Z] 2437ff75d9bd: Verifying Checksum [2023-02-24T18:55:38.917Z] 2437ff75d9bd: Download complete [2023-02-24T18:55:40.330Z] 8998bd30e6a1: Pull complete [2023-02-24T18:55:40.920Z] 04944245beec: Pull complete [2023-02-24T18:55:42.337Z] 699f458cf7ca: Pull complete [2023-02-24T18:55:42.608Z] 765212b225bb: Pull complete [2023-02-24T18:55:43.198Z] f23df028b6ca: Pull complete [2023-02-24T18:55:43.469Z] d65c8cfc05b1: Pull complete [2023-02-24T18:55:58.509Z] 2437ff75d9bd: Pull complete [2023-02-24T18:55:58.509Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-24T18:55:58.509Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-24T18:55:58.509Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-24T18:55:58.723Z] prd-ubuntu20.04-docker-arm64-4c-16g-7384 does not seem to be running inside a container [2023-02-24T18:55:58.806Z] $ 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/168 -v /w/workspace/device-sdk-go/168:/w/workspace/device-sdk-go/168:rw,z -v /w/workspace/device-sdk-go/168@tmp:/w/workspace/device-sdk-go/168@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-24T18:56:01.747Z] $ docker top b91d37b748eb33f1e6b4ab10b89187ff918a5619af399c683ae5d544a913bb69 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-24T18:56:02.619Z] ---> job-cost.sh [2023-02-24T18:56:02.619Z] lf-activate-venv: SKIPPING [2023-02-24T18:56:02.619Z] INFO: No Stack... [2023-02-24T18:56:03.205Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-24T18:56:04.165Z] INFO: Archiving Costs [Pipeline] sh [2023-02-24T18:56:04.491Z] + cat /w/workspace/device-sdk-go/168/archives/cost.csv [2023-02-24T18:56:04.491Z] + cut -d, -f6 [Pipeline] lock [2023-02-24T18:56:04.828Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-168-stack-cost] [2023-02-24T18:56:04.834Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-168-stack-cost] did not exist. Created. [2023-02-24T18:56:04.834Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-168-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-24T18:56:05.495Z] /w/workspace/device-sdk-go/168@tmp/durable-6e1d33dc/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-02-24T18:56:06.152Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-24T18:56:06.174Z] Warning: overwriting stash ‘stack-cost’ [2023-02-24T18:56:06.249Z] Stashed 1 file(s) [Pipeline] } [2023-02-24T18:56:06.256Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-168-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-24T18:56:06.280Z] $ docker stop --time=1 b91d37b748eb33f1e6b4ab10b89187ff918a5619af399c683ae5d544a913bb69 [2023-02-24T18:56:07.811Z] $ docker rm -f --volumes b91d37b748eb33f1e6b4ab10b89187ff918a5619af399c683ae5d544a913bb69 [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-24T18:56:08.240Z] provisioning config files... [2023-02-24T18:56:08.246Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config461951621379462469tmp [Pipeline] { [Pipeline] sh [2023-02-24T18:56:08.539Z] + set +x [2023-02-24T18:56:08.539Z] + bash -s -- [2023-02-24T18:56:08.539Z] + curl -s https://codecov.io/bash [2023-02-24T18:56:08.539Z] [2023-02-24T18:56:08.539Z] _____ _ [2023-02-24T18:56:08.539Z] / ____| | | [2023-02-24T18:56:08.539Z] | | ___ __| | ___ ___ _____ __ [2023-02-24T18:56:08.539Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-24T18:56:08.539Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-24T18:56:08.539Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-24T18:56:08.539Z] Bash-1.0.6 [2023-02-24T18:56:08.539Z] [2023-02-24T18:56:08.539Z] [2023-02-24T18:56:08.539Z] ==> git version 2.25.1 found [2023-02-24T18:56:08.539Z] ==> 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-24T18:56:08.539Z] Release-Date: 2020-01-08 [2023-02-24T18:56:08.539Z] 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-24T18:56:08.539Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-24T18:56:08.539Z] ==> Jenkins CI detected. [2023-02-24T18:56:08.539Z] current dir:  /w/workspace/edgexfoundry_device-sdk-go_main [2023-02-24T18:56:08.539Z] project root: . [2023-02-24T18:56:08.539Z] --> token set from env [2023-02-24T18:56:08.539Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-24T18:56:08.539Z] ==> Running gcov in . (disable via -X gcov) [2023-02-24T18:56:08.539Z] ==> Python coveragepy not found [2023-02-24T18:56:08.539Z] ==> Searching for coverage reports in: [2023-02-24T18:56:08.539Z] + . [2023-02-24T18:56:08.539Z] -> Found 1 reports [2023-02-24T18:56:08.539Z] ==> Detecting git/mercurial file structure [2023-02-24T18:56:08.539Z] ==> Reading reports [2023-02-24T18:56:08.539Z] + ./coverage.out bytes=111045 [2023-02-24T18:56:08.539Z] ==> Appending adjustments [2023-02-24T18:56:08.539Z] https://docs.codecov.io/docs/fixing-reports [2023-02-24T18:56:08.798Z] + Found adjustments [2023-02-24T18:56:08.798Z] ==> Gzipping contents [2023-02-24T18:56:08.798Z] 16K /tmp/codecov.67nTjn.gz [2023-02-24T18:56:09.057Z] ==> Uploading reports [2023-02-24T18:56:09.057Z] url: https://codecov.io [2023-02-24T18:56:09.057Z] query: branch=main&commit=5c1e0dd5a754f3bad37da38710a9de66bfde6ab8&build=168&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F168%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-24T18:56:09.057Z] -> Pinging Codecov [2023-02-24T18:56:09.057Z] 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=5c1e0dd5a754f3bad37da38710a9de66bfde6ab8&build=168&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F168%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-24T18:56:19.040Z] -> Uploading to [2023-02-24T18:56:19.040Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-24/7E55EF52A471D76F132DFD9A03CDDE97/5c1e0dd5a754f3bad37da38710a9de66bfde6ab8/419d7e59-d1d4-4cad-bb2b-be36027881d2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230224%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230224T185618Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c771d687279b09a6cc6d849e82dcd584bf23540c71ffef211cc2dd1acd513885 [2023-02-24T18:56:19.040Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-24T18:56:19.040Z] Dload Upload Total Spent Left Speed [2023-02-24T18:56:19.300Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15367 0 0 100 15367 0 48784 --:--:-- --:--:-- --:--:-- 48939 [2023-02-24T18:56:19.300Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/5c1e0dd5a754f3bad37da38710a9de66bfde6ab8 [Pipeline] } [2023-02-24T18:56:19.307Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-02-24T18:56:19.432Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-02-24T18:56:19.441Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:56:19.748Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-24T18:56:19.748Z] [2023-02-24T18:56:19.748Z] 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-24T18:56:20.057Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-24T18:56:20.057Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-02-24T18:56:20.057Z] df9b9388f04a: Pulling fs layer [2023-02-24T18:56:20.057Z] 52dc419b0ee2: Pulling fs layer [2023-02-24T18:56:20.057Z] 25bc292e5bac: Pulling fs layer [2023-02-24T18:56:20.057Z] 114826534d7a: Pulling fs layer [2023-02-24T18:56:20.057Z] 4657fd5d0bcf: Pulling fs layer [2023-02-24T18:56:20.057Z] 6ad1cebc031e: Pulling fs layer [2023-02-24T18:56:20.057Z] 8a3aa393b2d8: Pulling fs layer [2023-02-24T18:56:20.057Z] 4657fd5d0bcf: Waiting [2023-02-24T18:56:20.057Z] 6ad1cebc031e: Waiting [2023-02-24T18:56:20.057Z] 8a3aa393b2d8: Waiting [2023-02-24T18:56:20.057Z] 114826534d7a: Waiting [2023-02-24T18:56:20.057Z] 25bc292e5bac: Verifying Checksum [2023-02-24T18:56:20.057Z] 25bc292e5bac: Download complete [2023-02-24T18:56:20.057Z] 52dc419b0ee2: Download complete [2023-02-24T18:56:20.057Z] 4657fd5d0bcf: Verifying Checksum [2023-02-24T18:56:20.057Z] 4657fd5d0bcf: Download complete [2023-02-24T18:56:20.057Z] df9b9388f04a: Verifying Checksum [2023-02-24T18:56:20.057Z] df9b9388f04a: Download complete [2023-02-24T18:56:20.316Z] df9b9388f04a: Pull complete [2023-02-24T18:56:20.316Z] 6ad1cebc031e: Verifying Checksum [2023-02-24T18:56:20.316Z] 6ad1cebc031e: Download complete [2023-02-24T18:56:20.316Z] 52dc419b0ee2: Pull complete [2023-02-24T18:56:20.575Z] 25bc292e5bac: Pull complete [2023-02-24T18:56:20.833Z] 114826534d7a: Verifying Checksum [2023-02-24T18:56:20.833Z] 114826534d7a: Download complete [2023-02-24T18:56:21.102Z] 8a3aa393b2d8: Verifying Checksum [2023-02-24T18:56:21.102Z] 8a3aa393b2d8: Download complete [2023-02-24T18:56:24.385Z] 114826534d7a: Pull complete [2023-02-24T18:56:24.385Z] 4657fd5d0bcf: Pull complete [2023-02-24T18:56:24.385Z] 6ad1cebc031e: Pull complete [2023-02-24T18:56:26.918Z] 8a3aa393b2d8: Pull complete [2023-02-24T18:56:26.918Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-02-24T18:56:26.918Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-24T18:56:26.918Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-24T18:56:26.991Z] prd-ubuntu20.04-docker-8c-8g-7379 does not seem to be running inside a container [2023-02-24T18:56:27.029Z] $ 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-24T18:56:28.881Z] $ docker top 58f1f4141207a13903ef517253181c5549e5ecbeb09736c917e7397a0eec1f91 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-24T18:56:28.941Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh [2023-02-24T18:56:29.218Z] + set -o pipefail [2023-02-24T18:56:29.218Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' [2023-02-24T18:56:35.781Z] [2023-02-24T18:56:35.781Z] Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v3)... [2023-02-24T18:56:35.781Z] [2023-02-24T18:56:35.781Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/1d897ce9-7d37-4e4c-99f4-c1fbe8b8d34b/history/3ae6a218-4a5a-4e5a-9a37-d9e1a737699a [2023-02-24T18:56:35.781Z] [2023-02-24T18:56:35.781Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-02-24T18:56:35.781Z] [2023-02-24T18:56:35.781Z] [2023-02-24T18:56:35.781Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-02-24T18:56:35.781Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-02-24T18:56:35.781Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-02-24T18:56:35.804Z] $ docker stop --time=1 58f1f4141207a13903ef517253181c5549e5ecbeb09736c917e7397a0eec1f91 [2023-02-24T18:56:37.940Z] $ docker rm -f --volumes 58f1f4141207a13903ef517253181c5549e5ecbeb09736c917e7397a0eec1f91 [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-24T18:56:38.301Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-24T18:56:38.310Z] provisioning config files... [2023-02-24T18:56:38.316Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config13480590963787955542tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-24T18:56:38.670Z] --> edgex-publish-swagger.sh [2023-02-24T18:56:38.670Z] === Publish openapi/v3 API === [2023-02-24T18:56:38.670Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2023-02-24T18:56:38.670Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/v3/device-sdk.yaml] [2023-02-24T18:56:38.670Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-24T18:56:38.670Z] Dload Upload Total Spent Left Speed [2023-02-24T18:56:40.985Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23571 0 0 100 23571 0 18947 0:00:01 0:00:01 --:--:-- 18932 100 23571 0 0 100 23571 0 10499 0:00:02 0:00:02 --:--:-- 10494 100 23571 0 0 100 23571 0 9577 0:00:02 0:00:02 --:--:-- 9573 [2023-02-24T18:56:40.985Z] [2023-02-24T18:56:40.985Z] [Pipeline] } [2023-02-24T18:56:40.993Z] 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-24T18:56:41.396Z] + git log --format=format:%s -1 5c1e0dd5a754f3bad37da38710a9de66bfde6ab8 [Pipeline] sh [2023-02-24T18:56:41.686Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-24T18:56:41.686Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:56:41.990Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-24T18:56:41.990Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-24T18:56:42.056Z] prd-ubuntu20.04-docker-8c-8g-7379 does not seem to be running inside a container [2023-02-24T18:56:42.098Z] $ 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-24T18:56:42.449Z] $ docker top 0460ccf7c9f335af8f8f96ca96fe8ed55934643b2a3db575141e0a1f2763449c -eo pid,comm [2023-02-24T18:56:42.481Z] 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-24T18:56:42.481Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-24T18:56:42.518Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-24T18:56:42.518Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-24T18:56:42.620Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-24T18:56:42.635Z] $ docker exec 0460ccf7c9f335af8f8f96ca96fe8ed55934643b2a3db575141e0a1f2763449c ssh-agent [2023-02-24T18:56:42.719Z] SSH_AUTH_SOCK=/tmp/ssh-ixSRMAPZ2PyE/agent.32 [2023-02-24T18:56:42.719Z] SSH_AGENT_PID=38 [2023-02-24T18:56:42.724Z] Running ssh-add (command line suppressed) [2023-02-24T18:56:42.836Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_9798658092569359664.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_9798658092569359664.key) [2023-02-24T18:56:42.837Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-24T18:56:43.122Z] + git semver tag [2023-02-24T18:56:43.381Z] 2023-02-24 18:56:43,309 [run_tag] DEBUG tag force:False [2023-02-24T18:56:43.381Z] 2023-02-24 18:56:43,309 [check_head_tag] DEBUG check head tag [2023-02-24T18:56:43.381Z] 2023-02-24 18:56:43,311 [execute] INFO git cat-file --batch-check [2023-02-24T18:56:43.381Z] 2023-02-24 18:56:43,311 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2023-02-24T18:56:43.381Z] 2023-02-24 18:56:43,315 [execute] INFO git cat-file --batch [2023-02-24T18:56:43.381Z] 2023-02-24 18:56:43,315 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2023-02-24T18:56:43.381Z] 2023-02-24 18:56:43,347 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-24T18:56:43.381Z] 2023-02-24 18:56:43,348 [execute] INFO git tag -a v3.0.0-dev.38 -m v3.0.0-dev.38 [2023-02-24T18:56:43.381Z] 2023-02-24 18:56:43,348 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.38', '-m', 'v3.0.0-dev.38'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2023-02-24T18:56:43.381Z] 2023-02-24 18:56:43,351 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-24T18:56:43.381Z] 3.0.0-dev.38 [Pipeline] } [2023-02-24T18:56:43.404Z] $ docker exec --env ******** --env ******** 0460ccf7c9f335af8f8f96ca96fe8ed55934643b2a3db575141e0a1f2763449c ssh-agent -k [2023-02-24T18:56:43.498Z] unset SSH_AUTH_SOCK; [2023-02-24T18:56:43.499Z] unset SSH_AGENT_PID; [2023-02-24T18:56:43.499Z] echo Agent pid 38 killed; [2023-02-24T18:56:43.500Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-24T18:56:43.817Z] + git semver [Pipeline] } [2023-02-24T18:56:44.102Z] $ docker stop --time=1 0460ccf7c9f335af8f8f96ca96fe8ed55934643b2a3db575141e0a1f2763449c [2023-02-24T18:56:45.393Z] $ docker rm -f --volumes 0460ccf7c9f335af8f8f96ca96fe8ed55934643b2a3db575141e0a1f2763449c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:56:45.781Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-24T18:56:45.781Z] [2023-02-24T18:56:45.781Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:56:46.084Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-24T18:56:46.084Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-02-24T18:56:46.084Z] ab5ef0e58194: Pulling fs layer [2023-02-24T18:56:46.084Z] 9712f1f96733: Pulling fs layer [2023-02-24T18:56:46.084Z] 63f879dbbcfc: Pulling fs layer [2023-02-24T18:56:46.084Z] 0d9ebad4ef96: Pulling fs layer [2023-02-24T18:56:46.084Z] e9a5061849ea: Pulling fs layer [2023-02-24T18:56:46.084Z] d747dcd14b5f: Pulling fs layer [2023-02-24T18:56:46.084Z] 2de7ff778b66: Pulling fs layer [2023-02-24T18:56:46.084Z] 0d9ebad4ef96: Waiting [2023-02-24T18:56:46.084Z] e9a5061849ea: Waiting [2023-02-24T18:56:46.084Z] d747dcd14b5f: Waiting [2023-02-24T18:56:46.085Z] 2de7ff778b66: Waiting [2023-02-24T18:56:46.085Z] 9712f1f96733: Verifying Checksum [2023-02-24T18:56:46.085Z] 9712f1f96733: Download complete [2023-02-24T18:56:46.673Z] 63f879dbbcfc: Verifying Checksum [2023-02-24T18:56:46.673Z] 63f879dbbcfc: Download complete [2023-02-24T18:56:46.932Z] e9a5061849ea: Verifying Checksum [2023-02-24T18:56:46.932Z] e9a5061849ea: Download complete [2023-02-24T18:56:46.932Z] d747dcd14b5f: Verifying Checksum [2023-02-24T18:56:46.932Z] d747dcd14b5f: Download complete [2023-02-24T18:56:46.932Z] 0d9ebad4ef96: Verifying Checksum [2023-02-24T18:56:46.932Z] 0d9ebad4ef96: Download complete [2023-02-24T18:56:46.932Z] ab5ef0e58194: Download complete [2023-02-24T18:56:46.932Z] 2de7ff778b66: Verifying Checksum [2023-02-24T18:56:46.932Z] 2de7ff778b66: Download complete [2023-02-24T18:56:49.456Z] ab5ef0e58194: Pull complete [2023-02-24T18:56:49.714Z] 9712f1f96733: Pull complete [2023-02-24T18:56:50.279Z] 63f879dbbcfc: Pull complete [2023-02-24T18:56:54.459Z] 0d9ebad4ef96: Pull complete [2023-02-24T18:56:54.459Z] e9a5061849ea: Pull complete [2023-02-24T18:56:54.459Z] d747dcd14b5f: Pull complete [2023-02-24T18:56:55.023Z] 2de7ff778b66: Pull complete [2023-02-24T18:56:55.023Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-02-24T18:56:55.023Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-24T18:56:55.023Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-24T18:56:55.112Z] prd-ubuntu20.04-docker-8c-8g-7379 does not seem to be running inside a container [2023-02-24T18:56:55.151Z] $ 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-24T18:56:57.222Z] $ docker top 2e362e4d8ff28de6a4e8d33e2c7eec20280a446acdb77a32f6f8042d9c79cc90 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-02-24T18:56:57.281Z] provisioning config files... [2023-02-24T18:56:57.288Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config16566016918123860279tmp [2023-02-24T18:56:57.298Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config10339334210174754929tmp [2023-02-24T18:56:57.307Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config16245186729751484155tmp [Pipeline] { [Pipeline] echo [2023-02-24T18:56:57.319Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-24T18:56:57.602Z] ---> sigul-configuration.sh [2023-02-24T18:56:57.602Z] gpg: directory `/root/.gnupg' created [2023-02-24T18:56:57.602Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-02-24T18:56:57.602Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-02-24T18:56:57.602Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-02-24T18:56:57.602Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-02-24T18:56:57.602Z] gpg: CAST5 encrypted data [2023-02-24T18:56:57.602Z] gpg: encrypted with 1 passphrase [2023-02-24T18:56:57.602Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-02-24T18:56:57.887Z] + mkdir /home/jenkins [2023-02-24T18:56:57.887Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-02-24T18:56:58.172Z] + 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-24T18:56:58.181Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-24T18:56:58.467Z] ---> sigul-install.sh [2023-02-24T18:56:58.467Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-02-24T18:56:58.751Z] + git tag --list [2023-02-24T18:56:58.751Z] 0.7.1 [2023-02-24T18:56:58.751Z] delhi-tag [2023-02-24T18:56:58.751Z] v1.0.0 [2023-02-24T18:56:58.751Z] v1.1.0 [2023-02-24T18:56:58.751Z] v1.1.1 [2023-02-24T18:56:58.751Z] v1.1.2 [2023-02-24T18:56:58.751Z] v1.2.0 [2023-02-24T18:56:58.751Z] v1.2.1 [2023-02-24T18:56:58.751Z] v1.2.2 [2023-02-24T18:56:58.751Z] v1.2.3 [2023-02-24T18:56:58.751Z] v1.3.0 [2023-02-24T18:56:58.751Z] v1.4.0 [2023-02-24T18:56:58.751Z] v2.0.0 [2023-02-24T18:56:58.751Z] v2.1.0 [2023-02-24T18:56:58.751Z] v2.1.1 [2023-02-24T18:56:58.751Z] v2.1.1-dev.2 [2023-02-24T18:56:58.751Z] v2.1.1-dev.3 [2023-02-24T18:56:58.751Z] v2.2.0 [2023-02-24T18:56:58.751Z] v2.2.1-dev.1 [2023-02-24T18:56:58.751Z] v2.2.1-dev.10 [2023-02-24T18:56:58.751Z] v2.2.1-dev.11 [2023-02-24T18:56:58.751Z] v2.2.1-dev.12 [2023-02-24T18:56:58.751Z] v2.2.1-dev.13 [2023-02-24T18:56:58.751Z] v2.2.1-dev.14 [2023-02-24T18:56:58.751Z] v2.2.1-dev.2 [2023-02-24T18:56:58.751Z] v2.2.1-dev.3 [2023-02-24T18:56:58.751Z] v2.2.1-dev.4 [2023-02-24T18:56:58.751Z] v2.2.1-dev.5 [2023-02-24T18:56:58.751Z] v2.2.1-dev.6 [2023-02-24T18:56:58.751Z] v2.2.1-dev.7 [2023-02-24T18:56:58.751Z] v2.2.1-dev.8 [2023-02-24T18:56:58.751Z] v2.2.1-dev.9 [2023-02-24T18:56:58.751Z] v2.3.0 [2023-02-24T18:56:58.751Z] v2.3.0-dev.14 [2023-02-24T18:56:58.751Z] v2.3.0-dev.15 [2023-02-24T18:56:58.751Z] v2.3.0-dev.16 [2023-02-24T18:56:58.751Z] v2.3.0-dev.17 [2023-02-24T18:56:58.751Z] v2.3.0-dev.18 [2023-02-24T18:56:58.751Z] v2.3.0-dev.19 [2023-02-24T18:56:58.751Z] v2.3.0-dev.20 [2023-02-24T18:56:58.751Z] v2.3.0-dev.21 [2023-02-24T18:56:58.751Z] v2.3.0-dev.22 [2023-02-24T18:56:58.751Z] v2.3.0-dev.23 [2023-02-24T18:56:58.751Z] v2.3.0-dev.24 [2023-02-24T18:56:58.751Z] v2.3.0-dev.25 [2023-02-24T18:56:58.751Z] v2.3.0-dev.26 [2023-02-24T18:56:58.751Z] v2.3.0-dev.27 [2023-02-24T18:56:58.751Z] v2.3.0-dev.28 [2023-02-24T18:56:58.751Z] v2.3.0-dev.29 [2023-02-24T18:56:58.751Z] v2.3.0-dev.30 [2023-02-24T18:56:58.751Z] v2.3.0-dev.31 [2023-02-24T18:56:58.751Z] v2.3.0-dev.32 [2023-02-24T18:56:58.751Z] v2.3.0-dev.33 [2023-02-24T18:56:58.751Z] v2.3.0-dev.34 [2023-02-24T18:56:58.751Z] v2.3.0-dev.35 [2023-02-24T18:56:58.751Z] v2.3.0-dev.36 [2023-02-24T18:56:58.751Z] v2.3.0-dev.37 [2023-02-24T18:56:58.751Z] v2.3.0-dev.38 [2023-02-24T18:56:58.751Z] v2.3.0-dev.39 [2023-02-24T18:56:58.751Z] v2.3.0-dev.40 [2023-02-24T18:56:58.751Z] v2.3.0-dev.41 [2023-02-24T18:56:58.751Z] v2.3.0-dev.42 [2023-02-24T18:56:58.751Z] v2.3.0-dev.43 [2023-02-24T18:56:58.751Z] v2.3.0-dev.44 [2023-02-24T18:56:58.751Z] v2.3.0-dev.45 [2023-02-24T18:56:58.751Z] v2.3.0-dev.46 [2023-02-24T18:56:58.751Z] v2.3.0-dev.47 [2023-02-24T18:56:58.751Z] v2.3.0-dev.48 [2023-02-24T18:56:58.751Z] v2.3.0-dev.49 [2023-02-24T18:56:58.751Z] v2.3.0-dev.50 [2023-02-24T18:56:58.751Z] v2.3.0-dev.51 [2023-02-24T18:56:58.751Z] v2.3.1-dev.1 [2023-02-24T18:56:58.751Z] v2.3.1-dev.2 [2023-02-24T18:56:58.751Z] v3.0.0-dev.1 [2023-02-24T18:56:58.751Z] v3.0.0-dev.10 [2023-02-24T18:56:58.751Z] v3.0.0-dev.11 [2023-02-24T18:56:58.751Z] v3.0.0-dev.12 [2023-02-24T18:56:58.751Z] v3.0.0-dev.13 [2023-02-24T18:56:58.751Z] v3.0.0-dev.14 [2023-02-24T18:56:58.751Z] v3.0.0-dev.15 [2023-02-24T18:56:58.751Z] v3.0.0-dev.16 [2023-02-24T18:56:58.751Z] v3.0.0-dev.17 [2023-02-24T18:56:58.751Z] v3.0.0-dev.18 [2023-02-24T18:56:58.751Z] v3.0.0-dev.19 [2023-02-24T18:56:58.751Z] v3.0.0-dev.2 [2023-02-24T18:56:58.751Z] v3.0.0-dev.20 [2023-02-24T18:56:58.751Z] v3.0.0-dev.21 [2023-02-24T18:56:58.751Z] v3.0.0-dev.22 [2023-02-24T18:56:58.751Z] v3.0.0-dev.23 [2023-02-24T18:56:58.751Z] v3.0.0-dev.24 [2023-02-24T18:56:58.751Z] v3.0.0-dev.25 [2023-02-24T18:56:58.751Z] v3.0.0-dev.26 [2023-02-24T18:56:58.751Z] v3.0.0-dev.27 [2023-02-24T18:56:58.751Z] v3.0.0-dev.28 [2023-02-24T18:56:58.751Z] v3.0.0-dev.29 [2023-02-24T18:56:58.751Z] v3.0.0-dev.3 [2023-02-24T18:56:58.751Z] v3.0.0-dev.30 [2023-02-24T18:56:58.751Z] v3.0.0-dev.31 [2023-02-24T18:56:58.751Z] v3.0.0-dev.32 [2023-02-24T18:56:58.751Z] v3.0.0-dev.33 [2023-02-24T18:56:58.751Z] v3.0.0-dev.34 [2023-02-24T18:56:58.751Z] v3.0.0-dev.35 [2023-02-24T18:56:58.751Z] v3.0.0-dev.36 [2023-02-24T18:56:58.751Z] v3.0.0-dev.37 [2023-02-24T18:56:58.751Z] v3.0.0-dev.38 [2023-02-24T18:56:58.751Z] v3.0.0-dev.4 [2023-02-24T18:56:58.751Z] v3.0.0-dev.5 [2023-02-24T18:56:58.751Z] v3.0.0-dev.6 [2023-02-24T18:56:58.751Z] v3.0.0-dev.7 [2023-02-24T18:56:58.751Z] v3.0.0-dev.8 [2023-02-24T18:56:58.751Z] v3.0.0-dev.9 [Pipeline] sh [2023-02-24T18:56:59.037Z] + lftools sign git-tag v3.0.0-dev.38 [2023-02-24T18:56:59.604Z] Signing Git tag with Sigul... [2023-02-24T18:56:59.604Z] Signing v3.0.0-dev.38 [Pipeline] echo [2023-02-24T18:56:59.873Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-24T18:57:00.161Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-02-24T18:57:00.168Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-02-24T18:57:00.198Z] $ docker stop --time=1 2e362e4d8ff28de6a4e8d33e2c7eec20280a446acdb77a32f6f8042d9c79cc90 [2023-02-24T18:57:01.558Z] $ docker rm -f --volumes 2e362e4d8ff28de6a4e8d33e2c7eec20280a446acdb77a32f6f8042d9c79cc90 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-02-24T18:57:01.942Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-24T18:57:01.942Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:57:02.238Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-24T18:57:02.238Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-24T18:57:02.312Z] prd-ubuntu20.04-docker-8c-8g-7379 does not seem to be running inside a container [2023-02-24T18:57:02.353Z] $ 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-24T18:57:02.770Z] $ docker top af618d24a66f62d6b4deb6e97dc87a83cb43ceb8a08c050841fb217747b62212 -eo pid,comm [2023-02-24T18:57:02.807Z] 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-24T18:57:02.807Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-24T18:57:02.848Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-24T18:57:02.848Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-24T18:57:02.953Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-24T18:57:02.969Z] $ docker exec af618d24a66f62d6b4deb6e97dc87a83cb43ceb8a08c050841fb217747b62212 ssh-agent [2023-02-24T18:57:03.067Z] SSH_AUTH_SOCK=/tmp/ssh-BB7BQ5qSBfQN/agent.33 [2023-02-24T18:57:03.067Z] SSH_AGENT_PID=39 [2023-02-24T18:57:03.072Z] Running ssh-add (command line suppressed) [2023-02-24T18:57:03.186Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_8922459628925165077.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_8922459628925165077.key) [2023-02-24T18:57:03.184Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-24T18:57:03.467Z] + git semver bump pre [2023-02-24T18:57:03.726Z] 2023-02-24 18:57:03,657 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-24T18:57:03.726Z] 2023-02-24 18:57:03,657 [bump_version] DEBUG bumping version:3.0.0-dev.38 on axis:pre with prefix:dev [2023-02-24T18:57:03.726Z] 2023-02-24 18:57:03,657 [bump_version] DEBUG bumped version:3.0.0-dev.39 [2023-02-24T18:57:03.726Z] 2023-02-24 18:57:03,657 [write_version] DEBUG write version:3.0.0-dev.39 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True [2023-02-24T18:57:03.726Z] 2023-02-24 18:57:03,657 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-24T18:57:03.726Z] 2023-02-24 18:57:03,657 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-24T18:57:03.726Z] 2023-02-24 18:57:03,659 [execute] INFO git cat-file --batch-check [2023-02-24T18:57:03.726Z] 2023-02-24 18:57:03,660 [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-24T18:57:03.726Z] 2023-02-24 18:57:03,666 [execute] INFO git cat-file --batch [2023-02-24T18:57:03.726Z] 2023-02-24 18:57:03,666 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-24T18:57:03.726Z] 2023-02-24 18:57:03,671 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-24T18:57:03.726Z] 3.0.0-dev.39 [Pipeline] } [2023-02-24T18:57:03.748Z] $ docker exec --env ******** --env ******** af618d24a66f62d6b4deb6e97dc87a83cb43ceb8a08c050841fb217747b62212 ssh-agent -k [2023-02-24T18:57:03.844Z] unset SSH_AUTH_SOCK; [2023-02-24T18:57:03.845Z] unset SSH_AGENT_PID; [2023-02-24T18:57:03.845Z] echo Agent pid 39 killed; [2023-02-24T18:57:03.844Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-24T18:57:04.139Z] + git semver [Pipeline] } [2023-02-24T18:57:04.421Z] $ docker stop --time=1 af618d24a66f62d6b4deb6e97dc87a83cb43ceb8a08c050841fb217747b62212 [2023-02-24T18:57:05.709Z] $ docker rm -f --volumes af618d24a66f62d6b4deb6e97dc87a83cb43ceb8a08c050841fb217747b62212 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-24T18:57:06.046Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-24T18:57:06.046Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:57:06.348Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-24T18:57:06.348Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-24T18:57:06.414Z] prd-ubuntu20.04-docker-8c-8g-7379 does not seem to be running inside a container [2023-02-24T18:57:06.456Z] $ 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-24T18:57:06.847Z] $ docker top aa02ba8997d22493cbcc8eddc2b8efa54e740d2b78eeb14a4270ec11f872e7ca -eo pid,comm [2023-02-24T18:57:06.881Z] 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-24T18:57:06.881Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-24T18:57:06.914Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-24T18:57:06.914Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-24T18:57:07.037Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-24T18:57:07.053Z] $ docker exec aa02ba8997d22493cbcc8eddc2b8efa54e740d2b78eeb14a4270ec11f872e7ca ssh-agent [2023-02-24T18:57:07.138Z] SSH_AUTH_SOCK=/tmp/ssh-UvR3k2HThpJm/agent.32 [2023-02-24T18:57:07.138Z] SSH_AGENT_PID=38 [2023-02-24T18:57:07.143Z] Running ssh-add (command line suppressed) [2023-02-24T18:57:07.256Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_11243677757763276520.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_11243677757763276520.key) [2023-02-24T18:57:07.257Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-24T18:57:07.541Z] + git semver push [2023-02-24T18:57:07.799Z] 2023-02-24 18:57:07,736 [run_push] DEBUG push [2023-02-24T18:57:07.799Z] 2023-02-24 18:57:07,737 [execute] INFO git cat-file --batch-check [2023-02-24T18:57:07.799Z] 2023-02-24 18:57:07,737 [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-24T18:57:07.799Z] 2023-02-24 18:57:07,741 [execute] INFO git rev-list 74cdb4e805abe77609fbf3c0f1748a30531dc416 -- [2023-02-24T18:57:07.799Z] 2023-02-24 18:57:07,742 [execute] DEBUG Popen(['git', 'rev-list', '74cdb4e805abe77609fbf3c0f1748a30531dc416', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-24T18:57:07.799Z] 2023-02-24 18:57:07,755 [execute] INFO git fetch -v origin [2023-02-24T18:57:07.799Z] 2023-02-24 18:57:07,755 [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-24T18:57:08.365Z] 2023-02-24 18:57:08,288 [run_push] DEBUG no remote changes detected [2023-02-24T18:57:08.365Z] 2023-02-24 18:57:08,288 [execute] INFO git push origin semver [2023-02-24T18:57:08.365Z] 2023-02-24 18:57:08,289 [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-24T18:57:09.300Z] 2023-02-24 18:57:09,201 [run_push] DEBUG push all version tags [2023-02-24T18:57:09.300Z] 2023-02-24 18:57:09,201 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-02-24T18:57:09.300Z] 2023-02-24 18:57:09,202 [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-24T18:57:10.239Z] 2023-02-24 18:57:10,006 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-24T18:57:10.239Z] 3.0.0-dev.39 [Pipeline] } [2023-02-24T18:57:10.261Z] $ docker exec --env ******** --env ******** aa02ba8997d22493cbcc8eddc2b8efa54e740d2b78eeb14a4270ec11f872e7ca ssh-agent -k [2023-02-24T18:57:10.352Z] unset SSH_AUTH_SOCK; [2023-02-24T18:57:10.353Z] unset SSH_AGENT_PID; [2023-02-24T18:57:10.353Z] echo Agent pid 38 killed; [2023-02-24T18:57:10.355Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-24T18:57:10.661Z] + git semver [Pipeline] } [2023-02-24T18:57:10.943Z] $ docker stop --time=1 aa02ba8997d22493cbcc8eddc2b8efa54e740d2b78eeb14a4270ec11f872e7ca [2023-02-24T18:57:12.251Z] $ docker rm -f --volumes aa02ba8997d22493cbcc8eddc2b8efa54e740d2b78eeb14a4270ec11f872e7ca [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-24T18:57:12.794Z] + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] [2023-02-24T18:57:12.795Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-02-24T18:57:12.795Z] total 16 [2023-02-24T18:57:12.795Z] drwxr-xr-x 3 root root 4096 Feb 24 18:44 . [2023-02-24T18:57:12.795Z] drwxrwxr-x 12 jenkins jenkins 4096 Feb 24 18:56 .. [2023-02-24T18:57:12.795Z] drwxr-xr-x 2 root root 4096 Feb 24 18:44 cost [2023-02-24T18:57:12.795Z] -rw-r--r-- 1 root root 85 Feb 24 18:44 cost.csv [2023-02-24T18:57:12.795Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-02-24T18:57:12.795Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-02-24T18:57:12.795Z] total 16 [2023-02-24T18:57:12.795Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 24 18:44 . [2023-02-24T18:57:12.795Z] drwxrwxr-x 12 jenkins jenkins 4096 Feb 24 18:56 .. [2023-02-24T18:57:12.795Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 24 18:44 cost [2023-02-24T18:57:12.795Z] -rw-r--r-- 1 jenkins jenkins 85 Feb 24 18:44 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-02-24T18:57:13.085Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-24T18:57:13.943Z] ---> package-listing.sh [2023-02-24T18:57:13.943Z] ++ facter osfamily [2023-02-24T18:57:13.943Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-24T18:57:14.202Z] + OS_FAMILY=debian [2023-02-24T18:57:14.202Z] + workspace=/w/workspace/edgexfoundry_device-sdk-go_main [2023-02-24T18:57:14.202Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-24T18:57:14.202Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-24T18:57:14.202Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-24T18:57:14.202Z] + PACKAGES=/tmp/packages_start.txt [2023-02-24T18:57:14.202Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2023-02-24T18:57:14.202Z] + PACKAGES=/tmp/packages_end.txt [2023-02-24T18:57:14.202Z] + case "${OS_FAMILY}" in [2023-02-24T18:57:14.202Z] + dpkg -l [2023-02-24T18:57:14.202Z] + grep '^ii' [2023-02-24T18:57:14.202Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-24T18:57:14.202Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-24T18:57:14.202Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-24T18:57:14.202Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2023-02-24T18:57:14.202Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [2023-02-24T18:57:14.202Z] + 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-24T18:57:14.213Z] 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-24T18:57:14.492Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:57:15.053Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-24T18:57:15.053Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-24T18:57:15.123Z] prd-ubuntu20.04-docker-8c-8g-7379 does not seem to be running inside a container [2023-02-24T18:57:15.167Z] $ 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-24T18:57:15.393Z] $ docker top a0974fdf66b00fe94e5a8568613ccaa5aaf7f338195e79fd005494148a202ac2 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-24T18:57:15.727Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-24T18:57:16.015Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-24T18:57:16.301Z] + ls /var/log/sa-host [2023-02-24T18:57:16.301Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-24T18:57:16.373Z] provisioning config files... [2023-02-24T18:57:16.380Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config6799279742603431291tmp [Pipeline] { [Pipeline] echo [2023-02-24T18:57:16.391Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-24T18:57:16.763Z] ---> create-netrc.sh [Pipeline] } [2023-02-24T18:57:16.778Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-24T18:57:17.151Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-24T18:57:17.160Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-24T18:57:17.440Z] ---> sudo-logs.sh [2023-02-24T18:57:17.440Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-24T18:57:17.468Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-24T18:57:17.753Z] ---> job-cost.sh [2023-02-24T18:57:17.753Z] lf-activate-venv: SKIPPING [2023-02-24T18:57:17.753Z] DEBUG: total: 0.2199999988079071 [2023-02-24T18:57:17.753Z] INFO: Retrieving Stack Cost... [2023-02-24T18:57:18.011Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-24T18:57:18.577Z] INFO: Archiving Costs [Pipeline] echo [2023-02-24T18:57:18.591Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-24T18:57:18.873Z] ---> logs-deploy.sh [2023-02-24T18:57:18.873Z] lf-activate-venv: SKIPPING [2023-02-24T18:57:18.873Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/168 [2023-02-24T18:57:18.873Z] INFO: archiving workspace using pattern(s): [2023-02-24T18:57:19.806Z] Archives upload complete. [2023-02-24T18:57:19.806Z] INFO: archiving logs to Nexus