Pull request #1240 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 38ae3a773550c1232390aa8f769b7c13d94a15b6+67986f5e85a843a874e3bc4d59755e1036e07d38 (238c21cdc640eaa2b03c6ef2f6bc8a457f13ef12) 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-ssh4183512345112003946.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 6c1167a966ce7273a24629bf6583a1975ad218c3 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-ssh75077476975764667.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 6c1167a966ce7273a24629bf6583a1975ad218c3 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-1240/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-1240/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4911225278644606748.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-1240/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8745656671026461294.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 6c1167a966ce7273a24629bf6583a1975ad218c3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6c1167a966ce7273a24629bf6583a1975ad218c3 # timeout=10 Commit message: "Merge pull request #418 from cjoyv/upgrade-gradle" > 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-ssh18091487239135253176.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-1240/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-1240/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh2748663664124475850.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 6c1167a966ce7273a24629bf6583a1975ad218c3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-8443 in /w/workspace/gexfoundry_device-sdk-go_PR-1240 [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-1240 # 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/1240/head:refs/remotes/origin/PR-1240 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 67986f5e85a843a874e3bc4d59755e1036e07d38 into PR head commit 38ae3a773550c1232390aa8f769b7c13d94a15b6 Merge succeeded, producing 38ae3a773550c1232390aa8f769b7c13d94a15b6 Checking out Revision 38ae3a773550c1232390aa8f769b7c13d94a15b6 (PR-1240) Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps > git config core.sparsecheckout # timeout=10 > git checkout -f 38ae3a773550c1232390aa8f769b7c13d94a15b6 # 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 67986f5e85a843a874e3bc4d59755e1036e07d38 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 38ae3a773550c1232390aa8f769b7c13d94a15b6 # timeout=10 [Pipeline] { [Pipeline] timeout [2022-10-18T04:04:10.981Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-10-18T04:04:11.163Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-10-18T04:04:11.260Z] ========================================================= [2022-10-18T04:04:11.260Z] EdgeX Global Pipelines Version Info [2022-10-18T04:04:11.260Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-10-18T04:04:11.982Z] ------------------- [2022-10-18T04:04:11.982Z] stable info: [2022-10-18T04:04:11.982Z] ------------------- [2022-10-18T04:04:11.982Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-10-18T04:04:11.982Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-18T04:04:11.982Z] Message: update stable to v1.0.243 [2022-10-18T04:04:12.555Z] ------------------- [2022-10-18T04:04:12.555Z] experimental info: [2022-10-18T04:04:12.555Z] ------------------- [2022-10-18T04:04:12.555Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-10-18T04:04:12.555Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-18T04:04:12.555Z] Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-10-18T04:04:12.815Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2022-10-18T04:04:12.856Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2022-10-18T04:04:12.898Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-10-18T04:04:12.937Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-10-18T04:04:12.976Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-10-18T04:04:13.011Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-10-18T04:04:13.049Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-10-18T04:04:13.085Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2022-10-18T04:04:13.121Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-10-18T04:04:13.157Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-10-18T04:04:13.192Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-10-18T04:04:13.227Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2022-10-18T04:04:13.262Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-10-18T04:04:13.300Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-10-18T04:04:13.339Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-10-18T04:04:13.378Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2022-10-18T04:04:13.423Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-10-18T04:04:13.469Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-10-18T04:04:13.505Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-10-18T04:04:13.547Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-10-18T04:04:13.587Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-10-18T04:04:13.626Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-10-18T04:04:13.667Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-10-18T04:04:13.703Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-10-18T04:04:13.742Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-10-18T04:04:13.780Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-10-18T04:04:13.824Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-10-18T04:04:13.872Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1240 [Pipeline] echo [2022-10-18T04:04:13.915Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1240 [Pipeline] echo [2022-10-18T04:04:13.957Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1240 [Pipeline] echo [2022-10-18T04:04:14.005Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 38ae3a773550c1232390aa8f769b7c13d94a15b6 [Pipeline] echo [2022-10-18T04:04:14.049Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 38ae3a7 [Pipeline] echo [2022-10-18T04:04:14.091Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-18T04:04:14.209Z] provisioning config files... [2022-10-18T04:04:14.225Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1240@tmp/config7858492182007727441tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-18T04:04:14.569Z] ---> docker-login.sh [2022-10-18T04:04:14.569Z] nexus3.edgexfoundry.org:10001 [2022-10-18T04:04:14.830Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-18T04:04:15.090Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-18T04:04:15.090Z] Configure a credential helper to remove this warning. See [2022-10-18T04:04:15.090Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-18T04:04:15.090Z] [2022-10-18T04:04:15.090Z] Login Succeeded [2022-10-18T04:04:15.090Z] nexus3.edgexfoundry.org:10002 [2022-10-18T04:04:15.090Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-18T04:04:15.090Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-18T04:04:15.090Z] Configure a credential helper to remove this warning. See [2022-10-18T04:04:15.090Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-18T04:04:15.090Z] [2022-10-18T04:04:15.090Z] Login Succeeded [2022-10-18T04:04:15.090Z] nexus3.edgexfoundry.org:10003 [2022-10-18T04:04:15.090Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-18T04:04:15.349Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-18T04:04:15.349Z] Configure a credential helper to remove this warning. See [2022-10-18T04:04:15.349Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-18T04:04:15.349Z] [2022-10-18T04:04:15.349Z] Login Succeeded [2022-10-18T04:04:15.349Z] nexus3.edgexfoundry.org:10004 [2022-10-18T04:04:15.349Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-18T04:04:15.349Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-18T04:04:15.349Z] Configure a credential helper to remove this warning. See [2022-10-18T04:04:15.349Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-18T04:04:15.349Z] [2022-10-18T04:04:15.349Z] Login Succeeded [2022-10-18T04:04:15.349Z] docker.io [2022-10-18T04:04:15.349Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-18T04:04:15.919Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-18T04:04:15.919Z] Configure a credential helper to remove this warning. See [2022-10-18T04:04:15.919Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-18T04:04:15.919Z] [2022-10-18T04:04:15.919Z] Login Succeeded [2022-10-18T04:04:15.919Z] ---> docker-login.sh ends [Pipeline] } [2022-10-18T04:04:15.947Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-10-18T04:04:16.548Z] + git rev-list -1 --merges 38ae3a773550c1232390aa8f769b7c13d94a15b6~1..38ae3a773550c1232390aa8f769b7c13d94a15b6 [Pipeline] echo [2022-10-18T04:04:16.591Z] -----------> git rev-list -1 --merges 38ae3a773550c1232390aa8f769b7c13d94a15b6~1..38ae3a773550c1232390aa8f769b7c13d94a15b6 38ae3a773550c1232390aa8f769b7c13d94a15b6 [false] [Pipeline] sh [2022-10-18T04:04:16.897Z] + git log --format=format:%s -1 38ae3a773550c1232390aa8f769b7c13d94a15b6 [Pipeline] echo [2022-10-18T04:04:16.932Z] ========================================================= [2022-10-18T04:04:16.932Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-10-18T04:04:16.932Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-18T04:04:17.358Z] + git log --format=format:%s -1 38ae3a773550c1232390aa8f769b7c13d94a15b6 [Pipeline] echo [2022-10-18T04:04:17.391Z] [semverPrep] GIT_COMMIT: 38ae3a773550c1232390aa8f769b7c13d94a15b6, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2 [Pipeline] echo [2022-10-18T04:04:17.420Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-10-18T04:04:17.804Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-10-18T04:04:17.805Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-10-18T04:04:17.805Z] + [ -e /tmp/ssh_known_hosts ] [2022-10-18T04:04:17.805Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-10-18T04:04:17.805Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-10-18T04:04:17.805Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-10-18T04:04:17.805Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-18T04:04:18.290Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-18T04:04:18.290Z] [2022-10-18T04:04:18.290Z] 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-18T04:04:18.669Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-18T04:04:18.669Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-10-18T04:04:18.669Z] b85a868b505f: Pulling fs layer [2022-10-18T04:04:18.669Z] e2be974225ed: Pulling fs layer [2022-10-18T04:04:18.669Z] 339a4e72a1f5: Pulling fs layer [2022-10-18T04:04:18.669Z] 988bab9f4d93: Pulling fs layer [2022-10-18T04:04:18.669Z] 1469e6f7b9e6: Pulling fs layer [2022-10-18T04:04:18.669Z] eaf3925da568: Pulling fs layer [2022-10-18T04:04:18.669Z] bab4dde63d76: Pulling fs layer [2022-10-18T04:04:18.669Z] bde34c3a00c8: Pulling fs layer [2022-10-18T04:04:18.669Z] b352a97aabf1: Pulling fs layer [2022-10-18T04:04:18.669Z] 4872d77fe225: Pulling fs layer [2022-10-18T04:04:18.669Z] 5851b861e8e6: Pulling fs layer [2022-10-18T04:04:18.669Z] 988bab9f4d93: Waiting [2022-10-18T04:04:18.669Z] b352a97aabf1: Waiting [2022-10-18T04:04:18.669Z] 1469e6f7b9e6: Waiting [2022-10-18T04:04:18.669Z] 4872d77fe225: Waiting [2022-10-18T04:04:18.669Z] eaf3925da568: Waiting [2022-10-18T04:04:18.669Z] bde34c3a00c8: Waiting [2022-10-18T04:04:18.669Z] bab4dde63d76: Waiting [2022-10-18T04:04:18.669Z] e2be974225ed: Verifying Checksum [2022-10-18T04:04:18.669Z] e2be974225ed: Download complete [2022-10-18T04:04:18.669Z] 988bab9f4d93: Verifying Checksum [2022-10-18T04:04:18.669Z] 988bab9f4d93: Download complete [2022-10-18T04:04:18.930Z] 1469e6f7b9e6: Verifying Checksum [2022-10-18T04:04:18.930Z] 1469e6f7b9e6: Download complete [2022-10-18T04:04:18.930Z] eaf3925da568: Verifying Checksum [2022-10-18T04:04:18.930Z] eaf3925da568: Download complete [2022-10-18T04:04:18.930Z] 339a4e72a1f5: Verifying Checksum [2022-10-18T04:04:18.930Z] 339a4e72a1f5: Download complete [2022-10-18T04:04:18.930Z] bde34c3a00c8: Verifying Checksum [2022-10-18T04:04:18.930Z] bde34c3a00c8: Download complete [2022-10-18T04:04:18.930Z] b352a97aabf1: Download complete [2022-10-18T04:04:18.930Z] 4872d77fe225: Verifying Checksum [2022-10-18T04:04:18.930Z] 4872d77fe225: Download complete [2022-10-18T04:04:18.930Z] 5851b861e8e6: Verifying Checksum [2022-10-18T04:04:18.930Z] 5851b861e8e6: Download complete [2022-10-18T04:04:18.930Z] b85a868b505f: Download complete [2022-10-18T04:04:19.188Z] bab4dde63d76: Verifying Checksum [2022-10-18T04:04:19.188Z] bab4dde63d76: Download complete [2022-10-18T04:04:20.126Z] b85a868b505f: Pull complete [2022-10-18T04:04:20.385Z] e2be974225ed: Pull complete [2022-10-18T04:04:20.645Z] 339a4e72a1f5: Pull complete [2022-10-18T04:04:20.645Z] 988bab9f4d93: Pull complete [2022-10-18T04:04:20.904Z] 1469e6f7b9e6: Pull complete [2022-10-18T04:04:21.167Z] eaf3925da568: Pull complete [2022-10-18T04:04:22.541Z] bab4dde63d76: Pull complete [2022-10-18T04:04:22.803Z] bde34c3a00c8: Pull complete [2022-10-18T04:04:22.803Z] b352a97aabf1: Pull complete [2022-10-18T04:04:22.803Z] 4872d77fe225: Pull complete [2022-10-18T04:04:23.064Z] 5851b861e8e6: Pull complete [2022-10-18T04:04:23.064Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-10-18T04:04:23.064Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-18T04:04:23.064Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-18T04:04:23.284Z] prd-ubuntu20.04-docker-8c-8g-8443 does not seem to be running inside a container [2022-10-18T04:04:23.320Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-sdk-go_PR-1240 -v /w/workspace/gexfoundry_device-sdk-go_PR-1240:/w/workspace/gexfoundry_device-sdk-go_PR-1240:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1240@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1240@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-10-18T04:04:24.688Z] $ docker top 3159e6f3626b0331e219e8dc248192122f749820e8e6fd60d3429cb6268521e0 -eo pid,comm [2022-10-18T04:04:24.750Z] 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-18T04:04:24.751Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-10-18T04:04:24.885Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-18T04:04:24.885Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-18T04:04:25.010Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-18T04:04:25.016Z] $ docker exec 3159e6f3626b0331e219e8dc248192122f749820e8e6fd60d3429cb6268521e0 ssh-agent [2022-10-18T04:04:25.141Z] SSH_AUTH_SOCK=/tmp/ssh-8mot2s8KWDbO/agent.13 [2022-10-18T04:04:25.141Z] SSH_AGENT_PID=19 [2022-10-18T04:04:25.147Z] Running ssh-add (command line suppressed) [2022-10-18T04:04:25.257Z] Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1240@tmp/private_key_9060228908423586912.key (/w/workspace/gexfoundry_device-sdk-go_PR-1240@tmp/private_key_9060228908423586912.key) [2022-10-18T04:04:25.269Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-18T04:04:25.598Z] + git tag --points-at HEAD [Pipeline] } [2022-10-18T04:04:25.630Z] $ docker exec --env ******** --env ******** 3159e6f3626b0331e219e8dc248192122f749820e8e6fd60d3429cb6268521e0 ssh-agent -k [2022-10-18T04:04:25.748Z] unset SSH_AUTH_SOCK; [2022-10-18T04:04:25.748Z] unset SSH_AGENT_PID; [2022-10-18T04:04:25.748Z] echo Agent pid 19 killed; [2022-10-18T04:04:25.756Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-10-18T04:04:25.847Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-18T04:04:25.847Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-18T04:04:25.964Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-18T04:04:25.969Z] $ docker exec 3159e6f3626b0331e219e8dc248192122f749820e8e6fd60d3429cb6268521e0 ssh-agent [2022-10-18T04:04:26.082Z] SSH_AUTH_SOCK=/tmp/ssh-1z7sgUIjISkk/agent.70 [2022-10-18T04:04:26.082Z] SSH_AGENT_PID=76 [2022-10-18T04:04:26.086Z] Running ssh-add (command line suppressed) [2022-10-18T04:04:26.201Z] Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1240@tmp/private_key_8446391295734011302.key (/w/workspace/gexfoundry_device-sdk-go_PR-1240@tmp/private_key_8446391295734011302.key) [2022-10-18T04:04:26.210Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-18T04:04:26.540Z] + git semver init [2022-10-18T04:04:26.800Z] 2022-10-18 04:04:26,757 [run_init] DEBUG init version:0.0.0 force:False [2022-10-18T04:04:26.800Z] 2022-10-18 04:04:26,757 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-sdk-go_PR-1240/.semver [2022-10-18T04:04:26.800Z] 2022-10-18 04:04:26,758 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/gexfoundry_device-sdk-go_PR-1240/.semver [2022-10-18T04:04:26.800Z] 2022-10-18 04:04:26,758 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/gexfoundry_device-sdk-go_PR-1240/.semver'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1240, universal_newlines=False, shell=None, istream=None) [2022-10-18T04:04:27.736Z] 2022-10-18 04:04:27,733 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-sdk-go_PR-1240/.git/info/exclude [2022-10-18T04:04:27.736Z] 2022-10-18 04:04:27,733 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-sdk-go_PR-1240/.semver/PR-1240 with force:False [2022-10-18T04:04:27.736Z] 2022-10-18 04:04:27,734 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-sdk-go_PR-1240/.semver/PR-1240 [2022-10-18T04:04:27.736Z] 2022-10-18 04:04:27,738 [execute] INFO git cat-file --batch-check [2022-10-18T04:04:27.736Z] 2022-10-18 04:04:27,738 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1240/.semver, universal_newlines=False, shell=None, istream=) [2022-10-18T04:04:27.996Z] 2022-10-18 04:04:27,745 [execute] INFO git cat-file --batch [2022-10-18T04:04:27.996Z] 2022-10-18 04:04:27,746 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1240/.semver, universal_newlines=False, shell=None, istream=) [2022-10-18T04:04:27.996Z] 2022-10-18 04:04:27,752 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-sdk-go_PR-1240/.semver/PR-1240 [2022-10-18T04:04:27.996Z] 0.0.0 [Pipeline] } [2022-10-18T04:04:28.026Z] $ docker exec --env ******** --env ******** 3159e6f3626b0331e219e8dc248192122f749820e8e6fd60d3429cb6268521e0 ssh-agent -k [2022-10-18T04:04:28.129Z] unset SSH_AUTH_SOCK; [2022-10-18T04:04:28.129Z] unset SSH_AGENT_PID; [2022-10-18T04:04:28.129Z] echo Agent pid 76 killed; [2022-10-18T04:04:28.135Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-10-18T04:04:28.560Z] + git semver [Pipeline] } [2022-10-18T04:04:28.844Z] $ docker stop --time=1 3159e6f3626b0331e219e8dc248192122f749820e8e6fd60d3429cb6268521e0 [2022-10-18T04:04:30.184Z] $ docker rm -f 3159e6f3626b0331e219e8dc248192122f749820e8e6fd60d3429cb6268521e0 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-18T04:04:30.587Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-10-18T04:04:30.829Z] Stashed 1 file(s) [Pipeline] echo [2022-10-18T04:04:30.844Z] [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-18T04:04:31.415Z] provisioning config files... [2022-10-18T04:04:31.425Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1240@tmp/config9223543085589086540tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-18T04:04:31.769Z] ---> docker-login.sh [2022-10-18T04:04:31.769Z] nexus3.edgexfoundry.org:10001 [2022-10-18T04:04:31.769Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-18T04:04:31.769Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-18T04:04:31.769Z] Configure a credential helper to remove this warning. See [2022-10-18T04:04:31.769Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-18T04:04:31.769Z] [2022-10-18T04:04:31.769Z] Login Succeeded [2022-10-18T04:04:31.769Z] nexus3.edgexfoundry.org:10002 [2022-10-18T04:04:31.769Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-18T04:04:31.769Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-18T04:04:31.769Z] Configure a credential helper to remove this warning. See [2022-10-18T04:04:31.769Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-18T04:04:31.769Z] [2022-10-18T04:04:31.769Z] Login Succeeded [2022-10-18T04:04:31.769Z] nexus3.edgexfoundry.org:10003 [2022-10-18T04:04:32.031Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-18T04:04:32.031Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-18T04:04:32.031Z] Configure a credential helper to remove this warning. See [2022-10-18T04:04:32.031Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-18T04:04:32.031Z] [2022-10-18T04:04:32.031Z] Login Succeeded [2022-10-18T04:04:32.031Z] nexus3.edgexfoundry.org:10004 [2022-10-18T04:04:32.031Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-18T04:04:32.031Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-18T04:04:32.031Z] Configure a credential helper to remove this warning. See [2022-10-18T04:04:32.031Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-18T04:04:32.031Z] [2022-10-18T04:04:32.031Z] Login Succeeded [2022-10-18T04:04:32.031Z] docker.io [2022-10-18T04:04:32.031Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-18T04:04:32.598Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-18T04:04:32.598Z] Configure a credential helper to remove this warning. See [2022-10-18T04:04:32.598Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-18T04:04:32.598Z] [2022-10-18T04:04:32.598Z] Login Succeeded [2022-10-18T04:04:32.598Z] ---> docker-login.sh ends [Pipeline] } [2022-10-18T04:04:32.630Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-10-18T04:04:32.821Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-18T04:04:32.857Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-18T04:04:32.890Z] ========================================================= [2022-10-18T04:04:32.890Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-10-18T04:04:32.890Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-18T04:04:33.375Z] + 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-18T04:04:33.375Z] Sending build context to Docker daemon 10.01MB [2022-10-18T04:04:33.375Z] Step 1/11 : ARG BASE=golang:1.18-alpine3.16 [2022-10-18T04:04:33.375Z] Step 2/11 : FROM ${BASE} AS builder [2022-10-18T04:04:33.375Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-10-18T04:04:33.375Z] 213ec9aee27d: Pulling fs layer [2022-10-18T04:04:33.375Z] 4583459ba037: Pulling fs layer [2022-10-18T04:04:33.375Z] 93c1e223e6f2: Pulling fs layer [2022-10-18T04:04:33.375Z] 53926ce57604: Pulling fs layer [2022-10-18T04:04:33.375Z] 21b2b0c7a3f4: Pulling fs layer [2022-10-18T04:04:33.375Z] 30f14e443154: Pulling fs layer [2022-10-18T04:04:33.375Z] 801331c1e519: Pulling fs layer [2022-10-18T04:04:33.375Z] 21b2b0c7a3f4: Waiting [2022-10-18T04:04:33.375Z] 99cc6dd402b0: Pulling fs layer [2022-10-18T04:04:33.375Z] 7d9ed39f4882: Pulling fs layer [2022-10-18T04:04:33.375Z] 99cc6dd402b0: Waiting [2022-10-18T04:04:33.375Z] 7d9ed39f4882: Waiting [2022-10-18T04:04:33.635Z] 93c1e223e6f2: Verifying Checksum [2022-10-18T04:04:33.635Z] 93c1e223e6f2: Download complete [2022-10-18T04:04:33.635Z] 4583459ba037: Verifying Checksum [2022-10-18T04:04:33.635Z] 4583459ba037: Download complete [2022-10-18T04:04:33.635Z] 21b2b0c7a3f4: Verifying Checksum [2022-10-18T04:04:33.635Z] 21b2b0c7a3f4: Download complete [2022-10-18T04:04:33.635Z] 30f14e443154: Download complete [2022-10-18T04:04:33.635Z] 213ec9aee27d: Verifying Checksum [2022-10-18T04:04:33.635Z] 213ec9aee27d: Download complete [2022-10-18T04:04:33.635Z] 801331c1e519: Download complete [2022-10-18T04:04:33.635Z] 213ec9aee27d: Pull complete [2022-10-18T04:04:33.901Z] 4583459ba037: Pull complete [2022-10-18T04:04:33.901Z] 93c1e223e6f2: Pull complete [2022-10-18T04:04:34.160Z] 7d9ed39f4882: Download complete [2022-10-18T04:04:34.160Z] 99cc6dd402b0: Verifying Checksum [2022-10-18T04:04:34.160Z] 99cc6dd402b0: Download complete [2022-10-18T04:04:34.425Z] 53926ce57604: Verifying Checksum [2022-10-18T04:04:34.425Z] 53926ce57604: Download complete [2022-10-18T04:04:37.704Z] 53926ce57604: Pull complete [2022-10-18T04:04:37.704Z] 21b2b0c7a3f4: Pull complete [2022-10-18T04:04:37.962Z] 30f14e443154: Pull complete [2022-10-18T04:04:37.962Z] 801331c1e519: Pull complete [2022-10-18T04:04:39.859Z] 99cc6dd402b0: Pull complete [2022-10-18T04:04:40.790Z] 7d9ed39f4882: Pull complete [2022-10-18T04:04:40.790Z] Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 [2022-10-18T04:04:40.790Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-18T04:04:40.790Z] ---> 1dedd983c030 [2022-10-18T04:04:40.790Z] Step 3/11 : ARG MAKE=make build [2022-10-18T04:04:42.695Z] ---> Running in 930dc9ff2638 [2022-10-18T04:04:42.695Z] Removing intermediate container 930dc9ff2638 [2022-10-18T04:04:42.695Z] ---> b7c12fec479e [2022-10-18T04:04:42.695Z] Step 4/11 : WORKDIR /device-sdk-go [2022-10-18T04:04:42.695Z] ---> Running in e3232d145223 [2022-10-18T04:04:42.695Z] Removing intermediate container e3232d145223 [2022-10-18T04:04:42.695Z] ---> 95916ac42f39 [2022-10-18T04:04:42.695Z] Step 5/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-10-18T04:04:42.695Z] ---> Running in d608275b3700 [2022-10-18T04:04:42.954Z] Removing intermediate container d608275b3700 [2022-10-18T04:04:42.954Z] ---> 4c1d082c83fe [2022-10-18T04:04:42.954Z] Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-18T04:04:42.954Z] ---> Running in af259b5c0eeb [2022-10-18T04:04:43.520Z] Removing intermediate container af259b5c0eeb [2022-10-18T04:04:43.520Z] ---> 7cac7296d690 [2022-10-18T04:04:43.520Z] Step 7/11 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-10-18T04:04:43.520Z] ---> Running in 353ef5b2f1ec [2022-10-18T04:04:43.779Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-18T04:04:44.716Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-18T04:04:44.974Z] OK: 211 MiB in 51 packages [2022-10-18T04:04:45.540Z] Removing intermediate container 353ef5b2f1ec [2022-10-18T04:04:45.540Z] ---> 8969189cae9b [2022-10-18T04:04:45.540Z] Step 8/11 : COPY go.mod vendor* ./ [2022-10-18T04:04:45.540Z] ---> a17862f276ca [2022-10-18T04:04:45.540Z] Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-18T04:04:45.540Z] ---> Running in fca59abd23df [2022-10-18T04:04:46.246Z] Still waiting to schedule task [2022-10-18T04:04:46.247Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-10-18T04:05:03.627Z] Removing intermediate container fca59abd23df [2022-10-18T04:05:03.627Z] ---> ca3dd0a50feb [2022-10-18T04:05:03.627Z] Step 10/11 : COPY . . [2022-10-18T04:05:03.627Z] ---> 1b1bcbae988c [2022-10-18T04:05:03.627Z] Step 11/11 : RUN ${MAKE} [2022-10-18T04:05:03.627Z] ---> Running in 7bb6e8da59a8 [2022-10-18T04:05:03.627Z] noop [2022-10-18T04:05:03.627Z] Removing intermediate container 7bb6e8da59a8 [2022-10-18T04:05:03.627Z] ---> 3ce0d3267079 [2022-10-18T04:05:03.627Z] Successfully built 3ce0d3267079 [2022-10-18T04:05:03.627Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-18T04:05:04.066Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-18T04:05:04.066Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-18T04:05:04.201Z] prd-ubuntu20.04-docker-8c-8g-8443 does not seem to be running inside a container [2022-10-18T04:05:04.229Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1240 -v /w/workspace/gexfoundry_device-sdk-go_PR-1240:/w/workspace/gexfoundry_device-sdk-go_PR-1240:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1240@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1240@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 ******** ci-base-image-x86_64 cat [2022-10-18T04:05:04.594Z] $ docker top 0b0f029fe89fe978371dd583b0da2f695e11f0a416188d076cee25bc69dd66cb -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-18T04:05:04.972Z] + go version [2022-10-18T04:05:04.972Z] go version go1.18.7 linux/amd64 [Pipeline] } [2022-10-18T04:05:05.005Z] $ docker stop --time=1 0b0f029fe89fe978371dd583b0da2f695e11f0a416188d076cee25bc69dd66cb [2022-10-18T04:05:06.276Z] $ docker rm -f 0b0f029fe89fe978371dd583b0da2f695e11f0a416188d076cee25bc69dd66cb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-18T04:05:06.973Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-18T04:05:06.974Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-18T04:05:07.116Z] prd-ubuntu20.04-docker-8c-8g-8443 does not seem to be running inside a container [2022-10-18T04:05:07.146Z] $ 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-1240 -v /w/workspace/gexfoundry_device-sdk-go_PR-1240:/w/workspace/gexfoundry_device-sdk-go_PR-1240:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1240@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1240@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 ******** ci-base-image-x86_64 cat [2022-10-18T04:05:07.523Z] $ docker top 9e2a8fa59094ce4afd2335bc44587ce66f588ca4d5c871079b523b978b146fa7 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-18T04:05:07.916Z] + git config --global --add safe.directory /w/workspace/gexfoundry_device-sdk-go_PR-1240 [Pipeline] fileExists [Pipeline] sh [2022-10-18T04:05:08.263Z] + make test [2022-10-18T04:05:08.263Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-10-18T04:05:14.828Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2022-10-18T04:05:29.688Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2022-10-18T04:05:29.688Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2022-10-18T04:05:29.688Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2022-10-18T04:05:29.688Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2022-10-18T04:05:29.688Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2022-10-18T04:05:29.688Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.057s coverage: 27.6% of statements [2022-10-18T04:05:29.688Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.067s coverage: 78.9% of statements [2022-10-18T04:05:29.688Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/clients [no test files] [2022-10-18T04:05:29.688Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.087s coverage: 60.0% of statements [2022-10-18T04:05:29.688Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2022-10-18T04:05:29.688Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2022-10-18T04:05:29.688Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.113s coverage: 54.4% of statements [2022-10-18T04:05:29.688Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2022-10-18T04:05:29.688Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/messaging [no test files] [2022-10-18T04:05:29.688Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2022-10-18T04:05:29.688Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2022-10-18T04:05:29.688Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.100s coverage: 65.1% of statements [2022-10-18T04:05:29.688Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/interfaces [no test files] [2022-10-18T04:05:29.688Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/interfaces/mocks [no test files] [2022-10-18T04:05:29.688Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.740s coverage: 89.2% of statements [2022-10-18T04:05:29.688Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2022-10-18T04:05:29.688Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.061s coverage: 4.7% of statements [2022-10-18T04:05:29.688Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2022-10-18T04:05:47.768Z] 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-18T04:05:47.768Z] GO111MODULE=on go vet ./... [2022-10-18T04:05:48.411Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-18T04:05:48.687Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-18T04:05:48.687Z] ./bin/test-attribution-txt.sh [2022-10-18T04:05:48.687Z] An attribution for github.com/Microsoft/go-winio is missing from Attribution.txt, please add [2022-10-18T04:05:48.687Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2022-10-18T04:05:48.687Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2022-10-18T04:05:48.687Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [Pipeline] echo [2022-10-18T04:05:48.719Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-10-18T04:05:48.744Z] $ docker stop --time=1 9e2a8fa59094ce4afd2335bc44587ce66f588ca4d5c871079b523b978b146fa7 [2022-10-18T04:05:50.678Z] $ docker rm -f 9e2a8fa59094ce4afd2335bc44587ce66f588ca4d5c871079b523b978b146fa7 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-18T04:05:51.210Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-10-18T04:05:51.283Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-10-18T04:05:51.928Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-10-18T04:05:52.237Z] + ls -al . [2022-10-18T04:05:52.237Z] total 276 [2022-10-18T04:05:52.237Z] drwxrwxr-x 11 jenkins jenkins 4096 Oct 18 04:05 . [2022-10-18T04:05:52.237Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 18 04:04 .. [2022-10-18T04:05:52.237Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 18 04:04 .dockerignore [2022-10-18T04:05:52.237Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 18 04:05 .git [2022-10-18T04:05:52.237Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 18 04:04 .github [2022-10-18T04:05:52.237Z] -rw-rw-r-- 1 jenkins jenkins 131 Oct 18 04:04 .gitignore [2022-10-18T04:05:52.237Z] -rw-rw-r-- 1 jenkins jenkins 42 Oct 18 04:04 .golangci.yml [2022-10-18T04:05:52.237Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 18 04:04 .semver [2022-10-18T04:05:52.237Z] -rw-rw-r-- 1 jenkins jenkins 29536 Oct 18 04:04 CHANGELOG.md [2022-10-18T04:05:52.237Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 18 04:04 GOVERNANCE.md [2022-10-18T04:05:52.237Z] -rw-rw-r-- 1 jenkins jenkins 880 Oct 18 04:04 Jenkinsfile [2022-10-18T04:05:52.237Z] -rw-rw-r-- 1 jenkins jenkins 11341 Oct 18 04:04 LICENSE [2022-10-18T04:05:52.237Z] -rw-rw-r-- 1 jenkins jenkins 2003 Oct 18 04:04 Makefile [2022-10-18T04:05:52.237Z] -rw-rw-r-- 1 jenkins jenkins 619 Oct 18 04:04 OWNERS.md [2022-10-18T04:05:52.237Z] -rw-rw-r-- 1 jenkins jenkins 4881 Oct 18 04:04 README.md [2022-10-18T04:05:52.237Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 18 04:04 VERSION [2022-10-18T04:05:52.237Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 18 04:04 bin [2022-10-18T04:05:52.237Z] -rw-r--r-- 1 jenkins jenkins 101009 Oct 18 04:05 coverage.out [2022-10-18T04:05:52.237Z] drwxrwxr-x 5 jenkins jenkins 4096 Oct 18 04:04 example [2022-10-18T04:05:52.237Z] -rw-rw-r-- 1 jenkins jenkins 3400 Oct 18 04:04 go.mod [2022-10-18T04:05:52.237Z] -rw-rw-r-- 1 jenkins jenkins 37486 Oct 18 04:04 go.sum [2022-10-18T04:05:52.237Z] drwxrwxr-x 14 jenkins jenkins 4096 Oct 18 04:04 internal [2022-10-18T04:05:52.237Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 18 04:04 openapi [2022-10-18T04:05:52.237Z] drwxrwxr-x 6 jenkins jenkins 4096 Oct 18 04:04 pkg [2022-10-18T04:05:52.237Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 18 04:04 snap [2022-10-18T04:05:52.237Z] -rw-rw-r-- 1 jenkins jenkins 222 Oct 18 04:04 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-18T04:05:52.625Z] + 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=38ae3a773550c1232390aa8f769b7c13d94a15b6 --label arch=amd64 --label version=0.0.0 . [2022-10-18T04:05:52.625Z] Sending build context to Docker daemon 10.11MB [2022-10-18T04:05:52.625Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2022-10-18T04:05:52.625Z] Step 2/25 : FROM ${BASE} AS builder [2022-10-18T04:05:52.625Z] ---> 3ce0d3267079 [2022-10-18T04:05:52.625Z] Step 3/25 : ARG MAKE=make build [2022-10-18T04:05:52.625Z] ---> Running in f54772b436ac [2022-10-18T04:05:52.884Z] Removing intermediate container f54772b436ac [2022-10-18T04:05:52.884Z] ---> 724c48e2b62a [2022-10-18T04:05:52.884Z] Step 4/25 : WORKDIR /device-sdk-go [2022-10-18T04:05:52.884Z] ---> Running in a674f8b7d952 [2022-10-18T04:05:52.884Z] Removing intermediate container a674f8b7d952 [2022-10-18T04:05:52.884Z] ---> b3be4d8d91fd [2022-10-18T04:05:52.884Z] Step 5/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-10-18T04:05:53.142Z] ---> Running in 3436e6ed21b9 [2022-10-18T04:05:53.143Z] Removing intermediate container 3436e6ed21b9 [2022-10-18T04:05:53.143Z] ---> 7f3b08e7f907 [2022-10-18T04:05:53.143Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-18T04:05:53.143Z] ---> Running in 25427132c709 [2022-10-18T04:05:53.708Z] Removing intermediate container 25427132c709 [2022-10-18T04:05:53.708Z] ---> 360c03d1a800 [2022-10-18T04:05:53.708Z] Step 7/25 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-10-18T04:05:53.708Z] ---> Running in 9d59dd8873b5 [2022-10-18T04:05:54.273Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-18T04:05:54.840Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-18T04:05:55.405Z] OK: 211 MiB in 51 packages [2022-10-18T04:05:55.662Z] Removing intermediate container 9d59dd8873b5 [2022-10-18T04:05:55.662Z] ---> cd4745fa2454 [2022-10-18T04:05:55.662Z] Step 8/25 : COPY go.mod vendor* ./ [2022-10-18T04:05:55.662Z] ---> d723ef4511a4 [2022-10-18T04:05:55.662Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-18T04:05:55.662Z] ---> Running in e16a8aa08ce6 [2022-10-18T04:05:56.633Z] Removing intermediate container e16a8aa08ce6 [2022-10-18T04:05:56.633Z] ---> 30d7d68dbfd7 [2022-10-18T04:05:56.633Z] Step 10/25 : COPY . . [2022-10-18T04:05:56.892Z] ---> 157a7a63ab15 [2022-10-18T04:05:56.892Z] Step 11/25 : RUN ${MAKE} [2022-10-18T04:05:56.892Z] ---> Running in 669cd523c989 [2022-10-18T04:05:57.152Z] 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-18T04:06:15.218Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2022-10-18T04:06:17.114Z] Removing intermediate container 669cd523c989 [2022-10-18T04:06:17.114Z] ---> 58a2c75f71d9 [2022-10-18T04:06:17.114Z] Step 12/25 : FROM alpine:3.16 [2022-10-18T04:06:17.679Z] 3.16: Pulling from library/alpine [2022-10-18T04:06:17.679Z] 213ec9aee27d: Already exists [2022-10-18T04:06:17.937Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-18T04:06:17.937Z] Status: Downloaded newer image for alpine:3.16 [2022-10-18T04:06:17.937Z] ---> 9c6f07244728 [2022-10-18T04:06:17.937Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-10-18T04:06:17.937Z] ---> Running in cc98f13a7848 [2022-10-18T04:06:17.937Z] Removing intermediate container cc98f13a7848 [2022-10-18T04:06:17.937Z] ---> 5a0028f3ff90 [2022-10-18T04:06:17.937Z] Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-18T04:06:17.937Z] ---> Running in 71065b0c40fc [2022-10-18T04:06:18.870Z] Removing intermediate container 71065b0c40fc [2022-10-18T04:06:18.870Z] ---> 2b7e89885a1e [2022-10-18T04:06:18.870Z] Step 15/25 : RUN apk add --update --no-cache zeromq [2022-10-18T04:06:18.870Z] ---> Running in 95fb3dca0a92 [2022-10-18T04:06:18.870Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-18T04:06:19.803Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-18T04:06:20.061Z] (1/5) Installing libgcc (11.2.1_git20220219-r2) [2022-10-18T04:06:20.061Z] (2/5) Installing libsodium (1.0.18-r0) [2022-10-18T04:06:20.320Z] (3/5) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-18T04:06:20.320Z] (4/5) Installing libzmq (4.3.4-r0) [2022-10-18T04:06:20.577Z] (5/5) Installing zeromq (4.3.4-r0) [2022-10-18T04:06:20.578Z] Executing busybox-1.35.0-r17.trigger [2022-10-18T04:06:20.578Z] OK: 8 MiB in 19 packages [2022-10-18T04:06:21.141Z] Removing intermediate container 95fb3dca0a92 [2022-10-18T04:06:21.141Z] ---> b58a5c1776a8 [2022-10-18T04:06:21.141Z] Step 16/25 : WORKDIR / [2022-10-18T04:06:21.141Z] ---> Running in 62d13f365caa [2022-10-18T04:06:21.141Z] Removing intermediate container 62d13f365caa [2022-10-18T04:06:21.141Z] ---> 84886a03a7f8 [2022-10-18T04:06:21.141Z] Step 17/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2022-10-18T04:06:21.399Z] ---> a429d10871b3 [2022-10-18T04:06:21.399Z] Step 18/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2022-10-18T04:06:21.621Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-8445 in /w/workspace/gexfoundry_device-sdk-go_PR-1240 [Pipeline] { [Pipeline] ws [2022-10-18T04:06:21.666Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2022-10-18T04:06:21.742Z] The recommended git tool is: git [2022-10-18T04:06:21.966Z] ---> fcc8dcfc2966 [2022-10-18T04:06:21.966Z] Step 19/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2022-10-18T04:06:21.966Z] ---> 9f37f195bc73 [2022-10-18T04:06:21.966Z] Step 20/25 : EXPOSE 59999 [2022-10-18T04:06:21.966Z] ---> Running in df4330843688 [2022-10-18T04:06:21.966Z] Removing intermediate container df4330843688 [2022-10-18T04:06:21.966Z] ---> 909af0560f0d [2022-10-18T04:06:21.966Z] Step 21/25 : ENTRYPOINT ["/device-simple"] [2022-10-18T04:06:22.224Z] ---> Running in b64dd942eaa3 [2022-10-18T04:06:22.224Z] Removing intermediate container b64dd942eaa3 [2022-10-18T04:06:22.224Z] ---> 648a298fed4d [2022-10-18T04:06:22.224Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-18T04:06:22.224Z] ---> Running in c42667b1a46e [2022-10-18T04:06:22.485Z] Removing intermediate container c42667b1a46e [2022-10-18T04:06:22.486Z] ---> e7ec31a4bdb5 [2022-10-18T04:06:22.486Z] Step 23/25 : LABEL arch=amd64 [2022-10-18T04:06:22.486Z] ---> Running in b1d8a18dbdaf [2022-10-18T04:06:22.486Z] Removing intermediate container b1d8a18dbdaf [2022-10-18T04:06:22.486Z] ---> c48b098f1f44 [2022-10-18T04:06:22.486Z] Step 24/25 : LABEL git_sha=38ae3a773550c1232390aa8f769b7c13d94a15b6 [2022-10-18T04:06:22.486Z] ---> Running in 7ad75f3042c2 [2022-10-18T04:06:22.744Z] Removing intermediate container 7ad75f3042c2 [2022-10-18T04:06:22.744Z] ---> 8a840ef5d4b0 [2022-10-18T04:06:22.744Z] Step 25/25 : LABEL version=0.0.0 [2022-10-18T04:06:22.744Z] ---> Running in d85557aa0ab8 [2022-10-18T04:06:22.744Z] Removing intermediate container d85557aa0ab8 [2022-10-18T04:06:22.744Z] ---> aecab795aff5 [2022-10-18T04:06:22.744Z] [Warning] One or more build-args [ARCH] were not consumed [2022-10-18T04:06:22.744Z] Successfully built aecab795aff5 [2022-10-18T04:06:22.744Z] 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-18T04:06:23.566Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-18T04:06:23.566Z] [2022-10-18T04:06:23.566Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-18T04:06:23.948Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-18T04:06:23.948Z] latest: Pulling from edgex-lftools-log-publisher [2022-10-18T04:06:23.948Z] 5eb5b503b376: Pulling fs layer [2022-10-18T04:06:23.948Z] 5c69ac0246d0: Pulling fs layer [2022-10-18T04:06:23.948Z] ec43610c2a17: Pulling fs layer [2022-10-18T04:06:23.948Z] 3a2ae6a8a46f: Pulling fs layer [2022-10-18T04:06:23.948Z] 33b1e0a273af: Pulling fs layer [2022-10-18T04:06:23.948Z] 5d3b04190fa2: Pulling fs layer [2022-10-18T04:06:23.948Z] 2f39f015ded8: Pulling fs layer [2022-10-18T04:06:23.948Z] 5d3b04190fa2: Waiting [2022-10-18T04:06:23.948Z] 33b1e0a273af: Waiting [2022-10-18T04:06:23.948Z] 2f39f015ded8: Waiting [2022-10-18T04:06:23.948Z] 3a2ae6a8a46f: Waiting [2022-10-18T04:06:23.948Z] 5c69ac0246d0: Verifying Checksum [2022-10-18T04:06:23.948Z] 5c69ac0246d0: Download complete [2022-10-18T04:06:23.948Z] 3a2ae6a8a46f: Verifying Checksum [2022-10-18T04:06:23.948Z] 3a2ae6a8a46f: Download complete [2022-10-18T04:06:23.948Z] 33b1e0a273af: Verifying Checksum [2022-10-18T04:06:23.948Z] 33b1e0a273af: Download complete [2022-10-18T04:06:24.209Z] ec43610c2a17: Verifying Checksum [2022-10-18T04:06:24.209Z] ec43610c2a17: Download complete [2022-10-18T04:06:24.209Z] 5d3b04190fa2: Verifying Checksum [2022-10-18T04:06:24.209Z] 5d3b04190fa2: Download complete [2022-10-18T04:06:24.209Z] 5eb5b503b376: Verifying Checksum [2022-10-18T04:06:24.209Z] 5eb5b503b376: Download complete [2022-10-18T04:06:24.773Z] 2f39f015ded8: Download complete [2022-10-18T04:06:25.338Z] 5eb5b503b376: Pull complete [2022-10-18T04:06:25.338Z] 5c69ac0246d0: Pull complete [2022-10-18T04:06:25.904Z] ec43610c2a17: Pull complete [2022-10-18T04:06:25.905Z] 3a2ae6a8a46f: Pull complete [2022-10-18T04:06:26.163Z] 33b1e0a273af: Pull complete [2022-10-18T04:06:26.163Z] 5d3b04190fa2: Pull complete [2022-10-18T04:06:27.419Z] using credential edgex-jenkins-ssh [2022-10-18T04:06:27.438Z] Cloning the remote Git repository [2022-10-18T04:06:27.485Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2022-10-18T04:06:27.565Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2022-10-18T04:06:27.722Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2022-10-18T04:06:27.723Z] > git --version # timeout=10 [2022-10-18T04:06:27.742Z] > git --version # 'git version 2.25.1' [2022-10-18T04:06:27.744Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-18T04:06:27.799Z] Verifying host key using known hosts file [2022-10-18T04:06:28.015Z] 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-18T04:06:28.028Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-18T04:06:30.346Z] 2f39f015ded8: Pull complete [2022-10-18T04:06:30.346Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-10-18T04:06:30.346Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-18T04:06:30.346Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-18T04:06:30.560Z] prd-ubuntu20.04-docker-8c-8g-8443 does not seem to be running inside a container [2022-10-18T04:06:30.585Z] $ 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-1240 -v /w/workspace/gexfoundry_device-sdk-go_PR-1240:/w/workspace/gexfoundry_device-sdk-go_PR-1240:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1240@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1240@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-18T04:06:29.599Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2022-10-18T04:06:29.629Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-18T04:06:30.581Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2022-10-18T04:06:30.628Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2022-10-18T04:06:30.629Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-18T04:06:30.635Z] Verifying host key using known hosts file [2022-10-18T04:06:30.642Z] 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-18T04:06:30.654Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1240/head:refs/remotes/origin/PR-1240 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-10-18T04:06:31.231Z] Merging remotes/origin/main commit 67986f5e85a843a874e3bc4d59755e1036e07d38 into PR head commit 38ae3a773550c1232390aa8f769b7c13d94a15b6 [2022-10-18T04:06:31.468Z] Merge succeeded, producing 38ae3a773550c1232390aa8f769b7c13d94a15b6 [2022-10-18T04:06:31.469Z] Checking out Revision 38ae3a773550c1232390aa8f769b7c13d94a15b6 (PR-1240) [2022-10-18T04:06:32.005Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2" [2022-10-18T04:06:31.250Z] > git config core.sparsecheckout # timeout=10 [2022-10-18T04:06:31.264Z] > git checkout -f 38ae3a773550c1232390aa8f769b7c13d94a15b6 # timeout=10 [2022-10-18T04:06:31.370Z] > git remote # timeout=10 [2022-10-18T04:06:31.388Z] > git config --get remote.origin.url # timeout=10 [2022-10-18T04:06:31.403Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-18T04:06:31.409Z] Verifying host key using known hosts file [2022-10-18T04:06:31.413Z] 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-18T04:06:31.423Z] > git merge 67986f5e85a843a874e3bc4d59755e1036e07d38 # timeout=10 [2022-10-18T04:06:31.450Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-10-18T04:06:31.476Z] > git config core.sparsecheckout # timeout=10 [2022-10-18T04:06:31.493Z] > git checkout -f 38ae3a773550c1232390aa8f769b7c13d94a15b6 # timeout=10 [2022-10-18T04:06:32.059Z] > git --version # timeout=10 [2022-10-18T04:06:32.070Z] > git --version # 'git version 2.25.1' [2022-10-18T04:06:32.095Z] fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-18T04:06:32.228Z] $ docker top c8f8b1afa3902d167a19d04d98a19b555d1e3c441432eb3cf1d68b48c3325d04 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-18T04:06:32.398Z] [2022-10-18T04:06:32.398Z] GitHub has been notified of this commit’s build result [2022-10-18T04:06:32.398Z] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-18T04:06:32.673Z] ---> job-cost.sh [2022-10-18T04:06:32.673Z] lf-activate-venv: SKIPPING [2022-10-18T04:06:32.673Z] INFO: No Stack... [2022-10-18T04:06:32.936Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-18T04:06:33.196Z] INFO: Archiving Costs [Pipeline] sh [2022-10-18T04:06:33.341Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-10-18T04:06:33.341Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-18T04:06:33.341Z] Dload Upload Total Spent Left Speed [2022-10-18T04:06:33.341Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 76375 0 --:--:-- --:--:-- --:--:-- 76841 [2022-10-18T04:06:33.503Z] + cat /w/workspace/gexfoundry_device-sdk-go_PR-1240/archives/cost.csv [2022-10-18T04:06:33.503Z] + cut -d, -f6 [Pipeline] lock [2022-10-18T04:06:33.543Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1240-1-stack-cost] [2022-10-18T04:06:33.547Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-1240-1-stack-cost] did not exist. Created. [2022-10-18T04:06:33.547Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1240-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [Pipeline] sh [2022-10-18T04:06:33.937Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-10-18T04:06:33.991Z] Stashed 1 file(s) [Pipeline] } [2022-10-18T04:06:34.023Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1240-1-stack-cost] [2022-10-18T04:06:34.031Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] // lock [Pipeline] } [2022-10-18T04:06:34.120Z] $ docker stop --time=1 c8f8b1afa3902d167a19d04d98a19b555d1e3c441432eb3cf1d68b48c3325d04 [2022-10-18T04:06:35.296Z] $ docker rm -f c8f8b1afa3902d167a19d04d98a19b555d1e3c441432eb3cf1d68b48c3325d04 [Pipeline] sh [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [2022-10-18T04:06:35.665Z] + sudo tee+ /etc/docker/daemon.new [2022-10-18T04:06:35.665Z] sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [Pipeline] } [2022-10-18T04:06:36.249Z] { [2022-10-18T04:06:36.249Z] "registry-mirrors": [ [2022-10-18T04:06:36.249Z] "https://nexus3.edgexfoundry.org:10001" [2022-10-18T04:06:36.249Z] ], [2022-10-18T04:06:36.249Z] "bip": "10.250.0.254/24", [2022-10-18T04:06:36.249Z] "hosts": [ [2022-10-18T04:06:36.249Z] "tcp://0.0.0.0:5555", [2022-10-18T04:06:36.249Z] "unix:///var/run/docker.sock" [2022-10-18T04:06:36.249Z] ], [2022-10-18T04:06:36.249Z] "mtu": 1458, [2022-10-18T04:06:36.249Z] "selinux-enabled": true, [2022-10-18T04:06:36.249Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-10-18T04:06:36.249Z] } [Pipeline] sh [2022-10-18T04:06:36.588Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-10-18T04:06:36.928Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-18T04:06:55.251Z] provisioning config files... [2022-10-18T04:06:55.279Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config14237999422038899473tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-18T04:06:55.690Z] ---> docker-login.sh [2022-10-18T04:06:55.690Z] nexus3.edgexfoundry.org:10001 [2022-10-18T04:06:56.281Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-18T04:06:56.551Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-18T04:06:56.551Z] Configure a credential helper to remove this warning. See [2022-10-18T04:06:56.551Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-18T04:06:56.551Z] [2022-10-18T04:06:56.551Z] Login Succeeded [2022-10-18T04:06:56.551Z] nexus3.edgexfoundry.org:10002 [2022-10-18T04:06:56.822Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-18T04:06:57.091Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-18T04:06:57.091Z] Configure a credential helper to remove this warning. See [2022-10-18T04:06:57.091Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-18T04:06:57.091Z] [2022-10-18T04:06:57.091Z] Login Succeeded [2022-10-18T04:06:57.091Z] nexus3.edgexfoundry.org:10003 [2022-10-18T04:06:57.361Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-18T04:06:57.361Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-18T04:06:57.361Z] Configure a credential helper to remove this warning. See [2022-10-18T04:06:57.361Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-18T04:06:57.361Z] [2022-10-18T04:06:57.361Z] Login Succeeded [2022-10-18T04:06:57.361Z] nexus3.edgexfoundry.org:10004 [2022-10-18T04:06:57.630Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-18T04:06:57.630Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-18T04:06:57.630Z] Configure a credential helper to remove this warning. See [2022-10-18T04:06:57.630Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-18T04:06:57.630Z] [2022-10-18T04:06:57.630Z] Login Succeeded [2022-10-18T04:06:57.630Z] docker.io [2022-10-18T04:06:57.898Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-18T04:06:58.488Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-18T04:06:58.488Z] Configure a credential helper to remove this warning. See [2022-10-18T04:06:58.488Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-18T04:06:58.488Z] [2022-10-18T04:06:58.488Z] Login Succeeded [2022-10-18T04:06:58.488Z] ---> docker-login.sh ends [Pipeline] } [2022-10-18T04:06:58.519Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-10-18T04:06:58.816Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-18T04:06:58.847Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-18T04:06:58.881Z] ========================================================= [2022-10-18T04:06:58.881Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-10-18T04:06:58.881Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-18T04:06:59.393Z] + 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-18T04:07:00.058Z] Sending build context to Docker daemon 5.38MB [2022-10-18T04:07:00.058Z] Step 1/11 : ARG BASE=golang:1.18-alpine3.16 [2022-10-18T04:07:00.058Z] Step 2/11 : FROM ${BASE} AS builder [2022-10-18T04:07:00.058Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-10-18T04:07:00.058Z] 9b18e9b68314: Pulling fs layer [2022-10-18T04:07:00.058Z] d32db5db7311: Pulling fs layer [2022-10-18T04:07:00.058Z] d0c4b47475fc: Pulling fs layer [2022-10-18T04:07:00.058Z] 5831b945b038: Pulling fs layer [2022-10-18T04:07:00.058Z] 86bbec2aaacd: Pulling fs layer [2022-10-18T04:07:00.058Z] e10730c5d714: Pulling fs layer [2022-10-18T04:07:00.058Z] 5dd5c2283517: Pulling fs layer [2022-10-18T04:07:00.058Z] d5ac0230b979: Pulling fs layer [2022-10-18T04:07:00.058Z] 5831b945b038: Waiting [2022-10-18T04:07:00.058Z] 86bbec2aaacd: Waiting [2022-10-18T04:07:00.058Z] e10730c5d714: Waiting [2022-10-18T04:07:00.058Z] 5dd5c2283517: Waiting [2022-10-18T04:07:00.058Z] d5ac0230b979: Waiting [2022-10-18T04:07:00.058Z] d0c4b47475fc: Download complete [2022-10-18T04:07:00.058Z] d32db5db7311: Verifying Checksum [2022-10-18T04:07:00.058Z] d32db5db7311: Download complete [2022-10-18T04:07:00.351Z] 86bbec2aaacd: Verifying Checksum [2022-10-18T04:07:00.351Z] 86bbec2aaacd: Download complete [2022-10-18T04:07:00.351Z] e10730c5d714: Verifying Checksum [2022-10-18T04:07:00.351Z] e10730c5d714: Download complete [2022-10-18T04:07:00.351Z] 9b18e9b68314: Verifying Checksum [2022-10-18T04:07:01.785Z] 9b18e9b68314: Pull complete [2022-10-18T04:07:01.785Z] d5ac0230b979: Verifying Checksum [2022-10-18T04:07:01.785Z] d5ac0230b979: Download complete [2022-10-18T04:07:02.382Z] d32db5db7311: Pull complete [2022-10-18T04:07:02.655Z] d0c4b47475fc: Pull complete [2022-10-18T04:07:02.928Z] 5dd5c2283517: Download complete [2022-10-18T04:07:03.534Z] 5831b945b038: Verifying Checksum [2022-10-18T04:07:03.534Z] 5831b945b038: Download complete [2022-10-18T04:07:15.903Z] 5831b945b038: Pull complete [2022-10-18T04:07:15.903Z] 86bbec2aaacd: Pull complete [2022-10-18T04:07:15.903Z] e10730c5d714: Pull complete [2022-10-18T04:07:22.560Z] 5dd5c2283517: Pull complete [2022-10-18T04:07:23.141Z] d5ac0230b979: Pull complete [2022-10-18T04:07:23.141Z] Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 [2022-10-18T04:07:23.141Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-18T04:07:23.141Z] ---> 59b3b1a385d4 [2022-10-18T04:07:23.141Z] Step 3/11 : ARG MAKE=make build [2022-10-18T04:07:24.104Z] ---> Running in 90d1d647b846 [2022-10-18T04:07:24.104Z] Removing intermediate container 90d1d647b846 [2022-10-18T04:07:24.104Z] ---> 21bf346952e5 [2022-10-18T04:07:24.104Z] Step 4/11 : WORKDIR /device-sdk-go [2022-10-18T04:07:24.371Z] ---> Running in 63da6d9a580c [2022-10-18T04:07:24.639Z] Removing intermediate container 63da6d9a580c [2022-10-18T04:07:24.639Z] ---> df6de53ef46a [2022-10-18T04:07:24.639Z] Step 5/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-10-18T04:07:24.639Z] ---> Running in 5fb4d098912c [2022-10-18T04:07:24.910Z] Removing intermediate container 5fb4d098912c [2022-10-18T04:07:24.910Z] ---> 273ecf62db40 [2022-10-18T04:07:24.910Z] Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-18T04:07:25.178Z] ---> Running in d5fc77b633eb [2022-10-18T04:07:27.124Z] Removing intermediate container d5fc77b633eb [2022-10-18T04:07:27.124Z] ---> 412e1bf58ec1 [2022-10-18T04:07:27.124Z] Step 7/11 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-10-18T04:07:27.124Z] ---> Running in b389418bf98a [2022-10-18T04:07:27.707Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-18T04:07:28.674Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-18T04:07:29.641Z] OK: 221 MiB in 51 packages [2022-10-18T04:07:30.608Z] Removing intermediate container b389418bf98a [2022-10-18T04:07:30.608Z] ---> dc575bbf8304 [2022-10-18T04:07:30.608Z] Step 8/11 : COPY go.mod vendor* ./ [2022-10-18T04:07:31.199Z] ---> 09594543ab0d [2022-10-18T04:07:31.200Z] Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-18T04:07:31.200Z] ---> Running in 19ae52d47dc7 [2022-10-18T04:08:27.608Z] Removing intermediate container 19ae52d47dc7 [2022-10-18T04:08:27.608Z] ---> eb5f895856fe [2022-10-18T04:08:27.608Z] Step 10/11 : COPY . . [2022-10-18T04:08:27.608Z] ---> f92d645aa13e [2022-10-18T04:08:27.608Z] Step 11/11 : RUN ${MAKE} [2022-10-18T04:08:27.608Z] ---> Running in cc652c6e2f49 [2022-10-18T04:08:27.608Z] noop [2022-10-18T04:08:27.608Z] Removing intermediate container cc652c6e2f49 [2022-10-18T04:08:27.608Z] ---> 10721fd9f5aa [2022-10-18T04:08:27.608Z] Successfully built 10721fd9f5aa [2022-10-18T04:08:27.608Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-18T04:08:28.077Z] + docker inspect -f . ci-base-image-arm64 [2022-10-18T04:08:28.077Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-18T04:08:28.316Z] prd-ubuntu20.04-docker-arm64-4c-16g-8445 does not seem to be running inside a container [2022-10-18T04:08:28.383Z] $ 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 ******** ci-base-image-arm64 cat [2022-10-18T04:08:29.637Z] $ docker top eda5f96a1730eafb492d177ddcc46c3701c86ebb7c2ae8d0557ae1f9f7d774e6 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-18T04:08:30.521Z] + go version [2022-10-18T04:08:30.521Z] go version go1.18.7 linux/arm64 [Pipeline] } [2022-10-18T04:08:30.554Z] $ docker stop --time=1 eda5f96a1730eafb492d177ddcc46c3701c86ebb7c2ae8d0557ae1f9f7d774e6 [2022-10-18T04:08:32.164Z] $ docker rm -f eda5f96a1730eafb492d177ddcc46c3701c86ebb7c2ae8d0557ae1f9f7d774e6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-18T04:08:32.993Z] + docker inspect -f . ci-base-image-arm64 [2022-10-18T04:08:32.993Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-18T04:08:33.225Z] prd-ubuntu20.04-docker-arm64-4c-16g-8445 does not seem to be running inside a container [2022-10-18T04:08:33.309Z] $ 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 ******** ci-base-image-arm64 cat [2022-10-18T04:08:34.519Z] $ docker top 07aaa108702f64db051c4f5e3b5b37e4580d62e627f1bba5598eff4206f378be -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-18T04:08:35.096Z] + git config --global --add safe.directory /w/workspace/device-sdk-go/1 [Pipeline] fileExists [Pipeline] sh [2022-10-18T04:08:35.748Z] + make test [2022-10-18T04:08:35.748Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-10-18T04:09:14.637Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2022-10-18T04:11:36.419Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2022-10-18T04:11:36.419Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2022-10-18T04:11:36.419Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2022-10-18T04:11:36.419Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2022-10-18T04:11:36.419Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2022-10-18T04:11:46.524Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.563s coverage: 27.6% of statements [2022-10-18T04:11:47.954Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.414s coverage: 78.9% of statements [2022-10-18T04:11:47.954Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/clients [no test files] [2022-10-18T04:11:52.281Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.584s coverage: 60.0% of statements [2022-10-18T04:11:52.281Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2022-10-18T04:11:52.281Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2022-10-18T04:11:58.965Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.702s coverage: 54.4% of statements [2022-10-18T04:11:58.965Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2022-10-18T04:11:58.965Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/messaging [no test files] [2022-10-18T04:11:58.965Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2022-10-18T04:11:58.965Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2022-10-18T04:11:58.965Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.444s coverage: 65.1% of statements [2022-10-18T04:11:58.965Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/interfaces [no test files] [2022-10-18T04:11:58.965Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/interfaces/mocks [no test files] [2022-10-18T04:11:58.965Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 4.353s coverage: 89.2% of statements [2022-10-18T04:11:58.965Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2022-10-18T04:12:00.375Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.252s coverage: 4.7% of statements [2022-10-18T04:12:00.375Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2022-10-18T04:12:00.959Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-10-18T04:12:00.959Z] GO111MODULE=on go vet ./... [2022-10-18T04:13:52.662Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-18T04:13:52.662Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-18T04:13:52.662Z] ./bin/test-attribution-txt.sh [2022-10-18T04:13:52.662Z] An attribution for github.com/Microsoft/go-winio is missing from Attribution.txt, please add [2022-10-18T04:13:52.662Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2022-10-18T04:13:52.662Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2022-10-18T04:13:52.662Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [Pipeline] echo [2022-10-18T04:13:52.704Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-10-18T04:13:52.735Z] $ docker stop --time=1 07aaa108702f64db051c4f5e3b5b37e4580d62e627f1bba5598eff4206f378be [2022-10-18T04:13:54.635Z] $ docker rm -f 07aaa108702f64db051c4f5e3b5b37e4580d62e627f1bba5598eff4206f378be [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-18T04:13:56.218Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-10-18T04:13:56.257Z] Warning: overwriting stash ‘coverage-report’ [2022-10-18T04:13:56.784Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-18T04:13:57.380Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-10-18T04:13:57.736Z] + ls -al . [2022-10-18T04:13:57.736Z] total 272 [2022-10-18T04:13:57.736Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 18 04:08 . [2022-10-18T04:13:57.736Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 18 04:06 .. [2022-10-18T04:13:57.736Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 18 04:06 .dockerignore [2022-10-18T04:13:57.736Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 18 04:06 .git [2022-10-18T04:13:57.736Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 18 04:06 .github [2022-10-18T04:13:57.737Z] -rw-rw-r-- 1 jenkins jenkins 131 Oct 18 04:06 .gitignore [2022-10-18T04:13:57.737Z] -rw-rw-r-- 1 jenkins jenkins 42 Oct 18 04:06 .golangci.yml [2022-10-18T04:13:57.737Z] -rw-rw-r-- 1 jenkins jenkins 29536 Oct 18 04:06 CHANGELOG.md [2022-10-18T04:13:57.737Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 18 04:06 GOVERNANCE.md [2022-10-18T04:13:57.737Z] -rw-rw-r-- 1 jenkins jenkins 880 Oct 18 04:06 Jenkinsfile [2022-10-18T04:13:57.737Z] -rw-rw-r-- 1 jenkins jenkins 11341 Oct 18 04:06 LICENSE [2022-10-18T04:13:57.737Z] -rw-rw-r-- 1 jenkins jenkins 2003 Oct 18 04:06 Makefile [2022-10-18T04:13:57.737Z] -rw-rw-r-- 1 jenkins jenkins 619 Oct 18 04:06 OWNERS.md [2022-10-18T04:13:57.737Z] -rw-rw-r-- 1 jenkins jenkins 4881 Oct 18 04:06 README.md [2022-10-18T04:13:57.737Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 18 04:04 VERSION [2022-10-18T04:13:57.737Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 18 04:06 bin [2022-10-18T04:13:57.737Z] -rw-r--r-- 1 jenkins jenkins 101009 Oct 18 04:12 coverage.out [2022-10-18T04:13:57.737Z] drwxrwxr-x 5 jenkins jenkins 4096 Oct 18 04:06 example [2022-10-18T04:13:57.737Z] -rw-rw-r-- 1 jenkins jenkins 3400 Oct 18 04:06 go.mod [2022-10-18T04:13:57.737Z] -rw-rw-r-- 1 jenkins jenkins 37486 Oct 18 04:06 go.sum [2022-10-18T04:13:57.737Z] drwxrwxr-x 14 jenkins jenkins 4096 Oct 18 04:06 internal [2022-10-18T04:13:57.737Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 18 04:06 openapi [2022-10-18T04:13:57.737Z] drwxrwxr-x 6 jenkins jenkins 4096 Oct 18 04:06 pkg [2022-10-18T04:13:57.737Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 18 04:06 snap [2022-10-18T04:13:57.737Z] -rw-rw-r-- 1 jenkins jenkins 222 Oct 18 04:06 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-18T04:13:58.158Z] + 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=38ae3a773550c1232390aa8f769b7c13d94a15b6 --label arch=arm64 --label version=0.0.0 . [2022-10-18T04:13:58.425Z] Sending build context to Docker daemon 5.482MB [2022-10-18T04:13:58.425Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2022-10-18T04:13:58.425Z] Step 2/25 : FROM ${BASE} AS builder [2022-10-18T04:13:58.425Z] ---> 10721fd9f5aa [2022-10-18T04:13:58.425Z] Step 3/25 : ARG MAKE=make build [2022-10-18T04:13:58.697Z] ---> Running in da1506580059 [2022-10-18T04:13:58.967Z] Removing intermediate container da1506580059 [2022-10-18T04:13:58.967Z] ---> 5035bd94230e [2022-10-18T04:13:58.967Z] Step 4/25 : WORKDIR /device-sdk-go [2022-10-18T04:13:59.233Z] ---> Running in 470b9147be27 [2022-10-18T04:13:59.504Z] Removing intermediate container 470b9147be27 [2022-10-18T04:13:59.504Z] ---> 2862664ed88f [2022-10-18T04:13:59.504Z] Step 5/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-10-18T04:13:59.504Z] ---> Running in 4c5adf4633d9 [2022-10-18T04:13:59.773Z] Removing intermediate container 4c5adf4633d9 [2022-10-18T04:13:59.773Z] ---> 9b02cb31aa50 [2022-10-18T04:13:59.773Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-18T04:13:59.773Z] ---> Running in 460037d8cc99 [2022-10-18T04:14:01.731Z] Removing intermediate container 460037d8cc99 [2022-10-18T04:14:01.731Z] ---> 2a0c1c88fbf9 [2022-10-18T04:14:01.731Z] Step 7/25 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-10-18T04:14:01.731Z] ---> Running in cc2d2db42447 [2022-10-18T04:14:02.696Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-18T04:14:03.665Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-18T04:14:05.081Z] OK: 221 MiB in 51 packages [2022-10-18T04:14:05.668Z] Removing intermediate container cc2d2db42447 [2022-10-18T04:14:05.668Z] ---> 50586ec55165 [2022-10-18T04:14:05.668Z] Step 8/25 : COPY go.mod vendor* ./ [2022-10-18T04:14:06.265Z] ---> eb70c64feaf4 [2022-10-18T04:14:06.265Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-18T04:14:06.265Z] ---> Running in 3a79f7da79f3 [2022-10-18T04:14:08.855Z] Removing intermediate container 3a79f7da79f3 [2022-10-18T04:14:08.855Z] ---> 41c5b3c8275d [2022-10-18T04:14:08.855Z] Step 10/25 : COPY . . [2022-10-18T04:14:09.820Z] ---> 9e82050c26a5 [2022-10-18T04:14:09.821Z] Step 11/25 : RUN ${MAKE} [2022-10-18T04:14:09.821Z] ---> Running in a2e7df24c6c0 [2022-10-18T04:14:11.239Z] 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-18T04:16:48.055Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2022-10-18T04:16:48.055Z] Removing intermediate container a2e7df24c6c0 [2022-10-18T04:16:48.055Z] ---> 951b96ec3517 [2022-10-18T04:16:48.055Z] Step 12/25 : FROM alpine:3.16 [2022-10-18T04:16:48.055Z] 3.16: Pulling from library/alpine [2022-10-18T04:16:48.055Z] 9b18e9b68314: Already exists [2022-10-18T04:16:48.055Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-18T04:16:48.055Z] Status: Downloaded newer image for alpine:3.16 [2022-10-18T04:16:48.055Z] ---> a6215f271958 [2022-10-18T04:16:48.055Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-10-18T04:16:48.055Z] ---> Running in 8bdf739d84ae [2022-10-18T04:16:48.055Z] Removing intermediate container 8bdf739d84ae [2022-10-18T04:16:48.055Z] ---> 72db9ed257ea [2022-10-18T04:16:48.055Z] Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-18T04:16:48.055Z] ---> Running in d0d118676023 [2022-10-18T04:16:48.055Z] Removing intermediate container d0d118676023 [2022-10-18T04:16:48.055Z] ---> fdb8df7fcbf2 [2022-10-18T04:16:48.055Z] Step 15/25 : RUN apk add --update --no-cache zeromq [2022-10-18T04:16:48.055Z] ---> Running in adef2de9b330 [2022-10-18T04:16:48.644Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-18T04:16:49.612Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-18T04:16:51.039Z] (1/5) Installing libgcc (11.2.1_git20220219-r2) [2022-10-18T04:16:51.039Z] (2/5) Installing libsodium (1.0.18-r0) [2022-10-18T04:16:51.039Z] (3/5) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-18T04:16:51.310Z] (4/5) Installing libzmq (4.3.4-r0) [2022-10-18T04:16:51.584Z] (5/5) Installing zeromq (4.3.4-r0) [2022-10-18T04:16:51.584Z] Executing busybox-1.35.0-r17.trigger [2022-10-18T04:16:51.584Z] OK: 8 MiB in 19 packages [2022-10-18T04:16:52.545Z] Removing intermediate container adef2de9b330 [2022-10-18T04:16:52.545Z] ---> 215bbcac3932 [2022-10-18T04:16:52.545Z] Step 16/25 : WORKDIR / [2022-10-18T04:16:52.545Z] ---> Running in fd167a6c9bd2 [2022-10-18T04:16:52.813Z] Removing intermediate container fd167a6c9bd2 [2022-10-18T04:16:52.813Z] ---> e323887740f8 [2022-10-18T04:16:52.813Z] Step 17/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2022-10-18T04:16:53.397Z] ---> 146207f33c5c [2022-10-18T04:16:53.397Z] Step 18/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2022-10-18T04:16:54.806Z] ---> f38ebfde52bf [2022-10-18T04:16:54.806Z] Step 19/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2022-10-18T04:16:55.389Z] ---> 2a0ad56f09d2 [2022-10-18T04:16:55.389Z] Step 20/25 : EXPOSE 59999 [2022-10-18T04:16:55.389Z] ---> Running in 780bbf3e6fcf [2022-10-18T04:16:55.655Z] Removing intermediate container 780bbf3e6fcf [2022-10-18T04:16:55.655Z] ---> e6a41945f47f [2022-10-18T04:16:55.655Z] Step 21/25 : ENTRYPOINT ["/device-simple"] [2022-10-18T04:16:55.655Z] ---> Running in 739ffb6e637d [2022-10-18T04:16:55.922Z] Removing intermediate container 739ffb6e637d [2022-10-18T04:16:55.922Z] ---> 7d54f06dcc6a [2022-10-18T04:16:55.922Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-18T04:16:56.190Z] ---> Running in 8ae4470373a3 [2022-10-18T04:16:56.457Z] Removing intermediate container 8ae4470373a3 [2022-10-18T04:16:56.457Z] ---> e4bd02fd231a [2022-10-18T04:16:56.458Z] Step 23/25 : LABEL arch=arm64 [2022-10-18T04:16:56.458Z] ---> Running in 14708bb24c2b [2022-10-18T04:16:56.725Z] Removing intermediate container 14708bb24c2b [2022-10-18T04:16:56.725Z] ---> c420d3f5b4d5 [2022-10-18T04:16:56.725Z] Step 24/25 : LABEL git_sha=38ae3a773550c1232390aa8f769b7c13d94a15b6 [2022-10-18T04:16:56.995Z] ---> Running in aa019bcb1f2b [2022-10-18T04:16:57.263Z] Removing intermediate container aa019bcb1f2b [2022-10-18T04:16:57.263Z] ---> ea520e12b020 [2022-10-18T04:16:57.263Z] Step 25/25 : LABEL version=0.0.0 [2022-10-18T04:16:57.263Z] ---> Running in c05e18942bf4 [2022-10-18T04:16:57.532Z] Removing intermediate container c05e18942bf4 [2022-10-18T04:16:57.532Z] ---> 701cae6fdd51 [2022-10-18T04:16:57.532Z] [Warning] One or more build-args [ARCH] were not consumed [2022-10-18T04:16:57.800Z] Successfully built 701cae6fdd51 [2022-10-18T04:16:57.800Z] 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-18T04:16:58.592Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-18T04:16:58.592Z] [2022-10-18T04:16:58.592Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-18T04:16:59.008Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-18T04:16:59.275Z] arm64: Pulling from edgex-lftools-log-publisher [2022-10-18T04:16:59.275Z] 8998bd30e6a1: Pulling fs layer [2022-10-18T04:16:59.275Z] 04944245beec: Pulling fs layer [2022-10-18T04:16:59.275Z] 699f458cf7ca: Pulling fs layer [2022-10-18T04:16:59.275Z] 765212b225bb: Pulling fs layer [2022-10-18T04:16:59.275Z] f23df028b6ca: Pulling fs layer [2022-10-18T04:16:59.275Z] d65c8cfc05b1: Pulling fs layer [2022-10-18T04:16:59.275Z] 2437ff75d9bd: Pulling fs layer [2022-10-18T04:16:59.275Z] 765212b225bb: Waiting [2022-10-18T04:16:59.275Z] f23df028b6ca: Waiting [2022-10-18T04:16:59.275Z] d65c8cfc05b1: Waiting [2022-10-18T04:16:59.275Z] 2437ff75d9bd: Waiting [2022-10-18T04:16:59.275Z] 04944245beec: Verifying Checksum [2022-10-18T04:16:59.275Z] 04944245beec: Download complete [2022-10-18T04:16:59.275Z] 765212b225bb: Verifying Checksum [2022-10-18T04:16:59.275Z] 765212b225bb: Download complete [2022-10-18T04:16:59.275Z] f23df028b6ca: Download complete [2022-10-18T04:16:59.548Z] d65c8cfc05b1: Verifying Checksum [2022-10-18T04:16:59.548Z] d65c8cfc05b1: Download complete [2022-10-18T04:16:59.548Z] 699f458cf7ca: Verifying Checksum [2022-10-18T04:16:59.548Z] 699f458cf7ca: Download complete [2022-10-18T04:16:59.819Z] 8998bd30e6a1: Verifying Checksum [2022-10-18T04:16:59.819Z] 8998bd30e6a1: Download complete [2022-10-18T04:17:02.420Z] 2437ff75d9bd: Verifying Checksum [2022-10-18T04:17:02.420Z] 2437ff75d9bd: Download complete [2022-10-18T04:17:03.847Z] 8998bd30e6a1: Pull complete [2022-10-18T04:17:04.113Z] 04944245beec: Pull complete [2022-10-18T04:17:05.519Z] 699f458cf7ca: Pull complete [2022-10-18T04:17:05.788Z] 765212b225bb: Pull complete [2022-10-18T04:17:06.372Z] f23df028b6ca: Pull complete [2022-10-18T04:17:06.637Z] d65c8cfc05b1: Pull complete [2022-10-18T04:17:21.623Z] 2437ff75d9bd: Pull complete [2022-10-18T04:17:21.624Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-10-18T04:17:21.624Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-18T04:17:21.624Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-18T04:17:21.931Z] prd-ubuntu20.04-docker-arm64-4c-16g-8445 does not seem to be running inside a container [2022-10-18T04:17:21.995Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-10-18T04:17:24.862Z] $ docker top 8f6cd376dfd571527ea497b1c13aabcd7064b40377634ab9ca4016694193fee6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-18T04:17:25.762Z] ---> job-cost.sh [2022-10-18T04:17:25.762Z] lf-activate-venv: SKIPPING [2022-10-18T04:17:25.762Z] INFO: No Stack... [2022-10-18T04:17:26.716Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-10-18T04:17:27.297Z] INFO: Archiving Costs [Pipeline] sh [2022-10-18T04:17:27.953Z] + cat /w/workspace/device-sdk-go/1/archives/cost.csv [2022-10-18T04:17:27.953Z] + cut -d, -f6 [Pipeline] lock [2022-10-18T04:17:28.031Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1240-1-stack-cost] [2022-10-18T04:17:28.040Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-1240-1-stack-cost] did not exist. Created. [2022-10-18T04:17:28.040Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1240-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-18T04:17:28.770Z] /w/workspace/device-sdk-go/1@tmp/durable-8126d27f/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-10-18T04:17:29.115Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-10-18T04:17:29.413Z] Warning: overwriting stash ‘stack-cost’ [2022-10-18T04:17:29.493Z] Stashed 1 file(s) [Pipeline] } [2022-10-18T04:17:29.508Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1240-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-18T04:17:29.576Z] $ docker stop --time=1 8f6cd376dfd571527ea497b1c13aabcd7064b40377634ab9ca4016694193fee6 [2022-10-18T04:17:31.047Z] $ docker rm -f 8f6cd376dfd571527ea497b1c13aabcd7064b40377634ab9ca4016694193fee6 [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-18T04:17:32.030Z] provisioning config files... [2022-10-18T04:17:32.042Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1240@tmp/config11795763888118891888tmp [Pipeline] { [Pipeline] sh [2022-10-18T04:17:32.375Z] + set +x [2022-10-18T04:17:32.375Z] + curl -s https://codecov.io/bash [2022-10-18T04:17:32.375Z] + bash -s -- [2022-10-18T04:17:32.375Z] [2022-10-18T04:17:32.375Z] _____ _ [2022-10-18T04:17:32.375Z] / ____| | | [2022-10-18T04:17:32.375Z] | | ___ __| | ___ ___ _____ __ [2022-10-18T04:17:32.375Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-10-18T04:17:32.375Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-10-18T04:17:32.375Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-10-18T04:17:32.375Z] Bash-1.0.6 [2022-10-18T04:17:32.375Z] [2022-10-18T04:17:32.375Z] [2022-10-18T04:17:32.375Z] ==> git version 2.25.1 found [2022-10-18T04:17:32.375Z] ==> 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-18T04:17:32.375Z] Release-Date: 2020-01-08 [2022-10-18T04:17:32.375Z] 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-18T04:17:32.375Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-10-18T04:17:32.375Z] ==> Jenkins CI detected. [2022-10-18T04:17:32.375Z] current dir:  /w/workspace/gexfoundry_device-sdk-go_PR-1240 [2022-10-18T04:17:32.375Z] project root: . [2022-10-18T04:17:32.375Z] --> token set from env [2022-10-18T04:17:32.375Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-10-18T04:17:32.375Z] ==> Running gcov in . (disable via -X gcov) [2022-10-18T04:17:32.375Z] ==> Python coveragepy not found [2022-10-18T04:17:32.375Z] ==> Searching for coverage reports in: [2022-10-18T04:17:32.375Z] + . [2022-10-18T04:17:32.375Z] -> Found 1 reports [2022-10-18T04:17:32.375Z] ==> Detecting git/mercurial file structure [2022-10-18T04:17:32.375Z] ==> Reading reports [2022-10-18T04:17:32.633Z] + ./coverage.out bytes=101009 [2022-10-18T04:17:32.633Z] ==> Appending adjustments [2022-10-18T04:17:32.633Z] https://docs.codecov.io/docs/fixing-reports [2022-10-18T04:17:32.892Z] + Found adjustments [2022-10-18T04:17:32.892Z] ==> Gzipping contents [2022-10-18T04:17:32.892Z] 16K /tmp/codecov.fEk6gC.gz [2022-10-18T04:17:32.892Z] ==> Uploading reports [2022-10-18T04:17:32.892Z] url: https://codecov.io [2022-10-18T04:17:32.892Z] query: branch=PR-1240&commit=38ae3a773550c1232390aa8f769b7c13d94a15b6&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1240%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1240&job=&cmd_args= [2022-10-18T04:17:32.892Z] -> Pinging Codecov [2022-10-18T04:17:32.892Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6fc62cd9-fce6-47f0-85f4-af589338491a&branch=PR-1240&commit=38ae3a773550c1232390aa8f769b7c13d94a15b6&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1240%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1240&job=&cmd_args= [2022-10-18T04:17:33.151Z] -> Uploading to [2022-10-18T04:17:33.151Z] https://storage.googleapis.com/codecov/v4/raw/2022-10-18/7E55EF52A471D76F132DFD9A03CDDE97/38ae3a773550c1232390aa8f769b7c13d94a15b6/934fba5c-7c42-4416-a42d-add14ec18144.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221018%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221018T041732Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f9f37c22376a04b72561d9656a9e07af0ebae43e976067808eed31f7ca8b60a7 [2022-10-18T04:17:33.151Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-18T04:17:33.151Z] Dload Upload Total Spent Left Speed [2022-10-18T04:17:33.410Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14585 0 0 100 14585 0 58810 --:--:-- --:--:-- --:--:-- 58810 [2022-10-18T04:17:33.410Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/38ae3a773550c1232390aa8f769b7c13d94a15b6 [Pipeline] } [2022-10-18T04:17:33.436Z] 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-18T04:17:35.137Z] + [ -d /w/workspace/gexfoundry_device-sdk-go_PR-1240/archives ] [2022-10-18T04:17:35.137Z] + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1240/archives [2022-10-18T04:17:35.137Z] total 16 [2022-10-18T04:17:35.137Z] drwxr-xr-x 3 root root 4096 Oct 18 04:06 . [2022-10-18T04:17:35.137Z] drwxrwxr-x 12 jenkins jenkins 4096 Oct 18 04:06 .. [2022-10-18T04:17:35.137Z] drwxr-xr-x 2 root root 4096 Oct 18 04:06 cost [2022-10-18T04:17:35.137Z] -rw-r--r-- 1 root root 86 Oct 18 04:06 cost.csv [2022-10-18T04:17:35.137Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-sdk-go_PR-1240/archives [2022-10-18T04:17:35.137Z] + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1240/archives [2022-10-18T04:17:35.137Z] total 16 [2022-10-18T04:17:35.137Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 18 04:06 . [2022-10-18T04:17:35.137Z] drwxrwxr-x 12 jenkins jenkins 4096 Oct 18 04:06 .. [2022-10-18T04:17:35.137Z] drwxr-xr-x 2 jenkins jenkins 4096 Oct 18 04:06 cost [2022-10-18T04:17:35.137Z] -rw-r--r-- 1 jenkins jenkins 86 Oct 18 04:06 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-10-18T04:17:35.464Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-18T04:17:36.349Z] ---> package-listing.sh [2022-10-18T04:17:36.349Z] ++ facter osfamily [2022-10-18T04:17:36.349Z] ++ tr '[:upper:]' '[:lower:]' [2022-10-18T04:17:36.608Z] + OS_FAMILY=debian [2022-10-18T04:17:36.608Z] + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1240 [2022-10-18T04:17:36.608Z] + START_PACKAGES=/tmp/packages_start.txt [2022-10-18T04:17:36.608Z] + END_PACKAGES=/tmp/packages_end.txt [2022-10-18T04:17:36.608Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-10-18T04:17:36.608Z] + PACKAGES=/tmp/packages_start.txt [2022-10-18T04:17:36.608Z] + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1240 ']' [2022-10-18T04:17:36.608Z] + PACKAGES=/tmp/packages_end.txt [2022-10-18T04:17:36.608Z] + case "${OS_FAMILY}" in [2022-10-18T04:17:36.608Z] + dpkg -l [2022-10-18T04:17:36.608Z] + grep '^ii' [2022-10-18T04:17:36.608Z] + '[' -f /tmp/packages_start.txt ']' [2022-10-18T04:17:36.608Z] + '[' -f /tmp/packages_end.txt ']' [2022-10-18T04:17:36.608Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-10-18T04:17:36.608Z] + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1240 ']' [2022-10-18T04:17:36.608Z] + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1240/archives/ [2022-10-18T04:17:36.608Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-sdk-go_PR-1240/archives/ [Pipeline] echo [2022-10-18T04:17:36.640Z] 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-1240/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-10-18T04:17:36.930Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-18T04:17:37.548Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-18T04:17:37.548Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-18T04:17:37.686Z] prd-ubuntu20.04-docker-8c-8g-8443 does not seem to be running inside a container [2022-10-18T04:17:37.701Z] $ 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-1240/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-1240 -v /w/workspace/gexfoundry_device-sdk-go_PR-1240:/w/workspace/gexfoundry_device-sdk-go_PR-1240:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1240@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1240@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-10-18T04:17:37.877Z] $ docker top 8a8961c28b3a014f7e78ef8c235aee0e4f1c73e3c35b1edd8dfae3bed4c6aa44 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-18T04:17:38.278Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-10-18T04:17:38.588Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-10-18T04:17:38.896Z] + ls /var/log/sa-host [2022-10-18T04:17:38.896Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-18T04:17:39.101Z] provisioning config files... [2022-10-18T04:17:39.110Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1240@tmp/config3379456545742520636tmp [Pipeline] { [Pipeline] echo [2022-10-18T04:17:39.165Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-18T04:17:39.479Z] ---> create-netrc.sh [Pipeline] } [2022-10-18T04:17:39.505Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-10-18T04:17:39.911Z] ---> python-tools-install.sh [Pipeline] echo [2022-10-18T04:17:39.942Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-18T04:17:40.252Z] ---> sudo-logs.sh [2022-10-18T04:17:40.252Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-10-18T04:17:40.332Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-18T04:17:40.646Z] ---> job-cost.sh [2022-10-18T04:17:40.646Z] lf-activate-venv: SKIPPING [2022-10-18T04:17:40.646Z] DEBUG: total: 0.2199999988079071 [2022-10-18T04:17:40.646Z] INFO: Retrieving Stack Cost... [2022-10-18T04:17:41.214Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-18T04:17:41.473Z] INFO: Archiving Costs [Pipeline] echo [2022-10-18T04:17:41.509Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-18T04:17:41.824Z] ---> logs-deploy.sh [2022-10-18T04:17:41.824Z] lf-activate-venv: SKIPPING [2022-10-18T04:17:41.824Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1240/1 [2022-10-18T04:17:41.824Z] INFO: archiving workspace using pattern(s): [2022-10-18T04:17:42.773Z] Archives upload complete. [2022-10-18T04:17:43.032Z] INFO: archiving logs to Nexus [2022-10-18T04:17:43.603Z] ---> uname -a: [2022-10-18T04:17:43.603Z] Linux prd-ubuntu20-04-docker-8c-8g-8443 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2022-10-18T04:17:43.603Z] [2022-10-18T04:17:43.603Z] [2022-10-18T04:17:43.603Z] ---> lscpu: [2022-10-18T04:17:43.603Z] Architecture: x86_64 [2022-10-18T04:17:43.603Z] CPU op-mode(s): 32-bit, 64-bit [2022-10-18T04:17:43.603Z] Byte Order: Little Endian [2022-10-18T04:17:43.603Z] Address sizes: 40 bits physical, 48 bits virtual [2022-10-18T04:17:43.603Z] CPU(s): 8 [2022-10-18T04:17:43.603Z] On-line CPU(s) list: 0-7 [2022-10-18T04:17:43.603Z] Thread(s) per core: 1 [2022-10-18T04:17:43.603Z] Core(s) per socket: 1 [2022-10-18T04:17:43.603Z] Socket(s): 8 [2022-10-18T04:17:43.603Z] NUMA node(s): 1 [2022-10-18T04:17:43.603Z] Vendor ID: AuthenticAMD [2022-10-18T04:17:43.603Z] CPU family: 23 [2022-10-18T04:17:43.603Z] Model: 49 [2022-10-18T04:17:43.603Z] Model name: AMD EPYC-Rome Processor [2022-10-18T04:17:43.603Z] Stepping: 0 [2022-10-18T04:17:43.603Z] CPU MHz: 2799.998 [2022-10-18T04:17:43.603Z] BogoMIPS: 5599.99 [2022-10-18T04:17:43.603Z] Virtualization: AMD-V [2022-10-18T04:17:43.603Z] Hypervisor vendor: KVM [2022-10-18T04:17:43.603Z] Virtualization type: full [2022-10-18T04:17:43.603Z] L1d cache: 256 KiB [2022-10-18T04:17:43.603Z] L1i cache: 256 KiB [2022-10-18T04:17:43.603Z] L2 cache: 4 MiB [2022-10-18T04:17:43.603Z] L3 cache: 128 MiB [2022-10-18T04:17:43.603Z] NUMA node0 CPU(s): 0-7 [2022-10-18T04:17:43.603Z] Vulnerability Itlb multihit: Not affected [2022-10-18T04:17:43.603Z] Vulnerability L1tf: Not affected [2022-10-18T04:17:43.603Z] Vulnerability Mds: Not affected [2022-10-18T04:17:43.603Z] Vulnerability Meltdown: Not affected [2022-10-18T04:17:43.603Z] Vulnerability Mmio stale data: Not affected [2022-10-18T04:17:43.603Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-10-18T04:17:43.603Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2022-10-18T04:17:43.603Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2022-10-18T04:17:43.603Z] Vulnerability Srbds: Not affected [2022-10-18T04:17:43.603Z] Vulnerability Tsx async abort: Not affected [2022-10-18T04:17:43.603Z] 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-18T04:17:43.603Z] [2022-10-18T04:17:43.603Z] [2022-10-18T04:17:43.603Z] ---> nproc: [2022-10-18T04:17:43.603Z] 8 [2022-10-18T04:17:43.603Z] [2022-10-18T04:17:43.603Z] [2022-10-18T04:17:43.603Z] ---> df -h: [2022-10-18T04:17:43.603Z] Filesystem Size Used Avail Use% Mounted on [2022-10-18T04:17:43.603Z] overlay 155G 12G 144G 8% / [2022-10-18T04:17:43.603Z] tmpfs 64M 0 64M 0% /dev [2022-10-18T04:17:43.603Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2022-10-18T04:17:43.603Z] shm 64M 0 64M 0% /dev/shm [2022-10-18T04:17:43.603Z] /dev/vda1 155G 12G 144G 8% /facter-os [2022-10-18T04:17:43.603Z] [2022-10-18T04:17:43.603Z] [2022-10-18T04:17:43.603Z] ---> sar -b -r -n DEV: [2022-10-18T04:17:43.603Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8443) 10/18/22 _x86_64_ (8 CPU) [2022-10-18T04:17:43.603Z] [2022-10-18T04:17:43.603Z] 04:03:34 LINUX RESTART (8 CPU) [2022-10-18T04:17:43.603Z] [2022-10-18T04:17:43.603Z] 04:04:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2022-10-18T04:17:43.603Z] 04:05:01 191.09 17.25 173.83 0.00 2018.64 75090.46 0.00 [2022-10-18T04:17:43.603Z] 04:06:01 108.67 0.32 108.35 0.00 21.46 16229.83 0.00 [2022-10-18T04:17:43.603Z] 04:07:01 128.02 0.03 127.99 0.00 3.47 33467.91 0.00 [2022-10-18T04:17:43.603Z] 04:08:01 1.63 0.00 1.63 0.00 0.00 20.01 0.00 [2022-10-18T04:17:43.603Z] 04:09:01 39.24 9.33 29.91 0.00 2884.32 4767.61 0.00 [2022-10-18T04:17:43.603Z] 04:10:01 3.03 0.00 3.03 0.00 0.00 33.19 0.00 [2022-10-18T04:17:43.603Z] 04:11:01 1.33 0.00 1.33 0.00 0.00 14.66 0.00 [2022-10-18T04:17:43.604Z] 04:12:01 0.97 0.00 0.97 0.00 0.00 11.20 0.00 [2022-10-18T04:17:43.604Z] 04:13:01 1.10 0.00 1.10 0.00 0.00 13.20 0.00 [2022-10-18T04:17:43.604Z] 04:14:01 1.52 0.00 1.52 0.00 0.00 28.66 0.00 [2022-10-18T04:17:43.604Z] 04:15:01 1.13 0.00 1.13 0.00 0.00 12.66 0.00 [2022-10-18T04:17:43.604Z] 04:16:01 0.90 0.00 0.90 0.00 0.00 11.20 0.00 [2022-10-18T04:17:43.604Z] 04:17:01 1.20 0.02 1.18 0.00 0.13 12.80 0.00 [2022-10-18T04:17:43.604Z] Average: 36.71 2.05 34.66 0.00 376.96 9894.43 0.00 [2022-10-18T04:17:43.604Z] [2022-10-18T04:17:43.604Z] 04:04:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2022-10-18T04:17:43.604Z] 04:05:01 28586416 31586968 726056 2.21 130816 3092440 1833608 5.40 1048424 2832392 7720 [2022-10-18T04:17:43.604Z] 04:06:01 28305236 31408136 897968 2.73 136788 3169820 2360768 6.96 1372072 2761364 75816 [2022-10-18T04:17:43.604Z] 04:07:01 27813884 31565128 740836 2.25 147224 3760160 1747960 5.15 1228040 3348820 460 [2022-10-18T04:17:43.604Z] 04:08:01 27814164 31565448 740240 2.25 147236 3760164 1747960 5.15 1228124 3348820 244 [2022-10-18T04:17:43.604Z] 04:09:01 27535904 31558476 729932 2.22 165672 4009192 1800384 5.31 1373880 3457240 248 [2022-10-18T04:17:43.604Z] 04:10:01 27536848 31559308 729392 2.22 165752 4009188 1783912 5.26 1372964 3457204 8 [2022-10-18T04:17:43.604Z] 04:11:01 27540108 31562616 726008 2.21 165832 4009168 1783912 5.26 1369852 3457208 8 [2022-10-18T04:17:43.604Z] 04:12:01 27539864 31562512 726196 2.21 165856 4009204 1783912 5.26 1369904 3457252 144 [2022-10-18T04:17:43.604Z] 04:13:01 27540108 31562772 725856 2.21 165896 4009200 1783912 5.26 1369900 3457256 24 [2022-10-18T04:17:43.604Z] 04:14:01 27539988 31562892 725724 2.21 165976 4009212 1783912 5.26 1370344 3457376 264 [2022-10-18T04:17:43.604Z] 04:15:01 27539908 31562812 725820 2.21 166000 4009204 1783912 5.26 1369976 3457376 0 [2022-10-18T04:17:43.604Z] 04:16:01 27540792 31563768 724912 2.20 166016 4009216 1783912 5.26 1369944 3457380 204 [2022-10-18T04:17:43.604Z] 04:17:01 27539816 31562904 725412 2.21 166048 4009212 1783912 5.26 1370388 3457380 156 [2022-10-18T04:17:43.604Z] Average: 27721003 31552595 741873 2.26 158086 3835798 1827844 5.39 1324139 3339005 6561 [2022-10-18T04:17:43.604Z] [2022-10-18T04:17:43.604Z] 04:04:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2022-10-18T04:17:43.604Z] 04:05:01 docker0 156.63 195.12 12.68 1773.93 0.00 0.00 0.00 0.00 [2022-10-18T04:17:43.604Z] 04:05:01 lo 6.71 6.71 0.65 0.65 0.00 0.00 0.00 0.00 [2022-10-18T04:17:43.604Z] 04:05:01 ens3 810.64 532.50 8032.49 97.59 0.00 0.00 0.00 0.00 [2022-10-18T04:17:43.604Z] 04:06:01 veth52762c4 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2022-10-18T04:17:43.604Z] 04:06:01 docker0 9.48 11.13 0.55 40.94 0.00 0.00 0.00 0.00 [2022-10-18T04:17:43.604Z] 04:06:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 [2022-10-18T04:17:43.604Z] 04:06:01 ens3 77.69 66.82 92.24 95.74 0.00 0.00 0.00 0.00 [2022-10-18T04:17:43.604Z] 04:07:01 docker0 8.66 11.25 0.51 57.80 0.00 0.00 0.00 0.00 [2022-10-18T04:17:43.604Z] 04:07:01 lo 1.60 1.60 0.16 0.16 0.00 0.00 0.00 0.00 [2022-10-18T04:17:43.604Z] 04:07:01 ens3 121.93 82.86 2588.35 15.78 0.00 0.00 0.00 0.00 [2022-10-18T04:17:43.604Z] 04:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-18T04:17:43.604Z] 04:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-18T04:17:43.604Z] 04:08:01 ens3 1.25 0.98 0.60 0.15 0.00 0.00 0.00 0.00 [2022-10-18T04:17:43.604Z] 04:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-18T04:17:43.604Z] 04:09:01 lo 0.40 0.40 0.04 0.04 0.00 0.00 0.00 0.00 [2022-10-18T04:17:43.604Z] 04:09:01 ens3 50.96 28.76 1297.24 2.45 0.00 0.00 0.00 0.00 [2022-10-18T04:17:43.604Z] 04:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-18T04:17:43.604Z] 04:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-18T04:17:43.604Z] 04:10:01 ens3 0.33 0.25 0.09 0.08 0.00 0.00 0.00 0.00 [2022-10-18T04:17:43.604Z] 04:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-18T04:17:43.604Z] 04:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-18T04:17:43.604Z] 04:11:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-18T04:17:43.604Z] 04:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-18T04:17:43.604Z] 04:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-18T04:17:43.604Z] 04:12:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-18T04:17:43.604Z] 04:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-18T04:17:43.604Z] 04:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-18T04:17:43.604Z] 04:13:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-18T04:17:43.604Z] 04:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-18T04:17:43.604Z] 04:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-18T04:17:43.604Z] 04:14:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-18T04:17:43.604Z] 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-18T04:17:43.604Z] 04:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-18T04:17:43.604Z] 04:15:01 ens3 0.13 0.08 0.07 0.06 0.00 0.00 0.00 0.00 [2022-10-18T04:17:43.604Z] 04:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-18T04:17:43.604Z] 04:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-18T04:17:43.604Z] 04:16:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-18T04:17:43.604Z] 04:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-18T04:17:43.604Z] 04:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-18T04:17:43.604Z] 04:17:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-18T04:17:43.604Z] Average: docker0 13.26 16.50 1.04 141.95 0.00 0.00 0.00 0.00 [2022-10-18T04:17:43.604Z] Average: lo 0.78 0.78 0.07 0.07 0.00 0.00 0.00 0.00 [2022-10-18T04:17:43.604Z] Average: ens3 80.86 54.20 914.81 16.19 0.00 0.00 0.00 0.00 [2022-10-18T04:17:43.604Z] [2022-10-18T04:17:43.604Z] [2022-10-18T04:17:43.604Z] ---> sar -P ALL: [2022-10-18T04:17:43.604Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8443) 10/18/22 _x86_64_ (8 CPU) [2022-10-18T04:17:43.604Z] [2022-10-18T04:17:43.604Z] 04:03:34 LINUX RESTART (8 CPU) [2022-10-18T04:17:43.604Z] [2022-10-18T04:17:43.604Z] 04:04:02 CPU %user %nice %system %iowait %steal %idle [2022-10-18T04:17:43.604Z] 04:05:01 all 11.43 0.00 4.42 1.73 0.05 82.36 [2022-10-18T04:17:43.604Z] 04:05:01 0 11.31 0.00 4.73 2.93 0.05 80.97 [2022-10-18T04:17:43.604Z] 04:05:01 1 11.03 0.00 4.34 2.33 0.05 82.25 [2022-10-18T04:17:43.604Z] 04:05:01 2 12.08 0.00 3.99 0.10 0.05 83.77 [2022-10-18T04:17:43.604Z] 04:05:01 3 10.84 0.00 4.52 1.28 0.05 83.30 [2022-10-18T04:17:43.604Z] 04:05:01 4 13.59 0.00 4.00 0.19 0.05 82.17 [2022-10-18T04:17:43.604Z] 04:05:01 5 10.92 0.00 4.26 0.89 0.05 83.88 [2022-10-18T04:17:43.604Z] 04:05:01 6 10.72 0.00 4.46 4.68 0.05 80.08 [2022-10-18T04:17:43.604Z] 04:05:01 7 10.96 0.00 5.10 1.46 0.07 82.41 [2022-10-18T04:17:43.604Z] 04:06:01 all 45.05 0.00 6.78 0.57 0.08 47.52 [2022-10-18T04:17:43.604Z] 04:06:01 0 44.87 0.00 7.40 1.04 0.08 46.60 [2022-10-18T04:17:43.604Z] 04:06:01 1 46.09 0.00 6.64 1.11 0.07 46.09 [2022-10-18T04:17:43.604Z] 04:06:01 2 45.39 0.00 6.71 0.20 0.08 47.61 [2022-10-18T04:17:43.604Z] 04:06:01 3 44.31 0.00 6.78 0.54 0.08 48.29 [2022-10-18T04:17:43.604Z] 04:06:01 4 43.33 0.00 6.79 0.07 0.08 49.72 [2022-10-18T04:17:43.604Z] 04:06:01 5 45.25 0.00 6.31 0.44 0.07 47.93 [2022-10-18T04:17:43.604Z] 04:06:01 6 45.34 0.00 6.79 0.97 0.08 46.82 [2022-10-18T04:17:43.604Z] 04:06:01 7 45.81 0.00 6.81 0.15 0.08 47.14 [2022-10-18T04:17:43.604Z] 04:07:01 all 15.74 0.00 3.27 0.80 0.04 80.15 [2022-10-18T04:17:43.604Z] 04:07:01 0 14.12 0.00 4.04 0.02 0.05 81.77 [2022-10-18T04:17:43.604Z] 04:07:01 1 17.11 0.00 2.97 0.03 0.05 79.84 [2022-10-18T04:17:43.604Z] 04:07:01 2 16.42 0.00 3.38 0.23 0.03 79.93 [2022-10-18T04:17:43.604Z] 04:07:01 3 15.67 0.00 3.76 2.70 0.05 77.82 [2022-10-18T04:17:43.604Z] 04:07:01 4 14.53 0.00 3.05 0.17 0.05 82.20 [2022-10-18T04:17:43.604Z] 04:07:01 5 16.16 0.00 3.10 0.57 0.05 80.12 [2022-10-18T04:17:43.604Z] 04:07:01 6 17.44 0.00 3.00 1.34 0.03 78.19 [2022-10-18T04:17:43.604Z] 04:07:01 7 14.46 0.00 2.82 1.31 0.03 81.38 [2022-10-18T04:17:43.604Z] 04:08:01 all 0.01 0.00 0.01 0.01 0.00 99.97 [2022-10-18T04:17:43.604Z] 04:08:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2022-10-18T04:17:43.604Z] 04:08:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-18T04:17:43.604Z] 04:08:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-18T04:17:43.604Z] 04:08:01 3 0.00 0.00 0.00 0.03 0.00 99.97 [2022-10-18T04:17:43.604Z] 04:08:01 4 0.03 0.00 0.03 0.00 0.02 99.92 [2022-10-18T04:17:43.604Z] 04:08:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-18T04:17:43.604Z] 04:08:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2022-10-18T04:17:43.604Z] 04:08:01 7 0.00 0.00 0.02 0.02 0.00 99.97 [2022-10-18T04:17:43.604Z] 04:09:01 all 1.14 0.00 0.72 0.33 0.01 97.79 [2022-10-18T04:17:43.604Z] 04:09:01 0 0.87 0.00 0.25 0.12 0.00 98.77 [2022-10-18T04:17:43.604Z] 04:09:01 1 1.73 0.00 2.17 0.38 0.02 95.70 [2022-10-18T04:17:43.604Z] 04:09:01 2 1.07 0.00 0.72 0.08 0.02 98.11 [2022-10-18T04:17:43.604Z] 04:09:01 3 0.87 0.00 0.33 0.13 0.02 98.65 [2022-10-18T04:17:43.604Z] 04:09:01 4 1.04 0.00 0.64 0.40 0.02 97.91 [2022-10-18T04:17:43.604Z] 04:09:01 5 1.64 0.00 0.90 0.03 0.02 97.41 [2022-10-18T04:17:43.604Z] 04:09:01 6 1.24 0.00 0.38 0.32 0.02 98.04 [2022-10-18T04:17:43.604Z] 04:09:01 7 0.69 0.00 0.40 1.17 0.02 97.72 [2022-10-18T04:17:43.604Z] 04:10:01 all 0.27 0.00 0.02 0.01 0.00 99.71 [2022-10-18T04:17:43.604Z] 04:10:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-18T04:17:43.604Z] 04:10:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-18T04:17:43.604Z] 04:10:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-18T04:17:43.604Z] 04:10:01 3 0.00 0.00 0.03 0.00 0.00 99.97 [2022-10-18T04:17:43.604Z] 04:10:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-18T04:17:43.605Z] 04:10:01 5 0.02 0.00 0.03 0.00 0.00 99.95 [2022-10-18T04:17:43.605Z] 04:10:01 6 2.00 0.00 0.02 0.03 0.00 97.95 [2022-10-18T04:17:43.605Z] 04:10:01 7 0.03 0.00 0.02 0.03 0.00 99.92 [2022-10-18T04:17:43.605Z] 04:11:01 all 0.27 0.00 0.01 0.00 0.01 99.70 [2022-10-18T04:17:43.605Z] 04:11:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-18T04:17:43.605Z] 04:11:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-18T04:17:43.605Z] 04:11:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-18T04:17:43.605Z] 04:11:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2022-10-18T04:17:43.605Z] 04:11:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-18T04:17:43.605Z] 04:11:01 5 0.05 0.00 0.00 0.02 0.02 99.92 [2022-10-18T04:17:43.605Z] 04:11:01 6 1.99 0.00 0.02 0.00 0.02 97.98 [2022-10-18T04:17:43.605Z] 04:11:01 7 0.02 0.00 0.00 0.02 0.00 99.97 [2022-10-18T04:17:43.605Z] 04:12:01 all 0.26 0.00 0.01 0.00 0.01 99.72 [2022-10-18T04:17:43.605Z] 04:12:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2022-10-18T04:17:43.605Z] 04:12:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-18T04:17:43.605Z] 04:12:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-18T04:17:43.605Z] 04:12:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-18T04:17:43.605Z] 04:12:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-18T04:17:43.605Z] 04:12:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-18T04:17:43.605Z] 04:12:01 6 1.99 0.00 0.00 0.00 0.02 98.00 [2022-10-18T04:17:43.605Z] 04:12:01 7 0.02 0.00 0.02 0.02 0.00 99.95 [2022-10-18T04:17:43.605Z] 04:13:01 all 0.27 0.00 0.01 0.00 0.00 99.72 [2022-10-18T04:17:43.605Z] 04:13:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-18T04:17:43.605Z] 04:13:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2022-10-18T04:17:43.605Z] 04:13:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-18T04:17:43.605Z] 04:13:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2022-10-18T04:17:43.605Z] 04:13:01 4 0.05 0.00 0.00 0.00 0.00 99.95 [2022-10-18T04:17:43.605Z] 04:13:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-18T04:17:43.605Z] 04:13:01 6 1.99 0.00 0.03 0.00 0.02 97.96 [2022-10-18T04:17:43.605Z] 04:13:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-18T04:17:43.605Z] 04:14:01 all 0.26 0.00 0.01 0.01 0.00 99.72 [2022-10-18T04:17:43.605Z] 04:14:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-18T04:17:43.605Z] 04:14:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-18T04:17:43.605Z] 04:14:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-18T04:17:43.605Z] 04:14:01 3 0.02 0.00 0.02 0.02 0.00 99.95 [2022-10-18T04:17:43.605Z] 04:14:01 4 0.00 0.00 0.02 0.02 0.00 99.97 [2022-10-18T04:17:43.605Z] 04:14:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-18T04:17:43.605Z] 04:14:01 6 2.00 0.00 0.00 0.00 0.02 97.98 [2022-10-18T04:17:43.605Z] 04:14:01 7 0.00 0.00 0.02 0.03 0.00 99.95 [2022-10-18T04:17:43.605Z] 04:15:01 all 0.14 0.00 0.02 0.01 0.01 99.83 [2022-10-18T04:17:43.605Z] 04:15:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-18T04:17:43.605Z] 04:15:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-18T04:17:43.605Z] 04:15:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-18T04:17:43.605Z] 04:15:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2022-10-18T04:17:43.605Z] 04:15:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-18T04:17:43.605Z] 04:15:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-18T04:17:43.605Z] 04:15:01 6 0.98 0.00 0.18 0.00 0.02 98.82 [2022-10-18T04:17:43.605Z] 04:15:01 7 0.00 0.00 0.00 0.07 0.00 99.93 [2022-10-18T04:17:43.605Z] [2022-10-18T04:17:43.605Z] 04:15:01 CPU %user %nice %system %iowait %steal %idle [2022-10-18T04:17:43.605Z] 04:16:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2022-10-18T04:17:43.605Z] 04:16:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-18T04:17:43.605Z] 04:16:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-18T04:17:43.605Z] 04:16:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-18T04:17:43.605Z] 04:16:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-18T04:17:43.605Z] 04:16:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-18T04:17:43.605Z] 04:16:01 5 0.00 0.00 0.02 0.02 0.00 99.97 [2022-10-18T04:17:43.605Z] 04:16:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-18T04:17:43.605Z] 04:16:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-18T04:17:43.605Z] 04:17:01 all 0.01 0.00 0.01 0.00 0.00 99.98 [2022-10-18T04:17:43.605Z] 04:17:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-18T04:17:43.605Z] 04:17:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-18T04:17:43.605Z] 04:17:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-18T04:17:43.605Z] 04:17:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-18T04:17:43.605Z] 04:17:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-18T04:17:43.605Z] 04:17:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2022-10-18T04:17:43.605Z] 04:17:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-18T04:17:43.605Z] 04:17:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-18T04:17:43.605Z] Average: all 5.71 0.00 1.16 0.26 0.02 92.84 [2022-10-18T04:17:43.605Z] Average: 0 5.44 0.00 1.25 0.31 0.02 92.98 [2022-10-18T04:17:43.605Z] Average: 1 5.82 0.00 1.23 0.29 0.02 92.64 [2022-10-18T04:17:43.605Z] Average: 2 5.72 0.00 1.13 0.05 0.01 93.09 [2022-10-18T04:17:43.605Z] Average: 3 5.48 0.00 1.18 0.36 0.02 92.96 [2022-10-18T04:17:43.605Z] Average: 4 5.54 0.00 1.11 0.06 0.02 93.27 [2022-10-18T04:17:43.605Z] Average: 5 5.65 0.00 1.11 0.15 0.02 93.07 [2022-10-18T04:17:43.605Z] Average: 6 6.56 0.00 1.13 0.55 0.02 91.73 [2022-10-18T04:17:43.605Z] Average: 7 5.49 0.00 1.15 0.33 0.02 93.02 [2022-10-18T04:17:43.605Z] [2022-10-18T04:17:43.605Z] [2022-10-18T04:17:43.605Z]