Pull request #1135 updated Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 6aef21c2b2ddd7be379536ee5c017a0bd0cfcf57+db005db0661b6aa55dca2c75477a49f23130ceb1 (3b846048aefc1cc5b337974aec30f09e308a4169) 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-ssh1200981714841377379.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision c72b16708d6eed9a08be464a432ce22db7d90667 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-ssh4290347434351622583.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 c72b16708d6eed9a08be464a432ce22db7d90667 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/PR-1135/workspace@libs/edgex-global-pipelines/.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/PR-1135/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh7818201339616552722.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision c72b16708d6eed9a08be464a432ce22db7d90667 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c72b16708d6eed9a08be464a432ce22db7d90667 # timeout=10 Commit message: "Merge pull request #378 from ernestojeda/ubuntu-20-changes" > 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 shared 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-ssh13385608153737853378.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 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/PR-1135/workspace@libs/lf-pipelines/.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/PR-1135/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh15656851773982471699.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > 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 shared 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.17 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-ubuntu20.04-docker-8c-8g-21044 in /w/workspace/gexfoundry_device-sdk-go_PR-1135 [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-1135 # 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/1135/head:refs/remotes/origin/PR-1135 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit db005db0661b6aa55dca2c75477a49f23130ceb1 into PR head commit 6aef21c2b2ddd7be379536ee5c017a0bd0cfcf57 Merge succeeded, producing 6aef21c2b2ddd7be379536ee5c017a0bd0cfcf57 Checking out Revision 6aef21c2b2ddd7be379536ee5c017a0bd0cfcf57 (PR-1135) > git config core.sparsecheckout # timeout=10 > git checkout -f 6aef21c2b2ddd7be379536ee5c017a0bd0cfcf57 # 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 db005db0661b6aa55dca2c75477a49f23130ceb1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6aef21c2b2ddd7be379536ee5c017a0bd0cfcf57 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2" > git rev-list --no-walk 10e7d0009c0e9c883d366788e257063d3f749dea # timeout=10 First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:35:49 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:35:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:35:49 ========================================================= 07:35:49 EdgeX Global Pipelines Version Info 07:35:49 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:35:50 ------------------- 07:35:50 stable info: 07:35:50 ------------------- 07:35:50 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:35:50 Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 07:35:50 Message: update stable to v1.0.221 07:35:51 ------------------- 07:35:51 experimental info: 07:35:51 ------------------- 07:35:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:35:51 Commit SHA: 2d41b7a85c8a62c0c33f5e39ad1462a101ac531d 07:35:51 Message: update experimental to v1.0.222 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:35:51 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 07:35:51 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 07:35:51 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:35:51 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:35:51 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:35:51 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 07:35:51 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 07:35:51 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 07:35:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:35:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:35:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 07:35:51 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 07:35:51 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:35:51 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:35:51 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:35:51 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 07:35:51 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:35:51 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:35:51 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:35:51 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:35:51 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:35:51 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 07:35:51 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:35:51 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:35:51 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 07:35:51 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 07:35:51 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1135 [Pipeline] echo 07:35:51 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1135 [Pipeline] echo 07:35:51 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1135 [Pipeline] echo 07:35:51 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6aef21c2b2ddd7be379536ee5c017a0bd0cfcf57 [Pipeline] echo 07:35:51 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6aef21c [Pipeline] echo 07:35:51 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:35:51 provisioning config files... 07:35:52 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1135@tmp/config5170120537418321092tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:35:52 ---> docker-login.sh 07:35:52 nexus3.edgexfoundry.org:10001 07:35:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:35:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:35:52 Configure a credential helper to remove this warning. See 07:35:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:35:52 07:35:52 Login Succeeded 07:35:52 nexus3.edgexfoundry.org:10002 07:35:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:35:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:35:52 Configure a credential helper to remove this warning. See 07:35:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:35:52 07:35:52 Login Succeeded 07:35:52 nexus3.edgexfoundry.org:10003 07:35:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:35:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:35:53 Configure a credential helper to remove this warning. See 07:35:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:35:53 07:35:53 Login Succeeded 07:35:53 nexus3.edgexfoundry.org:10004 07:35:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:35:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:35:53 Configure a credential helper to remove this warning. See 07:35:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:35:53 07:35:53 Login Succeeded 07:35:53 docker.io 07:35:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:35:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:35:53 Configure a credential helper to remove this warning. See 07:35:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:35:53 07:35:53 Login Succeeded 07:35:53 ---> docker-login.sh ends [Pipeline] } 07:35:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 07:35:54 + git rev-list -1 --merges 6aef21c2b2ddd7be379536ee5c017a0bd0cfcf57~1..6aef21c2b2ddd7be379536ee5c017a0bd0cfcf57 [Pipeline] echo 07:35:54 -----------> git rev-list -1 --merges 6aef21c2b2ddd7be379536ee5c017a0bd0cfcf57~1..6aef21c2b2ddd7be379536ee5c017a0bd0cfcf57 6aef21c2b2ddd7be379536ee5c017a0bd0cfcf57 [false] [Pipeline] sh 07:35:54 + git log --format=format:%s -1 6aef21c2b2ddd7be379536ee5c017a0bd0cfcf57 [Pipeline] echo 07:35:54 ========================================================= 07:35:54 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 07:35:54 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:35:54 + git log --format=format:%s -1 6aef21c2b2ddd7be379536ee5c017a0bd0cfcf57 [Pipeline] echo 07:35:54 [semverPrep] GIT_COMMIT: 6aef21c2b2ddd7be379536ee5c017a0bd0cfcf57, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2 [Pipeline] echo 07:35:54 [semverPrep] This is not a build commit. [Pipeline] sh 07:35:55 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:35:55 + grep -v github /etc/ssh/ssh_known_hosts 07:35:55 + [ -e /tmp/ssh_known_hosts ] 07:35:55 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 07:35:55 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 07:35:55 + sudo tee -a /etc/ssh/ssh_known_hosts 07:35:55 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 07:35:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:35:55 07:35:55 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:35:55 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:35:55 latest: Pulling from edgex-devops/git-semver 07:35:55 a0d0a0d46f8b: Pulling fs layer 07:35:55 3e5f54012d9b: Pulling fs layer 07:35:55 4c7163046ea9: Pulling fs layer 07:35:55 0c2d73faf560: Pulling fs layer 07:35:55 0c2d73faf560: Waiting 07:35:55 3e5f54012d9b: Verifying Checksum 07:35:55 3e5f54012d9b: Download complete 07:35:55 a0d0a0d46f8b: Verifying Checksum 07:35:55 a0d0a0d46f8b: Download complete 07:35:55 4c7163046ea9: Verifying Checksum 07:35:55 4c7163046ea9: Download complete 07:35:55 0c2d73faf560: Download complete 07:35:56 a0d0a0d46f8b: Pull complete 07:35:56 3e5f54012d9b: Pull complete 07:35:56 4c7163046ea9: Pull complete 07:35:56 0c2d73faf560: Pull complete 07:35:56 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 07:35:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:35:56 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:35:56 prd-ubuntu20.04-docker-8c-8g-21044 does not seem to be running inside a container 07:35:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-sdk-go_PR-1135 -v /w/workspace/gexfoundry_device-sdk-go_PR-1135:/w/workspace/gexfoundry_device-sdk-go_PR-1135:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1135@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1135@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:35:57 $ docker top cbff339f02ccf00ca6641332f01de5077f6d989b80501fbf3fc982002ec2ed55 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:35:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:35:57 [ssh-agent] Looking for ssh-agent implementation... 07:35:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:35:57 $ docker exec cbff339f02ccf00ca6641332f01de5077f6d989b80501fbf3fc982002ec2ed55 ssh-agent 07:35:58 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXEPOCoA/agent.13 07:35:58 SSH_AGENT_PID=19 07:35:58 Running ssh-add (command line suppressed) 07:35:58 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1135@tmp/private_key_6670854399940283743.key (/w/workspace/gexfoundry_device-sdk-go_PR-1135@tmp/private_key_6670854399940283743.key) 07:35:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:35:58 + git tag --points-at HEAD [Pipeline] } 07:35:58 $ docker exec --env ******** --env ******** cbff339f02ccf00ca6641332f01de5077f6d989b80501fbf3fc982002ec2ed55 ssh-agent -k 07:35:58 unset SSH_AUTH_SOCK; 07:35:58 unset SSH_AGENT_PID; 07:35:58 echo Agent pid 19 killed; 07:35:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:35:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:35:58 [ssh-agent] Looking for ssh-agent implementation... 07:35:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:35:58 $ docker exec cbff339f02ccf00ca6641332f01de5077f6d989b80501fbf3fc982002ec2ed55 ssh-agent 07:35:59 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXpkbKNf/agent.52 07:35:59 SSH_AGENT_PID=58 07:35:59 Running ssh-add (command line suppressed) 07:35:59 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1135@tmp/private_key_2666852023891725070.key (/w/workspace/gexfoundry_device-sdk-go_PR-1135@tmp/private_key_2666852023891725070.key) 07:35:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:35:59 + git semver init 07:35:59 # -> Open(): unable to determine branch for HEAD 07:35:59 # $GIT_DIR = /w/workspace/gexfoundry_device-sdk-go_PR-1135/.git 07:35:59 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-sdk-go_PR-1135 07:35:59 # $SEMVER_REMOTE_NAME = origin 07:35:59 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:35:59 # $SEMVER_USER_NAME = edgex-jenkins 07:35:59 # $SEMVER_BRANCH = PR-1135 07:35:59 # $SEMVER_TEMP = /tmp/semver-883705768 07:35:59 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 07:36:00 # '/tmp/semver-883705768' -> '/w/workspace/gexfoundry_device-sdk-go_PR-1135/.semver' 07:36:00 # -> Force: false 07:36:00 # $SEMVER_DIR = /w/workspace/gexfoundry_device-sdk-go_PR-1135/.semver [Pipeline] } 07:36:00 $ docker exec --env ******** --env ******** cbff339f02ccf00ca6641332f01de5077f6d989b80501fbf3fc982002ec2ed55 ssh-agent -k 07:36:00 unset SSH_AUTH_SOCK; 07:36:00 unset SSH_AGENT_PID; 07:36:00 echo Agent pid 58 killed; 07:36:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:36:01 + git semver [Pipeline] } 07:36:01 $ docker stop --time=1 cbff339f02ccf00ca6641332f01de5077f6d989b80501fbf3fc982002ec2ed55 07:36:02 $ docker rm -f cbff339f02ccf00ca6641332f01de5077f6d989b80501fbf3fc982002ec2ed55 [Pipeline] // withDockerContainer [Pipeline] sh 07:36:03 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:36:03 Stashed 1 file(s) [Pipeline] echo 07:36:03 [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 07:36:03 provisioning config files... 07:36:03 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1135@tmp/config7943223508327762908tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:36:03 ---> docker-login.sh 07:36:03 nexus3.edgexfoundry.org:10001 07:36:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:36:03 Configure a credential helper to remove this warning. See 07:36:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:36:03 07:36:03 Login Succeeded 07:36:03 nexus3.edgexfoundry.org:10002 07:36:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:36:04 Configure a credential helper to remove this warning. See 07:36:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:36:04 07:36:04 Login Succeeded 07:36:04 nexus3.edgexfoundry.org:10003 07:36:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:36:04 Configure a credential helper to remove this warning. See 07:36:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:36:04 07:36:04 Login Succeeded 07:36:04 nexus3.edgexfoundry.org:10004 07:36:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:36:04 Configure a credential helper to remove this warning. See 07:36:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:36:04 07:36:04 Login Succeeded 07:36:04 docker.io 07:36:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:36:04 Configure a credential helper to remove this warning. See 07:36:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:36:04 07:36:04 Login Succeeded 07:36:04 ---> docker-login.sh ends [Pipeline] } 07:36:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:36:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:36:04 ========================================================= 07:36:04 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 07:36:04 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 07:36:04 + 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.17-alpine --build-arg MAKE=echo noop --target=builder . 07:36:04 Sending build context to Docker daemon 9.62MB 07:36:04 Step 1/11 : ARG BASE=golang:1.17-alpine3.15 07:36:04 Step 2/11 : FROM ${BASE} AS builder 07:36:05 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 07:36:05 59bf1c3509f3: Pulling fs layer 07:36:05 666ba61612fd: Pulling fs layer 07:36:05 8ed8ca486205: Pulling fs layer 07:36:05 4fe6c5a15a65: Pulling fs layer 07:36:05 22a0e8bec74d: Pulling fs layer 07:36:05 640e595b4fbd: Pulling fs layer 07:36:05 763cafe07f6e: Pulling fs layer 07:36:05 0c0b528cf693: Pulling fs layer 07:36:05 10935f4eaf8b: Pulling fs layer 07:36:05 4fe6c5a15a65: Waiting 07:36:05 0c0b528cf693: Waiting 07:36:05 763cafe07f6e: Waiting 07:36:05 10935f4eaf8b: Waiting 07:36:05 22a0e8bec74d: Waiting 07:36:05 640e595b4fbd: Waiting 07:36:05 8ed8ca486205: Verifying Checksum 07:36:05 8ed8ca486205: Download complete 07:36:05 666ba61612fd: Download complete 07:36:05 22a0e8bec74d: Verifying Checksum 07:36:05 22a0e8bec74d: Download complete 07:36:05 640e595b4fbd: Verifying Checksum 07:36:05 640e595b4fbd: Download complete 07:36:05 763cafe07f6e: Verifying Checksum 07:36:05 763cafe07f6e: Download complete 07:36:05 59bf1c3509f3: Verifying Checksum 07:36:05 59bf1c3509f3: Download complete 07:36:05 0c0b528cf693: Verifying Checksum 07:36:05 0c0b528cf693: Download complete 07:36:05 59bf1c3509f3: Pull complete 07:36:05 666ba61612fd: Pull complete 07:36:05 8ed8ca486205: Pull complete 07:36:05 10935f4eaf8b: Verifying Checksum 07:36:05 10935f4eaf8b: Download complete 07:36:06 4fe6c5a15a65: Verifying Checksum 07:36:06 4fe6c5a15a65: Download complete 07:36:10 4fe6c5a15a65: Pull complete 07:36:10 22a0e8bec74d: Pull complete 07:36:10 640e595b4fbd: Pull complete 07:36:10 763cafe07f6e: Pull complete 07:36:10 0c0b528cf693: Pull complete 07:36:12 10935f4eaf8b: Pull complete 07:36:12 Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 07:36:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 07:36:12 ---> 99d49a6021b9 07:36:12 Step 3/11 : ARG MAKE=make build 07:36:15 ---> Running in a33db8966cc8 07:36:15 Removing intermediate container a33db8966cc8 07:36:15 ---> 54b38cc03ead 07:36:15 Step 4/11 : WORKDIR /device-sdk-go 07:36:15 ---> Running in 31992bd801cc 07:36:15 Removing intermediate container 31992bd801cc 07:36:15 ---> 640053b4805c 07:36:15 Step 5/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:36:15 ---> Running in 483a7a2dc194 07:36:16 Removing intermediate container 483a7a2dc194 07:36:16 ---> d05f7a13a76f 07:36:16 Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:36:16 ---> Running in fbd13a557872 07:36:17 Removing intermediate container fbd13a557872 07:36:17 ---> 18d5b420e3b9 07:36:17 Step 7/11 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 07:36:17 ---> Running in 8e50a82eba05 07:36:17 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 07:36:18 Still waiting to schedule task 07:36:18 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 07:36:18 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 07:36:18 OK: 221 MiB in 52 packages 07:36:19 Removing intermediate container 8e50a82eba05 07:36:19 ---> 2660f1493393 07:36:19 Step 8/11 : COPY go.mod vendor* ./ 07:36:19 ---> 3370c36cb7d2 07:36:19 Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:36:19 ---> Running in 715ca23dccd2 07:36:37 Removing intermediate container 715ca23dccd2 07:36:37 ---> 2451174ed047 07:36:37 Step 10/11 : COPY . . 07:36:38 ---> bc0f650d29c4 07:36:38 Step 11/11 : RUN ${MAKE} 07:36:38 ---> Running in ea57ecc290e5 07:36:38 noop 07:36:38 Removing intermediate container ea57ecc290e5 07:36:38 ---> a3c75bcd7c2e 07:36:38 Successfully built a3c75bcd7c2e 07:36:38 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:36:39 + docker inspect -f . ci-base-image-x86_64 07:36:39 . [Pipeline] withDockerContainer 07:36:39 prd-ubuntu20.04-docker-8c-8g-21044 does not seem to be running inside a container 07:36:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1135 -v /w/workspace/gexfoundry_device-sdk-go_PR-1135:/w/workspace/gexfoundry_device-sdk-go_PR-1135:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1135@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1135@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 ******** ci-base-image-x86_64 cat 07:36:39 $ docker top 75b9db3d394915153b5b6b6ab79b0404b5b93e5d9e4dcc12c411e519a97c7b4f -eo pid,comm [Pipeline] { [Pipeline] sh 07:36:40 + go version 07:36:40 go version go1.17.6 linux/amd64 [Pipeline] } 07:36:40 $ docker stop --time=1 75b9db3d394915153b5b6b6ab79b0404b5b93e5d9e4dcc12c411e519a97c7b4f 07:36:41 $ docker rm -f 75b9db3d394915153b5b6b6ab79b0404b5b93e5d9e4dcc12c411e519a97c7b4f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:36:41 + docker inspect -f . ci-base-image-x86_64 07:36:41 . [Pipeline] withDockerContainer 07:36:41 prd-ubuntu20.04-docker-8c-8g-21044 does not seem to be running inside a container 07:36:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1135 -v /w/workspace/gexfoundry_device-sdk-go_PR-1135:/w/workspace/gexfoundry_device-sdk-go_PR-1135:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1135@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1135@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 ******** ci-base-image-x86_64 cat 07:36:42 $ docker top 39a83b03787776ef67f8388afe28c6b50e14825591cb975e2e5c2a1ca5eaaf51 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 07:36:42 + make test 07:36:42 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:36:49 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 07:37:01 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 07:37:01 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 07:37:01 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 07:37:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.069s coverage: 23.3% of statements 07:37:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 07:37:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.059s coverage: 27.6% of statements 07:37:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.072s coverage: 78.9% of statements 07:37:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.075s coverage: 10.8% of statements 07:37:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 07:37:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 07:37:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 07:37:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.093s coverage: 34.7% of statements 07:37:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 07:37:02 ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.084s coverage: 86.1% of statements 07:37:02 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 07:37:02 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 07:37:02 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.109s coverage: 65.1% of statements 07:37:02 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.871s coverage: 89.2% of statements 07:37:02 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 07:37:02 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.058s coverage: 4.7% of statements 07:37:02 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 07:37:20 GO111MODULE=on go vet ./... 07:37:23 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 07:37:23 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 07:37:23 ./bin/test-attribution-txt.sh [Pipeline] echo 07:37:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 07:37:23 $ docker stop --time=1 39a83b03787776ef67f8388afe28c6b50e14825591cb975e2e5c2a1ca5eaaf51 07:37:26 $ docker rm -f 39a83b03787776ef67f8388afe28c6b50e14825591cb975e2e5c2a1ca5eaaf51 [Pipeline] // withDockerContainer [Pipeline] sh 07:37:26 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:37:26 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 07:37:27 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:37:28 + ls -al . 07:37:28 total 316 07:37:28 drwxrwxr-x 11 jenkins jenkins 4096 Apr 15 07:37 . 07:37:28 drwxrwxr-x 4 jenkins jenkins 4096 Apr 15 07:35 .. 07:37:28 -rw-rw-r-- 1 jenkins jenkins 140 Apr 15 07:35 .dockerignore 07:37:28 drwxrwxr-x 8 jenkins jenkins 4096 Apr 15 07:35 .git 07:37:28 drwxrwxr-x 2 jenkins jenkins 4096 Apr 15 07:35 .github 07:37:28 -rw-rw-r-- 1 jenkins jenkins 131 Apr 15 07:35 .gitignore 07:37:28 -rw-rw-r-- 1 jenkins jenkins 42 Apr 15 07:35 .golangci.yml 07:37:28 drwx------ 3 jenkins jenkins 4096 Apr 15 07:36 .semver 07:37:28 -rw-rw-r-- 1 jenkins jenkins 26321 Apr 15 07:35 CHANGELOG.md 07:37:28 -rw-rw-r-- 1 jenkins jenkins 677 Apr 15 07:35 GOVERNANCE.md 07:37:28 -rw-rw-r-- 1 jenkins jenkins 880 Apr 15 07:35 Jenkinsfile 07:37:28 -rw-rw-r-- 1 jenkins jenkins 11341 Apr 15 07:35 LICENSE 07:37:28 -rw-rw-r-- 1 jenkins jenkins 2015 Apr 15 07:35 Makefile 07:37:28 -rw-rw-r-- 1 jenkins jenkins 619 Apr 15 07:35 OWNERS.md 07:37:28 -rw-rw-r-- 1 jenkins jenkins 4881 Apr 15 07:35 README.md 07:37:28 -rw-rw-r-- 1 jenkins jenkins 5 Apr 15 07:36 VERSION 07:37:28 drwxrwxr-x 2 jenkins jenkins 4096 Apr 15 07:35 bin 07:37:28 -rw-r--r-- 1 jenkins jenkins 129788 Apr 15 07:37 coverage.out 07:37:28 drwxrwxr-x 5 jenkins jenkins 4096 Apr 15 07:35 example 07:37:28 -rw-rw-r-- 1 jenkins jenkins 3106 Apr 15 07:35 go.mod 07:37:28 -rw-rw-r-- 1 jenkins jenkins 53786 Apr 15 07:35 go.sum 07:37:28 drwxrwxr-x 15 jenkins jenkins 4096 Apr 15 07:35 internal 07:37:28 drwxrwxr-x 3 jenkins jenkins 4096 Apr 15 07:35 openapi 07:37:28 drwxrwxr-x 5 jenkins jenkins 4096 Apr 15 07:35 pkg 07:37:28 drwxrwxr-x 4 jenkins jenkins 4096 Apr 15 07:35 snap 07:37:28 -rw-rw-r-- 1 jenkins jenkins 222 Apr 15 07:35 version.go [Pipeline] isUnix [Pipeline] sh 07:37:28 + 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=6aef21c2b2ddd7be379536ee5c017a0bd0cfcf57 --label arch=amd64 --label version=0.0.0 . 07:37:28 Sending build context to Docker daemon 9.751MB 07:37:28 Step 1/25 : ARG BASE=golang:1.17-alpine3.15 07:37:28 Step 2/25 : FROM ${BASE} AS builder 07:37:28 ---> a3c75bcd7c2e 07:37:28 Step 3/25 : ARG MAKE=make build 07:37:28 ---> Running in 63d45e574ffc 07:37:28 Removing intermediate container 63d45e574ffc 07:37:28 ---> 555a57c04078 07:37:28 Step 4/25 : WORKDIR /device-sdk-go 07:37:28 ---> Running in 1b78e50c9dda 07:37:28 Removing intermediate container 1b78e50c9dda 07:37:28 ---> 0fd0ad700f2f 07:37:28 Step 5/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:37:28 ---> Running in 9883da011c4a 07:37:28 Removing intermediate container 9883da011c4a 07:37:28 ---> a82acb0254c7 07:37:28 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:37:28 ---> Running in 8eaa661d91ec 07:37:29 Removing intermediate container 8eaa661d91ec 07:37:29 ---> 1905d2dd0eb0 07:37:29 Step 7/25 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 07:37:29 ---> Running in 3206671b0d39 07:37:29 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 07:37:30 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 07:37:30 OK: 221 MiB in 52 packages 07:37:31 Removing intermediate container 3206671b0d39 07:37:31 ---> c33b52b7cebe 07:37:31 Step 8/25 : COPY go.mod vendor* ./ 07:37:31 ---> 8395ac456bf1 07:37:31 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:37:31 ---> Running in 5a144b5ef215 07:37:31 Removing intermediate container 5a144b5ef215 07:37:31 ---> fd7de403c876 07:37:31 Step 10/25 : COPY . . 07:37:32 ---> f233e4359e31 07:37:32 Step 11/25 : RUN ${MAKE} 07:37:32 ---> Running in 6488b638099d 07:37:32 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 07:37:50 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 07:37:53 Removing intermediate container 6488b638099d 07:37:53 ---> 6f2eb2b426c9 07:37:53 Step 12/25 : FROM alpine:3.14 07:37:53 3.14: Pulling from library/alpine 07:37:53 8663204ce13b: Pulling fs layer 07:37:53 8663204ce13b: Verifying Checksum 07:37:53 8663204ce13b: Download complete 07:37:54 8663204ce13b: Pull complete 07:37:54 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 07:37:54 Status: Downloaded newer image for alpine:3.14 07:37:54 ---> e04c818066af 07:37:54 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:37:54 ---> Running in 13e48e37df71 07:37:54 Removing intermediate container 13e48e37df71 07:37:54 ---> 64748b4a39cd 07:37:54 Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:37:54 ---> Running in 59d1dac2338b 07:37:55 Removing intermediate container 59d1dac2338b 07:37:55 ---> 2f932a37acc8 07:37:55 Step 15/25 : RUN apk add --update --no-cache zeromq 07:37:55 ---> Running in 17758d294a2c 07:37:55 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 07:37:55 Running on prd-ubuntu20.04-docker-arm64-4c-16g-21045 in /w/workspace/gexfoundry_device-sdk-go_PR-1135 [Pipeline] { [Pipeline] ws 07:37:55 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 07:37:55 The recommended git tool is: git 07:37:56 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 07:37:56 (1/5) Installing libgcc (10.3.1_git20210424-r2) 07:37:56 (2/5) Installing libsodium (1.0.18-r0) 07:37:56 (3/5) Installing libstdc++ (10.3.1_git20210424-r2) 07:37:56 (4/5) Installing libzmq (4.3.4-r0) 07:37:56 (5/5) Installing zeromq (4.3.4-r0) 07:37:57 Executing busybox-1.33.1-r7.trigger 07:37:57 OK: 8 MiB in 19 packages 07:37:57 Removing intermediate container 17758d294a2c 07:37:57 ---> 4ec4ae9c288e 07:37:57 Step 16/25 : WORKDIR / 07:37:57 ---> Running in e9d7cb0fb475 07:37:57 Removing intermediate container e9d7cb0fb475 07:37:57 ---> 6c6a443d7b8f 07:37:57 Step 17/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 07:37:57 ---> ed0cd944d243 07:37:57 Step 18/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 07:37:58 ---> 3220d83052e8 07:37:58 Step 19/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 07:37:58 ---> 2728ce24a689 07:37:58 Step 20/25 : EXPOSE 59999 07:37:58 ---> Running in 5c29bb17f7ab 07:37:58 Removing intermediate container 5c29bb17f7ab 07:37:58 ---> bd13026b9c00 07:37:58 Step 21/25 : ENTRYPOINT ["/device-simple"] 07:37:58 ---> Running in c578f0d1f631 07:37:58 Removing intermediate container c578f0d1f631 07:37:58 ---> 4e05373f32f3 07:37:58 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:37:58 ---> Running in cb27d4619d03 07:37:58 Removing intermediate container cb27d4619d03 07:37:58 ---> 7006e6b121ef 07:37:58 Step 23/25 : LABEL arch=amd64 07:37:58 ---> Running in 0322338758fa 07:37:58 Removing intermediate container 0322338758fa 07:37:58 ---> dbc0c19bbed9 07:37:58 Step 24/25 : LABEL git_sha=6aef21c2b2ddd7be379536ee5c017a0bd0cfcf57 07:37:58 ---> Running in 2701d7f13242 07:37:58 Removing intermediate container 2701d7f13242 07:37:58 ---> ef0aae33b914 07:37:58 Step 25/25 : LABEL version=0.0.0 07:37:59 ---> Running in 74aef49f5c02 07:37:59 Removing intermediate container 74aef49f5c02 07:37:59 ---> ae5f3e6cb17d 07:37:59 [Warning] One or more build-args [ARCH] were not consumed 07:37:59 Successfully built ae5f3e6cb17d 07:37:59 Successfully tagged device-sdk-simple:latest [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] sh 07:37:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:37:59 07:37:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 07:37:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:37:59 latest: Pulling from edgex-lftools-log-publisher 07:37:59 5eb5b503b376: Pulling fs layer 07:37:59 5c69ac0246d0: Pulling fs layer 07:37:59 ec43610c2a17: Pulling fs layer 07:37:59 3a2ae6a8a46f: Pulling fs layer 07:37:59 33b1e0a273af: Pulling fs layer 07:37:59 5d3b04190fa2: Pulling fs layer 07:37:59 2f39f015ded8: Pulling fs layer 07:37:59 3a2ae6a8a46f: Waiting 07:37:59 33b1e0a273af: Waiting 07:37:59 5d3b04190fa2: Waiting 07:37:59 2f39f015ded8: Waiting 07:37:59 5c69ac0246d0: Verifying Checksum 07:37:59 5c69ac0246d0: Download complete 07:37:59 3a2ae6a8a46f: Verifying Checksum 07:37:59 3a2ae6a8a46f: Download complete 07:37:59 33b1e0a273af: Verifying Checksum 07:37:59 33b1e0a273af: Download complete 07:37:59 ec43610c2a17: Verifying Checksum 07:37:59 ec43610c2a17: Download complete 07:37:59 5d3b04190fa2: Verifying Checksum 07:37:59 5d3b04190fa2: Download complete 07:38:00 5eb5b503b376: Verifying Checksum 07:38:00 5eb5b503b376: Download complete 07:38:00 using credential edgex-jenkins-ssh 07:38:00 Cloning the remote Git repository 07:38:00 2f39f015ded8: Download complete 07:38:01 5eb5b503b376: Pull complete 07:38:00 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 07:38:00 > git init /w/workspace/device-sdk-go/2 # timeout=10 07:38:00 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:38:00 > git --version # timeout=10 07:38:00 > git --version # 'git version 2.25.1' 07:38:00 using GIT_SSH to set credentials SSH Credentials for GitHub 07:38:00 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:38:01 5c69ac0246d0: Pull complete 07:38:01 ec43610c2a17: Pull complete 07:38:02 3a2ae6a8a46f: Pull complete 07:38:02 33b1e0a273af: Pull complete 07:38:02 5d3b04190fa2: Pull complete 07:38:02 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:38:02 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:38:02 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:38:02 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:38:02 using GIT_SSH to set credentials SSH Credentials for GitHub 07:38:02 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1135/head:refs/remotes/origin/PR-1135 +refs/heads/main:refs/remotes/origin/main # timeout=10 07:38:02 Merging remotes/origin/main commit db005db0661b6aa55dca2c75477a49f23130ceb1 into PR head commit 6aef21c2b2ddd7be379536ee5c017a0bd0cfcf57 07:38:03 Merge succeeded, producing 6aef21c2b2ddd7be379536ee5c017a0bd0cfcf57 07:38:03 Checking out Revision 6aef21c2b2ddd7be379536ee5c017a0bd0cfcf57 (PR-1135) 07:38:02 > git config core.sparsecheckout # timeout=10 07:38:02 > git checkout -f 6aef21c2b2ddd7be379536ee5c017a0bd0cfcf57 # timeout=10 07:38:03 > git remote # timeout=10 07:38:03 > git config --get remote.origin.url # timeout=10 07:38:03 using GIT_SSH to set credentials SSH Credentials for GitHub 07:38:03 > git merge db005db0661b6aa55dca2c75477a49f23130ceb1 # timeout=10 07:38:03 > git rev-parse HEAD^{commit} # timeout=10 07:38:03 > git config core.sparsecheckout # timeout=10 07:38:03 > git checkout -f 6aef21c2b2ddd7be379536ee5c017a0bd0cfcf57 # timeout=10 07:38:06 2f39f015ded8: Pull complete 07:38:06 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 07:38:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:38:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 07:38:06 prd-ubuntu20.04-docker-8c-8g-21044 does not seem to be running inside a container 07:38:06 $ 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-1135 -v /w/workspace/gexfoundry_device-sdk-go_PR-1135:/w/workspace/gexfoundry_device-sdk-go_PR-1135:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1135@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1135@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 07:38:07 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2" 07:38:07 07:38:07 GitHub has been notified of this commit’s build result 07:38:07 07:38:08 $ docker top 3177c602f360e184e68381fd89d331090488f40b54aff26c7730e73cc038d3fc -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:38:09 ---> job-cost.sh 07:38:09 lf-activate-venv: SKIPPING 07:38:09 INFO: No Stack... 07:38:09 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 07:38:09 % Total % Received % Xferd Average Speed Time Time Time Current 07:38:09 Dload Upload Total Spent Left Speed 07:38:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 89719 0 --:--:-- --:--:-- --:--:-- 89719 [Pipeline] sh 07:38:09 INFO: Retrieving Pricing Info for: v3-standard-8 07:38:09 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 07:38:09 INFO: Archiving Costs [Pipeline] sh 07:38:10 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 07:38:10 + sudo tee /etc/docker/daemon.new 07:38:10 { 07:38:10 "registry-mirrors": [ 07:38:10 "https://nexus3.edgexfoundry.org:10001" 07:38:10 ], 07:38:10 "bip": "10.250.0.254/24", 07:38:10 "hosts": [ 07:38:10 "tcp://0.0.0.0:5555", 07:38:10 "unix:///var/run/docker.sock" 07:38:10 ], 07:38:10 "mtu": 1458, 07:38:10 "selinux-enabled": true, 07:38:10 "seccomp-profile": "/etc/docker/seccomp.json" 07:38:10 } [Pipeline] sh 07:38:10 + cat /w/workspace/gexfoundry_device-sdk-go_PR-1135/archives/cost.csv 07:38:10 + cut -d, -f6 [Pipeline] lock 07:38:10 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1135-2-stack-cost] 07:38:10 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1135-2-stack-cost] did not exist. Created. 07:38:10 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1135-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:38:10 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 07:38:10 + echo total: 0.2199999988079071 [Pipeline] stash 07:38:10 Stashed 1 file(s) [Pipeline] } 07:38:10 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1135-2-stack-cost] [Pipeline] // lock [Pipeline] } 07:38:10 $ docker stop --time=1 3177c602f360e184e68381fd89d331090488f40b54aff26c7730e73cc038d3fc 07:38:11 + sudo service docker restart 07:38:12 $ docker rm -f 3177c602f360e184e68381fd89d331090488f40b54aff26c7730e73cc038d3fc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:38:29 provisioning config files... 07:38:29 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config8264832045222173717tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:38:29 ---> docker-login.sh 07:38:29 nexus3.edgexfoundry.org:10001 07:38:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:38:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:38:30 Configure a credential helper to remove this warning. See 07:38:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:38:30 07:38:30 Login Succeeded 07:38:30 nexus3.edgexfoundry.org:10002 07:38:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:38:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:38:30 Configure a credential helper to remove this warning. See 07:38:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:38:30 07:38:30 Login Succeeded 07:38:31 nexus3.edgexfoundry.org:10003 07:38:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:38:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:38:31 Configure a credential helper to remove this warning. See 07:38:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:38:31 07:38:31 Login Succeeded 07:38:31 nexus3.edgexfoundry.org:10004 07:38:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:38:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:38:32 Configure a credential helper to remove this warning. See 07:38:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:38:32 07:38:32 Login Succeeded 07:38:32 docker.io 07:38:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:38:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:38:32 Configure a credential helper to remove this warning. See 07:38:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:38:32 07:38:32 Login Succeeded 07:38:32 ---> docker-login.sh ends [Pipeline] } 07:38:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:38:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:38:33 ========================================================= 07:38:33 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 07:38:33 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 07:38:33 + 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.17-alpine --build-arg MAKE=echo noop --target=builder . 07:38:33 Sending build context to Docker daemon 5.203MB 07:38:34 Step 1/11 : ARG BASE=golang:1.17-alpine3.15 07:38:34 Step 2/11 : FROM ${BASE} AS builder 07:38:34 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:38:34 9b3977197b4f: Pulling fs layer 07:38:34 1a89e8eeedd5: Pulling fs layer 07:38:34 94645a83ff95: Pulling fs layer 07:38:34 3f3a8bcf1eab: Pulling fs layer 07:38:34 0c92f367c5e7: Pulling fs layer 07:38:34 f7c0051592d6: Pulling fs layer 07:38:34 a227ed2f7395: Pulling fs layer 07:38:34 7b1c46037f91: Pulling fs layer 07:38:34 3f3a8bcf1eab: Waiting 07:38:34 0c92f367c5e7: Waiting 07:38:34 f7c0051592d6: Waiting 07:38:34 a227ed2f7395: Waiting 07:38:34 7b1c46037f91: Waiting 07:38:34 94645a83ff95: Verifying Checksum 07:38:34 94645a83ff95: Download complete 07:38:34 1a89e8eeedd5: Verifying Checksum 07:38:34 1a89e8eeedd5: Download complete 07:38:34 0c92f367c5e7: Verifying Checksum 07:38:34 0c92f367c5e7: Download complete 07:38:34 f7c0051592d6: Verifying Checksum 07:38:34 f7c0051592d6: Download complete 07:38:34 9b3977197b4f: Verifying Checksum 07:38:34 9b3977197b4f: Download complete 07:38:34 a227ed2f7395: Verifying Checksum 07:38:34 a227ed2f7395: Download complete 07:38:34 9b3977197b4f: Pull complete 07:38:35 1a89e8eeedd5: Pull complete 07:38:35 94645a83ff95: Pull complete 07:38:36 7b1c46037f91: Verifying Checksum 07:38:36 7b1c46037f91: Download complete 07:38:37 3f3a8bcf1eab: Verifying Checksum 07:38:37 3f3a8bcf1eab: Download complete 07:38:49 3f3a8bcf1eab: Pull complete 07:38:49 0c92f367c5e7: Pull complete 07:38:49 f7c0051592d6: Pull complete 07:38:49 a227ed2f7395: Pull complete 07:38:56 7b1c46037f91: Pull complete 07:38:56 Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe 07:38:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 07:38:56 ---> f79e39bc4007 07:38:56 Step 3/11 : ARG MAKE=make build 07:38:56 ---> Running in 0c78ec8521a0 07:38:56 Removing intermediate container 0c78ec8521a0 07:38:56 ---> 6204c0cfb3d6 07:38:56 Step 4/11 : WORKDIR /device-sdk-go 07:38:56 ---> Running in 21fb9d1a864e 07:38:57 Removing intermediate container 21fb9d1a864e 07:38:57 ---> 24bcebfab1b8 07:38:57 Step 5/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:38:57 ---> Running in cde9e4359b33 07:38:57 Removing intermediate container cde9e4359b33 07:38:57 ---> 1fb739d85e81 07:38:57 Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:38:57 ---> Running in 5962ed1e715f 07:38:59 Removing intermediate container 5962ed1e715f 07:38:59 ---> bf5bbe9205de 07:38:59 Step 7/11 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 07:38:59 ---> Running in 1687bdda4923 07:39:00 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 07:39:01 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 07:39:02 OK: 220 MiB in 52 packages 07:39:03 Removing intermediate container 1687bdda4923 07:39:03 ---> cdcb70d9bc11 07:39:03 Step 8/11 : COPY go.mod vendor* ./ 07:39:03 ---> 6e56338bff83 07:39:03 Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:39:03 ---> Running in 65895c3aa543 07:39:50 Removing intermediate container 65895c3aa543 07:39:50 ---> 6915241b2636 07:39:50 Step 10/11 : COPY . . 07:39:50 ---> 020a6add73b9 07:39:50 Step 11/11 : RUN ${MAKE} 07:39:50 ---> Running in 15028e08c1fe 07:39:50 noop 07:39:50 Removing intermediate container 15028e08c1fe 07:39:50 ---> df89b9ae44f4 07:39:50 Successfully built df89b9ae44f4 07:39:50 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:39:51 + docker inspect -f . ci-base-image-arm64 07:39:51 . [Pipeline] withDockerContainer 07:39:51 prd-ubuntu20.04-docker-arm64-4c-16g-21045 does not seem to be running inside a container 07:39:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@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 ******** ci-base-image-arm64 cat 07:39:52 $ docker top fe17605b4ca2e727b207a402bc0326249a439cd09c87b9c69d62ae1f576bc809 -eo pid,comm [Pipeline] { [Pipeline] sh 07:39:53 + go version 07:39:53 go version go1.17.6 linux/arm64 [Pipeline] } 07:39:53 $ docker stop --time=1 fe17605b4ca2e727b207a402bc0326249a439cd09c87b9c69d62ae1f576bc809 07:39:55 $ docker rm -f fe17605b4ca2e727b207a402bc0326249a439cd09c87b9c69d62ae1f576bc809 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:39:55 + docker inspect -f . ci-base-image-arm64 07:39:55 . [Pipeline] withDockerContainer 07:39:56 prd-ubuntu20.04-docker-arm64-4c-16g-21045 does not seem to be running inside a container 07:39:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@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 ******** ci-base-image-arm64 cat 07:39:57 $ docker top 440bac9cd7c475f2c389b4ab810a59dbbcfd4d38f1cb8e51f403d60f83f65255 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 07:39:58 + make test 07:39:58 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:40:25 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 07:42:02 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 07:42:02 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 07:42:02 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 07:42:07 ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.322s coverage: 23.3% of statements 07:42:07 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 07:42:07 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.262s coverage: 27.6% of statements 07:42:07 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.293s coverage: 78.9% of statements 07:42:07 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.220s coverage: 10.8% of statements 07:42:07 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 07:42:07 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 07:42:07 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 07:42:13 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.457s coverage: 34.7% of statements 07:42:13 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 07:42:15 ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.327s coverage: 86.1% of statements 07:42:15 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 07:42:15 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 07:42:15 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.495s coverage: 65.1% of statements 07:42:16 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.332s coverage: 89.2% of statements 07:42:16 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 07:42:19 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.226s coverage: 4.7% of statements 07:42:19 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 07:42:19 WARNING: Linting skipped (not on x86_64 or linter not installed) 07:42:19 GO111MODULE=on go vet ./... 07:43:41 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 07:43:41 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 07:43:41 ./bin/test-attribution-txt.sh [Pipeline] echo 07:43:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 07:43:41 $ docker stop --time=1 440bac9cd7c475f2c389b4ab810a59dbbcfd4d38f1cb8e51f403d60f83f65255 07:43:43 $ docker rm -f 440bac9cd7c475f2c389b4ab810a59dbbcfd4d38f1cb8e51f403d60f83f65255 [Pipeline] // withDockerContainer [Pipeline] sh 07:43:44 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:43:44 Warning: overwriting stash ‘coverage-report’ 07:43:45 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 07:43:45 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:43:46 + ls -al . 07:43:46 total 312 07:43:46 drwxrwxr-x 10 jenkins jenkins 4096 Apr 15 07:43 . 07:43:46 drwxrwxr-x 4 jenkins jenkins 4096 Apr 15 07:38 .. 07:43:46 -rw-rw-r-- 1 jenkins jenkins 140 Apr 15 07:38 .dockerignore 07:43:46 drwxrwxr-x 8 jenkins jenkins 4096 Apr 15 07:38 .git 07:43:46 drwxrwxr-x 2 jenkins jenkins 4096 Apr 15 07:38 .github 07:43:46 -rw-rw-r-- 1 jenkins jenkins 131 Apr 15 07:38 .gitignore 07:43:46 -rw-rw-r-- 1 jenkins jenkins 42 Apr 15 07:38 .golangci.yml 07:43:46 -rw-rw-r-- 1 jenkins jenkins 26321 Apr 15 07:38 CHANGELOG.md 07:43:46 -rw-rw-r-- 1 jenkins jenkins 677 Apr 15 07:38 GOVERNANCE.md 07:43:46 -rw-rw-r-- 1 jenkins jenkins 880 Apr 15 07:38 Jenkinsfile 07:43:46 -rw-rw-r-- 1 jenkins jenkins 11341 Apr 15 07:38 LICENSE 07:43:46 -rw-rw-r-- 1 jenkins jenkins 2015 Apr 15 07:38 Makefile 07:43:46 -rw-rw-r-- 1 jenkins jenkins 619 Apr 15 07:38 OWNERS.md 07:43:46 -rw-rw-r-- 1 jenkins jenkins 4881 Apr 15 07:38 README.md 07:43:46 -rw-rw-r-- 1 jenkins jenkins 5 Apr 15 07:36 VERSION 07:43:46 drwxrwxr-x 2 jenkins jenkins 4096 Apr 15 07:38 bin 07:43:46 -rw-r--r-- 1 jenkins jenkins 129789 Apr 15 07:42 coverage.out 07:43:46 drwxrwxr-x 5 jenkins jenkins 4096 Apr 15 07:38 example 07:43:46 -rw-rw-r-- 1 jenkins jenkins 3106 Apr 15 07:38 go.mod 07:43:46 -rw-rw-r-- 1 jenkins jenkins 53786 Apr 15 07:38 go.sum 07:43:46 drwxrwxr-x 15 jenkins jenkins 4096 Apr 15 07:38 internal 07:43:46 drwxrwxr-x 3 jenkins jenkins 4096 Apr 15 07:38 openapi 07:43:46 drwxrwxr-x 5 jenkins jenkins 4096 Apr 15 07:38 pkg 07:43:46 drwxrwxr-x 4 jenkins jenkins 4096 Apr 15 07:38 snap 07:43:46 -rw-rw-r-- 1 jenkins jenkins 222 Apr 15 07:38 version.go [Pipeline] isUnix [Pipeline] sh 07:43:46 + 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=6aef21c2b2ddd7be379536ee5c017a0bd0cfcf57 --label arch=arm64 --label version=0.0.0 . 07:43:47 Sending build context to Docker daemon 5.334MB 07:43:47 Step 1/25 : ARG BASE=golang:1.17-alpine3.15 07:43:47 Step 2/25 : FROM ${BASE} AS builder 07:43:47 ---> df89b9ae44f4 07:43:47 Step 3/25 : ARG MAKE=make build 07:43:47 ---> Running in 151c81f4ed44 07:43:47 Removing intermediate container 151c81f4ed44 07:43:47 ---> c772fea5d049 07:43:47 Step 4/25 : WORKDIR /device-sdk-go 07:43:47 ---> Running in d10a1b5f3a3e 07:43:48 Removing intermediate container d10a1b5f3a3e 07:43:48 ---> 6aad676635a8 07:43:48 Step 5/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:43:48 ---> Running in 8f3b10038541 07:43:48 Removing intermediate container 8f3b10038541 07:43:48 ---> f2206b5923ba 07:43:48 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:43:48 ---> Running in 27e09c5c3f62 07:43:50 Removing intermediate container 27e09c5c3f62 07:43:50 ---> 0c4e34aff2ac 07:43:50 Step 7/25 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 07:43:50 ---> Running in a4b086b9f528 07:43:51 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 07:43:51 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 07:43:52 OK: 220 MiB in 52 packages 07:43:53 Removing intermediate container a4b086b9f528 07:43:53 ---> 68420f1f5afe 07:43:53 Step 8/25 : COPY go.mod vendor* ./ 07:43:54 ---> f250edc34c06 07:43:54 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:43:54 ---> Running in d79ba3c136cb 07:43:56 Removing intermediate container d79ba3c136cb 07:43:56 ---> d00c2a9fe6e5 07:43:56 Step 10/25 : COPY . . 07:43:57 ---> a1a364d73a41 07:43:57 Step 11/25 : RUN ${MAKE} 07:43:57 ---> Running in ec7fd59ff22f 07:43:58 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 07:45:50 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 07:45:52 Removing intermediate container ec7fd59ff22f 07:45:52 ---> 910c213bf161 07:45:52 Step 12/25 : FROM alpine:3.14 07:45:52 3.14: Pulling from library/alpine 07:45:53 455c02918c45: Pulling fs layer 07:45:53 455c02918c45: Verifying Checksum 07:45:53 455c02918c45: Download complete 07:45:54 455c02918c45: Pull complete 07:45:54 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 07:45:54 Status: Downloaded newer image for alpine:3.14 07:45:54 ---> ac73e934f311 07:45:54 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:45:54 ---> Running in ac945a8548bb 07:45:54 Removing intermediate container ac945a8548bb 07:45:54 ---> d3d64fac1274 07:45:54 Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:45:54 ---> Running in ae2205003811 07:45:56 Removing intermediate container ae2205003811 07:45:56 ---> 7bbb8c51957f 07:45:56 Step 15/25 : RUN apk add --update --no-cache zeromq 07:45:56 ---> Running in 19f632969015 07:45:57 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 07:45:58 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 07:45:58 (1/5) Installing libgcc (10.3.1_git20210424-r2) 07:45:58 (2/5) Installing libsodium (1.0.18-r0) 07:45:59 (3/5) Installing libstdc++ (10.3.1_git20210424-r2) 07:45:59 (4/5) Installing libzmq (4.3.4-r0) 07:45:59 (5/5) Installing zeromq (4.3.4-r0) 07:45:59 Executing busybox-1.33.1-r7.trigger 07:45:59 OK: 8 MiB in 19 packages 07:46:00 Removing intermediate container 19f632969015 07:46:00 ---> 9df4710ca259 07:46:00 Step 16/25 : WORKDIR / 07:46:00 ---> Running in 8d71a5740117 07:46:00 Removing intermediate container 8d71a5740117 07:46:00 ---> ccac766c4fd2 07:46:00 Step 17/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 07:46:01 ---> 3d8688a1db06 07:46:01 Step 18/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 07:46:02 ---> 0f338f19b9a9 07:46:02 Step 19/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 07:46:03 ---> 37b17ce73d86 07:46:03 Step 20/25 : EXPOSE 59999 07:46:03 ---> Running in 836560e5c93b 07:46:03 Removing intermediate container 836560e5c93b 07:46:03 ---> 8aac831aef7a 07:46:03 Step 21/25 : ENTRYPOINT ["/device-simple"] 07:46:03 ---> Running in 6efb9ec900ba 07:46:04 Removing intermediate container 6efb9ec900ba 07:46:04 ---> 78cf41eac9b7 07:46:04 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:46:04 ---> Running in dee996015377 07:46:04 Removing intermediate container dee996015377 07:46:04 ---> 6562ab5d62a4 07:46:04 Step 23/25 : LABEL arch=arm64 07:46:04 ---> Running in ec547ec1055f 07:46:05 Removing intermediate container ec547ec1055f 07:46:05 ---> a31eba662ce2 07:46:05 Step 24/25 : LABEL git_sha=6aef21c2b2ddd7be379536ee5c017a0bd0cfcf57 07:46:05 ---> Running in faf0f3c90c0f 07:46:05 Removing intermediate container faf0f3c90c0f 07:46:05 ---> 80b795345d73 07:46:05 Step 25/25 : LABEL version=0.0.0 07:46:05 ---> Running in 1e9e71cb130e 07:46:06 Removing intermediate container 1e9e71cb130e 07:46:06 ---> 3f5df19a6910 07:46:06 [Warning] One or more build-args [ARCH] were not consumed 07:46:06 Successfully built 3f5df19a6910 07:46:06 Successfully tagged device-sdk-simple-arm64:latest [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] sh 07:46:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:46:06 07:46:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 07:46:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:46:07 arm64: Pulling from edgex-lftools-log-publisher 07:46:07 8998bd30e6a1: Pulling fs layer 07:46:07 04944245beec: Pulling fs layer 07:46:07 699f458cf7ca: Pulling fs layer 07:46:07 765212b225bb: Pulling fs layer 07:46:07 f23df028b6ca: Pulling fs layer 07:46:07 d65c8cfc05b1: Pulling fs layer 07:46:07 2437ff75d9bd: Pulling fs layer 07:46:07 f23df028b6ca: Waiting 07:46:07 765212b225bb: Waiting 07:46:07 d65c8cfc05b1: Waiting 07:46:07 2437ff75d9bd: Waiting 07:46:07 04944245beec: Verifying Checksum 07:46:07 04944245beec: Download complete 07:46:07 765212b225bb: Download complete 07:46:07 f23df028b6ca: Verifying Checksum 07:46:07 d65c8cfc05b1: Verifying Checksum 07:46:07 d65c8cfc05b1: Download complete 07:46:07 699f458cf7ca: Verifying Checksum 07:46:07 699f458cf7ca: Download complete 07:46:07 8998bd30e6a1: Download complete 07:46:10 2437ff75d9bd: Verifying Checksum 07:46:10 2437ff75d9bd: Download complete 07:46:12 8998bd30e6a1: Pull complete 07:46:12 04944245beec: Pull complete 07:46:14 699f458cf7ca: Pull complete 07:46:14 765212b225bb: Pull complete 07:46:14 f23df028b6ca: Pull complete 07:46:15 d65c8cfc05b1: Pull complete 07:46:30 2437ff75d9bd: Pull complete 07:46:30 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 07:46:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:46:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 07:46:30 prd-ubuntu20.04-docker-arm64-4c-16g-21045 does not seem to be running inside a container 07:46:30 $ 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/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 07:46:33 $ docker top 72e56fb3903cba6db98387c009331833d04c5b04b7ea1d3534f7f44b8c65bdc4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:46:34 ---> job-cost.sh 07:46:34 lf-activate-venv: SKIPPING 07:46:34 INFO: No Stack... 07:46:35 INFO: Retrieving Pricing Info for: v3-standard-4 07:46:36 INFO: Archiving Costs [Pipeline] sh 07:46:36 + cat /w/workspace/device-sdk-go/2/archives/cost.csv 07:46:36 + cut -d, -f6 [Pipeline] lock 07:46:36 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1135-2-stack-cost] 07:46:36 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1135-2-stack-cost] did not exist. Created. 07:46:36 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1135-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:46:37 /w/workspace/device-sdk-go/2@tmp/durable-31ea9eeb/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 07:46:38 + echo total: 0.10999999940395355 [Pipeline] stash 07:46:38 Warning: overwriting stash ‘stack-cost’ 07:46:38 Stashed 1 file(s) [Pipeline] } 07:46:38 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1135-2-stack-cost] [Pipeline] // lock [Pipeline] } 07:46:38 $ docker stop --time=1 72e56fb3903cba6db98387c009331833d04c5b04b7ea1d3534f7f44b8c65bdc4 07:46:39 $ docker rm -f 72e56fb3903cba6db98387c009331833d04c5b04b7ea1d3534f7f44b8c65bdc4 [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 07:46:40 provisioning config files... 07:46:40 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1135@tmp/config2849544407401900353tmp [Pipeline] { [Pipeline] sh 07:46:40 + set +x 07:46:40 + bash -s -- 07:46:40 + curl -s https://codecov.io/bash 07:46:40 07:46:40 _____ _ 07:46:40 / ____| | | 07:46:40 | | ___ __| | ___ ___ _____ __ 07:46:40 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:46:40 | |___| (_) | (_| | __/ (_| (_) \ V / 07:46:40 \_____\___/ \__,_|\___|\___\___/ \_/ 07:46:40 Bash-1.0.6 07:46:40 07:46:40 07:46:40 ==> git version 2.25.1 found 07:46:40 ==> 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 07:46:40 Release-Date: 2020-01-08 07:46:40 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 07:46:40 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 07:46:40 ==> Jenkins CI detected. 07:46:40 current dir:  /w/workspace/gexfoundry_device-sdk-go_PR-1135 07:46:40 project root: . 07:46:40 --> token set from env 07:46:40 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:46:40 ==> Running gcov in . (disable via -X gcov) 07:46:40 ==> Python coveragepy not found 07:46:40 ==> Searching for coverage reports in: 07:46:40 + . 07:46:40 -> Found 1 reports 07:46:40 ==> Detecting git/mercurial file structure 07:46:40 ==> Reading reports 07:46:40 + ./coverage.out bytes=129789 07:46:40 ==> Appending adjustments 07:46:40 https://docs.codecov.io/docs/fixing-reports 07:46:40 + Found adjustments 07:46:40 ==> Gzipping contents 07:46:41 20K /tmp/codecov.X8JCsK.gz 07:46:41 ==> Uploading reports 07:46:41 url: https://codecov.io 07:46:41 query: branch=PR-1135&commit=6aef21c2b2ddd7be379536ee5c017a0bd0cfcf57&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1135%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1135&job=&cmd_args= 07:46:41 -> Pinging Codecov 07:46:41 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6fc62cd9-fce6-47f0-85f4-af589338491a&branch=PR-1135&commit=6aef21c2b2ddd7be379536ee5c017a0bd0cfcf57&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1135%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1135&job=&cmd_args= 07:46:41 -> Uploading to 07:46:41 https://storage.googleapis.com/codecov/v4/raw/2022-04-15/7E55EF52A471D76F132DFD9A03CDDE97/6aef21c2b2ddd7be379536ee5c017a0bd0cfcf57/109326b6-4c78-4586-a024-daf328b3e04a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220415%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220415T074641Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=567537f916121804e7f278d2c01c21f9ea42b2dda2759696650640e4df5fd5a3 07:46:41 % Total % Received % Xferd Average Speed Time Time Time Current 07:46:41 Dload Upload Total Spent Left Speed 07:46:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16663 0 0 100 16663 0 18785 --:--:-- --:--:-- --:--:-- 18764 100 16663 0 0 100 16663 0 18764 --:--:-- --:--:-- --:--:-- 18743 07:46:42 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/6aef21c2b2ddd7be379536ee5c017a0bd0cfcf57 [Pipeline] } 07:46:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" 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 07:46:43 + [ -d /w/workspace/gexfoundry_device-sdk-go_PR-1135/archives ] 07:46:43 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1135/archives 07:46:43 total 16 07:46:43 drwxr-xr-x 3 root root 4096 Apr 15 07:38 . 07:46:43 drwxrwxr-x 12 jenkins jenkins 4096 Apr 15 07:38 .. 07:46:43 drwxr-xr-x 2 root root 4096 Apr 15 07:38 cost 07:46:43 -rw-r--r-- 1 root root 85 Apr 15 07:38 cost.csv 07:46:43 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-sdk-go_PR-1135/archives 07:46:43 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1135/archives 07:46:43 total 16 07:46:43 drwxr-xr-x 3 jenkins jenkins 4096 Apr 15 07:38 . 07:46:43 drwxrwxr-x 12 jenkins jenkins 4096 Apr 15 07:38 .. 07:46:43 drwxr-xr-x 2 jenkins jenkins 4096 Apr 15 07:38 cost 07:46:43 -rw-r--r-- 1 jenkins jenkins 85 Apr 15 07:38 cost.csv [Pipeline] libraryResource [Pipeline] sh 07:46:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:46:44 ---> package-listing.sh 07:46:44 ++ facter osfamily 07:46:44 ++ tr '[:upper:]' '[:lower:]' 07:46:44 + OS_FAMILY=debian 07:46:44 + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1135 07:46:44 + START_PACKAGES=/tmp/packages_start.txt 07:46:44 + END_PACKAGES=/tmp/packages_end.txt 07:46:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:46:44 + PACKAGES=/tmp/packages_start.txt 07:46:44 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1135 ']' 07:46:44 + PACKAGES=/tmp/packages_end.txt 07:46:44 + case "${OS_FAMILY}" in 07:46:44 + dpkg -l 07:46:44 + grep '^ii' 07:46:44 + '[' -f /tmp/packages_start.txt ']' 07:46:44 + '[' -f /tmp/packages_end.txt ']' 07:46:44 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:46:44 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1135 ']' 07:46:44 + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1135/archives/ 07:46:44 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-sdk-go_PR-1135/archives/ [Pipeline] echo 07:46:44 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-1135/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:46:44 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:46:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:46:45 . [Pipeline] withDockerContainer 07:46:45 prd-ubuntu20.04-docker-8c-8g-21044 does not seem to be running inside a container 07:46:45 $ 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-1135/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-1135 -v /w/workspace/gexfoundry_device-sdk-go_PR-1135:/w/workspace/gexfoundry_device-sdk-go_PR-1135:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1135@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1135@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 07:46:45 $ docker top e49d5eb214bcb30d6022b8cd3f5ada7c60536a891a6b67de6ab0cfcc13d482fd -eo pid,comm [Pipeline] { [Pipeline] sh 07:46:46 + touch /tmp/pre-build-complete [Pipeline] sh 07:46:46 + mkdir -p /var/log/sysstat [Pipeline] sh 07:46:46 + ls /var/log/sa-host 07:46:46 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:46:47 provisioning config files... 07:46:47 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1135@tmp/config6218792763391884656tmp [Pipeline] { [Pipeline] echo 07:46:47 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:46:47 ---> create-netrc.sh [Pipeline] } 07:46:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 07:46:47 ---> python-tools-install.sh [Pipeline] echo 07:46:47 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:46:47 ---> sudo-logs.sh 07:46:47 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:46:48 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:46:48 ---> job-cost.sh 07:46:48 lf-activate-venv: SKIPPING 07:46:48 DEBUG: total: 0.2199999988079071 07:46:48 INFO: Retrieving Stack Cost... 07:46:48 INFO: Retrieving Pricing Info for: v3-standard-8 07:46:49 INFO: Archiving Costs [Pipeline] echo 07:46:49 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:46:49 ---> logs-deploy.sh 07:46:49 lf-activate-venv: SKIPPING 07:46:49 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1135/2 07:46:49 INFO: archiving workspace using pattern(s): 07:46:50 Archives upload complete. 07:46:50 INFO: archiving logs to Nexus 07:46:51 ---> uname -a: 07:46:51 Linux prd-ubuntu20-04-docker-8c-8g-21044 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 07:46:51 07:46:51 07:46:51 ---> lscpu: 07:46:51 Architecture: x86_64 07:46:51 CPU op-mode(s): 32-bit, 64-bit 07:46:51 Byte Order: Little Endian 07:46:51 Address sizes: 40 bits physical, 48 bits virtual 07:46:51 CPU(s): 8 07:46:51 On-line CPU(s) list: 0-7 07:46:51 Thread(s) per core: 1 07:46:51 Core(s) per socket: 1 07:46:51 Socket(s): 8 07:46:51 NUMA node(s): 1 07:46:51 Vendor ID: AuthenticAMD 07:46:51 CPU family: 23 07:46:51 Model: 49 07:46:51 Model name: AMD EPYC-Rome Processor 07:46:51 Stepping: 0 07:46:51 CPU MHz: 2799.998 07:46:51 BogoMIPS: 5599.99 07:46:51 Virtualization: AMD-V 07:46:51 Hypervisor vendor: KVM 07:46:51 Virtualization type: full 07:46:51 L1d cache: 256 KiB 07:46:51 L1i cache: 256 KiB 07:46:51 L2 cache: 4 MiB 07:46:51 L3 cache: 128 MiB 07:46:51 NUMA node0 CPU(s): 0-7 07:46:51 Vulnerability Itlb multihit: Not affected 07:46:51 Vulnerability L1tf: Not affected 07:46:51 Vulnerability Mds: Not affected 07:46:51 Vulnerability Meltdown: Not affected 07:46:51 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:46:51 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 07:46:51 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 07:46:51 Vulnerability Srbds: Not affected 07:46:51 Vulnerability Tsx async abort: Not affected 07:46:51 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 07:46:51 07:46:51 07:46:51 ---> nproc: 07:46:51 8 07:46:51 07:46:51 07:46:51 ---> df -h: 07:46:51 Filesystem Size Used Avail Use% Mounted on 07:46:51 overlay 155G 11G 145G 7% / 07:46:51 tmpfs 64M 0 64M 0% /dev 07:46:51 tmpfs 16G 0 16G 0% /sys/fs/cgroup 07:46:51 shm 64M 0 64M 0% /dev/shm 07:46:51 /dev/vda1 155G 11G 145G 7% /facter-os 07:46:51 07:46:51 07:46:51 ---> sar -b -r -n DEV: 07:46:51 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-21044) 04/15/22 _x86_64_ (8 CPU) 07:46:51 07:46:51 07:35:11 LINUX RESTART (8 CPU) 07:46:51 07:46:51 07:36:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:46:51 07:37:01 155.67 1.87 153.81 0.00 31.33 58532.24 0.00 07:46:51 07:38:01 167.36 0.17 167.19 0.00 17.06 29935.14 0.00 07:46:51 07:39:01 32.46 0.03 32.43 0.00 1.60 16549.79 0.00 07:46:51 07:40:01 1.63 0.00 1.63 0.00 0.00 18.53 0.00 07:46:51 07:41:01 1.53 0.02 1.52 0.00 0.13 24.13 0.00 07:46:51 07:42:01 1.58 0.00 1.58 0.00 0.00 18.26 0.00 07:46:51 07:43:01 0.88 0.00 0.88 0.00 0.00 10.53 0.00 07:46:51 07:44:01 1.55 0.00 1.55 0.00 0.00 17.99 0.00 07:46:51 07:45:01 0.92 0.00 0.92 0.00 0.00 10.13 0.00 07:46:51 07:46:01 1.47 0.00 1.47 0.00 0.00 21.59 0.00 07:46:51 Average: 36.50 0.21 36.29 0.00 5.01 10513.14 0.00 07:46:51 07:46:51 07:36:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:46:51 07:37:01 28460324 31622336 661880 2.01 138676 3256052 2150552 6.34 1410704 2577136 439040 07:46:51 07:38:01 28521928 31725704 560284 1.70 146456 3285904 2137756 6.30 1175100 2746624 238212 07:46:51 07:39:01 28311276 31776020 508236 1.55 154992 3503108 1719748 5.07 1144984 2951424 16 07:46:51 07:40:01 28311612 31776436 507640 1.54 155028 3503108 1719748 5.07 1143792 2951424 12 07:46:51 07:41:01 28312024 31776848 507200 1.54 155096 3503112 1719748 5.07 1143928 2951432 12 07:46:51 07:42:01 28311968 31776828 507180 1.54 155112 3503124 1719748 5.07 1143600 2951440 168 07:46:51 07:43:01 28324088 31788952 495072 1.51 155124 3503128 1719748 5.07 1131180 2951444 24 07:46:51 07:44:01 28325032 31789924 493980 1.50 155160 3503128 1719748 5.07 1130984 2951444 160 07:46:51 07:45:01 28325192 31790108 493932 1.50 155192 3503132 1719748 5.07 1131008 2951448 184 07:46:51 07:46:01 28326500 31791456 492628 1.50 155228 3503104 1719748 5.07 1130148 2951428 20 07:46:51 Average: 28352994 31761461 522803 1.59 152606 3456690 1804629 5.32 1168543 2893524 67785 07:46:51 07:46:51 07:36:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:46:51 07:37:01 lo 2.80 2.80 0.28 0.28 0.00 0.00 0.00 0.00 07:46:51 07:37:01 docker0 108.13 143.53 8.51 1020.90 0.00 0.00 0.00 0.00 07:46:51 07:37:01 ens3 334.48 229.68 4395.99 81.85 0.00 0.00 0.00 0.00 07:46:51 07:37:01 veth9e6ac24 0.00 0.20 0.00 0.02 0.00 0.00 0.00 0.00 07:46:51 07:38:01 lo 2.00 2.00 0.20 0.20 0.00 0.00 0.00 0.00 07:46:51 07:38:01 docker0 14.60 18.88 0.84 89.32 0.00 0.00 0.00 0.00 07:46:51 07:38:01 ens3 137.78 86.07 2670.37 19.65 0.00 0.00 0.00 0.00 07:46:51 07:39:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 07:46:51 07:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:46:51 07:39:01 ens3 15.58 10.01 14.17 5.38 0.00 0.00 0.00 0.00 07:46:51 07:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:46:51 07:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:46:51 07:40:01 ens3 0.57 0.58 0.04 0.05 0.00 0.00 0.00 0.00 07:46:51 07:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:46:51 07:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:46:51 07:41:01 ens3 0.17 0.17 0.08 0.07 0.00 0.00 0.00 0.00 07:46:51 07:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:46:51 07:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:46:51 07:42:01 ens3 0.42 0.08 0.05 0.01 0.00 0.00 0.00 0.00 07:46:51 07:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:46:51 07:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:46:51 07:43:01 ens3 13.08 9.98 11.80 10.81 0.00 0.00 0.00 0.00 07:46:51 07:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:46:51 07:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:46:51 07:44:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 07:46:51 07:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:46:51 07:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:46:51 07:45:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:46:51 07:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:46:51 07:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:46:51 07:46:01 ens3 5.48 10.58 0.44 14.54 0.00 0.00 0.00 0.00 07:46:51 Average: lo 0.57 0.57 0.05 0.05 0.00 0.00 0.00 0.00 07:46:51 Average: docker0 12.27 16.24 0.93 111.02 0.00 0.00 0.00 0.00 07:46:51 Average: ens3 50.76 34.73 709.25 13.24 0.00 0.00 0.00 0.00 07:46:51 07:46:51 07:46:51 ---> sar -P ALL: 07:46:51 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-21044) 04/15/22 _x86_64_ (8 CPU) 07:46:51 07:46:51 07:35:11 LINUX RESTART (8 CPU) 07:46:51 07:46:51 07:36:01 CPU %user %nice %system %iowait %steal %idle 07:46:51 07:37:01 all 27.92 0.00 6.56 1.68 0.08 63.76 07:46:51 07:37:01 0 28.72 0.00 6.40 1.33 0.07 63.47 07:46:51 07:37:01 1 29.04 0.00 7.23 6.27 0.08 57.37 07:46:51 07:37:01 2 27.49 0.00 6.02 0.41 0.07 66.02 07:46:51 07:37:01 3 28.69 0.00 6.52 1.30 0.08 63.41 07:46:51 07:37:01 4 27.85 0.00 6.34 0.20 0.10 65.50 07:46:51 07:37:01 5 27.66 0.00 6.56 0.63 0.07 65.08 07:46:51 07:37:01 6 27.49 0.00 6.42 2.63 0.07 63.39 07:46:51 07:37:01 7 26.43 0.00 6.99 0.64 0.08 65.85 07:46:51 07:38:01 all 36.78 0.00 6.01 1.09 0.09 56.01 07:46:51 07:38:01 0 35.27 0.00 6.21 0.29 0.08 58.15 07:46:51 07:38:01 1 38.37 0.00 5.83 2.66 0.08 53.06 07:46:51 07:38:01 2 35.83 0.00 5.98 0.85 0.08 57.26 07:46:51 07:38:01 3 38.17 0.00 6.00 1.77 0.13 53.93 07:46:51 07:38:01 4 36.08 0.00 6.36 2.57 0.08 54.90 07:46:51 07:38:01 5 36.51 0.00 5.73 0.15 0.10 57.50 07:46:51 07:38:01 6 35.56 0.00 5.73 0.07 0.08 58.56 07:46:51 07:38:01 7 38.50 0.00 6.27 0.41 0.10 54.72 07:46:51 07:39:01 all 2.30 0.00 0.82 0.41 0.01 96.46 07:46:51 07:39:01 0 2.17 0.00 1.17 0.02 0.02 96.62 07:46:51 07:39:01 1 2.69 0.00 0.67 0.50 0.02 96.13 07:46:51 07:39:01 2 3.81 0.00 0.54 0.02 0.02 95.61 07:46:51 07:39:01 3 1.84 0.00 0.90 0.02 0.02 97.22 07:46:51 07:39:01 4 2.26 0.00 0.97 2.28 0.02 94.47 07:46:51 07:39:01 5 1.97 0.00 0.50 0.20 0.02 97.31 07:46:51 07:39:01 6 2.11 0.00 0.65 0.00 0.00 97.24 07:46:51 07:39:01 7 1.49 0.00 1.17 0.27 0.02 97.06 07:46:51 07:40:01 all 0.12 0.00 0.01 0.01 0.00 99.86 07:46:51 07:40:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:46:51 07:40:01 1 0.02 0.00 0.02 0.02 0.00 99.95 07:46:51 07:40:01 2 0.83 0.00 0.00 0.00 0.00 99.17 07:46:51 07:40:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:46:51 07:40:01 4 0.05 0.00 0.02 0.07 0.02 99.85 07:46:51 07:40:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:46:51 07:40:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:46:51 07:40:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:46:51 07:41:01 all 0.05 0.00 0.01 0.01 0.00 99.92 07:46:51 07:41:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:46:51 07:41:01 1 0.07 0.00 0.00 0.03 0.00 99.90 07:46:51 07:41:01 2 0.08 0.00 0.00 0.00 0.00 99.92 07:46:51 07:41:01 3 0.07 0.00 0.02 0.00 0.02 99.90 07:46:51 07:41:01 4 0.07 0.00 0.03 0.02 0.00 99.88 07:46:51 07:41:01 5 0.05 0.00 0.03 0.00 0.00 99.92 07:46:51 07:41:01 6 0.03 0.00 0.00 0.00 0.00 99.97 07:46:51 07:41:01 7 0.03 0.00 0.02 0.00 0.00 99.95 07:46:51 07:42:01 all 0.16 0.00 0.02 0.01 0.00 99.80 07:46:51 07:42:01 0 0.08 0.00 0.03 0.00 0.00 99.88 07:46:51 07:42:01 1 0.02 0.00 0.03 0.02 0.00 99.93 07:46:51 07:42:01 2 1.12 0.00 0.07 0.00 0.00 98.81 07:46:51 07:42:01 3 0.02 0.00 0.03 0.00 0.00 99.95 07:46:51 07:42:01 4 0.00 0.00 0.00 0.03 0.02 99.95 07:46:51 07:42:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:46:51 07:42:01 6 0.03 0.00 0.02 0.00 0.00 99.95 07:46:51 07:42:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:46:51 07:43:01 all 0.14 0.00 0.05 0.00 0.00 99.80 07:46:51 07:43:01 0 0.12 0.00 0.03 0.00 0.00 99.85 07:46:51 07:43:01 1 0.08 0.00 0.02 0.02 0.00 99.88 07:46:51 07:43:01 2 0.61 0.00 0.23 0.00 0.00 99.15 07:46:51 07:43:01 3 0.07 0.00 0.03 0.00 0.00 99.90 07:46:51 07:43:01 4 0.03 0.00 0.02 0.02 0.00 99.93 07:46:51 07:43:01 5 0.05 0.00 0.02 0.00 0.00 99.93 07:46:51 07:43:01 6 0.03 0.00 0.00 0.00 0.00 99.97 07:46:51 07:43:01 7 0.13 0.00 0.08 0.00 0.00 99.78 07:46:51 07:44:01 all 0.01 0.00 0.01 0.00 0.00 99.97 07:46:51 07:44:01 0 0.05 0.00 0.02 0.00 0.00 99.93 07:46:51 07:44:01 1 0.02 0.00 0.02 0.02 0.00 99.95 07:46:51 07:44:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:46:51 07:44:01 3 0.02 0.00 0.02 0.00 0.02 99.95 07:46:51 07:44:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:46:51 07:44:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:46:51 07:44:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:46:51 07:44:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:46:51 07:45:01 all 0.02 0.00 0.01 0.00 0.00 99.97 07:46:51 07:45:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:46:51 07:45:01 1 0.00 0.00 0.02 0.02 0.00 99.97 07:46:51 07:45:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:46:51 07:45:01 3 0.03 0.00 0.00 0.00 0.00 99.97 07:46:51 07:45:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:46:51 07:45:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:46:51 07:45:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:46:51 07:45:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:46:51 07:46:01 all 0.05 0.00 0.02 0.00 0.00 99.93 07:46:51 07:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:46:51 07:46:01 1 0.18 0.00 0.03 0.02 0.00 99.77 07:46:51 07:46:01 2 0.02 0.00 0.00 0.00 0.02 99.97 07:46:51 07:46:01 3 0.02 0.00 0.05 0.00 0.02 99.92 07:46:51 07:46:01 4 0.03 0.00 0.02 0.02 0.00 99.93 07:46:51 07:46:01 5 0.08 0.00 0.02 0.00 0.00 99.90 07:46:51 07:46:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:46:51 07:46:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:46:51 Average: all 6.70 0.00 1.34 0.32 0.02 91.62 07:46:51 Average: 0 6.60 0.00 1.38 0.16 0.02 91.84 07:46:51 Average: 1 6.98 0.00 1.37 0.95 0.02 90.68 07:46:51 Average: 2 6.95 0.00 1.28 0.13 0.02 91.63 07:46:51 Average: 3 6.84 0.00 1.35 0.31 0.03 91.48 07:46:51 Average: 4 6.57 0.00 1.36 0.52 0.02 91.53 07:46:51 Average: 5 6.58 0.00 1.27 0.10 0.02 92.03 07:46:51 Average: 6 6.47 0.00 1.27 0.27 0.02 91.98 07:46:51 Average: 7 6.59 0.00 1.44 0.13 0.02 91.82 07:46:51 07:46:51 07:46:51