Pull request #1232 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 6cffc294953a470074c675637891f16580d1725c+09c8a507c77d2bd2f09eb9ac13068a60ef71d0df (8f9efce38571e72219a428b79dc4b0bbe235b1ed) 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-ssh6502857448685655337.key Verifying host key using known hosts file > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision bd7468d5528128c83034753e4c3def8ef9af3f2d 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-ssh9917867049821043807.key Verifying host key using known hosts file > 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 bd7468d5528128c83034753e4c3def8ef9af3f2d The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1232/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1232/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8149891683309282702.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1232/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3510229433245175263.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision bd7468d5528128c83034753e4c3def8ef9af3f2d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f bd7468d5528128c83034753e4c3def8ef9af3f2d # timeout=10 Commit message: "Merge pull request #410 from ernestojeda/changes-for-dind-test" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh9908525979325669983.key Verifying host key using known hosts file > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1232/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1232/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh2306525831039122008.key Verifying host key using known hosts file > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-7724 in /w/workspace/gexfoundry_device-sdk-go_PR-1232 [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-1232 # 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 Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > 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 Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1232/head:refs/remotes/origin/PR-1232 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 09c8a507c77d2bd2f09eb9ac13068a60ef71d0df into PR head commit 6cffc294953a470074c675637891f16580d1725c Merge succeeded, producing 6cffc294953a470074c675637891f16580d1725c Checking out Revision 6cffc294953a470074c675637891f16580d1725c (PR-1232) Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] } > git config core.sparsecheckout # timeout=10 > git checkout -f 6cffc294953a470074c675637891f16580d1725c # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git merge 09c8a507c77d2bd2f09eb9ac13068a60ef71d0df # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6cffc294953a470074c675637891f16580d1725c # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-10-12T04:08:26.660Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-10-12T04:08:26.839Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-10-12T04:08:26.937Z] ========================================================= [2022-10-12T04:08:26.937Z] EdgeX Global Pipelines Version Info [2022-10-12T04:08:26.937Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-10-12T04:08:27.686Z] ------------------- [2022-10-12T04:08:27.686Z] stable info: [2022-10-12T04:08:27.686Z] ------------------- [2022-10-12T04:08:27.686Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-10-12T04:08:27.686Z] Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d [2022-10-12T04:08:27.686Z] Message: update stable to v1.0.239 [2022-10-12T04:08:28.255Z] ------------------- [2022-10-12T04:08:28.256Z] experimental info: [2022-10-12T04:08:28.256Z] ------------------- [2022-10-12T04:08:28.256Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-10-12T04:08:28.256Z] Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d [2022-10-12T04:08:28.256Z] Message: update experimental to v1.0.239 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-10-12T04:08:28.542Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2022-10-12T04:08:28.588Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2022-10-12T04:08:28.631Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-10-12T04:08:28.670Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-10-12T04:08:28.717Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-10-12T04:08:28.759Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-10-12T04:08:28.794Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-10-12T04:08:28.838Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2022-10-12T04:08:28.878Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-10-12T04:08:28.915Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-10-12T04:08:28.954Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-10-12T04:08:28.995Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2022-10-12T04:08:29.028Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-10-12T04:08:29.068Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-10-12T04:08:29.105Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-10-12T04:08:29.151Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2022-10-12T04:08:29.192Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-10-12T04:08:29.226Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-10-12T04:08:29.265Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-10-12T04:08:29.302Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-10-12T04:08:29.338Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-10-12T04:08:29.379Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-10-12T04:08:29.418Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-10-12T04:08:29.453Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-10-12T04:08:29.491Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-10-12T04:08:29.530Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-10-12T04:08:29.566Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-10-12T04:08:29.603Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1232 [Pipeline] echo [2022-10-12T04:08:29.638Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1232 [Pipeline] echo [2022-10-12T04:08:29.678Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1232 [Pipeline] echo [2022-10-12T04:08:29.713Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6cffc294953a470074c675637891f16580d1725c [Pipeline] echo [2022-10-12T04:08:29.755Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6cffc29 [Pipeline] echo [2022-10-12T04:08:29.791Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-12T04:08:29.897Z] provisioning config files... [2022-10-12T04:08:29.911Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1232@tmp/config15644351541813255099tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-12T04:08:30.274Z] ---> docker-login.sh [2022-10-12T04:08:30.274Z] nexus3.edgexfoundry.org:10001 [2022-10-12T04:08:30.535Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-12T04:08:30.535Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-12T04:08:30.535Z] Configure a credential helper to remove this warning. See [2022-10-12T04:08:30.535Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-12T04:08:30.535Z] [2022-10-12T04:08:30.535Z] Login Succeeded [2022-10-12T04:08:30.535Z] nexus3.edgexfoundry.org:10002 [2022-10-12T04:08:30.535Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-12T04:08:30.812Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-12T04:08:30.812Z] Configure a credential helper to remove this warning. See [2022-10-12T04:08:30.812Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-12T04:08:30.812Z] [2022-10-12T04:08:30.812Z] Login Succeeded [2022-10-12T04:08:30.812Z] nexus3.edgexfoundry.org:10003 [2022-10-12T04:08:30.812Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-12T04:08:30.812Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-12T04:08:30.812Z] Configure a credential helper to remove this warning. See [2022-10-12T04:08:30.812Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-12T04:08:30.812Z] [2022-10-12T04:08:30.812Z] Login Succeeded [2022-10-12T04:08:30.812Z] nexus3.edgexfoundry.org:10004 [2022-10-12T04:08:30.812Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-12T04:08:31.076Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-12T04:08:31.076Z] Configure a credential helper to remove this warning. See [2022-10-12T04:08:31.076Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-12T04:08:31.076Z] [2022-10-12T04:08:31.076Z] Login Succeeded [2022-10-12T04:08:31.076Z] docker.io [2022-10-12T04:08:31.076Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-12T04:08:31.350Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-12T04:08:31.350Z] Configure a credential helper to remove this warning. See [2022-10-12T04:08:31.350Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-12T04:08:31.350Z] [2022-10-12T04:08:31.350Z] Login Succeeded [2022-10-12T04:08:31.350Z] ---> docker-login.sh ends [Pipeline] } [2022-10-12T04:08:31.380Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-10-12T04:08:32.015Z] + git rev-list -1 --merges 6cffc294953a470074c675637891f16580d1725c~1..6cffc294953a470074c675637891f16580d1725c [Pipeline] echo [2022-10-12T04:08:32.060Z] -----------> git rev-list -1 --merges 6cffc294953a470074c675637891f16580d1725c~1..6cffc294953a470074c675637891f16580d1725c 6cffc294953a470074c675637891f16580d1725c [false] [Pipeline] sh [2022-10-12T04:08:32.370Z] + git log --format=format:%s -1 6cffc294953a470074c675637891f16580d1725c [Pipeline] echo [2022-10-12T04:08:32.405Z] ========================================================= [2022-10-12T04:08:32.405Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-10-12T04:08:32.405Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-12T04:08:32.825Z] + git log --format=format:%s -1 6cffc294953a470074c675637891f16580d1725c [Pipeline] echo [2022-10-12T04:08:32.858Z] [semverPrep] GIT_COMMIT: 6cffc294953a470074c675637891f16580d1725c, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2 [Pipeline] echo [2022-10-12T04:08:32.889Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-10-12T04:08:33.257Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-10-12T04:08:33.257Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-10-12T04:08:33.257Z] + [ -e /tmp/ssh_known_hosts ] [2022-10-12T04:08:33.257Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-10-12T04:08:33.257Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-10-12T04:08:33.257Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-10-12T04:08:33.257Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-12T04:08:33.675Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-12T04:08:33.675Z] [2022-10-12T04:08:33.675Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-12T04:08:34.046Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-12T04:08:34.046Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-10-12T04:08:34.046Z] b85a868b505f: Pulling fs layer [2022-10-12T04:08:34.046Z] e2be974225ed: Pulling fs layer [2022-10-12T04:08:34.046Z] 339a4e72a1f5: Pulling fs layer [2022-10-12T04:08:34.046Z] 988bab9f4d93: Pulling fs layer [2022-10-12T04:08:34.046Z] 1469e6f7b9e6: Pulling fs layer [2022-10-12T04:08:34.046Z] eaf3925da568: Pulling fs layer [2022-10-12T04:08:34.046Z] bab4dde63d76: Pulling fs layer [2022-10-12T04:08:34.046Z] bde34c3a00c8: Pulling fs layer [2022-10-12T04:08:34.046Z] 1469e6f7b9e6: Waiting [2022-10-12T04:08:34.046Z] eaf3925da568: Waiting [2022-10-12T04:08:34.046Z] 988bab9f4d93: Waiting [2022-10-12T04:08:34.046Z] bab4dde63d76: Waiting [2022-10-12T04:08:34.046Z] b352a97aabf1: Pulling fs layer [2022-10-12T04:08:34.046Z] bde34c3a00c8: Waiting [2022-10-12T04:08:34.046Z] b352a97aabf1: Waiting [2022-10-12T04:08:34.046Z] 4872d77fe225: Pulling fs layer [2022-10-12T04:08:34.046Z] 5851b861e8e6: Pulling fs layer [2022-10-12T04:08:34.046Z] 4872d77fe225: Waiting [2022-10-12T04:08:34.046Z] 5851b861e8e6: Waiting [2022-10-12T04:08:34.046Z] e2be974225ed: Download complete [2022-10-12T04:08:34.046Z] 988bab9f4d93: Verifying Checksum [2022-10-12T04:08:34.046Z] 988bab9f4d93: Download complete [2022-10-12T04:08:34.307Z] 1469e6f7b9e6: Verifying Checksum [2022-10-12T04:08:34.307Z] 1469e6f7b9e6: Download complete [2022-10-12T04:08:34.307Z] eaf3925da568: Verifying Checksum [2022-10-12T04:08:34.307Z] eaf3925da568: Download complete [2022-10-12T04:08:34.307Z] 339a4e72a1f5: Verifying Checksum [2022-10-12T04:08:34.307Z] 339a4e72a1f5: Download complete [2022-10-12T04:08:34.307Z] bde34c3a00c8: Verifying Checksum [2022-10-12T04:08:34.307Z] bde34c3a00c8: Download complete [2022-10-12T04:08:34.307Z] b352a97aabf1: Verifying Checksum [2022-10-12T04:08:34.307Z] b352a97aabf1: Download complete [2022-10-12T04:08:34.307Z] 4872d77fe225: Download complete [2022-10-12T04:08:34.307Z] 5851b861e8e6: Verifying Checksum [2022-10-12T04:08:34.307Z] b85a868b505f: Verifying Checksum [2022-10-12T04:08:34.307Z] b85a868b505f: Download complete [2022-10-12T04:08:34.570Z] bab4dde63d76: Verifying Checksum [2022-10-12T04:08:34.570Z] bab4dde63d76: Download complete [2022-10-12T04:08:35.505Z] b85a868b505f: Pull complete [2022-10-12T04:08:35.767Z] e2be974225ed: Pull complete [2022-10-12T04:08:36.032Z] 339a4e72a1f5: Pull complete [2022-10-12T04:08:36.032Z] 988bab9f4d93: Pull complete [2022-10-12T04:08:36.603Z] 1469e6f7b9e6: Pull complete [2022-10-12T04:08:36.603Z] eaf3925da568: Pull complete [2022-10-12T04:08:38.512Z] bab4dde63d76: Pull complete [2022-10-12T04:08:38.512Z] bde34c3a00c8: Pull complete [2022-10-12T04:08:38.512Z] b352a97aabf1: Pull complete [2022-10-12T04:08:38.772Z] 4872d77fe225: Pull complete [2022-10-12T04:08:38.772Z] 5851b861e8e6: Pull complete [2022-10-12T04:08:38.772Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-10-12T04:08:38.772Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-12T04:08:38.772Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-12T04:08:38.994Z] prd-ubuntu20.04-docker-8c-8g-7724 does not seem to be running inside a container [2022-10-12T04:08:39.029Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-sdk-go_PR-1232 -v /w/workspace/gexfoundry_device-sdk-go_PR-1232:/w/workspace/gexfoundry_device-sdk-go_PR-1232:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1232@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1232@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-10-12T04:08:43.500Z] $ docker top 49be5dc96595fc41c0db40b3e6d386404a10277540e13d403531eb8234f42319 -eo pid,comm [2022-10-12T04:08:43.562Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2022-10-12T04:08:43.562Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-10-12T04:08:43.675Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-12T04:08:43.675Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-12T04:08:43.798Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-12T04:08:43.799Z] $ docker exec 49be5dc96595fc41c0db40b3e6d386404a10277540e13d403531eb8234f42319 ssh-agent [2022-10-12T04:08:43.912Z] SSH_AUTH_SOCK=/tmp/ssh-SvYZzbyXd6jo/agent.32 [2022-10-12T04:08:43.912Z] SSH_AGENT_PID=38 [2022-10-12T04:08:43.921Z] Running ssh-add (command line suppressed) [2022-10-12T04:08:44.035Z] Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1232@tmp/private_key_18410687072072873504.key (/w/workspace/gexfoundry_device-sdk-go_PR-1232@tmp/private_key_18410687072072873504.key) [2022-10-12T04:08:44.050Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-12T04:08:44.391Z] + git tag --points-at HEAD [Pipeline] } [2022-10-12T04:08:44.423Z] $ docker exec --env ******** --env ******** 49be5dc96595fc41c0db40b3e6d386404a10277540e13d403531eb8234f42319 ssh-agent -k [2022-10-12T04:08:44.518Z] unset SSH_AUTH_SOCK; [2022-10-12T04:08:44.519Z] unset SSH_AGENT_PID; [2022-10-12T04:08:44.519Z] echo Agent pid 38 killed; [2022-10-12T04:08:44.533Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-10-12T04:08:44.660Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-12T04:08:44.660Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-12T04:08:44.787Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-12T04:08:44.788Z] $ docker exec 49be5dc96595fc41c0db40b3e6d386404a10277540e13d403531eb8234f42319 ssh-agent [2022-10-12T04:08:44.891Z] SSH_AUTH_SOCK=/tmp/ssh-ZoE1TdDowZFe/agent.70 [2022-10-12T04:08:44.891Z] SSH_AGENT_PID=76 [2022-10-12T04:08:44.896Z] Running ssh-add (command line suppressed) [2022-10-12T04:08:45.004Z] Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1232@tmp/private_key_5901363279240221755.key (/w/workspace/gexfoundry_device-sdk-go_PR-1232@tmp/private_key_5901363279240221755.key) [2022-10-12T04:08:45.022Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-12T04:08:45.358Z] + git semver init [2022-10-12T04:08:45.621Z] 2022-10-12 04:08:45,604 [run_init] DEBUG init version:0.0.0 force:False [2022-10-12T04:08:45.621Z] 2022-10-12 04:08:45,606 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-sdk-go_PR-1232/.semver [2022-10-12T04:08:45.621Z] 2022-10-12 04:08:45,607 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/gexfoundry_device-sdk-go_PR-1232/.semver [2022-10-12T04:08:45.621Z] 2022-10-12 04:08:45,607 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/gexfoundry_device-sdk-go_PR-1232/.semver'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1232, universal_newlines=False, shell=None, istream=None) [2022-10-12T04:08:47.004Z] 2022-10-12 04:08:46,626 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-sdk-go_PR-1232/.git/info/exclude [2022-10-12T04:08:47.004Z] 2022-10-12 04:08:46,626 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-sdk-go_PR-1232/.semver/PR-1232 with force:False [2022-10-12T04:08:47.004Z] 2022-10-12 04:08:46,627 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-sdk-go_PR-1232/.semver/PR-1232 [2022-10-12T04:08:47.004Z] 2022-10-12 04:08:46,631 [execute] INFO git cat-file --batch-check [2022-10-12T04:08:47.004Z] 2022-10-12 04:08:46,632 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1232/.semver, universal_newlines=False, shell=None, istream=) [2022-10-12T04:08:47.004Z] 2022-10-12 04:08:46,637 [execute] INFO git cat-file --batch [2022-10-12T04:08:47.004Z] 2022-10-12 04:08:46,637 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1232/.semver, universal_newlines=False, shell=None, istream=) [2022-10-12T04:08:47.004Z] 2022-10-12 04:08:46,642 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-sdk-go_PR-1232/.semver/PR-1232 [2022-10-12T04:08:47.004Z] 0.0.0 [Pipeline] } [2022-10-12T04:08:47.032Z] $ docker exec --env ******** --env ******** 49be5dc96595fc41c0db40b3e6d386404a10277540e13d403531eb8234f42319 ssh-agent -k [2022-10-12T04:08:47.128Z] unset SSH_AUTH_SOCK; [2022-10-12T04:08:47.132Z] unset SSH_AGENT_PID; [2022-10-12T04:08:47.133Z] echo Agent pid 76 killed; [2022-10-12T04:08:47.142Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-10-12T04:08:47.571Z] + git semver [Pipeline] } [2022-10-12T04:08:47.858Z] $ docker stop --time=1 49be5dc96595fc41c0db40b3e6d386404a10277540e13d403531eb8234f42319 [2022-10-12T04:08:49.154Z] $ docker rm -f 49be5dc96595fc41c0db40b3e6d386404a10277540e13d403531eb8234f42319 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-12T04:08:49.569Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-10-12T04:08:49.801Z] Stashed 1 file(s) [Pipeline] echo [2022-10-12T04:08:49.818Z] [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-10-12T04:08:50.442Z] provisioning config files... [2022-10-12T04:08:50.453Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1232@tmp/config11976538545212359499tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-12T04:08:50.795Z] ---> docker-login.sh [2022-10-12T04:08:50.795Z] nexus3.edgexfoundry.org:10001 [2022-10-12T04:08:50.795Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-12T04:08:50.795Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-12T04:08:50.795Z] Configure a credential helper to remove this warning. See [2022-10-12T04:08:50.795Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-12T04:08:50.795Z] [2022-10-12T04:08:50.795Z] Login Succeeded [2022-10-12T04:08:50.795Z] nexus3.edgexfoundry.org:10002 [2022-10-12T04:08:50.795Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-12T04:08:50.795Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-12T04:08:50.795Z] Configure a credential helper to remove this warning. See [2022-10-12T04:08:50.795Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-12T04:08:50.795Z] [2022-10-12T04:08:50.795Z] Login Succeeded [2022-10-12T04:08:50.795Z] nexus3.edgexfoundry.org:10003 [2022-10-12T04:08:51.054Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-12T04:08:51.054Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-12T04:08:51.054Z] Configure a credential helper to remove this warning. See [2022-10-12T04:08:51.054Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-12T04:08:51.054Z] [2022-10-12T04:08:51.054Z] Login Succeeded [2022-10-12T04:08:51.054Z] nexus3.edgexfoundry.org:10004 [2022-10-12T04:08:51.054Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-12T04:08:51.054Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-12T04:08:51.054Z] Configure a credential helper to remove this warning. See [2022-10-12T04:08:51.054Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-12T04:08:51.054Z] [2022-10-12T04:08:51.054Z] Login Succeeded [2022-10-12T04:08:51.054Z] docker.io [2022-10-12T04:08:51.314Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-12T04:08:51.574Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-12T04:08:51.574Z] Configure a credential helper to remove this warning. See [2022-10-12T04:08:51.574Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-12T04:08:51.574Z] [2022-10-12T04:08:51.574Z] Login Succeeded [2022-10-12T04:08:51.574Z] ---> docker-login.sh ends [Pipeline] } [2022-10-12T04:08:51.603Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-10-12T04:08:51.804Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-12T04:08:51.846Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-12T04:08:51.889Z] ========================================================= [2022-10-12T04:08:51.889Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-10-12T04:08:51.889Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-12T04:08:52.366Z] + docker build -t ci-base-image-x86_64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2022-10-12T04:08:52.366Z] Sending build context to Docker daemon 9.989MB [2022-10-12T04:08:52.366Z] Step 1/11 : ARG BASE=golang:1.18-alpine3.16 [2022-10-12T04:08:52.366Z] Step 2/11 : FROM ${BASE} AS builder [2022-10-12T04:08:52.366Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-10-12T04:08:52.366Z] 213ec9aee27d: Pulling fs layer [2022-10-12T04:08:52.366Z] 4583459ba037: Pulling fs layer [2022-10-12T04:08:52.366Z] 93c1e223e6f2: Pulling fs layer [2022-10-12T04:08:52.366Z] 53926ce57604: Pulling fs layer [2022-10-12T04:08:52.366Z] 21b2b0c7a3f4: Pulling fs layer [2022-10-12T04:08:52.366Z] 53926ce57604: Waiting [2022-10-12T04:08:52.366Z] 21b2b0c7a3f4: Waiting [2022-10-12T04:08:52.366Z] 30f14e443154: Pulling fs layer [2022-10-12T04:08:52.366Z] 801331c1e519: Pulling fs layer [2022-10-12T04:08:52.366Z] 99cc6dd402b0: Pulling fs layer [2022-10-12T04:08:52.366Z] 30f14e443154: Waiting [2022-10-12T04:08:52.366Z] 7d9ed39f4882: Pulling fs layer [2022-10-12T04:08:52.366Z] 7d9ed39f4882: Waiting [2022-10-12T04:08:52.366Z] 93c1e223e6f2: Verifying Checksum [2022-10-12T04:08:52.366Z] 93c1e223e6f2: Download complete [2022-10-12T04:08:52.366Z] 4583459ba037: Download complete [2022-10-12T04:08:52.630Z] 21b2b0c7a3f4: Verifying Checksum [2022-10-12T04:08:52.630Z] 21b2b0c7a3f4: Download complete [2022-10-12T04:08:52.630Z] 30f14e443154: Verifying Checksum [2022-10-12T04:08:52.630Z] 30f14e443154: Download complete [2022-10-12T04:08:52.630Z] 213ec9aee27d: Verifying Checksum [2022-10-12T04:08:52.630Z] 213ec9aee27d: Download complete [2022-10-12T04:08:52.630Z] 801331c1e519: Download complete [2022-10-12T04:08:52.630Z] 213ec9aee27d: Pull complete [2022-10-12T04:08:52.908Z] 4583459ba037: Pull complete [2022-10-12T04:08:52.908Z] 93c1e223e6f2: Pull complete [2022-10-12T04:08:53.497Z] 7d9ed39f4882: Verifying Checksum [2022-10-12T04:08:53.497Z] 7d9ed39f4882: Download complete [2022-10-12T04:08:53.497Z] 53926ce57604: Verifying Checksum [2022-10-12T04:08:53.497Z] 53926ce57604: Download complete [2022-10-12T04:08:53.497Z] 99cc6dd402b0: Verifying Checksum [2022-10-12T04:08:53.497Z] 99cc6dd402b0: Download complete [2022-10-12T04:08:57.681Z] 53926ce57604: Pull complete [2022-10-12T04:08:57.681Z] 21b2b0c7a3f4: Pull complete [2022-10-12T04:08:57.681Z] 30f14e443154: Pull complete [2022-10-12T04:08:57.681Z] 801331c1e519: Pull complete [2022-10-12T04:08:59.584Z] 99cc6dd402b0: Pull complete [2022-10-12T04:09:00.538Z] 7d9ed39f4882: Pull complete [2022-10-12T04:09:00.538Z] Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 [2022-10-12T04:09:00.538Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-12T04:09:00.538Z] ---> 1dedd983c030 [2022-10-12T04:09:00.538Z] Step 3/11 : ARG MAKE=make build [2022-10-12T04:09:05.263Z] Still waiting to schedule task [2022-10-12T04:09:05.263Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2022-10-12T04:09:07.214Z] ---> Running in edf2b2d5e514 [2022-10-12T04:09:07.214Z] Removing intermediate container edf2b2d5e514 [2022-10-12T04:09:07.214Z] ---> 1c27d59893b0 [2022-10-12T04:09:07.214Z] Step 4/11 : WORKDIR /device-sdk-go [2022-10-12T04:09:07.214Z] ---> Running in bcfc723300c2 [2022-10-12T04:09:07.214Z] Removing intermediate container bcfc723300c2 [2022-10-12T04:09:07.214Z] ---> 884e28547aea [2022-10-12T04:09:07.214Z] Step 5/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-10-12T04:09:07.214Z] ---> Running in 5730305f8967 [2022-10-12T04:09:07.214Z] Removing intermediate container 5730305f8967 [2022-10-12T04:09:07.214Z] ---> 50758feff783 [2022-10-12T04:09:07.214Z] Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-12T04:09:07.214Z] ---> Running in 7c926f49f7d7 [2022-10-12T04:09:07.478Z] Removing intermediate container 7c926f49f7d7 [2022-10-12T04:09:07.478Z] ---> 0162f2bd21ba [2022-10-12T04:09:07.478Z] Step 7/11 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-10-12T04:09:07.478Z] ---> Running in dd0672a2923c [2022-10-12T04:09:07.740Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-12T04:09:08.675Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-12T04:09:08.933Z] OK: 211 MiB in 51 packages [2022-10-12T04:09:09.190Z] Removing intermediate container dd0672a2923c [2022-10-12T04:09:09.190Z] ---> a9f67284f554 [2022-10-12T04:09:09.190Z] Step 8/11 : COPY go.mod vendor* ./ [2022-10-12T04:09:09.449Z] ---> 2038c0c10e80 [2022-10-12T04:09:09.449Z] Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-12T04:09:09.450Z] ---> Running in 0377cf5aab81 [2022-10-12T04:09:36.068Z] Removing intermediate container 0377cf5aab81 [2022-10-12T04:09:36.068Z] ---> fe7c6d4389cf [2022-10-12T04:09:36.068Z] Step 10/11 : COPY . . [2022-10-12T04:09:36.068Z] ---> dc7bc6b566fc [2022-10-12T04:09:36.068Z] Step 11/11 : RUN ${MAKE} [2022-10-12T04:09:36.068Z] ---> Running in acfe2c530e9c [2022-10-12T04:09:36.068Z] noop [2022-10-12T04:09:36.068Z] Removing intermediate container acfe2c530e9c [2022-10-12T04:09:36.068Z] ---> a242072dabf3 [2022-10-12T04:09:36.068Z] Successfully built a242072dabf3 [2022-10-12T04:09:36.068Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-12T04:09:36.519Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-12T04:09:36.519Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-12T04:09:36.665Z] prd-ubuntu20.04-docker-8c-8g-7724 does not seem to be running inside a container [2022-10-12T04:09:36.694Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1232 -v /w/workspace/gexfoundry_device-sdk-go_PR-1232:/w/workspace/gexfoundry_device-sdk-go_PR-1232:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1232@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1232@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 ******** ci-base-image-x86_64 cat [2022-10-12T04:09:37.018Z] $ docker top 92c804f08879b977b67745adb8050991c9d0fc3ad2a8c0e7547c42f12c59977b -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-12T04:09:37.403Z] + go version [2022-10-12T04:09:37.403Z] go version go1.18.7 linux/amd64 [Pipeline] } [2022-10-12T04:09:37.434Z] $ docker stop --time=1 92c804f08879b977b67745adb8050991c9d0fc3ad2a8c0e7547c42f12c59977b [2022-10-12T04:09:38.706Z] $ docker rm -f 92c804f08879b977b67745adb8050991c9d0fc3ad2a8c0e7547c42f12c59977b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-12T04:09:39.518Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-12T04:09:39.518Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-12T04:09:39.658Z] prd-ubuntu20.04-docker-8c-8g-7724 does not seem to be running inside a container [2022-10-12T04:09:39.684Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/gexfoundry_device-sdk-go_PR-1232 -v /w/workspace/gexfoundry_device-sdk-go_PR-1232:/w/workspace/gexfoundry_device-sdk-go_PR-1232:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1232@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1232@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 ******** ci-base-image-x86_64 cat [2022-10-12T04:09:40.006Z] $ docker top ee6016c4e0925afeeaaefa7366438a96239a347dbb2b9890bcf747242275e3f5 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-12T04:09:40.490Z] + git config --global --add safe.directory /w/workspace/gexfoundry_device-sdk-go_PR-1232 [Pipeline] fileExists [Pipeline] sh [2022-10-12T04:09:40.841Z] + make test [2022-10-12T04:09:40.841Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-10-12T04:09:47.399Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2022-10-12T04:09:59.591Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2022-10-12T04:09:59.591Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2022-10-12T04:09:59.591Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2022-10-12T04:09:59.591Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2022-10-12T04:09:59.591Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2022-10-12T04:09:59.591Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.072s coverage: 27.6% of statements [2022-10-12T04:09:59.591Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.071s coverage: 78.9% of statements [2022-10-12T04:09:59.591Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/clients [no test files] [2022-10-12T04:09:59.591Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.087s coverage: 60.0% of statements [2022-10-12T04:09:59.591Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2022-10-12T04:09:59.591Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2022-10-12T04:09:59.849Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.111s coverage: 54.4% of statements [2022-10-12T04:09:59.849Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2022-10-12T04:09:59.849Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/messaging [no test files] [2022-10-12T04:09:59.849Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2022-10-12T04:09:59.849Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2022-10-12T04:09:59.849Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.112s coverage: 65.1% of statements [2022-10-12T04:09:59.849Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/interfaces [no test files] [2022-10-12T04:09:59.849Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/interfaces/mocks [no test files] [2022-10-12T04:09:59.849Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.734s coverage: 89.2% of statements [2022-10-12T04:09:59.849Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2022-10-12T04:09:59.849Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.058s coverage: 4.7% of statements [2022-10-12T04:09:59.849Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2022-10-12T04:10:14.722Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2022-10-12T04:10:14.722Z] GO111MODULE=on go vet ./... [2022-10-12T04:10:16.699Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-12T04:10:16.699Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-12T04:10:16.699Z] ./bin/test-attribution-txt.sh [2022-10-12T04:10:16.699Z] An attribution for github.com/Microsoft/go-winio is missing from Attribution.txt, please add [2022-10-12T04:10:16.699Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2022-10-12T04:10:16.699Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2022-10-12T04:10:16.699Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [Pipeline] echo [2022-10-12T04:10:17.043Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-10-12T04:10:17.067Z] $ docker stop --time=1 ee6016c4e0925afeeaaefa7366438a96239a347dbb2b9890bcf747242275e3f5 [2022-10-12T04:10:21.598Z] $ docker rm -f ee6016c4e0925afeeaaefa7366438a96239a347dbb2b9890bcf747242275e3f5 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-12T04:10:22.149Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-10-12T04:10:22.223Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-10-12T04:10:22.828Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-10-12T04:10:23.146Z] + ls -al . [2022-10-12T04:10:23.146Z] total 276 [2022-10-12T04:10:23.146Z] drwxrwxr-x 11 jenkins jenkins 4096 Oct 12 04:09 . [2022-10-12T04:10:23.146Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 12 04:08 .. [2022-10-12T04:10:23.146Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 12 04:08 .dockerignore [2022-10-12T04:10:23.146Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 12 04:10 .git [2022-10-12T04:10:23.146Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 12 04:08 .github [2022-10-12T04:10:23.146Z] -rw-rw-r-- 1 jenkins jenkins 131 Oct 12 04:08 .gitignore [2022-10-12T04:10:23.146Z] -rw-rw-r-- 1 jenkins jenkins 42 Oct 12 04:08 .golangci.yml [2022-10-12T04:10:23.146Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 12 04:08 .semver [2022-10-12T04:10:23.146Z] -rw-rw-r-- 1 jenkins jenkins 29536 Oct 12 04:08 CHANGELOG.md [2022-10-12T04:10:23.146Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 12 04:08 GOVERNANCE.md [2022-10-12T04:10:23.146Z] -rw-rw-r-- 1 jenkins jenkins 880 Oct 12 04:08 Jenkinsfile [2022-10-12T04:10:23.146Z] -rw-rw-r-- 1 jenkins jenkins 11341 Oct 12 04:08 LICENSE [2022-10-12T04:10:23.146Z] -rw-rw-r-- 1 jenkins jenkins 2003 Oct 12 04:08 Makefile [2022-10-12T04:10:23.146Z] -rw-rw-r-- 1 jenkins jenkins 619 Oct 12 04:08 OWNERS.md [2022-10-12T04:10:23.146Z] -rw-rw-r-- 1 jenkins jenkins 4881 Oct 12 04:08 README.md [2022-10-12T04:10:23.146Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 12 04:08 VERSION [2022-10-12T04:10:23.146Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 12 04:08 bin [2022-10-12T04:10:23.146Z] -rw-r--r-- 1 jenkins jenkins 101009 Oct 12 04:09 coverage.out [2022-10-12T04:10:23.146Z] drwxrwxr-x 5 jenkins jenkins 4096 Oct 12 04:08 example [2022-10-12T04:10:23.146Z] -rw-rw-r-- 1 jenkins jenkins 3400 Oct 12 04:08 go.mod [2022-10-12T04:10:23.146Z] -rw-rw-r-- 1 jenkins jenkins 37486 Oct 12 04:08 go.sum [2022-10-12T04:10:23.146Z] drwxrwxr-x 14 jenkins jenkins 4096 Oct 12 04:08 internal [2022-10-12T04:10:23.146Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 12 04:08 openapi [2022-10-12T04:10:23.146Z] drwxrwxr-x 6 jenkins jenkins 4096 Oct 12 04:08 pkg [2022-10-12T04:10:23.146Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 12 04:08 snap [2022-10-12T04:10:23.146Z] -rw-rw-r-- 1 jenkins jenkins 222 Oct 12 04:08 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-12T04:10:23.618Z] + 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=6cffc294953a470074c675637891f16580d1725c --label arch=amd64 --label version=0.0.0 . [2022-10-12T04:10:23.618Z] Sending build context to Docker daemon 10.09MB [2022-10-12T04:10:23.618Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2022-10-12T04:10:23.618Z] Step 2/25 : FROM ${BASE} AS builder [2022-10-12T04:10:23.618Z] ---> a242072dabf3 [2022-10-12T04:10:23.618Z] Step 3/25 : ARG MAKE=make build [2022-10-12T04:10:23.877Z] ---> Running in 3c096274050d [2022-10-12T04:10:23.877Z] Removing intermediate container 3c096274050d [2022-10-12T04:10:23.877Z] ---> 8a10d3963d30 [2022-10-12T04:10:23.877Z] Step 4/25 : WORKDIR /device-sdk-go [2022-10-12T04:10:23.877Z] ---> Running in a0ffd8f75fac [2022-10-12T04:10:23.877Z] Removing intermediate container a0ffd8f75fac [2022-10-12T04:10:23.877Z] ---> b206a50f5069 [2022-10-12T04:10:23.877Z] Step 5/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-10-12T04:10:23.877Z] ---> Running in 89a24d3fe89b [2022-10-12T04:10:24.136Z] Removing intermediate container 89a24d3fe89b [2022-10-12T04:10:24.136Z] ---> c61facae1932 [2022-10-12T04:10:24.136Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-12T04:10:24.136Z] ---> Running in 726c5800df04 [2022-10-12T04:10:24.702Z] Removing intermediate container 726c5800df04 [2022-10-12T04:10:24.702Z] ---> 369fbce41694 [2022-10-12T04:10:24.702Z] Step 7/25 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-10-12T04:10:24.702Z] ---> Running in 45ac7ae61eec [2022-10-12T04:10:24.960Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-12T04:10:25.896Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-12T04:10:26.155Z] OK: 211 MiB in 51 packages [2022-10-12T04:10:26.414Z] Removing intermediate container 45ac7ae61eec [2022-10-12T04:10:26.414Z] ---> 94b7d89edba7 [2022-10-12T04:10:26.414Z] Step 8/25 : COPY go.mod vendor* ./ [2022-10-12T04:10:26.414Z] ---> f75e3576ec03 [2022-10-12T04:10:26.414Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-12T04:10:26.414Z] ---> Running in 115fa2088727 [2022-10-12T04:10:27.431Z] Removing intermediate container 115fa2088727 [2022-10-12T04:10:27.431Z] ---> eb6e2bf9d461 [2022-10-12T04:10:27.431Z] Step 10/25 : COPY . . [2022-10-12T04:10:27.690Z] ---> 28970e41df12 [2022-10-12T04:10:27.690Z] Step 11/25 : RUN ${MAKE} [2022-10-12T04:10:27.690Z] ---> Running in e6659c3da2f5 [2022-10-12T04:10:27.947Z] 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-10-12T04:10:46.034Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2022-10-12T04:10:49.451Z] Removing intermediate container e6659c3da2f5 [2022-10-12T04:10:49.451Z] ---> bca437985861 [2022-10-12T04:10:49.451Z] Step 12/25 : FROM alpine:3.16 [2022-10-12T04:10:49.451Z] 3.16: Pulling from library/alpine [2022-10-12T04:10:49.712Z] 213ec9aee27d: Already exists [2022-10-12T04:10:49.712Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-12T04:10:49.712Z] Status: Downloaded newer image for alpine:3.16 [2022-10-12T04:10:49.712Z] ---> 9c6f07244728 [2022-10-12T04:10:49.712Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-10-12T04:10:49.712Z] ---> Running in 52ec4ed2ad93 [2022-10-12T04:10:49.972Z] Removing intermediate container 52ec4ed2ad93 [2022-10-12T04:10:49.972Z] ---> cdb60dc703dc [2022-10-12T04:10:49.972Z] Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-12T04:10:49.972Z] ---> Running in 9314697d07a5 [2022-10-12T04:10:50.539Z] Removing intermediate container 9314697d07a5 [2022-10-12T04:10:50.539Z] ---> 006259982d69 [2022-10-12T04:10:50.539Z] Step 15/25 : RUN apk add --update --no-cache zeromq [2022-10-12T04:10:50.539Z] ---> Running in 8d0ee1428c17 [2022-10-12T04:10:50.539Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-12T04:10:51.475Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-12T04:10:51.735Z] (1/5) Installing libgcc (11.2.1_git20220219-r2) [2022-10-12T04:10:51.995Z] (2/5) Installing libsodium (1.0.18-r0) [2022-10-12T04:10:51.995Z] (3/5) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-12T04:10:51.995Z] (4/5) Installing libzmq (4.3.4-r0) [2022-10-12T04:10:52.256Z] (5/5) Installing zeromq (4.3.4-r0) [2022-10-12T04:10:52.256Z] Executing busybox-1.35.0-r17.trigger [2022-10-12T04:10:52.256Z] OK: 8 MiB in 19 packages [2022-10-12T04:10:52.821Z] Removing intermediate container 8d0ee1428c17 [2022-10-12T04:10:52.821Z] ---> 891c67ab5255 [2022-10-12T04:10:52.821Z] Step 16/25 : WORKDIR / [2022-10-12T04:10:52.821Z] ---> Running in d08508f1a162 [2022-10-12T04:10:52.821Z] Removing intermediate container d08508f1a162 [2022-10-12T04:10:52.821Z] ---> d2aa4fcfbaa3 [2022-10-12T04:10:52.821Z] Step 17/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2022-10-12T04:10:53.080Z] ---> 1be077846aee [2022-10-12T04:10:53.080Z] Step 18/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2022-10-12T04:10:53.648Z] ---> 82d3d83425cc [2022-10-12T04:10:53.648Z] Step 19/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2022-10-12T04:10:53.909Z] ---> 23361e0484ab [2022-10-12T04:10:53.909Z] Step 20/25 : EXPOSE 59999 [2022-10-12T04:10:53.909Z] ---> Running in 17fd4e4a5b92 [2022-10-12T04:10:53.909Z] Removing intermediate container 17fd4e4a5b92 [2022-10-12T04:10:53.909Z] ---> 2cc347ae831e [2022-10-12T04:10:53.909Z] Step 21/25 : ENTRYPOINT ["/device-simple"] [2022-10-12T04:10:53.909Z] ---> Running in cc32f8ee54ca [2022-10-12T04:10:54.168Z] Removing intermediate container cc32f8ee54ca [2022-10-12T04:10:54.168Z] ---> f55046ac34a8 [2022-10-12T04:10:54.168Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-12T04:10:54.168Z] ---> Running in 1dc60c76702f [2022-10-12T04:10:54.168Z] Removing intermediate container 1dc60c76702f [2022-10-12T04:10:54.168Z] ---> 18f9417bf368 [2022-10-12T04:10:54.168Z] Step 23/25 : LABEL arch=amd64 [2022-10-12T04:10:54.168Z] ---> Running in 269dc35115d7 [2022-10-12T04:10:54.168Z] Removing intermediate container 269dc35115d7 [2022-10-12T04:10:54.168Z] ---> 3c09cd22491b [2022-10-12T04:10:54.168Z] Step 24/25 : LABEL git_sha=6cffc294953a470074c675637891f16580d1725c [2022-10-12T04:10:54.168Z] ---> Running in ce282119e6d1 [2022-10-12T04:10:54.426Z] Removing intermediate container ce282119e6d1 [2022-10-12T04:10:54.426Z] ---> 45aafc0ff843 [2022-10-12T04:10:54.426Z] Step 25/25 : LABEL version=0.0.0 [2022-10-12T04:10:54.426Z] ---> Running in dc18b55be9c0 [2022-10-12T04:10:54.426Z] Removing intermediate container dc18b55be9c0 [2022-10-12T04:10:54.426Z] ---> c629c3c83210 [2022-10-12T04:10:54.426Z] [Warning] One or more build-args [ARCH] were not consumed [2022-10-12T04:10:54.426Z] Successfully built c629c3c83210 [2022-10-12T04:10:54.426Z] Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-12T04:10:55.223Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-12T04:10:55.223Z] [2022-10-12T04:10:55.223Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-12T04:10:55.604Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-12T04:10:55.605Z] latest: Pulling from edgex-lftools-log-publisher [2022-10-12T04:10:55.605Z] 5eb5b503b376: Pulling fs layer [2022-10-12T04:10:55.605Z] 5c69ac0246d0: Pulling fs layer [2022-10-12T04:10:55.605Z] ec43610c2a17: Pulling fs layer [2022-10-12T04:10:55.605Z] 3a2ae6a8a46f: Pulling fs layer [2022-10-12T04:10:55.605Z] 33b1e0a273af: Pulling fs layer [2022-10-12T04:10:55.605Z] 5d3b04190fa2: Pulling fs layer [2022-10-12T04:10:55.605Z] 2f39f015ded8: Pulling fs layer [2022-10-12T04:10:55.605Z] 33b1e0a273af: Waiting [2022-10-12T04:10:55.605Z] 5d3b04190fa2: Waiting [2022-10-12T04:10:55.605Z] 5c69ac0246d0: Verifying Checksum [2022-10-12T04:10:55.605Z] 5c69ac0246d0: Download complete [2022-10-12T04:10:55.605Z] 3a2ae6a8a46f: Verifying Checksum [2022-10-12T04:10:55.605Z] 3a2ae6a8a46f: Download complete [2022-10-12T04:10:55.863Z] 33b1e0a273af: Verifying Checksum [2022-10-12T04:10:55.863Z] 33b1e0a273af: Download complete [2022-10-12T04:10:55.863Z] ec43610c2a17: Verifying Checksum [2022-10-12T04:10:55.863Z] ec43610c2a17: Download complete [2022-10-12T04:10:55.863Z] 5d3b04190fa2: Verifying Checksum [2022-10-12T04:10:55.863Z] 5d3b04190fa2: Download complete [2022-10-12T04:10:55.863Z] 5eb5b503b376: Verifying Checksum [2022-10-12T04:10:55.863Z] 5eb5b503b376: Download complete [2022-10-12T04:10:56.431Z] 2f39f015ded8: Download complete [2022-10-12T04:10:56.996Z] 5eb5b503b376: Pull complete [2022-10-12T04:10:56.996Z] 5c69ac0246d0: Pull complete [2022-10-12T04:10:57.562Z] ec43610c2a17: Pull complete [2022-10-12T04:10:57.562Z] 3a2ae6a8a46f: Pull complete [2022-10-12T04:10:57.562Z] 33b1e0a273af: Pull complete [2022-10-12T04:10:57.821Z] 5d3b04190fa2: Pull complete [2022-10-12T04:11:02.026Z] 2f39f015ded8: Pull complete [2022-10-12T04:11:02.026Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-10-12T04:11:02.026Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-12T04:11:02.026Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-12T04:11:02.244Z] prd-ubuntu20.04-docker-8c-8g-7724 does not seem to be running inside a container [2022-10-12T04:11:02.272Z] $ 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-1232 -v /w/workspace/gexfoundry_device-sdk-go_PR-1232:/w/workspace/gexfoundry_device-sdk-go_PR-1232:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1232@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1232@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-10-12T04:11:06.710Z] $ docker top d0bf00ff3036ca3558b3148e6e7227eb1ce12d289862d406436bca75b2113510 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-12T04:11:07.173Z] ---> job-cost.sh [2022-10-12T04:11:07.173Z] lf-activate-venv: SKIPPING [2022-10-12T04:11:07.173Z] INFO: No Stack... [2022-10-12T04:11:07.430Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-12T04:11:07.692Z] INFO: Archiving Costs [Pipeline] sh [2022-10-12T04:11:08.002Z] + cat /w/workspace/gexfoundry_device-sdk-go_PR-1232/archives/cost.csv [2022-10-12T04:11:08.002Z] + cut -d, -f6 [Pipeline] lock [2022-10-12T04:11:08.047Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1232-1-stack-cost] [2022-10-12T04:11:08.052Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-1232-1-stack-cost] did not exist. Created. [2022-10-12T04:11:08.052Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1232-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-12T04:11:08.433Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-10-12T04:11:08.484Z] Stashed 1 file(s) [Pipeline] } [2022-10-12T04:11:08.507Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1232-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-12T04:11:08.580Z] $ docker stop --time=1 d0bf00ff3036ca3558b3148e6e7227eb1ce12d289862d406436bca75b2113510 [2022-10-12T04:11:09.733Z] $ docker rm -f d0bf00ff3036ca3558b3148e6e7227eb1ce12d289862d406436bca75b2113510 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-10-12T04:12:12.162Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7726 in /w/workspace/gexfoundry_device-sdk-go_PR-1232 [Pipeline] { [Pipeline] ws [2022-10-12T04:12:12.203Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2022-10-12T04:12:12.287Z] The recommended git tool is: git [2022-10-12T04:12:18.186Z] using credential edgex-jenkins-ssh [2022-10-12T04:12:18.203Z] Cloning the remote Git repository [2022-10-12T04:12:18.247Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2022-10-12T04:12:18.337Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2022-10-12T04:12:18.499Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2022-10-12T04:12:18.500Z] > git --version # timeout=10 [2022-10-12T04:12:18.526Z] > git --version # 'git version 2.25.1' [2022-10-12T04:12:18.528Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-12T04:12:18.578Z] Verifying host key using known hosts file [2022-10-12T04:12:18.784Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-10-12T04:12:18.798Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-12T04:12:20.476Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2022-10-12T04:12:20.500Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-12T04:12:22.148Z] Merging remotes/origin/main commit 09c8a507c77d2bd2f09eb9ac13068a60ef71d0df into PR head commit 6cffc294953a470074c675637891f16580d1725c [2022-10-12T04:12:22.450Z] Merge succeeded, producing 6cffc294953a470074c675637891f16580d1725c [2022-10-12T04:12:22.451Z] Checking out Revision 6cffc294953a470074c675637891f16580d1725c (PR-1232) [2022-10-12T04:12:21.470Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2022-10-12T04:12:21.520Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2022-10-12T04:12:21.521Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-12T04:12:21.528Z] Verifying host key using known hosts file [2022-10-12T04:12:21.535Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-10-12T04:12:21.548Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1232/head:refs/remotes/origin/PR-1232 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-10-12T04:12:22.163Z] > git config core.sparsecheckout # timeout=10 [2022-10-12T04:12:22.186Z] > git checkout -f 6cffc294953a470074c675637891f16580d1725c # timeout=10 [2022-10-12T04:12:22.313Z] > git remote # timeout=10 [2022-10-12T04:12:22.338Z] > git config --get remote.origin.url # timeout=10 [2022-10-12T04:12:22.372Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-12T04:12:22.378Z] Verifying host key using known hosts file [2022-10-12T04:12:22.382Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-10-12T04:12:22.394Z] > git merge 09c8a507c77d2bd2f09eb9ac13068a60ef71d0df # timeout=10 [2022-10-12T04:12:22.424Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-10-12T04:12:22.451Z] > git config core.sparsecheckout # timeout=10 [2022-10-12T04:12:22.468Z] > git checkout -f 6cffc294953a470074c675637891f16580d1725c # timeout=10 [2022-10-12T04:12:23.093Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" [2022-10-12T04:12:23.149Z] > git --version # timeout=10 [2022-10-12T04:12:23.164Z] > git --version # 'git version 2.25.1' [2022-10-12T04:12:23.196Z] fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-12T04:12:24.261Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-10-12T04:12:24.261Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-12T04:12:24.261Z] Dload Upload Total Spent Left Speed [2022-10-12T04:12:24.261Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 94044 0 --:--:-- --:--:-- --:--:-- 94751 [Pipeline] sh [2022-10-12T04:12:24.834Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-10-12T04:12:25.179Z] + sudo tee /etc/docker/daemon.new [2022-10-12T04:12:25.179Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-10-12T04:12:25.179Z] { [2022-10-12T04:12:25.179Z] "registry-mirrors": [ [2022-10-12T04:12:25.179Z] "https://nexus3.edgexfoundry.org:10001" [2022-10-12T04:12:25.180Z] ], [2022-10-12T04:12:25.180Z] "bip": "10.250.0.254/24", [2022-10-12T04:12:25.180Z] "hosts": [ [2022-10-12T04:12:25.180Z] "tcp://0.0.0.0:5555", [2022-10-12T04:12:25.180Z] "unix:///var/run/docker.sock" [2022-10-12T04:12:25.180Z] ], [2022-10-12T04:12:25.180Z] "mtu": 1458, [2022-10-12T04:12:25.180Z] "selinux-enabled": true, [2022-10-12T04:12:25.180Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-10-12T04:12:25.180Z] } [Pipeline] sh [2022-10-12T04:12:25.529Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-10-12T04:12:25.881Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-12T04:12:44.237Z] provisioning config files... [2022-10-12T04:12:44.270Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config566007210678513926tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-12T04:12:44.688Z] ---> docker-login.sh [2022-10-12T04:12:44.688Z] nexus3.edgexfoundry.org:10001 [2022-10-12T04:12:45.282Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-12T04:12:45.282Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-12T04:12:45.282Z] Configure a credential helper to remove this warning. See [2022-10-12T04:12:45.282Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-12T04:12:45.282Z] [2022-10-12T04:12:45.282Z] Login Succeeded [2022-10-12T04:12:45.282Z] nexus3.edgexfoundry.org:10002 [2022-10-12T04:12:45.549Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-12T04:12:45.819Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-12T04:12:45.819Z] Configure a credential helper to remove this warning. See [2022-10-12T04:12:45.819Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-12T04:12:45.819Z] [2022-10-12T04:12:45.819Z] Login Succeeded [2022-10-12T04:12:45.819Z] nexus3.edgexfoundry.org:10003 [2022-10-12T04:12:46.087Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-12T04:12:46.087Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-12T04:12:46.087Z] Configure a credential helper to remove this warning. See [2022-10-12T04:12:46.087Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-12T04:12:46.087Z] [2022-10-12T04:12:46.087Z] Login Succeeded [2022-10-12T04:12:46.087Z] nexus3.edgexfoundry.org:10004 [2022-10-12T04:12:46.358Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-12T04:12:46.358Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-12T04:12:46.358Z] Configure a credential helper to remove this warning. See [2022-10-12T04:12:46.358Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-12T04:12:46.358Z] [2022-10-12T04:12:46.358Z] Login Succeeded [2022-10-12T04:12:46.358Z] docker.io [2022-10-12T04:12:46.627Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-12T04:12:47.213Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-12T04:12:47.213Z] Configure a credential helper to remove this warning. See [2022-10-12T04:12:47.213Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-12T04:12:47.213Z] [2022-10-12T04:12:47.213Z] Login Succeeded [2022-10-12T04:12:47.213Z] ---> docker-login.sh ends [Pipeline] } [2022-10-12T04:12:47.241Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-10-12T04:12:47.517Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-12T04:12:47.548Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-12T04:12:47.577Z] ========================================================= [2022-10-12T04:12:47.577Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-10-12T04:12:47.577Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-12T04:12:48.048Z] + docker build -t ci-base-image-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2022-10-12T04:12:48.317Z] Sending build context to Docker daemon 5.369MB [2022-10-12T04:12:48.317Z] Step 1/11 : ARG BASE=golang:1.18-alpine3.16 [2022-10-12T04:12:48.317Z] Step 2/11 : FROM ${BASE} AS builder [2022-10-12T04:12:48.587Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-10-12T04:12:48.587Z] 9b18e9b68314: Pulling fs layer [2022-10-12T04:12:48.587Z] d32db5db7311: Pulling fs layer [2022-10-12T04:12:48.587Z] d0c4b47475fc: Pulling fs layer [2022-10-12T04:12:48.587Z] 5831b945b038: Pulling fs layer [2022-10-12T04:12:48.587Z] 86bbec2aaacd: Pulling fs layer [2022-10-12T04:12:48.587Z] e10730c5d714: Pulling fs layer [2022-10-12T04:12:48.587Z] 5dd5c2283517: Pulling fs layer [2022-10-12T04:12:48.587Z] d5ac0230b979: Pulling fs layer [2022-10-12T04:12:48.587Z] 5dd5c2283517: Waiting [2022-10-12T04:12:48.587Z] 86bbec2aaacd: Waiting [2022-10-12T04:12:48.587Z] e10730c5d714: Waiting [2022-10-12T04:12:48.587Z] 5831b945b038: Waiting [2022-10-12T04:12:48.587Z] d5ac0230b979: Waiting [2022-10-12T04:12:48.587Z] d0c4b47475fc: Verifying Checksum [2022-10-12T04:12:48.587Z] d0c4b47475fc: Download complete [2022-10-12T04:12:48.587Z] d32db5db7311: Verifying Checksum [2022-10-12T04:12:48.587Z] d32db5db7311: Download complete [2022-10-12T04:12:48.587Z] 86bbec2aaacd: Verifying Checksum [2022-10-12T04:12:48.587Z] 86bbec2aaacd: Download complete [2022-10-12T04:12:48.587Z] e10730c5d714: Verifying Checksum [2022-10-12T04:12:48.587Z] e10730c5d714: Download complete [2022-10-12T04:12:48.587Z] 9b18e9b68314: Verifying Checksum [2022-10-12T04:12:49.560Z] 9b18e9b68314: Pull complete [2022-10-12T04:12:49.841Z] d5ac0230b979: Verifying Checksum [2022-10-12T04:12:49.841Z] d5ac0230b979: Download complete [2022-10-12T04:12:50.108Z] d32db5db7311: Pull complete [2022-10-12T04:12:50.386Z] d0c4b47475fc: Pull complete [2022-10-12T04:12:50.973Z] 5dd5c2283517: Verifying Checksum [2022-10-12T04:12:50.973Z] 5dd5c2283517: Download complete [2022-10-12T04:12:51.557Z] 5831b945b038: Verifying Checksum [2022-10-12T04:12:51.557Z] 5831b945b038: Download complete [2022-10-12T04:13:03.994Z] 5831b945b038: Pull complete [2022-10-12T04:13:03.994Z] 86bbec2aaacd: Pull complete [2022-10-12T04:13:03.994Z] e10730c5d714: Pull complete [2022-10-12T04:13:08.269Z] 5dd5c2283517: Pull complete [2022-10-12T04:13:10.221Z] d5ac0230b979: Pull complete [2022-10-12T04:13:10.221Z] Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 [2022-10-12T04:13:10.221Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-12T04:13:10.221Z] ---> 59b3b1a385d4 [2022-10-12T04:13:10.221Z] Step 3/11 : ARG MAKE=make build [2022-10-12T04:13:12.181Z] ---> Running in 495b8d852cef [2022-10-12T04:13:12.453Z] Removing intermediate container 495b8d852cef [2022-10-12T04:13:12.453Z] ---> f10024e59564 [2022-10-12T04:13:12.453Z] Step 4/11 : WORKDIR /device-sdk-go [2022-10-12T04:13:12.725Z] ---> Running in e9449b833538 [2022-10-12T04:13:12.994Z] Removing intermediate container e9449b833538 [2022-10-12T04:13:12.994Z] ---> fded85075aa0 [2022-10-12T04:13:12.994Z] Step 5/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-10-12T04:13:12.994Z] ---> Running in cfc9ccb20370 [2022-10-12T04:13:13.579Z] Removing intermediate container cfc9ccb20370 [2022-10-12T04:13:13.579Z] ---> 600db8a7d1ae [2022-10-12T04:13:13.579Z] Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-12T04:13:13.579Z] ---> Running in 996dabbf3afd [2022-10-12T04:13:15.534Z] Removing intermediate container 996dabbf3afd [2022-10-12T04:13:15.534Z] ---> 6b563f5d5c8a [2022-10-12T04:13:15.534Z] Step 7/11 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-10-12T04:13:15.534Z] ---> Running in 16386a632c0f [2022-10-12T04:13:16.494Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-12T04:13:17.458Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-12T04:13:18.422Z] OK: 221 MiB in 51 packages [2022-10-12T04:13:19.395Z] Removing intermediate container 16386a632c0f [2022-10-12T04:13:19.395Z] ---> e77c9c037d27 [2022-10-12T04:13:19.395Z] Step 8/11 : COPY go.mod vendor* ./ [2022-10-12T04:13:20.810Z] ---> a07de0e52a13 [2022-10-12T04:13:20.810Z] Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-12T04:13:20.810Z] ---> Running in 26d979b72cf5 [2022-10-12T04:14:07.705Z] Removing intermediate container 26d979b72cf5 [2022-10-12T04:14:07.705Z] ---> 7394e5fa5b65 [2022-10-12T04:14:07.705Z] Step 10/11 : COPY . . [2022-10-12T04:14:07.973Z] ---> d97953b551cb [2022-10-12T04:14:07.974Z] Step 11/11 : RUN ${MAKE} [2022-10-12T04:14:08.248Z] ---> Running in e8a593951fe0 [2022-10-12T04:14:09.218Z] noop [2022-10-12T04:14:09.806Z] Removing intermediate container e8a593951fe0 [2022-10-12T04:14:09.806Z] ---> 7d91fc2c1ce7 [2022-10-12T04:14:09.806Z] Successfully built 7d91fc2c1ce7 [2022-10-12T04:14:09.806Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-12T04:14:10.282Z] + docker inspect -f . ci-base-image-arm64 [2022-10-12T04:14:10.282Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-12T04:14:10.552Z] prd-ubuntu20.04-docker-arm64-4c-16g-7726 does not seem to be running inside a container [2022-10-12T04:14:10.619Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-10-12T04:14:11.863Z] $ docker top b5d8c53f8399b0729f0c08781d29a46f80a02a6e1472040b66411787f869abc3 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-12T04:14:12.746Z] + go version [2022-10-12T04:14:12.746Z] go version go1.18.7 linux/arm64 [Pipeline] } [2022-10-12T04:14:12.784Z] $ docker stop --time=1 b5d8c53f8399b0729f0c08781d29a46f80a02a6e1472040b66411787f869abc3 [2022-10-12T04:14:14.443Z] $ docker rm -f b5d8c53f8399b0729f0c08781d29a46f80a02a6e1472040b66411787f869abc3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-12T04:14:15.298Z] + docker inspect -f . ci-base-image-arm64 [2022-10-12T04:14:15.298Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-12T04:14:15.552Z] prd-ubuntu20.04-docker-arm64-4c-16g-7726 does not seem to be running inside a container [2022-10-12T04:14:15.618Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-10-12T04:14:16.740Z] $ docker top 800e9d80419c4990e44108600a495016e855bd68621560ac2ec113458ebecf95 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-12T04:14:17.312Z] + git config --global --add safe.directory /w/workspace/device-sdk-go/1 [Pipeline] fileExists [Pipeline] sh [2022-10-12T04:14:17.708Z] + make test [2022-10-12T04:14:17.708Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-10-12T04:14:56.587Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2022-10-12T04:17:03.298Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2022-10-12T04:17:03.298Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2022-10-12T04:17:03.298Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2022-10-12T04:17:03.298Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2022-10-12T04:17:03.298Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2022-10-12T04:17:04.272Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.410s coverage: 27.6% of statements [2022-10-12T04:17:06.857Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.509s coverage: 78.9% of statements [2022-10-12T04:17:06.857Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/clients [no test files] [2022-10-12T04:17:11.111Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.410s coverage: 60.0% of statements [2022-10-12T04:17:11.111Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2022-10-12T04:17:11.111Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2022-10-12T04:17:17.783Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.900s coverage: 54.4% of statements [2022-10-12T04:17:17.783Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2022-10-12T04:17:17.783Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/messaging [no test files] [2022-10-12T04:17:17.783Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2022-10-12T04:17:17.783Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2022-10-12T04:17:17.783Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.576s coverage: 65.1% of statements [2022-10-12T04:17:17.783Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/interfaces [no test files] [2022-10-12T04:17:17.783Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/interfaces/mocks [no test files] [2022-10-12T04:17:17.783Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 4.842s coverage: 89.2% of statements [2022-10-12T04:17:17.783Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2022-10-12T04:17:21.136Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.303s coverage: 4.7% of statements [2022-10-12T04:17:21.136Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2022-10-12T04:17:21.739Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-10-12T04:17:21.739Z] GO111MODULE=on go vet ./... [2022-10-12T04:19:13.453Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-12T04:19:13.453Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-12T04:19:13.453Z] ./bin/test-attribution-txt.sh [2022-10-12T04:19:13.453Z] An attribution for github.com/Microsoft/go-winio is missing from Attribution.txt, please add [2022-10-12T04:19:13.453Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2022-10-12T04:19:13.453Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2022-10-12T04:19:13.453Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [Pipeline] echo [2022-10-12T04:19:13.499Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-10-12T04:19:13.537Z] $ docker stop --time=1 800e9d80419c4990e44108600a495016e855bd68621560ac2ec113458ebecf95 [2022-10-12T04:19:15.438Z] $ docker rm -f 800e9d80419c4990e44108600a495016e855bd68621560ac2ec113458ebecf95 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-12T04:19:16.976Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-10-12T04:19:17.011Z] Warning: overwriting stash ‘coverage-report’ [2022-10-12T04:19:17.596Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-12T04:19:18.193Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-10-12T04:19:18.542Z] + ls -al . [2022-10-12T04:19:18.542Z] total 272 [2022-10-12T04:19:18.542Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 12 04:14 . [2022-10-12T04:19:18.542Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 12 04:12 .. [2022-10-12T04:19:18.542Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 12 04:12 .dockerignore [2022-10-12T04:19:18.542Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 12 04:12 .git [2022-10-12T04:19:18.542Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 12 04:12 .github [2022-10-12T04:19:18.542Z] -rw-rw-r-- 1 jenkins jenkins 131 Oct 12 04:12 .gitignore [2022-10-12T04:19:18.542Z] -rw-rw-r-- 1 jenkins jenkins 42 Oct 12 04:12 .golangci.yml [2022-10-12T04:19:18.542Z] -rw-rw-r-- 1 jenkins jenkins 29536 Oct 12 04:12 CHANGELOG.md [2022-10-12T04:19:18.542Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 12 04:12 GOVERNANCE.md [2022-10-12T04:19:18.542Z] -rw-rw-r-- 1 jenkins jenkins 880 Oct 12 04:12 Jenkinsfile [2022-10-12T04:19:18.542Z] -rw-rw-r-- 1 jenkins jenkins 11341 Oct 12 04:12 LICENSE [2022-10-12T04:19:18.542Z] -rw-rw-r-- 1 jenkins jenkins 2003 Oct 12 04:12 Makefile [2022-10-12T04:19:18.542Z] -rw-rw-r-- 1 jenkins jenkins 619 Oct 12 04:12 OWNERS.md [2022-10-12T04:19:18.542Z] -rw-rw-r-- 1 jenkins jenkins 4881 Oct 12 04:12 README.md [2022-10-12T04:19:18.542Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 12 04:08 VERSION [2022-10-12T04:19:18.542Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 12 04:12 bin [2022-10-12T04:19:18.542Z] -rw-r--r-- 1 jenkins jenkins 101009 Oct 12 04:17 coverage.out [2022-10-12T04:19:18.542Z] drwxrwxr-x 5 jenkins jenkins 4096 Oct 12 04:12 example [2022-10-12T04:19:18.542Z] -rw-rw-r-- 1 jenkins jenkins 3400 Oct 12 04:12 go.mod [2022-10-12T04:19:18.542Z] -rw-rw-r-- 1 jenkins jenkins 37486 Oct 12 04:12 go.sum [2022-10-12T04:19:18.542Z] drwxrwxr-x 14 jenkins jenkins 4096 Oct 12 04:12 internal [2022-10-12T04:19:18.542Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 12 04:12 openapi [2022-10-12T04:19:18.542Z] drwxrwxr-x 6 jenkins jenkins 4096 Oct 12 04:12 pkg [2022-10-12T04:19:18.542Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 12 04:12 snap [2022-10-12T04:19:18.542Z] -rw-rw-r-- 1 jenkins jenkins 222 Oct 12 04:12 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-12T04:19:18.957Z] + 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=6cffc294953a470074c675637891f16580d1725c --label arch=arm64 --label version=0.0.0 . [2022-10-12T04:19:19.224Z] Sending build context to Docker daemon 5.471MB [2022-10-12T04:19:19.493Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2022-10-12T04:19:19.493Z] Step 2/25 : FROM ${BASE} AS builder [2022-10-12T04:19:19.493Z] ---> 7d91fc2c1ce7 [2022-10-12T04:19:19.493Z] Step 3/25 : ARG MAKE=make build [2022-10-12T04:19:19.493Z] ---> Running in 8950d618c712 [2022-10-12T04:19:19.768Z] Removing intermediate container 8950d618c712 [2022-10-12T04:19:19.768Z] ---> 1ced62884068 [2022-10-12T04:19:19.768Z] Step 4/25 : WORKDIR /device-sdk-go [2022-10-12T04:19:20.040Z] ---> Running in 2aed5f403f9d [2022-10-12T04:19:20.319Z] Removing intermediate container 2aed5f403f9d [2022-10-12T04:19:20.319Z] ---> 6f3c2c6930ad [2022-10-12T04:19:20.319Z] Step 5/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-10-12T04:19:20.319Z] ---> Running in 0a77df3e3607 [2022-10-12T04:19:20.908Z] Removing intermediate container 0a77df3e3607 [2022-10-12T04:19:20.908Z] ---> c77af8293a17 [2022-10-12T04:19:20.908Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-12T04:19:20.908Z] ---> Running in 90acb186912b [2022-10-12T04:19:22.868Z] Removing intermediate container 90acb186912b [2022-10-12T04:19:22.868Z] ---> f54719506122 [2022-10-12T04:19:22.868Z] Step 7/25 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-10-12T04:19:22.868Z] ---> Running in 4b5d572be93c [2022-10-12T04:19:23.839Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-12T04:19:24.802Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-12T04:19:25.765Z] OK: 221 MiB in 51 packages [2022-10-12T04:19:26.725Z] Removing intermediate container 4b5d572be93c [2022-10-12T04:19:26.725Z] ---> 56e55b6bfa5f [2022-10-12T04:19:26.725Z] Step 8/25 : COPY go.mod vendor* ./ [2022-10-12T04:19:27.313Z] ---> d53fc0b2c2fd [2022-10-12T04:19:27.313Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-12T04:19:27.313Z] ---> Running in 6ebbc00065f5 [2022-10-12T04:19:29.924Z] Removing intermediate container 6ebbc00065f5 [2022-10-12T04:19:29.924Z] ---> f10ca175bb73 [2022-10-12T04:19:29.924Z] Step 10/25 : COPY . . [2022-10-12T04:19:30.890Z] ---> b91f1aa1af88 [2022-10-12T04:19:30.890Z] Step 11/25 : RUN ${MAKE} [2022-10-12T04:19:30.890Z] ---> Running in 23a2a45a4961 [2022-10-12T04:19:31.854Z] 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-10-12T04:22:08.795Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2022-10-12T04:22:08.795Z] Removing intermediate container 23a2a45a4961 [2022-10-12T04:22:08.795Z] ---> 5ca4c91ba321 [2022-10-12T04:22:08.795Z] Step 12/25 : FROM alpine:3.16 [2022-10-12T04:22:08.795Z] 3.16: Pulling from library/alpine [2022-10-12T04:22:08.795Z] 9b18e9b68314: Already exists [2022-10-12T04:22:08.795Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-12T04:22:08.795Z] Status: Downloaded newer image for alpine:3.16 [2022-10-12T04:22:08.795Z] ---> a6215f271958 [2022-10-12T04:22:08.795Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-10-12T04:22:08.795Z] ---> Running in ccbe55dc71af [2022-10-12T04:22:08.795Z] Removing intermediate container ccbe55dc71af [2022-10-12T04:22:08.795Z] ---> 50cd4dc2bc1d [2022-10-12T04:22:08.795Z] Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-12T04:22:08.795Z] ---> Running in 7d0072cfaa19 [2022-10-12T04:22:08.795Z] Removing intermediate container 7d0072cfaa19 [2022-10-12T04:22:08.795Z] ---> a4826f141b09 [2022-10-12T04:22:08.795Z] Step 15/25 : RUN apk add --update --no-cache zeromq [2022-10-12T04:22:08.795Z] ---> Running in 1abaf0bb5192 [2022-10-12T04:22:08.795Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-12T04:22:08.795Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-12T04:22:09.387Z] (1/5) Installing libgcc (11.2.1_git20220219-r2) [2022-10-12T04:22:09.387Z] (2/5) Installing libsodium (1.0.18-r0) [2022-10-12T04:22:09.658Z] (3/5) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-12T04:22:09.658Z] (4/5) Installing libzmq (4.3.4-r0) [2022-10-12T04:22:09.933Z] (5/5) Installing zeromq (4.3.4-r0) [2022-10-12T04:22:09.933Z] Executing busybox-1.35.0-r17.trigger [2022-10-12T04:22:09.933Z] OK: 8 MiB in 19 packages [2022-10-12T04:22:10.897Z] Removing intermediate container 1abaf0bb5192 [2022-10-12T04:22:10.897Z] ---> e6837091bf5c [2022-10-12T04:22:10.897Z] Step 16/25 : WORKDIR / [2022-10-12T04:22:11.167Z] ---> Running in c33f757ec7f7 [2022-10-12T04:22:11.437Z] Removing intermediate container c33f757ec7f7 [2022-10-12T04:22:11.437Z] ---> 37bfcb8328f7 [2022-10-12T04:22:11.437Z] Step 17/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2022-10-12T04:22:12.034Z] ---> cd0737f77d56 [2022-10-12T04:22:12.034Z] Step 18/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2022-10-12T04:22:13.447Z] ---> 79568b87f0f8 [2022-10-12T04:22:13.447Z] Step 19/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2022-10-12T04:22:14.037Z] ---> 7bda5458ab1e [2022-10-12T04:22:14.037Z] Step 20/25 : EXPOSE 59999 [2022-10-12T04:22:14.037Z] ---> Running in a3aa3c3933d1 [2022-10-12T04:22:14.625Z] Removing intermediate container a3aa3c3933d1 [2022-10-12T04:22:14.625Z] ---> 33139b629292 [2022-10-12T04:22:14.625Z] Step 21/25 : ENTRYPOINT ["/device-simple"] [2022-10-12T04:22:14.625Z] ---> Running in f24034f7a050 [2022-10-12T04:22:14.893Z] Removing intermediate container f24034f7a050 [2022-10-12T04:22:14.893Z] ---> e4fa52bf4387 [2022-10-12T04:22:14.893Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-12T04:22:14.893Z] ---> Running in 3fabf22e41cc [2022-10-12T04:22:15.162Z] Removing intermediate container 3fabf22e41cc [2022-10-12T04:22:15.162Z] ---> 07447c2de9ed [2022-10-12T04:22:15.162Z] Step 23/25 : LABEL arch=arm64 [2022-10-12T04:22:15.431Z] ---> Running in 2eedd7d3bd1f [2022-10-12T04:22:15.698Z] Removing intermediate container 2eedd7d3bd1f [2022-10-12T04:22:15.698Z] ---> 8418f233b20c [2022-10-12T04:22:15.698Z] Step 24/25 : LABEL git_sha=6cffc294953a470074c675637891f16580d1725c [2022-10-12T04:22:15.698Z] ---> Running in 1d730f456bca [2022-10-12T04:22:15.968Z] Removing intermediate container 1d730f456bca [2022-10-12T04:22:15.968Z] ---> 65b5f682447f [2022-10-12T04:22:15.968Z] Step 25/25 : LABEL version=0.0.0 [2022-10-12T04:22:15.968Z] ---> Running in f64efef7d272 [2022-10-12T04:22:16.237Z] Removing intermediate container f64efef7d272 [2022-10-12T04:22:16.237Z] ---> 0d935d845aa2 [2022-10-12T04:22:16.237Z] [Warning] One or more build-args [ARCH] were not consumed [2022-10-12T04:22:16.508Z] Successfully built 0d935d845aa2 [2022-10-12T04:22:16.508Z] Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-12T04:22:17.266Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-12T04:22:17.267Z] [2022-10-12T04:22:17.267Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-12T04:22:17.675Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-12T04:22:17.949Z] arm64: Pulling from edgex-lftools-log-publisher [2022-10-12T04:22:17.949Z] 8998bd30e6a1: Pulling fs layer [2022-10-12T04:22:17.949Z] 04944245beec: Pulling fs layer [2022-10-12T04:22:17.949Z] 699f458cf7ca: Pulling fs layer [2022-10-12T04:22:17.949Z] 765212b225bb: Pulling fs layer [2022-10-12T04:22:17.949Z] f23df028b6ca: Pulling fs layer [2022-10-12T04:22:17.949Z] d65c8cfc05b1: Pulling fs layer [2022-10-12T04:22:17.949Z] 2437ff75d9bd: Pulling fs layer [2022-10-12T04:22:17.949Z] f23df028b6ca: Waiting [2022-10-12T04:22:17.949Z] d65c8cfc05b1: Waiting [2022-10-12T04:22:17.949Z] 2437ff75d9bd: Waiting [2022-10-12T04:22:17.949Z] 765212b225bb: Waiting [2022-10-12T04:22:17.949Z] 04944245beec: Verifying Checksum [2022-10-12T04:22:17.949Z] 04944245beec: Download complete [2022-10-12T04:22:17.949Z] 765212b225bb: Download complete [2022-10-12T04:22:17.949Z] f23df028b6ca: Verifying Checksum [2022-10-12T04:22:17.949Z] f23df028b6ca: Download complete [2022-10-12T04:22:18.220Z] d65c8cfc05b1: Verifying Checksum [2022-10-12T04:22:18.220Z] d65c8cfc05b1: Download complete [2022-10-12T04:22:18.220Z] 699f458cf7ca: Verifying Checksum [2022-10-12T04:22:18.220Z] 699f458cf7ca: Download complete [2022-10-12T04:22:18.811Z] 8998bd30e6a1: Verifying Checksum [2022-10-12T04:22:18.812Z] 8998bd30e6a1: Download complete [2022-10-12T04:22:21.397Z] 2437ff75d9bd: Verifying Checksum [2022-10-12T04:22:21.397Z] 2437ff75d9bd: Download complete [2022-10-12T04:22:22.814Z] 8998bd30e6a1: Pull complete [2022-10-12T04:22:23.400Z] 04944245beec: Pull complete [2022-10-12T04:22:24.811Z] 699f458cf7ca: Pull complete [2022-10-12T04:22:25.083Z] 765212b225bb: Pull complete [2022-10-12T04:22:25.668Z] f23df028b6ca: Pull complete [2022-10-12T04:22:25.937Z] d65c8cfc05b1: Pull complete [2022-10-12T04:22:40.967Z] 2437ff75d9bd: Pull complete [2022-10-12T04:22:40.967Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-10-12T04:22:40.967Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-12T04:22:40.967Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-12T04:22:41.264Z] prd-ubuntu20.04-docker-arm64-4c-16g-7726 does not seem to be running inside a container [2022-10-12T04:22:41.339Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-10-12T04:22:44.268Z] $ docker top f68c1a78da685a96b23c0ee3f786d0f09d3b526509703fc9fb2e6cca7c718ff7 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-12T04:22:45.160Z] ---> job-cost.sh [2022-10-12T04:22:45.160Z] lf-activate-venv: SKIPPING [2022-10-12T04:22:45.160Z] INFO: No Stack... [2022-10-12T04:22:45.745Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-10-12T04:22:46.707Z] INFO: Archiving Costs [Pipeline] sh [2022-10-12T04:22:47.367Z] + cat /w/workspace/device-sdk-go/1/archives/cost.csv [2022-10-12T04:22:47.367Z] + cut -d, -f6 [Pipeline] lock [2022-10-12T04:22:47.454Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1232-1-stack-cost] [2022-10-12T04:22:47.459Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-1232-1-stack-cost] did not exist. Created. [2022-10-12T04:22:47.459Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1232-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-12T04:22:48.186Z] /w/workspace/device-sdk-go/1@tmp/durable-33d94fef/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-10-12T04:22:48.863Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-10-12T04:22:48.898Z] Warning: overwriting stash ‘stack-cost’ [2022-10-12T04:22:48.960Z] Stashed 1 file(s) [Pipeline] } [2022-10-12T04:22:48.975Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1232-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-12T04:22:49.061Z] $ docker stop --time=1 f68c1a78da685a96b23c0ee3f786d0f09d3b526509703fc9fb2e6cca7c718ff7 [2022-10-12T04:22:50.577Z] $ docker rm -f f68c1a78da685a96b23c0ee3f786d0f09d3b526509703fc9fb2e6cca7c718ff7 [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-10-12T04:22:51.562Z] provisioning config files... [2022-10-12T04:22:51.568Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1232@tmp/config14028400790056319916tmp [Pipeline] { [Pipeline] sh [2022-10-12T04:22:51.904Z] + set +x [2022-10-12T04:22:51.904Z] + curl -s https://codecov.io/bash [2022-10-12T04:22:51.904Z] + bash -s -- [2022-10-12T04:22:51.904Z] [2022-10-12T04:22:51.904Z] _____ _ [2022-10-12T04:22:51.904Z] / ____| | | [2022-10-12T04:22:51.904Z] | | ___ __| | ___ ___ _____ __ [2022-10-12T04:22:51.904Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-10-12T04:22:51.904Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-10-12T04:22:51.904Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-10-12T04:22:51.904Z] Bash-1.0.6 [2022-10-12T04:22:51.904Z] [2022-10-12T04:22:51.904Z] [2022-10-12T04:22:51.904Z] ==> git version 2.25.1 found [2022-10-12T04:22:51.904Z] ==> 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-10-12T04:22:51.904Z] Release-Date: 2020-01-08 [2022-10-12T04:22:51.904Z] 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-10-12T04:22:51.904Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-10-12T04:22:51.904Z] ==> Jenkins CI detected. [2022-10-12T04:22:51.904Z] current dir:  /w/workspace/gexfoundry_device-sdk-go_PR-1232 [2022-10-12T04:22:51.904Z] project root: . [2022-10-12T04:22:51.904Z] --> token set from env [2022-10-12T04:22:51.904Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-10-12T04:22:51.904Z] ==> Running gcov in . (disable via -X gcov) [2022-10-12T04:22:51.904Z] ==> Python coveragepy not found [2022-10-12T04:22:51.904Z] ==> Searching for coverage reports in: [2022-10-12T04:22:51.904Z] + . [2022-10-12T04:22:51.904Z] -> Found 1 reports [2022-10-12T04:22:51.904Z] ==> Detecting git/mercurial file structure [2022-10-12T04:22:51.904Z] ==> Reading reports [2022-10-12T04:22:51.904Z] + ./coverage.out bytes=101009 [2022-10-12T04:22:51.904Z] ==> Appending adjustments [2022-10-12T04:22:51.904Z] https://docs.codecov.io/docs/fixing-reports [2022-10-12T04:22:52.162Z] + Found adjustments [2022-10-12T04:22:52.421Z] ==> Gzipping contents [2022-10-12T04:22:52.421Z] 16K /tmp/codecov.KZDBgo.gz [2022-10-12T04:22:52.421Z] ==> Uploading reports [2022-10-12T04:22:52.421Z] url: https://codecov.io [2022-10-12T04:22:52.421Z] query: branch=PR-1232&commit=6cffc294953a470074c675637891f16580d1725c&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1232%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1232&job=&cmd_args= [2022-10-12T04:22:52.421Z] -> Pinging Codecov [2022-10-12T04:22:52.421Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6fc62cd9-fce6-47f0-85f4-af589338491a&branch=PR-1232&commit=6cffc294953a470074c675637891f16580d1725c&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1232%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1232&job=&cmd_args= [2022-10-12T04:22:52.680Z] -> Uploading to [2022-10-12T04:22:52.680Z] https://storage.googleapis.com/codecov/v4/raw/2022-10-12/7E55EF52A471D76F132DFD9A03CDDE97/6cffc294953a470074c675637891f16580d1725c/2e0d2419-c41f-420d-bb35-f6ee037f2452.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221012%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221012T042252Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8c735be819ce6937f165894ed94260daece0f2b99043a04d111c8623c8d4b76f [2022-10-12T04:22:52.680Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-12T04:22:52.680Z] Dload Upload Total Spent Left Speed [2022-10-12T04:22:52.939Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14571 0 0 100 14571 0 61481 --:--:-- --:--:-- --:--:-- 61741 [2022-10-12T04:22:52.939Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/6cffc294953a470074c675637891f16580d1725c [Pipeline] } [2022-10-12T04:22:52.966Z] 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-10-12T04:22:54.755Z] + [ -d /w/workspace/gexfoundry_device-sdk-go_PR-1232/archives ] [2022-10-12T04:22:54.755Z] + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1232/archives [2022-10-12T04:22:54.755Z] total 16 [2022-10-12T04:22:54.755Z] drwxr-xr-x 3 root root 4096 Oct 12 04:11 . [2022-10-12T04:22:54.755Z] drwxrwxr-x 12 jenkins jenkins 4096 Oct 12 04:11 .. [2022-10-12T04:22:54.755Z] drwxr-xr-x 2 root root 4096 Oct 12 04:11 cost [2022-10-12T04:22:54.755Z] -rw-r--r-- 1 root root 86 Oct 12 04:11 cost.csv [2022-10-12T04:22:54.755Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-sdk-go_PR-1232/archives [2022-10-12T04:22:54.755Z] + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1232/archives [2022-10-12T04:22:54.755Z] total 16 [2022-10-12T04:22:54.755Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 12 04:11 . [2022-10-12T04:22:54.755Z] drwxrwxr-x 12 jenkins jenkins 4096 Oct 12 04:11 .. [2022-10-12T04:22:54.755Z] drwxr-xr-x 2 jenkins jenkins 4096 Oct 12 04:11 cost [2022-10-12T04:22:54.755Z] -rw-r--r-- 1 jenkins jenkins 86 Oct 12 04:11 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-10-12T04:22:55.080Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-12T04:22:55.967Z] ---> package-listing.sh [2022-10-12T04:22:55.967Z] ++ facter osfamily [2022-10-12T04:22:55.967Z] ++ tr '[:upper:]' '[:lower:]' [2022-10-12T04:22:56.225Z] + OS_FAMILY=debian [2022-10-12T04:22:56.225Z] + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1232 [2022-10-12T04:22:56.225Z] + START_PACKAGES=/tmp/packages_start.txt [2022-10-12T04:22:56.225Z] + END_PACKAGES=/tmp/packages_end.txt [2022-10-12T04:22:56.225Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-10-12T04:22:56.225Z] + PACKAGES=/tmp/packages_start.txt [2022-10-12T04:22:56.225Z] + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1232 ']' [2022-10-12T04:22:56.225Z] + PACKAGES=/tmp/packages_end.txt [2022-10-12T04:22:56.225Z] + case "${OS_FAMILY}" in [2022-10-12T04:22:56.225Z] + dpkg -l [2022-10-12T04:22:56.225Z] + grep '^ii' [2022-10-12T04:22:56.225Z] + '[' -f /tmp/packages_start.txt ']' [2022-10-12T04:22:56.225Z] + '[' -f /tmp/packages_end.txt ']' [2022-10-12T04:22:56.225Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-10-12T04:22:56.225Z] + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1232 ']' [2022-10-12T04:22:56.225Z] + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1232/archives/ [2022-10-12T04:22:56.225Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-sdk-go_PR-1232/archives/ [Pipeline] echo [2022-10-12T04:22:56.265Z] 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-1232/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-10-12T04:22:56.557Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-12T04:22:57.179Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-12T04:22:57.179Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-12T04:22:57.309Z] prd-ubuntu20.04-docker-8c-8g-7724 does not seem to be running inside a container [2022-10-12T04:22:57.336Z] $ 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-1232/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-1232 -v /w/workspace/gexfoundry_device-sdk-go_PR-1232:/w/workspace/gexfoundry_device-sdk-go_PR-1232:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1232@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1232@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:10003/edgex-lftools-log-publisher:latest cat [2022-10-12T04:22:58.217Z] $ docker top e2d48544136b189ef15e5f72ac13462e52332ef11a6c3423b8ac927944fbc15b -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-12T04:22:58.613Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-10-12T04:22:58.919Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-10-12T04:22:59.229Z] + ls /var/log/sa-host [2022-10-12T04:22:59.229Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-12T04:22:59.354Z] provisioning config files... [2022-10-12T04:22:59.361Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1232@tmp/config682598202074293601tmp [Pipeline] { [Pipeline] echo [2022-10-12T04:22:59.409Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-12T04:22:59.716Z] ---> create-netrc.sh [Pipeline] } [2022-10-12T04:22:59.744Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-10-12T04:23:00.127Z] ---> python-tools-install.sh [Pipeline] echo [2022-10-12T04:23:00.162Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-12T04:23:00.471Z] ---> sudo-logs.sh [2022-10-12T04:23:00.472Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-10-12T04:23:00.552Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-12T04:23:00.861Z] ---> job-cost.sh [2022-10-12T04:23:00.861Z] lf-activate-venv: SKIPPING [2022-10-12T04:23:00.861Z] DEBUG: total: 0.2199999988079071 [2022-10-12T04:23:00.861Z] INFO: Retrieving Stack Cost... [2022-10-12T04:23:01.119Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-12T04:23:01.685Z] INFO: Archiving Costs [Pipeline] echo [2022-10-12T04:23:01.721Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-12T04:23:02.030Z] ---> logs-deploy.sh [2022-10-12T04:23:02.030Z] lf-activate-venv: SKIPPING [2022-10-12T04:23:02.030Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1232/1 [2022-10-12T04:23:02.030Z] INFO: archiving workspace using pattern(s): [2022-10-12T04:23:02.965Z] Archives upload complete. [2022-10-12T04:23:03.226Z] INFO: archiving logs to Nexus [2022-10-12T04:23:03.795Z] ---> uname -a: [2022-10-12T04:23:03.795Z] Linux prd-ubuntu20-04-docker-8c-8g-7724 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2022-10-12T04:23:03.795Z] [2022-10-12T04:23:03.795Z] [2022-10-12T04:23:03.795Z] ---> lscpu: [2022-10-12T04:23:03.795Z] Architecture: x86_64 [2022-10-12T04:23:03.795Z] CPU op-mode(s): 32-bit, 64-bit [2022-10-12T04:23:03.795Z] Byte Order: Little Endian [2022-10-12T04:23:03.795Z] Address sizes: 40 bits physical, 48 bits virtual [2022-10-12T04:23:03.795Z] CPU(s): 8 [2022-10-12T04:23:03.795Z] On-line CPU(s) list: 0-7 [2022-10-12T04:23:03.795Z] Thread(s) per core: 1 [2022-10-12T04:23:03.795Z] Core(s) per socket: 1 [2022-10-12T04:23:03.795Z] Socket(s): 8 [2022-10-12T04:23:03.795Z] NUMA node(s): 1 [2022-10-12T04:23:03.795Z] Vendor ID: AuthenticAMD [2022-10-12T04:23:03.795Z] CPU family: 23 [2022-10-12T04:23:03.795Z] Model: 49 [2022-10-12T04:23:03.795Z] Model name: AMD EPYC-Rome Processor [2022-10-12T04:23:03.795Z] Stepping: 0 [2022-10-12T04:23:03.795Z] CPU MHz: 2799.998 [2022-10-12T04:23:03.795Z] BogoMIPS: 5599.99 [2022-10-12T04:23:03.795Z] Virtualization: AMD-V [2022-10-12T04:23:03.795Z] Hypervisor vendor: KVM [2022-10-12T04:23:03.795Z] Virtualization type: full [2022-10-12T04:23:03.795Z] L1d cache: 256 KiB [2022-10-12T04:23:03.795Z] L1i cache: 256 KiB [2022-10-12T04:23:03.796Z] L2 cache: 4 MiB [2022-10-12T04:23:03.796Z] L3 cache: 128 MiB [2022-10-12T04:23:03.796Z] NUMA node0 CPU(s): 0-7 [2022-10-12T04:23:03.796Z] Vulnerability Itlb multihit: Not affected [2022-10-12T04:23:03.796Z] Vulnerability L1tf: Not affected [2022-10-12T04:23:03.796Z] Vulnerability Mds: Not affected [2022-10-12T04:23:03.796Z] Vulnerability Meltdown: Not affected [2022-10-12T04:23:03.796Z] Vulnerability Mmio stale data: Not affected [2022-10-12T04:23:03.796Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-10-12T04:23:03.796Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2022-10-12T04:23:03.796Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2022-10-12T04:23:03.796Z] Vulnerability Srbds: Not affected [2022-10-12T04:23:03.796Z] Vulnerability Tsx async abort: Not affected [2022-10-12T04:23:03.796Z] 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-10-12T04:23:03.796Z] [2022-10-12T04:23:03.796Z] [2022-10-12T04:23:03.796Z] ---> nproc: [2022-10-12T04:23:03.796Z] 8 [2022-10-12T04:23:03.796Z] [2022-10-12T04:23:03.796Z] [2022-10-12T04:23:03.796Z] ---> df -h: [2022-10-12T04:23:03.796Z] Filesystem Size Used Avail Use% Mounted on [2022-10-12T04:23:03.796Z] overlay 155G 12G 144G 8% / [2022-10-12T04:23:03.796Z] tmpfs 64M 0 64M 0% /dev [2022-10-12T04:23:03.796Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2022-10-12T04:23:03.796Z] shm 64M 0 64M 0% /dev/shm [2022-10-12T04:23:03.796Z] /dev/vda1 155G 12G 144G 8% /facter-os [2022-10-12T04:23:03.796Z] [2022-10-12T04:23:03.796Z] [2022-10-12T04:23:03.796Z] ---> sar -b -r -n DEV: [2022-10-12T04:23:03.796Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7724) 10/12/22 _x86_64_ (8 CPU) [2022-10-12T04:23:03.796Z] [2022-10-12T04:23:03.796Z] 04:07:47 LINUX RESTART (8 CPU) [2022-10-12T04:23:03.796Z] [2022-10-12T04:23:03.796Z] 04:08:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2022-10-12T04:23:03.796Z] 04:09:01 137.50 47.69 89.81 0.00 5386.98 146876.54 0.00 [2022-10-12T04:23:03.796Z] 04:10:01 154.64 1.38 153.26 0.00 19.46 57174.74 0.00 [2022-10-12T04:23:03.796Z] 04:11:01 177.29 0.15 177.14 0.00 6.27 32042.79 0.00 [2022-10-12T04:23:03.796Z] 04:12:01 30.43 0.00 30.43 0.00 0.00 15978.69 0.00 [2022-10-12T04:23:03.796Z] 04:13:01 29.58 9.23 20.35 0.00 2883.52 2335.48 0.00 [2022-10-12T04:23:03.796Z] 04:14:01 12.40 0.10 12.30 0.00 0.80 2469.19 0.00 [2022-10-12T04:23:03.796Z] 04:15:01 1.38 0.00 1.38 0.00 0.00 15.06 0.00 [2022-10-12T04:23:03.796Z] 04:16:01 1.95 0.00 1.95 0.00 0.00 20.53 0.00 [2022-10-12T04:23:03.796Z] 04:17:01 1.37 0.02 1.35 0.00 0.13 15.06 0.00 [2022-10-12T04:23:03.796Z] 04:18:01 2.30 0.00 2.30 0.00 0.00 25.06 0.00 [2022-10-12T04:23:03.796Z] 04:19:01 1.57 0.00 1.57 0.00 0.00 27.47 0.00 [2022-10-12T04:23:03.796Z] 04:20:01 1.82 0.00 1.82 0.00 0.00 20.93 0.00 [2022-10-12T04:23:03.796Z] 04:21:01 0.92 0.00 0.92 0.00 0.00 9.73 0.00 [2022-10-12T04:23:03.796Z] 04:22:01 1.83 0.00 1.83 0.00 0.00 19.60 0.00 [2022-10-12T04:23:03.796Z] 04:23:01 7.16 0.28 6.88 0.00 22.53 132.89 0.00 [2022-10-12T04:23:03.796Z] Average: 37.48 3.93 33.55 0.00 554.85 17149.83 0.00 [2022-10-12T04:23:03.796Z] [2022-10-12T04:23:03.796Z] 04:08:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2022-10-12T04:23:03.796Z] 04:09:01 29216240 31621468 707944 2.15 71996 2607580 1827592 5.39 970884 2349876 476356 [2022-10-12T04:23:03.796Z] 04:10:01 28236528 31488728 816716 2.48 132180 3316440 2275692 6.71 1258024 2938260 248716 [2022-10-12T04:23:03.796Z] 04:11:01 27835580 31583544 722348 2.20 145684 3759996 1703012 5.02 1199108 3358820 469312 [2022-10-12T04:23:03.796Z] 04:12:01 27831008 31578984 726352 2.21 145900 3760012 1740716 5.13 1214908 3346212 40 [2022-10-12T04:23:03.796Z] 04:13:01 27517112 31535272 755912 2.30 163264 4008756 1808636 5.33 1396868 3458032 66304 [2022-10-12T04:23:03.796Z] 04:14:01 27548216 31569264 719700 2.19 164420 4008784 1776800 5.24 1363344 3457056 8 [2022-10-12T04:23:03.796Z] 04:15:01 27548492 31569616 719296 2.19 164492 4008788 1776800 5.24 1363308 3457060 8 [2022-10-12T04:23:03.796Z] 04:16:01 27554428 31575720 713216 2.17 164580 4008780 1776800 5.24 1357468 3457144 40 [2022-10-12T04:23:03.796Z] 04:17:01 27553544 31575008 713828 2.17 164672 4008788 1776800 5.24 1357660 3457148 8 [2022-10-12T04:23:03.796Z] 04:18:01 27553744 31575588 713144 2.17 164772 4008796 1776800 5.24 1357164 3457300 4 [2022-10-12T04:23:03.796Z] 04:19:01 27554304 31576276 712448 2.17 164892 4008796 1776800 5.24 1357336 3457300 8 [2022-10-12T04:23:03.796Z] 04:20:01 27554004 31576076 712576 2.17 164980 4008804 1776800 5.24 1357664 3457304 48 [2022-10-12T04:23:03.796Z] 04:21:01 27553956 31576040 712552 2.17 164992 4008804 1776800 5.24 1357416 3457304 8 [2022-10-12T04:23:03.796Z] 04:22:01 27553852 31576040 712404 2.17 165056 4008808 1776800 5.24 1357112 3457308 12 [2022-10-12T04:23:03.796Z] 04:23:01 27508536 31533884 749472 2.28 165260 4010380 1826596 5.38 1397344 3454892 436 [2022-10-12T04:23:03.796Z] Average: 27741303 31567434 727194 2.21 153809 3836154 1811563 5.34 1311041 3334734 84087 [2022-10-12T04:23:03.796Z] [2022-10-12T04:23:03.796Z] 04:08:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2022-10-12T04:23:03.796Z] 04:09:01 lo 7.06 7.06 0.68 0.68 0.00 0.00 0.00 0.00 [2022-10-12T04:23:03.796Z] 04:09:01 ens3 679.67 454.07 6475.29 90.44 0.00 0.00 0.00 0.00 [2022-10-12T04:23:03.796Z] 04:09:01 docker0 6.43 5.95 0.62 70.33 0.00 0.00 0.00 0.00 [2022-10-12T04:23:03.796Z] 04:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-12T04:23:03.796Z] 04:10:01 ens3 210.81 144.63 1706.61 25.65 0.00 0.00 0.00 0.00 [2022-10-12T04:23:03.796Z] 04:10:01 vethe68a3ff 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2022-10-12T04:23:03.796Z] 04:10:01 docker0 125.43 179.60 10.61 1673.39 0.00 0.00 0.00 0.00 [2022-10-12T04:23:03.796Z] 04:11:01 lo 1.80 1.80 0.18 0.18 0.00 0.00 0.00 0.00 [2022-10-12T04:23:03.796Z] 04:11:01 ens3 172.77 133.88 2634.38 99.66 0.00 0.00 0.00 0.00 [2022-10-12T04:23:03.796Z] 04:11:01 docker0 17.21 21.20 1.01 98.65 0.00 0.00 0.00 0.00 [2022-10-12T04:23:03.796Z] 04:12:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 [2022-10-12T04:23:03.796Z] 04:12:01 ens3 12.85 8.50 15.63 4.15 0.00 0.00 0.00 0.00 [2022-10-12T04:23:03.796Z] 04:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-12T04:23:03.796Z] 04:13:01 lo 0.40 0.40 0.04 0.04 0.00 0.00 0.00 0.00 [2022-10-12T04:23:03.796Z] 04:13:01 ens3 65.39 42.49 1298.35 3.49 0.00 0.00 0.00 0.00 [2022-10-12T04:23:03.796Z] 04:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-12T04:23:03.796Z] 04:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-12T04:23:03.796Z] 04:14:01 ens3 0.87 0.58 0.42 0.32 0.00 0.00 0.00 0.00 [2022-10-12T04:23:03.796Z] 04:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-12T04:23:03.796Z] 04:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-12T04:23:03.796Z] 04:15:01 ens3 0.20 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2022-10-12T04:23:03.796Z] 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-12T04:23:03.796Z] 04:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-12T04:23:03.796Z] 04:16:01 ens3 0.88 0.37 0.21 0.09 0.00 0.00 0.00 0.00 [2022-10-12T04:23:03.796Z] 04:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-12T04:23:03.796Z] 04:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-12T04:23:03.796Z] 04:17:01 ens3 0.45 0.45 0.26 0.22 0.00 0.00 0.00 0.00 [2022-10-12T04:23:03.796Z] 04:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-12T04:23:03.796Z] 04:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-12T04:23:03.796Z] 04:18:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-12T04:23:03.796Z] 04:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-12T04:23:03.796Z] 04:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-12T04:23:03.796Z] 04:19:01 ens3 0.22 0.10 0.08 0.07 0.00 0.00 0.00 0.00 [2022-10-12T04:23:03.796Z] 04:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-12T04:23:03.796Z] 04:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-12T04:23:03.796Z] 04:20:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-12T04:23:03.796Z] 04:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-12T04:23:03.796Z] 04:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-12T04:23:03.796Z] 04:21:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-12T04:23:03.796Z] 04:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-12T04:23:03.796Z] 04:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-12T04:23:03.796Z] 04:22:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-12T04:23:03.796Z] 04:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-12T04:23:03.796Z] 04:23:01 lo 0.67 0.67 0.07 0.07 0.00 0.00 0.00 0.00 [2022-10-12T04:23:03.796Z] 04:23:01 ens3 26.96 16.43 30.18 10.32 0.00 0.00 0.00 0.00 [2022-10-12T04:23:03.796Z] 04:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-12T04:23:03.796Z] Average: lo 0.76 0.76 0.07 0.07 0.00 0.00 0.00 0.00 [2022-10-12T04:23:03.796Z] Average: ens3 78.13 53.47 811.01 15.63 0.00 0.00 0.00 0.00 [2022-10-12T04:23:03.796Z] Average: docker0 9.94 13.78 0.82 122.82 0.00 0.00 0.00 0.00 [2022-10-12T04:23:03.796Z] [2022-10-12T04:23:03.796Z] [2022-10-12T04:23:03.796Z] ---> sar -P ALL: [2022-10-12T04:23:03.796Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7724) 10/12/22 _x86_64_ (8 CPU) [2022-10-12T04:23:03.796Z] [2022-10-12T04:23:03.796Z] 04:07:47 LINUX RESTART (8 CPU) [2022-10-12T04:23:03.796Z] [2022-10-12T04:23:03.796Z] 04:08:01 CPU %user %nice %system %iowait %steal %idle [2022-10-12T04:23:03.796Z] 04:09:01 all 9.67 0.00 3.38 3.65 0.06 83.24 [2022-10-12T04:23:03.796Z] 04:09:01 0 9.66 0.00 3.64 5.82 0.07 80.82 [2022-10-12T04:23:03.796Z] 04:09:01 1 10.44 0.00 3.21 0.47 0.07 85.82 [2022-10-12T04:23:03.796Z] 04:09:01 2 12.03 0.00 3.00 10.60 0.05 74.32 [2022-10-12T04:23:03.796Z] 04:09:01 3 8.68 0.00 3.27 6.69 0.07 81.29 [2022-10-12T04:23:03.796Z] 04:09:01 4 11.22 0.00 2.64 0.40 0.05 85.69 [2022-10-12T04:23:03.796Z] 04:09:01 5 9.04 0.00 4.18 0.96 0.07 85.76 [2022-10-12T04:23:03.796Z] 04:09:01 6 9.29 0.00 3.43 1.45 0.07 85.77 [2022-10-12T04:23:03.796Z] 04:09:01 7 6.99 0.00 3.65 2.89 0.05 86.41 [2022-10-12T04:23:03.796Z] 04:10:01 all 24.83 0.00 4.70 4.72 0.08 65.67 [2022-10-12T04:23:03.796Z] 04:10:01 0 25.53 0.00 4.33 0.39 0.07 69.69 [2022-10-12T04:23:03.796Z] 04:10:01 1 25.02 0.00 4.32 6.12 0.08 64.46 [2022-10-12T04:23:03.796Z] 04:10:01 2 23.44 0.00 4.72 2.53 0.12 69.19 [2022-10-12T04:23:03.796Z] 04:10:01 3 25.32 0.00 4.81 1.80 0.07 68.01 [2022-10-12T04:23:03.796Z] 04:10:01 4 25.65 0.00 4.59 0.20 0.05 69.50 [2022-10-12T04:23:03.796Z] 04:10:01 5 23.25 0.00 4.86 0.69 0.07 71.14 [2022-10-12T04:23:03.796Z] 04:10:01 6 25.05 0.00 5.25 19.10 0.07 50.53 [2022-10-12T04:23:03.796Z] 04:10:01 7 25.41 0.00 4.73 6.94 0.10 62.82 [2022-10-12T04:23:03.797Z] 04:11:01 all 33.87 0.00 5.63 2.12 0.08 58.30 [2022-10-12T04:23:03.797Z] 04:11:01 0 35.37 0.00 5.74 0.10 0.08 58.71 [2022-10-12T04:23:03.797Z] 04:11:01 1 35.42 0.00 5.59 0.51 0.07 58.42 [2022-10-12T04:23:03.797Z] 04:11:01 2 33.62 0.00 4.98 0.34 0.07 60.99 [2022-10-12T04:23:03.797Z] 04:11:01 3 32.23 0.00 5.88 0.15 0.07 61.66 [2022-10-12T04:23:03.797Z] 04:11:01 4 32.78 0.00 6.03 0.17 0.08 60.95 [2022-10-12T04:23:03.797Z] 04:11:01 5 33.73 0.00 5.95 13.33 0.12 46.87 [2022-10-12T04:23:03.797Z] 04:11:01 6 34.03 0.00 5.05 0.19 0.10 60.64 [2022-10-12T04:23:03.797Z] 04:11:01 7 33.80 0.00 5.79 2.17 0.08 58.16 [2022-10-12T04:23:03.797Z] 04:12:01 all 0.26 0.00 0.19 0.81 0.02 98.72 [2022-10-12T04:23:03.797Z] 04:12:01 0 0.23 0.00 0.12 0.00 0.05 99.60 [2022-10-12T04:23:03.797Z] 04:12:01 1 0.30 0.00 0.15 0.00 0.03 99.52 [2022-10-12T04:23:03.797Z] 04:12:01 2 0.33 0.00 0.23 0.55 0.02 98.86 [2022-10-12T04:23:03.797Z] 04:12:01 3 0.35 0.00 0.13 0.02 0.02 99.48 [2022-10-12T04:23:03.797Z] 04:12:01 4 0.22 0.00 0.12 0.00 0.00 99.67 [2022-10-12T04:23:03.797Z] 04:12:01 5 0.20 0.00 0.52 5.30 0.02 93.97 [2022-10-12T04:23:03.797Z] 04:12:01 6 0.20 0.00 0.08 0.02 0.00 99.70 [2022-10-12T04:23:03.797Z] 04:12:01 7 0.27 0.00 0.18 0.64 0.02 98.90 [2022-10-12T04:23:03.797Z] 04:13:01 all 1.06 0.00 0.68 0.42 0.01 97.83 [2022-10-12T04:23:03.797Z] 04:13:01 0 0.68 0.00 0.57 0.72 0.02 98.02 [2022-10-12T04:23:03.797Z] 04:13:01 1 1.43 0.00 0.35 0.07 0.02 98.13 [2022-10-12T04:23:03.797Z] 04:13:01 2 0.87 0.00 0.32 0.03 0.03 98.74 [2022-10-12T04:23:03.797Z] 04:13:01 3 0.92 0.00 0.77 0.42 0.00 97.90 [2022-10-12T04:23:03.797Z] 04:13:01 4 1.23 0.00 0.40 0.05 0.02 98.30 [2022-10-12T04:23:03.797Z] 04:13:01 5 1.37 0.00 0.64 1.64 0.02 96.34 [2022-10-12T04:23:03.797Z] 04:13:01 6 0.60 0.00 0.42 0.03 0.02 98.93 [2022-10-12T04:23:03.797Z] 04:13:01 7 1.37 0.00 1.99 0.37 0.00 96.28 [2022-10-12T04:23:03.797Z] 04:14:01 all 0.14 0.00 0.07 0.14 0.01 99.65 [2022-10-12T04:23:03.797Z] 04:14:01 0 0.10 0.00 0.03 0.20 0.00 99.67 [2022-10-12T04:23:03.797Z] 04:14:01 1 0.10 0.00 0.05 0.00 0.02 99.83 [2022-10-12T04:23:03.797Z] 04:14:01 2 0.22 0.00 0.07 0.00 0.02 99.70 [2022-10-12T04:23:03.797Z] 04:14:01 3 0.10 0.00 0.07 0.02 0.02 99.80 [2022-10-12T04:23:03.797Z] 04:14:01 4 0.13 0.00 0.05 0.02 0.00 99.80 [2022-10-12T04:23:03.797Z] 04:14:01 5 0.15 0.00 0.13 0.83 0.02 98.86 [2022-10-12T04:23:03.797Z] 04:14:01 6 0.15 0.00 0.05 0.00 0.00 99.80 [2022-10-12T04:23:03.797Z] 04:14:01 7 0.13 0.00 0.10 0.02 0.03 99.72 [2022-10-12T04:23:03.797Z] 04:15:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2022-10-12T04:23:03.797Z] 04:15:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-12T04:23:03.797Z] 04:15:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-12T04:23:03.797Z] 04:15:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-12T04:23:03.797Z] 04:15:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-12T04:23:03.797Z] 04:15:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-12T04:23:03.797Z] 04:15:01 5 0.07 0.00 0.03 0.03 0.00 99.87 [2022-10-12T04:23:03.797Z] 04:15:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-12T04:23:03.797Z] 04:15:01 7 0.02 0.00 0.03 0.00 0.02 99.93 [2022-10-12T04:23:03.797Z] 04:16:01 all 0.03 0.00 0.01 0.01 0.01 99.94 [2022-10-12T04:23:03.797Z] 04:16:01 0 0.07 0.00 0.02 0.00 0.02 99.90 [2022-10-12T04:23:03.797Z] 04:16:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-12T04:23:03.797Z] 04:16:01 2 0.02 0.00 0.03 0.00 0.02 99.93 [2022-10-12T04:23:03.797Z] 04:16:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-12T04:23:03.797Z] 04:16:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-12T04:23:03.797Z] 04:16:01 5 0.05 0.00 0.03 0.05 0.02 99.85 [2022-10-12T04:23:03.797Z] 04:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-12T04:23:03.797Z] 04:16:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-12T04:23:03.797Z] 04:17:01 all 0.03 0.00 0.01 0.00 0.00 99.95 [2022-10-12T04:23:03.797Z] 04:17:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-12T04:23:03.797Z] 04:17:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-12T04:23:03.797Z] 04:17:01 2 0.03 0.00 0.05 0.00 0.02 99.90 [2022-10-12T04:23:03.797Z] 04:17:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-12T04:23:03.797Z] 04:17:01 4 0.02 0.00 0.03 0.00 0.02 99.93 [2022-10-12T04:23:03.797Z] 04:17:01 5 0.07 0.00 0.02 0.03 0.00 99.88 [2022-10-12T04:23:03.797Z] 04:17:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-12T04:23:03.797Z] 04:17:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-12T04:23:03.797Z] 04:18:01 all 0.08 0.00 0.02 0.02 0.01 99.88 [2022-10-12T04:23:03.797Z] 04:18:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-12T04:23:03.797Z] 04:18:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-12T04:23:03.797Z] 04:18:01 2 0.47 0.00 0.02 0.00 0.02 99.50 [2022-10-12T04:23:03.797Z] 04:18:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-12T04:23:03.797Z] 04:18:01 4 0.05 0.00 0.03 0.00 0.00 99.92 [2022-10-12T04:23:03.797Z] 04:18:01 5 0.02 0.00 0.02 0.13 0.02 99.82 [2022-10-12T04:23:03.797Z] 04:18:01 6 0.03 0.00 0.03 0.00 0.02 99.92 [2022-10-12T04:23:03.797Z] 04:18:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-12T04:23:03.797Z] 04:19:01 all 0.27 0.00 0.01 0.01 0.01 99.70 [2022-10-12T04:23:03.797Z] 04:19:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-12T04:23:03.797Z] 04:19:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-12T04:23:03.797Z] 04:19:01 2 2.00 0.00 0.03 0.00 0.03 97.93 [2022-10-12T04:23:03.797Z] 04:19:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-12T04:23:03.797Z] 04:19:01 4 0.05 0.00 0.00 0.00 0.02 99.93 [2022-10-12T04:23:03.797Z] 04:19:01 5 0.02 0.00 0.00 0.10 0.00 99.88 [2022-10-12T04:23:03.797Z] 04:19:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2022-10-12T04:23:03.797Z] 04:19:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-12T04:23:03.797Z] [2022-10-12T04:23:03.797Z] 04:19:01 CPU %user %nice %system %iowait %steal %idle [2022-10-12T04:23:03.797Z] 04:20:01 all 0.28 0.00 0.01 0.01 0.01 99.69 [2022-10-12T04:23:03.797Z] 04:20:01 0 0.02 0.00 0.02 0.02 0.02 99.93 [2022-10-12T04:23:03.797Z] 04:20:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-12T04:23:03.797Z] 04:20:01 2 2.04 0.00 0.02 0.00 0.02 97.93 [2022-10-12T04:23:03.797Z] 04:20:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-12T04:23:03.797Z] 04:20:01 4 0.03 0.00 0.03 0.00 0.02 99.92 [2022-10-12T04:23:03.797Z] 04:20:01 5 0.02 0.00 0.00 0.05 0.02 99.92 [2022-10-12T04:23:03.797Z] 04:20:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-12T04:23:03.797Z] 04:20:01 7 0.02 0.00 0.03 0.00 0.02 99.93 [2022-10-12T04:23:03.797Z] 04:21:01 all 0.10 0.00 0.03 0.00 0.01 99.86 [2022-10-12T04:23:03.797Z] 04:21:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2022-10-12T04:23:03.797Z] 04:21:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-12T04:23:03.797Z] 04:21:01 2 0.70 0.00 0.12 0.00 0.02 99.17 [2022-10-12T04:23:03.797Z] 04:21:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-12T04:23:03.797Z] 04:21:01 4 0.02 0.00 0.05 0.00 0.00 99.93 [2022-10-12T04:23:03.797Z] 04:21:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-12T04:23:03.797Z] 04:21:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-12T04:23:03.797Z] 04:21:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2022-10-12T04:23:03.797Z] 04:22:01 all 0.03 0.00 0.02 0.03 0.01 99.92 [2022-10-12T04:23:03.797Z] 04:22:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-12T04:23:03.797Z] 04:22:01 1 0.05 0.00 0.00 0.00 0.02 99.93 [2022-10-12T04:23:03.797Z] 04:22:01 2 0.03 0.00 0.03 0.00 0.03 99.90 [2022-10-12T04:23:03.797Z] 04:22:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-12T04:23:03.797Z] 04:22:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-12T04:23:03.797Z] 04:22:01 5 0.00 0.00 0.00 0.17 0.00 99.83 [2022-10-12T04:23:03.797Z] 04:22:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-12T04:23:03.797Z] 04:22:01 7 0.05 0.00 0.07 0.08 0.02 99.78 [2022-10-12T04:23:03.797Z] 04:23:01 all 0.60 0.00 0.28 0.28 0.02 98.82 [2022-10-12T04:23:03.797Z] 04:23:01 0 0.45 0.00 0.32 0.00 0.02 99.22 [2022-10-12T04:23:03.797Z] 04:23:01 1 1.15 0.00 0.40 0.00 0.03 98.41 [2022-10-12T04:23:03.797Z] 04:23:01 2 0.34 0.00 0.28 0.00 0.02 99.36 [2022-10-12T04:23:03.797Z] 04:23:01 3 0.28 0.00 0.28 0.00 0.02 99.42 [2022-10-12T04:23:03.797Z] 04:23:01 4 0.37 0.00 0.20 0.40 0.02 99.02 [2022-10-12T04:23:03.797Z] 04:23:01 5 1.04 0.00 0.22 1.22 0.02 97.51 [2022-10-12T04:23:03.797Z] 04:23:01 6 0.28 0.00 0.22 0.12 0.00 99.38 [2022-10-12T04:23:03.797Z] 04:23:01 7 0.92 0.00 0.33 0.47 0.02 98.27 [2022-10-12T04:23:03.797Z] Average: all 4.71 0.00 1.00 0.81 0.02 93.46 [2022-10-12T04:23:03.797Z] Average: 0 4.78 0.00 0.98 0.48 0.02 93.73 [2022-10-12T04:23:03.797Z] Average: 1 4.90 0.00 0.93 0.47 0.02 93.67 [2022-10-12T04:23:03.797Z] Average: 2 5.04 0.00 0.92 0.93 0.03 93.08 [2022-10-12T04:23:03.797Z] Average: 3 4.49 0.00 1.01 0.60 0.02 93.89 [2022-10-12T04:23:03.797Z] Average: 4 4.75 0.00 0.94 0.08 0.02 94.22 [2022-10-12T04:23:03.797Z] Average: 5 4.56 0.00 1.10 1.63 0.02 92.69 [2022-10-12T04:23:03.797Z] Average: 6 4.60 0.00 0.96 1.38 0.02 93.04 [2022-10-12T04:23:03.797Z] Average: 7 4.55 0.00 1.12 0.90 0.03 93.40 [2022-10-12T04:23:03.797Z] [2022-10-12T04:23:03.797Z] [2022-10-12T04:23:03.797Z]