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 [2022-04-15T07:35:49.828Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-04-15T07:35:49.892Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-04-15T07:35:49.908Z] ========================================================= [2022-04-15T07:35:49.908Z] EdgeX Global Pipelines Version Info [2022-04-15T07:35:49.908Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-04-15T07:35:50.683Z] ------------------- [2022-04-15T07:35:50.683Z] stable info: [2022-04-15T07:35:50.683Z] ------------------- [2022-04-15T07:35:50.683Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-04-15T07:35:50.683Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-04-15T07:35:50.683Z] Message: update stable to v1.0.221 [2022-04-15T07:35:51.257Z] ------------------- [2022-04-15T07:35:51.257Z] experimental info: [2022-04-15T07:35:51.257Z] ------------------- [2022-04-15T07:35:51.257Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-04-15T07:35:51.257Z] Commit SHA: 2d41b7a85c8a62c0c33f5e39ad1462a101ac531d [2022-04-15T07:35:51.257Z] Message: update experimental to v1.0.222 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-04-15T07:35:51.399Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2022-04-15T07:35:51.411Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2022-04-15T07:35:51.427Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-04-15T07:35:51.441Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-04-15T07:35:51.453Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-04-15T07:35:51.470Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-04-15T07:35:51.485Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-04-15T07:35:51.496Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2022-04-15T07:35:51.513Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-04-15T07:35:51.531Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-04-15T07:35:51.549Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-04-15T07:35:51.570Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2022-04-15T07:35:51.586Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-04-15T07:35:51.599Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-04-15T07:35:51.616Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-04-15T07:35:51.627Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2022-04-15T07:35:51.641Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-04-15T07:35:51.659Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-04-15T07:35:51.679Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-04-15T07:35:51.697Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-04-15T07:35:51.748Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-04-15T07:35:51.768Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-04-15T07:35:51.787Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-04-15T07:35:51.808Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-04-15T07:35:51.824Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-04-15T07:35:51.837Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-04-15T07:35:51.856Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1135 [Pipeline] echo [2022-04-15T07:35:51.871Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1135 [Pipeline] echo [2022-04-15T07:35:51.889Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1135 [Pipeline] echo [2022-04-15T07:35:51.911Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6aef21c2b2ddd7be379536ee5c017a0bd0cfcf57 [Pipeline] echo [2022-04-15T07:35:51.928Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6aef21c [Pipeline] echo [2022-04-15T07:35:51.943Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-15T07:35:51.993Z] provisioning config files... [2022-04-15T07:35:52.009Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1135@tmp/config5170120537418321092tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-15T07:35:52.327Z] ---> docker-login.sh [2022-04-15T07:35:52.327Z] nexus3.edgexfoundry.org:10001 [2022-04-15T07:35:52.589Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-15T07:35:52.589Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-15T07:35:52.589Z] Configure a credential helper to remove this warning. See [2022-04-15T07:35:52.589Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-15T07:35:52.589Z] [2022-04-15T07:35:52.589Z] Login Succeeded [2022-04-15T07:35:52.589Z] nexus3.edgexfoundry.org:10002 [2022-04-15T07:35:52.851Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-15T07:35:52.851Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-15T07:35:52.851Z] Configure a credential helper to remove this warning. See [2022-04-15T07:35:52.851Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-15T07:35:52.851Z] [2022-04-15T07:35:52.851Z] Login Succeeded [2022-04-15T07:35:52.851Z] nexus3.edgexfoundry.org:10003 [2022-04-15T07:35:52.851Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-15T07:35:53.114Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-15T07:35:53.114Z] Configure a credential helper to remove this warning. See [2022-04-15T07:35:53.114Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-15T07:35:53.114Z] [2022-04-15T07:35:53.114Z] Login Succeeded [2022-04-15T07:35:53.114Z] nexus3.edgexfoundry.org:10004 [2022-04-15T07:35:53.114Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-15T07:35:53.114Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-15T07:35:53.114Z] Configure a credential helper to remove this warning. See [2022-04-15T07:35:53.114Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-15T07:35:53.114Z] [2022-04-15T07:35:53.114Z] Login Succeeded [2022-04-15T07:35:53.114Z] docker.io [2022-04-15T07:35:53.376Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-15T07:35:53.639Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-15T07:35:53.639Z] Configure a credential helper to remove this warning. See [2022-04-15T07:35:53.639Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-15T07:35:53.639Z] [2022-04-15T07:35:53.639Z] Login Succeeded [2022-04-15T07:35:53.639Z] ---> docker-login.sh ends [Pipeline] } [2022-04-15T07:35:53.648Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-04-15T07:35:54.025Z] + git rev-list -1 --merges 6aef21c2b2ddd7be379536ee5c017a0bd0cfcf57~1..6aef21c2b2ddd7be379536ee5c017a0bd0cfcf57 [Pipeline] echo [2022-04-15T07:35:54.145Z] -----------> git rev-list -1 --merges 6aef21c2b2ddd7be379536ee5c017a0bd0cfcf57~1..6aef21c2b2ddd7be379536ee5c017a0bd0cfcf57 6aef21c2b2ddd7be379536ee5c017a0bd0cfcf57 [false] [Pipeline] sh [2022-04-15T07:35:54.431Z] + git log --format=format:%s -1 6aef21c2b2ddd7be379536ee5c017a0bd0cfcf57 [Pipeline] echo [2022-04-15T07:35:54.447Z] ========================================================= [2022-04-15T07:35:54.447Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-04-15T07:35:54.447Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-15T07:35:54.798Z] + git log --format=format:%s -1 6aef21c2b2ddd7be379536ee5c017a0bd0cfcf57 [Pipeline] echo [2022-04-15T07:35:54.810Z] [semverPrep] GIT_COMMIT: 6aef21c2b2ddd7be379536ee5c017a0bd0cfcf57, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2 [Pipeline] echo [2022-04-15T07:35:54.823Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-04-15T07:35:55.265Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-15T07:35:55.265Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-04-15T07:35:55.265Z] + [ -e /tmp/ssh_known_hosts ] [2022-04-15T07:35:55.265Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-04-15T07:35:55.265Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-04-15T07:35:55.265Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-04-15T07:35:55.265Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-15T07:35:55.682Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-15T07:35:55.682Z] [2022-04-15T07:35:55.682Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-04-15T07:35:55.988Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-15T07:35:55.988Z] latest: Pulling from edgex-devops/git-semver [2022-04-15T07:35:55.988Z] a0d0a0d46f8b: Pulling fs layer [2022-04-15T07:35:55.988Z] 3e5f54012d9b: Pulling fs layer [2022-04-15T07:35:55.988Z] 4c7163046ea9: Pulling fs layer [2022-04-15T07:35:55.988Z] 0c2d73faf560: Pulling fs layer [2022-04-15T07:35:55.988Z] 0c2d73faf560: Waiting [2022-04-15T07:35:55.988Z] 3e5f54012d9b: Verifying Checksum [2022-04-15T07:35:55.988Z] 3e5f54012d9b: Download complete [2022-04-15T07:35:55.988Z] a0d0a0d46f8b: Verifying Checksum [2022-04-15T07:35:55.988Z] a0d0a0d46f8b: Download complete [2022-04-15T07:35:55.988Z] 4c7163046ea9: Verifying Checksum [2022-04-15T07:35:55.988Z] 4c7163046ea9: Download complete [2022-04-15T07:35:55.988Z] 0c2d73faf560: Download complete [2022-04-15T07:35:56.247Z] a0d0a0d46f8b: Pull complete [2022-04-15T07:35:56.247Z] 3e5f54012d9b: Pull complete [2022-04-15T07:35:56.822Z] 4c7163046ea9: Pull complete [2022-04-15T07:35:56.822Z] 0c2d73faf560: Pull complete [2022-04-15T07:35:56.822Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-04-15T07:35:56.822Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-15T07:35:56.822Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-04-15T07:35:56.906Z] prd-ubuntu20.04-docker-8c-8g-21044 does not seem to be running inside a container [2022-04-15T07:35:56.949Z] $ 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 [2022-04-15T07:35:57.735Z] $ docker top cbff339f02ccf00ca6641332f01de5077f6d989b80501fbf3fc982002ec2ed55 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-15T07:35:57.839Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-15T07:35:57.839Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-15T07:35:57.974Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-15T07:35:57.984Z] $ docker exec cbff339f02ccf00ca6641332f01de5077f6d989b80501fbf3fc982002ec2ed55 ssh-agent [2022-04-15T07:35:58.102Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXEPOCoA/agent.13 [2022-04-15T07:35:58.102Z] SSH_AGENT_PID=19 [2022-04-15T07:35:58.111Z] Running ssh-add (command line suppressed) [2022-04-15T07:35:58.244Z] 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) [2022-04-15T07:35:58.253Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-15T07:35:58.550Z] + git tag --points-at HEAD [Pipeline] } [2022-04-15T07:35:58.571Z] $ docker exec --env ******** --env ******** cbff339f02ccf00ca6641332f01de5077f6d989b80501fbf3fc982002ec2ed55 ssh-agent -k [2022-04-15T07:35:58.692Z] unset SSH_AUTH_SOCK; [2022-04-15T07:35:58.698Z] unset SSH_AGENT_PID; [2022-04-15T07:35:58.699Z] echo Agent pid 19 killed; [2022-04-15T07:35:58.699Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-04-15T07:35:58.722Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-15T07:35:58.722Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-15T07:35:58.862Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-15T07:35:58.872Z] $ docker exec cbff339f02ccf00ca6641332f01de5077f6d989b80501fbf3fc982002ec2ed55 ssh-agent [2022-04-15T07:35:59.006Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXpkbKNf/agent.52 [2022-04-15T07:35:59.006Z] SSH_AGENT_PID=58 [2022-04-15T07:35:59.011Z] Running ssh-add (command line suppressed) [2022-04-15T07:35:59.153Z] 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) [2022-04-15T07:35:59.161Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-15T07:35:59.452Z] + git semver init [2022-04-15T07:35:59.452Z] # -> Open(): unable to determine branch for HEAD [2022-04-15T07:35:59.452Z] # $GIT_DIR = /w/workspace/gexfoundry_device-sdk-go_PR-1135/.git [2022-04-15T07:35:59.452Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-sdk-go_PR-1135 [2022-04-15T07:35:59.452Z] # $SEMVER_REMOTE_NAME = origin [2022-04-15T07:35:59.452Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-04-15T07:35:59.452Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-04-15T07:35:59.452Z] # $SEMVER_BRANCH = PR-1135 [2022-04-15T07:35:59.452Z] # $SEMVER_TEMP = /tmp/semver-883705768 [2022-04-15T07:35:59.452Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2022-04-15T07:36:00.838Z] # '/tmp/semver-883705768' -> '/w/workspace/gexfoundry_device-sdk-go_PR-1135/.semver' [2022-04-15T07:36:00.838Z] # -> Force: false [2022-04-15T07:36:00.838Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-sdk-go_PR-1135/.semver [Pipeline] } [2022-04-15T07:36:00.856Z] $ docker exec --env ******** --env ******** cbff339f02ccf00ca6641332f01de5077f6d989b80501fbf3fc982002ec2ed55 ssh-agent -k [2022-04-15T07:36:00.974Z] unset SSH_AUTH_SOCK; [2022-04-15T07:36:00.974Z] unset SSH_AGENT_PID; [2022-04-15T07:36:00.975Z] echo Agent pid 58 killed; [2022-04-15T07:36:00.981Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-15T07:36:01.286Z] + git semver [Pipeline] } [2022-04-15T07:36:01.309Z] $ docker stop --time=1 cbff339f02ccf00ca6641332f01de5077f6d989b80501fbf3fc982002ec2ed55 [2022-04-15T07:36:02.695Z] $ docker rm -f cbff339f02ccf00ca6641332f01de5077f6d989b80501fbf3fc982002ec2ed55 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-15T07:36:03.049Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-04-15T07:36:03.319Z] Stashed 1 file(s) [Pipeline] echo [2022-04-15T07:36:03.321Z] [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 [2022-04-15T07:36:03.464Z] provisioning config files... [2022-04-15T07:36:03.475Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1135@tmp/config7943223508327762908tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-15T07:36:03.777Z] ---> docker-login.sh [2022-04-15T07:36:03.777Z] nexus3.edgexfoundry.org:10001 [2022-04-15T07:36:03.777Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-15T07:36:03.777Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-15T07:36:03.777Z] Configure a credential helper to remove this warning. See [2022-04-15T07:36:03.777Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-15T07:36:03.777Z] [2022-04-15T07:36:03.777Z] Login Succeeded [2022-04-15T07:36:03.777Z] nexus3.edgexfoundry.org:10002 [2022-04-15T07:36:03.777Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-15T07:36:04.038Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-15T07:36:04.038Z] Configure a credential helper to remove this warning. See [2022-04-15T07:36:04.038Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-15T07:36:04.038Z] [2022-04-15T07:36:04.038Z] Login Succeeded [2022-04-15T07:36:04.038Z] nexus3.edgexfoundry.org:10003 [2022-04-15T07:36:04.038Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-15T07:36:04.038Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-15T07:36:04.038Z] Configure a credential helper to remove this warning. See [2022-04-15T07:36:04.038Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-15T07:36:04.038Z] [2022-04-15T07:36:04.038Z] Login Succeeded [2022-04-15T07:36:04.038Z] nexus3.edgexfoundry.org:10004 [2022-04-15T07:36:04.300Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-15T07:36:04.300Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-15T07:36:04.300Z] Configure a credential helper to remove this warning. See [2022-04-15T07:36:04.300Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-15T07:36:04.300Z] [2022-04-15T07:36:04.300Z] Login Succeeded [2022-04-15T07:36:04.300Z] docker.io [2022-04-15T07:36:04.300Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-15T07:36:04.562Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-15T07:36:04.562Z] Configure a credential helper to remove this warning. See [2022-04-15T07:36:04.562Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-15T07:36:04.562Z] [2022-04-15T07:36:04.562Z] Login Succeeded [2022-04-15T07:36:04.562Z] ---> docker-login.sh ends [Pipeline] } [2022-04-15T07:36:04.570Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-04-15T07:36:04.646Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-15T07:36:04.656Z] ========================================================= [2022-04-15T07:36:04.656Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-04-15T07:36:04.656Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-04-15T07:36:04.973Z] + 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 . [2022-04-15T07:36:04.973Z] Sending build context to Docker daemon 9.62MB [2022-04-15T07:36:04.973Z] Step 1/11 : ARG BASE=golang:1.17-alpine3.15 [2022-04-15T07:36:04.973Z] Step 2/11 : FROM ${BASE} AS builder [2022-04-15T07:36:05.233Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-04-15T07:36:05.233Z] 59bf1c3509f3: Pulling fs layer [2022-04-15T07:36:05.233Z] 666ba61612fd: Pulling fs layer [2022-04-15T07:36:05.233Z] 8ed8ca486205: Pulling fs layer [2022-04-15T07:36:05.233Z] 4fe6c5a15a65: Pulling fs layer [2022-04-15T07:36:05.233Z] 22a0e8bec74d: Pulling fs layer [2022-04-15T07:36:05.233Z] 640e595b4fbd: Pulling fs layer [2022-04-15T07:36:05.233Z] 763cafe07f6e: Pulling fs layer [2022-04-15T07:36:05.233Z] 0c0b528cf693: Pulling fs layer [2022-04-15T07:36:05.233Z] 10935f4eaf8b: Pulling fs layer [2022-04-15T07:36:05.233Z] 4fe6c5a15a65: Waiting [2022-04-15T07:36:05.233Z] 0c0b528cf693: Waiting [2022-04-15T07:36:05.233Z] 763cafe07f6e: Waiting [2022-04-15T07:36:05.233Z] 10935f4eaf8b: Waiting [2022-04-15T07:36:05.233Z] 22a0e8bec74d: Waiting [2022-04-15T07:36:05.233Z] 640e595b4fbd: Waiting [2022-04-15T07:36:05.233Z] 8ed8ca486205: Verifying Checksum [2022-04-15T07:36:05.233Z] 8ed8ca486205: Download complete [2022-04-15T07:36:05.233Z] 666ba61612fd: Download complete [2022-04-15T07:36:05.233Z] 22a0e8bec74d: Verifying Checksum [2022-04-15T07:36:05.233Z] 22a0e8bec74d: Download complete [2022-04-15T07:36:05.233Z] 640e595b4fbd: Verifying Checksum [2022-04-15T07:36:05.234Z] 640e595b4fbd: Download complete [2022-04-15T07:36:05.234Z] 763cafe07f6e: Verifying Checksum [2022-04-15T07:36:05.234Z] 763cafe07f6e: Download complete [2022-04-15T07:36:05.234Z] 59bf1c3509f3: Verifying Checksum [2022-04-15T07:36:05.234Z] 59bf1c3509f3: Download complete [2022-04-15T07:36:05.234Z] 0c0b528cf693: Verifying Checksum [2022-04-15T07:36:05.234Z] 0c0b528cf693: Download complete [2022-04-15T07:36:05.495Z] 59bf1c3509f3: Pull complete [2022-04-15T07:36:05.495Z] 666ba61612fd: Pull complete [2022-04-15T07:36:05.495Z] 8ed8ca486205: Pull complete [2022-04-15T07:36:05.756Z] 10935f4eaf8b: Verifying Checksum [2022-04-15T07:36:05.756Z] 10935f4eaf8b: Download complete [2022-04-15T07:36:06.017Z] 4fe6c5a15a65: Verifying Checksum [2022-04-15T07:36:06.017Z] 4fe6c5a15a65: Download complete [2022-04-15T07:36:10.218Z] 4fe6c5a15a65: Pull complete [2022-04-15T07:36:10.218Z] 22a0e8bec74d: Pull complete [2022-04-15T07:36:10.218Z] 640e595b4fbd: Pull complete [2022-04-15T07:36:10.218Z] 763cafe07f6e: Pull complete [2022-04-15T07:36:10.218Z] 0c0b528cf693: Pull complete [2022-04-15T07:36:12.766Z] 10935f4eaf8b: Pull complete [2022-04-15T07:36:12.766Z] Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 [2022-04-15T07:36:12.766Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-15T07:36:12.766Z] ---> 99d49a6021b9 [2022-04-15T07:36:12.766Z] Step 3/11 : ARG MAKE=make build [2022-04-15T07:36:15.331Z] ---> Running in a33db8966cc8 [2022-04-15T07:36:15.331Z] Removing intermediate container a33db8966cc8 [2022-04-15T07:36:15.331Z] ---> 54b38cc03ead [2022-04-15T07:36:15.331Z] Step 4/11 : WORKDIR /device-sdk-go [2022-04-15T07:36:15.331Z] ---> Running in 31992bd801cc [2022-04-15T07:36:15.609Z] Removing intermediate container 31992bd801cc [2022-04-15T07:36:15.609Z] ---> 640053b4805c [2022-04-15T07:36:15.609Z] Step 5/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-04-15T07:36:15.870Z] ---> Running in 483a7a2dc194 [2022-04-15T07:36:16.131Z] Removing intermediate container 483a7a2dc194 [2022-04-15T07:36:16.131Z] ---> d05f7a13a76f [2022-04-15T07:36:16.131Z] Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-15T07:36:16.392Z] ---> Running in fbd13a557872 [2022-04-15T07:36:17.334Z] Removing intermediate container fbd13a557872 [2022-04-15T07:36:17.334Z] ---> 18d5b420e3b9 [2022-04-15T07:36:17.334Z] Step 7/11 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-04-15T07:36:17.334Z] ---> Running in 8e50a82eba05 [2022-04-15T07:36:17.597Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-15T07:36:18.429Z] Still waiting to schedule task [2022-04-15T07:36:18.430Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-04-15T07:36:18.538Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-15T07:36:18.802Z] OK: 221 MiB in 52 packages [2022-04-15T07:36:19.061Z] Removing intermediate container 8e50a82eba05 [2022-04-15T07:36:19.062Z] ---> 2660f1493393 [2022-04-15T07:36:19.062Z] Step 8/11 : COPY go.mod vendor* ./ [2022-04-15T07:36:19.321Z] ---> 3370c36cb7d2 [2022-04-15T07:36:19.321Z] Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-15T07:36:19.321Z] ---> Running in 715ca23dccd2 [2022-04-15T07:36:37.447Z] Removing intermediate container 715ca23dccd2 [2022-04-15T07:36:37.447Z] ---> 2451174ed047 [2022-04-15T07:36:37.447Z] Step 10/11 : COPY . . [2022-04-15T07:36:38.015Z] ---> bc0f650d29c4 [2022-04-15T07:36:38.015Z] Step 11/11 : RUN ${MAKE} [2022-04-15T07:36:38.015Z] ---> Running in ea57ecc290e5 [2022-04-15T07:36:38.280Z] noop [2022-04-15T07:36:38.849Z] Removing intermediate container ea57ecc290e5 [2022-04-15T07:36:38.849Z] ---> a3c75bcd7c2e [2022-04-15T07:36:38.849Z] Successfully built a3c75bcd7c2e [2022-04-15T07:36:38.849Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-15T07:36:39.148Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-15T07:36:39.148Z] . [Pipeline] withDockerContainer [2022-04-15T07:36:39.230Z] prd-ubuntu20.04-docker-8c-8g-21044 does not seem to be running inside a container [2022-04-15T07:36:39.272Z] $ 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 [2022-04-15T07:36:39.685Z] $ docker top 75b9db3d394915153b5b6b6ab79b0404b5b93e5d9e4dcc12c411e519a97c7b4f -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-15T07:36:40.050Z] + go version [2022-04-15T07:36:40.050Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-04-15T07:36:40.069Z] $ docker stop --time=1 75b9db3d394915153b5b6b6ab79b0404b5b93e5d9e4dcc12c411e519a97c7b4f [2022-04-15T07:36:41.360Z] $ docker rm -f 75b9db3d394915153b5b6b6ab79b0404b5b93e5d9e4dcc12c411e519a97c7b4f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-15T07:36:41.782Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-15T07:36:41.782Z] . [Pipeline] withDockerContainer [2022-04-15T07:36:41.855Z] prd-ubuntu20.04-docker-8c-8g-21044 does not seem to be running inside a container [2022-04-15T07:36:41.896Z] $ 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 [2022-04-15T07:36:42.285Z] $ docker top 39a83b03787776ef67f8388afe28c6b50e14825591cb975e2e5c2a1ca5eaaf51 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-04-15T07:36:42.657Z] + make test [2022-04-15T07:36:42.658Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-04-15T07:36:49.367Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2022-04-15T07:37:01.586Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2022-04-15T07:37:01.586Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2022-04-15T07:37:01.586Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2022-04-15T07:37:01.586Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.069s coverage: 23.3% of statements [2022-04-15T07:37:01.586Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2022-04-15T07:37:01.586Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.059s coverage: 27.6% of statements [2022-04-15T07:37:01.586Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.072s coverage: 78.9% of statements [2022-04-15T07:37:01.586Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.075s coverage: 10.8% of statements [2022-04-15T07:37:01.586Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2022-04-15T07:37:01.586Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2022-04-15T07:37:01.586Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2022-04-15T07:37:01.847Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.093s coverage: 34.7% of statements [2022-04-15T07:37:01.847Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2022-04-15T07:37:02.418Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.084s coverage: 86.1% of statements [2022-04-15T07:37:02.418Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2022-04-15T07:37:02.418Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2022-04-15T07:37:02.418Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.109s coverage: 65.1% of statements [2022-04-15T07:37:02.418Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.871s coverage: 89.2% of statements [2022-04-15T07:37:02.418Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2022-04-15T07:37:02.418Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.058s coverage: 4.7% of statements [2022-04-15T07:37:02.418Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2022-04-15T07:37:20.528Z] GO111MODULE=on go vet ./... [2022-04-15T07:37:23.825Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-15T07:37:23.825Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-15T07:37:23.825Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-04-15T07:37:23.846Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-04-15T07:37:23.866Z] $ docker stop --time=1 39a83b03787776ef67f8388afe28c6b50e14825591cb975e2e5c2a1ca5eaaf51 [2022-04-15T07:37:26.138Z] $ docker rm -f 39a83b03787776ef67f8388afe28c6b50e14825591cb975e2e5c2a1ca5eaaf51 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-15T07:37:26.651Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-04-15T07:37:26.712Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-04-15T07:37:27.760Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-04-15T07:37:28.048Z] + ls -al . [2022-04-15T07:37:28.048Z] total 316 [2022-04-15T07:37:28.048Z] drwxrwxr-x 11 jenkins jenkins 4096 Apr 15 07:37 . [2022-04-15T07:37:28.048Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 15 07:35 .. [2022-04-15T07:37:28.048Z] -rw-rw-r-- 1 jenkins jenkins 140 Apr 15 07:35 .dockerignore [2022-04-15T07:37:28.048Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 15 07:35 .git [2022-04-15T07:37:28.048Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 15 07:35 .github [2022-04-15T07:37:28.048Z] -rw-rw-r-- 1 jenkins jenkins 131 Apr 15 07:35 .gitignore [2022-04-15T07:37:28.048Z] -rw-rw-r-- 1 jenkins jenkins 42 Apr 15 07:35 .golangci.yml [2022-04-15T07:37:28.048Z] drwx------ 3 jenkins jenkins 4096 Apr 15 07:36 .semver [2022-04-15T07:37:28.048Z] -rw-rw-r-- 1 jenkins jenkins 26321 Apr 15 07:35 CHANGELOG.md [2022-04-15T07:37:28.048Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 15 07:35 GOVERNANCE.md [2022-04-15T07:37:28.048Z] -rw-rw-r-- 1 jenkins jenkins 880 Apr 15 07:35 Jenkinsfile [2022-04-15T07:37:28.048Z] -rw-rw-r-- 1 jenkins jenkins 11341 Apr 15 07:35 LICENSE [2022-04-15T07:37:28.048Z] -rw-rw-r-- 1 jenkins jenkins 2015 Apr 15 07:35 Makefile [2022-04-15T07:37:28.048Z] -rw-rw-r-- 1 jenkins jenkins 619 Apr 15 07:35 OWNERS.md [2022-04-15T07:37:28.048Z] -rw-rw-r-- 1 jenkins jenkins 4881 Apr 15 07:35 README.md [2022-04-15T07:37:28.048Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 15 07:36 VERSION [2022-04-15T07:37:28.048Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 15 07:35 bin [2022-04-15T07:37:28.048Z] -rw-r--r-- 1 jenkins jenkins 129788 Apr 15 07:37 coverage.out [2022-04-15T07:37:28.048Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 15 07:35 example [2022-04-15T07:37:28.048Z] -rw-rw-r-- 1 jenkins jenkins 3106 Apr 15 07:35 go.mod [2022-04-15T07:37:28.048Z] -rw-rw-r-- 1 jenkins jenkins 53786 Apr 15 07:35 go.sum [2022-04-15T07:37:28.048Z] drwxrwxr-x 15 jenkins jenkins 4096 Apr 15 07:35 internal [2022-04-15T07:37:28.048Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 15 07:35 openapi [2022-04-15T07:37:28.048Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 15 07:35 pkg [2022-04-15T07:37:28.048Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 15 07:35 snap [2022-04-15T07:37:28.048Z] -rw-rw-r-- 1 jenkins jenkins 222 Apr 15 07:35 version.go [Pipeline] isUnix [Pipeline] sh [2022-04-15T07:37:28.348Z] + 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 . [2022-04-15T07:37:28.348Z] Sending build context to Docker daemon 9.751MB [2022-04-15T07:37:28.348Z] Step 1/25 : ARG BASE=golang:1.17-alpine3.15 [2022-04-15T07:37:28.348Z] Step 2/25 : FROM ${BASE} AS builder [2022-04-15T07:37:28.348Z] ---> a3c75bcd7c2e [2022-04-15T07:37:28.348Z] Step 3/25 : ARG MAKE=make build [2022-04-15T07:37:28.608Z] ---> Running in 63d45e574ffc [2022-04-15T07:37:28.608Z] Removing intermediate container 63d45e574ffc [2022-04-15T07:37:28.608Z] ---> 555a57c04078 [2022-04-15T07:37:28.608Z] Step 4/25 : WORKDIR /device-sdk-go [2022-04-15T07:37:28.608Z] ---> Running in 1b78e50c9dda [2022-04-15T07:37:28.608Z] Removing intermediate container 1b78e50c9dda [2022-04-15T07:37:28.608Z] ---> 0fd0ad700f2f [2022-04-15T07:37:28.608Z] Step 5/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-04-15T07:37:28.868Z] ---> Running in 9883da011c4a [2022-04-15T07:37:28.868Z] Removing intermediate container 9883da011c4a [2022-04-15T07:37:28.868Z] ---> a82acb0254c7 [2022-04-15T07:37:28.868Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-15T07:37:28.868Z] ---> Running in 8eaa661d91ec [2022-04-15T07:37:29.439Z] Removing intermediate container 8eaa661d91ec [2022-04-15T07:37:29.439Z] ---> 1905d2dd0eb0 [2022-04-15T07:37:29.439Z] Step 7/25 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-04-15T07:37:29.439Z] ---> Running in 3206671b0d39 [2022-04-15T07:37:29.700Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-15T07:37:30.642Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-15T07:37:30.902Z] OK: 221 MiB in 52 packages [2022-04-15T07:37:31.161Z] Removing intermediate container 3206671b0d39 [2022-04-15T07:37:31.161Z] ---> c33b52b7cebe [2022-04-15T07:37:31.161Z] Step 8/25 : COPY go.mod vendor* ./ [2022-04-15T07:37:31.421Z] ---> 8395ac456bf1 [2022-04-15T07:37:31.421Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-15T07:37:31.421Z] ---> Running in 5a144b5ef215 [2022-04-15T07:37:31.992Z] Removing intermediate container 5a144b5ef215 [2022-04-15T07:37:31.992Z] ---> fd7de403c876 [2022-04-15T07:37:31.992Z] Step 10/25 : COPY . . [2022-04-15T07:37:32.564Z] ---> f233e4359e31 [2022-04-15T07:37:32.564Z] Step 11/25 : RUN ${MAKE} [2022-04-15T07:37:32.564Z] ---> Running in 6488b638099d [2022-04-15T07:37:32.824Z] 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 [2022-04-15T07:37:50.930Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2022-04-15T07:37:53.465Z] Removing intermediate container 6488b638099d [2022-04-15T07:37:53.465Z] ---> 6f2eb2b426c9 [2022-04-15T07:37:53.465Z] Step 12/25 : FROM alpine:3.14 [2022-04-15T07:37:53.725Z] 3.14: Pulling from library/alpine [2022-04-15T07:37:53.985Z] 8663204ce13b: Pulling fs layer [2022-04-15T07:37:53.985Z] 8663204ce13b: Verifying Checksum [2022-04-15T07:37:53.985Z] 8663204ce13b: Download complete [2022-04-15T07:37:54.244Z] 8663204ce13b: Pull complete [2022-04-15T07:37:54.244Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-15T07:37:54.244Z] Status: Downloaded newer image for alpine:3.14 [2022-04-15T07:37:54.244Z] ---> e04c818066af [2022-04-15T07:37:54.244Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-04-15T07:37:54.244Z] ---> Running in 13e48e37df71 [2022-04-15T07:37:54.504Z] Removing intermediate container 13e48e37df71 [2022-04-15T07:37:54.504Z] ---> 64748b4a39cd [2022-04-15T07:37:54.504Z] Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-15T07:37:54.504Z] ---> Running in 59d1dac2338b [2022-04-15T07:37:55.074Z] Removing intermediate container 59d1dac2338b [2022-04-15T07:37:55.074Z] ---> 2f932a37acc8 [2022-04-15T07:37:55.074Z] Step 15/25 : RUN apk add --update --no-cache zeromq [2022-04-15T07:37:55.074Z] ---> Running in 17758d294a2c [2022-04-15T07:37:55.334Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-15T07:37:55.360Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-21045 in /w/workspace/gexfoundry_device-sdk-go_PR-1135 [Pipeline] { [Pipeline] ws [2022-04-15T07:37:55.374Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2022-04-15T07:37:55.553Z] The recommended git tool is: git [2022-04-15T07:37:56.278Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-15T07:37:56.541Z] (1/5) Installing libgcc (10.3.1_git20210424-r2) [2022-04-15T07:37:56.541Z] (2/5) Installing libsodium (1.0.18-r0) [2022-04-15T07:37:56.802Z] (3/5) Installing libstdc++ (10.3.1_git20210424-r2) [2022-04-15T07:37:56.802Z] (4/5) Installing libzmq (4.3.4-r0) [2022-04-15T07:37:56.802Z] (5/5) Installing zeromq (4.3.4-r0) [2022-04-15T07:37:57.087Z] Executing busybox-1.33.1-r7.trigger [2022-04-15T07:37:57.087Z] OK: 8 MiB in 19 packages [2022-04-15T07:37:57.350Z] Removing intermediate container 17758d294a2c [2022-04-15T07:37:57.350Z] ---> 4ec4ae9c288e [2022-04-15T07:37:57.350Z] Step 16/25 : WORKDIR / [2022-04-15T07:37:57.350Z] ---> Running in e9d7cb0fb475 [2022-04-15T07:37:57.611Z] Removing intermediate container e9d7cb0fb475 [2022-04-15T07:37:57.611Z] ---> 6c6a443d7b8f [2022-04-15T07:37:57.611Z] Step 17/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2022-04-15T07:37:57.611Z] ---> ed0cd944d243 [2022-04-15T07:37:57.611Z] Step 18/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2022-04-15T07:37:58.181Z] ---> 3220d83052e8 [2022-04-15T07:37:58.181Z] Step 19/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2022-04-15T07:37:58.441Z] ---> 2728ce24a689 [2022-04-15T07:37:58.441Z] Step 20/25 : EXPOSE 59999 [2022-04-15T07:37:58.441Z] ---> Running in 5c29bb17f7ab [2022-04-15T07:37:58.441Z] Removing intermediate container 5c29bb17f7ab [2022-04-15T07:37:58.441Z] ---> bd13026b9c00 [2022-04-15T07:37:58.441Z] Step 21/25 : ENTRYPOINT ["/device-simple"] [2022-04-15T07:37:58.702Z] ---> Running in c578f0d1f631 [2022-04-15T07:37:58.702Z] Removing intermediate container c578f0d1f631 [2022-04-15T07:37:58.702Z] ---> 4e05373f32f3 [2022-04-15T07:37:58.702Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-15T07:37:58.702Z] ---> Running in cb27d4619d03 [2022-04-15T07:37:58.702Z] Removing intermediate container cb27d4619d03 [2022-04-15T07:37:58.702Z] ---> 7006e6b121ef [2022-04-15T07:37:58.702Z] Step 23/25 : LABEL arch=amd64 [2022-04-15T07:37:58.963Z] ---> Running in 0322338758fa [2022-04-15T07:37:58.963Z] Removing intermediate container 0322338758fa [2022-04-15T07:37:58.963Z] ---> dbc0c19bbed9 [2022-04-15T07:37:58.963Z] Step 24/25 : LABEL git_sha=6aef21c2b2ddd7be379536ee5c017a0bd0cfcf57 [2022-04-15T07:37:58.963Z] ---> Running in 2701d7f13242 [2022-04-15T07:37:58.963Z] Removing intermediate container 2701d7f13242 [2022-04-15T07:37:58.963Z] ---> ef0aae33b914 [2022-04-15T07:37:58.963Z] Step 25/25 : LABEL version=0.0.0 [2022-04-15T07:37:59.223Z] ---> Running in 74aef49f5c02 [2022-04-15T07:37:59.223Z] Removing intermediate container 74aef49f5c02 [2022-04-15T07:37:59.223Z] ---> ae5f3e6cb17d [2022-04-15T07:37:59.223Z] [Warning] One or more build-args [ARCH] were not consumed [2022-04-15T07:37:59.223Z] Successfully built ae5f3e6cb17d [2022-04-15T07:37:59.223Z] 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 [2022-04-15T07:37:59.642Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-15T07:37:59.642Z] [2022-04-15T07:37:59.642Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-04-15T07:37:59.945Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-15T07:37:59.945Z] latest: Pulling from edgex-lftools-log-publisher [2022-04-15T07:37:59.945Z] 5eb5b503b376: Pulling fs layer [2022-04-15T07:37:59.945Z] 5c69ac0246d0: Pulling fs layer [2022-04-15T07:37:59.945Z] ec43610c2a17: Pulling fs layer [2022-04-15T07:37:59.945Z] 3a2ae6a8a46f: Pulling fs layer [2022-04-15T07:37:59.945Z] 33b1e0a273af: Pulling fs layer [2022-04-15T07:37:59.945Z] 5d3b04190fa2: Pulling fs layer [2022-04-15T07:37:59.945Z] 2f39f015ded8: Pulling fs layer [2022-04-15T07:37:59.945Z] 3a2ae6a8a46f: Waiting [2022-04-15T07:37:59.945Z] 33b1e0a273af: Waiting [2022-04-15T07:37:59.945Z] 5d3b04190fa2: Waiting [2022-04-15T07:37:59.945Z] 2f39f015ded8: Waiting [2022-04-15T07:37:59.945Z] 5c69ac0246d0: Verifying Checksum [2022-04-15T07:37:59.945Z] 5c69ac0246d0: Download complete [2022-04-15T07:37:59.945Z] 3a2ae6a8a46f: Verifying Checksum [2022-04-15T07:37:59.945Z] 3a2ae6a8a46f: Download complete [2022-04-15T07:37:59.945Z] 33b1e0a273af: Verifying Checksum [2022-04-15T07:37:59.945Z] 33b1e0a273af: Download complete [2022-04-15T07:37:59.945Z] ec43610c2a17: Verifying Checksum [2022-04-15T07:37:59.945Z] ec43610c2a17: Download complete [2022-04-15T07:37:59.945Z] 5d3b04190fa2: Verifying Checksum [2022-04-15T07:37:59.945Z] 5d3b04190fa2: Download complete [2022-04-15T07:38:00.204Z] 5eb5b503b376: Verifying Checksum [2022-04-15T07:38:00.204Z] 5eb5b503b376: Download complete [2022-04-15T07:38:00.335Z] using credential edgex-jenkins-ssh [2022-04-15T07:38:00.353Z] Cloning the remote Git repository [2022-04-15T07:38:00.772Z] 2f39f015ded8: Download complete [2022-04-15T07:38:01.343Z] 5eb5b503b376: Pull complete [2022-04-15T07:38:00.416Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2022-04-15T07:38:00.489Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2022-04-15T07:38:00.583Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2022-04-15T07:38:00.583Z] > git --version # timeout=10 [2022-04-15T07:38:00.606Z] > git --version # 'git version 2.25.1' [2022-04-15T07:38:00.609Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-15T07:38:00.694Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-15T07:38:01.603Z] 5c69ac0246d0: Pull complete [2022-04-15T07:38:01.863Z] ec43610c2a17: Pull complete [2022-04-15T07:38:02.122Z] 3a2ae6a8a46f: Pull complete [2022-04-15T07:38:02.382Z] 33b1e0a273af: Pull complete [2022-04-15T07:38:02.382Z] 5d3b04190fa2: Pull complete [2022-04-15T07:38:02.223Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2022-04-15T07:38:02.240Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-15T07:38:02.268Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2022-04-15T07:38:02.309Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2022-04-15T07:38:02.310Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-15T07:38:02.323Z] > 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 [2022-04-15T07:38:02.886Z] Merging remotes/origin/main commit db005db0661b6aa55dca2c75477a49f23130ceb1 into PR head commit 6aef21c2b2ddd7be379536ee5c017a0bd0cfcf57 [2022-04-15T07:38:03.144Z] Merge succeeded, producing 6aef21c2b2ddd7be379536ee5c017a0bd0cfcf57 [2022-04-15T07:38:03.145Z] Checking out Revision 6aef21c2b2ddd7be379536ee5c017a0bd0cfcf57 (PR-1135) [2022-04-15T07:38:02.917Z] > git config core.sparsecheckout # timeout=10 [2022-04-15T07:38:02.944Z] > git checkout -f 6aef21c2b2ddd7be379536ee5c017a0bd0cfcf57 # timeout=10 [2022-04-15T07:38:03.060Z] > git remote # timeout=10 [2022-04-15T07:38:03.080Z] > git config --get remote.origin.url # timeout=10 [2022-04-15T07:38:03.097Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-15T07:38:03.109Z] > git merge db005db0661b6aa55dca2c75477a49f23130ceb1 # timeout=10 [2022-04-15T07:38:03.132Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-04-15T07:38:03.159Z] > git config core.sparsecheckout # timeout=10 [2022-04-15T07:38:03.170Z] > git checkout -f 6aef21c2b2ddd7be379536ee5c017a0bd0cfcf57 # timeout=10 [2022-04-15T07:38:06.576Z] 2f39f015ded8: Pull complete [2022-04-15T07:38:06.577Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-04-15T07:38:06.577Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-15T07:38:06.577Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-04-15T07:38:06.645Z] prd-ubuntu20.04-docker-8c-8g-21044 does not seem to be running inside a container [2022-04-15T07:38:06.687Z] $ 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 [2022-04-15T07:38:07.265Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2" [2022-04-15T07:38:07.670Z] [2022-04-15T07:38:07.670Z] GitHub has been notified of this commit’s build result [2022-04-15T07:38:07.670Z] [2022-04-15T07:38:08.727Z] $ 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 [2022-04-15T07:38:09.144Z] ---> job-cost.sh [2022-04-15T07:38:09.144Z] lf-activate-venv: SKIPPING [2022-04-15T07:38:09.144Z] INFO: No Stack... [2022-04-15T07:38:09.438Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-04-15T07:38:09.438Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-15T07:38:09.438Z] Dload Upload Total Spent Left Speed [2022-04-15T07:38:09.438Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 89719 0 --:--:-- --:--:-- --:--:-- 89719 [Pipeline] sh [2022-04-15T07:38:09.716Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-04-15T07:38:09.948Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-04-15T07:38:09.977Z] INFO: Archiving Costs [Pipeline] sh [2022-04-15T07:38:10.290Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-04-15T07:38:10.290Z] + sudo tee /etc/docker/daemon.new [2022-04-15T07:38:10.290Z] { [2022-04-15T07:38:10.290Z] "registry-mirrors": [ [2022-04-15T07:38:10.290Z] "https://nexus3.edgexfoundry.org:10001" [2022-04-15T07:38:10.290Z] ], [2022-04-15T07:38:10.290Z] "bip": "10.250.0.254/24", [2022-04-15T07:38:10.290Z] "hosts": [ [2022-04-15T07:38:10.290Z] "tcp://0.0.0.0:5555", [2022-04-15T07:38:10.290Z] "unix:///var/run/docker.sock" [2022-04-15T07:38:10.290Z] ], [2022-04-15T07:38:10.290Z] "mtu": 1458, [2022-04-15T07:38:10.290Z] "selinux-enabled": true, [2022-04-15T07:38:10.290Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-04-15T07:38:10.290Z] } [Pipeline] sh [2022-04-15T07:38:10.324Z] + cat /w/workspace/gexfoundry_device-sdk-go_PR-1135/archives/cost.csv [2022-04-15T07:38:10.324Z] + cut -d, -f6 [Pipeline] lock [2022-04-15T07:38:10.387Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1135-2-stack-cost] [2022-04-15T07:38:10.392Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-1135-2-stack-cost] did not exist. Created. [2022-04-15T07:38:10.392Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1135-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-15T07:38:10.630Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-04-15T07:38:10.695Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-04-15T07:38:10.805Z] Stashed 1 file(s) [Pipeline] } [2022-04-15T07:38:10.811Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1135-2-stack-cost] [Pipeline] // lock [Pipeline] } [2022-04-15T07:38:10.834Z] $ docker stop --time=1 3177c602f360e184e68381fd89d331090488f40b54aff26c7730e73cc038d3fc [2022-04-15T07:38:11.046Z] + sudo service docker restart [2022-04-15T07:38:12.007Z] $ docker rm -f 3177c602f360e184e68381fd89d331090488f40b54aff26c7730e73cc038d3fc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-15T07:38:29.389Z] provisioning config files... [2022-04-15T07:38:29.412Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config8264832045222173717tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-15T07:38:29.774Z] ---> docker-login.sh [2022-04-15T07:38:29.774Z] nexus3.edgexfoundry.org:10001 [2022-04-15T07:38:30.373Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-15T07:38:30.649Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-15T07:38:30.649Z] Configure a credential helper to remove this warning. See [2022-04-15T07:38:30.649Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-15T07:38:30.649Z] [2022-04-15T07:38:30.649Z] Login Succeeded [2022-04-15T07:38:30.649Z] nexus3.edgexfoundry.org:10002 [2022-04-15T07:38:30.922Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-15T07:38:30.922Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-15T07:38:30.922Z] Configure a credential helper to remove this warning. See [2022-04-15T07:38:30.922Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-15T07:38:30.922Z] [2022-04-15T07:38:30.922Z] Login Succeeded [2022-04-15T07:38:31.195Z] nexus3.edgexfoundry.org:10003 [2022-04-15T07:38:31.468Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-15T07:38:31.468Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-15T07:38:31.468Z] Configure a credential helper to remove this warning. See [2022-04-15T07:38:31.468Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-15T07:38:31.468Z] [2022-04-15T07:38:31.468Z] Login Succeeded [2022-04-15T07:38:31.468Z] nexus3.edgexfoundry.org:10004 [2022-04-15T07:38:31.743Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-15T07:38:32.024Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-15T07:38:32.024Z] Configure a credential helper to remove this warning. See [2022-04-15T07:38:32.024Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-15T07:38:32.024Z] [2022-04-15T07:38:32.024Z] Login Succeeded [2022-04-15T07:38:32.024Z] docker.io [2022-04-15T07:38:32.296Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-15T07:38:32.568Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-15T07:38:32.568Z] Configure a credential helper to remove this warning. See [2022-04-15T07:38:32.568Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-15T07:38:32.568Z] [2022-04-15T07:38:32.568Z] Login Succeeded [2022-04-15T07:38:32.568Z] ---> docker-login.sh ends [Pipeline] } [2022-04-15T07:38:32.586Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-04-15T07:38:33.130Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-15T07:38:33.141Z] ========================================================= [2022-04-15T07:38:33.142Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-04-15T07:38:33.142Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-04-15T07:38:33.498Z] + 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 . [2022-04-15T07:38:33.768Z] Sending build context to Docker daemon 5.203MB [2022-04-15T07:38:34.041Z] Step 1/11 : ARG BASE=golang:1.17-alpine3.15 [2022-04-15T07:38:34.041Z] Step 2/11 : FROM ${BASE} AS builder [2022-04-15T07:38:34.041Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-04-15T07:38:34.041Z] 9b3977197b4f: Pulling fs layer [2022-04-15T07:38:34.041Z] 1a89e8eeedd5: Pulling fs layer [2022-04-15T07:38:34.041Z] 94645a83ff95: Pulling fs layer [2022-04-15T07:38:34.041Z] 3f3a8bcf1eab: Pulling fs layer [2022-04-15T07:38:34.041Z] 0c92f367c5e7: Pulling fs layer [2022-04-15T07:38:34.041Z] f7c0051592d6: Pulling fs layer [2022-04-15T07:38:34.041Z] a227ed2f7395: Pulling fs layer [2022-04-15T07:38:34.041Z] 7b1c46037f91: Pulling fs layer [2022-04-15T07:38:34.041Z] 3f3a8bcf1eab: Waiting [2022-04-15T07:38:34.041Z] 0c92f367c5e7: Waiting [2022-04-15T07:38:34.041Z] f7c0051592d6: Waiting [2022-04-15T07:38:34.041Z] a227ed2f7395: Waiting [2022-04-15T07:38:34.041Z] 7b1c46037f91: Waiting [2022-04-15T07:38:34.041Z] 94645a83ff95: Verifying Checksum [2022-04-15T07:38:34.041Z] 94645a83ff95: Download complete [2022-04-15T07:38:34.041Z] 1a89e8eeedd5: Verifying Checksum [2022-04-15T07:38:34.041Z] 1a89e8eeedd5: Download complete [2022-04-15T07:38:34.041Z] 0c92f367c5e7: Verifying Checksum [2022-04-15T07:38:34.041Z] 0c92f367c5e7: Download complete [2022-04-15T07:38:34.041Z] f7c0051592d6: Verifying Checksum [2022-04-15T07:38:34.041Z] f7c0051592d6: Download complete [2022-04-15T07:38:34.041Z] 9b3977197b4f: Verifying Checksum [2022-04-15T07:38:34.041Z] 9b3977197b4f: Download complete [2022-04-15T07:38:34.317Z] a227ed2f7395: Verifying Checksum [2022-04-15T07:38:34.317Z] a227ed2f7395: Download complete [2022-04-15T07:38:34.922Z] 9b3977197b4f: Pull complete [2022-04-15T07:38:35.523Z] 1a89e8eeedd5: Pull complete [2022-04-15T07:38:35.804Z] 94645a83ff95: Pull complete [2022-04-15T07:38:36.081Z] 7b1c46037f91: Verifying Checksum [2022-04-15T07:38:36.081Z] 7b1c46037f91: Download complete [2022-04-15T07:38:37.060Z] 3f3a8bcf1eab: Verifying Checksum [2022-04-15T07:38:37.060Z] 3f3a8bcf1eab: Download complete [2022-04-15T07:38:49.481Z] 3f3a8bcf1eab: Pull complete [2022-04-15T07:38:49.481Z] 0c92f367c5e7: Pull complete [2022-04-15T07:38:49.481Z] f7c0051592d6: Pull complete [2022-04-15T07:38:49.481Z] a227ed2f7395: Pull complete [2022-04-15T07:38:56.206Z] 7b1c46037f91: Pull complete [2022-04-15T07:38:56.206Z] Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe [2022-04-15T07:38:56.206Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-15T07:38:56.206Z] ---> f79e39bc4007 [2022-04-15T07:38:56.206Z] Step 3/11 : ARG MAKE=make build [2022-04-15T07:38:56.481Z] ---> Running in 0c78ec8521a0 [2022-04-15T07:38:56.755Z] Removing intermediate container 0c78ec8521a0 [2022-04-15T07:38:56.755Z] ---> 6204c0cfb3d6 [2022-04-15T07:38:56.756Z] Step 4/11 : WORKDIR /device-sdk-go [2022-04-15T07:38:56.756Z] ---> Running in 21fb9d1a864e [2022-04-15T07:38:57.354Z] Removing intermediate container 21fb9d1a864e [2022-04-15T07:38:57.354Z] ---> 24bcebfab1b8 [2022-04-15T07:38:57.354Z] Step 5/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-04-15T07:38:57.354Z] ---> Running in cde9e4359b33 [2022-04-15T07:38:57.632Z] Removing intermediate container cde9e4359b33 [2022-04-15T07:38:57.632Z] ---> 1fb739d85e81 [2022-04-15T07:38:57.632Z] Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-15T07:38:57.632Z] ---> Running in 5962ed1e715f [2022-04-15T07:38:59.619Z] Removing intermediate container 5962ed1e715f [2022-04-15T07:38:59.619Z] ---> bf5bbe9205de [2022-04-15T07:38:59.619Z] Step 7/11 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-04-15T07:38:59.619Z] ---> Running in 1687bdda4923 [2022-04-15T07:39:00.599Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-15T07:39:01.579Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-15T07:39:02.175Z] OK: 220 MiB in 52 packages [2022-04-15T07:39:03.157Z] Removing intermediate container 1687bdda4923 [2022-04-15T07:39:03.157Z] ---> cdcb70d9bc11 [2022-04-15T07:39:03.157Z] Step 8/11 : COPY go.mod vendor* ./ [2022-04-15T07:39:03.441Z] ---> 6e56338bff83 [2022-04-15T07:39:03.441Z] Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-15T07:39:03.716Z] ---> Running in 65895c3aa543 [2022-04-15T07:39:50.754Z] Removing intermediate container 65895c3aa543 [2022-04-15T07:39:50.754Z] ---> 6915241b2636 [2022-04-15T07:39:50.754Z] Step 10/11 : COPY . . [2022-04-15T07:39:50.754Z] ---> 020a6add73b9 [2022-04-15T07:39:50.754Z] Step 11/11 : RUN ${MAKE} [2022-04-15T07:39:50.754Z] ---> Running in 15028e08c1fe [2022-04-15T07:39:50.754Z] noop [2022-04-15T07:39:50.754Z] Removing intermediate container 15028e08c1fe [2022-04-15T07:39:50.754Z] ---> df89b9ae44f4 [2022-04-15T07:39:50.754Z] Successfully built df89b9ae44f4 [2022-04-15T07:39:50.754Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-15T07:39:51.108Z] + docker inspect -f . ci-base-image-arm64 [2022-04-15T07:39:51.109Z] . [Pipeline] withDockerContainer [2022-04-15T07:39:51.347Z] prd-ubuntu20.04-docker-arm64-4c-16g-21045 does not seem to be running inside a container [2022-04-15T07:39:51.426Z] $ 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 [2022-04-15T07:39:52.759Z] $ docker top fe17605b4ca2e727b207a402bc0326249a439cd09c87b9c69d62ae1f576bc809 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-15T07:39:53.671Z] + go version [2022-04-15T07:39:53.671Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-04-15T07:39:53.703Z] $ docker stop --time=1 fe17605b4ca2e727b207a402bc0326249a439cd09c87b9c69d62ae1f576bc809 [2022-04-15T07:39:55.335Z] $ docker rm -f fe17605b4ca2e727b207a402bc0326249a439cd09c87b9c69d62ae1f576bc809 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-15T07:39:55.913Z] + docker inspect -f . ci-base-image-arm64 [2022-04-15T07:39:55.913Z] . [Pipeline] withDockerContainer [2022-04-15T07:39:56.122Z] prd-ubuntu20.04-docker-arm64-4c-16g-21045 does not seem to be running inside a container [2022-04-15T07:39:56.209Z] $ 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 [2022-04-15T07:39:57.505Z] $ docker top 440bac9cd7c475f2c389b4ab810a59dbbcfd4d38f1cb8e51f403d60f83f65255 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-04-15T07:39:58.418Z] + make test [2022-04-15T07:39:58.418Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-04-15T07:40:25.234Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2022-04-15T07:42:02.168Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2022-04-15T07:42:02.168Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2022-04-15T07:42:02.168Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2022-04-15T07:42:07.606Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.322s coverage: 23.3% of statements [2022-04-15T07:42:07.606Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2022-04-15T07:42:07.606Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.262s coverage: 27.6% of statements [2022-04-15T07:42:07.606Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.293s coverage: 78.9% of statements [2022-04-15T07:42:07.606Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.220s coverage: 10.8% of statements [2022-04-15T07:42:07.606Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2022-04-15T07:42:07.606Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2022-04-15T07:42:07.606Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2022-04-15T07:42:13.071Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.457s coverage: 34.7% of statements [2022-04-15T07:42:13.071Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2022-04-15T07:42:15.716Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.327s coverage: 86.1% of statements [2022-04-15T07:42:15.716Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2022-04-15T07:42:15.716Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2022-04-15T07:42:15.716Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.495s coverage: 65.1% of statements [2022-04-15T07:42:16.315Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.332s coverage: 89.2% of statements [2022-04-15T07:42:16.316Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2022-04-15T07:42:19.703Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.226s coverage: 4.7% of statements [2022-04-15T07:42:19.703Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2022-04-15T07:42:19.976Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-04-15T07:42:19.976Z] GO111MODULE=on go vet ./... [2022-04-15T07:43:41.817Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-15T07:43:41.817Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-15T07:43:41.817Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-04-15T07:43:41.842Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-04-15T07:43:41.859Z] $ docker stop --time=1 440bac9cd7c475f2c389b4ab810a59dbbcfd4d38f1cb8e51f403d60f83f65255 [2022-04-15T07:43:43.701Z] $ docker rm -f 440bac9cd7c475f2c389b4ab810a59dbbcfd4d38f1cb8e51f403d60f83f65255 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-15T07:43:44.967Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-04-15T07:43:44.994Z] Warning: overwriting stash ‘coverage-report’ [2022-04-15T07:43:45.555Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-15T07:43:45.950Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-04-15T07:43:46.283Z] + ls -al . [2022-04-15T07:43:46.283Z] total 312 [2022-04-15T07:43:46.283Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 15 07:43 . [2022-04-15T07:43:46.283Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 15 07:38 .. [2022-04-15T07:43:46.283Z] -rw-rw-r-- 1 jenkins jenkins 140 Apr 15 07:38 .dockerignore [2022-04-15T07:43:46.283Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 15 07:38 .git [2022-04-15T07:43:46.283Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 15 07:38 .github [2022-04-15T07:43:46.283Z] -rw-rw-r-- 1 jenkins jenkins 131 Apr 15 07:38 .gitignore [2022-04-15T07:43:46.283Z] -rw-rw-r-- 1 jenkins jenkins 42 Apr 15 07:38 .golangci.yml [2022-04-15T07:43:46.283Z] -rw-rw-r-- 1 jenkins jenkins 26321 Apr 15 07:38 CHANGELOG.md [2022-04-15T07:43:46.283Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 15 07:38 GOVERNANCE.md [2022-04-15T07:43:46.283Z] -rw-rw-r-- 1 jenkins jenkins 880 Apr 15 07:38 Jenkinsfile [2022-04-15T07:43:46.283Z] -rw-rw-r-- 1 jenkins jenkins 11341 Apr 15 07:38 LICENSE [2022-04-15T07:43:46.283Z] -rw-rw-r-- 1 jenkins jenkins 2015 Apr 15 07:38 Makefile [2022-04-15T07:43:46.283Z] -rw-rw-r-- 1 jenkins jenkins 619 Apr 15 07:38 OWNERS.md [2022-04-15T07:43:46.283Z] -rw-rw-r-- 1 jenkins jenkins 4881 Apr 15 07:38 README.md [2022-04-15T07:43:46.283Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 15 07:36 VERSION [2022-04-15T07:43:46.283Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 15 07:38 bin [2022-04-15T07:43:46.283Z] -rw-r--r-- 1 jenkins jenkins 129789 Apr 15 07:42 coverage.out [2022-04-15T07:43:46.283Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 15 07:38 example [2022-04-15T07:43:46.283Z] -rw-rw-r-- 1 jenkins jenkins 3106 Apr 15 07:38 go.mod [2022-04-15T07:43:46.283Z] -rw-rw-r-- 1 jenkins jenkins 53786 Apr 15 07:38 go.sum [2022-04-15T07:43:46.283Z] drwxrwxr-x 15 jenkins jenkins 4096 Apr 15 07:38 internal [2022-04-15T07:43:46.283Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 15 07:38 openapi [2022-04-15T07:43:46.283Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 15 07:38 pkg [2022-04-15T07:43:46.283Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 15 07:38 snap [2022-04-15T07:43:46.283Z] -rw-rw-r-- 1 jenkins jenkins 222 Apr 15 07:38 version.go [Pipeline] isUnix [Pipeline] sh [2022-04-15T07:43:46.641Z] + 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 . [2022-04-15T07:43:47.240Z] Sending build context to Docker daemon 5.334MB [2022-04-15T07:43:47.240Z] Step 1/25 : ARG BASE=golang:1.17-alpine3.15 [2022-04-15T07:43:47.240Z] Step 2/25 : FROM ${BASE} AS builder [2022-04-15T07:43:47.240Z] ---> df89b9ae44f4 [2022-04-15T07:43:47.240Z] Step 3/25 : ARG MAKE=make build [2022-04-15T07:43:47.240Z] ---> Running in 151c81f4ed44 [2022-04-15T07:43:47.514Z] Removing intermediate container 151c81f4ed44 [2022-04-15T07:43:47.514Z] ---> c772fea5d049 [2022-04-15T07:43:47.514Z] Step 4/25 : WORKDIR /device-sdk-go [2022-04-15T07:43:47.797Z] ---> Running in d10a1b5f3a3e [2022-04-15T07:43:48.077Z] Removing intermediate container d10a1b5f3a3e [2022-04-15T07:43:48.077Z] ---> 6aad676635a8 [2022-04-15T07:43:48.077Z] Step 5/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-04-15T07:43:48.077Z] ---> Running in 8f3b10038541 [2022-04-15T07:43:48.364Z] Removing intermediate container 8f3b10038541 [2022-04-15T07:43:48.364Z] ---> f2206b5923ba [2022-04-15T07:43:48.364Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-15T07:43:48.364Z] ---> Running in 27e09c5c3f62 [2022-04-15T07:43:50.341Z] Removing intermediate container 27e09c5c3f62 [2022-04-15T07:43:50.341Z] ---> 0c4e34aff2ac [2022-04-15T07:43:50.341Z] Step 7/25 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-04-15T07:43:50.341Z] ---> Running in a4b086b9f528 [2022-04-15T07:43:51.319Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-15T07:43:51.917Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-15T07:43:52.894Z] OK: 220 MiB in 52 packages [2022-04-15T07:43:53.494Z] Removing intermediate container a4b086b9f528 [2022-04-15T07:43:53.494Z] ---> 68420f1f5afe [2022-04-15T07:43:53.494Z] Step 8/25 : COPY go.mod vendor* ./ [2022-04-15T07:43:54.095Z] ---> f250edc34c06 [2022-04-15T07:43:54.095Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-15T07:43:54.095Z] ---> Running in d79ba3c136cb [2022-04-15T07:43:56.094Z] Removing intermediate container d79ba3c136cb [2022-04-15T07:43:56.094Z] ---> d00c2a9fe6e5 [2022-04-15T07:43:56.094Z] Step 10/25 : COPY . . [2022-04-15T07:43:57.531Z] ---> a1a364d73a41 [2022-04-15T07:43:57.531Z] Step 11/25 : RUN ${MAKE} [2022-04-15T07:43:57.531Z] ---> Running in ec7fd59ff22f [2022-04-15T07:43:58.525Z] 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 [2022-04-15T07:45:50.382Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2022-04-15T07:45:52.367Z] Removing intermediate container ec7fd59ff22f [2022-04-15T07:45:52.367Z] ---> 910c213bf161 [2022-04-15T07:45:52.367Z] Step 12/25 : FROM alpine:3.14 [2022-04-15T07:45:52.963Z] 3.14: Pulling from library/alpine [2022-04-15T07:45:53.239Z] 455c02918c45: Pulling fs layer [2022-04-15T07:45:53.516Z] 455c02918c45: Verifying Checksum [2022-04-15T07:45:53.516Z] 455c02918c45: Download complete [2022-04-15T07:45:54.121Z] 455c02918c45: Pull complete [2022-04-15T07:45:54.121Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-15T07:45:54.121Z] Status: Downloaded newer image for alpine:3.14 [2022-04-15T07:45:54.121Z] ---> ac73e934f311 [2022-04-15T07:45:54.121Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-04-15T07:45:54.121Z] ---> Running in ac945a8548bb [2022-04-15T07:45:54.404Z] Removing intermediate container ac945a8548bb [2022-04-15T07:45:54.404Z] ---> d3d64fac1274 [2022-04-15T07:45:54.404Z] Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-15T07:45:54.678Z] ---> Running in ae2205003811 [2022-04-15T07:45:56.125Z] Removing intermediate container ae2205003811 [2022-04-15T07:45:56.125Z] ---> 7bbb8c51957f [2022-04-15T07:45:56.125Z] Step 15/25 : RUN apk add --update --no-cache zeromq [2022-04-15T07:45:56.412Z] ---> Running in 19f632969015 [2022-04-15T07:45:57.403Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-15T07:45:58.380Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-15T07:45:58.977Z] (1/5) Installing libgcc (10.3.1_git20210424-r2) [2022-04-15T07:45:58.977Z] (2/5) Installing libsodium (1.0.18-r0) [2022-04-15T07:45:59.249Z] (3/5) Installing libstdc++ (10.3.1_git20210424-r2) [2022-04-15T07:45:59.249Z] (4/5) Installing libzmq (4.3.4-r0) [2022-04-15T07:45:59.249Z] (5/5) Installing zeromq (4.3.4-r0) [2022-04-15T07:45:59.521Z] Executing busybox-1.33.1-r7.trigger [2022-04-15T07:45:59.522Z] OK: 8 MiB in 19 packages [2022-04-15T07:46:00.502Z] Removing intermediate container 19f632969015 [2022-04-15T07:46:00.502Z] ---> 9df4710ca259 [2022-04-15T07:46:00.502Z] Step 16/25 : WORKDIR / [2022-04-15T07:46:00.502Z] ---> Running in 8d71a5740117 [2022-04-15T07:46:00.775Z] Removing intermediate container 8d71a5740117 [2022-04-15T07:46:00.775Z] ---> ccac766c4fd2 [2022-04-15T07:46:00.775Z] Step 17/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2022-04-15T07:46:01.371Z] ---> 3d8688a1db06 [2022-04-15T07:46:01.371Z] Step 18/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2022-04-15T07:46:02.812Z] ---> 0f338f19b9a9 [2022-04-15T07:46:02.812Z] Step 19/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2022-04-15T07:46:03.413Z] ---> 37b17ce73d86 [2022-04-15T07:46:03.413Z] Step 20/25 : EXPOSE 59999 [2022-04-15T07:46:03.705Z] ---> Running in 836560e5c93b [2022-04-15T07:46:03.992Z] Removing intermediate container 836560e5c93b [2022-04-15T07:46:03.992Z] ---> 8aac831aef7a [2022-04-15T07:46:03.992Z] Step 21/25 : ENTRYPOINT ["/device-simple"] [2022-04-15T07:46:03.992Z] ---> Running in 6efb9ec900ba [2022-04-15T07:46:04.271Z] Removing intermediate container 6efb9ec900ba [2022-04-15T07:46:04.271Z] ---> 78cf41eac9b7 [2022-04-15T07:46:04.271Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-15T07:46:04.271Z] ---> Running in dee996015377 [2022-04-15T07:46:04.874Z] Removing intermediate container dee996015377 [2022-04-15T07:46:04.874Z] ---> 6562ab5d62a4 [2022-04-15T07:46:04.874Z] Step 23/25 : LABEL arch=arm64 [2022-04-15T07:46:04.874Z] ---> Running in ec547ec1055f [2022-04-15T07:46:05.154Z] Removing intermediate container ec547ec1055f [2022-04-15T07:46:05.154Z] ---> a31eba662ce2 [2022-04-15T07:46:05.154Z] Step 24/25 : LABEL git_sha=6aef21c2b2ddd7be379536ee5c017a0bd0cfcf57 [2022-04-15T07:46:05.154Z] ---> Running in faf0f3c90c0f [2022-04-15T07:46:05.760Z] Removing intermediate container faf0f3c90c0f [2022-04-15T07:46:05.760Z] ---> 80b795345d73 [2022-04-15T07:46:05.760Z] Step 25/25 : LABEL version=0.0.0 [2022-04-15T07:46:05.760Z] ---> Running in 1e9e71cb130e [2022-04-15T07:46:06.045Z] Removing intermediate container 1e9e71cb130e [2022-04-15T07:46:06.045Z] ---> 3f5df19a6910 [2022-04-15T07:46:06.045Z] [Warning] One or more build-args [ARCH] were not consumed [2022-04-15T07:46:06.045Z] Successfully built 3f5df19a6910 [2022-04-15T07:46:06.045Z] 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 [2022-04-15T07:46:06.478Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-15T07:46:06.478Z] [2022-04-15T07:46:06.478Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-04-15T07:46:06.833Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-15T07:46:07.112Z] arm64: Pulling from edgex-lftools-log-publisher [2022-04-15T07:46:07.112Z] 8998bd30e6a1: Pulling fs layer [2022-04-15T07:46:07.112Z] 04944245beec: Pulling fs layer [2022-04-15T07:46:07.112Z] 699f458cf7ca: Pulling fs layer [2022-04-15T07:46:07.112Z] 765212b225bb: Pulling fs layer [2022-04-15T07:46:07.112Z] f23df028b6ca: Pulling fs layer [2022-04-15T07:46:07.112Z] d65c8cfc05b1: Pulling fs layer [2022-04-15T07:46:07.112Z] 2437ff75d9bd: Pulling fs layer [2022-04-15T07:46:07.112Z] f23df028b6ca: Waiting [2022-04-15T07:46:07.112Z] 765212b225bb: Waiting [2022-04-15T07:46:07.112Z] d65c8cfc05b1: Waiting [2022-04-15T07:46:07.112Z] 2437ff75d9bd: Waiting [2022-04-15T07:46:07.112Z] 04944245beec: Verifying Checksum [2022-04-15T07:46:07.112Z] 04944245beec: Download complete [2022-04-15T07:46:07.112Z] 765212b225bb: Download complete [2022-04-15T07:46:07.112Z] f23df028b6ca: Verifying Checksum [2022-04-15T07:46:07.112Z] d65c8cfc05b1: Verifying Checksum [2022-04-15T07:46:07.112Z] d65c8cfc05b1: Download complete [2022-04-15T07:46:07.389Z] 699f458cf7ca: Verifying Checksum [2022-04-15T07:46:07.389Z] 699f458cf7ca: Download complete [2022-04-15T07:46:07.668Z] 8998bd30e6a1: Download complete [2022-04-15T07:46:10.302Z] 2437ff75d9bd: Verifying Checksum [2022-04-15T07:46:10.302Z] 2437ff75d9bd: Download complete [2022-04-15T07:46:12.289Z] 8998bd30e6a1: Pull complete [2022-04-15T07:46:12.563Z] 04944245beec: Pull complete [2022-04-15T07:46:14.010Z] 699f458cf7ca: Pull complete [2022-04-15T07:46:14.286Z] 765212b225bb: Pull complete [2022-04-15T07:46:14.886Z] f23df028b6ca: Pull complete [2022-04-15T07:46:15.161Z] d65c8cfc05b1: Pull complete [2022-04-15T07:46:30.267Z] 2437ff75d9bd: Pull complete [2022-04-15T07:46:30.267Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-04-15T07:46:30.267Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-15T07:46:30.267Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-04-15T07:46:30.518Z] prd-ubuntu20.04-docker-arm64-4c-16g-21045 does not seem to be running inside a container [2022-04-15T07:46:30.611Z] $ 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 [2022-04-15T07:46:33.550Z] $ docker top 72e56fb3903cba6db98387c009331833d04c5b04b7ea1d3534f7f44b8c65bdc4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-15T07:46:34.501Z] ---> job-cost.sh [2022-04-15T07:46:34.501Z] lf-activate-venv: SKIPPING [2022-04-15T07:46:34.501Z] INFO: No Stack... [2022-04-15T07:46:35.098Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-04-15T07:46:36.085Z] INFO: Archiving Costs [Pipeline] sh [2022-04-15T07:46:36.759Z] + cat /w/workspace/device-sdk-go/2/archives/cost.csv [2022-04-15T07:46:36.759Z] + cut -d, -f6 [Pipeline] lock [2022-04-15T07:46:36.834Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1135-2-stack-cost] [2022-04-15T07:46:36.839Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-1135-2-stack-cost] did not exist. Created. [2022-04-15T07:46:36.839Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1135-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-15T07:46:37.522Z] /w/workspace/device-sdk-go/2@tmp/durable-31ea9eeb/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-04-15T07:46:38.203Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-04-15T07:46:38.232Z] Warning: overwriting stash ‘stack-cost’ [2022-04-15T07:46:38.294Z] Stashed 1 file(s) [Pipeline] } [2022-04-15T07:46:38.301Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1135-2-stack-cost] [Pipeline] // lock [Pipeline] } [2022-04-15T07:46:38.323Z] $ docker stop --time=1 72e56fb3903cba6db98387c009331833d04c5b04b7ea1d3534f7f44b8c65bdc4 [2022-04-15T07:46:39.819Z] $ 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 [2022-04-15T07:46:40.365Z] provisioning config files... [2022-04-15T07:46:40.406Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1135@tmp/config2849544407401900353tmp [Pipeline] { [Pipeline] sh [2022-04-15T07:46:40.697Z] + set +x [2022-04-15T07:46:40.697Z] + bash -s -- [2022-04-15T07:46:40.697Z] + curl -s https://codecov.io/bash [2022-04-15T07:46:40.697Z] [2022-04-15T07:46:40.697Z] _____ _ [2022-04-15T07:46:40.697Z] / ____| | | [2022-04-15T07:46:40.697Z] | | ___ __| | ___ ___ _____ __ [2022-04-15T07:46:40.697Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-04-15T07:46:40.697Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-04-15T07:46:40.697Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-04-15T07:46:40.697Z] Bash-1.0.6 [2022-04-15T07:46:40.697Z] [2022-04-15T07:46:40.697Z] [2022-04-15T07:46:40.697Z] ==> git version 2.25.1 found [2022-04-15T07:46:40.697Z] ==> 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 [2022-04-15T07:46:40.697Z] Release-Date: 2020-01-08 [2022-04-15T07:46:40.697Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-04-15T07:46:40.697Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-04-15T07:46:40.697Z] ==> Jenkins CI detected. [2022-04-15T07:46:40.697Z] current dir:  /w/workspace/gexfoundry_device-sdk-go_PR-1135 [2022-04-15T07:46:40.697Z] project root: . [2022-04-15T07:46:40.697Z] --> token set from env [2022-04-15T07:46:40.697Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-04-15T07:46:40.697Z] ==> Running gcov in . (disable via -X gcov) [2022-04-15T07:46:40.697Z] ==> Python coveragepy not found [2022-04-15T07:46:40.697Z] ==> Searching for coverage reports in: [2022-04-15T07:46:40.697Z] + . [2022-04-15T07:46:40.697Z] -> Found 1 reports [2022-04-15T07:46:40.697Z] ==> Detecting git/mercurial file structure [2022-04-15T07:46:40.697Z] ==> Reading reports [2022-04-15T07:46:40.697Z] + ./coverage.out bytes=129789 [2022-04-15T07:46:40.697Z] ==> Appending adjustments [2022-04-15T07:46:40.697Z] https://docs.codecov.io/docs/fixing-reports [2022-04-15T07:46:40.956Z] + Found adjustments [2022-04-15T07:46:40.956Z] ==> Gzipping contents [2022-04-15T07:46:41.217Z] 20K /tmp/codecov.X8JCsK.gz [2022-04-15T07:46:41.217Z] ==> Uploading reports [2022-04-15T07:46:41.217Z] url: https://codecov.io [2022-04-15T07:46:41.217Z] 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= [2022-04-15T07:46:41.217Z] -> Pinging Codecov [2022-04-15T07:46:41.217Z] 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= [2022-04-15T07:46:41.477Z] -> Uploading to [2022-04-15T07:46:41.477Z] 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 [2022-04-15T07:46:41.477Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-15T07:46:41.477Z] Dload Upload Total Spent Left Speed [2022-04-15T07:46:42.419Z] 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 [2022-04-15T07:46:42.419Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/6aef21c2b2ddd7be379536ee5c017a0bd0cfcf57 [Pipeline] } [2022-04-15T07:46:42.428Z] 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 [2022-04-15T07:46:43.219Z] + [ -d /w/workspace/gexfoundry_device-sdk-go_PR-1135/archives ] [2022-04-15T07:46:43.219Z] + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1135/archives [2022-04-15T07:46:43.219Z] total 16 [2022-04-15T07:46:43.219Z] drwxr-xr-x 3 root root 4096 Apr 15 07:38 . [2022-04-15T07:46:43.220Z] drwxrwxr-x 12 jenkins jenkins 4096 Apr 15 07:38 .. [2022-04-15T07:46:43.220Z] drwxr-xr-x 2 root root 4096 Apr 15 07:38 cost [2022-04-15T07:46:43.220Z] -rw-r--r-- 1 root root 85 Apr 15 07:38 cost.csv [2022-04-15T07:46:43.220Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-sdk-go_PR-1135/archives [2022-04-15T07:46:43.220Z] + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1135/archives [2022-04-15T07:46:43.220Z] total 16 [2022-04-15T07:46:43.220Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 15 07:38 . [2022-04-15T07:46:43.220Z] drwxrwxr-x 12 jenkins jenkins 4096 Apr 15 07:38 .. [2022-04-15T07:46:43.220Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 15 07:38 cost [2022-04-15T07:46:43.220Z] -rw-r--r-- 1 jenkins jenkins 85 Apr 15 07:38 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-04-15T07:46:43.514Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-15T07:46:44.375Z] ---> package-listing.sh [2022-04-15T07:46:44.376Z] ++ facter osfamily [2022-04-15T07:46:44.376Z] ++ tr '[:upper:]' '[:lower:]' [2022-04-15T07:46:44.635Z] + OS_FAMILY=debian [2022-04-15T07:46:44.635Z] + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1135 [2022-04-15T07:46:44.635Z] + START_PACKAGES=/tmp/packages_start.txt [2022-04-15T07:46:44.635Z] + END_PACKAGES=/tmp/packages_end.txt [2022-04-15T07:46:44.635Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-04-15T07:46:44.635Z] + PACKAGES=/tmp/packages_start.txt [2022-04-15T07:46:44.635Z] + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1135 ']' [2022-04-15T07:46:44.635Z] + PACKAGES=/tmp/packages_end.txt [2022-04-15T07:46:44.635Z] + case "${OS_FAMILY}" in [2022-04-15T07:46:44.635Z] + dpkg -l [2022-04-15T07:46:44.635Z] + grep '^ii' [2022-04-15T07:46:44.635Z] + '[' -f /tmp/packages_start.txt ']' [2022-04-15T07:46:44.635Z] + '[' -f /tmp/packages_end.txt ']' [2022-04-15T07:46:44.635Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-04-15T07:46:44.635Z] + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1135 ']' [2022-04-15T07:46:44.635Z] + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1135/archives/ [2022-04-15T07:46:44.635Z] + 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 [2022-04-15T07:46:44.647Z] 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 [2022-04-15T07:46:44.930Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-04-15T07:46:45.485Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-15T07:46:45.485Z] . [Pipeline] withDockerContainer [2022-04-15T07:46:45.553Z] prd-ubuntu20.04-docker-8c-8g-21044 does not seem to be running inside a container [2022-04-15T07:46:45.596Z] $ 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 [2022-04-15T07:46:45.842Z] $ docker top e49d5eb214bcb30d6022b8cd3f5ada7c60536a891a6b67de6ab0cfcc13d482fd -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-15T07:46:46.196Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-04-15T07:46:46.486Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-04-15T07:46:46.775Z] + ls /var/log/sa-host [2022-04-15T07:46:46.775Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-15T07:46:47.002Z] provisioning config files... [2022-04-15T07:46:47.012Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1135@tmp/config6218792763391884656tmp [Pipeline] { [Pipeline] echo [2022-04-15T07:46:47.034Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-15T07:46:47.318Z] ---> create-netrc.sh [Pipeline] } [2022-04-15T07:46:47.325Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-04-15T07:46:47.673Z] ---> python-tools-install.sh [Pipeline] echo [2022-04-15T07:46:47.683Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-15T07:46:47.969Z] ---> sudo-logs.sh [2022-04-15T07:46:47.969Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-04-15T07:46:48.005Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-15T07:46:48.303Z] ---> job-cost.sh [2022-04-15T07:46:48.303Z] lf-activate-venv: SKIPPING [2022-04-15T07:46:48.303Z] DEBUG: total: 0.2199999988079071 [2022-04-15T07:46:48.303Z] INFO: Retrieving Stack Cost... [2022-04-15T07:46:48.873Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-04-15T07:46:49.133Z] INFO: Archiving Costs [Pipeline] echo [2022-04-15T07:46:49.148Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-15T07:46:49.429Z] ---> logs-deploy.sh [2022-04-15T07:46:49.429Z] lf-activate-venv: SKIPPING [2022-04-15T07:46:49.429Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1135/2 [2022-04-15T07:46:49.429Z] INFO: archiving workspace using pattern(s): [2022-04-15T07:46:50.366Z] Archives upload complete. [2022-04-15T07:46:50.366Z] INFO: archiving logs to Nexus [2022-04-15T07:46:51.306Z] ---> uname -a: [2022-04-15T07:46:51.306Z] 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 [2022-04-15T07:46:51.306Z] [2022-04-15T07:46:51.306Z] [2022-04-15T07:46:51.306Z] ---> lscpu: [2022-04-15T07:46:51.306Z] Architecture: x86_64 [2022-04-15T07:46:51.306Z] CPU op-mode(s): 32-bit, 64-bit [2022-04-15T07:46:51.306Z] Byte Order: Little Endian [2022-04-15T07:46:51.306Z] Address sizes: 40 bits physical, 48 bits virtual [2022-04-15T07:46:51.306Z] CPU(s): 8 [2022-04-15T07:46:51.306Z] On-line CPU(s) list: 0-7 [2022-04-15T07:46:51.306Z] Thread(s) per core: 1 [2022-04-15T07:46:51.306Z] Core(s) per socket: 1 [2022-04-15T07:46:51.306Z] Socket(s): 8 [2022-04-15T07:46:51.306Z] NUMA node(s): 1 [2022-04-15T07:46:51.306Z] Vendor ID: AuthenticAMD [2022-04-15T07:46:51.306Z] CPU family: 23 [2022-04-15T07:46:51.306Z] Model: 49 [2022-04-15T07:46:51.306Z] Model name: AMD EPYC-Rome Processor [2022-04-15T07:46:51.306Z] Stepping: 0 [2022-04-15T07:46:51.306Z] CPU MHz: 2799.998 [2022-04-15T07:46:51.306Z] BogoMIPS: 5599.99 [2022-04-15T07:46:51.306Z] Virtualization: AMD-V [2022-04-15T07:46:51.306Z] Hypervisor vendor: KVM [2022-04-15T07:46:51.306Z] Virtualization type: full [2022-04-15T07:46:51.306Z] L1d cache: 256 KiB [2022-04-15T07:46:51.306Z] L1i cache: 256 KiB [2022-04-15T07:46:51.306Z] L2 cache: 4 MiB [2022-04-15T07:46:51.306Z] L3 cache: 128 MiB [2022-04-15T07:46:51.306Z] NUMA node0 CPU(s): 0-7 [2022-04-15T07:46:51.306Z] Vulnerability Itlb multihit: Not affected [2022-04-15T07:46:51.306Z] Vulnerability L1tf: Not affected [2022-04-15T07:46:51.306Z] Vulnerability Mds: Not affected [2022-04-15T07:46:51.306Z] Vulnerability Meltdown: Not affected [2022-04-15T07:46:51.306Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-04-15T07:46:51.306Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2022-04-15T07:46:51.306Z] Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2022-04-15T07:46:51.306Z] Vulnerability Srbds: Not affected [2022-04-15T07:46:51.306Z] Vulnerability Tsx async abort: Not affected [2022-04-15T07:46:51.306Z] 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 [2022-04-15T07:46:51.306Z] [2022-04-15T07:46:51.306Z] [2022-04-15T07:46:51.306Z] ---> nproc: [2022-04-15T07:46:51.306Z] 8 [2022-04-15T07:46:51.306Z] [2022-04-15T07:46:51.306Z] [2022-04-15T07:46:51.306Z] ---> df -h: [2022-04-15T07:46:51.306Z] Filesystem Size Used Avail Use% Mounted on [2022-04-15T07:46:51.306Z] overlay 155G 11G 145G 7% / [2022-04-15T07:46:51.306Z] tmpfs 64M 0 64M 0% /dev [2022-04-15T07:46:51.306Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2022-04-15T07:46:51.306Z] shm 64M 0 64M 0% /dev/shm [2022-04-15T07:46:51.306Z] /dev/vda1 155G 11G 145G 7% /facter-os [2022-04-15T07:46:51.306Z] [2022-04-15T07:46:51.306Z] [2022-04-15T07:46:51.306Z] ---> sar -b -r -n DEV: [2022-04-15T07:46:51.306Z] Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-21044) 04/15/22 _x86_64_ (8 CPU) [2022-04-15T07:46:51.306Z] [2022-04-15T07:46:51.306Z] 07:35:11 LINUX RESTART (8 CPU) [2022-04-15T07:46:51.306Z] [2022-04-15T07:46:51.306Z] 07:36:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2022-04-15T07:46:51.306Z] 07:37:01 155.67 1.87 153.81 0.00 31.33 58532.24 0.00 [2022-04-15T07:46:51.306Z] 07:38:01 167.36 0.17 167.19 0.00 17.06 29935.14 0.00 [2022-04-15T07:46:51.306Z] 07:39:01 32.46 0.03 32.43 0.00 1.60 16549.79 0.00 [2022-04-15T07:46:51.306Z] 07:40:01 1.63 0.00 1.63 0.00 0.00 18.53 0.00 [2022-04-15T07:46:51.307Z] 07:41:01 1.53 0.02 1.52 0.00 0.13 24.13 0.00 [2022-04-15T07:46:51.307Z] 07:42:01 1.58 0.00 1.58 0.00 0.00 18.26 0.00 [2022-04-15T07:46:51.307Z] 07:43:01 0.88 0.00 0.88 0.00 0.00 10.53 0.00 [2022-04-15T07:46:51.307Z] 07:44:01 1.55 0.00 1.55 0.00 0.00 17.99 0.00 [2022-04-15T07:46:51.307Z] 07:45:01 0.92 0.00 0.92 0.00 0.00 10.13 0.00 [2022-04-15T07:46:51.307Z] 07:46:01 1.47 0.00 1.47 0.00 0.00 21.59 0.00 [2022-04-15T07:46:51.307Z] Average: 36.50 0.21 36.29 0.00 5.01 10513.14 0.00 [2022-04-15T07:46:51.307Z] [2022-04-15T07:46:51.307Z] 07:36:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2022-04-15T07:46:51.307Z] 07:37:01 28460324 31622336 661880 2.01 138676 3256052 2150552 6.34 1410704 2577136 439040 [2022-04-15T07:46:51.307Z] 07:38:01 28521928 31725704 560284 1.70 146456 3285904 2137756 6.30 1175100 2746624 238212 [2022-04-15T07:46:51.307Z] 07:39:01 28311276 31776020 508236 1.55 154992 3503108 1719748 5.07 1144984 2951424 16 [2022-04-15T07:46:51.307Z] 07:40:01 28311612 31776436 507640 1.54 155028 3503108 1719748 5.07 1143792 2951424 12 [2022-04-15T07:46:51.307Z] 07:41:01 28312024 31776848 507200 1.54 155096 3503112 1719748 5.07 1143928 2951432 12 [2022-04-15T07:46:51.307Z] 07:42:01 28311968 31776828 507180 1.54 155112 3503124 1719748 5.07 1143600 2951440 168 [2022-04-15T07:46:51.307Z] 07:43:01 28324088 31788952 495072 1.51 155124 3503128 1719748 5.07 1131180 2951444 24 [2022-04-15T07:46:51.307Z] 07:44:01 28325032 31789924 493980 1.50 155160 3503128 1719748 5.07 1130984 2951444 160 [2022-04-15T07:46:51.307Z] 07:45:01 28325192 31790108 493932 1.50 155192 3503132 1719748 5.07 1131008 2951448 184 [2022-04-15T07:46:51.307Z] 07:46:01 28326500 31791456 492628 1.50 155228 3503104 1719748 5.07 1130148 2951428 20 [2022-04-15T07:46:51.307Z] Average: 28352994 31761461 522803 1.59 152606 3456690 1804629 5.32 1168543 2893524 67785 [2022-04-15T07:46:51.307Z] [2022-04-15T07:46:51.307Z] 07:36:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2022-04-15T07:46:51.307Z] 07:37:01 lo 2.80 2.80 0.28 0.28 0.00 0.00 0.00 0.00 [2022-04-15T07:46:51.307Z] 07:37:01 docker0 108.13 143.53 8.51 1020.90 0.00 0.00 0.00 0.00 [2022-04-15T07:46:51.307Z] 07:37:01 ens3 334.48 229.68 4395.99 81.85 0.00 0.00 0.00 0.00 [2022-04-15T07:46:51.307Z] 07:37:01 veth9e6ac24 0.00 0.20 0.00 0.02 0.00 0.00 0.00 0.00 [2022-04-15T07:46:51.307Z] 07:38:01 lo 2.00 2.00 0.20 0.20 0.00 0.00 0.00 0.00 [2022-04-15T07:46:51.307Z] 07:38:01 docker0 14.60 18.88 0.84 89.32 0.00 0.00 0.00 0.00 [2022-04-15T07:46:51.307Z] 07:38:01 ens3 137.78 86.07 2670.37 19.65 0.00 0.00 0.00 0.00 [2022-04-15T07:46:51.307Z] 07:39:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2022-04-15T07:46:51.307Z] 07:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-04-15T07:46:51.307Z] 07:39:01 ens3 15.58 10.01 14.17 5.38 0.00 0.00 0.00 0.00 [2022-04-15T07:46:51.307Z] 07:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-04-15T07:46:51.307Z] 07:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-04-15T07:46:51.307Z] 07:40:01 ens3 0.57 0.58 0.04 0.05 0.00 0.00 0.00 0.00 [2022-04-15T07:46:51.307Z] 07:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-04-15T07:46:51.307Z] 07:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-04-15T07:46:51.307Z] 07:41:01 ens3 0.17 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2022-04-15T07:46:51.307Z] 07:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-04-15T07:46:51.307Z] 07:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-04-15T07:46:51.307Z] 07:42:01 ens3 0.42 0.08 0.05 0.01 0.00 0.00 0.00 0.00 [2022-04-15T07:46:51.307Z] 07:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-04-15T07:46:51.307Z] 07:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-04-15T07:46:51.307Z] 07:43:01 ens3 13.08 9.98 11.80 10.81 0.00 0.00 0.00 0.00 [2022-04-15T07:46:51.307Z] 07:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-04-15T07:46:51.307Z] 07:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-04-15T07:46:51.307Z] 07:44:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2022-04-15T07:46:51.307Z] 07:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-04-15T07:46:51.307Z] 07:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-04-15T07:46:51.307Z] 07:45:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-04-15T07:46:51.307Z] 07:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-04-15T07:46:51.307Z] 07:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-04-15T07:46:51.307Z] 07:46:01 ens3 5.48 10.58 0.44 14.54 0.00 0.00 0.00 0.00 [2022-04-15T07:46:51.307Z] Average: lo 0.57 0.57 0.05 0.05 0.00 0.00 0.00 0.00 [2022-04-15T07:46:51.307Z] Average: docker0 12.27 16.24 0.93 111.02 0.00 0.00 0.00 0.00 [2022-04-15T07:46:51.307Z] Average: ens3 50.76 34.73 709.25 13.24 0.00 0.00 0.00 0.00 [2022-04-15T07:46:51.307Z] [2022-04-15T07:46:51.307Z] [2022-04-15T07:46:51.307Z] ---> sar -P ALL: [2022-04-15T07:46:51.307Z] Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-21044) 04/15/22 _x86_64_ (8 CPU) [2022-04-15T07:46:51.307Z] [2022-04-15T07:46:51.307Z] 07:35:11 LINUX RESTART (8 CPU) [2022-04-15T07:46:51.307Z] [2022-04-15T07:46:51.307Z] 07:36:01 CPU %user %nice %system %iowait %steal %idle [2022-04-15T07:46:51.307Z] 07:37:01 all 27.92 0.00 6.56 1.68 0.08 63.76 [2022-04-15T07:46:51.307Z] 07:37:01 0 28.72 0.00 6.40 1.33 0.07 63.47 [2022-04-15T07:46:51.307Z] 07:37:01 1 29.04 0.00 7.23 6.27 0.08 57.37 [2022-04-15T07:46:51.307Z] 07:37:01 2 27.49 0.00 6.02 0.41 0.07 66.02 [2022-04-15T07:46:51.307Z] 07:37:01 3 28.69 0.00 6.52 1.30 0.08 63.41 [2022-04-15T07:46:51.307Z] 07:37:01 4 27.85 0.00 6.34 0.20 0.10 65.50 [2022-04-15T07:46:51.307Z] 07:37:01 5 27.66 0.00 6.56 0.63 0.07 65.08 [2022-04-15T07:46:51.307Z] 07:37:01 6 27.49 0.00 6.42 2.63 0.07 63.39 [2022-04-15T07:46:51.307Z] 07:37:01 7 26.43 0.00 6.99 0.64 0.08 65.85 [2022-04-15T07:46:51.307Z] 07:38:01 all 36.78 0.00 6.01 1.09 0.09 56.01 [2022-04-15T07:46:51.307Z] 07:38:01 0 35.27 0.00 6.21 0.29 0.08 58.15 [2022-04-15T07:46:51.307Z] 07:38:01 1 38.37 0.00 5.83 2.66 0.08 53.06 [2022-04-15T07:46:51.307Z] 07:38:01 2 35.83 0.00 5.98 0.85 0.08 57.26 [2022-04-15T07:46:51.307Z] 07:38:01 3 38.17 0.00 6.00 1.77 0.13 53.93 [2022-04-15T07:46:51.307Z] 07:38:01 4 36.08 0.00 6.36 2.57 0.08 54.90 [2022-04-15T07:46:51.307Z] 07:38:01 5 36.51 0.00 5.73 0.15 0.10 57.50 [2022-04-15T07:46:51.307Z] 07:38:01 6 35.56 0.00 5.73 0.07 0.08 58.56 [2022-04-15T07:46:51.307Z] 07:38:01 7 38.50 0.00 6.27 0.41 0.10 54.72 [2022-04-15T07:46:51.307Z] 07:39:01 all 2.30 0.00 0.82 0.41 0.01 96.46 [2022-04-15T07:46:51.307Z] 07:39:01 0 2.17 0.00 1.17 0.02 0.02 96.62 [2022-04-15T07:46:51.307Z] 07:39:01 1 2.69 0.00 0.67 0.50 0.02 96.13 [2022-04-15T07:46:51.307Z] 07:39:01 2 3.81 0.00 0.54 0.02 0.02 95.61 [2022-04-15T07:46:51.307Z] 07:39:01 3 1.84 0.00 0.90 0.02 0.02 97.22 [2022-04-15T07:46:51.307Z] 07:39:01 4 2.26 0.00 0.97 2.28 0.02 94.47 [2022-04-15T07:46:51.307Z] 07:39:01 5 1.97 0.00 0.50 0.20 0.02 97.31 [2022-04-15T07:46:51.307Z] 07:39:01 6 2.11 0.00 0.65 0.00 0.00 97.24 [2022-04-15T07:46:51.307Z] 07:39:01 7 1.49 0.00 1.17 0.27 0.02 97.06 [2022-04-15T07:46:51.307Z] 07:40:01 all 0.12 0.00 0.01 0.01 0.00 99.86 [2022-04-15T07:46:51.307Z] 07:40:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2022-04-15T07:46:51.307Z] 07:40:01 1 0.02 0.00 0.02 0.02 0.00 99.95 [2022-04-15T07:46:51.307Z] 07:40:01 2 0.83 0.00 0.00 0.00 0.00 99.17 [2022-04-15T07:46:51.307Z] 07:40:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-04-15T07:46:51.307Z] 07:40:01 4 0.05 0.00 0.02 0.07 0.02 99.85 [2022-04-15T07:46:51.307Z] 07:40:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2022-04-15T07:46:51.307Z] 07:40:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-04-15T07:46:51.307Z] 07:40:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2022-04-15T07:46:51.307Z] 07:41:01 all 0.05 0.00 0.01 0.01 0.00 99.92 [2022-04-15T07:46:51.307Z] 07:41:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2022-04-15T07:46:51.307Z] 07:41:01 1 0.07 0.00 0.00 0.03 0.00 99.90 [2022-04-15T07:46:51.307Z] 07:41:01 2 0.08 0.00 0.00 0.00 0.00 99.92 [2022-04-15T07:46:51.307Z] 07:41:01 3 0.07 0.00 0.02 0.00 0.02 99.90 [2022-04-15T07:46:51.307Z] 07:41:01 4 0.07 0.00 0.03 0.02 0.00 99.88 [2022-04-15T07:46:51.307Z] 07:41:01 5 0.05 0.00 0.03 0.00 0.00 99.92 [2022-04-15T07:46:51.307Z] 07:41:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2022-04-15T07:46:51.307Z] 07:41:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2022-04-15T07:46:51.307Z] 07:42:01 all 0.16 0.00 0.02 0.01 0.00 99.80 [2022-04-15T07:46:51.307Z] 07:42:01 0 0.08 0.00 0.03 0.00 0.00 99.88 [2022-04-15T07:46:51.307Z] 07:42:01 1 0.02 0.00 0.03 0.02 0.00 99.93 [2022-04-15T07:46:51.307Z] 07:42:01 2 1.12 0.00 0.07 0.00 0.00 98.81 [2022-04-15T07:46:51.307Z] 07:42:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2022-04-15T07:46:51.307Z] 07:42:01 4 0.00 0.00 0.00 0.03 0.02 99.95 [2022-04-15T07:46:51.307Z] 07:42:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-04-15T07:46:51.307Z] 07:42:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2022-04-15T07:46:51.307Z] 07:42:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2022-04-15T07:46:51.307Z] 07:43:01 all 0.14 0.00 0.05 0.00 0.00 99.80 [2022-04-15T07:46:51.307Z] 07:43:01 0 0.12 0.00 0.03 0.00 0.00 99.85 [2022-04-15T07:46:51.307Z] 07:43:01 1 0.08 0.00 0.02 0.02 0.00 99.88 [2022-04-15T07:46:51.307Z] 07:43:01 2 0.61 0.00 0.23 0.00 0.00 99.15 [2022-04-15T07:46:51.307Z] 07:43:01 3 0.07 0.00 0.03 0.00 0.00 99.90 [2022-04-15T07:46:51.307Z] 07:43:01 4 0.03 0.00 0.02 0.02 0.00 99.93 [2022-04-15T07:46:51.307Z] 07:43:01 5 0.05 0.00 0.02 0.00 0.00 99.93 [2022-04-15T07:46:51.307Z] 07:43:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2022-04-15T07:46:51.307Z] 07:43:01 7 0.13 0.00 0.08 0.00 0.00 99.78 [2022-04-15T07:46:51.307Z] 07:44:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2022-04-15T07:46:51.307Z] 07:44:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2022-04-15T07:46:51.307Z] 07:44:01 1 0.02 0.00 0.02 0.02 0.00 99.95 [2022-04-15T07:46:51.307Z] 07:44:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-04-15T07:46:51.307Z] 07:44:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2022-04-15T07:46:51.307Z] 07:44:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2022-04-15T07:46:51.307Z] 07:44:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-04-15T07:46:51.307Z] 07:44:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-04-15T07:46:51.307Z] 07:44:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-04-15T07:46:51.307Z] 07:45:01 all 0.02 0.00 0.01 0.00 0.00 99.97 [2022-04-15T07:46:51.307Z] 07:45:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2022-04-15T07:46:51.307Z] 07:45:01 1 0.00 0.00 0.02 0.02 0.00 99.97 [2022-04-15T07:46:51.307Z] 07:45:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2022-04-15T07:46:51.307Z] 07:45:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2022-04-15T07:46:51.307Z] 07:45:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2022-04-15T07:46:51.307Z] 07:45:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-04-15T07:46:51.307Z] 07:45:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-04-15T07:46:51.307Z] 07:45:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2022-04-15T07:46:51.307Z] 07:46:01 all 0.05 0.00 0.02 0.00 0.00 99.93 [2022-04-15T07:46:51.308Z] 07:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2022-04-15T07:46:51.308Z] 07:46:01 1 0.18 0.00 0.03 0.02 0.00 99.77 [2022-04-15T07:46:51.308Z] 07:46:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2022-04-15T07:46:51.308Z] 07:46:01 3 0.02 0.00 0.05 0.00 0.02 99.92 [2022-04-15T07:46:51.308Z] 07:46:01 4 0.03 0.00 0.02 0.02 0.00 99.93 [2022-04-15T07:46:51.308Z] 07:46:01 5 0.08 0.00 0.02 0.00 0.00 99.90 [2022-04-15T07:46:51.308Z] 07:46:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-04-15T07:46:51.308Z] 07:46:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2022-04-15T07:46:51.308Z] Average: all 6.70 0.00 1.34 0.32 0.02 91.62 [2022-04-15T07:46:51.308Z] Average: 0 6.60 0.00 1.38 0.16 0.02 91.84 [2022-04-15T07:46:51.308Z] Average: 1 6.98 0.00 1.37 0.95 0.02 90.68 [2022-04-15T07:46:51.308Z] Average: 2 6.95 0.00 1.28 0.13 0.02 91.63 [2022-04-15T07:46:51.308Z] Average: 3 6.84 0.00 1.35 0.31 0.03 91.48 [2022-04-15T07:46:51.308Z] Average: 4 6.57 0.00 1.36 0.52 0.02 91.53 [2022-04-15T07:46:51.308Z] Average: 5 6.58 0.00 1.27 0.10 0.02 92.03 [2022-04-15T07:46:51.308Z] Average: 6 6.47 0.00 1.27 0.27 0.02 91.98 [2022-04-15T07:46:51.308Z] Average: 7 6.59 0.00 1.44 0.13 0.02 91.82 [2022-04-15T07:46:51.308Z] [2022-04-15T07:46:51.308Z] [2022-04-15T07:46:51.308Z]