Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 6c52867c974148776ead9b5ce3090ce3cf294dda 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-ssh7749669482984650038.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-ssh6741860174307614671.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-ssh14169174568230178073.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-ssh3653571578034685063.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-ssh358731194966642613.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-7885 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 6c52867c974148776ead9b5ce3090ce3cf294dda (main) Commit message: "Merge pull request #1335 from weichou1229/issue-1334" > 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 6c52867c974148776ead9b5ce3090ce3cf294dda # timeout=10 > git rev-list --no-walk b46b419fd49731d0deb4deed8e6127ef6a42900c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-01T04:15:04.734Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-01T04:15:04.781Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-01T04:15:04.797Z] ========================================================= [2023-03-01T04:15:04.797Z] EdgeX Global Pipelines Version Info [2023-03-01T04:15:04.797Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-01T04:15:05.520Z] ------------------- [2023-03-01T04:15:05.520Z] stable info: [2023-03-01T04:15:05.520Z] ------------------- [2023-03-01T04:15:05.520Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-01T04:15:05.520Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-01T04:15:05.520Z] Message: update stable to v1.0.244 [2023-03-01T04:15:06.090Z] ------------------- [2023-03-01T04:15:06.090Z] experimental info: [2023-03-01T04:15:06.090Z] ------------------- [2023-03-01T04:15:06.090Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-01T04:15:06.090Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-01T04:15:06.090Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-01T04:15:06.233Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2023-03-01T04:15:06.242Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2023-03-01T04:15:06.250Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-01T04:15:06.258Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-01T04:15:06.266Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-01T04:15:06.274Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-03-01T04:15:06.284Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-01T04:15:06.301Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2023-03-01T04:15:06.313Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-01T04:15:06.327Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-01T04:15:06.335Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-01T04:15:06.343Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2023-03-01T04:15:06.352Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-01T04:15:06.360Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-01T04:15:06.368Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-01T04:15:06.376Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-03-01T04:15:06.384Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-03-01T04:15:06.393Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-03-01T04:15:06.401Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-01T04:15:06.409Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-01T04:15:06.418Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-03-01T04:15:06.426Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-03-01T04:15:06.442Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-03-01T04:15:06.452Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-03-01T04:15:06.466Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-03-01T04:15:06.481Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-01T04:15:06.498Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-01T04:15:06.512Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-03-01T04:15:06.530Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-03-01T04:15:06.541Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-03-01T04:15:06.549Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6c52867c974148776ead9b5ce3090ce3cf294dda [Pipeline] echo [2023-03-01T04:15:06.558Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6c52867 [Pipeline] echo [2023-03-01T04:15:06.571Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-01T04:15:06.612Z] provisioning config files... [2023-03-01T04:15:06.628Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config14980813862725116292tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-01T04:15:06.945Z] ---> docker-login.sh [2023-03-01T04:15:06.945Z] nexus3.edgexfoundry.org:10001 [2023-03-01T04:15:07.204Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T04:15:07.204Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T04:15:07.204Z] Configure a credential helper to remove this warning. See [2023-03-01T04:15:07.204Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T04:15:07.204Z] [2023-03-01T04:15:07.204Z] Login Succeeded [2023-03-01T04:15:07.204Z] nexus3.edgexfoundry.org:10002 [2023-03-01T04:15:07.465Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T04:15:07.465Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T04:15:07.465Z] Configure a credential helper to remove this warning. See [2023-03-01T04:15:07.465Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T04:15:07.465Z] [2023-03-01T04:15:07.465Z] Login Succeeded [2023-03-01T04:15:07.465Z] nexus3.edgexfoundry.org:10003 [2023-03-01T04:15:07.465Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T04:15:07.465Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T04:15:07.465Z] Configure a credential helper to remove this warning. See [2023-03-01T04:15:07.465Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T04:15:07.465Z] [2023-03-01T04:15:07.465Z] Login Succeeded [2023-03-01T04:15:07.465Z] nexus3.edgexfoundry.org:10004 [2023-03-01T04:15:07.725Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T04:15:07.725Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T04:15:07.725Z] Configure a credential helper to remove this warning. See [2023-03-01T04:15:07.725Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T04:15:07.725Z] [2023-03-01T04:15:07.725Z] Login Succeeded [2023-03-01T04:15:07.725Z] docker.io [2023-03-01T04:15:07.725Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T04:15:08.294Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T04:15:08.294Z] Configure a credential helper to remove this warning. See [2023-03-01T04:15:08.294Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T04:15:08.294Z] [2023-03-01T04:15:08.294Z] Login Succeeded [2023-03-01T04:15:08.294Z] ---> docker-login.sh ends [Pipeline] } [2023-03-01T04:15:08.302Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-03-01T04:15:08.648Z] + git rev-list -1 --merges 6c52867c974148776ead9b5ce3090ce3cf294dda~1..6c52867c974148776ead9b5ce3090ce3cf294dda [Pipeline] echo [2023-03-01T04:15:08.691Z] -----------> git rev-list -1 --merges 6c52867c974148776ead9b5ce3090ce3cf294dda~1..6c52867c974148776ead9b5ce3090ce3cf294dda 6c52867c974148776ead9b5ce3090ce3cf294dda [2023-03-01T04:15:08.691Z] 6c52867c974148776ead9b5ce3090ce3cf294dda [false] [Pipeline] sh [2023-03-01T04:15:08.979Z] + git log --format=format:%s -1 6c52867c974148776ead9b5ce3090ce3cf294dda [Pipeline] echo [2023-03-01T04:15:08.992Z] ========================================================= [2023-03-01T04:15:08.992Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-01T04:15:08.992Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-01T04:15:09.324Z] + git log --format=format:%s -1 6c52867c974148776ead9b5ce3090ce3cf294dda [Pipeline] echo [2023-03-01T04:15:09.335Z] [semverPrep] GIT_COMMIT: 6c52867c974148776ead9b5ce3090ce3cf294dda, Commit Message: Merge pull request #1335 from weichou1229/issue-1334 [Pipeline] echo [2023-03-01T04:15:09.344Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-03-01T04:15:09.697Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-01T04:15:09.697Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-01T04:15:09.697Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-01T04:15:09.697Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-01T04:15:09.697Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-01T04:15:09.697Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-01T04:15:09.697Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T04:15:10.096Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-01T04:15:10.096Z] [2023-03-01T04:15:10.096Z] 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-01T04:15:10.405Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-01T04:15:10.405Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-01T04:15:10.405Z] b85a868b505f: Pulling fs layer [2023-03-01T04:15:10.405Z] e2be974225ed: Pulling fs layer [2023-03-01T04:15:10.405Z] 339a4e72a1f5: Pulling fs layer [2023-03-01T04:15:10.405Z] 988bab9f4d93: Pulling fs layer [2023-03-01T04:15:10.405Z] 1469e6f7b9e6: Pulling fs layer [2023-03-01T04:15:10.405Z] eaf3925da568: Pulling fs layer [2023-03-01T04:15:10.405Z] bab4dde63d76: Pulling fs layer [2023-03-01T04:15:10.405Z] bde34c3a00c8: Pulling fs layer [2023-03-01T04:15:10.405Z] b352a97aabf1: Pulling fs layer [2023-03-01T04:15:10.405Z] 4872d77fe225: Pulling fs layer [2023-03-01T04:15:10.405Z] 5851b861e8e6: Pulling fs layer [2023-03-01T04:15:10.405Z] bab4dde63d76: Waiting [2023-03-01T04:15:10.405Z] bde34c3a00c8: Waiting [2023-03-01T04:15:10.405Z] b352a97aabf1: Waiting [2023-03-01T04:15:10.405Z] 988bab9f4d93: Waiting [2023-03-01T04:15:10.405Z] 4872d77fe225: Waiting [2023-03-01T04:15:10.405Z] 5851b861e8e6: Waiting [2023-03-01T04:15:10.405Z] 1469e6f7b9e6: Waiting [2023-03-01T04:15:10.405Z] eaf3925da568: Waiting [2023-03-01T04:15:10.405Z] e2be974225ed: Verifying Checksum [2023-03-01T04:15:10.405Z] e2be974225ed: Download complete [2023-03-01T04:15:10.405Z] 988bab9f4d93: Verifying Checksum [2023-03-01T04:15:10.405Z] 988bab9f4d93: Download complete [2023-03-01T04:15:10.667Z] 1469e6f7b9e6: Verifying Checksum [2023-03-01T04:15:10.667Z] 1469e6f7b9e6: Download complete [2023-03-01T04:15:10.667Z] eaf3925da568: Verifying Checksum [2023-03-01T04:15:10.667Z] eaf3925da568: Download complete [2023-03-01T04:15:10.667Z] 339a4e72a1f5: Download complete [2023-03-01T04:15:10.667Z] bde34c3a00c8: Verifying Checksum [2023-03-01T04:15:10.667Z] bde34c3a00c8: Download complete [2023-03-01T04:15:10.667Z] b352a97aabf1: Verifying Checksum [2023-03-01T04:15:10.667Z] b352a97aabf1: Download complete [2023-03-01T04:15:10.667Z] 4872d77fe225: Download complete [2023-03-01T04:15:10.667Z] 5851b861e8e6: Verifying Checksum [2023-03-01T04:15:10.667Z] 5851b861e8e6: Download complete [2023-03-01T04:15:10.925Z] b85a868b505f: Verifying Checksum [2023-03-01T04:15:10.925Z] b85a868b505f: Download complete [2023-03-01T04:15:11.184Z] bab4dde63d76: Verifying Checksum [2023-03-01T04:15:11.184Z] bab4dde63d76: Download complete [2023-03-01T04:15:12.128Z] b85a868b505f: Pull complete [2023-03-01T04:15:12.128Z] e2be974225ed: Pull complete [2023-03-01T04:15:12.715Z] 339a4e72a1f5: Pull complete [2023-03-01T04:15:12.715Z] 988bab9f4d93: Pull complete [2023-03-01T04:15:12.977Z] 1469e6f7b9e6: Pull complete [2023-03-01T04:15:12.977Z] eaf3925da568: Pull complete [2023-03-01T04:15:14.884Z] bab4dde63d76: Pull complete [2023-03-01T04:15:14.884Z] bde34c3a00c8: Pull complete [2023-03-01T04:15:14.884Z] b352a97aabf1: Pull complete [2023-03-01T04:15:14.884Z] 4872d77fe225: Pull complete [2023-03-01T04:15:15.144Z] 5851b861e8e6: Pull complete [2023-03-01T04:15:15.144Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-01T04:15:15.144Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-01T04:15:15.144Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T04:15:15.246Z] prd-ubuntu20.04-docker-8c-8g-7885 does not seem to be running inside a container [2023-03-01T04:15:15.257Z] $ 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-01T04:15:16.351Z] $ docker top 863d3a784d4843f8b79f6106e8fe40a6dc60cd6819df3bab623ba825f5ab8a81 -eo pid,comm [2023-03-01T04:15:16.429Z] 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-01T04:15:16.429Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-01T04:15:16.467Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-01T04:15:16.467Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-01T04:15:16.597Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-01T04:15:16.588Z] $ docker exec 863d3a784d4843f8b79f6106e8fe40a6dc60cd6819df3bab623ba825f5ab8a81 ssh-agent [2023-03-01T04:15:16.721Z] SSH_AUTH_SOCK=/tmp/ssh-OIH4veRdwdHB/agent.33 [2023-03-01T04:15:16.721Z] SSH_AGENT_PID=39 [2023-03-01T04:15:16.730Z] Running ssh-add (command line suppressed) [2023-03-01T04:15:16.823Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_18182591846823758618.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_18182591846823758618.key) [2023-03-01T04:15:16.850Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-01T04:15:17.132Z] + git tag --points-at HEAD [Pipeline] } [2023-03-01T04:15:17.135Z] $ docker exec --env ******** --env ******** 863d3a784d4843f8b79f6106e8fe40a6dc60cd6819df3bab623ba825f5ab8a81 ssh-agent -k [2023-03-01T04:15:17.247Z] unset SSH_AUTH_SOCK; [2023-03-01T04:15:17.247Z] unset SSH_AGENT_PID; [2023-03-01T04:15:17.247Z] echo Agent pid 39 killed; [2023-03-01T04:15:17.269Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-01T04:15:17.293Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-01T04:15:17.293Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-01T04:15:17.399Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-01T04:15:17.389Z] $ docker exec 863d3a784d4843f8b79f6106e8fe40a6dc60cd6819df3bab623ba825f5ab8a81 ssh-agent [2023-03-01T04:15:17.524Z] SSH_AUTH_SOCK=/tmp/ssh-0XW3dgaCjoXw/agent.72 [2023-03-01T04:15:17.524Z] SSH_AGENT_PID=78 [2023-03-01T04:15:17.529Z] Running ssh-add (command line suppressed) [2023-03-01T04:15:17.626Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_11457812080201373458.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_11457812080201373458.key) [2023-03-01T04:15:17.655Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-01T04:15:17.942Z] + git semver init [2023-03-01T04:15:18.203Z] 2023-03-01 04:15:18,136 [run_init] DEBUG init version:0.0.0 force:False [2023-03-01T04:15:18.203Z] 2023-03-01 04:15:18,137 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver [2023-03-01T04:15:18.203Z] 2023-03-01 04:15:18,138 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver [2023-03-01T04:15:18.203Z] 2023-03-01 04:15:18,138 [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-01T04:15:19.141Z] 2023-03-01 04:15:19,071 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude [2023-03-01T04:15:19.141Z] 2023-03-01 04:15:19,072 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False [2023-03-01T04:15:19.141Z] 2023-03-01 04:15:19,072 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-01T04:15:19.141Z] 2023-03-01 04:15:19,072 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-01T04:15:19.141Z] 3.0.0-dev.41 [Pipeline] } [2023-03-01T04:15:19.142Z] $ docker exec --env ******** --env ******** 863d3a784d4843f8b79f6106e8fe40a6dc60cd6819df3bab623ba825f5ab8a81 ssh-agent -k [2023-03-01T04:15:19.250Z] unset SSH_AUTH_SOCK; [2023-03-01T04:15:19.250Z] unset SSH_AGENT_PID; [2023-03-01T04:15:19.250Z] echo Agent pid 78 killed; [2023-03-01T04:15:19.272Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-01T04:15:19.572Z] + git semver [Pipeline] } [2023-03-01T04:15:19.837Z] $ docker stop --time=1 863d3a784d4843f8b79f6106e8fe40a6dc60cd6819df3bab623ba825f5ab8a81 [2023-03-01T04:15:21.115Z] $ docker rm -f --volumes 863d3a784d4843f8b79f6106e8fe40a6dc60cd6819df3bab623ba825f5ab8a81 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-01T04:15:21.463Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-01T04:15:21.661Z] Stashed 1 file(s) [Pipeline] echo [2023-03-01T04:15:21.665Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.41 [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-01T04:15:21.826Z] provisioning config files... [2023-03-01T04:15:21.835Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config3698586676304573881tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-01T04:15:22.128Z] ---> docker-login.sh [2023-03-01T04:15:22.128Z] nexus3.edgexfoundry.org:10001 [2023-03-01T04:15:22.128Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T04:15:22.128Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T04:15:22.128Z] Configure a credential helper to remove this warning. See [2023-03-01T04:15:22.128Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T04:15:22.128Z] [2023-03-01T04:15:22.128Z] Login Succeeded [2023-03-01T04:15:22.128Z] nexus3.edgexfoundry.org:10002 [2023-03-01T04:15:22.128Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T04:15:22.128Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T04:15:22.128Z] Configure a credential helper to remove this warning. See [2023-03-01T04:15:22.128Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T04:15:22.128Z] [2023-03-01T04:15:22.128Z] Login Succeeded [2023-03-01T04:15:22.128Z] nexus3.edgexfoundry.org:10003 [2023-03-01T04:15:22.387Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T04:15:22.387Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T04:15:22.387Z] Configure a credential helper to remove this warning. See [2023-03-01T04:15:22.387Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T04:15:22.387Z] [2023-03-01T04:15:22.387Z] Login Succeeded [2023-03-01T04:15:22.387Z] nexus3.edgexfoundry.org:10004 [2023-03-01T04:15:22.387Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T04:15:22.387Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T04:15:22.387Z] Configure a credential helper to remove this warning. See [2023-03-01T04:15:22.387Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T04:15:22.387Z] [2023-03-01T04:15:22.387Z] Login Succeeded [2023-03-01T04:15:22.387Z] docker.io [2023-03-01T04:15:22.647Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T04:15:22.647Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T04:15:22.647Z] Configure a credential helper to remove this warning. See [2023-03-01T04:15:22.647Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T04:15:22.647Z] [2023-03-01T04:15:22.647Z] Login Succeeded [2023-03-01T04:15:22.647Z] ---> docker-login.sh ends [Pipeline] } [2023-03-01T04:15:22.655Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-01T04:15:22.722Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-01T04:15:22.737Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-01T04:15:22.748Z] ========================================================= [2023-03-01T04:15:22.748Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-03-01T04:15:22.748Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T04:15:23.061Z] + 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-01T04:15:23.062Z] Sending build context to Docker daemon 10.58MB [2023-03-01T04:15:23.062Z] Step 1/10 : ARG BASE=golang:1.18-alpine3.16 [2023-03-01T04:15:23.062Z] Step 2/10 : FROM ${BASE} AS builder [2023-03-01T04:15:23.062Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-01T04:15:23.062Z] 213ec9aee27d: Pulling fs layer [2023-03-01T04:15:23.062Z] 4583459ba037: Pulling fs layer [2023-03-01T04:15:23.062Z] 93c1e223e6f2: Pulling fs layer [2023-03-01T04:15:23.062Z] 53926ce57604: Pulling fs layer [2023-03-01T04:15:23.062Z] 21b2b0c7a3f4: Pulling fs layer [2023-03-01T04:15:23.062Z] 22ff95d597cd: Pulling fs layer [2023-03-01T04:15:23.062Z] 12d6caf4c0d1: Pulling fs layer [2023-03-01T04:15:23.062Z] 96b7cbca73a9: Pulling fs layer [2023-03-01T04:15:23.062Z] a7acece74701: Pulling fs layer [2023-03-01T04:15:23.062Z] 21b2b0c7a3f4: Waiting [2023-03-01T04:15:23.062Z] 22ff95d597cd: Waiting [2023-03-01T04:15:23.062Z] 12d6caf4c0d1: Waiting [2023-03-01T04:15:23.062Z] 53926ce57604: Waiting [2023-03-01T04:15:23.062Z] 96b7cbca73a9: Waiting [2023-03-01T04:15:23.062Z] a7acece74701: Waiting [2023-03-01T04:15:23.323Z] 93c1e223e6f2: Verifying Checksum [2023-03-01T04:15:23.323Z] 93c1e223e6f2: Download complete [2023-03-01T04:15:23.323Z] 4583459ba037: Verifying Checksum [2023-03-01T04:15:23.323Z] 4583459ba037: Download complete [2023-03-01T04:15:23.323Z] 21b2b0c7a3f4: Verifying Checksum [2023-03-01T04:15:23.323Z] 21b2b0c7a3f4: Download complete [2023-03-01T04:15:23.323Z] 22ff95d597cd: Download complete [2023-03-01T04:15:23.323Z] 213ec9aee27d: Verifying Checksum [2023-03-01T04:15:23.323Z] 213ec9aee27d: Download complete [2023-03-01T04:15:23.323Z] 12d6caf4c0d1: Download complete [2023-03-01T04:15:23.323Z] 213ec9aee27d: Pull complete [2023-03-01T04:15:23.600Z] 4583459ba037: Pull complete [2023-03-01T04:15:23.600Z] 93c1e223e6f2: Pull complete [2023-03-01T04:15:23.869Z] a7acece74701: Verifying Checksum [2023-03-01T04:15:23.869Z] a7acece74701: Download complete [2023-03-01T04:15:24.129Z] 96b7cbca73a9: Verifying Checksum [2023-03-01T04:15:24.129Z] 96b7cbca73a9: Download complete [2023-03-01T04:15:24.129Z] 53926ce57604: Verifying Checksum [2023-03-01T04:15:24.129Z] 53926ce57604: Download complete [2023-03-01T04:15:28.316Z] 53926ce57604: Pull complete [2023-03-01T04:15:28.316Z] 21b2b0c7a3f4: Pull complete [2023-03-01T04:15:28.316Z] 22ff95d597cd: Pull complete [2023-03-01T04:15:28.316Z] 12d6caf4c0d1: Pull complete [2023-03-01T04:15:30.213Z] 96b7cbca73a9: Pull complete [2023-03-01T04:15:30.779Z] a7acece74701: Pull complete [2023-03-01T04:15:30.779Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-03-01T04:15:30.779Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-01T04:15:30.779Z] ---> db6d94c90886 [2023-03-01T04:15:30.779Z] Step 3/10 : ARG MAKE=make build [2023-03-01T04:15:32.158Z] ---> Running in dd1c847bd54f [2023-03-01T04:15:32.158Z] Removing intermediate container dd1c847bd54f [2023-03-01T04:15:32.158Z] ---> fc3f9be1ca37 [2023-03-01T04:15:32.158Z] Step 4/10 : WORKDIR /device-sdk-go [2023-03-01T04:15:32.158Z] ---> Running in 129fc5f3fa91 [2023-03-01T04:15:32.158Z] Removing intermediate container 129fc5f3fa91 [2023-03-01T04:15:32.158Z] ---> 2883efb75d54 [2023-03-01T04:15:32.158Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-03-01T04:15:32.158Z] ---> Running in 49073e18b490 [2023-03-01T04:15:32.417Z] Removing intermediate container 49073e18b490 [2023-03-01T04:15:32.418Z] ---> a1f202c063de [2023-03-01T04:15:32.418Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-03-01T04:15:32.418Z] ---> Running in de7b329c145f [2023-03-01T04:15:32.677Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-01T04:15:32.936Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-01T04:15:33.196Z] OK: 211 MiB in 51 packages [2023-03-01T04:15:33.457Z] Removing intermediate container de7b329c145f [2023-03-01T04:15:33.457Z] ---> c840c3346352 [2023-03-01T04:15:33.457Z] Step 7/10 : COPY go.mod vendor* ./ [2023-03-01T04:15:33.457Z] ---> 64efd1a2f2f2 [2023-03-01T04:15:33.457Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-01T04:15:33.457Z] ---> Running in 75f907c3a4a1 [2023-03-01T04:15:36.777Z] Still waiting to schedule task [2023-03-01T04:15:36.778Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-03-01T04:16:05.551Z] Removing intermediate container 75f907c3a4a1 [2023-03-01T04:16:05.551Z] ---> ff78e3506b1b [2023-03-01T04:16:05.551Z] Step 9/10 : COPY . . [2023-03-01T04:16:05.551Z] ---> adcc322f120d [2023-03-01T04:16:05.551Z] Step 10/10 : RUN ${MAKE} [2023-03-01T04:16:05.551Z] ---> Running in ed0cb0441564 [2023-03-01T04:16:05.551Z] noop [2023-03-01T04:16:05.551Z] Removing intermediate container ed0cb0441564 [2023-03-01T04:16:05.551Z] ---> 28ffe8f0251e [2023-03-01T04:16:05.551Z] Successfully built 28ffe8f0251e [2023-03-01T04:16:05.551Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T04:16:05.858Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-01T04:16:05.858Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T04:16:05.929Z] prd-ubuntu20.04-docker-8c-8g-7885 does not seem to be running inside a container [2023-03-01T04:16:05.963Z] $ 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-01T04:16:06.289Z] $ docker top 4c6e96fc43424509d4e7cba901d80fe5425e5c9716d9497eaeb1e8b0de355e76 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-01T04:16:06.621Z] + go version [2023-03-01T04:16:06.621Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-03-01T04:16:06.635Z] $ docker stop --time=1 4c6e96fc43424509d4e7cba901d80fe5425e5c9716d9497eaeb1e8b0de355e76 [2023-03-01T04:16:07.885Z] $ docker rm -f --volumes 4c6e96fc43424509d4e7cba901d80fe5425e5c9716d9497eaeb1e8b0de355e76 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T04:16:08.278Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-01T04:16:08.278Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T04:16:08.345Z] prd-ubuntu20.04-docker-8c-8g-7885 does not seem to be running inside a container [2023-03-01T04:16:08.382Z] $ 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-01T04:16:08.743Z] $ docker top 22d58be60d8c6530b79f646ad9f62b23cb0c3d6ee5cf0590bbc8fe9426d2f292 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-01T04:16:09.077Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh [2023-03-01T04:16:09.371Z] + make test [2023-03-01T04:16:09.371Z] go test -race -coverprofile=coverage.out ./... [2023-03-01T04:16:15.945Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-03-01T04:16:30.835Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-03-01T04:16:30.835Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-03-01T04:16:30.835Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-03-01T04:16:30.835Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-03-01T04:16:30.835Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-03-01T04:16:30.835Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.068s coverage: 27.6% of statements [2023-03-01T04:16:30.835Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.072s coverage: 78.9% of statements [2023-03-01T04:16:30.835Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] [2023-03-01T04:16:30.835Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.091s coverage: 86.0% of statements [2023-03-01T04:16:30.835Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-03-01T04:16:30.835Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-03-01T04:16:30.835Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.100s coverage: 75.0% of statements [2023-03-01T04:16:30.835Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-03-01T04:16:32.748Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 3.071s coverage: 15.3% of statements [2023-03-01T04:16:32.748Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-03-01T04:16:32.748Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.093s coverage: 65.2% of statements [2023-03-01T04:16:32.748Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-03-01T04:16:32.748Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-03-01T04:16:32.748Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.742s coverage: 89.2% of statements [2023-03-01T04:16:32.748Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] [2023-03-01T04:16:32.748Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.057s coverage: 4.6% of statements [2023-03-01T04:16:32.748Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-03-01T04:16:47.622Z] 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-01T04:16:47.622Z] GO111MODULE=on go vet ./... [2023-03-01T04:16:50.151Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-01T04:16:50.151Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-01T04:16:50.151Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-01T04:16:50.423Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-01T04:16:50.439Z] $ docker stop --time=1 22d58be60d8c6530b79f646ad9f62b23cb0c3d6ee5cf0590bbc8fe9426d2f292 [2023-03-01T04:16:52.224Z] $ docker rm -f --volumes 22d58be60d8c6530b79f646ad9f62b23cb0c3d6ee5cf0590bbc8fe9426d2f292 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-01T04:16:52.708Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-01T04:16:52.769Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-03-01T04:16:53.304Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-01T04:16:53.588Z] + ls -al . [2023-03-01T04:16:53.589Z] total 280 [2023-03-01T04:16:53.589Z] drwxrwxr-x 11 jenkins jenkins 4096 Mar 1 04:16 . [2023-03-01T04:16:53.589Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 1 04:15 .. [2023-03-01T04:16:53.589Z] -rw-rw-r-- 1 jenkins jenkins 140 Mar 1 04:15 .dockerignore [2023-03-01T04:16:53.589Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 1 04:16 .git [2023-03-01T04:16:53.589Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 1 04:15 .github [2023-03-01T04:16:53.589Z] -rw-rw-r-- 1 jenkins jenkins 131 Mar 1 04:15 .gitignore [2023-03-01T04:16:53.589Z] -rw-rw-r-- 1 jenkins jenkins 42 Mar 1 04:15 .golangci.yml [2023-03-01T04:16:53.589Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 1 04:15 .semver [2023-03-01T04:16:53.589Z] -rw-rw-r-- 1 jenkins jenkins 31677 Mar 1 04:15 CHANGELOG.md [2023-03-01T04:16:53.589Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 1 04:15 GOVERNANCE.md [2023-03-01T04:16:53.589Z] -rw-rw-r-- 1 jenkins jenkins 885 Mar 1 04:15 Jenkinsfile [2023-03-01T04:16:53.589Z] -rw-rw-r-- 1 jenkins jenkins 11341 Mar 1 04:15 LICENSE [2023-03-01T04:16:53.589Z] -rw-rw-r-- 1 jenkins jenkins 1679 Mar 1 04:15 Makefile [2023-03-01T04:16:53.589Z] -rw-rw-r-- 1 jenkins jenkins 619 Mar 1 04:15 OWNERS.md [2023-03-01T04:16:53.589Z] -rw-rw-r-- 1 jenkins jenkins 4891 Mar 1 04:15 README.md [2023-03-01T04:16:53.589Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 1 04:15 VERSION [2023-03-01T04:16:53.589Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 1 04:15 bin [2023-03-01T04:16:53.589Z] -rw-r--r-- 1 jenkins jenkins 111244 Mar 1 04:16 coverage.out [2023-03-01T04:16:53.589Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 1 04:15 example [2023-03-01T04:16:53.589Z] -rw-rw-r-- 1 jenkins jenkins 3266 Mar 1 04:15 go.mod [2023-03-01T04:16:53.589Z] -rw-rw-r-- 1 jenkins jenkins 30840 Mar 1 04:15 go.sum [2023-03-01T04:16:53.589Z] drwxrwxr-x 13 jenkins jenkins 4096 Mar 1 04:15 internal [2023-03-01T04:16:53.589Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 1 04:15 openapi [2023-03-01T04:16:53.589Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 1 04:15 pkg [2023-03-01T04:16:53.589Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 1 04:15 snap [2023-03-01T04:16:53.589Z] -rw-rw-r-- 1 jenkins jenkins 222 Mar 1 04:15 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T04:16:53.889Z] + 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=6c52867c974148776ead9b5ce3090ce3cf294dda --label arch=amd64 --label version=3.0.0-dev.41 . [2023-03-01T04:16:53.889Z] Sending build context to Docker daemon 10.69MB [2023-03-01T04:16:53.889Z] Step 1/23 : ARG BASE=golang:1.18-alpine3.16 [2023-03-01T04:16:53.889Z] Step 2/23 : FROM ${BASE} AS builder [2023-03-01T04:16:53.889Z] ---> 28ffe8f0251e [2023-03-01T04:16:53.889Z] Step 3/23 : ARG MAKE=make build [2023-03-01T04:16:53.889Z] ---> Running in 5be42ceb7cae [2023-03-01T04:16:53.889Z] Removing intermediate container 5be42ceb7cae [2023-03-01T04:16:53.889Z] ---> 340f153754ca [2023-03-01T04:16:53.889Z] Step 4/23 : WORKDIR /device-sdk-go [2023-03-01T04:16:54.147Z] ---> Running in 81e971e19468 [2023-03-01T04:16:54.147Z] Removing intermediate container 81e971e19468 [2023-03-01T04:16:54.147Z] ---> 9c9034b46500 [2023-03-01T04:16:54.147Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-03-01T04:16:54.147Z] ---> Running in d26e001ad9e8 [2023-03-01T04:16:54.147Z] Removing intermediate container d26e001ad9e8 [2023-03-01T04:16:54.147Z] ---> dfab813d31b9 [2023-03-01T04:16:54.147Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-03-01T04:16:54.147Z] ---> Running in 84b08625c4a9 [2023-03-01T04:16:54.405Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-01T04:16:54.665Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-01T04:16:54.924Z] OK: 211 MiB in 51 packages [2023-03-01T04:16:55.185Z] Removing intermediate container 84b08625c4a9 [2023-03-01T04:16:55.185Z] ---> ecd81469b30d [2023-03-01T04:16:55.185Z] Step 7/23 : COPY go.mod vendor* ./ [2023-03-01T04:16:55.185Z] ---> 22d1f9b7654d [2023-03-01T04:16:55.185Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-01T04:16:55.185Z] ---> Running in 11a28dde2c31 [2023-03-01T04:16:56.117Z] Removing intermediate container 11a28dde2c31 [2023-03-01T04:16:56.117Z] ---> 13602f75d1e4 [2023-03-01T04:16:56.117Z] Step 9/23 : COPY . . [2023-03-01T04:16:56.376Z] ---> d4180db73131 [2023-03-01T04:16:56.376Z] Step 10/23 : RUN ${MAKE} [2023-03-01T04:16:56.376Z] ---> Running in 8ae6a4c62e7a [2023-03-01T04:16:56.634Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.41" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-03-01T04:17:14.709Z] Removing intermediate container 8ae6a4c62e7a [2023-03-01T04:17:14.709Z] ---> 84d65e7a88ec [2023-03-01T04:17:14.709Z] Step 11/23 : FROM alpine:3.16 [2023-03-01T04:17:14.709Z] 3.16: Pulling from library/alpine [2023-03-01T04:17:14.709Z] ef5531b6e74e: Pulling fs layer [2023-03-01T04:17:14.709Z] ef5531b6e74e: Verifying Checksum [2023-03-01T04:17:14.709Z] ef5531b6e74e: Download complete [2023-03-01T04:17:14.709Z] ef5531b6e74e: Pull complete [2023-03-01T04:17:14.709Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-01T04:17:14.709Z] Status: Downloaded newer image for alpine:3.16 [2023-03-01T04:17:14.709Z] ---> dfd21b5a31f5 [2023-03-01T04:17:14.709Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-03-01T04:17:14.709Z] ---> Running in 922102fda4a8 [2023-03-01T04:17:14.709Z] Removing intermediate container 922102fda4a8 [2023-03-01T04:17:14.709Z] ---> bfb176114715 [2023-03-01T04:17:14.709Z] Step 13/23 : RUN apk add --update --no-cache [2023-03-01T04:17:14.709Z] ---> Running in 151da3bd38dd [2023-03-01T04:17:14.709Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-01T04:17:14.709Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-01T04:17:14.710Z] OK: 6 MiB in 14 packages [2023-03-01T04:17:14.710Z] Removing intermediate container 151da3bd38dd [2023-03-01T04:17:14.710Z] ---> 9018e0f81c0b [2023-03-01T04:17:14.710Z] Step 14/23 : WORKDIR / [2023-03-01T04:17:14.710Z] ---> Running in da4de8201915 [2023-03-01T04:17:14.710Z] Removing intermediate container da4de8201915 [2023-03-01T04:17:14.710Z] ---> 7440b6e1afa2 [2023-03-01T04:17:14.710Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-03-01T04:17:14.710Z] ---> 26baf22bbf89 [2023-03-01T04:17:14.710Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-03-01T04:17:15.277Z] ---> 70959c052a2b [2023-03-01T04:17:15.277Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-03-01T04:17:15.277Z] ---> 7fce512e886c [2023-03-01T04:17:15.277Z] Step 18/23 : EXPOSE 59999 [2023-03-01T04:17:15.277Z] ---> Running in 0da7cbfdbc12 [2023-03-01T04:17:15.277Z] Removing intermediate container 0da7cbfdbc12 [2023-03-01T04:17:15.277Z] ---> a39fdaacc541 [2023-03-01T04:17:15.277Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-03-01T04:17:15.277Z] ---> Running in 590f7bc395a8 [2023-03-01T04:17:15.536Z] Removing intermediate container 590f7bc395a8 [2023-03-01T04:17:15.536Z] ---> 01f969858b21 [2023-03-01T04:17:15.536Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-01T04:17:15.536Z] ---> Running in c48586fb22ae [2023-03-01T04:17:15.536Z] Removing intermediate container c48586fb22ae [2023-03-01T04:17:15.536Z] ---> 94a676fd4080 [2023-03-01T04:17:15.536Z] Step 21/23 : LABEL arch=amd64 [2023-03-01T04:17:15.536Z] ---> Running in 0a071312e11f [2023-03-01T04:17:15.536Z] Removing intermediate container 0a071312e11f [2023-03-01T04:17:15.536Z] ---> 8031786fd346 [2023-03-01T04:17:15.536Z] Step 22/23 : LABEL git_sha=6c52867c974148776ead9b5ce3090ce3cf294dda [2023-03-01T04:17:15.536Z] ---> Running in 64ad4309e8d3 [2023-03-01T04:17:15.536Z] Removing intermediate container 64ad4309e8d3 [2023-03-01T04:17:15.536Z] ---> d0b9510dc700 [2023-03-01T04:17:15.536Z] Step 23/23 : LABEL version=3.0.0-dev.41 [2023-03-01T04:17:15.794Z] ---> Running in 85fd207c72ea [2023-03-01T04:17:15.794Z] Removing intermediate container 85fd207c72ea [2023-03-01T04:17:15.794Z] ---> ea9b548072e1 [2023-03-01T04:17:15.794Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-01T04:17:15.794Z] Successfully built ea9b548072e1 [2023-03-01T04:17:15.794Z] 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-01T04:17:16.204Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-01T04:17:16.204Z] [2023-03-01T04:17:16.204Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T04:17:16.502Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-01T04:17:16.502Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-01T04:17:16.502Z] 5eb5b503b376: Pulling fs layer [2023-03-01T04:17:16.502Z] 5c69ac0246d0: Pulling fs layer [2023-03-01T04:17:16.502Z] ec43610c2a17: Pulling fs layer [2023-03-01T04:17:16.502Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-01T04:17:16.502Z] 33b1e0a273af: Pulling fs layer [2023-03-01T04:17:16.502Z] 3a2ae6a8a46f: Waiting [2023-03-01T04:17:16.502Z] 5d3b04190fa2: Pulling fs layer [2023-03-01T04:17:16.502Z] 2f39f015ded8: Pulling fs layer [2023-03-01T04:17:16.502Z] 5d3b04190fa2: Waiting [2023-03-01T04:17:16.502Z] 2f39f015ded8: Waiting [2023-03-01T04:17:16.502Z] 33b1e0a273af: Waiting [2023-03-01T04:17:16.502Z] 5c69ac0246d0: Download complete [2023-03-01T04:17:16.502Z] 3a2ae6a8a46f: Verifying Checksum [2023-03-01T04:17:16.502Z] 3a2ae6a8a46f: Download complete [2023-03-01T04:17:16.502Z] 33b1e0a273af: Verifying Checksum [2023-03-01T04:17:16.502Z] 33b1e0a273af: Download complete [2023-03-01T04:17:16.761Z] 5d3b04190fa2: Download complete [2023-03-01T04:17:16.761Z] ec43610c2a17: Verifying Checksum [2023-03-01T04:17:16.761Z] ec43610c2a17: Download complete [2023-03-01T04:17:16.761Z] 5eb5b503b376: Verifying Checksum [2023-03-01T04:17:16.761Z] 5eb5b503b376: Download complete [2023-03-01T04:17:17.330Z] 2f39f015ded8: Download complete [2023-03-01T04:17:17.896Z] 5eb5b503b376: Pull complete [2023-03-01T04:17:18.154Z] 5c69ac0246d0: Pull complete [2023-03-01T04:17:18.413Z] ec43610c2a17: Pull complete [2023-03-01T04:17:18.413Z] 3a2ae6a8a46f: Pull complete [2023-03-01T04:17:18.673Z] 33b1e0a273af: Pull complete [2023-03-01T04:17:18.673Z] 5d3b04190fa2: Pull complete [2023-03-01T04:17:22.945Z] 2f39f015ded8: Pull complete [2023-03-01T04:17:22.945Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-01T04:17:22.945Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-01T04:17:22.945Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T04:17:23.052Z] prd-ubuntu20.04-docker-8c-8g-7885 does not seem to be running inside a container [2023-03-01T04:17:23.083Z] $ 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-01T04:17:24.024Z] $ docker top 23cfeced30d13d7956da52c99b6fddbaa2d902c29c324a34646ee0289b05d3df -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-01T04:17:24.417Z] ---> job-cost.sh [2023-03-01T04:17:24.417Z] lf-activate-venv: SKIPPING [2023-03-01T04:17:24.417Z] INFO: No Stack... [2023-03-01T04:17:24.676Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-01T04:17:24.933Z] INFO: Archiving Costs [Pipeline] sh [2023-03-01T04:17:25.221Z] + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv [2023-03-01T04:17:25.221Z] + cut -d, -f6 [Pipeline] lock [2023-03-01T04:17:25.233Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-171-stack-cost] [2023-03-01T04:17:25.239Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-171-stack-cost] did not exist. Created. [2023-03-01T04:17:25.239Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-171-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-01T04:17:25.542Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-03-01T04:17:25.568Z] Stashed 1 file(s) [Pipeline] } [2023-03-01T04:17:25.575Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-171-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-01T04:17:25.599Z] $ docker stop --time=1 23cfeced30d13d7956da52c99b6fddbaa2d902c29c324a34646ee0289b05d3df [2023-03-01T04:17:26.767Z] $ docker rm -f --volumes 23cfeced30d13d7956da52c99b6fddbaa2d902c29c324a34646ee0289b05d3df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-03-01T04:17:32.152Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7886 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] ws [2023-03-01T04:17:32.165Z] Running in /w/workspace/device-sdk-go/171 [Pipeline] { [Pipeline] checkout [2023-03-01T04:17:32.240Z] The recommended git tool is: git [2023-03-01T04:17:40.558Z] using credential edgex-jenkins-ssh [2023-03-01T04:17:40.574Z] Cloning the remote Git repository [2023-03-01T04:17:40.615Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2023-03-01T04:17:40.691Z] > git init /w/workspace/device-sdk-go/171 # timeout=10 [2023-03-01T04:17:40.909Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2023-03-01T04:17:40.911Z] > git --version # timeout=10 [2023-03-01T04:17:40.950Z] > git --version # 'git version 2.25.1' [2023-03-01T04:17:40.953Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-01T04:17:41.052Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-01T04:17:42.641Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2023-03-01T04:17:42.661Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-01T04:17:43.559Z] Avoid second fetch [2023-03-01T04:17:43.559Z] Checking out Revision 6c52867c974148776ead9b5ce3090ce3cf294dda (main) [2023-03-01T04:17:44.174Z] Commit message: "Merge pull request #1335 from weichou1229/issue-1334" [2023-03-01T04:17:43.573Z] > git config core.sparsecheckout # timeout=10 [2023-03-01T04:17:43.598Z] > git checkout -f 6c52867c974148776ead9b5ce3090ce3cf294dda # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-01T04:17:45.123Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-01T04:17:45.123Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-01T04:17:45.123Z] Dload Upload Total Spent Left Speed [2023-03-01T04:17:45.123Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 98844 0 --:--:-- --:--:-- --:--:-- 99617 [Pipeline] sh [2023-03-01T04:17:45.800Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-01T04:17:46.146Z] + + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}sudo /etc/docker/daemon.json tee [2023-03-01T04:17:46.146Z] /etc/docker/daemon.new [2023-03-01T04:17:46.146Z] { [2023-03-01T04:17:46.146Z] "registry-mirrors": [ [2023-03-01T04:17:46.146Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-01T04:17:46.146Z] ], [2023-03-01T04:17:46.146Z] "bip": "10.250.0.254/24", [2023-03-01T04:17:46.146Z] "hosts": [ [2023-03-01T04:17:46.146Z] "tcp://0.0.0.0:5555", [2023-03-01T04:17:46.146Z] "unix:///var/run/docker.sock" [2023-03-01T04:17:46.146Z] ], [2023-03-01T04:17:46.146Z] "mtu": 1458, [2023-03-01T04:17:46.146Z] "selinux-enabled": true, [2023-03-01T04:17:46.146Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-01T04:17:46.146Z] } [Pipeline] sh [2023-03-01T04:17:46.487Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-01T04:17:46.828Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-01T04:18:05.119Z] provisioning config files... [2023-03-01T04:18:05.156Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/171@tmp/config9682405169255198406tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-01T04:18:05.521Z] ---> docker-login.sh [2023-03-01T04:18:05.521Z] nexus3.edgexfoundry.org:10001 [2023-03-01T04:18:06.110Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T04:18:06.110Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T04:18:06.110Z] Configure a credential helper to remove this warning. See [2023-03-01T04:18:06.110Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T04:18:06.110Z] [2023-03-01T04:18:06.110Z] Login Succeeded [2023-03-01T04:18:06.110Z] nexus3.edgexfoundry.org:10002 [2023-03-01T04:18:06.381Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T04:18:06.381Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T04:18:06.381Z] Configure a credential helper to remove this warning. See [2023-03-01T04:18:06.381Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T04:18:06.381Z] [2023-03-01T04:18:06.381Z] Login Succeeded [2023-03-01T04:18:06.652Z] nexus3.edgexfoundry.org:10003 [2023-03-01T04:18:06.652Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T04:18:06.924Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T04:18:06.924Z] Configure a credential helper to remove this warning. See [2023-03-01T04:18:06.924Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T04:18:06.924Z] [2023-03-01T04:18:06.924Z] Login Succeeded [2023-03-01T04:18:06.924Z] nexus3.edgexfoundry.org:10004 [2023-03-01T04:18:07.195Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T04:18:07.196Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T04:18:07.196Z] Configure a credential helper to remove this warning. See [2023-03-01T04:18:07.196Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T04:18:07.196Z] [2023-03-01T04:18:07.196Z] Login Succeeded [2023-03-01T04:18:07.196Z] docker.io [2023-03-01T04:18:07.470Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T04:18:07.739Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T04:18:07.739Z] Configure a credential helper to remove this warning. See [2023-03-01T04:18:07.739Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T04:18:07.739Z] [2023-03-01T04:18:07.739Z] Login Succeeded [2023-03-01T04:18:07.739Z] ---> docker-login.sh ends [Pipeline] } [2023-03-01T04:18:07.754Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-01T04:18:08.008Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-01T04:18:08.024Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-01T04:18:08.037Z] ========================================================= [2023-03-01T04:18:08.037Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-03-01T04:18:08.037Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T04:18:08.385Z] + 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-01T04:18:08.655Z] Sending build context to Docker daemon 5.683MB [2023-03-01T04:18:08.929Z] Step 1/10 : ARG BASE=golang:1.18-alpine3.16 [2023-03-01T04:18:08.929Z] Step 2/10 : FROM ${BASE} AS builder [2023-03-01T04:18:08.929Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-01T04:18:08.929Z] 9b18e9b68314: Pulling fs layer [2023-03-01T04:18:08.929Z] 35d82f9e3411: Pulling fs layer [2023-03-01T04:18:08.929Z] e16973657156: Pulling fs layer [2023-03-01T04:18:08.929Z] fc693d55d65f: Pulling fs layer [2023-03-01T04:18:08.929Z] 7e9fc2657dce: Pulling fs layer [2023-03-01T04:18:08.929Z] dda99020689f: Pulling fs layer [2023-03-01T04:18:08.929Z] db1c61fa0a46: Pulling fs layer [2023-03-01T04:18:08.929Z] 891c053d2c06: Pulling fs layer [2023-03-01T04:18:08.929Z] 7e9fc2657dce: Waiting [2023-03-01T04:18:08.929Z] dda99020689f: Waiting [2023-03-01T04:18:08.929Z] db1c61fa0a46: Waiting [2023-03-01T04:18:08.929Z] 891c053d2c06: Waiting [2023-03-01T04:18:08.929Z] fc693d55d65f: Waiting [2023-03-01T04:18:08.929Z] e16973657156: Verifying Checksum [2023-03-01T04:18:08.929Z] e16973657156: Download complete [2023-03-01T04:18:08.929Z] 35d82f9e3411: Verifying Checksum [2023-03-01T04:18:08.929Z] 35d82f9e3411: Download complete [2023-03-01T04:18:08.929Z] 7e9fc2657dce: Download complete [2023-03-01T04:18:09.203Z] dda99020689f: Verifying Checksum [2023-03-01T04:18:09.203Z] dda99020689f: Download complete [2023-03-01T04:18:09.203Z] 9b18e9b68314: Verifying Checksum [2023-03-01T04:18:09.203Z] 9b18e9b68314: Download complete [2023-03-01T04:18:10.185Z] 9b18e9b68314: Pull complete [2023-03-01T04:18:10.185Z] 891c053d2c06: Verifying Checksum [2023-03-01T04:18:10.185Z] 891c053d2c06: Download complete [2023-03-01T04:18:10.460Z] 35d82f9e3411: Pull complete [2023-03-01T04:18:10.732Z] e16973657156: Pull complete [2023-03-01T04:18:11.336Z] db1c61fa0a46: Verifying Checksum [2023-03-01T04:18:11.336Z] db1c61fa0a46: Download complete [2023-03-01T04:18:11.931Z] fc693d55d65f: Download complete [2023-03-01T04:18:24.286Z] fc693d55d65f: Pull complete [2023-03-01T04:18:24.286Z] 7e9fc2657dce: Pull complete [2023-03-01T04:18:24.286Z] dda99020689f: Pull complete [2023-03-01T04:18:29.657Z] db1c61fa0a46: Pull complete [2023-03-01T04:18:31.614Z] 891c053d2c06: Pull complete [2023-03-01T04:18:31.614Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-03-01T04:18:31.614Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-01T04:18:31.614Z] ---> f96f9c87975a [2023-03-01T04:18:31.614Z] Step 3/10 : ARG MAKE=make build [2023-03-01T04:18:33.575Z] ---> Running in c4e63ceaf083 [2023-03-01T04:18:33.841Z] Removing intermediate container c4e63ceaf083 [2023-03-01T04:18:33.842Z] ---> 60c9c63d0994 [2023-03-01T04:18:33.842Z] Step 4/10 : WORKDIR /device-sdk-go [2023-03-01T04:18:33.842Z] ---> Running in 4b7d7ba2b065 [2023-03-01T04:18:34.119Z] Removing intermediate container 4b7d7ba2b065 [2023-03-01T04:18:34.119Z] ---> efaed6839b30 [2023-03-01T04:18:34.119Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-03-01T04:18:34.119Z] ---> Running in e653e003debd [2023-03-01T04:18:34.385Z] Removing intermediate container e653e003debd [2023-03-01T04:18:34.385Z] ---> e05c089f9afa [2023-03-01T04:18:34.385Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-03-01T04:18:34.653Z] ---> Running in 1e94a40cd27a [2023-03-01T04:18:35.614Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-01T04:18:35.880Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-01T04:18:36.848Z] OK: 221 MiB in 51 packages [2023-03-01T04:18:37.434Z] Removing intermediate container 1e94a40cd27a [2023-03-01T04:18:37.434Z] ---> cf304972dabc [2023-03-01T04:18:37.434Z] Step 7/10 : COPY go.mod vendor* ./ [2023-03-01T04:18:38.018Z] ---> 6ff76310cd01 [2023-03-01T04:18:38.018Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-01T04:18:38.018Z] ---> Running in d92f893de50a [2023-03-01T04:19:34.605Z] Removing intermediate container d92f893de50a [2023-03-01T04:19:34.605Z] ---> 28b2dd7b47cd [2023-03-01T04:19:34.605Z] Step 9/10 : COPY . . [2023-03-01T04:19:34.605Z] ---> 3c688ce0a1aa [2023-03-01T04:19:34.605Z] Step 10/10 : RUN ${MAKE} [2023-03-01T04:19:34.605Z] ---> Running in fbe78ec3528d [2023-03-01T04:19:35.191Z] noop [2023-03-01T04:19:36.157Z] Removing intermediate container fbe78ec3528d [2023-03-01T04:19:36.157Z] ---> 23b1b0152d93 [2023-03-01T04:19:36.157Z] Successfully built 23b1b0152d93 [2023-03-01T04:19:36.157Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T04:19:36.507Z] + docker inspect -f . ci-base-image-arm64 [2023-03-01T04:19:36.507Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T04:19:36.699Z] prd-ubuntu20.04-docker-arm64-4c-16g-7886 does not seem to be running inside a container [2023-03-01T04:19:36.761Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/171 -v /w/workspace/device-sdk-go/171:/w/workspace/device-sdk-go/171:rw,z -v /w/workspace/device-sdk-go/171@tmp:/w/workspace/device-sdk-go/171@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-03-01T04:19:37.876Z] $ docker top 98f8fcbc960444f8b7157e786d8a1e15e05a47359b7ad8738a8049ea47565624 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-01T04:19:38.699Z] + go version [2023-03-01T04:19:38.699Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-03-01T04:19:38.725Z] $ docker stop --time=1 98f8fcbc960444f8b7157e786d8a1e15e05a47359b7ad8738a8049ea47565624 [2023-03-01T04:19:40.363Z] $ docker rm -f --volumes 98f8fcbc960444f8b7157e786d8a1e15e05a47359b7ad8738a8049ea47565624 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T04:19:40.905Z] + docker inspect -f . ci-base-image-arm64 [2023-03-01T04:19:40.905Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T04:19:41.075Z] prd-ubuntu20.04-docker-arm64-4c-16g-7886 does not seem to be running inside a container [2023-03-01T04:19:41.150Z] $ 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/171 -v /w/workspace/device-sdk-go/171:/w/workspace/device-sdk-go/171:rw,z -v /w/workspace/device-sdk-go/171@tmp:/w/workspace/device-sdk-go/171@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-03-01T04:19:42.337Z] $ docker top f7a052f44d0feccc1f7cd18eaedc0988381e096844b987b27f81a8a5e1a8030c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-01T04:19:42.867Z] + git config --global --add safe.directory /w/workspace/device-sdk-go/171 [Pipeline] fileExists [Pipeline] sh [2023-03-01T04:19:43.461Z] + make test [2023-03-01T04:19:43.737Z] go test -race -coverprofile=coverage.out ./... [2023-03-01T04:20:15.968Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-03-01T04:21:52.619Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-03-01T04:21:52.619Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-03-01T04:21:52.619Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-03-01T04:21:52.619Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-03-01T04:21:52.619Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-03-01T04:21:57.976Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.251s coverage: 27.6% of statements [2023-03-01T04:21:57.977Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.267s coverage: 78.9% of statements [2023-03-01T04:21:57.977Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] [2023-03-01T04:22:04.636Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.384s coverage: 86.0% of statements [2023-03-01T04:22:04.636Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-03-01T04:22:04.636Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-03-01T04:22:06.592Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.471s coverage: 75.0% of statements [2023-03-01T04:22:06.592Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-03-01T04:22:06.592Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 3.351s coverage: 15.3% of statements [2023-03-01T04:22:06.592Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-03-01T04:22:08.558Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.428s coverage: 65.2% of statements [2023-03-01T04:22:08.558Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-03-01T04:22:08.558Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-03-01T04:22:09.975Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 2.990s coverage: 89.2% of statements [2023-03-01T04:22:09.975Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] [2023-03-01T04:22:09.975Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.299s coverage: 4.6% of statements [2023-03-01T04:22:09.975Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-03-01T04:22:10.568Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-03-01T04:22:10.568Z] GO111MODULE=on go vet ./... [2023-03-01T04:23:47.220Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-01T04:23:47.220Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-01T04:23:47.220Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-01T04:23:47.238Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-01T04:23:47.258Z] $ docker stop --time=1 f7a052f44d0feccc1f7cd18eaedc0988381e096844b987b27f81a8a5e1a8030c [2023-03-01T04:23:49.069Z] $ docker rm -f --volumes f7a052f44d0feccc1f7cd18eaedc0988381e096844b987b27f81a8a5e1a8030c [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-01T04:23:50.390Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-01T04:23:50.408Z] Warning: overwriting stash ‘coverage-report’ [2023-03-01T04:23:50.953Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-01T04:23:51.337Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-01T04:23:51.658Z] + ls -al . [2023-03-01T04:23:51.658Z] total 276 [2023-03-01T04:23:51.658Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 1 04:19 . [2023-03-01T04:23:51.658Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 1 04:17 .. [2023-03-01T04:23:51.658Z] -rw-rw-r-- 1 jenkins jenkins 140 Mar 1 04:17 .dockerignore [2023-03-01T04:23:51.658Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 1 04:17 .git [2023-03-01T04:23:51.658Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 1 04:17 .github [2023-03-01T04:23:51.658Z] -rw-rw-r-- 1 jenkins jenkins 131 Mar 1 04:17 .gitignore [2023-03-01T04:23:51.658Z] -rw-rw-r-- 1 jenkins jenkins 42 Mar 1 04:17 .golangci.yml [2023-03-01T04:23:51.658Z] -rw-rw-r-- 1 jenkins jenkins 31677 Mar 1 04:17 CHANGELOG.md [2023-03-01T04:23:51.658Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 1 04:17 GOVERNANCE.md [2023-03-01T04:23:51.658Z] -rw-rw-r-- 1 jenkins jenkins 885 Mar 1 04:17 Jenkinsfile [2023-03-01T04:23:51.658Z] -rw-rw-r-- 1 jenkins jenkins 11341 Mar 1 04:17 LICENSE [2023-03-01T04:23:51.658Z] -rw-rw-r-- 1 jenkins jenkins 1679 Mar 1 04:17 Makefile [2023-03-01T04:23:51.658Z] -rw-rw-r-- 1 jenkins jenkins 619 Mar 1 04:17 OWNERS.md [2023-03-01T04:23:51.658Z] -rw-rw-r-- 1 jenkins jenkins 4891 Mar 1 04:17 README.md [2023-03-01T04:23:51.658Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 1 04:15 VERSION [2023-03-01T04:23:51.658Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 1 04:17 bin [2023-03-01T04:23:51.658Z] -rw-r--r-- 1 jenkins jenkins 111243 Mar 1 04:22 coverage.out [2023-03-01T04:23:51.658Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 1 04:17 example [2023-03-01T04:23:51.658Z] -rw-rw-r-- 1 jenkins jenkins 3266 Mar 1 04:17 go.mod [2023-03-01T04:23:51.658Z] -rw-rw-r-- 1 jenkins jenkins 30840 Mar 1 04:17 go.sum [2023-03-01T04:23:51.658Z] drwxrwxr-x 13 jenkins jenkins 4096 Mar 1 04:17 internal [2023-03-01T04:23:51.658Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 1 04:17 openapi [2023-03-01T04:23:51.658Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 1 04:17 pkg [2023-03-01T04:23:51.658Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 1 04:17 snap [2023-03-01T04:23:51.658Z] -rw-rw-r-- 1 jenkins jenkins 222 Mar 1 04:17 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T04:23:52.001Z] + 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=6c52867c974148776ead9b5ce3090ce3cf294dda --label arch=arm64 --label version=3.0.0-dev.41 . [2023-03-01T04:23:52.269Z] Sending build context to Docker daemon 5.795MB [2023-03-01T04:23:52.541Z] Step 1/23 : ARG BASE=golang:1.18-alpine3.16 [2023-03-01T04:23:52.541Z] Step 2/23 : FROM ${BASE} AS builder [2023-03-01T04:23:52.541Z] ---> 23b1b0152d93 [2023-03-01T04:23:52.541Z] Step 3/23 : ARG MAKE=make build [2023-03-01T04:23:52.541Z] ---> Running in 8902c43589db [2023-03-01T04:23:52.812Z] Removing intermediate container 8902c43589db [2023-03-01T04:23:52.812Z] ---> 8e792d437fab [2023-03-01T04:23:52.812Z] Step 4/23 : WORKDIR /device-sdk-go [2023-03-01T04:23:52.812Z] ---> Running in 83de4efe9504 [2023-03-01T04:23:53.399Z] Removing intermediate container 83de4efe9504 [2023-03-01T04:23:53.399Z] ---> 03e09098a78c [2023-03-01T04:23:53.399Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-03-01T04:23:53.399Z] ---> Running in 7df21f716afe [2023-03-01T04:23:53.665Z] Removing intermediate container 7df21f716afe [2023-03-01T04:23:53.665Z] ---> 833ef5102ce0 [2023-03-01T04:23:53.665Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-03-01T04:23:53.665Z] ---> Running in 724c0bddacb0 [2023-03-01T04:23:54.625Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-01T04:23:54.891Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-01T04:23:55.854Z] OK: 221 MiB in 51 packages [2023-03-01T04:23:56.812Z] Removing intermediate container 724c0bddacb0 [2023-03-01T04:23:56.812Z] ---> 75bfae874cc5 [2023-03-01T04:23:56.812Z] Step 7/23 : COPY go.mod vendor* ./ [2023-03-01T04:23:57.079Z] ---> e1a51bbd8913 [2023-03-01T04:23:57.079Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-01T04:23:57.079Z] ---> Running in d54b91f07cda [2023-03-01T04:23:59.667Z] Removing intermediate container d54b91f07cda [2023-03-01T04:23:59.667Z] ---> c308608bff38 [2023-03-01T04:23:59.667Z] Step 9/23 : COPY . . [2023-03-01T04:24:01.084Z] ---> 241e793b916b [2023-03-01T04:24:01.084Z] Step 10/23 : RUN ${MAKE} [2023-03-01T04:24:01.084Z] ---> Running in e3ce742e1c6f [2023-03-01T04:24:01.670Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.41" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-03-01T04:25:53.311Z] Removing intermediate container e3ce742e1c6f [2023-03-01T04:25:53.311Z] ---> b4ed614a5231 [2023-03-01T04:25:53.311Z] Step 11/23 : FROM alpine:3.16 [2023-03-01T04:25:53.311Z] 3.16: Pulling from library/alpine [2023-03-01T04:25:53.311Z] 3760b48202b3: Pulling fs layer [2023-03-01T04:25:53.311Z] 3760b48202b3: Download complete [2023-03-01T04:25:53.578Z] 3760b48202b3: Pull complete [2023-03-01T04:25:53.844Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-01T04:25:53.844Z] Status: Downloaded newer image for alpine:3.16 [2023-03-01T04:25:53.844Z] ---> 4c81e5bf8899 [2023-03-01T04:25:53.844Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-03-01T04:25:53.844Z] ---> Running in 02b002b94243 [2023-03-01T04:25:54.111Z] Removing intermediate container 02b002b94243 [2023-03-01T04:25:54.111Z] ---> 23c2de351bb2 [2023-03-01T04:25:54.111Z] Step 13/23 : RUN apk add --update --no-cache [2023-03-01T04:25:54.111Z] ---> Running in d8d27a0c9a5c [2023-03-01T04:25:55.067Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-01T04:25:55.337Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-01T04:25:56.298Z] OK: 5 MiB in 14 packages [2023-03-01T04:25:56.884Z] Removing intermediate container d8d27a0c9a5c [2023-03-01T04:25:56.884Z] ---> 815375b19089 [2023-03-01T04:25:56.884Z] Step 14/23 : WORKDIR / [2023-03-01T04:25:57.151Z] ---> Running in c143ff1b0635 [2023-03-01T04:25:57.417Z] Removing intermediate container c143ff1b0635 [2023-03-01T04:25:57.417Z] ---> b3ae8b8bcfb9 [2023-03-01T04:25:57.417Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-03-01T04:25:58.000Z] ---> 24b4075a3adc [2023-03-01T04:25:58.000Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-03-01T04:25:59.418Z] ---> c1ff02bc5c11 [2023-03-01T04:25:59.418Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-03-01T04:25:59.683Z] ---> 9618c08a235d [2023-03-01T04:25:59.683Z] Step 18/23 : EXPOSE 59999 [2023-03-01T04:25:59.683Z] ---> Running in 380e552669c9 [2023-03-01T04:25:59.950Z] Removing intermediate container 380e552669c9 [2023-03-01T04:25:59.950Z] ---> 46865624e851 [2023-03-01T04:25:59.950Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-03-01T04:25:59.950Z] ---> Running in 44fe3afe0731 [2023-03-01T04:26:00.219Z] Removing intermediate container 44fe3afe0731 [2023-03-01T04:26:00.219Z] ---> 4d6f0eda3cd1 [2023-03-01T04:26:00.219Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-01T04:26:00.487Z] ---> Running in 82c22d0741fb [2023-03-01T04:26:00.755Z] Removing intermediate container 82c22d0741fb [2023-03-01T04:26:00.755Z] ---> 67b222bc7e2c [2023-03-01T04:26:00.755Z] Step 21/23 : LABEL arch=arm64 [2023-03-01T04:26:00.755Z] ---> Running in c6c67ec142f5 [2023-03-01T04:26:01.023Z] Removing intermediate container c6c67ec142f5 [2023-03-01T04:26:01.023Z] ---> aefda9303837 [2023-03-01T04:26:01.023Z] Step 22/23 : LABEL git_sha=6c52867c974148776ead9b5ce3090ce3cf294dda [2023-03-01T04:26:01.023Z] ---> Running in f43f0df6d2fb [2023-03-01T04:26:01.293Z] Removing intermediate container f43f0df6d2fb [2023-03-01T04:26:01.293Z] ---> 498f1589b9bb [2023-03-01T04:26:01.293Z] Step 23/23 : LABEL version=3.0.0-dev.41 [2023-03-01T04:26:01.293Z] ---> Running in 1bf663503fed [2023-03-01T04:26:01.569Z] Removing intermediate container 1bf663503fed [2023-03-01T04:26:01.569Z] ---> 0150a88c71eb [2023-03-01T04:26:01.569Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-01T04:26:01.837Z] Successfully built 0150a88c71eb [2023-03-01T04:26:01.837Z] 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-01T04:26:02.256Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-01T04:26:02.256Z] [2023-03-01T04:26:02.256Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T04:26:02.589Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-01T04:26:02.589Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-01T04:26:02.589Z] 8998bd30e6a1: Pulling fs layer [2023-03-01T04:26:02.589Z] 04944245beec: Pulling fs layer [2023-03-01T04:26:02.589Z] 699f458cf7ca: Pulling fs layer [2023-03-01T04:26:02.589Z] 765212b225bb: Pulling fs layer [2023-03-01T04:26:02.589Z] f23df028b6ca: Pulling fs layer [2023-03-01T04:26:02.589Z] d65c8cfc05b1: Pulling fs layer [2023-03-01T04:26:02.589Z] 2437ff75d9bd: Pulling fs layer [2023-03-01T04:26:02.589Z] 765212b225bb: Waiting [2023-03-01T04:26:02.589Z] 2437ff75d9bd: Waiting [2023-03-01T04:26:02.589Z] f23df028b6ca: Waiting [2023-03-01T04:26:02.589Z] d65c8cfc05b1: Waiting [2023-03-01T04:26:02.860Z] 04944245beec: Verifying Checksum [2023-03-01T04:26:02.860Z] 04944245beec: Download complete [2023-03-01T04:26:02.860Z] 765212b225bb: Verifying Checksum [2023-03-01T04:26:02.860Z] 765212b225bb: Download complete [2023-03-01T04:26:02.860Z] f23df028b6ca: Verifying Checksum [2023-03-01T04:26:02.860Z] f23df028b6ca: Download complete [2023-03-01T04:26:02.860Z] d65c8cfc05b1: Verifying Checksum [2023-03-01T04:26:02.860Z] d65c8cfc05b1: Download complete [2023-03-01T04:26:02.860Z] 699f458cf7ca: Verifying Checksum [2023-03-01T04:26:02.860Z] 699f458cf7ca: Download complete [2023-03-01T04:26:03.442Z] 8998bd30e6a1: Verifying Checksum [2023-03-01T04:26:03.442Z] 8998bd30e6a1: Download complete [2023-03-01T04:26:05.390Z] 2437ff75d9bd: Verifying Checksum [2023-03-01T04:26:05.390Z] 2437ff75d9bd: Download complete [2023-03-01T04:26:07.336Z] 8998bd30e6a1: Pull complete [2023-03-01T04:26:07.602Z] 04944245beec: Pull complete [2023-03-01T04:26:09.016Z] 699f458cf7ca: Pull complete [2023-03-01T04:26:09.016Z] 765212b225bb: Pull complete [2023-03-01T04:26:11.590Z] f23df028b6ca: Pull complete [2023-03-01T04:26:11.590Z] d65c8cfc05b1: Pull complete [2023-03-01T04:26:26.694Z] 2437ff75d9bd: Pull complete [2023-03-01T04:26:26.694Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-01T04:26:26.694Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-01T04:26:26.694Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T04:26:26.863Z] prd-ubuntu20.04-docker-arm64-4c-16g-7886 does not seem to be running inside a container [2023-03-01T04:26:26.925Z] $ 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/171 -v /w/workspace/device-sdk-go/171:/w/workspace/device-sdk-go/171:rw,z -v /w/workspace/device-sdk-go/171@tmp:/w/workspace/device-sdk-go/171@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-03-01T04:26:29.342Z] $ docker top e0f8db2cd677ce199f29835a50e55c9796a43f809bfc777873cd2eeb22e8d032 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-01T04:26:29.839Z] ---> job-cost.sh [2023-03-01T04:26:30.103Z] lf-activate-venv: SKIPPING [2023-03-01T04:26:30.103Z] INFO: No Stack... [2023-03-01T04:26:30.369Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-01T04:26:31.326Z] INFO: Archiving Costs [Pipeline] sh [2023-03-01T04:26:31.644Z] + cat /w/workspace/device-sdk-go/171/archives/cost.csv [2023-03-01T04:26:31.644Z] + cut -d, -f6 [Pipeline] lock [2023-03-01T04:26:31.969Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-171-stack-cost] [2023-03-01T04:26:31.975Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-171-stack-cost] did not exist. Created. [2023-03-01T04:26:31.975Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-171-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-01T04:26:32.306Z] /w/workspace/device-sdk-go/171@tmp/durable-9a859fd6/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-03-01T04:26:32.636Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-01T04:26:32.657Z] Warning: overwriting stash ‘stack-cost’ [2023-03-01T04:26:32.719Z] Stashed 1 file(s) [Pipeline] } [2023-03-01T04:26:32.727Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-171-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-01T04:26:32.754Z] $ docker stop --time=1 e0f8db2cd677ce199f29835a50e55c9796a43f809bfc777873cd2eeb22e8d032 [2023-03-01T04:26:34.225Z] $ docker rm -f --volumes e0f8db2cd677ce199f29835a50e55c9796a43f809bfc777873cd2eeb22e8d032 [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-01T04:26:34.635Z] provisioning config files... [2023-03-01T04:26:34.641Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config8292698876715397770tmp [Pipeline] { [Pipeline] sh [2023-03-01T04:26:34.930Z] + set +x [2023-03-01T04:26:34.930Z] + curl -s https://codecov.io/bash [2023-03-01T04:26:34.930Z] + bash -s -- [2023-03-01T04:26:34.930Z] [2023-03-01T04:26:34.930Z] _____ _ [2023-03-01T04:26:34.930Z] / ____| | | [2023-03-01T04:26:34.930Z] | | ___ __| | ___ ___ _____ __ [2023-03-01T04:26:34.930Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-01T04:26:34.930Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-01T04:26:34.930Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-01T04:26:34.930Z] Bash-1.0.6 [2023-03-01T04:26:34.930Z] [2023-03-01T04:26:34.930Z] [2023-03-01T04:26:34.930Z] ==> git version 2.25.1 found [2023-03-01T04:26:34.930Z] ==> 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-01T04:26:34.930Z] Release-Date: 2020-01-08 [2023-03-01T04:26:34.930Z] 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-01T04:26:34.930Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-01T04:26:34.930Z] ==> Jenkins CI detected. [2023-03-01T04:26:34.930Z] current dir:  /w/workspace/edgexfoundry_device-sdk-go_main [2023-03-01T04:26:34.930Z] project root: . [2023-03-01T04:26:34.930Z] --> token set from env [2023-03-01T04:26:34.930Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-01T04:26:34.930Z] ==> Running gcov in . (disable via -X gcov) [2023-03-01T04:26:34.930Z] ==> Python coveragepy not found [2023-03-01T04:26:34.930Z] ==> Searching for coverage reports in: [2023-03-01T04:26:34.930Z] + . [2023-03-01T04:26:34.930Z] -> Found 1 reports [2023-03-01T04:26:34.930Z] ==> Detecting git/mercurial file structure [2023-03-01T04:26:34.930Z] ==> Reading reports [2023-03-01T04:26:34.930Z] + ./coverage.out bytes=111243 [2023-03-01T04:26:34.930Z] ==> Appending adjustments [2023-03-01T04:26:34.930Z] https://docs.codecov.io/docs/fixing-reports [2023-03-01T04:26:35.189Z] + Found adjustments [2023-03-01T04:26:35.189Z] ==> Gzipping contents [2023-03-01T04:26:35.448Z] 16K /tmp/codecov.SOgaUy.gz [2023-03-01T04:26:35.448Z] ==> Uploading reports [2023-03-01T04:26:35.448Z] url: https://codecov.io [2023-03-01T04:26:35.448Z] query: branch=main&commit=6c52867c974148776ead9b5ce3090ce3cf294dda&build=171&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F171%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-01T04:26:35.448Z] -> Pinging Codecov [2023-03-01T04:26:35.448Z] 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=6c52867c974148776ead9b5ce3090ce3cf294dda&build=171&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F171%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-01T04:26:35.448Z] -> Uploading to [2023-03-01T04:26:35.448Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-01/7E55EF52A471D76F132DFD9A03CDDE97/6c52867c974148776ead9b5ce3090ce3cf294dda/642f2a43-ddf9-4ab5-ad9d-cca535f1a66b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230301%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230301T042635Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7177acd01ef3f3a2ff4e2556a47583adbac0924f97627b2ccf1b513fdee63406 [2023-03-01T04:26:35.448Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-01T04:26:35.448Z] Dload Upload Total Spent Left Speed [2023-03-01T04:26:35.707Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15403 0 0 100 15403 0 69382 --:--:-- --:--:-- --:--:-- 69071 100 15403 0 0 100 15403 0 51687 --:--:-- --:--:-- --:--:-- 51515 [2023-03-01T04:26:35.707Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/6c52867c974148776ead9b5ce3090ce3cf294dda [Pipeline] } [2023-03-01T04:26:35.715Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-03-01T04:26:35.918Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-03-01T04:26:35.927Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T04:26:36.230Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-01T04:26:36.230Z] [2023-03-01T04:26:36.230Z] 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-01T04:26:36.537Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-01T04:26:36.537Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-03-01T04:26:36.537Z] df9b9388f04a: Pulling fs layer [2023-03-01T04:26:36.537Z] 52dc419b0ee2: Pulling fs layer [2023-03-01T04:26:36.537Z] 25bc292e5bac: Pulling fs layer [2023-03-01T04:26:36.537Z] 114826534d7a: Pulling fs layer [2023-03-01T04:26:36.537Z] 4657fd5d0bcf: Pulling fs layer [2023-03-01T04:26:36.537Z] 6ad1cebc031e: Pulling fs layer [2023-03-01T04:26:36.537Z] 8a3aa393b2d8: Pulling fs layer [2023-03-01T04:26:36.537Z] 114826534d7a: Waiting [2023-03-01T04:26:36.537Z] 4657fd5d0bcf: Waiting [2023-03-01T04:26:36.537Z] 6ad1cebc031e: Waiting [2023-03-01T04:26:36.537Z] 8a3aa393b2d8: Waiting [2023-03-01T04:26:36.537Z] 25bc292e5bac: Verifying Checksum [2023-03-01T04:26:36.537Z] 25bc292e5bac: Download complete [2023-03-01T04:26:36.537Z] 52dc419b0ee2: Verifying Checksum [2023-03-01T04:26:36.537Z] 52dc419b0ee2: Download complete [2023-03-01T04:26:36.537Z] 4657fd5d0bcf: Verifying Checksum [2023-03-01T04:26:36.537Z] 4657fd5d0bcf: Download complete [2023-03-01T04:26:36.537Z] df9b9388f04a: Download complete [2023-03-01T04:26:36.795Z] df9b9388f04a: Pull complete [2023-03-01T04:26:36.795Z] 6ad1cebc031e: Verifying Checksum [2023-03-01T04:26:36.795Z] 52dc419b0ee2: Pull complete [2023-03-01T04:26:36.795Z] 6ad1cebc031e: Download complete [2023-03-01T04:26:37.057Z] 25bc292e5bac: Pull complete [2023-03-01T04:26:37.626Z] 114826534d7a: Download complete [2023-03-01T04:26:37.626Z] 8a3aa393b2d8: Verifying Checksum [2023-03-01T04:26:37.626Z] 8a3aa393b2d8: Download complete [2023-03-01T04:26:40.912Z] 114826534d7a: Pull complete [2023-03-01T04:26:40.912Z] 4657fd5d0bcf: Pull complete [2023-03-01T04:26:40.912Z] 6ad1cebc031e: Pull complete [2023-03-01T04:26:43.573Z] 8a3aa393b2d8: Pull complete [2023-03-01T04:26:43.573Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-03-01T04:26:43.573Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-01T04:26:43.573Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T04:26:43.655Z] prd-ubuntu20.04-docker-8c-8g-7885 does not seem to be running inside a container [2023-03-01T04:26:43.698Z] $ 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-01T04:26:49.287Z] $ docker top cc384cef938a39a911ff2069260f11878ca233f14ee99bcac66b3847503f3eea -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-01T04:26:49.348Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh [2023-03-01T04:26:49.627Z] + set -o pipefail [2023-03-01T04:26:49.627Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' [2023-03-01T04:26:54.902Z] [2023-03-01T04:26:54.902Z] Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v3)... [2023-03-01T04:26:54.902Z] [2023-03-01T04:26:54.902Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/1d897ce9-7d37-4e4c-99f4-c1fbe8b8d34b/history/c51bc07e-7c94-443a-93c8-9e44f9a54202 [2023-03-01T04:26:54.902Z] [2023-03-01T04:26:54.902Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-03-01T04:26:54.902Z] [2023-03-01T04:26:55.160Z] [2023-03-01T04:26:55.160Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-03-01T04:26:55.160Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-03-01T04:26:55.160Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-03-01T04:26:55.182Z] $ docker stop --time=1 cc384cef938a39a911ff2069260f11878ca233f14ee99bcac66b3847503f3eea [2023-03-01T04:26:58.808Z] $ docker rm -f --volumes cc384cef938a39a911ff2069260f11878ca233f14ee99bcac66b3847503f3eea [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-01T04:26:59.149Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-01T04:26:59.163Z] provisioning config files... [2023-03-01T04:26:59.171Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config9092601418883545992tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-01T04:26:59.464Z] --> edgex-publish-swagger.sh [2023-03-01T04:26:59.464Z] === Publish openapi/v3 API === [2023-03-01T04:26:59.464Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2023-03-01T04:26:59.464Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/v3/device-sdk.yaml] [2023-03-01T04:26:59.464Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-01T04:26:59.464Z] Dload Upload Total Spent Left Speed [2023-03-01T04:27:00.032Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23571 0 0 100 23571 0 46675 --:--:-- --:--:-- --:--:-- 46583 100 23571 0 0 100 23571 0 46675 --:--:-- --:--:-- --:--:-- 46583 [2023-03-01T04:27:00.032Z] [2023-03-01T04:27:00.032Z] [Pipeline] } [2023-03-01T04:27:00.039Z] 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-01T04:27:00.449Z] + git log --format=format:%s -1 6c52867c974148776ead9b5ce3090ce3cf294dda [Pipeline] sh [2023-03-01T04:27:00.741Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-01T04:27:00.741Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T04:27:01.040Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-01T04:27:01.040Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T04:27:01.111Z] prd-ubuntu20.04-docker-8c-8g-7885 does not seem to be running inside a container [2023-03-01T04:27:01.150Z] $ 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-01T04:27:01.657Z] $ docker top b1da11e0d84edd26f19aed9eb3d830553468a8abac261042ba7496c5a69bf71b -eo pid,comm [2023-03-01T04:27:01.690Z] 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-01T04:27:01.690Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-01T04:27:01.727Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-01T04:27:01.727Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-01T04:27:01.854Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-01T04:27:01.868Z] $ docker exec b1da11e0d84edd26f19aed9eb3d830553468a8abac261042ba7496c5a69bf71b ssh-agent [2023-03-01T04:27:01.961Z] SSH_AUTH_SOCK=/tmp/ssh-TIdu0YRXj88E/agent.31 [2023-03-01T04:27:01.961Z] SSH_AGENT_PID=37 [2023-03-01T04:27:01.966Z] Running ssh-add (command line suppressed) [2023-03-01T04:27:02.077Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_12220657797080364571.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_12220657797080364571.key) [2023-03-01T04:27:02.078Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-01T04:27:02.365Z] + git semver tag [2023-03-01T04:27:02.624Z] 2023-03-01 04:27:02,556 [run_tag] DEBUG tag force:False [2023-03-01T04:27:02.624Z] 2023-03-01 04:27:02,556 [check_head_tag] DEBUG check head tag [2023-03-01T04:27:02.624Z] 2023-03-01 04:27:02,558 [execute] INFO git cat-file --batch-check [2023-03-01T04:27:02.624Z] 2023-03-01 04:27:02,559 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2023-03-01T04:27:02.624Z] 2023-03-01 04:27:02,563 [execute] INFO git cat-file --batch [2023-03-01T04:27:02.624Z] 2023-03-01 04:27:02,563 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2023-03-01T04:27:02.624Z] 2023-03-01 04:27:02,592 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-01T04:27:02.624Z] 2023-03-01 04:27:02,592 [execute] INFO git tag -a v3.0.0-dev.41 -m v3.0.0-dev.41 [2023-03-01T04:27:02.624Z] 2023-03-01 04:27:02,593 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.41', '-m', 'v3.0.0-dev.41'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2023-03-01T04:27:02.624Z] 2023-03-01 04:27:02,597 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-01T04:27:02.624Z] 3.0.0-dev.41 [Pipeline] } [2023-03-01T04:27:02.644Z] $ docker exec --env ******** --env ******** b1da11e0d84edd26f19aed9eb3d830553468a8abac261042ba7496c5a69bf71b ssh-agent -k [2023-03-01T04:27:02.743Z] unset SSH_AUTH_SOCK; [2023-03-01T04:27:02.743Z] unset SSH_AGENT_PID; [2023-03-01T04:27:02.743Z] echo Agent pid 37 killed; [2023-03-01T04:27:02.740Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-01T04:27:03.043Z] + git semver [Pipeline] } [2023-03-01T04:27:03.325Z] $ docker stop --time=1 b1da11e0d84edd26f19aed9eb3d830553468a8abac261042ba7496c5a69bf71b [2023-03-01T04:27:04.565Z] $ docker rm -f --volumes b1da11e0d84edd26f19aed9eb3d830553468a8abac261042ba7496c5a69bf71b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T04:27:04.940Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-01T04:27:04.940Z] [2023-03-01T04:27:04.940Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T04:27:05.238Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-01T04:27:05.238Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-03-01T04:27:05.238Z] ab5ef0e58194: Pulling fs layer [2023-03-01T04:27:05.238Z] 9712f1f96733: Pulling fs layer [2023-03-01T04:27:05.238Z] 63f879dbbcfc: Pulling fs layer [2023-03-01T04:27:05.238Z] 0d9ebad4ef96: Pulling fs layer [2023-03-01T04:27:05.238Z] e9a5061849ea: Pulling fs layer [2023-03-01T04:27:05.239Z] d747dcd14b5f: Pulling fs layer [2023-03-01T04:27:05.239Z] 2de7ff778b66: Pulling fs layer [2023-03-01T04:27:05.239Z] e9a5061849ea: Waiting [2023-03-01T04:27:05.239Z] d747dcd14b5f: Waiting [2023-03-01T04:27:05.239Z] 2de7ff778b66: Waiting [2023-03-01T04:27:05.239Z] 0d9ebad4ef96: Waiting [2023-03-01T04:27:05.239Z] 9712f1f96733: Verifying Checksum [2023-03-01T04:27:05.239Z] 9712f1f96733: Download complete [2023-03-01T04:27:05.499Z] 63f879dbbcfc: Verifying Checksum [2023-03-01T04:27:05.499Z] 63f879dbbcfc: Download complete [2023-03-01T04:27:05.757Z] e9a5061849ea: Verifying Checksum [2023-03-01T04:27:05.757Z] e9a5061849ea: Download complete [2023-03-01T04:27:05.757Z] d747dcd14b5f: Verifying Checksum [2023-03-01T04:27:05.757Z] d747dcd14b5f: Download complete [2023-03-01T04:27:05.757Z] 0d9ebad4ef96: Verifying Checksum [2023-03-01T04:27:05.757Z] 0d9ebad4ef96: Download complete [2023-03-01T04:27:05.757Z] ab5ef0e58194: Verifying Checksum [2023-03-01T04:27:05.757Z] ab5ef0e58194: Download complete [2023-03-01T04:27:06.016Z] 2de7ff778b66: Verifying Checksum [2023-03-01T04:27:06.016Z] 2de7ff778b66: Download complete [2023-03-01T04:27:08.542Z] ab5ef0e58194: Pull complete [2023-03-01T04:27:08.542Z] 9712f1f96733: Pull complete [2023-03-01T04:27:09.107Z] 63f879dbbcfc: Pull complete [2023-03-01T04:27:13.292Z] 0d9ebad4ef96: Pull complete [2023-03-01T04:27:13.292Z] e9a5061849ea: Pull complete [2023-03-01T04:27:13.292Z] d747dcd14b5f: Pull complete [2023-03-01T04:27:14.225Z] 2de7ff778b66: Pull complete [2023-03-01T04:27:14.225Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-03-01T04:27:14.225Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-01T04:27:14.225Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T04:27:14.328Z] prd-ubuntu20.04-docker-8c-8g-7885 does not seem to be running inside a container [2023-03-01T04:27:14.364Z] $ 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-01T04:27:20.208Z] $ docker top 60ae5d5faa12b1ea9eca4ab7afb39911fc3ce959c60ee63cc7efbcaaa782fa8b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-03-01T04:27:20.272Z] provisioning config files... [2023-03-01T04:27:20.280Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config4333651327024184199tmp [2023-03-01T04:27:20.290Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config10527774471377368198tmp [2023-03-01T04:27:20.299Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config3311536374507274252tmp [Pipeline] { [Pipeline] echo [2023-03-01T04:27:20.315Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-01T04:27:20.594Z] ---> sigul-configuration.sh [2023-03-01T04:27:20.594Z] gpg: directory `/root/.gnupg' created [2023-03-01T04:27:20.594Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-03-01T04:27:20.594Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-03-01T04:27:20.594Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-03-01T04:27:20.594Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-03-01T04:27:20.594Z] gpg: CAST5 encrypted data [2023-03-01T04:27:20.594Z] gpg: encrypted with 1 passphrase [2023-03-01T04:27:20.594Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-03-01T04:27:20.880Z] + mkdir /home/jenkins [2023-03-01T04:27:20.880Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-03-01T04:27:21.165Z] + 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-01T04:27:21.175Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-01T04:27:21.457Z] ---> sigul-install.sh [2023-03-01T04:27:21.457Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-03-01T04:27:21.746Z] + git tag --list [2023-03-01T04:27:21.746Z] 0.7.1 [2023-03-01T04:27:21.746Z] delhi-tag [2023-03-01T04:27:21.746Z] v1.0.0 [2023-03-01T04:27:21.746Z] v1.1.0 [2023-03-01T04:27:21.746Z] v1.1.1 [2023-03-01T04:27:21.746Z] v1.1.2 [2023-03-01T04:27:21.746Z] v1.2.0 [2023-03-01T04:27:21.746Z] v1.2.1 [2023-03-01T04:27:21.746Z] v1.2.2 [2023-03-01T04:27:21.746Z] v1.2.3 [2023-03-01T04:27:21.746Z] v1.3.0 [2023-03-01T04:27:21.746Z] v1.4.0 [2023-03-01T04:27:21.746Z] v2.0.0 [2023-03-01T04:27:21.746Z] v2.1.0 [2023-03-01T04:27:21.746Z] v2.1.1 [2023-03-01T04:27:21.746Z] v2.1.1-dev.2 [2023-03-01T04:27:21.746Z] v2.1.1-dev.3 [2023-03-01T04:27:21.746Z] v2.2.0 [2023-03-01T04:27:21.746Z] v2.2.1-dev.1 [2023-03-01T04:27:21.746Z] v2.2.1-dev.10 [2023-03-01T04:27:21.746Z] v2.2.1-dev.11 [2023-03-01T04:27:21.746Z] v2.2.1-dev.12 [2023-03-01T04:27:21.746Z] v2.2.1-dev.13 [2023-03-01T04:27:21.746Z] v2.2.1-dev.14 [2023-03-01T04:27:21.746Z] v2.2.1-dev.2 [2023-03-01T04:27:21.746Z] v2.2.1-dev.3 [2023-03-01T04:27:21.746Z] v2.2.1-dev.4 [2023-03-01T04:27:21.746Z] v2.2.1-dev.5 [2023-03-01T04:27:21.746Z] v2.2.1-dev.6 [2023-03-01T04:27:21.746Z] v2.2.1-dev.7 [2023-03-01T04:27:21.746Z] v2.2.1-dev.8 [2023-03-01T04:27:21.746Z] v2.2.1-dev.9 [2023-03-01T04:27:21.746Z] v2.3.0 [2023-03-01T04:27:21.746Z] v2.3.0-dev.14 [2023-03-01T04:27:21.746Z] v2.3.0-dev.15 [2023-03-01T04:27:21.746Z] v2.3.0-dev.16 [2023-03-01T04:27:21.746Z] v2.3.0-dev.17 [2023-03-01T04:27:21.746Z] v2.3.0-dev.18 [2023-03-01T04:27:21.746Z] v2.3.0-dev.19 [2023-03-01T04:27:21.746Z] v2.3.0-dev.20 [2023-03-01T04:27:21.746Z] v2.3.0-dev.21 [2023-03-01T04:27:21.746Z] v2.3.0-dev.22 [2023-03-01T04:27:21.746Z] v2.3.0-dev.23 [2023-03-01T04:27:21.746Z] v2.3.0-dev.24 [2023-03-01T04:27:21.746Z] v2.3.0-dev.25 [2023-03-01T04:27:21.746Z] v2.3.0-dev.26 [2023-03-01T04:27:21.746Z] v2.3.0-dev.27 [2023-03-01T04:27:21.746Z] v2.3.0-dev.28 [2023-03-01T04:27:21.746Z] v2.3.0-dev.29 [2023-03-01T04:27:21.746Z] v2.3.0-dev.30 [2023-03-01T04:27:21.746Z] v2.3.0-dev.31 [2023-03-01T04:27:21.746Z] v2.3.0-dev.32 [2023-03-01T04:27:21.746Z] v2.3.0-dev.33 [2023-03-01T04:27:21.746Z] v2.3.0-dev.34 [2023-03-01T04:27:21.746Z] v2.3.0-dev.35 [2023-03-01T04:27:21.746Z] v2.3.0-dev.36 [2023-03-01T04:27:21.746Z] v2.3.0-dev.37 [2023-03-01T04:27:21.746Z] v2.3.0-dev.38 [2023-03-01T04:27:21.746Z] v2.3.0-dev.39 [2023-03-01T04:27:21.746Z] v2.3.0-dev.40 [2023-03-01T04:27:21.746Z] v2.3.0-dev.41 [2023-03-01T04:27:21.746Z] v2.3.0-dev.42 [2023-03-01T04:27:21.746Z] v2.3.0-dev.43 [2023-03-01T04:27:21.746Z] v2.3.0-dev.44 [2023-03-01T04:27:21.746Z] v2.3.0-dev.45 [2023-03-01T04:27:21.746Z] v2.3.0-dev.46 [2023-03-01T04:27:21.746Z] v2.3.0-dev.47 [2023-03-01T04:27:21.746Z] v2.3.0-dev.48 [2023-03-01T04:27:21.746Z] v2.3.0-dev.49 [2023-03-01T04:27:21.746Z] v2.3.0-dev.50 [2023-03-01T04:27:21.746Z] v2.3.0-dev.51 [2023-03-01T04:27:21.746Z] v2.3.1-dev.1 [2023-03-01T04:27:21.746Z] v2.3.1-dev.2 [2023-03-01T04:27:21.746Z] v3.0.0-dev.1 [2023-03-01T04:27:21.746Z] v3.0.0-dev.10 [2023-03-01T04:27:21.746Z] v3.0.0-dev.11 [2023-03-01T04:27:21.746Z] v3.0.0-dev.12 [2023-03-01T04:27:21.746Z] v3.0.0-dev.13 [2023-03-01T04:27:21.746Z] v3.0.0-dev.14 [2023-03-01T04:27:21.746Z] v3.0.0-dev.15 [2023-03-01T04:27:21.746Z] v3.0.0-dev.16 [2023-03-01T04:27:21.746Z] v3.0.0-dev.17 [2023-03-01T04:27:21.746Z] v3.0.0-dev.18 [2023-03-01T04:27:21.746Z] v3.0.0-dev.19 [2023-03-01T04:27:21.746Z] v3.0.0-dev.2 [2023-03-01T04:27:21.746Z] v3.0.0-dev.20 [2023-03-01T04:27:21.746Z] v3.0.0-dev.21 [2023-03-01T04:27:21.746Z] v3.0.0-dev.22 [2023-03-01T04:27:21.746Z] v3.0.0-dev.23 [2023-03-01T04:27:21.746Z] v3.0.0-dev.24 [2023-03-01T04:27:21.746Z] v3.0.0-dev.25 [2023-03-01T04:27:21.746Z] v3.0.0-dev.26 [2023-03-01T04:27:21.746Z] v3.0.0-dev.27 [2023-03-01T04:27:21.746Z] v3.0.0-dev.28 [2023-03-01T04:27:21.746Z] v3.0.0-dev.29 [2023-03-01T04:27:21.746Z] v3.0.0-dev.3 [2023-03-01T04:27:21.746Z] v3.0.0-dev.30 [2023-03-01T04:27:21.746Z] v3.0.0-dev.31 [2023-03-01T04:27:21.746Z] v3.0.0-dev.32 [2023-03-01T04:27:21.746Z] v3.0.0-dev.33 [2023-03-01T04:27:21.746Z] v3.0.0-dev.34 [2023-03-01T04:27:21.746Z] v3.0.0-dev.35 [2023-03-01T04:27:21.746Z] v3.0.0-dev.36 [2023-03-01T04:27:21.746Z] v3.0.0-dev.37 [2023-03-01T04:27:21.746Z] v3.0.0-dev.38 [2023-03-01T04:27:21.746Z] v3.0.0-dev.39 [2023-03-01T04:27:21.746Z] v3.0.0-dev.4 [2023-03-01T04:27:21.746Z] v3.0.0-dev.40 [2023-03-01T04:27:21.746Z] v3.0.0-dev.41 [2023-03-01T04:27:21.746Z] v3.0.0-dev.5 [2023-03-01T04:27:21.746Z] v3.0.0-dev.6 [2023-03-01T04:27:21.746Z] v3.0.0-dev.7 [2023-03-01T04:27:21.746Z] v3.0.0-dev.8 [2023-03-01T04:27:21.746Z] v3.0.0-dev.9 [Pipeline] sh [2023-03-01T04:27:22.030Z] + lftools sign git-tag v3.0.0-dev.41 [2023-03-01T04:27:22.599Z] Signing Git tag with Sigul... [2023-03-01T04:27:22.599Z] Signing v3.0.0-dev.41 [Pipeline] echo [2023-03-01T04:27:23.178Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-01T04:27:23.463Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-03-01T04:27:23.469Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-03-01T04:27:23.497Z] $ docker stop --time=1 60ae5d5faa12b1ea9eca4ab7afb39911fc3ce959c60ee63cc7efbcaaa782fa8b [2023-03-01T04:27:24.767Z] $ docker rm -f --volumes 60ae5d5faa12b1ea9eca4ab7afb39911fc3ce959c60ee63cc7efbcaaa782fa8b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-03-01T04:27:25.150Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-01T04:27:25.151Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T04:27:25.456Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-01T04:27:25.456Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T04:27:25.524Z] prd-ubuntu20.04-docker-8c-8g-7885 does not seem to be running inside a container [2023-03-01T04:27:25.563Z] $ 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-01T04:27:25.903Z] $ docker top 0f4b09248c98a6bace56fd3afd2f747059ba41a4173649db3214feca7ef7d7b3 -eo pid,comm [2023-03-01T04:27:25.936Z] 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-01T04:27:25.936Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-01T04:27:25.977Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-01T04:27:25.978Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-01T04:27:26.086Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-01T04:27:26.101Z] $ docker exec 0f4b09248c98a6bace56fd3afd2f747059ba41a4173649db3214feca7ef7d7b3 ssh-agent [2023-03-01T04:27:26.189Z] SSH_AUTH_SOCK=/tmp/ssh-yHjViBlw0mkj/agent.31 [2023-03-01T04:27:26.189Z] SSH_AGENT_PID=37 [2023-03-01T04:27:26.193Z] Running ssh-add (command line suppressed) [2023-03-01T04:27:26.306Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_5215659209431844227.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_5215659209431844227.key) [2023-03-01T04:27:26.306Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-01T04:27:26.592Z] + git semver bump pre [2023-03-01T04:27:26.850Z] 2023-03-01 04:27:26,779 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-01T04:27:26.850Z] 2023-03-01 04:27:26,780 [bump_version] DEBUG bumping version:3.0.0-dev.41 on axis:pre with prefix:dev [2023-03-01T04:27:26.850Z] 2023-03-01 04:27:26,780 [bump_version] DEBUG bumped version:3.0.0-dev.42 [2023-03-01T04:27:26.850Z] 2023-03-01 04:27:26,780 [write_version] DEBUG write version:3.0.0-dev.42 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True [2023-03-01T04:27:26.850Z] 2023-03-01 04:27:26,780 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-01T04:27:26.850Z] 2023-03-01 04:27:26,780 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-01T04:27:26.850Z] 2023-03-01 04:27:26,782 [execute] INFO git cat-file --batch-check [2023-03-01T04:27:26.850Z] 2023-03-01 04:27:26,782 [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-01T04:27:26.850Z] 2023-03-01 04:27:26,787 [execute] INFO git cat-file --batch [2023-03-01T04:27:26.850Z] 2023-03-01 04:27:26,787 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-01T04:27:26.850Z] 2023-03-01 04:27:26,791 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-01T04:27:26.850Z] 3.0.0-dev.42 [Pipeline] } [2023-03-01T04:27:26.871Z] $ docker exec --env ******** --env ******** 0f4b09248c98a6bace56fd3afd2f747059ba41a4173649db3214feca7ef7d7b3 ssh-agent -k [2023-03-01T04:27:26.963Z] unset SSH_AUTH_SOCK; [2023-03-01T04:27:26.963Z] unset SSH_AGENT_PID; [2023-03-01T04:27:26.963Z] echo Agent pid 37 killed; [2023-03-01T04:27:26.961Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-01T04:27:27.270Z] + git semver [Pipeline] } [2023-03-01T04:27:27.552Z] $ docker stop --time=1 0f4b09248c98a6bace56fd3afd2f747059ba41a4173649db3214feca7ef7d7b3 [2023-03-01T04:27:28.816Z] $ docker rm -f --volumes 0f4b09248c98a6bace56fd3afd2f747059ba41a4173649db3214feca7ef7d7b3 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-01T04:27:29.147Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-01T04:27:29.147Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T04:27:29.444Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-01T04:27:29.444Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T04:27:29.516Z] prd-ubuntu20.04-docker-8c-8g-7885 does not seem to be running inside a container [2023-03-01T04:27:29.556Z] $ 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-01T04:27:29.879Z] $ docker top 775e622666ba9d6ad92ddc4a5b485231206d882000f2882284a7a4ba5f974b0b -eo pid,comm [2023-03-01T04:27:29.913Z] 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-01T04:27:29.913Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-01T04:27:29.950Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-01T04:27:29.950Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-01T04:27:30.052Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-01T04:27:30.066Z] $ docker exec 775e622666ba9d6ad92ddc4a5b485231206d882000f2882284a7a4ba5f974b0b ssh-agent [2023-03-01T04:27:30.152Z] SSH_AUTH_SOCK=/tmp/ssh-B6ZQ2Tj0PxNL/agent.32 [2023-03-01T04:27:30.152Z] SSH_AGENT_PID=38 [2023-03-01T04:27:30.156Z] Running ssh-add (command line suppressed) [2023-03-01T04:27:30.262Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_12069073749610639718.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_12069073749610639718.key) [2023-03-01T04:27:30.263Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-01T04:27:30.547Z] + git semver push [2023-03-01T04:27:30.805Z] 2023-03-01 04:27:30,746 [run_push] DEBUG push [2023-03-01T04:27:30.805Z] 2023-03-01 04:27:30,746 [execute] INFO git cat-file --batch-check [2023-03-01T04:27:30.805Z] 2023-03-01 04:27:30,746 [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-01T04:27:30.805Z] 2023-03-01 04:27:30,750 [execute] INFO git rev-list 15ba916f7af3016bef7712130f95f22e7fbbb35a -- [2023-03-01T04:27:30.805Z] 2023-03-01 04:27:30,750 [execute] DEBUG Popen(['git', 'rev-list', '15ba916f7af3016bef7712130f95f22e7fbbb35a', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-01T04:27:30.805Z] 2023-03-01 04:27:30,762 [execute] INFO git fetch -v origin [2023-03-01T04:27:30.805Z] 2023-03-01 04:27:30,763 [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-01T04:27:31.371Z] 2023-03-01 04:27:31,284 [run_push] DEBUG no remote changes detected [2023-03-01T04:27:31.371Z] 2023-03-01 04:27:31,285 [execute] INFO git push origin semver [2023-03-01T04:27:31.371Z] 2023-03-01 04:27:31,285 [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-01T04:27:32.306Z] 2023-03-01 04:27:32,112 [run_push] DEBUG push all version tags [2023-03-01T04:27:32.306Z] 2023-03-01 04:27:32,112 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-03-01T04:27:32.306Z] 2023-03-01 04:27:32,113 [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-01T04:27:32.872Z] 2023-03-01 04:27:32,880 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-01T04:27:32.872Z] 3.0.0-dev.42 [Pipeline] } [2023-03-01T04:27:33.155Z] $ docker exec --env ******** --env ******** 775e622666ba9d6ad92ddc4a5b485231206d882000f2882284a7a4ba5f974b0b ssh-agent -k [2023-03-01T04:27:33.255Z] unset SSH_AUTH_SOCK; [2023-03-01T04:27:33.255Z] unset SSH_AGENT_PID; [2023-03-01T04:27:33.255Z] echo Agent pid 38 killed; [2023-03-01T04:27:33.256Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-01T04:27:33.554Z] + git semver [Pipeline] } [2023-03-01T04:27:33.837Z] $ docker stop --time=1 775e622666ba9d6ad92ddc4a5b485231206d882000f2882284a7a4ba5f974b0b [2023-03-01T04:27:35.139Z] $ docker rm -f --volumes 775e622666ba9d6ad92ddc4a5b485231206d882000f2882284a7a4ba5f974b0b [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-01T04:27:35.695Z] + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] [2023-03-01T04:27:35.695Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-03-01T04:27:35.695Z] total 16 [2023-03-01T04:27:35.695Z] drwxr-xr-x 3 root root 4096 Mar 1 04:17 . [2023-03-01T04:27:35.696Z] drwxrwxr-x 12 jenkins jenkins 4096 Mar 1 04:27 .. [2023-03-01T04:27:35.696Z] drwxr-xr-x 2 root root 4096 Mar 1 04:17 cost [2023-03-01T04:27:35.696Z] -rw-r--r-- 1 root root 85 Mar 1 04:17 cost.csv [2023-03-01T04:27:35.696Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-03-01T04:27:35.696Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-03-01T04:27:35.696Z] total 16 [2023-03-01T04:27:35.696Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 1 04:17 . [2023-03-01T04:27:35.696Z] drwxrwxr-x 12 jenkins jenkins 4096 Mar 1 04:27 .. [2023-03-01T04:27:35.696Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 1 04:17 cost [2023-03-01T04:27:35.696Z] -rw-r--r-- 1 jenkins jenkins 85 Mar 1 04:17 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-03-01T04:27:35.988Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-01T04:27:36.851Z] ---> package-listing.sh [2023-03-01T04:27:36.851Z] ++ facter osfamily [2023-03-01T04:27:36.851Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-01T04:27:37.111Z] + OS_FAMILY=debian [2023-03-01T04:27:37.111Z] + workspace=/w/workspace/edgexfoundry_device-sdk-go_main [2023-03-01T04:27:37.111Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-01T04:27:37.111Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-01T04:27:37.111Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-01T04:27:37.111Z] + PACKAGES=/tmp/packages_start.txt [2023-03-01T04:27:37.111Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2023-03-01T04:27:37.111Z] + PACKAGES=/tmp/packages_end.txt [2023-03-01T04:27:37.111Z] + case "${OS_FAMILY}" in [2023-03-01T04:27:37.111Z] + dpkg -l [2023-03-01T04:27:37.111Z] + grep '^ii' [2023-03-01T04:27:37.111Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-01T04:27:37.111Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-01T04:27:37.111Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-01T04:27:37.111Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2023-03-01T04:27:37.111Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [2023-03-01T04:27:37.111Z] + 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-01T04:27:37.121Z] 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-01T04:27:37.397Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T04:27:37.953Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-01T04:27:37.953Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T04:27:38.021Z] prd-ubuntu20.04-docker-8c-8g-7885 does not seem to be running inside a container [2023-03-01T04:27:38.065Z] $ 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-01T04:27:38.252Z] $ docker top 8dcca439e0cbaecbafcea9392d886a48416e64d90c5e9149db4b7d3b19ba0d30 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-01T04:27:38.586Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-01T04:27:38.870Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-01T04:27:39.156Z] + ls /var/log/sa-host [2023-03-01T04:27:39.156Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-01T04:27:39.297Z] provisioning config files... [2023-03-01T04:27:39.305Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config13515338318149026443tmp [Pipeline] { [Pipeline] echo [2023-03-01T04:27:39.322Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-01T04:27:39.603Z] ---> create-netrc.sh [Pipeline] } [2023-03-01T04:27:39.611Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-01T04:27:39.938Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-01T04:27:39.948Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-01T04:27:40.230Z] ---> sudo-logs.sh [2023-03-01T04:27:40.230Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-01T04:27:40.263Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-01T04:27:40.549Z] ---> job-cost.sh [2023-03-01T04:27:40.549Z] lf-activate-venv: SKIPPING [2023-03-01T04:27:40.549Z] DEBUG: total: 0.2199999988079071 [2023-03-01T04:27:40.549Z] INFO: Retrieving Stack Cost... [2023-03-01T04:27:41.116Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-01T04:27:41.374Z] INFO: Archiving Costs [Pipeline] echo [2023-03-01T04:27:41.386Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-01T04:27:41.719Z] ---> logs-deploy.sh [2023-03-01T04:27:41.719Z] lf-activate-venv: SKIPPING [2023-03-01T04:27:41.719Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/171 [2023-03-01T04:27:41.719Z] INFO: archiving workspace using pattern(s): [2023-03-01T04:27:42.705Z] Archives upload complete. [2023-03-01T04:27:42.705Z] INFO: archiving logs to Nexus [2023-03-01T04:27:43.316Z] ---> uname -a: [2023-03-01T04:27:43.316Z] Linux prd-ubuntu20-04-docker-8c-8g-7885 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-03-01T04:27:43.316Z] [2023-03-01T04:27:43.316Z] [2023-03-01T04:27:43.316Z] ---> lscpu: [2023-03-01T04:27:43.316Z] Architecture: x86_64 [2023-03-01T04:27:43.316Z] CPU op-mode(s): 32-bit, 64-bit [2023-03-01T04:27:43.316Z] Byte Order: Little Endian [2023-03-01T04:27:43.316Z] Address sizes: 40 bits physical, 48 bits virtual [2023-03-01T04:27:43.316Z] CPU(s): 8 [2023-03-01T04:27:43.316Z] On-line CPU(s) list: 0-7 [2023-03-01T04:27:43.316Z] Thread(s) per core: 1 [2023-03-01T04:27:43.316Z] Core(s) per socket: 1 [2023-03-01T04:27:43.316Z] Socket(s): 8 [2023-03-01T04:27:43.316Z] NUMA node(s): 1 [2023-03-01T04:27:43.316Z] Vendor ID: AuthenticAMD [2023-03-01T04:27:43.316Z] CPU family: 23 [2023-03-01T04:27:43.316Z] Model: 49 [2023-03-01T04:27:43.316Z] Model name: AMD EPYC-Rome Processor [2023-03-01T04:27:43.316Z] Stepping: 0 [2023-03-01T04:27:43.316Z] CPU MHz: 2799.996 [2023-03-01T04:27:43.316Z] BogoMIPS: 5599.99 [2023-03-01T04:27:43.316Z] Virtualization: AMD-V [2023-03-01T04:27:43.316Z] Hypervisor vendor: KVM [2023-03-01T04:27:43.316Z] Virtualization type: full [2023-03-01T04:27:43.316Z] L1d cache: 256 KiB [2023-03-01T04:27:43.316Z] L1i cache: 256 KiB [2023-03-01T04:27:43.316Z] L2 cache: 4 MiB [2023-03-01T04:27:43.316Z] L3 cache: 128 MiB [2023-03-01T04:27:43.316Z] NUMA node0 CPU(s): 0-7 [2023-03-01T04:27:43.316Z] Vulnerability Itlb multihit: Not affected [2023-03-01T04:27:43.316Z] Vulnerability L1tf: Not affected [2023-03-01T04:27:43.316Z] Vulnerability Mds: Not affected [2023-03-01T04:27:43.316Z] Vulnerability Meltdown: Not affected [2023-03-01T04:27:43.316Z] Vulnerability Mmio stale data: Not affected [2023-03-01T04:27:43.316Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-03-01T04:27:43.316Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-03-01T04:27:43.316Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-03-01T04:27:43.316Z] Vulnerability Srbds: Not affected [2023-03-01T04:27:43.316Z] Vulnerability Tsx async abort: Not affected [2023-03-01T04:27:43.316Z] 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-01T04:27:43.316Z] [2023-03-01T04:27:43.316Z] [2023-03-01T04:27:43.316Z] ---> nproc: [2023-03-01T04:27:43.316Z] 8 [2023-03-01T04:27:43.316Z] [2023-03-01T04:27:43.316Z] [2023-03-01T04:27:43.316Z] ---> df -h: [2023-03-01T04:27:43.316Z] Filesystem Size Used Avail Use% Mounted on [2023-03-01T04:27:43.316Z] overlay 155G 13G 143G 9% / [2023-03-01T04:27:43.316Z] tmpfs 64M 0 64M 0% /dev [2023-03-01T04:27:43.316Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-03-01T04:27:43.316Z] shm 64M 0 64M 0% /dev/shm [2023-03-01T04:27:43.316Z] /dev/vda1 155G 13G 143G 9% /facter-os [2023-03-01T04:27:43.316Z] [2023-03-01T04:27:43.316Z]