Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 844470d981b00f1723aa71b22ce5646b0926e81e 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-ssh8035165255517591743.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-ssh8914570001298700889.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-ssh791984742118669033.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-ssh2906434589235853841.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-ssh14310965449402509264.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 Running on prd-ubuntu20.04-docker-8c-8g-7894 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 844470d981b00f1723aa71b22ce5646b0926e81e (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 844470d981b00f1723aa71b22ce5646b0926e81e # timeout=10 Commit message: "Merge pull request #1353 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v3-3.0.0-dev.36" > git rev-list --no-walk 6c52867c974148776ead9b5ce3090ce3cf294dda # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-01T05:18:15.616Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-01T05:18:15.690Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-01T05:18:15.705Z] ========================================================= [2023-03-01T05:18:15.705Z] EdgeX Global Pipelines Version Info [2023-03-01T05:18:15.705Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-01T05:18:16.411Z] ------------------- [2023-03-01T05:18:16.411Z] stable info: [2023-03-01T05:18:16.411Z] ------------------- [2023-03-01T05:18:16.411Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-01T05:18:16.411Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-01T05:18:16.411Z] Message: update stable to v1.0.244 [2023-03-01T05:18:16.981Z] ------------------- [2023-03-01T05:18:16.981Z] experimental info: [2023-03-01T05:18:16.981Z] ------------------- [2023-03-01T05:18:16.981Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-01T05:18:16.981Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-01T05:18:16.981Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-01T05:18:17.177Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2023-03-01T05:18:17.191Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2023-03-01T05:18:17.201Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-01T05:18:17.214Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-01T05:18:17.228Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-01T05:18:17.239Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-03-01T05:18:17.256Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-01T05:18:17.268Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2023-03-01T05:18:17.281Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-01T05:18:17.291Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-01T05:18:17.302Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-01T05:18:17.314Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2023-03-01T05:18:17.325Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-01T05:18:17.336Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-01T05:18:17.348Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-01T05:18:17.363Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-03-01T05:18:17.374Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-03-01T05:18:17.386Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-03-01T05:18:17.396Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-01T05:18:17.409Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-01T05:18:17.421Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-03-01T05:18:17.432Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-03-01T05:18:17.446Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-03-01T05:18:17.458Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-03-01T05:18:17.476Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-03-01T05:18:17.493Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-01T05:18:17.508Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-01T05:18:17.520Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-03-01T05:18:17.533Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-03-01T05:18:17.547Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-03-01T05:18:17.557Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 844470d981b00f1723aa71b22ce5646b0926e81e [Pipeline] echo [2023-03-01T05:18:17.572Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 844470d [Pipeline] echo [2023-03-01T05:18:17.589Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-01T05:18:17.639Z] provisioning config files... [2023-03-01T05:18:17.653Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config2727981171341375098tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-01T05:18:17.950Z] ---> docker-login.sh [2023-03-01T05:18:17.950Z] nexus3.edgexfoundry.org:10001 [2023-03-01T05:18:18.210Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T05:18:18.210Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T05:18:18.210Z] Configure a credential helper to remove this warning. See [2023-03-01T05:18:18.210Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T05:18:18.210Z] [2023-03-01T05:18:18.210Z] Login Succeeded [2023-03-01T05:18:18.210Z] nexus3.edgexfoundry.org:10002 [2023-03-01T05:18:18.469Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T05:18:18.469Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T05:18:18.469Z] Configure a credential helper to remove this warning. See [2023-03-01T05:18:18.469Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T05:18:18.469Z] [2023-03-01T05:18:18.469Z] Login Succeeded [2023-03-01T05:18:18.469Z] nexus3.edgexfoundry.org:10003 [2023-03-01T05:18:18.469Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T05:18:18.469Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T05:18:18.469Z] Configure a credential helper to remove this warning. See [2023-03-01T05:18:18.469Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T05:18:18.469Z] [2023-03-01T05:18:18.469Z] Login Succeeded [2023-03-01T05:18:18.469Z] nexus3.edgexfoundry.org:10004 [2023-03-01T05:18:18.469Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T05:18:18.727Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T05:18:18.727Z] Configure a credential helper to remove this warning. See [2023-03-01T05:18:18.727Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T05:18:18.727Z] [2023-03-01T05:18:18.727Z] Login Succeeded [2023-03-01T05:18:18.727Z] docker.io [2023-03-01T05:18:18.727Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T05:18:18.986Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T05:18:18.986Z] Configure a credential helper to remove this warning. See [2023-03-01T05:18:18.986Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T05:18:18.986Z] [2023-03-01T05:18:18.986Z] Login Succeeded [2023-03-01T05:18:18.986Z] ---> docker-login.sh ends [Pipeline] } [2023-03-01T05:18:18.992Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-03-01T05:18:19.373Z] + git rev-list -1 --merges 844470d981b00f1723aa71b22ce5646b0926e81e~1..844470d981b00f1723aa71b22ce5646b0926e81e [Pipeline] echo [2023-03-01T05:18:19.415Z] -----------> git rev-list -1 --merges 844470d981b00f1723aa71b22ce5646b0926e81e~1..844470d981b00f1723aa71b22ce5646b0926e81e 844470d981b00f1723aa71b22ce5646b0926e81e [2023-03-01T05:18:19.415Z] 844470d981b00f1723aa71b22ce5646b0926e81e [false] [Pipeline] sh [2023-03-01T05:18:19.699Z] + git log --format=format:%s -1 844470d981b00f1723aa71b22ce5646b0926e81e [Pipeline] echo [2023-03-01T05:18:19.738Z] ========================================================= [2023-03-01T05:18:19.738Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-01T05:18:19.738Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-01T05:18:20.070Z] + git log --format=format:%s -1 844470d981b00f1723aa71b22ce5646b0926e81e [Pipeline] echo [2023-03-01T05:18:20.082Z] [semverPrep] GIT_COMMIT: 844470d981b00f1723aa71b22ce5646b0926e81e, Commit Message: Merge pull request #1353 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v3-3.0.0-dev.36 [Pipeline] echo [2023-03-01T05:18:20.091Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-03-01T05:18:20.445Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-01T05:18:20.445Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-01T05:18:20.445Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-01T05:18:20.445Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-01T05:18:20.445Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-01T05:18:20.445Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-01T05:18:20.445Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T05:18:20.853Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-01T05:18:20.853Z] [2023-03-01T05:18:20.853Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T05:18:21.149Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-01T05:18:21.149Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-01T05:18:21.149Z] b85a868b505f: Pulling fs layer [2023-03-01T05:18:21.149Z] e2be974225ed: Pulling fs layer [2023-03-01T05:18:21.149Z] 339a4e72a1f5: Pulling fs layer [2023-03-01T05:18:21.149Z] 988bab9f4d93: Pulling fs layer [2023-03-01T05:18:21.149Z] 1469e6f7b9e6: Pulling fs layer [2023-03-01T05:18:21.149Z] eaf3925da568: Pulling fs layer [2023-03-01T05:18:21.149Z] bab4dde63d76: Pulling fs layer [2023-03-01T05:18:21.149Z] bde34c3a00c8: Pulling fs layer [2023-03-01T05:18:21.149Z] b352a97aabf1: Pulling fs layer [2023-03-01T05:18:21.149Z] 4872d77fe225: Pulling fs layer [2023-03-01T05:18:21.149Z] 5851b861e8e6: Pulling fs layer [2023-03-01T05:18:21.149Z] bab4dde63d76: Waiting [2023-03-01T05:18:21.149Z] b352a97aabf1: Waiting [2023-03-01T05:18:21.149Z] 4872d77fe225: Waiting [2023-03-01T05:18:21.149Z] bde34c3a00c8: Waiting [2023-03-01T05:18:21.149Z] 1469e6f7b9e6: Waiting [2023-03-01T05:18:21.149Z] eaf3925da568: Waiting [2023-03-01T05:18:21.149Z] 988bab9f4d93: Waiting [2023-03-01T05:18:21.149Z] e2be974225ed: Verifying Checksum [2023-03-01T05:18:21.149Z] e2be974225ed: Download complete [2023-03-01T05:18:21.149Z] 988bab9f4d93: Verifying Checksum [2023-03-01T05:18:21.149Z] 988bab9f4d93: Download complete [2023-03-01T05:18:21.408Z] 1469e6f7b9e6: Verifying Checksum [2023-03-01T05:18:21.408Z] 1469e6f7b9e6: Download complete [2023-03-01T05:18:21.408Z] eaf3925da568: Verifying Checksum [2023-03-01T05:18:21.408Z] 339a4e72a1f5: Verifying Checksum [2023-03-01T05:18:21.408Z] eaf3925da568: Download complete [2023-03-01T05:18:21.408Z] 339a4e72a1f5: Download complete [2023-03-01T05:18:21.408Z] bde34c3a00c8: Download complete [2023-03-01T05:18:21.408Z] b352a97aabf1: Verifying Checksum [2023-03-01T05:18:21.408Z] b352a97aabf1: Download complete [2023-03-01T05:18:21.408Z] 4872d77fe225: Verifying Checksum [2023-03-01T05:18:21.408Z] 4872d77fe225: Download complete [2023-03-01T05:18:21.408Z] 5851b861e8e6: Verifying Checksum [2023-03-01T05:18:21.408Z] 5851b861e8e6: Download complete [2023-03-01T05:18:21.408Z] b85a868b505f: Verifying Checksum [2023-03-01T05:18:21.408Z] b85a868b505f: Download complete [2023-03-01T05:18:21.666Z] bab4dde63d76: Verifying Checksum [2023-03-01T05:18:21.666Z] bab4dde63d76: Download complete [2023-03-01T05:18:22.602Z] b85a868b505f: Pull complete [2023-03-01T05:18:22.602Z] e2be974225ed: Pull complete [2023-03-01T05:18:23.168Z] 339a4e72a1f5: Pull complete [2023-03-01T05:18:23.168Z] 988bab9f4d93: Pull complete [2023-03-01T05:18:23.427Z] 1469e6f7b9e6: Pull complete [2023-03-01T05:18:23.427Z] eaf3925da568: Pull complete [2023-03-01T05:18:25.328Z] bab4dde63d76: Pull complete [2023-03-01T05:18:25.328Z] bde34c3a00c8: Pull complete [2023-03-01T05:18:25.328Z] b352a97aabf1: Pull complete [2023-03-01T05:18:25.328Z] 4872d77fe225: Pull complete [2023-03-01T05:18:25.328Z] 5851b861e8e6: Pull complete [2023-03-01T05:18:25.328Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-01T05:18:25.328Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-01T05:18:25.328Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T05:18:25.413Z] prd-ubuntu20.04-docker-8c-8g-7894 does not seem to be running inside a container [2023-03-01T05:18:25.445Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-01T05:18:27.946Z] $ docker top 6a45bd717a7da4c44d72b06a6f01582bf2fdfe2d11cc9636e8ea14069e37d103 -eo pid,comm [2023-03-01T05:18:27.996Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-03-01T05:18:27.996Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-01T05:18:28.030Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-01T05:18:28.030Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-01T05:18:28.136Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-01T05:18:28.136Z] $ docker exec 6a45bd717a7da4c44d72b06a6f01582bf2fdfe2d11cc9636e8ea14069e37d103 ssh-agent [2023-03-01T05:18:28.241Z] SSH_AUTH_SOCK=/tmp/ssh-OHQiO8zOIdFf/agent.32 [2023-03-01T05:18:28.241Z] SSH_AGENT_PID=38 [2023-03-01T05:18:28.247Z] Running ssh-add (command line suppressed) [2023-03-01T05:18:28.336Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_12484263267888970930.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_12484263267888970930.key) [2023-03-01T05:18:28.357Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-01T05:18:28.645Z] + git tag --points-at HEAD [Pipeline] } [2023-03-01T05:18:28.661Z] $ docker exec --env ******** --env ******** 6a45bd717a7da4c44d72b06a6f01582bf2fdfe2d11cc9636e8ea14069e37d103 ssh-agent -k [2023-03-01T05:18:28.763Z] unset SSH_AUTH_SOCK; [2023-03-01T05:18:28.763Z] unset SSH_AGENT_PID; [2023-03-01T05:18:28.764Z] echo Agent pid 38 killed; [2023-03-01T05:18:28.775Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-01T05:18:28.795Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-01T05:18:28.795Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-01T05:18:28.900Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-01T05:18:28.900Z] $ docker exec 6a45bd717a7da4c44d72b06a6f01582bf2fdfe2d11cc9636e8ea14069e37d103 ssh-agent [2023-03-01T05:18:29.017Z] SSH_AUTH_SOCK=/tmp/ssh-c121j2OYcxqX/agent.71 [2023-03-01T05:18:29.017Z] SSH_AGENT_PID=77 [2023-03-01T05:18:29.023Z] Running ssh-add (command line suppressed) [2023-03-01T05:18:29.124Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_15573479366545519582.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_15573479366545519582.key) [2023-03-01T05:18:29.139Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-01T05:18:29.430Z] + git semver init [2023-03-01T05:18:29.689Z] 2023-03-01 05:18:29,595 [run_init] DEBUG init version:0.0.0 force:False [2023-03-01T05:18:29.689Z] 2023-03-01 05:18:29,596 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver [2023-03-01T05:18:29.689Z] 2023-03-01 05:18:29,597 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver [2023-03-01T05:18:29.689Z] 2023-03-01 05:18:29,598 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/edgexfoundry_device-sdk-go_main/.semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2023-03-01T05:18:30.627Z] 2023-03-01 05:18:30,534 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude [2023-03-01T05:18:30.627Z] 2023-03-01 05:18:30,535 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False [2023-03-01T05:18:30.627Z] 2023-03-01 05:18:30,535 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-01T05:18:30.627Z] 2023-03-01 05:18:30,535 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-01T05:18:30.627Z] 3.0.0-dev.42 [Pipeline] } [2023-03-01T05:18:30.634Z] $ docker exec --env ******** --env ******** 6a45bd717a7da4c44d72b06a6f01582bf2fdfe2d11cc9636e8ea14069e37d103 ssh-agent -k [2023-03-01T05:18:30.728Z] unset SSH_AUTH_SOCK; [2023-03-01T05:18:30.728Z] unset SSH_AGENT_PID; [2023-03-01T05:18:30.728Z] echo Agent pid 77 killed; [2023-03-01T05:18:30.738Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-01T05:18:31.043Z] + git semver [Pipeline] } [2023-03-01T05:18:31.313Z] $ docker stop --time=1 6a45bd717a7da4c44d72b06a6f01582bf2fdfe2d11cc9636e8ea14069e37d103 [2023-03-01T05:18:32.611Z] $ docker rm -f --volumes 6a45bd717a7da4c44d72b06a6f01582bf2fdfe2d11cc9636e8ea14069e37d103 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-01T05:18:32.945Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-01T05:18:33.142Z] Stashed 1 file(s) [Pipeline] echo [2023-03-01T05:18:33.146Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.42 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-01T05:18:33.303Z] provisioning config files... [2023-03-01T05:18:33.314Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config17042354966072159837tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-01T05:18:33.551Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7901 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] ws [2023-03-01T05:18:33.567Z] Running in /w/workspace/device-sdk-go/172 [Pipeline] { [Pipeline] checkout [2023-03-01T05:18:33.610Z] The recommended git tool is: git [2023-03-01T05:18:33.610Z] ---> docker-login.sh [2023-03-01T05:18:33.610Z] nexus3.edgexfoundry.org:10001 [2023-03-01T05:18:33.610Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T05:18:33.610Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T05:18:33.610Z] Configure a credential helper to remove this warning. See [2023-03-01T05:18:33.610Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T05:18:33.610Z] [2023-03-01T05:18:33.610Z] Login Succeeded [2023-03-01T05:18:33.610Z] nexus3.edgexfoundry.org:10002 [2023-03-01T05:18:33.610Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T05:18:33.610Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T05:18:33.610Z] Configure a credential helper to remove this warning. See [2023-03-01T05:18:33.610Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T05:18:33.610Z] [2023-03-01T05:18:33.610Z] Login Succeeded [2023-03-01T05:18:33.610Z] nexus3.edgexfoundry.org:10003 [2023-03-01T05:18:33.871Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T05:18:33.871Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T05:18:33.871Z] Configure a credential helper to remove this warning. See [2023-03-01T05:18:33.871Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T05:18:33.871Z] [2023-03-01T05:18:33.871Z] Login Succeeded [2023-03-01T05:18:33.871Z] nexus3.edgexfoundry.org:10004 [2023-03-01T05:18:33.871Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T05:18:33.871Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T05:18:33.871Z] Configure a credential helper to remove this warning. See [2023-03-01T05:18:33.871Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T05:18:33.871Z] [2023-03-01T05:18:33.871Z] Login Succeeded [2023-03-01T05:18:33.871Z] docker.io [2023-03-01T05:18:34.129Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T05:18:34.129Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T05:18:34.129Z] Configure a credential helper to remove this warning. See [2023-03-01T05:18:34.129Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T05:18:34.129Z] [2023-03-01T05:18:34.129Z] Login Succeeded [2023-03-01T05:18:34.129Z] ---> docker-login.sh ends [Pipeline] } [2023-03-01T05:18:34.135Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-01T05:18:34.200Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-01T05:18:34.215Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-01T05:18:34.226Z] ========================================================= [2023-03-01T05:18:34.226Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-03-01T05:18:34.226Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T05:18:34.541Z] + docker build -t ci-base-image-x86_64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-03-01T05:18:34.542Z] Sending build context to Docker daemon 10.6MB [2023-03-01T05:18:34.542Z] Step 1/10 : ARG BASE=golang:1.18-alpine3.16 [2023-03-01T05:18:34.542Z] Step 2/10 : FROM ${BASE} AS builder [2023-03-01T05:18:34.542Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-01T05:18:34.542Z] 213ec9aee27d: Pulling fs layer [2023-03-01T05:18:34.542Z] 4583459ba037: Pulling fs layer [2023-03-01T05:18:34.542Z] 93c1e223e6f2: Pulling fs layer [2023-03-01T05:18:34.542Z] 53926ce57604: Pulling fs layer [2023-03-01T05:18:34.542Z] 21b2b0c7a3f4: Pulling fs layer [2023-03-01T05:18:34.542Z] 22ff95d597cd: Pulling fs layer [2023-03-01T05:18:34.542Z] 53926ce57604: Waiting [2023-03-01T05:18:34.542Z] 12d6caf4c0d1: Pulling fs layer [2023-03-01T05:18:34.542Z] 22ff95d597cd: Waiting [2023-03-01T05:18:34.542Z] 96b7cbca73a9: Pulling fs layer [2023-03-01T05:18:34.542Z] a7acece74701: Pulling fs layer [2023-03-01T05:18:34.542Z] 12d6caf4c0d1: Waiting [2023-03-01T05:18:34.542Z] 96b7cbca73a9: Waiting [2023-03-01T05:18:34.803Z] 93c1e223e6f2: Download complete [2023-03-01T05:18:34.803Z] 4583459ba037: Verifying Checksum [2023-03-01T05:18:34.803Z] 4583459ba037: Download complete [2023-03-01T05:18:34.803Z] 21b2b0c7a3f4: Download complete [2023-03-01T05:18:34.803Z] 22ff95d597cd: Verifying Checksum [2023-03-01T05:18:34.803Z] 22ff95d597cd: Download complete [2023-03-01T05:18:34.803Z] 213ec9aee27d: Verifying Checksum [2023-03-01T05:18:34.803Z] 213ec9aee27d: Download complete [2023-03-01T05:18:34.803Z] 12d6caf4c0d1: Verifying Checksum [2023-03-01T05:18:34.803Z] 12d6caf4c0d1: Download complete [2023-03-01T05:18:35.064Z] 213ec9aee27d: Pull complete [2023-03-01T05:18:35.064Z] 4583459ba037: Pull complete [2023-03-01T05:18:35.064Z] 93c1e223e6f2: Pull complete [2023-03-01T05:18:35.328Z] a7acece74701: Verifying Checksum [2023-03-01T05:18:35.328Z] a7acece74701: Download complete [2023-03-01T05:18:35.587Z] 53926ce57604: Download complete [2023-03-01T05:18:35.587Z] 96b7cbca73a9: Verifying Checksum [2023-03-01T05:18:35.587Z] 96b7cbca73a9: Download complete [2023-03-01T05:18:38.652Z] using credential edgex-jenkins-ssh [2023-03-01T05:18:38.673Z] Cloning the remote Git repository [2023-03-01T05:18:38.863Z] 53926ce57604: Pull complete [2023-03-01T05:18:38.863Z] 21b2b0c7a3f4: Pull complete [2023-03-01T05:18:38.863Z] 22ff95d597cd: Pull complete [2023-03-01T05:18:39.120Z] 12d6caf4c0d1: Pull complete [2023-03-01T05:18:38.680Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2023-03-01T05:18:38.752Z] > git init /w/workspace/device-sdk-go/172 # timeout=10 [2023-03-01T05:18:38.900Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2023-03-01T05:18:38.901Z] > git --version # timeout=10 [2023-03-01T05:18:38.921Z] > git --version # 'git version 2.25.1' [2023-03-01T05:18:38.923Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-01T05:18:38.981Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-01T05:18:41.020Z] 96b7cbca73a9: Pull complete [2023-03-01T05:18:41.585Z] a7acece74701: Pull complete [2023-03-01T05:18:41.585Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-03-01T05:18:41.585Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-01T05:18:41.585Z] ---> db6d94c90886 [2023-03-01T05:18:41.585Z] Step 3/10 : ARG MAKE=make build [2023-03-01T05:18:41.829Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2023-03-01T05:18:41.851Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-01T05:18:42.748Z] Avoid second fetch [2023-03-01T05:18:42.748Z] Checking out Revision 844470d981b00f1723aa71b22ce5646b0926e81e (main) [2023-03-01T05:18:43.247Z] Commit message: "Merge pull request #1353 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v3-3.0.0-dev.36" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-01T05:18:42.725Z] > git config core.sparsecheckout # timeout=10 [2023-03-01T05:18:42.744Z] > git checkout -f 844470d981b00f1723aa71b22ce5646b0926e81e # timeout=10 [2023-03-01T05:18:44.051Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-01T05:18:44.051Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-01T05:18:44.051Z] Dload Upload Total Spent Left Speed [2023-03-01T05:18:44.051Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 106k 0 --:--:-- --:--:-- --:--:-- 107k [Pipeline] sh [2023-03-01T05:18:44.634Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-01T05:18:44.957Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-01T05:18:44.957Z] + sudo tee /etc/docker/daemon.new [2023-03-01T05:18:44.957Z] { [2023-03-01T05:18:44.957Z] "registry-mirrors": [ [2023-03-01T05:18:44.957Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-01T05:18:44.957Z] ], [2023-03-01T05:18:44.957Z] "bip": "10.250.0.254/24", [2023-03-01T05:18:44.957Z] "hosts": [ [2023-03-01T05:18:44.957Z] "tcp://0.0.0.0:5555", [2023-03-01T05:18:44.957Z] "unix:///var/run/docker.sock" [2023-03-01T05:18:44.957Z] ], [2023-03-01T05:18:44.957Z] "mtu": 1458, [2023-03-01T05:18:44.957Z] "selinux-enabled": true, [2023-03-01T05:18:44.957Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-01T05:18:44.957Z] } [Pipeline] sh [2023-03-01T05:18:45.287Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-01T05:18:45.614Z] + sudo service docker restart [2023-03-01T05:18:45.771Z] ---> Running in a3647ee41ccd [2023-03-01T05:18:45.771Z] Removing intermediate container a3647ee41ccd [2023-03-01T05:18:45.771Z] ---> 3aa80171eba8 [2023-03-01T05:18:45.771Z] Step 4/10 : WORKDIR /device-sdk-go [2023-03-01T05:18:46.029Z] ---> Running in 3e9aa0253e39 [2023-03-01T05:18:46.029Z] Removing intermediate container 3e9aa0253e39 [2023-03-01T05:18:46.029Z] ---> 4332f03dc4ca [2023-03-01T05:18:46.029Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-03-01T05:18:46.029Z] ---> Running in 4111f7576518 [2023-03-01T05:18:46.029Z] Removing intermediate container 4111f7576518 [2023-03-01T05:18:46.029Z] ---> 8732aea0c615 [2023-03-01T05:18:46.029Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-03-01T05:18:46.029Z] ---> Running in 9fb3eb33a16b [2023-03-01T05:18:46.287Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-01T05:18:46.544Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-01T05:18:46.803Z] OK: 211 MiB in 51 packages [2023-03-01T05:18:47.061Z] Removing intermediate container 9fb3eb33a16b [2023-03-01T05:18:47.061Z] ---> dff7075e7e4b [2023-03-01T05:18:47.061Z] Step 7/10 : COPY go.mod vendor* ./ [2023-03-01T05:18:47.061Z] ---> 3079f6ddf18d [2023-03-01T05:18:47.061Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-01T05:18:47.061Z] ---> Running in 297cb220c9bf [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-01T05:19:03.884Z] provisioning config files... [2023-03-01T05:19:03.914Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/172@tmp/config6680796720452313561tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-01T05:19:04.274Z] ---> docker-login.sh [2023-03-01T05:19:04.274Z] nexus3.edgexfoundry.org:10001 [2023-03-01T05:19:04.544Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T05:19:04.812Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T05:19:04.812Z] Configure a credential helper to remove this warning. See [2023-03-01T05:19:04.812Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T05:19:04.812Z] [2023-03-01T05:19:04.812Z] Login Succeeded [2023-03-01T05:19:04.812Z] nexus3.edgexfoundry.org:10002 [2023-03-01T05:19:05.082Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T05:19:05.355Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T05:19:05.355Z] Configure a credential helper to remove this warning. See [2023-03-01T05:19:05.355Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T05:19:05.355Z] [2023-03-01T05:19:05.355Z] Login Succeeded [2023-03-01T05:19:05.355Z] nexus3.edgexfoundry.org:10003 [2023-03-01T05:19:05.355Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T05:19:05.626Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T05:19:05.626Z] Configure a credential helper to remove this warning. See [2023-03-01T05:19:05.626Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T05:19:05.626Z] [2023-03-01T05:19:05.626Z] Login Succeeded [2023-03-01T05:19:05.626Z] nexus3.edgexfoundry.org:10004 [2023-03-01T05:19:05.898Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T05:19:05.898Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T05:19:05.898Z] Configure a credential helper to remove this warning. See [2023-03-01T05:19:05.898Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T05:19:05.898Z] [2023-03-01T05:19:05.898Z] Login Succeeded [2023-03-01T05:19:05.898Z] docker.io [2023-03-01T05:19:06.169Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T05:19:06.440Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T05:19:06.440Z] Configure a credential helper to remove this warning. See [2023-03-01T05:19:06.440Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T05:19:06.440Z] [2023-03-01T05:19:06.440Z] Login Succeeded [2023-03-01T05:19:06.440Z] ---> docker-login.sh ends [Pipeline] } [2023-03-01T05:19:06.454Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-01T05:19:06.716Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-01T05:19:06.730Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-01T05:19:06.739Z] ========================================================= [2023-03-01T05:19:06.739Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-03-01T05:19:06.739Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T05:19:07.087Z] + docker build -t ci-base-image-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-03-01T05:19:07.357Z] Sending build context to Docker daemon 5.694MB [2023-03-01T05:19:07.627Z] Step 1/10 : ARG BASE=golang:1.18-alpine3.16 [2023-03-01T05:19:07.627Z] Step 2/10 : FROM ${BASE} AS builder [2023-03-01T05:19:09.050Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-01T05:19:09.050Z] 9b18e9b68314: Pulling fs layer [2023-03-01T05:19:09.050Z] 35d82f9e3411: Pulling fs layer [2023-03-01T05:19:09.050Z] e16973657156: Pulling fs layer [2023-03-01T05:19:09.050Z] fc693d55d65f: Pulling fs layer [2023-03-01T05:19:09.050Z] 7e9fc2657dce: Pulling fs layer [2023-03-01T05:19:09.050Z] dda99020689f: Pulling fs layer [2023-03-01T05:19:09.050Z] db1c61fa0a46: Pulling fs layer [2023-03-01T05:19:09.050Z] 891c053d2c06: Pulling fs layer [2023-03-01T05:19:09.050Z] fc693d55d65f: Waiting [2023-03-01T05:19:09.050Z] 7e9fc2657dce: Waiting [2023-03-01T05:19:09.050Z] dda99020689f: Waiting [2023-03-01T05:19:09.050Z] db1c61fa0a46: Waiting [2023-03-01T05:19:09.050Z] 891c053d2c06: Waiting [2023-03-01T05:19:09.050Z] e16973657156: Download complete [2023-03-01T05:19:09.050Z] 35d82f9e3411: Download complete [2023-03-01T05:19:09.050Z] 7e9fc2657dce: Verifying Checksum [2023-03-01T05:19:09.050Z] 7e9fc2657dce: Download complete [2023-03-01T05:19:09.050Z] dda99020689f: Verifying Checksum [2023-03-01T05:19:09.050Z] dda99020689f: Download complete [2023-03-01T05:19:09.050Z] 9b18e9b68314: Verifying Checksum [2023-03-01T05:19:09.050Z] 9b18e9b68314: Download complete [2023-03-01T05:19:10.030Z] 9b18e9b68314: Pull complete [2023-03-01T05:19:10.030Z] 891c053d2c06: Verifying Checksum [2023-03-01T05:19:10.030Z] 891c053d2c06: Download complete [2023-03-01T05:19:10.628Z] 35d82f9e3411: Pull complete [2023-03-01T05:19:10.899Z] e16973657156: Pull complete [2023-03-01T05:19:11.167Z] db1c61fa0a46: Verifying Checksum [2023-03-01T05:19:11.167Z] db1c61fa0a46: Download complete [2023-03-01T05:19:12.135Z] fc693d55d65f: Verifying Checksum [2023-03-01T05:19:12.135Z] fc693d55d65f: Download complete [2023-03-01T05:19:13.611Z] Removing intermediate container 297cb220c9bf [2023-03-01T05:19:13.611Z] ---> b88cbe4a13ab [2023-03-01T05:19:13.611Z] Step 9/10 : COPY . . [2023-03-01T05:19:13.611Z] ---> 927ebf329430 [2023-03-01T05:19:13.611Z] Step 10/10 : RUN ${MAKE} [2023-03-01T05:19:13.611Z] ---> Running in 114bb0e839d0 [2023-03-01T05:19:13.611Z] noop [2023-03-01T05:19:13.611Z] Removing intermediate container 114bb0e839d0 [2023-03-01T05:19:13.611Z] ---> 401874d80522 [2023-03-01T05:19:13.611Z] Successfully built 401874d80522 [2023-03-01T05:19:13.611Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T05:19:13.916Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-01T05:19:13.916Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T05:19:13.981Z] prd-ubuntu20.04-docker-8c-8g-7894 does not seem to be running inside a container [2023-03-01T05:19:14.002Z] $ 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 ******** ci-base-image-x86_64 cat [2023-03-01T05:19:14.341Z] $ docker top 9d102c730b461b4ecaca8df9a02484847fb1ab417662ac7a7863440a36d58309 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-01T05:19:14.687Z] + go version [2023-03-01T05:19:14.687Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-03-01T05:19:14.697Z] $ docker stop --time=1 9d102c730b461b4ecaca8df9a02484847fb1ab417662ac7a7863440a36d58309 [2023-03-01T05:19:15.979Z] $ docker rm -f --volumes 9d102c730b461b4ecaca8df9a02484847fb1ab417662ac7a7863440a36d58309 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T05:19:16.391Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-01T05:19:16.391Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T05:19:16.460Z] prd-ubuntu20.04-docker-8c-8g-7894 does not seem to be running inside a container [2023-03-01T05:19:16.489Z] $ 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 ******** ci-base-image-x86_64 cat [2023-03-01T05:19:16.862Z] $ docker top 8feb06e47aadf13353375b446e49de0231c00686a9864ce0f3fd079efff91020 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-01T05:19:17.204Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh [2023-03-01T05:19:17.496Z] + make test [2023-03-01T05:19:17.496Z] go test -race -coverprofile=coverage.out ./... [2023-03-01T05:19:24.057Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-03-01T05:19:24.476Z] fc693d55d65f: Pull complete [2023-03-01T05:19:24.476Z] 7e9fc2657dce: Pull complete [2023-03-01T05:19:24.476Z] dda99020689f: Pull complete [2023-03-01T05:19:31.149Z] db1c61fa0a46: Pull complete [2023-03-01T05:19:34.583Z] 891c053d2c06: Pull complete [2023-03-01T05:19:34.583Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-03-01T05:19:34.583Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-01T05:19:34.583Z] ---> f96f9c87975a [2023-03-01T05:19:34.583Z] Step 3/10 : ARG MAKE=make build [2023-03-01T05:19:34.850Z] ---> Running in beb5f05287e6 [2023-03-01T05:19:35.118Z] Removing intermediate container beb5f05287e6 [2023-03-01T05:19:35.118Z] ---> cef134bfb01e [2023-03-01T05:19:35.118Z] Step 4/10 : WORKDIR /device-sdk-go [2023-03-01T05:19:35.118Z] ---> Running in 4acbb950304e [2023-03-01T05:19:35.385Z] Removing intermediate container 4acbb950304e [2023-03-01T05:19:35.385Z] ---> e7ee0837d572 [2023-03-01T05:19:35.385Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-03-01T05:19:35.657Z] ---> Running in 5963fc2dc5c0 [2023-03-01T05:19:35.927Z] Removing intermediate container 5963fc2dc5c0 [2023-03-01T05:19:35.927Z] ---> cdfb9aa569b3 [2023-03-01T05:19:35.927Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-03-01T05:19:35.927Z] ---> Running in 780f22637f2b [2023-03-01T05:19:37.339Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-01T05:19:37.339Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-01T05:19:38.301Z] OK: 221 MiB in 51 packages [2023-03-01T05:19:38.890Z] Removing intermediate container 780f22637f2b [2023-03-01T05:19:38.890Z] ---> 033204ea9e87 [2023-03-01T05:19:38.890Z] Step 7/10 : COPY go.mod vendor* ./ [2023-03-01T05:19:38.920Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-03-01T05:19:38.920Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-03-01T05:19:38.920Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-03-01T05:19:38.920Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-03-01T05:19:38.920Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-03-01T05:19:38.920Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.062s coverage: 27.6% of statements [2023-03-01T05:19:38.920Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.067s coverage: 78.9% of statements [2023-03-01T05:19:38.920Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] [2023-03-01T05:19:38.920Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.102s coverage: 86.0% of statements [2023-03-01T05:19:38.920Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-03-01T05:19:38.920Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-03-01T05:19:38.920Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.097s coverage: 75.0% of statements [2023-03-01T05:19:38.920Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-03-01T05:19:39.478Z] ---> 92e37dcf8db9 [2023-03-01T05:19:39.478Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-01T05:19:39.478Z] ---> Running in 8191982cbcd4 [2023-03-01T05:19:39.857Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 3.071s coverage: 15.3% of statements [2023-03-01T05:19:39.857Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-03-01T05:19:39.857Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.091s coverage: 65.2% of statements [2023-03-01T05:19:39.857Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-03-01T05:19:39.857Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-03-01T05:19:39.857Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.763s coverage: 89.2% of statements [2023-03-01T05:19:39.857Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] [2023-03-01T05:19:39.857Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.055s coverage: 4.6% of statements [2023-03-01T05:19:39.857Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-03-01T05:19:54.728Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-03-01T05:19:54.728Z] GO111MODULE=on go vet ./... [2023-03-01T05:19:58.009Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-01T05:19:58.267Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-01T05:19:58.267Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-01T05:19:58.280Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-01T05:19:58.325Z] $ docker stop --time=1 8feb06e47aadf13353375b446e49de0231c00686a9864ce0f3fd079efff91020 [2023-03-01T05:20:01.671Z] $ docker rm -f --volumes 8feb06e47aadf13353375b446e49de0231c00686a9864ce0f3fd079efff91020 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-01T05:20:02.186Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-01T05:20:02.240Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-03-01T05:20:02.746Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-01T05:20:03.028Z] + ls -al . [2023-03-01T05:20:03.028Z] total 280 [2023-03-01T05:20:03.028Z] drwxrwxr-x 11 jenkins jenkins 4096 Mar 1 05:19 . [2023-03-01T05:20:03.028Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 1 05:18 .. [2023-03-01T05:20:03.028Z] -rw-rw-r-- 1 jenkins jenkins 140 Mar 1 05:18 .dockerignore [2023-03-01T05:20:03.028Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 1 05:19 .git [2023-03-01T05:20:03.028Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 1 05:18 .github [2023-03-01T05:20:03.028Z] -rw-rw-r-- 1 jenkins jenkins 131 Mar 1 05:18 .gitignore [2023-03-01T05:20:03.028Z] -rw-rw-r-- 1 jenkins jenkins 42 Mar 1 05:18 .golangci.yml [2023-03-01T05:20:03.028Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 1 05:18 .semver [2023-03-01T05:20:03.028Z] -rw-rw-r-- 1 jenkins jenkins 31677 Mar 1 05:18 CHANGELOG.md [2023-03-01T05:20:03.028Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 1 05:18 GOVERNANCE.md [2023-03-01T05:20:03.028Z] -rw-rw-r-- 1 jenkins jenkins 885 Mar 1 05:18 Jenkinsfile [2023-03-01T05:20:03.028Z] -rw-rw-r-- 1 jenkins jenkins 11341 Mar 1 05:18 LICENSE [2023-03-01T05:20:03.028Z] -rw-rw-r-- 1 jenkins jenkins 1679 Mar 1 05:18 Makefile [2023-03-01T05:20:03.028Z] -rw-rw-r-- 1 jenkins jenkins 619 Mar 1 05:18 OWNERS.md [2023-03-01T05:20:03.028Z] -rw-rw-r-- 1 jenkins jenkins 4891 Mar 1 05:18 README.md [2023-03-01T05:20:03.028Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 1 05:18 VERSION [2023-03-01T05:20:03.028Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 1 05:18 bin [2023-03-01T05:20:03.028Z] -rw-r--r-- 1 jenkins jenkins 111243 Mar 1 05:19 coverage.out [2023-03-01T05:20:03.028Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 1 05:18 example [2023-03-01T05:20:03.028Z] -rw-rw-r-- 1 jenkins jenkins 3266 Mar 1 05:18 go.mod [2023-03-01T05:20:03.028Z] -rw-rw-r-- 1 jenkins jenkins 30840 Mar 1 05:18 go.sum [2023-03-01T05:20:03.028Z] drwxrwxr-x 13 jenkins jenkins 4096 Mar 1 05:18 internal [2023-03-01T05:20:03.028Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 1 05:18 openapi [2023-03-01T05:20:03.028Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 1 05:18 pkg [2023-03-01T05:20:03.028Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 1 05:18 snap [2023-03-01T05:20:03.028Z] -rw-rw-r-- 1 jenkins jenkins 222 Mar 1 05:18 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T05:20:03.329Z] + 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=844470d981b00f1723aa71b22ce5646b0926e81e --label arch=amd64 --label version=3.0.0-dev.42 . [2023-03-01T05:20:03.329Z] Sending build context to Docker daemon 10.71MB [2023-03-01T05:20:03.329Z] Step 1/23 : ARG BASE=golang:1.18-alpine3.16 [2023-03-01T05:20:03.329Z] Step 2/23 : FROM ${BASE} AS builder [2023-03-01T05:20:03.329Z] ---> 401874d80522 [2023-03-01T05:20:03.329Z] Step 3/23 : ARG MAKE=make build [2023-03-01T05:20:03.588Z] ---> Running in bf4995eccad5 [2023-03-01T05:20:03.588Z] Removing intermediate container bf4995eccad5 [2023-03-01T05:20:03.588Z] ---> b93cb06b425c [2023-03-01T05:20:03.588Z] Step 4/23 : WORKDIR /device-sdk-go [2023-03-01T05:20:03.588Z] ---> Running in dd48340a4737 [2023-03-01T05:20:03.845Z] Removing intermediate container dd48340a4737 [2023-03-01T05:20:03.845Z] ---> 9bd73fc86407 [2023-03-01T05:20:03.845Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-03-01T05:20:03.845Z] ---> Running in 5e7cc99fb65d [2023-03-01T05:20:03.845Z] Removing intermediate container 5e7cc99fb65d [2023-03-01T05:20:03.845Z] ---> 51ad797b19c0 [2023-03-01T05:20:03.845Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-03-01T05:20:03.845Z] ---> Running in c06a14225b95 [2023-03-01T05:20:04.103Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-01T05:20:04.361Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-01T05:20:04.620Z] OK: 211 MiB in 51 packages [2023-03-01T05:20:04.878Z] Removing intermediate container c06a14225b95 [2023-03-01T05:20:04.878Z] ---> e4a5554ecd98 [2023-03-01T05:20:04.878Z] Step 7/23 : COPY go.mod vendor* ./ [2023-03-01T05:20:04.878Z] ---> 422da4fee61d [2023-03-01T05:20:04.878Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-01T05:20:04.878Z] ---> Running in 0a1f03fa3ea5 [2023-03-01T05:20:05.812Z] Removing intermediate container 0a1f03fa3ea5 [2023-03-01T05:20:05.812Z] ---> aa48530f8734 [2023-03-01T05:20:05.812Z] Step 9/23 : COPY . . [2023-03-01T05:20:06.396Z] ---> 70042203d669 [2023-03-01T05:20:06.396Z] Step 10/23 : RUN ${MAKE} [2023-03-01T05:20:06.396Z] ---> Running in e2d07e3d7b26 [2023-03-01T05:20:06.653Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.42" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-03-01T05:20:28.578Z] Removing intermediate container e2d07e3d7b26 [2023-03-01T05:20:28.578Z] ---> c40c9f3e6f83 [2023-03-01T05:20:28.578Z] Step 11/23 : FROM alpine:3.16 [2023-03-01T05:20:28.578Z] 3.16: Pulling from library/alpine [2023-03-01T05:20:28.578Z] ef5531b6e74e: Pulling fs layer [2023-03-01T05:20:28.578Z] ef5531b6e74e: Verifying Checksum [2023-03-01T05:20:28.578Z] ef5531b6e74e: Download complete [2023-03-01T05:20:28.578Z] ef5531b6e74e: Pull complete [2023-03-01T05:20:28.578Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-01T05:20:28.578Z] Status: Downloaded newer image for alpine:3.16 [2023-03-01T05:20:28.578Z] ---> dfd21b5a31f5 [2023-03-01T05:20:28.578Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-03-01T05:20:28.578Z] ---> Running in fd8fd6f7ce8e [2023-03-01T05:20:28.578Z] Removing intermediate container fd8fd6f7ce8e [2023-03-01T05:20:28.578Z] ---> c18718edfd2b [2023-03-01T05:20:28.578Z] Step 13/23 : RUN apk add --update --no-cache [2023-03-01T05:20:28.578Z] ---> Running in 7a50156abd0e [2023-03-01T05:20:28.578Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-01T05:20:28.578Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-01T05:20:28.578Z] OK: 6 MiB in 14 packages [2023-03-01T05:20:28.837Z] Removing intermediate container 7a50156abd0e [2023-03-01T05:20:28.837Z] ---> b91b272bbd87 [2023-03-01T05:20:28.837Z] Step 14/23 : WORKDIR / [2023-03-01T05:20:28.837Z] ---> Running in ecea58cbe988 [2023-03-01T05:20:28.837Z] Removing intermediate container ecea58cbe988 [2023-03-01T05:20:28.837Z] ---> ad3119ef2440 [2023-03-01T05:20:28.837Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-03-01T05:20:28.837Z] ---> 91969f2c10cc [2023-03-01T05:20:28.837Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-03-01T05:20:29.772Z] ---> 7565a8c2ceff [2023-03-01T05:20:29.772Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-03-01T05:20:30.031Z] ---> 8e298ebcca1e [2023-03-01T05:20:30.031Z] Step 18/23 : EXPOSE 59999 [2023-03-01T05:20:30.031Z] ---> Running in 9dab1206a1ca [2023-03-01T05:20:30.031Z] Removing intermediate container 9dab1206a1ca [2023-03-01T05:20:30.031Z] ---> 91dc3dade429 [2023-03-01T05:20:30.031Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-03-01T05:20:30.031Z] ---> Running in d0b080524834 [2023-03-01T05:20:30.031Z] Removing intermediate container d0b080524834 [2023-03-01T05:20:30.031Z] ---> 305f596538c9 [2023-03-01T05:20:30.031Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-01T05:20:30.291Z] ---> Running in 91204eb2af54 [2023-03-01T05:20:30.291Z] Removing intermediate container 91204eb2af54 [2023-03-01T05:20:30.291Z] ---> 9d597fafa3c0 [2023-03-01T05:20:30.291Z] Step 21/23 : LABEL arch=amd64 [2023-03-01T05:20:30.291Z] ---> Running in d35ab9a12010 [2023-03-01T05:20:30.291Z] Removing intermediate container d35ab9a12010 [2023-03-01T05:20:30.291Z] ---> 3ae31fcdf055 [2023-03-01T05:20:30.291Z] Step 22/23 : LABEL git_sha=844470d981b00f1723aa71b22ce5646b0926e81e [2023-03-01T05:20:30.291Z] ---> Running in e7216c0815b5 [2023-03-01T05:20:30.549Z] Removing intermediate container e7216c0815b5 [2023-03-01T05:20:30.549Z] ---> 2b81b1d6a39a [2023-03-01T05:20:30.549Z] Step 23/23 : LABEL version=3.0.0-dev.42 [2023-03-01T05:20:30.549Z] ---> Running in b66311512f41 [2023-03-01T05:20:30.549Z] Removing intermediate container b66311512f41 [2023-03-01T05:20:30.549Z] ---> 03c79ed4e491 [2023-03-01T05:20:30.549Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-01T05:20:30.549Z] Successfully built 03c79ed4e491 [2023-03-01T05:20:30.549Z] Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T05:20:30.974Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-01T05:20:30.974Z] [2023-03-01T05:20:30.974Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T05:20:31.278Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-01T05:20:31.278Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-01T05:20:31.278Z] 5eb5b503b376: Pulling fs layer [2023-03-01T05:20:31.278Z] 5c69ac0246d0: Pulling fs layer [2023-03-01T05:20:31.278Z] ec43610c2a17: Pulling fs layer [2023-03-01T05:20:31.278Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-01T05:20:31.278Z] 33b1e0a273af: Pulling fs layer [2023-03-01T05:20:31.278Z] 5d3b04190fa2: Pulling fs layer [2023-03-01T05:20:31.278Z] 2f39f015ded8: Pulling fs layer [2023-03-01T05:20:31.278Z] 33b1e0a273af: Waiting [2023-03-01T05:20:31.278Z] 5d3b04190fa2: Waiting [2023-03-01T05:20:31.278Z] 2f39f015ded8: Waiting [2023-03-01T05:20:31.278Z] 3a2ae6a8a46f: Waiting [2023-03-01T05:20:31.278Z] 5c69ac0246d0: Download complete [2023-03-01T05:20:31.278Z] 3a2ae6a8a46f: Download complete [2023-03-01T05:20:31.538Z] 33b1e0a273af: Verifying Checksum [2023-03-01T05:20:31.538Z] 33b1e0a273af: Download complete [2023-03-01T05:20:31.538Z] 5d3b04190fa2: Verifying Checksum [2023-03-01T05:20:31.538Z] 5d3b04190fa2: Download complete [2023-03-01T05:20:31.538Z] ec43610c2a17: Verifying Checksum [2023-03-01T05:20:31.538Z] ec43610c2a17: Download complete [2023-03-01T05:20:31.538Z] 5eb5b503b376: Download complete [2023-03-01T05:20:32.106Z] 2f39f015ded8: Verifying Checksum [2023-03-01T05:20:32.106Z] 2f39f015ded8: Download complete [2023-03-01T05:20:32.673Z] 5eb5b503b376: Pull complete [2023-03-01T05:20:32.933Z] 5c69ac0246d0: Pull complete [2023-03-01T05:20:33.192Z] ec43610c2a17: Pull complete [2023-03-01T05:20:33.451Z] 3a2ae6a8a46f: Pull complete [2023-03-01T05:20:33.451Z] 33b1e0a273af: Pull complete [2023-03-01T05:20:33.709Z] 5d3b04190fa2: Pull complete [2023-03-01T05:20:37.897Z] 2f39f015ded8: Pull complete [2023-03-01T05:20:37.897Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-01T05:20:37.897Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-01T05:20:37.897Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T05:20:37.973Z] prd-ubuntu20.04-docker-8c-8g-7894 does not seem to be running inside a container [2023-03-01T05:20:37.999Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-01T05:20:44.625Z] $ docker top 0598c7588f5001b55babb46176bb9bd22c7405286676ad7d5804985841058ae1 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-01T05:20:45.016Z] ---> job-cost.sh [2023-03-01T05:20:45.016Z] lf-activate-venv: SKIPPING [2023-03-01T05:20:45.016Z] INFO: No Stack... [2023-03-01T05:20:45.274Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-01T05:20:45.842Z] INFO: Archiving Costs [Pipeline] sh [2023-03-01T05:20:46.134Z] + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv [2023-03-01T05:20:46.134Z] + cut -d, -f6 [Pipeline] lock [2023-03-01T05:20:46.148Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-172-stack-cost] [2023-03-01T05:20:46.153Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-172-stack-cost] did not exist. Created. [2023-03-01T05:20:46.153Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-172-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-01T05:20:46.455Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-03-01T05:20:46.484Z] Stashed 1 file(s) [Pipeline] } [2023-03-01T05:20:46.493Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-172-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-01T05:20:46.511Z] $ docker stop --time=1 0598c7588f5001b55babb46176bb9bd22c7405286676ad7d5804985841058ae1 [2023-03-01T05:20:47.467Z] Removing intermediate container 8191982cbcd4 [2023-03-01T05:20:47.467Z] ---> 934e8bcf90b4 [2023-03-01T05:20:47.467Z] Step 9/10 : COPY . . [2023-03-01T05:20:47.467Z] ---> e24c9059cad0 [2023-03-01T05:20:47.467Z] Step 10/10 : RUN ${MAKE} [2023-03-01T05:20:47.467Z] ---> Running in 0d8b16130c20 [2023-03-01T05:20:47.467Z] noop [2023-03-01T05:20:47.467Z] Removing intermediate container 0d8b16130c20 [2023-03-01T05:20:47.467Z] ---> fa72d950427f [2023-03-01T05:20:47.467Z] Successfully built fa72d950427f [2023-03-01T05:20:47.467Z] Successfully tagged ci-base-image-arm64:latest [2023-03-01T05:20:47.676Z] $ docker rm -f --volumes 0598c7588f5001b55babb46176bb9bd22c7405286676ad7d5804985841058ae1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // withEnv [Pipeline] // script [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] } [Pipeline] sh [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-03-01T05:20:48.102Z] + docker inspect -f . ci-base-image-arm64 [2023-03-01T05:20:48.102Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T05:20:48.287Z] prd-ubuntu20.04-docker-arm64-4c-16g-7901 does not seem to be running inside a container [2023-03-01T05:20:48.306Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/172 -v /w/workspace/device-sdk-go/172:/w/workspace/device-sdk-go/172:rw,z -v /w/workspace/device-sdk-go/172@tmp:/w/workspace/device-sdk-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-03-01T05:20:49.523Z] $ docker top 6bf57909cc894835b4a95114c8e484b069d1eede7aa3acc0e19e2c9f7c25b58c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-01T05:20:50.394Z] + go version [2023-03-01T05:20:50.394Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-03-01T05:20:50.372Z] $ docker stop --time=1 6bf57909cc894835b4a95114c8e484b069d1eede7aa3acc0e19e2c9f7c25b58c [2023-03-01T05:20:52.687Z] $ docker rm -f --volumes 6bf57909cc894835b4a95114c8e484b069d1eede7aa3acc0e19e2c9f7c25b58c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T05:20:53.290Z] + docker inspect -f . ci-base-image-arm64 [2023-03-01T05:20:53.290Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T05:20:53.477Z] prd-ubuntu20.04-docker-arm64-4c-16g-7901 does not seem to be running inside a container [2023-03-01T05:20:53.508Z] $ 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/172 -v /w/workspace/device-sdk-go/172:/w/workspace/device-sdk-go/172:rw,z -v /w/workspace/device-sdk-go/172@tmp:/w/workspace/device-sdk-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-03-01T05:20:54.705Z] $ docker top bb0f2f9eeae63c372a8eaf67c9bb122d33a3d4d184869178f0f425dbb7f86ad7 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-01T05:20:55.573Z] + git config --global --add safe.directory /w/workspace/device-sdk-go/172 [Pipeline] fileExists [Pipeline] sh [2023-03-01T05:20:55.911Z] + make test [2023-03-01T05:20:55.911Z] go test -race -coverprofile=coverage.out ./... [2023-03-01T05:21:28.140Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-03-01T05:23:19.802Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-03-01T05:23:19.802Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-03-01T05:23:19.802Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-03-01T05:23:19.802Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-03-01T05:23:19.802Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-03-01T05:23:19.802Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.371s coverage: 27.6% of statements [2023-03-01T05:23:19.802Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.311s coverage: 78.9% of statements [2023-03-01T05:23:19.802Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] [2023-03-01T05:23:20.071Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.332s coverage: 86.0% of statements [2023-03-01T05:23:20.071Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-03-01T05:23:20.071Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-03-01T05:23:22.011Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.530s coverage: 75.0% of statements [2023-03-01T05:23:22.011Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-03-01T05:23:22.011Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 3.331s coverage: 15.3% of statements [2023-03-01T05:23:22.011Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-03-01T05:23:22.278Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.537s coverage: 65.2% of statements [2023-03-01T05:23:22.278Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-03-01T05:23:22.278Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-03-01T05:23:27.622Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 2.867s coverage: 89.2% of statements [2023-03-01T05:23:27.622Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] [2023-03-01T05:23:27.622Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.254s coverage: 4.6% of statements [2023-03-01T05:23:27.622Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-03-01T05:23:28.212Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-03-01T05:23:28.212Z] GO111MODULE=on go vet ./... [2023-03-01T05:24:49.838Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-01T05:24:49.838Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-01T05:24:49.838Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-01T05:24:49.862Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-01T05:24:49.821Z] $ docker stop --time=1 bb0f2f9eeae63c372a8eaf67c9bb122d33a3d4d184869178f0f425dbb7f86ad7 [2023-03-01T05:24:51.584Z] $ docker rm -f --volumes bb0f2f9eeae63c372a8eaf67c9bb122d33a3d4d184869178f0f425dbb7f86ad7 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-01T05:24:52.911Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-01T05:24:52.935Z] Warning: overwriting stash ‘coverage-report’ [2023-03-01T05:24:53.479Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-01T05:24:53.846Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-01T05:24:54.162Z] + ls -al . [2023-03-01T05:24:54.163Z] total 276 [2023-03-01T05:24:54.163Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 1 05:20 . [2023-03-01T05:24:54.163Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 1 05:18 .. [2023-03-01T05:24:54.163Z] -rw-rw-r-- 1 jenkins jenkins 140 Mar 1 05:18 .dockerignore [2023-03-01T05:24:54.163Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 1 05:18 .git [2023-03-01T05:24:54.163Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 1 05:18 .github [2023-03-01T05:24:54.163Z] -rw-rw-r-- 1 jenkins jenkins 131 Mar 1 05:18 .gitignore [2023-03-01T05:24:54.163Z] -rw-rw-r-- 1 jenkins jenkins 42 Mar 1 05:18 .golangci.yml [2023-03-01T05:24:54.163Z] -rw-rw-r-- 1 jenkins jenkins 31677 Mar 1 05:18 CHANGELOG.md [2023-03-01T05:24:54.163Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 1 05:18 GOVERNANCE.md [2023-03-01T05:24:54.163Z] -rw-rw-r-- 1 jenkins jenkins 885 Mar 1 05:18 Jenkinsfile [2023-03-01T05:24:54.163Z] -rw-rw-r-- 1 jenkins jenkins 11341 Mar 1 05:18 LICENSE [2023-03-01T05:24:54.163Z] -rw-rw-r-- 1 jenkins jenkins 1679 Mar 1 05:18 Makefile [2023-03-01T05:24:54.163Z] -rw-rw-r-- 1 jenkins jenkins 619 Mar 1 05:18 OWNERS.md [2023-03-01T05:24:54.163Z] -rw-rw-r-- 1 jenkins jenkins 4891 Mar 1 05:18 README.md [2023-03-01T05:24:54.163Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 1 05:18 VERSION [2023-03-01T05:24:54.163Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 1 05:18 bin [2023-03-01T05:24:54.163Z] -rw-r--r-- 1 jenkins jenkins 111243 Mar 1 05:23 coverage.out [2023-03-01T05:24:54.163Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 1 05:18 example [2023-03-01T05:24:54.163Z] -rw-rw-r-- 1 jenkins jenkins 3266 Mar 1 05:18 go.mod [2023-03-01T05:24:54.163Z] -rw-rw-r-- 1 jenkins jenkins 30840 Mar 1 05:18 go.sum [2023-03-01T05:24:54.163Z] drwxrwxr-x 13 jenkins jenkins 4096 Mar 1 05:18 internal [2023-03-01T05:24:54.163Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 1 05:18 openapi [2023-03-01T05:24:54.163Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 1 05:18 pkg [2023-03-01T05:24:54.163Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 1 05:18 snap [2023-03-01T05:24:54.163Z] -rw-rw-r-- 1 jenkins jenkins 222 Mar 1 05:18 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T05:24:54.499Z] + 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=844470d981b00f1723aa71b22ce5646b0926e81e --label arch=arm64 --label version=3.0.0-dev.42 . [2023-03-01T05:24:54.766Z] Sending build context to Docker daemon 5.807MB [2023-03-01T05:24:54.766Z] Step 1/23 : ARG BASE=golang:1.18-alpine3.16 [2023-03-01T05:24:54.766Z] Step 2/23 : FROM ${BASE} AS builder [2023-03-01T05:24:54.766Z] ---> fa72d950427f [2023-03-01T05:24:54.766Z] Step 3/23 : ARG MAKE=make build [2023-03-01T05:24:55.032Z] ---> Running in 6800f89e84dc [2023-03-01T05:24:55.300Z] Removing intermediate container 6800f89e84dc [2023-03-01T05:24:55.300Z] ---> d1232668a1e2 [2023-03-01T05:24:55.300Z] Step 4/23 : WORKDIR /device-sdk-go [2023-03-01T05:24:55.300Z] ---> Running in 4cdd0f5b3d00 [2023-03-01T05:24:55.568Z] Removing intermediate container 4cdd0f5b3d00 [2023-03-01T05:24:55.568Z] ---> af9dcc42823b [2023-03-01T05:24:55.568Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-03-01T05:24:55.835Z] ---> Running in e0f4ea0ad039 [2023-03-01T05:24:56.104Z] Removing intermediate container e0f4ea0ad039 [2023-03-01T05:24:56.104Z] ---> 342c56d76317 [2023-03-01T05:24:56.104Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-03-01T05:24:56.104Z] ---> Running in 7b4dfc81d3e7 [2023-03-01T05:24:57.063Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-01T05:24:57.329Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-01T05:24:58.286Z] OK: 221 MiB in 51 packages [2023-03-01T05:24:59.244Z] Removing intermediate container 7b4dfc81d3e7 [2023-03-01T05:24:59.244Z] ---> 63385f2fc412 [2023-03-01T05:24:59.244Z] Step 7/23 : COPY go.mod vendor* ./ [2023-03-01T05:24:59.511Z] ---> 78a6edce9892 [2023-03-01T05:24:59.511Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-01T05:24:59.779Z] ---> Running in 4a4407010a56 [2023-03-01T05:25:02.364Z] Removing intermediate container 4a4407010a56 [2023-03-01T05:25:02.364Z] ---> a2a04c63d27f [2023-03-01T05:25:02.364Z] Step 9/23 : COPY . . [2023-03-01T05:25:03.324Z] ---> 76a273e6cd83 [2023-03-01T05:25:03.324Z] Step 10/23 : RUN ${MAKE} [2023-03-01T05:25:03.324Z] ---> Running in 03873e59329c [2023-03-01T05:25:04.288Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.42" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-03-01T05:27:10.993Z] Removing intermediate container 03873e59329c [2023-03-01T05:27:10.993Z] ---> 36849bc81458 [2023-03-01T05:27:10.993Z] Step 11/23 : FROM alpine:3.16 [2023-03-01T05:27:10.993Z] 3.16: Pulling from library/alpine [2023-03-01T05:27:10.993Z] 3760b48202b3: Pulling fs layer [2023-03-01T05:27:10.993Z] 3760b48202b3: Verifying Checksum [2023-03-01T05:27:10.993Z] 3760b48202b3: Download complete [2023-03-01T05:27:10.993Z] 3760b48202b3: Pull complete [2023-03-01T05:27:10.993Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-01T05:27:10.993Z] Status: Downloaded newer image for alpine:3.16 [2023-03-01T05:27:10.993Z] ---> 4c81e5bf8899 [2023-03-01T05:27:10.993Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-03-01T05:27:10.993Z] ---> Running in 2acba5ce8325 [2023-03-01T05:27:10.993Z] Removing intermediate container 2acba5ce8325 [2023-03-01T05:27:10.993Z] ---> 175c52010857 [2023-03-01T05:27:10.993Z] Step 13/23 : RUN apk add --update --no-cache [2023-03-01T05:27:10.993Z] ---> Running in 5c98ae3cb017 [2023-03-01T05:27:10.993Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-01T05:27:10.993Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-01T05:27:10.993Z] OK: 5 MiB in 14 packages [2023-03-01T05:27:10.993Z] Removing intermediate container 5c98ae3cb017 [2023-03-01T05:27:10.993Z] ---> b812c0d66d3d [2023-03-01T05:27:10.993Z] Step 14/23 : WORKDIR / [2023-03-01T05:27:10.993Z] ---> Running in c80ad652a2e3 [2023-03-01T05:27:10.993Z] Removing intermediate container c80ad652a2e3 [2023-03-01T05:27:10.994Z] ---> c9bc8ad9d642 [2023-03-01T05:27:10.994Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-03-01T05:27:10.994Z] ---> 558f09a3b2cc [2023-03-01T05:27:10.994Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-03-01T05:27:10.994Z] ---> f1155cad0cb6 [2023-03-01T05:27:10.994Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-03-01T05:27:10.994Z] ---> 8eeb68a6c23c [2023-03-01T05:27:10.994Z] Step 18/23 : EXPOSE 59999 [2023-03-01T05:27:10.994Z] ---> Running in d2882958d981 [2023-03-01T05:27:10.994Z] Removing intermediate container d2882958d981 [2023-03-01T05:27:10.994Z] ---> 80a36265edfe [2023-03-01T05:27:10.994Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-03-01T05:27:10.994Z] ---> Running in 902844240c31 [2023-03-01T05:27:10.994Z] Removing intermediate container 902844240c31 [2023-03-01T05:27:10.994Z] ---> 638f69294b22 [2023-03-01T05:27:10.994Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-01T05:27:10.994Z] ---> Running in b9b0bec6d8eb [2023-03-01T05:27:10.994Z] Removing intermediate container b9b0bec6d8eb [2023-03-01T05:27:10.994Z] ---> be2f08c26cbe [2023-03-01T05:27:10.994Z] Step 21/23 : LABEL arch=arm64 [2023-03-01T05:27:10.994Z] ---> Running in 3d22bbde5afd [2023-03-01T05:27:10.994Z] Removing intermediate container 3d22bbde5afd [2023-03-01T05:27:10.994Z] ---> 828a4a11192d [2023-03-01T05:27:10.994Z] Step 22/23 : LABEL git_sha=844470d981b00f1723aa71b22ce5646b0926e81e [2023-03-01T05:27:10.994Z] ---> Running in 95de994d9059 [2023-03-01T05:27:10.994Z] Removing intermediate container 95de994d9059 [2023-03-01T05:27:10.994Z] ---> 9ab2a8d704ae [2023-03-01T05:27:10.994Z] Step 23/23 : LABEL version=3.0.0-dev.42 [2023-03-01T05:27:10.994Z] ---> Running in 8879ef86d3ac [2023-03-01T05:27:10.994Z] Removing intermediate container 8879ef86d3ac [2023-03-01T05:27:10.994Z] ---> 075f71658007 [2023-03-01T05:27:10.994Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-01T05:27:10.994Z] Successfully built 075f71658007 [2023-03-01T05:27:10.994Z] Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T05:27:11.417Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-01T05:27:11.417Z] [2023-03-01T05:27:11.417Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T05:27:11.748Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-01T05:27:11.748Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-01T05:27:11.748Z] 8998bd30e6a1: Pulling fs layer [2023-03-01T05:27:11.748Z] 04944245beec: Pulling fs layer [2023-03-01T05:27:11.748Z] 699f458cf7ca: Pulling fs layer [2023-03-01T05:27:11.748Z] 765212b225bb: Pulling fs layer [2023-03-01T05:27:11.748Z] f23df028b6ca: Pulling fs layer [2023-03-01T05:27:11.748Z] d65c8cfc05b1: Pulling fs layer [2023-03-01T05:27:11.748Z] 2437ff75d9bd: Pulling fs layer [2023-03-01T05:27:11.748Z] 765212b225bb: Waiting [2023-03-01T05:27:11.748Z] f23df028b6ca: Waiting [2023-03-01T05:27:11.748Z] d65c8cfc05b1: Waiting [2023-03-01T05:27:11.748Z] 2437ff75d9bd: Waiting [2023-03-01T05:27:12.021Z] 04944245beec: Verifying Checksum [2023-03-01T05:27:12.021Z] 04944245beec: Download complete [2023-03-01T05:27:12.021Z] 765212b225bb: Verifying Checksum [2023-03-01T05:27:12.021Z] 765212b225bb: Download complete [2023-03-01T05:27:12.021Z] f23df028b6ca: Verifying Checksum [2023-03-01T05:27:12.021Z] f23df028b6ca: Download complete [2023-03-01T05:27:12.021Z] d65c8cfc05b1: Verifying Checksum [2023-03-01T05:27:12.021Z] d65c8cfc05b1: Download complete [2023-03-01T05:27:12.021Z] 699f458cf7ca: Verifying Checksum [2023-03-01T05:27:12.021Z] 699f458cf7ca: Download complete [2023-03-01T05:27:12.609Z] 8998bd30e6a1: Verifying Checksum [2023-03-01T05:27:12.609Z] 8998bd30e6a1: Download complete [2023-03-01T05:27:15.192Z] 2437ff75d9bd: Verifying Checksum [2023-03-01T05:27:15.192Z] 2437ff75d9bd: Download complete [2023-03-01T05:27:16.601Z] 8998bd30e6a1: Pull complete [2023-03-01T05:27:16.869Z] 04944245beec: Pull complete [2023-03-01T05:27:18.283Z] 699f458cf7ca: Pull complete [2023-03-01T05:27:18.550Z] 765212b225bb: Pull complete [2023-03-01T05:27:19.962Z] f23df028b6ca: Pull complete [2023-03-01T05:27:20.231Z] d65c8cfc05b1: Pull complete [2023-03-01T05:27:35.237Z] 2437ff75d9bd: Pull complete [2023-03-01T05:27:35.237Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-01T05:27:35.237Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-01T05:27:35.237Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T05:27:35.425Z] prd-ubuntu20.04-docker-arm64-4c-16g-7901 does not seem to be running inside a container [2023-03-01T05:27:35.494Z] $ 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/172 -v /w/workspace/device-sdk-go/172:/w/workspace/device-sdk-go/172:rw,z -v /w/workspace/device-sdk-go/172@tmp:/w/workspace/device-sdk-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-03-01T05:27:37.949Z] $ docker top d4d3a84db0bdc6058284fb7ac33bd993dc809420dd6a29212af2d7605ee3a4b5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-01T05:27:38.462Z] ---> job-cost.sh [2023-03-01T05:27:38.728Z] lf-activate-venv: SKIPPING [2023-03-01T05:27:38.728Z] INFO: No Stack... [2023-03-01T05:27:39.312Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-01T05:27:39.894Z] INFO: Archiving Costs [Pipeline] sh [2023-03-01T05:27:40.579Z] + cat /w/workspace/device-sdk-go/172/archives/cost.csv [2023-03-01T05:27:40.579Z] + cut -d, -f6 [Pipeline] lock [2023-03-01T05:27:40.666Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-172-stack-cost] [2023-03-01T05:27:40.675Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-172-stack-cost] did not exist. Created. [2023-03-01T05:27:40.675Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-172-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-01T05:27:41.355Z] /w/workspace/device-sdk-go/172@tmp/durable-440452a0/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-03-01T05:27:41.716Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-01T05:27:41.758Z] Warning: overwriting stash ‘stack-cost’ [2023-03-01T05:27:41.822Z] Stashed 1 file(s) [Pipeline] } [2023-03-01T05:27:41.831Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-172-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-01T05:27:41.855Z] $ docker stop --time=1 d4d3a84db0bdc6058284fb7ac33bd993dc809420dd6a29212af2d7605ee3a4b5 [2023-03-01T05:27:43.332Z] $ docker rm -f --volumes d4d3a84db0bdc6058284fb7ac33bd993dc809420dd6a29212af2d7605ee3a4b5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-03-01T05:27:43.705Z] provisioning config files... [2023-03-01T05:27:43.713Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config1920621927397072411tmp [Pipeline] { [Pipeline] sh [2023-03-01T05:27:44.001Z] + set +x [2023-03-01T05:27:44.001Z] + curl -s https://codecov.io/bash+ [2023-03-01T05:27:44.001Z] bash -s -- [2023-03-01T05:27:44.001Z] [2023-03-01T05:27:44.001Z] _____ _ [2023-03-01T05:27:44.001Z] / ____| | | [2023-03-01T05:27:44.001Z] | | ___ __| | ___ ___ _____ __ [2023-03-01T05:27:44.001Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-01T05:27:44.001Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-01T05:27:44.001Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-01T05:27:44.001Z] Bash-1.0.6 [2023-03-01T05:27:44.001Z] [2023-03-01T05:27:44.001Z] [2023-03-01T05:27:44.001Z] ==> git version 2.25.1 found [2023-03-01T05:27:44.001Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-03-01T05:27:44.001Z] Release-Date: 2020-01-08 [2023-03-01T05:27:44.001Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-03-01T05:27:44.001Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-01T05:27:44.001Z] ==> Jenkins CI detected. [2023-03-01T05:27:44.001Z] current dir:  /w/workspace/edgexfoundry_device-sdk-go_main [2023-03-01T05:27:44.001Z] project root: . [2023-03-01T05:27:44.001Z] --> token set from env [2023-03-01T05:27:44.001Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-01T05:27:44.001Z] ==> Running gcov in . (disable via -X gcov) [2023-03-01T05:27:44.001Z] ==> Python coveragepy not found [2023-03-01T05:27:44.001Z] ==> Searching for coverage reports in: [2023-03-01T05:27:44.001Z] + . [2023-03-01T05:27:44.001Z] -> Found 1 reports [2023-03-01T05:27:44.001Z] ==> Detecting git/mercurial file structure [2023-03-01T05:27:44.001Z] ==> Reading reports [2023-03-01T05:27:44.260Z] + ./coverage.out bytes=111243 [2023-03-01T05:27:44.260Z] ==> Appending adjustments [2023-03-01T05:27:44.260Z] https://docs.codecov.io/docs/fixing-reports [2023-03-01T05:27:44.519Z] + Found adjustments [2023-03-01T05:27:44.519Z] ==> Gzipping contents [2023-03-01T05:27:44.519Z] 16K /tmp/codecov.YdGUUS.gz [2023-03-01T05:27:44.519Z] ==> Uploading reports [2023-03-01T05:27:44.519Z] url: https://codecov.io [2023-03-01T05:27:44.519Z] query: branch=main&commit=844470d981b00f1723aa71b22ce5646b0926e81e&build=172&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F172%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-01T05:27:44.519Z] -> Pinging Codecov [2023-03-01T05:27:44.519Z] 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=844470d981b00f1723aa71b22ce5646b0926e81e&build=172&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F172%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-01T05:27:44.519Z] -> Uploading to [2023-03-01T05:27:44.519Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-01/7E55EF52A471D76F132DFD9A03CDDE97/844470d981b00f1723aa71b22ce5646b0926e81e/1ab7889d-f55a-4750-9853-626d2d3091e0.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230301%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230301T052744Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a0d8d930cf91f73b5d43ecafd753d4e2944cac49a45599d5e8faccbada91606a [2023-03-01T05:27:44.519Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-01T05:27:44.519Z] Dload Upload Total Spent Left Speed [2023-03-01T05:27:44.778Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15407 0 0 100 15407 0 57062 --:--:-- --:--:-- --:--:-- 57062 [2023-03-01T05:27:44.778Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/844470d981b00f1723aa71b22ce5646b0926e81e [Pipeline] } [2023-03-01T05:27:44.786Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-03-01T05:27:45.003Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-03-01T05:27:45.013Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T05:27:45.312Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-01T05:27:45.312Z] [2023-03-01T05:27:45.312Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T05:27:45.611Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-01T05:27:45.611Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-03-01T05:27:45.611Z] df9b9388f04a: Pulling fs layer [2023-03-01T05:27:45.611Z] 52dc419b0ee2: Pulling fs layer [2023-03-01T05:27:45.611Z] 25bc292e5bac: Pulling fs layer [2023-03-01T05:27:45.611Z] 114826534d7a: Pulling fs layer [2023-03-01T05:27:45.611Z] 4657fd5d0bcf: Pulling fs layer [2023-03-01T05:27:45.611Z] 6ad1cebc031e: Pulling fs layer [2023-03-01T05:27:45.611Z] 8a3aa393b2d8: Pulling fs layer [2023-03-01T05:27:45.611Z] 114826534d7a: Waiting [2023-03-01T05:27:45.611Z] 4657fd5d0bcf: Waiting [2023-03-01T05:27:45.611Z] 6ad1cebc031e: Waiting [2023-03-01T05:27:45.611Z] 8a3aa393b2d8: Waiting [2023-03-01T05:27:45.611Z] 25bc292e5bac: Verifying Checksum [2023-03-01T05:27:45.611Z] 25bc292e5bac: Download complete [2023-03-01T05:27:45.611Z] 52dc419b0ee2: Download complete [2023-03-01T05:27:45.611Z] 4657fd5d0bcf: Download complete [2023-03-01T05:27:45.611Z] df9b9388f04a: Download complete [2023-03-01T05:27:45.872Z] 6ad1cebc031e: Verifying Checksum [2023-03-01T05:27:45.872Z] 6ad1cebc031e: Download complete [2023-03-01T05:27:45.872Z] df9b9388f04a: Pull complete [2023-03-01T05:27:45.872Z] 52dc419b0ee2: Pull complete [2023-03-01T05:27:46.132Z] 25bc292e5bac: Pull complete [2023-03-01T05:27:46.396Z] 114826534d7a: Verifying Checksum [2023-03-01T05:27:46.396Z] 114826534d7a: Download complete [2023-03-01T05:27:46.652Z] 8a3aa393b2d8: Verifying Checksum [2023-03-01T05:27:46.652Z] 8a3aa393b2d8: Download complete [2023-03-01T05:27:50.833Z] 114826534d7a: Pull complete [2023-03-01T05:27:50.833Z] 4657fd5d0bcf: Pull complete [2023-03-01T05:27:50.833Z] 6ad1cebc031e: Pull complete [2023-03-01T05:27:57.392Z] 8a3aa393b2d8: Pull complete [2023-03-01T05:27:57.392Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-03-01T05:27:57.392Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-01T05:27:57.392Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T05:27:57.493Z] prd-ubuntu20.04-docker-8c-8g-7894 does not seem to be running inside a container [2023-03-01T05:27:57.521Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-03-01T05:28:04.858Z] $ docker top a02782c5c048a2c4e15f5279b72e03f6741a2c10a2fc169ea324897fee4aaec8 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-01T05:28:04.930Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh [2023-03-01T05:28:05.208Z] + set -o pipefail [2023-03-01T05:28:05.208Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' [2023-03-01T05:28:10.483Z] [2023-03-01T05:28:10.483Z] Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v3)... [2023-03-01T05:28:10.483Z] [2023-03-01T05:28:10.483Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/1d897ce9-7d37-4e4c-99f4-c1fbe8b8d34b/history/9bcd8f7d-9f45-4170-b891-7e55dfa7c084 [2023-03-01T05:28:10.483Z] [2023-03-01T05:28:10.483Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-03-01T05:28:10.483Z] [2023-03-01T05:28:10.483Z] [2023-03-01T05:28:10.483Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-03-01T05:28:10.483Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-03-01T05:28:10.483Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-03-01T05:28:10.488Z] $ docker stop --time=1 a02782c5c048a2c4e15f5279b72e03f6741a2c10a2fc169ea324897fee4aaec8 [2023-03-01T05:28:16.544Z] $ docker rm -f --volumes a02782c5c048a2c4e15f5279b72e03f6741a2c10a2fc169ea324897fee4aaec8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-03-01T05:28:16.941Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-01T05:28:16.960Z] provisioning config files... [2023-03-01T05:28:16.970Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config12552237561478373426tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-01T05:28:17.269Z] --> edgex-publish-swagger.sh [2023-03-01T05:28:17.269Z] === Publish openapi/v3 API === [2023-03-01T05:28:17.269Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2023-03-01T05:28:17.269Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/v3/device-sdk.yaml] [2023-03-01T05:28:17.269Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-01T05:28:17.269Z] Dload Upload Total Spent Left Speed [2023-03-01T05:28:17.838Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23571 0 0 100 23571 0 38079 --:--:-- --:--:-- --:--:-- 38079 [2023-03-01T05:28:17.838Z] [2023-03-01T05:28:17.838Z] [Pipeline] } [2023-03-01T05:28:17.845Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-01T05:28:18.231Z] + git log --format=format:%s -1 844470d981b00f1723aa71b22ce5646b0926e81e [Pipeline] sh [2023-03-01T05:28:18.520Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-01T05:28:18.520Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T05:28:18.814Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-01T05:28:18.814Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T05:28:18.904Z] prd-ubuntu20.04-docker-8c-8g-7894 does not seem to be running inside a container [2023-03-01T05:28:18.936Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-01T05:28:19.492Z] $ docker top d6c0f1f2e973ee743297b1f4d40f9e2ed85d8569c63dd965ebf4722ebdffd9bd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-01T05:28:19.583Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-01T05:28:19.583Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-01T05:28:19.710Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-01T05:28:19.708Z] $ docker exec d6c0f1f2e973ee743297b1f4d40f9e2ed85d8569c63dd965ebf4722ebdffd9bd ssh-agent [2023-03-01T05:28:19.825Z] SSH_AUTH_SOCK=/tmp/ssh-GfKO3K09hpBz/agent.32 [2023-03-01T05:28:19.825Z] SSH_AGENT_PID=38 [2023-03-01T05:28:19.831Z] Running ssh-add (command line suppressed) [2023-03-01T05:28:19.942Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_1004542606322920502.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_1004542606322920502.key) [2023-03-01T05:28:19.961Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-01T05:28:20.247Z] + git semver tag [2023-03-01T05:28:20.507Z] 2023-03-01 05:28:20,440 [run_tag] DEBUG tag force:False [2023-03-01T05:28:20.507Z] 2023-03-01 05:28:20,440 [check_head_tag] DEBUG check head tag [2023-03-01T05:28:20.507Z] 2023-03-01 05:28:20,443 [execute] INFO git cat-file --batch-check [2023-03-01T05:28:20.507Z] 2023-03-01 05:28:20,443 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2023-03-01T05:28:20.507Z] 2023-03-01 05:28:20,448 [execute] INFO git cat-file --batch [2023-03-01T05:28:20.507Z] 2023-03-01 05:28:20,448 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2023-03-01T05:28:20.507Z] 2023-03-01 05:28:20,477 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-01T05:28:20.507Z] 2023-03-01 05:28:20,477 [execute] INFO git tag -a v3.0.0-dev.42 -m v3.0.0-dev.42 [2023-03-01T05:28:20.507Z] 2023-03-01 05:28:20,478 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.42', '-m', 'v3.0.0-dev.42'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2023-03-01T05:28:20.507Z] 2023-03-01 05:28:20,483 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-01T05:28:20.507Z] 3.0.0-dev.42 [Pipeline] } [2023-03-01T05:28:20.513Z] $ docker exec --env ******** --env ******** d6c0f1f2e973ee743297b1f4d40f9e2ed85d8569c63dd965ebf4722ebdffd9bd ssh-agent -k [2023-03-01T05:28:20.621Z] unset SSH_AUTH_SOCK; [2023-03-01T05:28:20.621Z] unset SSH_AGENT_PID; [2023-03-01T05:28:20.621Z] echo Agent pid 38 killed; [2023-03-01T05:28:20.635Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-01T05:28:20.940Z] + git semver [Pipeline] } [2023-03-01T05:28:21.211Z] $ docker stop --time=1 d6c0f1f2e973ee743297b1f4d40f9e2ed85d8569c63dd965ebf4722ebdffd9bd [2023-03-01T05:28:22.476Z] $ docker rm -f --volumes d6c0f1f2e973ee743297b1f4d40f9e2ed85d8569c63dd965ebf4722ebdffd9bd [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T05:28:22.872Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-01T05:28:22.872Z] [2023-03-01T05:28:22.872Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T05:28:23.175Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-01T05:28:23.175Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-03-01T05:28:23.175Z] ab5ef0e58194: Pulling fs layer [2023-03-01T05:28:23.175Z] 9712f1f96733: Pulling fs layer [2023-03-01T05:28:23.175Z] 63f879dbbcfc: Pulling fs layer [2023-03-01T05:28:23.175Z] 0d9ebad4ef96: Pulling fs layer [2023-03-01T05:28:23.175Z] e9a5061849ea: Pulling fs layer [2023-03-01T05:28:23.175Z] d747dcd14b5f: Pulling fs layer [2023-03-01T05:28:23.175Z] 2de7ff778b66: Pulling fs layer [2023-03-01T05:28:23.175Z] e9a5061849ea: Waiting [2023-03-01T05:28:23.175Z] d747dcd14b5f: Waiting [2023-03-01T05:28:23.175Z] 9712f1f96733: Verifying Checksum [2023-03-01T05:28:23.175Z] 9712f1f96733: Download complete [2023-03-01T05:28:23.435Z] 63f879dbbcfc: Verifying Checksum [2023-03-01T05:28:23.435Z] 63f879dbbcfc: Download complete [2023-03-01T05:28:23.694Z] 0d9ebad4ef96: Verifying Checksum [2023-03-01T05:28:23.694Z] 0d9ebad4ef96: Download complete [2023-03-01T05:28:23.694Z] e9a5061849ea: Verifying Checksum [2023-03-01T05:28:23.694Z] e9a5061849ea: Download complete [2023-03-01T05:28:23.694Z] d747dcd14b5f: Verifying Checksum [2023-03-01T05:28:23.694Z] ab5ef0e58194: Verifying Checksum [2023-03-01T05:28:23.694Z] ab5ef0e58194: Download complete [2023-03-01T05:28:23.952Z] 2de7ff778b66: Verifying Checksum [2023-03-01T05:28:23.952Z] 2de7ff778b66: Download complete [2023-03-01T05:28:27.275Z] ab5ef0e58194: Pull complete [2023-03-01T05:28:27.275Z] 9712f1f96733: Pull complete [2023-03-01T05:28:27.275Z] 63f879dbbcfc: Pull complete [2023-03-01T05:28:31.461Z] 0d9ebad4ef96: Pull complete [2023-03-01T05:28:31.718Z] e9a5061849ea: Pull complete [2023-03-01T05:28:31.718Z] d747dcd14b5f: Pull complete [2023-03-01T05:28:33.093Z] 2de7ff778b66: Pull complete [2023-03-01T05:28:33.093Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-03-01T05:28:33.093Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-01T05:28:33.093Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T05:28:33.172Z] prd-ubuntu20.04-docker-8c-8g-7894 does not seem to be running inside a container [2023-03-01T05:28:33.192Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-03-01T05:28:41.211Z] $ docker top 631767ed3582986ecf1d8a279448384ecbc5e34abec533862cd323eb0a8c4976 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-03-01T05:28:41.287Z] provisioning config files... [2023-03-01T05:28:41.293Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config18291572194469786014tmp [2023-03-01T05:28:41.302Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config5021246808355915553tmp [2023-03-01T05:28:41.310Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config17733733439095436582tmp [Pipeline] { [Pipeline] echo [2023-03-01T05:28:41.324Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-01T05:28:41.604Z] ---> sigul-configuration.sh [2023-03-01T05:28:41.605Z] gpg: directory `/root/.gnupg' created [2023-03-01T05:28:41.605Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-03-01T05:28:41.605Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-03-01T05:28:41.605Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-03-01T05:28:41.605Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-03-01T05:28:41.605Z] gpg: CAST5 encrypted data [2023-03-01T05:28:41.605Z] gpg: encrypted with 1 passphrase [2023-03-01T05:28:41.605Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-03-01T05:28:41.889Z] + mkdir /home/jenkins [2023-03-01T05:28:41.889Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-03-01T05:28:42.173Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2023-03-01T05:28:42.181Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-01T05:28:42.461Z] ---> sigul-install.sh [2023-03-01T05:28:42.461Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-03-01T05:28:42.755Z] + git tag --list [2023-03-01T05:28:42.755Z] 0.7.1 [2023-03-01T05:28:42.755Z] delhi-tag [2023-03-01T05:28:42.755Z] v1.0.0 [2023-03-01T05:28:42.755Z] v1.1.0 [2023-03-01T05:28:42.755Z] v1.1.1 [2023-03-01T05:28:42.755Z] v1.1.2 [2023-03-01T05:28:42.755Z] v1.2.0 [2023-03-01T05:28:42.755Z] v1.2.1 [2023-03-01T05:28:42.755Z] v1.2.2 [2023-03-01T05:28:42.755Z] v1.2.3 [2023-03-01T05:28:42.755Z] v1.3.0 [2023-03-01T05:28:42.755Z] v1.4.0 [2023-03-01T05:28:42.755Z] v2.0.0 [2023-03-01T05:28:42.755Z] v2.1.0 [2023-03-01T05:28:42.755Z] v2.1.1 [2023-03-01T05:28:42.755Z] v2.1.1-dev.2 [2023-03-01T05:28:42.755Z] v2.1.1-dev.3 [2023-03-01T05:28:42.755Z] v2.2.0 [2023-03-01T05:28:42.755Z] v2.2.1-dev.1 [2023-03-01T05:28:42.755Z] v2.2.1-dev.10 [2023-03-01T05:28:42.755Z] v2.2.1-dev.11 [2023-03-01T05:28:42.755Z] v2.2.1-dev.12 [2023-03-01T05:28:42.755Z] v2.2.1-dev.13 [2023-03-01T05:28:42.755Z] v2.2.1-dev.14 [2023-03-01T05:28:42.755Z] v2.2.1-dev.2 [2023-03-01T05:28:42.755Z] v2.2.1-dev.3 [2023-03-01T05:28:42.755Z] v2.2.1-dev.4 [2023-03-01T05:28:42.755Z] v2.2.1-dev.5 [2023-03-01T05:28:42.755Z] v2.2.1-dev.6 [2023-03-01T05:28:42.755Z] v2.2.1-dev.7 [2023-03-01T05:28:42.755Z] v2.2.1-dev.8 [2023-03-01T05:28:42.755Z] v2.2.1-dev.9 [2023-03-01T05:28:42.755Z] v2.3.0 [2023-03-01T05:28:42.755Z] v2.3.0-dev.14 [2023-03-01T05:28:42.755Z] v2.3.0-dev.15 [2023-03-01T05:28:42.755Z] v2.3.0-dev.16 [2023-03-01T05:28:42.755Z] v2.3.0-dev.17 [2023-03-01T05:28:42.755Z] v2.3.0-dev.18 [2023-03-01T05:28:42.755Z] v2.3.0-dev.19 [2023-03-01T05:28:42.755Z] v2.3.0-dev.20 [2023-03-01T05:28:42.755Z] v2.3.0-dev.21 [2023-03-01T05:28:42.755Z] v2.3.0-dev.22 [2023-03-01T05:28:42.755Z] v2.3.0-dev.23 [2023-03-01T05:28:42.755Z] v2.3.0-dev.24 [2023-03-01T05:28:42.755Z] v2.3.0-dev.25 [2023-03-01T05:28:42.755Z] v2.3.0-dev.26 [2023-03-01T05:28:42.755Z] v2.3.0-dev.27 [2023-03-01T05:28:42.755Z] v2.3.0-dev.28 [2023-03-01T05:28:42.755Z] v2.3.0-dev.29 [2023-03-01T05:28:42.755Z] v2.3.0-dev.30 [2023-03-01T05:28:42.755Z] v2.3.0-dev.31 [2023-03-01T05:28:42.755Z] v2.3.0-dev.32 [2023-03-01T05:28:42.755Z] v2.3.0-dev.33 [2023-03-01T05:28:42.755Z] v2.3.0-dev.34 [2023-03-01T05:28:42.755Z] v2.3.0-dev.35 [2023-03-01T05:28:42.755Z] v2.3.0-dev.36 [2023-03-01T05:28:42.755Z] v2.3.0-dev.37 [2023-03-01T05:28:42.755Z] v2.3.0-dev.38 [2023-03-01T05:28:42.755Z] v2.3.0-dev.39 [2023-03-01T05:28:42.755Z] v2.3.0-dev.40 [2023-03-01T05:28:42.755Z] v2.3.0-dev.41 [2023-03-01T05:28:42.755Z] v2.3.0-dev.42 [2023-03-01T05:28:42.755Z] v2.3.0-dev.43 [2023-03-01T05:28:42.755Z] v2.3.0-dev.44 [2023-03-01T05:28:42.755Z] v2.3.0-dev.45 [2023-03-01T05:28:42.755Z] v2.3.0-dev.46 [2023-03-01T05:28:42.755Z] v2.3.0-dev.47 [2023-03-01T05:28:42.755Z] v2.3.0-dev.48 [2023-03-01T05:28:42.755Z] v2.3.0-dev.49 [2023-03-01T05:28:42.755Z] v2.3.0-dev.50 [2023-03-01T05:28:42.755Z] v2.3.0-dev.51 [2023-03-01T05:28:42.755Z] v2.3.1-dev.1 [2023-03-01T05:28:42.755Z] v2.3.1-dev.2 [2023-03-01T05:28:42.755Z] v3.0.0-dev.1 [2023-03-01T05:28:42.755Z] v3.0.0-dev.10 [2023-03-01T05:28:42.755Z] v3.0.0-dev.11 [2023-03-01T05:28:42.755Z] v3.0.0-dev.12 [2023-03-01T05:28:42.755Z] v3.0.0-dev.13 [2023-03-01T05:28:42.755Z] v3.0.0-dev.14 [2023-03-01T05:28:42.755Z] v3.0.0-dev.15 [2023-03-01T05:28:42.755Z] v3.0.0-dev.16 [2023-03-01T05:28:42.755Z] v3.0.0-dev.17 [2023-03-01T05:28:42.755Z] v3.0.0-dev.18 [2023-03-01T05:28:42.755Z] v3.0.0-dev.19 [2023-03-01T05:28:42.755Z] v3.0.0-dev.2 [2023-03-01T05:28:42.755Z] v3.0.0-dev.20 [2023-03-01T05:28:42.755Z] v3.0.0-dev.21 [2023-03-01T05:28:42.755Z] v3.0.0-dev.22 [2023-03-01T05:28:42.755Z] v3.0.0-dev.23 [2023-03-01T05:28:42.755Z] v3.0.0-dev.24 [2023-03-01T05:28:42.755Z] v3.0.0-dev.25 [2023-03-01T05:28:42.755Z] v3.0.0-dev.26 [2023-03-01T05:28:42.755Z] v3.0.0-dev.27 [2023-03-01T05:28:42.755Z] v3.0.0-dev.28 [2023-03-01T05:28:42.755Z] v3.0.0-dev.29 [2023-03-01T05:28:42.755Z] v3.0.0-dev.3 [2023-03-01T05:28:42.755Z] v3.0.0-dev.30 [2023-03-01T05:28:42.755Z] v3.0.0-dev.31 [2023-03-01T05:28:42.755Z] v3.0.0-dev.32 [2023-03-01T05:28:42.755Z] v3.0.0-dev.33 [2023-03-01T05:28:42.755Z] v3.0.0-dev.34 [2023-03-01T05:28:42.755Z] v3.0.0-dev.35 [2023-03-01T05:28:42.755Z] v3.0.0-dev.36 [2023-03-01T05:28:42.755Z] v3.0.0-dev.37 [2023-03-01T05:28:42.755Z] v3.0.0-dev.38 [2023-03-01T05:28:42.755Z] v3.0.0-dev.39 [2023-03-01T05:28:42.755Z] v3.0.0-dev.4 [2023-03-01T05:28:42.755Z] v3.0.0-dev.40 [2023-03-01T05:28:42.755Z] v3.0.0-dev.41 [2023-03-01T05:28:42.755Z] v3.0.0-dev.42 [2023-03-01T05:28:42.755Z] v3.0.0-dev.5 [2023-03-01T05:28:42.755Z] v3.0.0-dev.6 [2023-03-01T05:28:42.755Z] v3.0.0-dev.7 [2023-03-01T05:28:42.755Z] v3.0.0-dev.8 [2023-03-01T05:28:42.755Z] v3.0.0-dev.9 [Pipeline] sh [2023-03-01T05:28:43.040Z] + lftools sign git-tag v3.0.0-dev.42 [2023-03-01T05:28:43.609Z] Signing Git tag with Sigul... [2023-03-01T05:28:43.609Z] Signing v3.0.0-dev.42 [Pipeline] echo [2023-03-01T05:28:43.876Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-01T05:28:44.260Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-03-01T05:28:44.296Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-03-01T05:28:44.332Z] $ docker stop --time=1 631767ed3582986ecf1d8a279448384ecbc5e34abec533862cd323eb0a8c4976 [2023-03-01T05:28:45.653Z] $ docker rm -f --volumes 631767ed3582986ecf1d8a279448384ecbc5e34abec533862cd323eb0a8c4976 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-03-01T05:28:46.072Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-01T05:28:46.072Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T05:28:46.378Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-01T05:28:46.379Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T05:28:46.454Z] prd-ubuntu20.04-docker-8c-8g-7894 does not seem to be running inside a container [2023-03-01T05:28:46.477Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-01T05:28:46.865Z] $ docker top ad585bf7710e1db46a28c6c20235e1347610f2247b0119d7df20857a5ef7aed9 -eo pid,comm [2023-03-01T05:28:46.920Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-03-01T05:28:46.920Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-01T05:28:46.961Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-01T05:28:46.961Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-01T05:28:47.078Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-01T05:28:47.076Z] $ docker exec ad585bf7710e1db46a28c6c20235e1347610f2247b0119d7df20857a5ef7aed9 ssh-agent [2023-03-01T05:28:47.203Z] SSH_AUTH_SOCK=/tmp/ssh-Gos9jqRDNK6f/agent.32 [2023-03-01T05:28:47.203Z] SSH_AGENT_PID=38 [2023-03-01T05:28:47.207Z] Running ssh-add (command line suppressed) [2023-03-01T05:28:47.306Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_6467871803937381913.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_6467871803937381913.key) [2023-03-01T05:28:47.327Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-01T05:28:47.619Z] + git semver bump pre [2023-03-01T05:28:47.880Z] 2023-03-01 05:28:47,842 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-01T05:28:47.880Z] 2023-03-01 05:28:47,843 [bump_version] DEBUG bumping version:3.0.0-dev.42 on axis:pre with prefix:dev [2023-03-01T05:28:47.880Z] 2023-03-01 05:28:47,843 [bump_version] DEBUG bumped version:3.0.0-dev.43 [2023-03-01T05:28:47.880Z] 2023-03-01 05:28:47,843 [write_version] DEBUG write version:3.0.0-dev.43 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True [2023-03-01T05:28:47.880Z] 2023-03-01 05:28:47,843 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-01T05:28:47.880Z] 2023-03-01 05:28:47,843 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-01T05:28:47.880Z] 2023-03-01 05:28:47,845 [execute] INFO git cat-file --batch-check [2023-03-01T05:28:47.880Z] 2023-03-01 05:28:47,845 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-01T05:28:47.880Z] 2023-03-01 05:28:47,851 [execute] INFO git cat-file --batch [2023-03-01T05:28:47.880Z] 2023-03-01 05:28:47,851 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-01T05:28:47.880Z] 2023-03-01 05:28:47,856 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-01T05:28:47.880Z] 3.0.0-dev.43 [Pipeline] } [2023-03-01T05:28:48.149Z] $ docker exec --env ******** --env ******** ad585bf7710e1db46a28c6c20235e1347610f2247b0119d7df20857a5ef7aed9 ssh-agent -k [2023-03-01T05:28:48.263Z] unset SSH_AUTH_SOCK; [2023-03-01T05:28:48.263Z] unset SSH_AGENT_PID; [2023-03-01T05:28:48.263Z] echo Agent pid 38 killed; [2023-03-01T05:28:48.279Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-01T05:28:48.589Z] + git semver [Pipeline] } [2023-03-01T05:28:48.859Z] $ docker stop --time=1 ad585bf7710e1db46a28c6c20235e1347610f2247b0119d7df20857a5ef7aed9 [2023-03-01T05:28:50.139Z] $ docker rm -f --volumes ad585bf7710e1db46a28c6c20235e1347610f2247b0119d7df20857a5ef7aed9 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-01T05:28:50.485Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-01T05:28:50.485Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T05:28:50.790Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-01T05:28:50.790Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T05:28:50.865Z] prd-ubuntu20.04-docker-8c-8g-7894 does not seem to be running inside a container [2023-03-01T05:28:50.890Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-01T05:28:51.259Z] $ docker top ac0987b530b5398becdcbd25d3312926d1615837d64e2a92be4d5db235e9b7be -eo pid,comm [2023-03-01T05:28:51.310Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-03-01T05:28:51.310Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-01T05:28:51.352Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-01T05:28:51.352Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-01T05:28:51.461Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-01T05:28:51.459Z] $ docker exec ac0987b530b5398becdcbd25d3312926d1615837d64e2a92be4d5db235e9b7be ssh-agent [2023-03-01T05:28:51.578Z] SSH_AUTH_SOCK=/tmp/ssh-ZAkUgaOrvLq7/agent.33 [2023-03-01T05:28:51.578Z] SSH_AGENT_PID=39 [2023-03-01T05:28:51.583Z] Running ssh-add (command line suppressed) [2023-03-01T05:28:51.697Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_12513261210576292848.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_12513261210576292848.key) [2023-03-01T05:28:51.718Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-01T05:28:52.006Z] + git semver push [2023-03-01T05:28:52.266Z] 2023-03-01 05:28:52,176 [run_push] DEBUG push [2023-03-01T05:28:52.266Z] 2023-03-01 05:28:52,177 [execute] INFO git cat-file --batch-check [2023-03-01T05:28:52.266Z] 2023-03-01 05:28:52,177 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-01T05:28:52.266Z] 2023-03-01 05:28:52,182 [execute] INFO git rev-list 2099e1818b2eff3b31d0718a7aade8017ea945b3 -- [2023-03-01T05:28:52.266Z] 2023-03-01 05:28:52,183 [execute] DEBUG Popen(['git', 'rev-list', '2099e1818b2eff3b31d0718a7aade8017ea945b3', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-01T05:28:52.266Z] 2023-03-01 05:28:52,193 [execute] INFO git fetch -v origin [2023-03-01T05:28:52.266Z] 2023-03-01 05:28:52,193 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-03-01T05:28:53.206Z] 2023-03-01 05:28:52,863 [run_push] DEBUG no remote changes detected [2023-03-01T05:28:53.206Z] 2023-03-01 05:28:52,864 [execute] INFO git push origin semver [2023-03-01T05:28:53.206Z] 2023-03-01 05:28:52,864 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-01T05:28:53.774Z] 2023-03-01 05:28:53,708 [run_push] DEBUG push all version tags [2023-03-01T05:28:53.774Z] 2023-03-01 05:28:53,709 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-03-01T05:28:53.774Z] 2023-03-01 05:28:53,709 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2023-03-01T05:28:54.710Z] 2023-03-01 05:28:54,649 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-01T05:28:54.711Z] 3.0.0-dev.43 [Pipeline] } [2023-03-01T05:28:54.716Z] $ docker exec --env ******** --env ******** ac0987b530b5398becdcbd25d3312926d1615837d64e2a92be4d5db235e9b7be ssh-agent -k [2023-03-01T05:28:54.827Z] unset SSH_AUTH_SOCK; [2023-03-01T05:28:54.827Z] unset SSH_AGENT_PID; [2023-03-01T05:28:54.827Z] echo Agent pid 39 killed; [2023-03-01T05:28:54.845Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-01T05:28:55.150Z] + git semver [Pipeline] } [2023-03-01T05:28:55.416Z] $ docker stop --time=1 ac0987b530b5398becdcbd25d3312926d1615837d64e2a92be4d5db235e9b7be [2023-03-01T05:28:56.743Z] $ docker rm -f --volumes ac0987b530b5398becdcbd25d3312926d1615837d64e2a92be4d5db235e9b7be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-03-01T05:28:57.384Z] + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] [2023-03-01T05:28:57.384Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-03-01T05:28:57.384Z] total 16 [2023-03-01T05:28:57.384Z] drwxr-xr-x 3 root root 4096 Mar 1 05:20 . [2023-03-01T05:28:57.384Z] drwxrwxr-x 12 jenkins jenkins 4096 Mar 1 05:28 .. [2023-03-01T05:28:57.384Z] drwxr-xr-x 2 root root 4096 Mar 1 05:20 cost [2023-03-01T05:28:57.384Z] -rw-r--r-- 1 root root 86 Mar 1 05:20 cost.csv [2023-03-01T05:28:57.384Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-03-01T05:28:57.384Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-03-01T05:28:57.384Z] total 16 [2023-03-01T05:28:57.384Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 1 05:20 . [2023-03-01T05:28:57.384Z] drwxrwxr-x 12 jenkins jenkins 4096 Mar 1 05:28 .. [2023-03-01T05:28:57.384Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 1 05:20 cost [2023-03-01T05:28:57.384Z] -rw-r--r-- 1 jenkins jenkins 86 Mar 1 05:20 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-03-01T05:28:57.689Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-01T05:28:58.555Z] ---> package-listing.sh [2023-03-01T05:28:58.555Z] ++ facter osfamily [2023-03-01T05:28:58.555Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-01T05:28:58.815Z] + OS_FAMILY=debian [2023-03-01T05:28:58.815Z] + workspace=/w/workspace/edgexfoundry_device-sdk-go_main [2023-03-01T05:28:58.815Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-01T05:28:58.815Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-01T05:28:58.815Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-01T05:28:58.815Z] + PACKAGES=/tmp/packages_start.txt [2023-03-01T05:28:58.815Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2023-03-01T05:28:58.815Z] + PACKAGES=/tmp/packages_end.txt [2023-03-01T05:28:58.815Z] + case "${OS_FAMILY}" in [2023-03-01T05:28:58.815Z] + dpkg -l [2023-03-01T05:28:58.815Z] + grep '^ii' [2023-03-01T05:28:58.815Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-01T05:28:58.815Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-01T05:28:58.815Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-01T05:28:58.815Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2023-03-01T05:28:58.815Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [2023-03-01T05:28:58.815Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [Pipeline] echo [2023-03-01T05:28:58.827Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-03-01T05:28:59.107Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T05:28:59.664Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-01T05:28:59.664Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T05:28:59.733Z] prd-ubuntu20.04-docker-8c-8g-7894 does not seem to be running inside a container [2023-03-01T05:28:59.760Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-01T05:28:59.964Z] $ docker top d5f7bdc08499c886819cf92bcf39d430cd711d4bb497431233bbd5a08533c0dc -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-01T05:29:00.309Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-01T05:29:00.593Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-01T05:29:00.879Z] + ls /var/log/sa-host [2023-03-01T05:29:00.879Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-01T05:29:01.032Z] provisioning config files... [2023-03-01T05:29:01.043Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config190915649279276228tmp [Pipeline] { [Pipeline] echo [2023-03-01T05:29:01.055Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-01T05:29:01.337Z] ---> create-netrc.sh [Pipeline] } [2023-03-01T05:29:01.343Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-01T05:29:01.667Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-01T05:29:01.676Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-01T05:29:01.958Z] ---> sudo-logs.sh [2023-03-01T05:29:01.958Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-01T05:29:01.995Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-01T05:29:02.279Z] ---> job-cost.sh [2023-03-01T05:29:02.279Z] lf-activate-venv: SKIPPING [2023-03-01T05:29:02.279Z] DEBUG: total: 0.2199999988079071 [2023-03-01T05:29:02.279Z] INFO: Retrieving Stack Cost... [2023-03-01T05:29:02.539Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-01T05:29:03.112Z] INFO: Archiving Costs [Pipeline] echo [2023-03-01T05:29:03.128Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-01T05:29:03.412Z] ---> logs-deploy.sh [2023-03-01T05:29:03.412Z] lf-activate-venv: SKIPPING [2023-03-01T05:29:03.412Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/172 [2023-03-01T05:29:03.412Z] INFO: archiving workspace using pattern(s): [2023-03-01T05:29:04.349Z] Archives upload complete. [2023-03-01T05:29:04.608Z] INFO: archiving logs to Nexus [2023-03-01T05:29:05.176Z] ---> uname -a: [2023-03-01T05:29:05.177Z] Linux prd-ubuntu20-04-docker-8c-8g-7894 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-03-01T05:29:05.177Z] [2023-03-01T05:29:05.177Z] [2023-03-01T05:29:05.177Z] ---> lscpu: [2023-03-01T05:29:05.177Z] Architecture: x86_64 [2023-03-01T05:29:05.177Z] CPU op-mode(s): 32-bit, 64-bit [2023-03-01T05:29:05.177Z] Byte Order: Little Endian [2023-03-01T05:29:05.177Z] Address sizes: 40 bits physical, 48 bits virtual [2023-03-01T05:29:05.177Z] CPU(s): 8 [2023-03-01T05:29:05.177Z] On-line CPU(s) list: 0-7 [2023-03-01T05:29:05.177Z] Thread(s) per core: 1 [2023-03-01T05:29:05.177Z] Core(s) per socket: 1 [2023-03-01T05:29:05.177Z] Socket(s): 8 [2023-03-01T05:29:05.177Z] NUMA node(s): 1 [2023-03-01T05:29:05.177Z] Vendor ID: AuthenticAMD [2023-03-01T05:29:05.177Z] CPU family: 23 [2023-03-01T05:29:05.177Z] Model: 49 [2023-03-01T05:29:05.177Z] Model name: AMD EPYC-Rome Processor [2023-03-01T05:29:05.177Z] Stepping: 0 [2023-03-01T05:29:05.177Z] CPU MHz: 2799.996 [2023-03-01T05:29:05.177Z] BogoMIPS: 5599.99 [2023-03-01T05:29:05.177Z] Virtualization: AMD-V [2023-03-01T05:29:05.177Z] Hypervisor vendor: KVM [2023-03-01T05:29:05.177Z] Virtualization type: full [2023-03-01T05:29:05.177Z] L1d cache: 256 KiB [2023-03-01T05:29:05.177Z] L1i cache: 256 KiB [2023-03-01T05:29:05.177Z] L2 cache: 4 MiB [2023-03-01T05:29:05.177Z] L3 cache: 128 MiB [2023-03-01T05:29:05.177Z] NUMA node0 CPU(s): 0-7 [2023-03-01T05:29:05.177Z] Vulnerability Itlb multihit: Not affected [2023-03-01T05:29:05.177Z] Vulnerability L1tf: Not affected [2023-03-01T05:29:05.177Z] Vulnerability Mds: Not affected [2023-03-01T05:29:05.177Z] Vulnerability Meltdown: Not affected [2023-03-01T05:29:05.177Z] Vulnerability Mmio stale data: Not affected [2023-03-01T05:29:05.177Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-03-01T05:29:05.177Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-03-01T05:29:05.177Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-03-01T05:29:05.177Z] Vulnerability Srbds: Not affected [2023-03-01T05:29:05.177Z] Vulnerability Tsx async abort: Not affected [2023-03-01T05:29:05.177Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-03-01T05:29:05.177Z] [2023-03-01T05:29:05.177Z]