Pull request #1284 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/device-sdk-go Obtained Jenkinsfile from 105ad4e9fc30416fca8392263e84564a1ed17eaa+7610f6dc338b87754f939bb9ede04e880837a002 (04996b6d8f80f4c5a2984a7b9d4008f877f910ab) 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-ssh12338888016750490263.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-ssh17858704194672262736.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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1284/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 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/PR-1284/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh730401500317183052.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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/PR-1284/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1910040694931726578.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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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-ssh11268677890853910615.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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1284/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 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/PR-1284/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh12743004310754875386.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-2735 in /w/workspace/gexfoundry_device-sdk-go_PR-1284 [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/gexfoundry_device-sdk-go_PR-1284 # 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 > 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 remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1284/head:refs/remotes/origin/PR-1284 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 7610f6dc338b87754f939bb9ede04e880837a002 into PR head commit 105ad4e9fc30416fca8392263e84564a1ed17eaa Merge succeeded, producing 105ad4e9fc30416fca8392263e84564a1ed17eaa Checking out Revision 105ad4e9fc30416fca8392263e84564a1ed17eaa (PR-1284) > git config core.sparsecheckout # timeout=10 > git checkout -f 105ad4e9fc30416fca8392263e84564a1ed17eaa # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 7610f6dc338b87754f939bb9ede04e880837a002 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 105ad4e9fc30416fca8392263e84564a1ed17eaa # timeout=10 Commit message: "refactor!: Update config for removal of SecretStore from services' configuration file" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:55:47 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:55:47 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:55:47 ========================================================= 16:55:47 EdgeX Global Pipelines Version Info 16:55:47 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:55:49 ------------------- 16:55:49 stable info: 16:55:49 ------------------- 16:55:49 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:55:49 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 16:55:49 Message: update stable to v1.0.244 16:55:50 ------------------- 16:55:50 experimental info: 16:55:50 ------------------- 16:55:50 Commited By: **** collab-it+edgex@linuxfoundation.org 16:55:50 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 16:55:50 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:55:50 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 16:55:50 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 16:55:50 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:55:50 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:55:50 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:55:50 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 16:55:50 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 16:55:50 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 16:55:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:55:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:55:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 16:55:51 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 16:55:51 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:55:51 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:55:51 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:55:51 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 16:55:51 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:55:51 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:55:51 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:55:51 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:55:51 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:55:51 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 16:55:51 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:55:51 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:55:51 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 16:55:51 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:55:51 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 16:55:51 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1284 [Pipeline] echo 16:55:51 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1284 [Pipeline] echo 16:55:51 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1284 [Pipeline] echo 16:55:51 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 105ad4e9fc30416fca8392263e84564a1ed17eaa [Pipeline] echo 16:55:51 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 105ad4e [Pipeline] echo 16:55:52 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:55:52 provisioning config files... 16:55:52 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1284@tmp/config17778240054528451690tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:55:52 ---> docker-login.sh 16:55:52 nexus3.edgexfoundry.org:10001 16:55:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:55:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:55:52 Configure a credential helper to remove this warning. See 16:55:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:55:52 16:55:52 Login Succeeded 16:55:52 nexus3.edgexfoundry.org:10002 16:55:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:55:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:55:53 Configure a credential helper to remove this warning. See 16:55:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:55:53 16:55:53 Login Succeeded 16:55:53 nexus3.edgexfoundry.org:10003 16:55:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:55:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:55:53 Configure a credential helper to remove this warning. See 16:55:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:55:53 16:55:53 Login Succeeded 16:55:53 nexus3.edgexfoundry.org:10004 16:55:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:55:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:55:53 Configure a credential helper to remove this warning. See 16:55:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:55:53 16:55:53 Login Succeeded 16:55:53 docker.io 16:55:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:55:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:55:53 Configure a credential helper to remove this warning. See 16:55:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:55:53 16:55:53 Login Succeeded 16:55:53 ---> docker-login.sh ends [Pipeline] } 16:55:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 16:55:54 + git rev-list -1 --merges 105ad4e9fc30416fca8392263e84564a1ed17eaa~1..105ad4e9fc30416fca8392263e84564a1ed17eaa [Pipeline] echo 16:55:54 -----------> git rev-list -1 --merges 105ad4e9fc30416fca8392263e84564a1ed17eaa~1..105ad4e9fc30416fca8392263e84564a1ed17eaa 105ad4e9fc30416fca8392263e84564a1ed17eaa [false] [Pipeline] sh 16:55:54 + git log --format=format:%s -1 105ad4e9fc30416fca8392263e84564a1ed17eaa [Pipeline] echo 16:55:54 ========================================================= 16:55:54 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 16:55:54 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:55:55 + git log --format=format:%s -1 105ad4e9fc30416fca8392263e84564a1ed17eaa [Pipeline] echo 16:55:55 [semverPrep] GIT_COMMIT: 105ad4e9fc30416fca8392263e84564a1ed17eaa, Commit Message: refactor!: Update config for removal of SecretStore from services' configuration file [Pipeline] echo 16:55:55 [semverPrep] This is not a build commit. [Pipeline] sh 16:55:55 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:55:55 + grep -v github /etc/ssh/ssh_known_hosts 16:55:55 + [ -e /tmp/ssh_known_hosts ] 16:55:55 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 16:55:55 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 16:55:55 + sudo tee -a /etc/ssh/ssh_known_hosts 16:55:55 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:55:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:55:56 16:55:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:55:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:55:56 0.1.4: Pulling from edgex-devops/py-git-semver 16:55:56 b85a868b505f: Pulling fs layer 16:55:56 e2be974225ed: Pulling fs layer 16:55:56 339a4e72a1f5: Pulling fs layer 16:55:56 988bab9f4d93: Pulling fs layer 16:55:56 1469e6f7b9e6: Pulling fs layer 16:55:56 eaf3925da568: Pulling fs layer 16:55:56 bab4dde63d76: Pulling fs layer 16:55:56 bde34c3a00c8: Pulling fs layer 16:55:56 b352a97aabf1: Pulling fs layer 16:55:56 4872d77fe225: Pulling fs layer 16:55:56 5851b861e8e6: Pulling fs layer 16:55:56 1469e6f7b9e6: Waiting 16:55:56 bde34c3a00c8: Waiting 16:55:56 b352a97aabf1: Waiting 16:55:56 eaf3925da568: Waiting 16:55:56 bab4dde63d76: Waiting 16:55:56 5851b861e8e6: Waiting 16:55:56 4872d77fe225: Waiting 16:55:56 988bab9f4d93: Waiting 16:55:56 e2be974225ed: Download complete 16:55:56 988bab9f4d93: Verifying Checksum 16:55:56 988bab9f4d93: Download complete 16:55:56 1469e6f7b9e6: Verifying Checksum 16:55:56 1469e6f7b9e6: Download complete 16:55:56 339a4e72a1f5: Verifying Checksum 16:55:56 339a4e72a1f5: Download complete 16:55:56 eaf3925da568: Verifying Checksum 16:55:56 eaf3925da568: Download complete 16:55:56 bde34c3a00c8: Download complete 16:55:57 b352a97aabf1: Verifying Checksum 16:55:57 b352a97aabf1: Download complete 16:55:57 4872d77fe225: Verifying Checksum 16:55:57 4872d77fe225: Download complete 16:55:57 5851b861e8e6: Verifying Checksum 16:55:57 5851b861e8e6: Download complete 16:55:57 b85a868b505f: Verifying Checksum 16:55:57 b85a868b505f: Download complete 16:55:57 bab4dde63d76: Verifying Checksum 16:55:57 bab4dde63d76: Download complete 16:55:58 b85a868b505f: Pull complete 16:55:58 e2be974225ed: Pull complete 16:55:59 339a4e72a1f5: Pull complete 16:55:59 988bab9f4d93: Pull complete 16:55:59 1469e6f7b9e6: Pull complete 16:55:59 eaf3925da568: Pull complete 16:56:01 bab4dde63d76: Pull complete 16:56:01 bde34c3a00c8: Pull complete 16:56:01 b352a97aabf1: Pull complete 16:56:01 4872d77fe225: Pull complete 16:56:01 5851b861e8e6: Pull complete 16:56:01 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 16:56:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:56:01 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:56:02 prd-ubuntu20.04-docker-8c-8g-2735 does not seem to be running inside a container 16:56:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-sdk-go_PR-1284 -v /w/workspace/gexfoundry_device-sdk-go_PR-1284:/w/workspace/gexfoundry_device-sdk-go_PR-1284:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1284@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1284@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:56:04 $ docker top 1f3bfdbd116294ed01209eaf8444cdb2c3c2df4ad103fa57a92891116882611f -eo pid,comm 16:56:04 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). 16:56:04 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:56:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:56:04 [ssh-agent] Looking for ssh-agent implementation... 16:56:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:56:04 $ docker exec 1f3bfdbd116294ed01209eaf8444cdb2c3c2df4ad103fa57a92891116882611f ssh-agent 16:56:04 SSH_AUTH_SOCK=/tmp/ssh-ykBZDcJK9rWQ/agent.31 16:56:04 SSH_AGENT_PID=37 16:56:04 Running ssh-add (command line suppressed) 16:56:04 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1284@tmp/private_key_17824829855310795768.key (/w/workspace/gexfoundry_device-sdk-go_PR-1284@tmp/private_key_17824829855310795768.key) 16:56:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:56:05 + git tag --points-at HEAD [Pipeline] } 16:56:05 $ docker exec --env ******** --env ******** 1f3bfdbd116294ed01209eaf8444cdb2c3c2df4ad103fa57a92891116882611f ssh-agent -k 16:56:05 unset SSH_AUTH_SOCK; 16:56:05 unset SSH_AGENT_PID; 16:56:05 echo Agent pid 37 killed; 16:56:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:56:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:56:05 [ssh-agent] Looking for ssh-agent implementation... 16:56:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:56:05 $ docker exec 1f3bfdbd116294ed01209eaf8444cdb2c3c2df4ad103fa57a92891116882611f ssh-agent 16:56:05 SSH_AUTH_SOCK=/tmp/ssh-S6kbmQeHf7qU/agent.70 16:56:05 SSH_AGENT_PID=76 16:56:05 Running ssh-add (command line suppressed) 16:56:05 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1284@tmp/private_key_8071131190077693224.key (/w/workspace/gexfoundry_device-sdk-go_PR-1284@tmp/private_key_8071131190077693224.key) 16:56:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:56:05 + git semver init 16:56:06 2023-01-17 16:56:06,153 [run_init] DEBUG init version:0.0.0 force:False 16:56:06 2023-01-17 16:56:06,153 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-sdk-go_PR-1284/.semver 16:56:06 2023-01-17 16:56:06,154 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/gexfoundry_device-sdk-go_PR-1284/.semver 16:56:06 2023-01-17 16:56:06,154 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/gexfoundry_device-sdk-go_PR-1284/.semver'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1284, universal_newlines=False, shell=None, istream=None) 16:56:07 2023-01-17 16:56:07,117 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-sdk-go_PR-1284/.git/info/exclude 16:56:07 2023-01-17 16:56:07,118 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-sdk-go_PR-1284/.semver/PR-1284 with force:False 16:56:07 2023-01-17 16:56:07,118 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-sdk-go_PR-1284/.semver/PR-1284 16:56:07 2023-01-17 16:56:07,127 [execute] INFO git cat-file --batch-check 16:56:07 2023-01-17 16:56:07,127 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1284/.semver, universal_newlines=False, shell=None, istream=) 16:56:07 2023-01-17 16:56:07,135 [execute] INFO git cat-file --batch 16:56:07 2023-01-17 16:56:07,135 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1284/.semver, universal_newlines=False, shell=None, istream=) 16:56:07 2023-01-17 16:56:07,142 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-sdk-go_PR-1284/.semver/PR-1284 16:56:07 0.0.0 [Pipeline] } 16:56:07 $ docker exec --env ******** --env ******** 1f3bfdbd116294ed01209eaf8444cdb2c3c2df4ad103fa57a92891116882611f ssh-agent -k 16:56:07 unset SSH_AUTH_SOCK; 16:56:07 unset SSH_AGENT_PID; 16:56:07 echo Agent pid 76 killed; 16:56:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:56:07 + git semver [Pipeline] } 16:56:08 $ docker stop --time=1 1f3bfdbd116294ed01209eaf8444cdb2c3c2df4ad103fa57a92891116882611f 16:56:09 $ docker rm -f --volumes 1f3bfdbd116294ed01209eaf8444cdb2c3c2df4ad103fa57a92891116882611f [Pipeline] // withDockerContainer [Pipeline] sh 16:56:09 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:56:10 Stashed 1 file(s) [Pipeline] echo 16:56:10 [edgeXSemver]: initialized semver on version 0.0.0 [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 16:56:10 provisioning config files... 16:56:11 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1284@tmp/config6599959861949134504tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:56:11 ---> docker-login.sh 16:56:11 nexus3.edgexfoundry.org:10001 16:56:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:56:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:56:11 Configure a credential helper to remove this warning. See 16:56:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:56:11 16:56:11 Login Succeeded 16:56:11 nexus3.edgexfoundry.org:10002 16:56:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:56:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:56:11 Configure a credential helper to remove this warning. See 16:56:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:56:11 16:56:11 Login Succeeded 16:56:11 nexus3.edgexfoundry.org:10003 16:56:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:56:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:56:11 Configure a credential helper to remove this warning. See 16:56:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:56:11 16:56:11 Login Succeeded 16:56:11 nexus3.edgexfoundry.org:10004 16:56:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:56:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:56:11 Configure a credential helper to remove this warning. See 16:56:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:56:11 16:56:11 Login Succeeded 16:56:11 docker.io 16:56:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:56:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:56:11 Configure a credential helper to remove this warning. See 16:56:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:56:11 16:56:11 Login Succeeded 16:56:11 ---> docker-login.sh ends [Pipeline] } 16:56:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:56:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:56:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:56:12 ========================================================= 16:56:12 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 16:56:12 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:56:12 + 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 . 16:56:12 Sending build context to Docker daemon 10.48MB 16:56:12 Step 1/10 : ARG BASE=golang:1.18-alpine3.16 16:56:12 Step 2/10 : FROM ${BASE} AS builder 16:56:12 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 16:56:12 213ec9aee27d: Pulling fs layer 16:56:12 4583459ba037: Pulling fs layer 16:56:12 93c1e223e6f2: Pulling fs layer 16:56:12 53926ce57604: Pulling fs layer 16:56:12 21b2b0c7a3f4: Pulling fs layer 16:56:12 22ff95d597cd: Pulling fs layer 16:56:12 12d6caf4c0d1: Pulling fs layer 16:56:12 96b7cbca73a9: Pulling fs layer 16:56:12 a7acece74701: Pulling fs layer 16:56:12 53926ce57604: Waiting 16:56:12 21b2b0c7a3f4: Waiting 16:56:12 96b7cbca73a9: Waiting 16:56:12 22ff95d597cd: Waiting 16:56:12 12d6caf4c0d1: Waiting 16:56:12 a7acece74701: Waiting 16:56:12 93c1e223e6f2: Verifying Checksum 16:56:12 93c1e223e6f2: Download complete 16:56:12 4583459ba037: Verifying Checksum 16:56:12 4583459ba037: Download complete 16:56:12 21b2b0c7a3f4: Download complete 16:56:12 22ff95d597cd: Verifying Checksum 16:56:12 22ff95d597cd: Download complete 16:56:12 213ec9aee27d: Verifying Checksum 16:56:12 213ec9aee27d: Download complete 16:56:12 12d6caf4c0d1: Verifying Checksum 16:56:12 12d6caf4c0d1: Download complete 16:56:13 213ec9aee27d: Pull complete 16:56:13 4583459ba037: Pull complete 16:56:13 93c1e223e6f2: Pull complete 16:56:13 a7acece74701: Verifying Checksum 16:56:13 a7acece74701: Download complete 16:56:14 96b7cbca73a9: Verifying Checksum 16:56:14 96b7cbca73a9: Download complete 16:56:14 53926ce57604: Verifying Checksum 16:56:14 53926ce57604: Download complete 16:56:18 53926ce57604: Pull complete 16:56:18 21b2b0c7a3f4: Pull complete 16:56:18 22ff95d597cd: Pull complete 16:56:18 12d6caf4c0d1: Pull complete 16:56:20 96b7cbca73a9: Pull complete 16:56:21 a7acece74701: Pull complete 16:56:21 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 16:56:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 16:56:21 ---> db6d94c90886 16:56:21 Step 3/10 : ARG MAKE=make build 16:56:24 ---> Running in ca10adae8eea 16:56:24 Removing intermediate container ca10adae8eea 16:56:24 ---> 424962c30d36 16:56:24 Step 4/10 : WORKDIR /device-sdk-go 16:56:24 ---> Running in 670f2538b972 16:56:24 Removing intermediate container 670f2538b972 16:56:24 ---> 110a4dd1c52c 16:56:24 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 16:56:24 ---> Running in 0f89ddb1e61e 16:56:24 Removing intermediate container 0f89ddb1e61e 16:56:24 ---> ef21b779e9ee 16:56:24 Step 6/10 : RUN apk add --update --no-cache make git 16:56:24 ---> Running in 7090195cb8b5 16:56:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 16:56:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 16:56:25 OK: 211 MiB in 51 packages 16:56:25 Still waiting to schedule task 16:56:25 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 16:56:25 Removing intermediate container 7090195cb8b5 16:56:25 ---> ba3498f0216c 16:56:25 Step 7/10 : COPY go.mod vendor* ./ 16:56:26 ---> 147008d89ebf 16:56:26 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:56:26 ---> Running in 7877e669ae43 16:56:41 go: github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.7 (replaced by ../MODS/go-mod-bootstrap): reading /MODS/go-mod-bootstrap/go.mod: open /MODS/go-mod-bootstrap/go.mod: no such file or directory 16:56:41 skipping... 16:56:59 Removing intermediate container 7877e669ae43 16:56:59 ---> 6238f79e6c06 16:56:59 Step 9/10 : COPY . . 16:56:59 ---> 0c2ea78a52ea 16:56:59 Step 10/10 : RUN ${MAKE} 16:56:59 ---> Running in ccd0ff389d2b 16:56:59 noop 16:56:59 Removing intermediate container ccd0ff389d2b 16:56:59 ---> 3579d46a1f29 16:56:59 Successfully built 3579d46a1f29 16:56:59 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:56:59 + docker inspect -f . ci-base-image-x86_64 16:56:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:56:59 prd-ubuntu20.04-docker-8c-8g-2735 does not seem to be running inside a container 16:56:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1284 -v /w/workspace/gexfoundry_device-sdk-go_PR-1284:/w/workspace/gexfoundry_device-sdk-go_PR-1284:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1284@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1284@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:57:00 $ docker top 7e8747d024378f15652a8a8941d338bf146e4c5054e56916b0f2c3b6fbbc5c46 -eo pid,comm [Pipeline] { [Pipeline] sh 16:57:00 + go version 16:57:00 go version go1.18.7 linux/amd64 [Pipeline] } 16:57:00 $ docker stop --time=1 7e8747d024378f15652a8a8941d338bf146e4c5054e56916b0f2c3b6fbbc5c46 16:57:01 $ docker rm -f --volumes 7e8747d024378f15652a8a8941d338bf146e4c5054e56916b0f2c3b6fbbc5c46 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:57:02 + docker inspect -f . ci-base-image-x86_64 16:57:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:57:02 prd-ubuntu20.04-docker-8c-8g-2735 does not seem to be running inside a container 16:57:02 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/gexfoundry_device-sdk-go_PR-1284 -v /w/workspace/gexfoundry_device-sdk-go_PR-1284:/w/workspace/gexfoundry_device-sdk-go_PR-1284:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1284@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1284@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:57:03 $ docker top 6bc811ff52f5e75809b46e7a9c50c22c8b756efc25c63dead79bfe3f7b775426 -eo pid,comm [Pipeline] { [Pipeline] sh 16:57:04 + git config --global --add safe.directory /w/workspace/gexfoundry_device-sdk-go_PR-1284 [Pipeline] fileExists [Pipeline] sh 16:57:04 + make test 16:57:04 go test -race -coverprofile=coverage.out ./... 16:57:04 pkg/service/main.go:14:2: github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.7: replacement directory ../MODS/go-mod-bootstrap does not exist 16:57:04 pkg/service/service.go:29:2: github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.7: replacement directory ../MODS/go-mod-bootstrap does not exist 16:57:04 internal/autodiscovery/autodiscovery.go:15:2: github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.7: replacement directory ../MODS/go-mod-bootstrap does not exist 16:57:04 pkg/service/main.go:16:2: github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.7: replacement directory ../MODS/go-mod-bootstrap does not exist 16:57:04 pkg/service/main.go:17:2: github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.7: replacement directory ../MODS/go-mod-bootstrap does not exist 16:57:04 internal/common/utils.go:16:2: github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.7: replacement directory ../MODS/go-mod-bootstrap does not exist 16:57:04 internal/autodiscovery/autodiscovery.go:16:2: github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.7: replacement directory ../MODS/go-mod-bootstrap does not exist 16:57:04 internal/config/config.go:10:2: github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.7: replacement directory ../MODS/go-mod-bootstrap does not exist 16:57:04 internal/container/config.go:10:2: github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.7: replacement directory ../MODS/go-mod-bootstrap does not exist 16:57:04 make: *** [Makefile:35: unittest] Error 1 [Pipeline] } 16:57:04 $ docker stop --time=1 6bc811ff52f5e75809b46e7a9c50c22c8b756efc25c63dead79bfe3f7b775426 16:57:05 $ docker rm -f --volumes 6bc811ff52f5e75809b46e7a9c50c22c8b756efc25c63dead79bfe3f7b775426 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:57:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:57:07 16:57:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:57:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:57:07 latest: Pulling from edgex-lftools-log-publisher 16:57:07 5eb5b503b376: Pulling fs layer 16:57:07 5c69ac0246d0: Pulling fs layer 16:57:07 ec43610c2a17: Pulling fs layer 16:57:07 3a2ae6a8a46f: Pulling fs layer 16:57:07 33b1e0a273af: Pulling fs layer 16:57:07 5d3b04190fa2: Pulling fs layer 16:57:07 3a2ae6a8a46f: Waiting 16:57:07 33b1e0a273af: Waiting 16:57:07 2f39f015ded8: Pulling fs layer 16:57:07 2f39f015ded8: Waiting 16:57:07 5d3b04190fa2: Waiting 16:57:07 5c69ac0246d0: Verifying Checksum 16:57:07 5c69ac0246d0: Download complete 16:57:07 3a2ae6a8a46f: Verifying Checksum 16:57:07 3a2ae6a8a46f: Download complete 16:57:07 33b1e0a273af: Download complete 16:57:07 5d3b04190fa2: Download complete 16:57:07 ec43610c2a17: Verifying Checksum 16:57:07 ec43610c2a17: Download complete 16:57:07 5eb5b503b376: Verifying Checksum 16:57:07 5eb5b503b376: Download complete 16:57:08 2f39f015ded8: Download complete 16:57:08 5eb5b503b376: Pull complete 16:57:09 5c69ac0246d0: Pull complete 16:57:09 ec43610c2a17: Pull complete 16:57:09 3a2ae6a8a46f: Pull complete 16:57:10 33b1e0a273af: Pull complete 16:57:10 5d3b04190fa2: Pull complete 16:57:14 2f39f015ded8: Pull complete 16:57:14 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 16:57:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:57:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:57:14 prd-ubuntu20.04-docker-8c-8g-2735 does not seem to be running inside a container 16:57:14 $ 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/gexfoundry_device-sdk-go_PR-1284 -v /w/workspace/gexfoundry_device-sdk-go_PR-1284:/w/workspace/gexfoundry_device-sdk-go_PR-1284:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1284@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1284@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 16:57:18 $ docker top 184239859a58971b9292b5c25624f4ded61a01c3a6d3496ffdcbdb6eb73de1eb -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:57:18 ---> job-cost.sh 16:57:18 lf-activate-venv: SKIPPING 16:57:18 INFO: No Stack... 16:57:18 INFO: Retrieving Pricing Info for: v3-standard-8 16:57:19 INFO: Archiving Costs [Pipeline] sh 16:57:19 + cat /w/workspace/gexfoundry_device-sdk-go_PR-1284/archives/cost.csv 16:57:19 + cut -d, -f6 [Pipeline] lock 16:57:19 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1284-1-stack-cost] 16:57:19 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1284-1-stack-cost] did not exist. Created. 16:57:19 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1284-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:57:20 + echo total: 0.2199999988079071 [Pipeline] stash 16:57:20 Stashed 1 file(s) [Pipeline] } 16:57:20 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1284-1-stack-cost] [Pipeline] // lock [Pipeline] } 16:57:20 $ docker stop --time=1 184239859a58971b9292b5c25624f4ded61a01c3a6d3496ffdcbdb6eb73de1eb 16:57:21 $ docker rm -f --volumes 184239859a58971b9292b5c25624f4ded61a01c3a6d3496ffdcbdb6eb73de1eb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 16:57:21 Failed in branch amd64 16:58:03 Running on prd-ubuntu20.04-docker-arm64-4c-16g-2736 in /w/workspace/gexfoundry_device-sdk-go_PR-1284 [Pipeline] { [Pipeline] ws 16:58:03 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 16:58:03 The recommended git tool is: git 16:58:08 using credential edgex-jenkins-ssh 16:58:08 Cloning the remote Git repository 16:58:08 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 16:58:08 > git init /w/workspace/device-sdk-go/1 # timeout=10 16:58:09 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 16:58:09 > git --version # timeout=10 16:58:09 > git --version # 'git version 2.25.1' 16:58:09 using GIT_SSH to set credentials SSH Credentials for GitHub 16:58:09 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:58:10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 16:58:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:58:12 Merging remotes/origin/main commit 7610f6dc338b87754f939bb9ede04e880837a002 into PR head commit 105ad4e9fc30416fca8392263e84564a1ed17eaa 16:58:11 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 16:58:11 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 16:58:11 using GIT_SSH to set credentials SSH Credentials for GitHub 16:58:11 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1284/head:refs/remotes/origin/PR-1284 +refs/heads/main:refs/remotes/origin/main # timeout=10 16:58:12 > git config core.sparsecheckout # timeout=10 16:58:12 > git checkout -f 105ad4e9fc30416fca8392263e84564a1ed17eaa # timeout=10 16:58:12 Merge succeeded, producing 105ad4e9fc30416fca8392263e84564a1ed17eaa 16:58:12 Checking out Revision 105ad4e9fc30416fca8392263e84564a1ed17eaa (PR-1284) 16:58:12 > git remote # timeout=10 16:58:12 > git config --get remote.origin.url # timeout=10 16:58:12 using GIT_SSH to set credentials SSH Credentials for GitHub 16:58:12 > git merge 7610f6dc338b87754f939bb9ede04e880837a002 # timeout=10 16:58:12 > git rev-parse HEAD^{commit} # timeout=10 16:58:12 > git config core.sparsecheckout # timeout=10 16:58:12 > git checkout -f 105ad4e9fc30416fca8392263e84564a1ed17eaa # timeout=10 16:58:16 Commit message: "refactor!: Update config for removal of SecretStore from services' configuration file" 16:58:16 > git --version # timeout=10 16:58:16 > git --version # 'git version 2.25.1' 16:58:16 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:58:17 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 16:58:17 % Total % Received % Xferd Average Speed Time Time Time Current 16:58:17 Dload Upload Total Spent Left Speed 16:58:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 86155 0 --:--:-- --:--:-- --:--:-- 86741 [Pipeline] sh 16:58:17 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 16:58:18 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 16:58:18 + sudo tee /etc/docker/daemon.new 16:58:18 { 16:58:18 "registry-mirrors": [ 16:58:18 "https://nexus3.edgexfoundry.org:10001" 16:58:18 ], 16:58:18 "bip": "10.250.0.254/24", 16:58:18 "hosts": [ 16:58:18 "tcp://0.0.0.0:5555", 16:58:18 "unix:///var/run/docker.sock" 16:58:18 ], 16:58:18 "mtu": 1458, 16:58:18 "selinux-enabled": true, 16:58:18 "seccomp-profile": "/etc/docker/seccomp.json" 16:58:18 } [Pipeline] sh 16:58:18 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 16:58:18 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:58:37 provisioning config files... 16:58:37 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config11156113396406789562tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:58:37 ---> docker-login.sh 16:58:37 nexus3.edgexfoundry.org:10001 16:58:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:58:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:58:38 Configure a credential helper to remove this warning. See 16:58:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:58:38 16:58:38 Login Succeeded 16:58:38 nexus3.edgexfoundry.org:10002 16:58:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:58:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:58:38 Configure a credential helper to remove this warning. See 16:58:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:58:38 16:58:38 Login Succeeded 16:58:38 nexus3.edgexfoundry.org:10003 16:58:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:58:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:58:39 Configure a credential helper to remove this warning. See 16:58:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:58:39 16:58:39 Login Succeeded 16:58:39 nexus3.edgexfoundry.org:10004 16:58:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:58:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:58:39 Configure a credential helper to remove this warning. See 16:58:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:58:39 16:58:39 Login Succeeded 16:58:39 docker.io 16:58:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:58:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:58:39 Configure a credential helper to remove this warning. See 16:58:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:58:39 16:58:39 Login Succeeded 16:58:39 ---> docker-login.sh ends [Pipeline] } 16:58:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:58:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:58:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:58:40 ========================================================= 16:58:40 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 16:58:40 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:58:40 + 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 . 16:58:41 Sending build context to Docker daemon 5.65MB 16:58:41 Step 1/10 : ARG BASE=golang:1.18-alpine3.16 16:58:41 Step 2/10 : FROM ${BASE} AS builder 16:58:41 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:58:41 9b18e9b68314: Pulling fs layer 16:58:41 35d82f9e3411: Pulling fs layer 16:58:41 e16973657156: Pulling fs layer 16:58:41 fc693d55d65f: Pulling fs layer 16:58:41 7e9fc2657dce: Pulling fs layer 16:58:41 dda99020689f: Pulling fs layer 16:58:41 db1c61fa0a46: Pulling fs layer 16:58:41 891c053d2c06: Pulling fs layer 16:58:41 7e9fc2657dce: Waiting 16:58:41 dda99020689f: Waiting 16:58:41 db1c61fa0a46: Waiting 16:58:41 891c053d2c06: Waiting 16:58:41 fc693d55d65f: Waiting 16:58:41 e16973657156: Download complete 16:58:41 35d82f9e3411: Verifying Checksum 16:58:41 35d82f9e3411: Download complete 16:58:41 7e9fc2657dce: Verifying Checksum 16:58:41 7e9fc2657dce: Download complete 16:58:41 dda99020689f: Verifying Checksum 16:58:41 dda99020689f: Download complete 16:58:41 9b18e9b68314: Verifying Checksum 16:58:42 9b18e9b68314: Pull complete 16:58:42 891c053d2c06: Verifying Checksum 16:58:42 891c053d2c06: Download complete 16:58:42 35d82f9e3411: Pull complete 16:58:43 e16973657156: Pull complete 16:58:43 db1c61fa0a46: Verifying Checksum 16:58:43 db1c61fa0a46: Download complete 16:58:44 fc693d55d65f: Verifying Checksum 16:58:44 fc693d55d65f: Download complete 16:58:54 fc693d55d65f: Pull complete 16:58:54 7e9fc2657dce: Pull complete 16:58:54 dda99020689f: Pull complete 16:59:01 db1c61fa0a46: Pull complete 16:59:02 891c053d2c06: Pull complete 16:59:02 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 16:59:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 16:59:02 ---> f96f9c87975a 16:59:02 Step 3/10 : ARG MAKE=make build 16:59:04 ---> Running in 12a0920d21e8 16:59:04 Removing intermediate container 12a0920d21e8 16:59:04 ---> 75168b10fadd 16:59:04 Step 4/10 : WORKDIR /device-sdk-go 16:59:04 ---> Running in 864791c77a04 16:59:05 Removing intermediate container 864791c77a04 16:59:05 ---> 478415e10bce 16:59:05 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 16:59:05 ---> Running in 5cd247f33f74 16:59:05 Removing intermediate container 5cd247f33f74 16:59:05 ---> 0973ea52df4e 16:59:05 Step 6/10 : RUN apk add --update --no-cache make git 16:59:05 ---> Running in fe47fc777d17 16:59:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:59:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:59:07 OK: 221 MiB in 51 packages 16:59:08 Removing intermediate container fe47fc777d17 16:59:08 ---> 18bb61388379 16:59:08 Step 7/10 : COPY go.mod vendor* ./ 16:59:09 ---> 7b3dcdca8b71 16:59:09 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:59:09 ---> Running in 4d2a4fbf6831 16:59:36 go: github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.7 (replaced by ../MODS/go-mod-bootstrap): reading /MODS/go-mod-bootstrap/go.mod: open /MODS/go-mod-bootstrap/go.mod: no such file or directory 16:59:36 skipping... 17:00:15 Removing intermediate container 4d2a4fbf6831 17:00:15 ---> 060f1ef6dd60 17:00:15 Step 9/10 : COPY . . 17:00:15 ---> aedb66cc4130 17:00:15 Step 10/10 : RUN ${MAKE} 17:00:15 ---> Running in 2f09b2a38035 17:00:15 noop 17:00:15 Removing intermediate container 2f09b2a38035 17:00:15 ---> f3ec66ddad51 17:00:15 Successfully built f3ec66ddad51 17:00:15 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:00:15 + docker inspect -f . ci-base-image-arm64 17:00:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:00:15 prd-ubuntu20.04-docker-arm64-4c-16g-2736 does not seem to be running inside a container 17:00:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:00:17 $ docker top 3c7b3499caffba058daecc42f32e19d7f0fc537be3abd5bc270b7204163026b5 -eo pid,comm [Pipeline] { [Pipeline] sh 17:00:17 + go version 17:00:17 go version go1.18.7 linux/arm64 [Pipeline] } 17:00:17 $ docker stop --time=1 3c7b3499caffba058daecc42f32e19d7f0fc537be3abd5bc270b7204163026b5 17:00:19 $ docker rm -f --volumes 3c7b3499caffba058daecc42f32e19d7f0fc537be3abd5bc270b7204163026b5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:00:20 + docker inspect -f . ci-base-image-arm64 17:00:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:00:20 prd-ubuntu20.04-docker-arm64-4c-16g-2736 does not seem to be running inside a container 17:00:20 $ 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/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:00:21 $ docker top df99a0df580aa9214ae01298cb4317abb3d27f3861ca8bffa99776db07472b1f -eo pid,comm [Pipeline] { [Pipeline] sh 17:00:22 + git config --global --add safe.directory /w/workspace/device-sdk-go/1 [Pipeline] fileExists [Pipeline] sh 17:00:23 + make test 17:00:23 go test -race -coverprofile=coverage.out ./... 17:00:24 pkg/service/main.go:14:2: github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.7: replacement directory ../MODS/go-mod-bootstrap does not exist 17:00:24 pkg/service/service.go:29:2: github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.7: replacement directory ../MODS/go-mod-bootstrap does not exist 17:00:24 internal/autodiscovery/autodiscovery.go:15:2: github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.7: replacement directory ../MODS/go-mod-bootstrap does not exist 17:00:24 pkg/service/main.go:16:2: github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.7: replacement directory ../MODS/go-mod-bootstrap does not exist 17:00:24 pkg/service/main.go:17:2: github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.7: replacement directory ../MODS/go-mod-bootstrap does not exist 17:00:24 internal/common/utils.go:16:2: github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.7: replacement directory ../MODS/go-mod-bootstrap does not exist 17:00:24 internal/autodiscovery/autodiscovery.go:16:2: github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.7: replacement directory ../MODS/go-mod-bootstrap does not exist 17:00:24 internal/config/config.go:10:2: github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.7: replacement directory ../MODS/go-mod-bootstrap does not exist 17:00:24 internal/container/config.go:10:2: github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.7: replacement directory ../MODS/go-mod-bootstrap does not exist 17:00:24 make: *** [Makefile:35: unittest] Error 1 [Pipeline] } 17:00:24 $ docker stop --time=1 df99a0df580aa9214ae01298cb4317abb3d27f3861ca8bffa99776db07472b1f 17:00:25 $ docker rm -f --volumes df99a0df580aa9214ae01298cb4317abb3d27f3861ca8bffa99776db07472b1f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:00:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:00:27 17:00:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:00:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:00:27 arm64: Pulling from edgex-lftools-log-publisher 17:00:27 8998bd30e6a1: Pulling fs layer 17:00:27 04944245beec: Pulling fs layer 17:00:27 699f458cf7ca: Pulling fs layer 17:00:27 765212b225bb: Pulling fs layer 17:00:27 f23df028b6ca: Pulling fs layer 17:00:27 d65c8cfc05b1: Pulling fs layer 17:00:27 2437ff75d9bd: Pulling fs layer 17:00:27 f23df028b6ca: Waiting 17:00:27 d65c8cfc05b1: Waiting 17:00:27 2437ff75d9bd: Waiting 17:00:27 765212b225bb: Waiting 17:00:27 04944245beec: Verifying Checksum 17:00:27 04944245beec: Download complete 17:00:27 765212b225bb: Verifying Checksum 17:00:27 765212b225bb: Download complete 17:00:27 f23df028b6ca: Download complete 17:00:27 d65c8cfc05b1: Verifying Checksum 17:00:27 d65c8cfc05b1: Download complete 17:00:28 699f458cf7ca: Download complete 17:00:28 8998bd30e6a1: Verifying Checksum 17:00:28 8998bd30e6a1: Download complete 17:00:30 2437ff75d9bd: Verifying Checksum 17:00:30 2437ff75d9bd: Download complete 17:00:32 8998bd30e6a1: Pull complete 17:00:32 04944245beec: Pull complete 17:00:34 699f458cf7ca: Pull complete 17:00:34 765212b225bb: Pull complete 17:00:34 f23df028b6ca: Pull complete 17:00:35 d65c8cfc05b1: Pull complete 17:00:50 2437ff75d9bd: Pull complete 17:00:50 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 17:00:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:00:50 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:00:50 prd-ubuntu20.04-docker-arm64-4c-16g-2736 does not seem to be running inside a container 17:00:50 $ 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/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 17:00:53 $ docker top 19f582ec0990c8ccb7228ede1d8cf71fb8e8263b0bc3261dda1287665da49614 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:00:53 ---> job-cost.sh 17:00:53 lf-activate-venv: SKIPPING 17:00:53 INFO: No Stack... 17:00:54 INFO: Retrieving Pricing Info for: v3-standard-4 17:00:55 INFO: Archiving Costs [Pipeline] sh 17:00:55 + cat /w/workspace/device-sdk-go/1/archives/cost.csv 17:00:55 + cut -d, -f6 [Pipeline] lock 17:00:55 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1284-1-stack-cost] 17:00:55 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1284-1-stack-cost] did not exist. Created. 17:00:55 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1284-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:00:56 /w/workspace/device-sdk-go/1@tmp/durable-8498c935/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 17:00:56 + echo total: 0.10999999940395355 [Pipeline] stash 17:00:56 Warning: overwriting stash ‘stack-cost’ 17:00:57 Stashed 1 file(s) [Pipeline] } 17:00:57 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1284-1-stack-cost] [Pipeline] // lock [Pipeline] } 17:00:57 $ docker stop --time=1 19f582ec0990c8ccb7228ede1d8cf71fb8e8263b0bc3261dda1287665da49614 17:00:58 $ docker rm -f --volumes 19f582ec0990c8ccb7228ede1d8cf71fb8e8263b0bc3261dda1287665da49614 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 17:00:59 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 17:01:01 + [ -d /w/workspace/gexfoundry_device-sdk-go_PR-1284/archives ] 17:01:01 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1284/archives 17:01:01 total 16 17:01:01 drwxr-xr-x 3 root root 4096 Jan 17 16:57 . 17:01:01 drwxrwxr-x 12 jenkins jenkins 4096 Jan 17 16:57 .. 17:01:01 drwxr-xr-x 2 root root 4096 Jan 17 16:57 cost 17:01:01 -rw-r--r-- 1 root root 86 Jan 17 16:57 cost.csv 17:01:01 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-sdk-go_PR-1284/archives 17:01:01 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1284/archives 17:01:01 total 16 17:01:01 drwxr-xr-x 3 jenkins jenkins 4096 Jan 17 16:57 . 17:01:01 drwxrwxr-x 12 jenkins jenkins 4096 Jan 17 16:57 .. 17:01:01 drwxr-xr-x 2 jenkins jenkins 4096 Jan 17 16:57 cost 17:01:01 -rw-r--r-- 1 jenkins jenkins 86 Jan 17 16:57 cost.csv [Pipeline] libraryResource [Pipeline] sh 17:01:01 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:01:02 ---> package-listing.sh 17:01:02 ++ facter osfamily 17:01:02 ++ tr '[:upper:]' '[:lower:]' 17:01:02 + OS_FAMILY=debian 17:01:02 + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1284 17:01:02 + START_PACKAGES=/tmp/packages_start.txt 17:01:02 + END_PACKAGES=/tmp/packages_end.txt 17:01:02 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:01:02 + PACKAGES=/tmp/packages_start.txt 17:01:02 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1284 ']' 17:01:03 + PACKAGES=/tmp/packages_end.txt 17:01:03 + case "${OS_FAMILY}" in 17:01:03 + dpkg -l 17:01:03 + grep '^ii' 17:01:03 + '[' -f /tmp/packages_start.txt ']' 17:01:03 + '[' -f /tmp/packages_end.txt ']' 17:01:03 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:01:03 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1284 ']' 17:01:03 + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1284/archives/ 17:01:03 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-sdk-go_PR-1284/archives/ [Pipeline] echo 17:01:03 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/gexfoundry_device-sdk-go_PR-1284/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:01:03 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:01:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:01:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:01:04 prd-ubuntu20.04-docker-8c-8g-2735 does not seem to be running inside a container 17:01:04 $ 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/gexfoundry_device-sdk-go_PR-1284/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-sdk-go_PR-1284 -v /w/workspace/gexfoundry_device-sdk-go_PR-1284:/w/workspace/gexfoundry_device-sdk-go_PR-1284:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1284@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1284@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 17:01:04 $ docker top be660da6d775b68d40e85f23c8612070c278de7a6696988e7fde74af28e43a5d -eo pid,comm [Pipeline] { [Pipeline] sh 17:01:04 + touch /tmp/pre-build-complete [Pipeline] sh 17:01:05 + mkdir -p /var/log/sysstat [Pipeline] sh 17:01:05 + ls /var/log/sa-host 17:01:05 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:01:05 provisioning config files... 17:01:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1284@tmp/config787930960262407885tmp [Pipeline] { [Pipeline] echo 17:01:05 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:01:06 ---> create-netrc.sh [Pipeline] } 17:01:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 17:01:06 ---> python-tools-install.sh [Pipeline] echo 17:01:06 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:01:06 ---> sudo-logs.sh 17:01:06 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:01:06 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:01:07 ---> job-cost.sh 17:01:07 lf-activate-venv: SKIPPING 17:01:07 DEBUG: total: 0.2199999988079071 17:01:07 INFO: Retrieving Stack Cost... 17:01:07 INFO: Retrieving Pricing Info for: v3-standard-8 17:01:08 INFO: Archiving Costs [Pipeline] echo 17:01:08 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:01:08 ---> logs-deploy.sh 17:01:08 lf-activate-venv: SKIPPING 17:01:08 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1284/1 17:01:08 INFO: archiving workspace using pattern(s): 17:01:09 Archives upload complete. 17:01:09 INFO: archiving logs to Nexus 17:01:10 ---> uname -a: 17:01:10 Linux prd-ubuntu20-04-docker-8c-8g-2735 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 17:01:10 17:01:10 17:01:10 ---> lscpu: 17:01:10 Architecture: x86_64 17:01:10 CPU op-mode(s): 32-bit, 64-bit 17:01:10 Byte Order: Little Endian 17:01:10 Address sizes: 40 bits physical, 48 bits virtual 17:01:10 CPU(s): 8 17:01:10 On-line CPU(s) list: 0-7 17:01:10 Thread(s) per core: 1 17:01:10 Core(s) per socket: 1 17:01:10 Socket(s): 8 17:01:10 NUMA node(s): 1 17:01:10 Vendor ID: AuthenticAMD 17:01:10 CPU family: 23 17:01:10 Model: 49 17:01:10 Model name: AMD EPYC-Rome Processor 17:01:10 Stepping: 0 17:01:10 CPU MHz: 2799.996 17:01:10 BogoMIPS: 5599.99 17:01:10 Virtualization: AMD-V 17:01:10 Hypervisor vendor: KVM 17:01:10 Virtualization type: full 17:01:10 L1d cache: 256 KiB 17:01:10 L1i cache: 256 KiB 17:01:10 L2 cache: 4 MiB 17:01:10 L3 cache: 128 MiB 17:01:10 NUMA node0 CPU(s): 0-7 17:01:10 Vulnerability Itlb multihit: Not affected 17:01:10 Vulnerability L1tf: Not affected 17:01:10 Vulnerability Mds: Not affected 17:01:10 Vulnerability Meltdown: Not affected 17:01:10 Vulnerability Mmio stale data: Not affected 17:01:10 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:01:10 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 17:01:10 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 17:01:10 Vulnerability Srbds: Not affected 17:01:10 Vulnerability Tsx async abort: Not affected 17:01:10 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 17:01:10 17:01:10 17:01:10 ---> nproc: 17:01:10 8 17:01:10 17:01:10 17:01:10 ---> df -h: 17:01:10 Filesystem Size Used Avail Use% Mounted on 17:01:10 overlay 155G 12G 144G 8% / 17:01:10 tmpfs 64M 0 64M 0% /dev 17:01:10 tmpfs 16G 0 16G 0% /sys/fs/cgroup 17:01:10 shm 64M 0 64M 0% /dev/shm 17:01:10 /dev/vda1 155G 12G 144G 8% /facter-os 17:01:10 17:01:10 17:01:10 ---> sar -b -r -n DEV: 17:01:10 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2735) 01/17/23 _x86_64_ (8 CPU) 17:01:10 17:01:10 16:55:03 LINUX RESTART (8 CPU) 17:01:10 17:01:10 16:56:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:01:10 16:57:01 199.41 5.32 194.09 0.00 442.23 79929.77 0.00 17:01:10 16:58:01 46.66 0.32 46.34 0.00 10.66 16907.20 0.00 17:01:10 16:59:01 1.12 0.00 1.12 0.00 0.00 12.66 0.00 17:01:10 17:00:01 1.65 0.00 1.65 0.00 0.00 18.80 0.00 17:01:10 17:01:01 57.33 11.60 45.73 0.00 5175.87 8829.32 0.00 17:01:10 Average: 60.77 3.44 57.33 0.00 1128.14 20941.86 0.00 17:01:10 17:01:10 16:56:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:01:10 16:57:01 28434252 31547940 750392 2.28 144068 3184784 1943908 5.73 1105364 2905792 676 17:01:10 16:58:01 27949776 31573548 723396 2.20 152020 3636932 1762172 5.19 1110428 3333144 16 17:01:10 16:59:01 27949440 31573304 723388 2.20 152076 3636936 1762172 5.19 1110308 3333152 12 17:01:10 17:00:01 27957420 31581512 714800 2.17 152124 3636928 1762172 5.19 1101916 3333272 16 17:01:10 17:01:01 27423812 31559044 726692 2.21 186436 4092836 1814172 5.35 1428788 3504680 152 17:01:10 Average: 27942940 31567070 727734 2.21 157345 3637683 1808919 5.33 1171361 3282008 174 17:01:10 17:01:10 16:56:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:01:10 16:57:01 docker0 188.82 237.98 15.30 2005.94 0.00 0.00 0.00 0.00 17:01:10 16:57:01 veth176e0c3 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 17:01:10 16:57:01 ens3 427.94 336.04 6120.63 74.87 0.00 0.00 0.00 0.00 17:01:10 16:57:01 lo 2.91 2.91 0.29 0.29 0.00 0.00 0.00 0.00 17:01:10 16:58:01 docker0 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 17:01:10 16:58:01 ens3 106.65 68.16 2536.49 14.83 0.00 0.00 0.00 0.00 17:01:10 16:58:01 lo 1.13 1.13 0.10 0.10 0.00 0.00 0.00 0.00 17:01:10 16:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:01:10 16:59:01 ens3 0.28 0.30 0.25 0.20 0.00 0.00 0.00 0.00 17:01:10 16:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:01:10 17:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:01:10 17:00:01 ens3 0.50 0.13 0.05 0.01 0.00 0.00 0.00 0.00 17:01:10 17:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:01:10 17:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:01:10 17:01:01 ens3 145.48 90.25 2754.05 7.17 0.00 0.00 0.00 0.00 17:01:10 17:01:01 lo 0.80 0.80 0.08 0.08 0.00 0.00 0.00 0.00 17:01:10 Average: docker0 37.26 46.96 3.02 395.80 0.00 0.00 0.00 0.00 17:01:10 Average: ens3 135.19 98.18 2269.40 19.23 0.00 0.00 0.00 0.00 17:01:10 Average: lo 1.00 1.00 0.10 0.10 0.00 0.00 0.00 0.00 17:01:10 17:01:10 17:01:10 ---> sar -P ALL: 17:01:10 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2735) 01/17/23 _x86_64_ (8 CPU) 17:01:10 17:01:10 16:55:03 LINUX RESTART (8 CPU) 17:01:10 17:01:10 16:56:02 CPU %user %nice %system %iowait %steal %idle 17:01:10 16:57:01 all 8.89 0.00 4.21 3.32 0.06 83.52 17:01:10 16:57:01 0 9.14 0.00 3.58 0.22 0.07 86.99 17:01:10 16:57:01 1 10.07 0.00 3.48 2.73 0.09 83.63 17:01:10 16:57:01 2 7.91 0.00 3.54 1.05 0.05 87.45 17:01:10 16:57:01 3 8.82 0.00 5.29 1.03 0.07 84.78 17:01:10 16:57:01 4 8.23 0.00 3.90 4.00 0.05 83.81 17:01:10 16:57:01 5 8.88 0.00 4.89 1.33 0.05 84.85 17:01:10 16:57:01 6 9.40 0.00 3.74 0.27 0.05 86.54 17:01:10 16:57:01 7 8.63 0.00 5.29 15.99 0.05 70.03 17:01:10 16:58:01 all 3.16 0.00 1.33 0.64 0.06 94.81 17:01:10 16:58:01 0 4.70 0.00 1.08 0.03 0.03 94.15 17:01:10 16:58:01 1 3.04 0.00 1.63 0.02 0.05 95.26 17:01:10 16:58:01 2 3.38 0.00 1.31 1.31 0.08 93.91 17:01:10 16:58:01 3 2.53 0.00 1.06 0.22 0.03 96.16 17:01:10 16:58:01 4 2.50 0.00 1.19 0.25 0.10 95.95 17:01:10 16:58:01 5 3.45 0.00 1.39 0.08 0.03 95.04 17:01:10 16:58:01 6 3.22 0.00 1.06 0.50 0.03 95.19 17:01:10 16:58:01 7 2.46 0.00 1.94 2.71 0.08 92.81 17:01:10 16:59:01 all 0.26 0.00 0.01 0.01 0.01 99.71 17:01:10 16:59:01 0 1.97 0.00 0.00 0.00 0.02 98.01 17:01:10 16:59:01 1 0.02 0.00 0.05 0.00 0.02 99.92 17:01:10 16:59:01 2 0.00 0.00 0.00 0.00 0.00 100.00 17:01:10 16:59:01 3 0.02 0.00 0.02 0.03 0.00 99.93 17:01:10 16:59:01 4 0.00 0.00 0.00 0.00 0.02 99.98 17:01:10 16:59:01 5 0.05 0.00 0.03 0.00 0.00 99.92 17:01:10 16:59:01 6 0.02 0.00 0.02 0.00 0.02 99.95 17:01:10 16:59:01 7 0.00 0.00 0.00 0.02 0.02 99.97 17:01:10 17:00:01 all 0.16 0.00 0.02 0.00 0.01 99.81 17:01:10 17:00:01 0 1.08 0.00 0.02 0.00 0.00 98.91 17:01:10 17:00:01 1 0.07 0.00 0.02 0.00 0.02 99.90 17:01:10 17:00:01 2 0.02 0.00 0.02 0.00 0.02 99.95 17:01:10 17:00:01 3 0.02 0.00 0.00 0.00 0.00 99.98 17:01:10 17:00:01 4 0.02 0.00 0.02 0.00 0.00 99.97 17:01:10 17:00:01 5 0.07 0.00 0.02 0.00 0.00 99.92 17:01:10 17:00:01 6 0.03 0.00 0.02 0.00 0.00 99.95 17:01:10 17:00:01 7 0.02 0.00 0.03 0.00 0.03 99.92 17:01:10 17:01:01 all 2.21 0.00 1.43 0.76 0.03 95.56 17:01:10 17:01:01 0 1.41 0.00 0.75 0.12 0.02 97.70 17:01:10 17:01:01 1 4.42 0.00 2.87 0.37 0.03 92.31 17:01:10 17:01:01 2 2.51 0.00 1.40 0.84 0.02 95.24 17:01:10 17:01:01 3 1.30 0.00 1.12 3.04 0.05 94.48 17:01:10 17:01:01 4 2.54 0.00 2.42 0.12 0.02 94.91 17:01:10 17:01:01 5 2.15 0.00 0.88 0.88 0.03 96.04 17:01:10 17:01:01 6 1.60 0.00 1.07 0.15 0.03 97.15 17:01:10 17:01:01 7 1.79 0.00 0.95 0.57 0.05 96.64 17:01:10 Average: all 2.90 0.00 1.38 0.93 0.03 94.75 17:01:10 Average: 0 3.62 0.00 1.07 0.07 0.03 95.21 17:01:10 Average: 1 3.48 0.00 1.60 0.61 0.04 94.27 17:01:10 Average: 2 2.73 0.00 1.24 0.64 0.03 95.36 17:01:10 Average: 3 2.50 0.00 1.47 0.86 0.03 95.14 17:01:10 Average: 4 2.62 0.00 1.49 0.86 0.04 94.99 17:01:10 Average: 5 2.88 0.00 1.42 0.45 0.02 95.22 17:01:10 Average: 6 2.82 0.00 1.16 0.18 0.03 95.81 17:01:10 Average: 7 2.54 0.00 1.62 3.78 0.05 92.01 17:01:10 17:01:10 17:01:10