Pull request #1245 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from d526eb21c7de44395af172158e1177c0ee6593d8+7102f88cc4e17a0ee98b85e86e9840c76ba3a2e8 (8993b434d04a8cc369fa88da88f054643a305d87) 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-ssh5083851353929165890.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-ssh14039965428137666189.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-1245/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-1245/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17964369286389416823.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-1245/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9169153094617460115.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-ssh17805785557744230260.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-1245/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-1245/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh6637051915240010860.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 Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-9157 in /w/workspace/gexfoundry_device-sdk-go_PR-1245 [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-1245 # 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/1245/head:refs/remotes/origin/PR-1245 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 7102f88cc4e17a0ee98b85e86e9840c76ba3a2e8 into PR head commit d526eb21c7de44395af172158e1177c0ee6593d8 Merge succeeded, producing d526eb21c7de44395af172158e1177c0ee6593d8 Checking out Revision d526eb21c7de44395af172158e1177c0ee6593d8 (PR-1245) Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-10-24T04:08:08.961Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git config core.sparsecheckout # timeout=10 > git checkout -f d526eb21c7de44395af172158e1177c0ee6593d8 # 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 7102f88cc4e17a0ee98b85e86e9840c76ba3a2e8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d526eb21c7de44395af172158e1177c0ee6593d8 # timeout=10 [Pipeline] withCredentials [2022-10-24T04:08:09.145Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-10-24T04:08:09.248Z] ========================================================= [2022-10-24T04:08:09.248Z] EdgeX Global Pipelines Version Info [2022-10-24T04:08:09.248Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-10-24T04:08:09.980Z] ------------------- [2022-10-24T04:08:09.980Z] stable info: [2022-10-24T04:08:09.980Z] ------------------- [2022-10-24T04:08:09.980Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-10-24T04:08:09.980Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-24T04:08:09.980Z] Message: update stable to v1.0.243 [2022-10-24T04:08:10.560Z] ------------------- [2022-10-24T04:08:10.560Z] experimental info: [2022-10-24T04:08:10.560Z] ------------------- [2022-10-24T04:08:10.560Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-10-24T04:08:10.560Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-24T04:08:10.560Z] Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-10-24T04:08:10.850Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2022-10-24T04:08:10.888Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2022-10-24T04:08:10.935Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-10-24T04:08:10.976Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-10-24T04:08:11.012Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-10-24T04:08:11.049Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-10-24T04:08:11.087Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-10-24T04:08:11.127Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2022-10-24T04:08:11.163Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-10-24T04:08:11.200Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-10-24T04:08:11.235Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-10-24T04:08:11.271Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2022-10-24T04:08:11.310Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-10-24T04:08:11.350Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-10-24T04:08:11.390Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-10-24T04:08:11.442Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2022-10-24T04:08:11.488Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-10-24T04:08:11.535Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-10-24T04:08:11.579Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-10-24T04:08:11.625Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-10-24T04:08:11.665Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-10-24T04:08:11.716Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-10-24T04:08:11.764Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-10-24T04:08:11.808Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-10-24T04:08:11.852Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-10-24T04:08:11.894Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-10-24T04:08:11.939Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-10-24T04:08:11.990Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1245 [Pipeline] echo [2022-10-24T04:08:12.031Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1245 [Pipeline] echo [2022-10-24T04:08:12.075Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1245 [Pipeline] echo [2022-10-24T04:08:12.116Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d526eb21c7de44395af172158e1177c0ee6593d8 [Pipeline] echo [2022-10-24T04:08:12.163Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d526eb2 [Pipeline] echo [2022-10-24T04:08:12.208Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-24T04:08:12.320Z] provisioning config files... [2022-10-24T04:08:12.357Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1245@tmp/config12069854181980876620tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-24T04:08:12.702Z] ---> docker-login.sh [2022-10-24T04:08:12.702Z] nexus3.edgexfoundry.org:10001 [2022-10-24T04:08:12.962Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T04:08:12.962Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T04:08:12.962Z] Configure a credential helper to remove this warning. See [2022-10-24T04:08:12.962Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T04:08:12.962Z] [2022-10-24T04:08:12.962Z] Login Succeeded [2022-10-24T04:08:12.962Z] nexus3.edgexfoundry.org:10002 [2022-10-24T04:08:12.962Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T04:08:12.962Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T04:08:12.962Z] Configure a credential helper to remove this warning. See [2022-10-24T04:08:12.962Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T04:08:12.962Z] [2022-10-24T04:08:12.962Z] Login Succeeded [2022-10-24T04:08:12.962Z] nexus3.edgexfoundry.org:10003 [2022-10-24T04:08:13.220Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T04:08:13.220Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T04:08:13.220Z] Configure a credential helper to remove this warning. See [2022-10-24T04:08:13.220Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T04:08:13.220Z] [2022-10-24T04:08:13.220Z] Login Succeeded [2022-10-24T04:08:13.220Z] nexus3.edgexfoundry.org:10004 [2022-10-24T04:08:13.220Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T04:08:13.220Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T04:08:13.220Z] Configure a credential helper to remove this warning. See [2022-10-24T04:08:13.220Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T04:08:13.220Z] [2022-10-24T04:08:13.220Z] Login Succeeded [2022-10-24T04:08:13.220Z] docker.io [2022-10-24T04:08:13.479Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T04:08:13.739Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T04:08:13.739Z] Configure a credential helper to remove this warning. See [2022-10-24T04:08:13.739Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T04:08:13.739Z] [2022-10-24T04:08:13.739Z] Login Succeeded [2022-10-24T04:08:13.739Z] ---> docker-login.sh ends [Pipeline] } [2022-10-24T04:08:13.766Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-10-24T04:08:14.407Z] + git rev-list -1 --merges d526eb21c7de44395af172158e1177c0ee6593d8~1..d526eb21c7de44395af172158e1177c0ee6593d8 [Pipeline] echo [2022-10-24T04:08:14.455Z] -----------> git rev-list -1 --merges d526eb21c7de44395af172158e1177c0ee6593d8~1..d526eb21c7de44395af172158e1177c0ee6593d8 d526eb21c7de44395af172158e1177c0ee6593d8 [false] [Pipeline] sh [2022-10-24T04:08:14.756Z] + git log --format=format:%s -1 d526eb21c7de44395af172158e1177c0ee6593d8 [Pipeline] echo [2022-10-24T04:08:14.791Z] ========================================================= [2022-10-24T04:08:14.791Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-10-24T04:08:14.791Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-24T04:08:15.218Z] + git log --format=format:%s -1 d526eb21c7de44395af172158e1177c0ee6593d8 [Pipeline] echo [2022-10-24T04:08:15.252Z] [semverPrep] GIT_COMMIT: d526eb21c7de44395af172158e1177c0ee6593d8, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2 [Pipeline] echo [2022-10-24T04:08:15.284Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-10-24T04:08:15.657Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-10-24T04:08:15.657Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-10-24T04:08:15.657Z] + [ -e /tmp/ssh_known_hosts ] [2022-10-24T04:08:15.657Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-10-24T04:08:15.657Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-10-24T04:08:15.657Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-10-24T04:08:15.657Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T04:08:16.086Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-24T04:08:16.086Z] [2022-10-24T04:08:16.086Z] 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-24T04:08:16.465Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-24T04:08:16.466Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-10-24T04:08:16.466Z] b85a868b505f: Pulling fs layer [2022-10-24T04:08:16.466Z] e2be974225ed: Pulling fs layer [2022-10-24T04:08:16.466Z] 339a4e72a1f5: Pulling fs layer [2022-10-24T04:08:16.466Z] 988bab9f4d93: Pulling fs layer [2022-10-24T04:08:16.466Z] 1469e6f7b9e6: Pulling fs layer [2022-10-24T04:08:16.466Z] eaf3925da568: Pulling fs layer [2022-10-24T04:08:16.466Z] bab4dde63d76: Pulling fs layer [2022-10-24T04:08:16.466Z] bde34c3a00c8: Pulling fs layer [2022-10-24T04:08:16.466Z] b352a97aabf1: Pulling fs layer [2022-10-24T04:08:16.466Z] 4872d77fe225: Pulling fs layer [2022-10-24T04:08:16.466Z] 5851b861e8e6: Pulling fs layer [2022-10-24T04:08:16.466Z] 1469e6f7b9e6: Waiting [2022-10-24T04:08:16.466Z] bab4dde63d76: Waiting [2022-10-24T04:08:16.466Z] eaf3925da568: Waiting [2022-10-24T04:08:16.466Z] 4872d77fe225: Waiting [2022-10-24T04:08:16.466Z] b352a97aabf1: Waiting [2022-10-24T04:08:16.466Z] 988bab9f4d93: Waiting [2022-10-24T04:08:16.466Z] bde34c3a00c8: Waiting [2022-10-24T04:08:16.466Z] e2be974225ed: Verifying Checksum [2022-10-24T04:08:16.466Z] e2be974225ed: Download complete [2022-10-24T04:08:16.466Z] 988bab9f4d93: Verifying Checksum [2022-10-24T04:08:16.466Z] 988bab9f4d93: Download complete [2022-10-24T04:08:16.725Z] 1469e6f7b9e6: Verifying Checksum [2022-10-24T04:08:16.725Z] 1469e6f7b9e6: Download complete [2022-10-24T04:08:16.725Z] 339a4e72a1f5: Verifying Checksum [2022-10-24T04:08:16.725Z] 339a4e72a1f5: Download complete [2022-10-24T04:08:16.725Z] b85a868b505f: Verifying Checksum [2022-10-24T04:08:16.725Z] b85a868b505f: Download complete [2022-10-24T04:08:16.725Z] bde34c3a00c8: Verifying Checksum [2022-10-24T04:08:16.725Z] bde34c3a00c8: Download complete [2022-10-24T04:08:16.725Z] b352a97aabf1: Verifying Checksum [2022-10-24T04:08:16.725Z] b352a97aabf1: Download complete [2022-10-24T04:08:16.982Z] 4872d77fe225: Verifying Checksum [2022-10-24T04:08:16.982Z] 4872d77fe225: Download complete [2022-10-24T04:08:16.982Z] 5851b861e8e6: Verifying Checksum [2022-10-24T04:08:16.982Z] 5851b861e8e6: Download complete [2022-10-24T04:08:16.982Z] eaf3925da568: Verifying Checksum [2022-10-24T04:08:16.982Z] eaf3925da568: Download complete [2022-10-24T04:08:16.982Z] bab4dde63d76: Verifying Checksum [2022-10-24T04:08:16.982Z] bab4dde63d76: Download complete [2022-10-24T04:08:17.920Z] b85a868b505f: Pull complete [2022-10-24T04:08:18.179Z] e2be974225ed: Pull complete [2022-10-24T04:08:18.747Z] 339a4e72a1f5: Pull complete [2022-10-24T04:08:18.747Z] 988bab9f4d93: Pull complete [2022-10-24T04:08:19.006Z] 1469e6f7b9e6: Pull complete [2022-10-24T04:08:19.263Z] eaf3925da568: Pull complete [2022-10-24T04:08:21.165Z] bab4dde63d76: Pull complete [2022-10-24T04:08:21.166Z] bde34c3a00c8: Pull complete [2022-10-24T04:08:21.426Z] b352a97aabf1: Pull complete [2022-10-24T04:08:21.426Z] 4872d77fe225: Pull complete [2022-10-24T04:08:21.426Z] 5851b861e8e6: Pull complete [2022-10-24T04:08:21.426Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-10-24T04:08:21.426Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-24T04:08:21.426Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-24T04:08:21.659Z] prd-ubuntu20.04-docker-8c-8g-9157 does not seem to be running inside a container [2022-10-24T04:08:21.684Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-sdk-go_PR-1245 -v /w/workspace/gexfoundry_device-sdk-go_PR-1245:/w/workspace/gexfoundry_device-sdk-go_PR-1245:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1245@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1245@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-10-24T04:08:23.075Z] $ docker top 15104d35656f22595b4376f9b3f355bea132804abddc287e0acbc52502224138 -eo pid,comm [2022-10-24T04:08:23.143Z] 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-24T04:08:23.143Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-10-24T04:08:23.269Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-24T04:08:23.269Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-24T04:08:23.389Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-24T04:08:23.388Z] $ docker exec 15104d35656f22595b4376f9b3f355bea132804abddc287e0acbc52502224138 ssh-agent [2022-10-24T04:08:23.522Z] SSH_AUTH_SOCK=/tmp/ssh-gvtAtdHqBXm9/agent.32 [2022-10-24T04:08:23.522Z] SSH_AGENT_PID=38 [2022-10-24T04:08:23.528Z] Running ssh-add (command line suppressed) [2022-10-24T04:08:23.633Z] Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1245@tmp/private_key_3451589257319262251.key (/w/workspace/gexfoundry_device-sdk-go_PR-1245@tmp/private_key_3451589257319262251.key) [2022-10-24T04:08:23.652Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-24T04:08:23.989Z] + git tag --points-at HEAD [Pipeline] } [2022-10-24T04:08:24.011Z] $ docker exec --env ******** --env ******** 15104d35656f22595b4376f9b3f355bea132804abddc287e0acbc52502224138 ssh-agent -k [2022-10-24T04:08:24.129Z] unset SSH_AUTH_SOCK; [2022-10-24T04:08:24.129Z] unset SSH_AGENT_PID; [2022-10-24T04:08:24.130Z] echo Agent pid 38 killed; [2022-10-24T04:08:24.147Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-10-24T04:08:24.237Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-24T04:08:24.237Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-24T04:08:24.366Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-24T04:08:24.366Z] $ docker exec 15104d35656f22595b4376f9b3f355bea132804abddc287e0acbc52502224138 ssh-agent [2022-10-24T04:08:24.481Z] SSH_AUTH_SOCK=/tmp/ssh-tY0cmhoYQxVV/agent.70 [2022-10-24T04:08:24.481Z] SSH_AGENT_PID=76 [2022-10-24T04:08:24.485Z] Running ssh-add (command line suppressed) [2022-10-24T04:08:24.589Z] Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1245@tmp/private_key_10885808970025391129.key (/w/workspace/gexfoundry_device-sdk-go_PR-1245@tmp/private_key_10885808970025391129.key) [2022-10-24T04:08:24.611Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-24T04:08:24.951Z] + git semver init [2022-10-24T04:08:25.211Z] 2022-10-24 04:08:25,172 [run_init] DEBUG init version:0.0.0 force:False [2022-10-24T04:08:25.211Z] 2022-10-24 04:08:25,173 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-sdk-go_PR-1245/.semver [2022-10-24T04:08:25.211Z] 2022-10-24 04:08:25,173 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/gexfoundry_device-sdk-go_PR-1245/.semver [2022-10-24T04:08:25.211Z] 2022-10-24 04:08:25,173 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/gexfoundry_device-sdk-go_PR-1245/.semver'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1245, universal_newlines=False, shell=None, istream=None) [2022-10-24T04:08:26.588Z] 2022-10-24 04:08:26,166 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-sdk-go_PR-1245/.git/info/exclude [2022-10-24T04:08:26.588Z] 2022-10-24 04:08:26,167 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-sdk-go_PR-1245/.semver/PR-1245 with force:False [2022-10-24T04:08:26.588Z] 2022-10-24 04:08:26,167 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-sdk-go_PR-1245/.semver/PR-1245 [2022-10-24T04:08:26.588Z] 2022-10-24 04:08:26,171 [execute] INFO git cat-file --batch-check [2022-10-24T04:08:26.588Z] 2022-10-24 04:08:26,172 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1245/.semver, universal_newlines=False, shell=None, istream=) [2022-10-24T04:08:26.588Z] 2022-10-24 04:08:26,179 [execute] INFO git cat-file --batch [2022-10-24T04:08:26.588Z] 2022-10-24 04:08:26,179 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1245/.semver, universal_newlines=False, shell=None, istream=) [2022-10-24T04:08:26.588Z] 2022-10-24 04:08:26,185 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-sdk-go_PR-1245/.semver/PR-1245 [2022-10-24T04:08:26.588Z] 0.0.0 [Pipeline] } [2022-10-24T04:08:26.606Z] $ docker exec --env ******** --env ******** 15104d35656f22595b4376f9b3f355bea132804abddc287e0acbc52502224138 ssh-agent -k [2022-10-24T04:08:26.709Z] unset SSH_AUTH_SOCK; [2022-10-24T04:08:26.710Z] unset SSH_AGENT_PID; [2022-10-24T04:08:26.710Z] echo Agent pid 76 killed; [2022-10-24T04:08:26.722Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-10-24T04:08:27.177Z] + git semver [Pipeline] } [2022-10-24T04:08:27.456Z] $ docker stop --time=1 15104d35656f22595b4376f9b3f355bea132804abddc287e0acbc52502224138 [2022-10-24T04:08:28.770Z] $ docker rm -f 15104d35656f22595b4376f9b3f355bea132804abddc287e0acbc52502224138 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-24T04:08:29.190Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-10-24T04:08:29.444Z] Stashed 1 file(s) [Pipeline] echo [2022-10-24T04:08:29.469Z] [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-24T04:08:30.059Z] provisioning config files... [2022-10-24T04:08:30.073Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1245@tmp/config18350124896216627tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-24T04:08:30.439Z] ---> docker-login.sh [2022-10-24T04:08:30.439Z] nexus3.edgexfoundry.org:10001 [2022-10-24T04:08:30.439Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T04:08:30.439Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T04:08:30.439Z] Configure a credential helper to remove this warning. See [2022-10-24T04:08:30.439Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T04:08:30.439Z] [2022-10-24T04:08:30.439Z] Login Succeeded [2022-10-24T04:08:30.439Z] nexus3.edgexfoundry.org:10002 [2022-10-24T04:08:30.439Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T04:08:30.703Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T04:08:30.703Z] Configure a credential helper to remove this warning. See [2022-10-24T04:08:30.703Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T04:08:30.703Z] [2022-10-24T04:08:30.703Z] Login Succeeded [2022-10-24T04:08:30.703Z] nexus3.edgexfoundry.org:10003 [2022-10-24T04:08:30.703Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T04:08:30.703Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T04:08:30.703Z] Configure a credential helper to remove this warning. See [2022-10-24T04:08:30.703Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T04:08:30.703Z] [2022-10-24T04:08:30.703Z] Login Succeeded [2022-10-24T04:08:30.703Z] nexus3.edgexfoundry.org:10004 [2022-10-24T04:08:30.962Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T04:08:30.962Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T04:08:30.962Z] Configure a credential helper to remove this warning. See [2022-10-24T04:08:30.962Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T04:08:30.962Z] [2022-10-24T04:08:30.962Z] Login Succeeded [2022-10-24T04:08:30.962Z] docker.io [2022-10-24T04:08:30.962Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T04:08:31.221Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T04:08:31.221Z] Configure a credential helper to remove this warning. See [2022-10-24T04:08:31.221Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T04:08:31.221Z] [2022-10-24T04:08:31.221Z] Login Succeeded [2022-10-24T04:08:31.221Z] ---> docker-login.sh ends [Pipeline] } [2022-10-24T04:08:31.254Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-10-24T04:08:31.449Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-24T04:08:31.486Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-24T04:08:31.519Z] ========================================================= [2022-10-24T04:08:31.519Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-10-24T04:08:31.519Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T04:08:31.992Z] + 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-24T04:08:31.992Z] Sending build context to Docker daemon 10.01MB [2022-10-24T04:08:31.992Z] Step 1/11 : ARG BASE=golang:1.18-alpine3.16 [2022-10-24T04:08:31.992Z] Step 2/11 : FROM ${BASE} AS builder [2022-10-24T04:08:31.992Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-10-24T04:08:31.992Z] 213ec9aee27d: Pulling fs layer [2022-10-24T04:08:31.992Z] 4583459ba037: Pulling fs layer [2022-10-24T04:08:31.992Z] 93c1e223e6f2: Pulling fs layer [2022-10-24T04:08:31.992Z] 53926ce57604: Pulling fs layer [2022-10-24T04:08:31.992Z] 21b2b0c7a3f4: Pulling fs layer [2022-10-24T04:08:31.992Z] 30f14e443154: Pulling fs layer [2022-10-24T04:08:31.992Z] 801331c1e519: Pulling fs layer [2022-10-24T04:08:31.992Z] 99cc6dd402b0: Pulling fs layer [2022-10-24T04:08:31.992Z] 7d9ed39f4882: Pulling fs layer [2022-10-24T04:08:31.992Z] 53926ce57604: Waiting [2022-10-24T04:08:31.992Z] 21b2b0c7a3f4: Waiting [2022-10-24T04:08:31.992Z] 30f14e443154: Waiting [2022-10-24T04:08:31.992Z] 801331c1e519: Waiting [2022-10-24T04:08:31.992Z] 99cc6dd402b0: Waiting [2022-10-24T04:08:31.992Z] 7d9ed39f4882: Waiting [2022-10-24T04:08:31.992Z] 93c1e223e6f2: Verifying Checksum [2022-10-24T04:08:31.992Z] 93c1e223e6f2: Download complete [2022-10-24T04:08:32.255Z] 4583459ba037: Verifying Checksum [2022-10-24T04:08:32.255Z] 4583459ba037: Download complete [2022-10-24T04:08:32.255Z] 21b2b0c7a3f4: Verifying Checksum [2022-10-24T04:08:32.255Z] 21b2b0c7a3f4: Download complete [2022-10-24T04:08:32.255Z] 30f14e443154: Download complete [2022-10-24T04:08:32.255Z] 213ec9aee27d: Verifying Checksum [2022-10-24T04:08:32.255Z] 213ec9aee27d: Download complete [2022-10-24T04:08:32.255Z] 801331c1e519: Verifying Checksum [2022-10-24T04:08:32.255Z] 801331c1e519: Download complete [2022-10-24T04:08:32.255Z] 213ec9aee27d: Pull complete [2022-10-24T04:08:32.527Z] 4583459ba037: Pull complete [2022-10-24T04:08:32.527Z] 93c1e223e6f2: Pull complete [2022-10-24T04:08:32.802Z] 7d9ed39f4882: Verifying Checksum [2022-10-24T04:08:32.802Z] 7d9ed39f4882: Download complete [2022-10-24T04:08:33.064Z] 99cc6dd402b0: Verifying Checksum [2022-10-24T04:08:33.064Z] 99cc6dd402b0: Download complete [2022-10-24T04:08:33.064Z] 53926ce57604: Verifying Checksum [2022-10-24T04:08:33.064Z] 53926ce57604: Download complete [2022-10-24T04:08:37.250Z] 53926ce57604: Pull complete [2022-10-24T04:08:37.250Z] 21b2b0c7a3f4: Pull complete [2022-10-24T04:08:37.250Z] 30f14e443154: Pull complete [2022-10-24T04:08:37.250Z] 801331c1e519: Pull complete [2022-10-24T04:08:39.783Z] 99cc6dd402b0: Pull complete [2022-10-24T04:08:40.043Z] 7d9ed39f4882: Pull complete [2022-10-24T04:08:40.303Z] Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 [2022-10-24T04:08:40.303Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-24T04:08:40.303Z] ---> 1dedd983c030 [2022-10-24T04:08:40.303Z] Step 3/11 : ARG MAKE=make build [2022-10-24T04:08:42.209Z] ---> Running in 6e532a4172f3 [2022-10-24T04:08:42.209Z] Removing intermediate container 6e532a4172f3 [2022-10-24T04:08:42.209Z] ---> 15f2c6c249f7 [2022-10-24T04:08:42.209Z] Step 4/11 : WORKDIR /device-sdk-go [2022-10-24T04:08:42.209Z] ---> Running in 07d64ec11c3d [2022-10-24T04:08:42.209Z] Removing intermediate container 07d64ec11c3d [2022-10-24T04:08:42.209Z] ---> 819169ddce85 [2022-10-24T04:08:42.209Z] Step 5/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-10-24T04:08:42.209Z] ---> Running in 5c0c47404ed7 [2022-10-24T04:08:42.467Z] Removing intermediate container 5c0c47404ed7 [2022-10-24T04:08:42.467Z] ---> f682d53ec3c5 [2022-10-24T04:08:42.467Z] Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-24T04:08:42.467Z] ---> Running in f920d5e2a345 [2022-10-24T04:08:43.035Z] Removing intermediate container f920d5e2a345 [2022-10-24T04:08:43.035Z] ---> 77cc75ad475e [2022-10-24T04:08:43.035Z] Step 7/11 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-10-24T04:08:43.035Z] ---> Running in 4de62cc69b88 [2022-10-24T04:08:43.293Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-24T04:08:44.227Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-24T04:08:44.488Z] OK: 211 MiB in 51 packages [2022-10-24T04:08:44.883Z] Still waiting to schedule task [2022-10-24T04:08:44.883Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-10-24T04:08:45.058Z] Removing intermediate container 4de62cc69b88 [2022-10-24T04:08:45.058Z] ---> 763c8a8eabdd [2022-10-24T04:08:45.058Z] Step 8/11 : COPY go.mod vendor* ./ [2022-10-24T04:08:45.058Z] ---> 4f33a2c69c4a [2022-10-24T04:08:45.058Z] Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-24T04:08:45.058Z] ---> Running in f5be10beeb39 [2022-10-24T04:09:06.987Z] Removing intermediate container f5be10beeb39 [2022-10-24T04:09:06.987Z] ---> b503364d38b8 [2022-10-24T04:09:06.987Z] Step 10/11 : COPY . . [2022-10-24T04:09:06.987Z] ---> ccc43a2ed61b [2022-10-24T04:09:06.987Z] Step 11/11 : RUN ${MAKE} [2022-10-24T04:09:06.987Z] ---> Running in ee9705e7816a [2022-10-24T04:09:06.987Z] noop [2022-10-24T04:09:06.987Z] Removing intermediate container ee9705e7816a [2022-10-24T04:09:06.987Z] ---> f7b0bb971d65 [2022-10-24T04:09:06.987Z] Successfully built f7b0bb971d65 [2022-10-24T04:09:06.987Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T04:09:07.437Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-24T04:09:07.437Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-24T04:09:07.594Z] prd-ubuntu20.04-docker-8c-8g-9157 does not seem to be running inside a container [2022-10-24T04:09:07.619Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1245 -v /w/workspace/gexfoundry_device-sdk-go_PR-1245:/w/workspace/gexfoundry_device-sdk-go_PR-1245:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1245@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1245@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-10-24T04:09:07.985Z] $ docker top 32a8d01e4a58d60939aac928cc02aa15de7e1032d6f3c550c51f360ec3c7eb3e -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-24T04:09:08.386Z] + go version [2022-10-24T04:09:08.386Z] go version go1.18.7 linux/amd64 [Pipeline] } [2022-10-24T04:09:08.421Z] $ docker stop --time=1 32a8d01e4a58d60939aac928cc02aa15de7e1032d6f3c550c51f360ec3c7eb3e [2022-10-24T04:09:09.738Z] $ docker rm -f 32a8d01e4a58d60939aac928cc02aa15de7e1032d6f3c550c51f360ec3c7eb3e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T04:09:10.458Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-24T04:09:10.458Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-24T04:09:10.597Z] prd-ubuntu20.04-docker-8c-8g-9157 does not seem to be running inside a container [2022-10-24T04:09:10.625Z] $ 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-1245 -v /w/workspace/gexfoundry_device-sdk-go_PR-1245:/w/workspace/gexfoundry_device-sdk-go_PR-1245:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1245@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1245@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-10-24T04:09:11.016Z] $ docker top 09e26804f7cd4b8f7f016c989e0e0b62c02fbcd588dd9b9d80f21e5e2443435a -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-24T04:09:11.414Z] + git config --global --add safe.directory /w/workspace/gexfoundry_device-sdk-go_PR-1245 [Pipeline] fileExists [Pipeline] sh [2022-10-24T04:09:11.767Z] + make test [2022-10-24T04:09:11.768Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-10-24T04:09:18.452Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2022-10-24T04:09:33.394Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2022-10-24T04:09:33.394Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2022-10-24T04:09:33.394Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2022-10-24T04:09:33.394Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2022-10-24T04:09:33.394Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2022-10-24T04:09:33.653Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.059s coverage: 27.6% of statements [2022-10-24T04:09:33.653Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.067s coverage: 78.9% of statements [2022-10-24T04:09:33.653Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/clients [no test files] [2022-10-24T04:09:33.653Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.105s coverage: 73.1% of statements [2022-10-24T04:09:33.653Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2022-10-24T04:09:33.653Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2022-10-24T04:09:34.219Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.113s coverage: 54.4% of statements [2022-10-24T04:09:34.219Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2022-10-24T04:09:34.219Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/messaging [no test files] [2022-10-24T04:09:34.219Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2022-10-24T04:09:34.219Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2022-10-24T04:09:34.219Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.117s coverage: 65.1% of statements [2022-10-24T04:09:34.219Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/interfaces [no test files] [2022-10-24T04:09:34.219Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/interfaces/mocks [no test files] [2022-10-24T04:09:34.219Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.768s coverage: 89.2% of statements [2022-10-24T04:09:34.219Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2022-10-24T04:09:34.479Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.071s coverage: 4.7% of statements [2022-10-24T04:09:34.479Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2022-10-24T04:09:52.552Z] 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-24T04:09:52.552Z] GO111MODULE=on go vet ./... [2022-10-24T04:09:55.081Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-24T04:09:55.082Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-24T04:09:55.082Z] ./bin/test-attribution-txt.sh [2022-10-24T04:09:55.082Z] An attribution for github.com/Microsoft/go-winio is missing from Attribution.txt, please add [2022-10-24T04:09:55.082Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2022-10-24T04:09:55.082Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2022-10-24T04:09:55.082Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [Pipeline] echo [2022-10-24T04:09:55.120Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-10-24T04:09:55.243Z] $ docker stop --time=1 09e26804f7cd4b8f7f016c989e0e0b62c02fbcd588dd9b9d80f21e5e2443435a [2022-10-24T04:09:57.145Z] $ docker rm -f 09e26804f7cd4b8f7f016c989e0e0b62c02fbcd588dd9b9d80f21e5e2443435a [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-24T04:09:57.730Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-10-24T04:09:57.806Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-10-24T04:09:58.388Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-10-24T04:09:58.701Z] + ls -al . [2022-10-24T04:09:58.701Z] total 280 [2022-10-24T04:09:58.702Z] drwxrwxr-x 11 jenkins jenkins 4096 Oct 24 04:09 . [2022-10-24T04:09:58.702Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 04:08 .. [2022-10-24T04:09:58.702Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 24 04:08 .dockerignore [2022-10-24T04:09:58.702Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 24 04:09 .git [2022-10-24T04:09:58.702Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 24 04:08 .github [2022-10-24T04:09:58.702Z] -rw-rw-r-- 1 jenkins jenkins 131 Oct 24 04:08 .gitignore [2022-10-24T04:09:58.702Z] -rw-rw-r-- 1 jenkins jenkins 42 Oct 24 04:08 .golangci.yml [2022-10-24T04:09:58.702Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 24 04:08 .semver [2022-10-24T04:09:58.702Z] -rw-rw-r-- 1 jenkins jenkins 29536 Oct 24 04:08 CHANGELOG.md [2022-10-24T04:09:58.702Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 24 04:08 GOVERNANCE.md [2022-10-24T04:09:58.702Z] -rw-rw-r-- 1 jenkins jenkins 880 Oct 24 04:08 Jenkinsfile [2022-10-24T04:09:58.702Z] -rw-rw-r-- 1 jenkins jenkins 11341 Oct 24 04:08 LICENSE [2022-10-24T04:09:58.702Z] -rw-rw-r-- 1 jenkins jenkins 2003 Oct 24 04:08 Makefile [2022-10-24T04:09:58.702Z] -rw-rw-r-- 1 jenkins jenkins 619 Oct 24 04:08 OWNERS.md [2022-10-24T04:09:58.702Z] -rw-rw-r-- 1 jenkins jenkins 4881 Oct 24 04:08 README.md [2022-10-24T04:09:58.702Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 24 04:08 VERSION [2022-10-24T04:09:58.702Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 24 04:08 bin [2022-10-24T04:09:58.702Z] -rw-r--r-- 1 jenkins jenkins 101759 Oct 24 04:09 coverage.out [2022-10-24T04:09:58.702Z] drwxrwxr-x 5 jenkins jenkins 4096 Oct 24 04:08 example [2022-10-24T04:09:58.702Z] -rw-rw-r-- 1 jenkins jenkins 3388 Oct 24 04:08 go.mod [2022-10-24T04:09:58.702Z] -rw-rw-r-- 1 jenkins jenkins 44505 Oct 24 04:08 go.sum [2022-10-24T04:09:58.702Z] drwxrwxr-x 14 jenkins jenkins 4096 Oct 24 04:08 internal [2022-10-24T04:09:58.702Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 04:08 openapi [2022-10-24T04:09:58.702Z] drwxrwxr-x 6 jenkins jenkins 4096 Oct 24 04:08 pkg [2022-10-24T04:09:58.702Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 04:08 snap [2022-10-24T04:09:58.702Z] -rw-rw-r-- 1 jenkins jenkins 222 Oct 24 04:08 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T04:09:59.101Z] + 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=d526eb21c7de44395af172158e1177c0ee6593d8 --label arch=amd64 --label version=0.0.0 . [2022-10-24T04:09:59.101Z] Sending build context to Docker daemon 10.11MB [2022-10-24T04:09:59.101Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2022-10-24T04:09:59.101Z] Step 2/25 : FROM ${BASE} AS builder [2022-10-24T04:09:59.101Z] ---> f7b0bb971d65 [2022-10-24T04:09:59.101Z] Step 3/25 : ARG MAKE=make build [2022-10-24T04:09:59.361Z] ---> Running in 9cb0c2cc70de [2022-10-24T04:09:59.361Z] Removing intermediate container 9cb0c2cc70de [2022-10-24T04:09:59.361Z] ---> 83b173024e44 [2022-10-24T04:09:59.361Z] Step 4/25 : WORKDIR /device-sdk-go [2022-10-24T04:09:59.361Z] ---> Running in 0cb322b4fc84 [2022-10-24T04:09:59.620Z] Removing intermediate container 0cb322b4fc84 [2022-10-24T04:09:59.620Z] ---> 74b0104885f6 [2022-10-24T04:09:59.620Z] Step 5/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-10-24T04:09:59.620Z] ---> Running in df3ca32800ec [2022-10-24T04:09:59.620Z] Removing intermediate container df3ca32800ec [2022-10-24T04:09:59.620Z] ---> 1c5a3879f4a2 [2022-10-24T04:09:59.620Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-24T04:09:59.620Z] ---> Running in fe258c6a29d7 [2022-10-24T04:10:00.187Z] Removing intermediate container fe258c6a29d7 [2022-10-24T04:10:00.188Z] ---> 0e22b65fcbb2 [2022-10-24T04:10:00.188Z] Step 7/25 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-10-24T04:10:00.447Z] ---> Running in 9a295cba98a6 [2022-10-24T04:10:00.707Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-24T04:10:01.647Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-24T04:10:01.907Z] OK: 211 MiB in 51 packages [2022-10-24T04:10:02.168Z] Removing intermediate container 9a295cba98a6 [2022-10-24T04:10:02.168Z] ---> 4c71b2bd50ab [2022-10-24T04:10:02.168Z] Step 8/25 : COPY go.mod vendor* ./ [2022-10-24T04:10:02.428Z] ---> efb526f5b8a3 [2022-10-24T04:10:02.428Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-24T04:10:02.428Z] ---> Running in 2990c25444b1 [2022-10-24T04:10:02.996Z] Removing intermediate container 2990c25444b1 [2022-10-24T04:10:02.996Z] ---> 704cd2b559db [2022-10-24T04:10:02.996Z] Step 10/25 : COPY . . [2022-10-24T04:10:03.566Z] ---> 3caf2ec88fac [2022-10-24T04:10:03.566Z] Step 11/25 : RUN ${MAKE} [2022-10-24T04:10:03.566Z] ---> Running in bc9b3dafe29e [2022-10-24T04:10:03.826Z] 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-24T04:10:21.921Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2022-10-24T04:10:25.210Z] Removing intermediate container bc9b3dafe29e [2022-10-24T04:10:25.210Z] ---> 4ebdf17a256b [2022-10-24T04:10:25.210Z] Step 12/25 : FROM alpine:3.16 [2022-10-24T04:10:25.840Z] 3.16: Pulling from library/alpine [2022-10-24T04:10:25.840Z] 213ec9aee27d: Already exists [2022-10-24T04:10:26.101Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-24T04:10:26.101Z] Status: Downloaded newer image for alpine:3.16 [2022-10-24T04:10:26.101Z] ---> 9c6f07244728 [2022-10-24T04:10:26.101Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-10-24T04:10:26.101Z] ---> Running in 20f616125804 [2022-10-24T04:10:26.101Z] Removing intermediate container 20f616125804 [2022-10-24T04:10:26.101Z] ---> a1360df361f6 [2022-10-24T04:10:26.101Z] Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-24T04:10:26.101Z] ---> Running in 6883e70682ac [2022-10-24T04:10:27.047Z] Removing intermediate container 6883e70682ac [2022-10-24T04:10:27.047Z] ---> d6cf80561a9c [2022-10-24T04:10:27.047Z] Step 15/25 : RUN apk add --update --no-cache zeromq [2022-10-24T04:10:27.047Z] ---> Running in d9d1075e0ce9 [2022-10-24T04:10:27.307Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-24T04:10:28.241Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-24T04:10:28.501Z] (1/5) Installing libgcc (11.2.1_git20220219-r2) [2022-10-24T04:10:28.501Z] (2/5) Installing libsodium (1.0.18-r0) [2022-10-24T04:10:28.501Z] (3/5) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-24T04:10:28.759Z] (4/5) Installing libzmq (4.3.4-r0) [2022-10-24T04:10:30.136Z] (5/5) Installing zeromq (4.3.4-r0) [2022-10-24T04:10:30.394Z] Executing busybox-1.35.0-r17.trigger [2022-10-24T04:10:30.394Z] OK: 8 MiB in 19 packages [2022-10-24T04:10:30.652Z] Removing intermediate container d9d1075e0ce9 [2022-10-24T04:10:30.652Z] ---> 5ac69e911d7a [2022-10-24T04:10:30.652Z] Step 16/25 : WORKDIR / [2022-10-24T04:10:30.652Z] ---> Running in 44928630bdd8 [2022-10-24T04:10:30.911Z] Removing intermediate container 44928630bdd8 [2022-10-24T04:10:30.911Z] ---> 241801c36257 [2022-10-24T04:10:30.911Z] Step 17/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2022-10-24T04:10:30.911Z] ---> afdecdc5f120 [2022-10-24T04:10:30.911Z] Step 18/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2022-10-24T04:10:31.846Z] ---> 41f2c3117b80 [2022-10-24T04:10:31.846Z] Step 19/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2022-10-24T04:10:31.846Z] ---> 8cfd9c80606a [2022-10-24T04:10:31.846Z] Step 20/25 : EXPOSE 59999 [2022-10-24T04:10:31.846Z] ---> Running in 57a6e94912a1 [2022-10-24T04:10:31.846Z] Removing intermediate container 57a6e94912a1 [2022-10-24T04:10:31.846Z] ---> a289b4f46c67 [2022-10-24T04:10:31.846Z] Step 21/25 : ENTRYPOINT ["/device-simple"] [2022-10-24T04:10:31.846Z] ---> Running in caa85d232d87 [2022-10-24T04:10:32.106Z] Removing intermediate container caa85d232d87 [2022-10-24T04:10:32.106Z] ---> e7cd5e8c76ca [2022-10-24T04:10:32.106Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-24T04:10:32.106Z] ---> Running in cf13516db431 [2022-10-24T04:10:32.106Z] Removing intermediate container cf13516db431 [2022-10-24T04:10:32.106Z] ---> 5198dba73a3f [2022-10-24T04:10:32.106Z] Step 23/25 : LABEL arch=amd64 [2022-10-24T04:10:32.365Z] ---> Running in 5f4b43d578b0 [2022-10-24T04:10:32.365Z] Removing intermediate container 5f4b43d578b0 [2022-10-24T04:10:32.365Z] ---> b0eaef2aef5b [2022-10-24T04:10:32.365Z] Step 24/25 : LABEL git_sha=d526eb21c7de44395af172158e1177c0ee6593d8 [2022-10-24T04:10:32.365Z] ---> Running in 1939d23e5262 [2022-10-24T04:10:32.623Z] Removing intermediate container 1939d23e5262 [2022-10-24T04:10:32.623Z] ---> 101c8f644b70 [2022-10-24T04:10:32.623Z] Step 25/25 : LABEL version=0.0.0 [2022-10-24T04:10:32.623Z] ---> Running in 38dc52f81ea8 [2022-10-24T04:10:32.623Z] Removing intermediate container 38dc52f81ea8 [2022-10-24T04:10:32.623Z] ---> 4346fe9aad74 [2022-10-24T04:10:32.623Z] [Warning] One or more build-args [ARCH] were not consumed [2022-10-24T04:10:32.623Z] Successfully built 4346fe9aad74 [2022-10-24T04:10:32.623Z] 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-24T04:10:33.484Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-24T04:10:33.484Z] [2022-10-24T04:10:33.484Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T04:10:33.891Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-24T04:10:33.891Z] latest: Pulling from edgex-lftools-log-publisher [2022-10-24T04:10:33.891Z] 5eb5b503b376: Pulling fs layer [2022-10-24T04:10:33.891Z] 5c69ac0246d0: Pulling fs layer [2022-10-24T04:10:33.891Z] ec43610c2a17: Pulling fs layer [2022-10-24T04:10:33.891Z] 3a2ae6a8a46f: Pulling fs layer [2022-10-24T04:10:33.891Z] 33b1e0a273af: Pulling fs layer [2022-10-24T04:10:33.891Z] 5d3b04190fa2: Pulling fs layer [2022-10-24T04:10:33.891Z] 2f39f015ded8: Pulling fs layer [2022-10-24T04:10:33.891Z] 3a2ae6a8a46f: Waiting [2022-10-24T04:10:33.891Z] 33b1e0a273af: Waiting [2022-10-24T04:10:33.891Z] 2f39f015ded8: Waiting [2022-10-24T04:10:33.891Z] 5c69ac0246d0: Download complete [2022-10-24T04:10:33.891Z] 3a2ae6a8a46f: Download complete [2022-10-24T04:10:34.156Z] 33b1e0a273af: Verifying Checksum [2022-10-24T04:10:34.156Z] 33b1e0a273af: Download complete [2022-10-24T04:10:34.156Z] 5d3b04190fa2: Download complete [2022-10-24T04:10:34.156Z] ec43610c2a17: Verifying Checksum [2022-10-24T04:10:34.156Z] ec43610c2a17: Download complete [2022-10-24T04:10:34.156Z] 5eb5b503b376: Verifying Checksum [2022-10-24T04:10:34.156Z] 5eb5b503b376: Download complete [2022-10-24T04:10:34.730Z] 2f39f015ded8: Download complete [2022-10-24T04:10:35.296Z] 5eb5b503b376: Pull complete [2022-10-24T04:10:35.554Z] 5c69ac0246d0: Pull complete [2022-10-24T04:10:36.120Z] ec43610c2a17: Pull complete [2022-10-24T04:10:36.120Z] 3a2ae6a8a46f: Pull complete [2022-10-24T04:10:36.378Z] 33b1e0a273af: Pull complete [2022-10-24T04:10:36.378Z] 5d3b04190fa2: Pull complete [2022-10-24T04:10:41.646Z] 2f39f015ded8: Pull complete [2022-10-24T04:10:41.646Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-10-24T04:10:41.646Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-24T04:10:41.646Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-24T04:10:41.876Z] prd-ubuntu20.04-docker-8c-8g-9157 does not seem to be running inside a container [2022-10-24T04:10:41.905Z] $ 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-1245 -v /w/workspace/gexfoundry_device-sdk-go_PR-1245:/w/workspace/gexfoundry_device-sdk-go_PR-1245:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1245@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1245@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-10-24T04:10:45.190Z] $ docker top f5a465d2d7a2468854aad768e56d7ec9e36dea88d86a757697d8b3ac9a032635 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-24T04:10:45.640Z] ---> job-cost.sh [2022-10-24T04:10:45.640Z] lf-activate-venv: SKIPPING [2022-10-24T04:10:45.640Z] INFO: No Stack... [2022-10-24T04:10:45.903Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-24T04:10:46.164Z] INFO: Archiving Costs [Pipeline] sh [2022-10-24T04:10:46.480Z] + cat /w/workspace/gexfoundry_device-sdk-go_PR-1245/archives/cost.csv [2022-10-24T04:10:46.480Z] + cut -d, -f6 [Pipeline] lock [2022-10-24T04:10:46.519Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1245-1-stack-cost] [2022-10-24T04:10:46.524Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-1245-1-stack-cost] did not exist. Created. [2022-10-24T04:10:46.524Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1245-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-24T04:10:46.908Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-10-24T04:10:46.963Z] Stashed 1 file(s) [Pipeline] } [2022-10-24T04:10:46.982Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1245-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-24T04:10:47.054Z] $ docker stop --time=1 f5a465d2d7a2468854aad768e56d7ec9e36dea88d86a757697d8b3ac9a032635 [2022-10-24T04:10:48.228Z] $ docker rm -f f5a465d2d7a2468854aad768e56d7ec9e36dea88d86a757697d8b3ac9a032635 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-10-24T04:11:43.343Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-9174 in /w/workspace/gexfoundry_device-sdk-go_PR-1245 [Pipeline] { [Pipeline] ws [2022-10-24T04:11:43.393Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2022-10-24T04:11:43.470Z] The recommended git tool is: git [2022-10-24T04:11:49.380Z] using credential edgex-jenkins-ssh [2022-10-24T04:11:49.401Z] Cloning the remote Git repository [2022-10-24T04:11:49.458Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2022-10-24T04:11:49.551Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2022-10-24T04:11:49.722Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2022-10-24T04:11:49.723Z] > git --version # timeout=10 [2022-10-24T04:11:49.752Z] > git --version # 'git version 2.25.1' [2022-10-24T04:11:49.755Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-24T04:11:49.812Z] Verifying host key using known hosts file [2022-10-24T04:11:50.038Z] 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-24T04:11:50.052Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-24T04:11:51.902Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2022-10-24T04:11:51.930Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-24T04:11:53.632Z] Merging remotes/origin/main commit 7102f88cc4e17a0ee98b85e86e9840c76ba3a2e8 into PR head commit d526eb21c7de44395af172158e1177c0ee6593d8 [2022-10-24T04:11:52.966Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2022-10-24T04:11:53.010Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2022-10-24T04:11:53.011Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-24T04:11:53.017Z] Verifying host key using known hosts file [2022-10-24T04:11:53.024Z] 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-24T04:11:53.039Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1245/head:refs/remotes/origin/PR-1245 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-10-24T04:11:53.658Z] > git config core.sparsecheckout # timeout=10 [2022-10-24T04:11:53.917Z] Merge succeeded, producing d526eb21c7de44395af172158e1177c0ee6593d8 [2022-10-24T04:11:53.917Z] Checking out Revision d526eb21c7de44395af172158e1177c0ee6593d8 (PR-1245) [2022-10-24T04:11:54.564Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" [2022-10-24T04:11:54.626Z] > git --version # timeout=10 [2022-10-24T04:11:54.638Z] > git --version # 'git version 2.25.1' [2022-10-24T04:11:54.663Z] fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2022-10-24T04:11:53.680Z] > git checkout -f d526eb21c7de44395af172158e1177c0ee6593d8 # timeout=10 [2022-10-24T04:11:53.803Z] > git remote # timeout=10 [2022-10-24T04:11:53.825Z] > git config --get remote.origin.url # timeout=10 [2022-10-24T04:11:53.856Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-24T04:11:53.862Z] Verifying host key using known hosts file [2022-10-24T04:11:53.866Z] 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-24T04:11:53.876Z] > git merge 7102f88cc4e17a0ee98b85e86e9840c76ba3a2e8 # timeout=10 [2022-10-24T04:11:53.902Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-10-24T04:11:53.928Z] > git config core.sparsecheckout # timeout=10 [2022-10-24T04:11:53.952Z] > git checkout -f d526eb21c7de44395af172158e1177c0ee6593d8 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-24T04:11:55.704Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-10-24T04:11:55.704Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-24T04:11:55.704Z] Dload Upload Total Spent Left Speed [2022-10-24T04:11:55.704Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 201k 0 --:--:-- --:--:-- --:--:-- 201k [Pipeline] sh [2022-10-24T04:11:56.378Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-10-24T04:11:56.742Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-10-24T04:11:56.742Z] + sudo tee /etc/docker/daemon.new [2022-10-24T04:11:56.742Z] { [2022-10-24T04:11:56.742Z] "registry-mirrors": [ [2022-10-24T04:11:56.742Z] "https://nexus3.edgexfoundry.org:10001" [2022-10-24T04:11:56.742Z] ], [2022-10-24T04:11:56.742Z] "bip": "10.250.0.254/24", [2022-10-24T04:11:56.742Z] "hosts": [ [2022-10-24T04:11:56.742Z] "tcp://0.0.0.0:5555", [2022-10-24T04:11:56.742Z] "unix:///var/run/docker.sock" [2022-10-24T04:11:56.742Z] ], [2022-10-24T04:11:56.742Z] "mtu": 1458, [2022-10-24T04:11:56.742Z] "selinux-enabled": true, [2022-10-24T04:11:56.743Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-10-24T04:11:56.743Z] } [Pipeline] sh [2022-10-24T04:11:57.103Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-10-24T04:11:57.455Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-24T04:12:15.805Z] provisioning config files... [2022-10-24T04:12:15.836Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config5485996298453576823tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-24T04:12:16.261Z] ---> docker-login.sh [2022-10-24T04:12:16.262Z] nexus3.edgexfoundry.org:10001 [2022-10-24T04:12:16.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T04:12:16.857Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T04:12:16.857Z] Configure a credential helper to remove this warning. See [2022-10-24T04:12:16.857Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T04:12:16.857Z] [2022-10-24T04:12:16.857Z] Login Succeeded [2022-10-24T04:12:16.857Z] nexus3.edgexfoundry.org:10002 [2022-10-24T04:12:17.133Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T04:12:17.488Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T04:12:17.488Z] Configure a credential helper to remove this warning. See [2022-10-24T04:12:17.488Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T04:12:17.488Z] [2022-10-24T04:12:17.488Z] Login Succeeded [2022-10-24T04:12:17.488Z] nexus3.edgexfoundry.org:10003 [2022-10-24T04:12:17.488Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T04:12:17.761Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T04:12:17.761Z] Configure a credential helper to remove this warning. See [2022-10-24T04:12:17.761Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T04:12:17.761Z] [2022-10-24T04:12:17.761Z] Login Succeeded [2022-10-24T04:12:17.761Z] nexus3.edgexfoundry.org:10004 [2022-10-24T04:12:18.034Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T04:12:18.034Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T04:12:18.034Z] Configure a credential helper to remove this warning. See [2022-10-24T04:12:18.034Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T04:12:18.034Z] [2022-10-24T04:12:18.034Z] Login Succeeded [2022-10-24T04:12:18.034Z] docker.io [2022-10-24T04:12:18.302Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-24T04:12:18.894Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-24T04:12:18.894Z] Configure a credential helper to remove this warning. See [2022-10-24T04:12:18.894Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-24T04:12:18.894Z] [2022-10-24T04:12:18.894Z] Login Succeeded [2022-10-24T04:12:18.894Z] ---> docker-login.sh ends [Pipeline] } [2022-10-24T04:12:18.921Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-10-24T04:12:19.255Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-24T04:12:19.292Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-24T04:12:19.327Z] ========================================================= [2022-10-24T04:12:19.327Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-10-24T04:12:19.327Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T04:12:19.826Z] + 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-24T04:12:21.376Z] Sending build context to Docker daemon 5.383MB [2022-10-24T04:12:21.376Z] Step 1/11 : ARG BASE=golang:1.18-alpine3.16 [2022-10-24T04:12:21.376Z] Step 2/11 : FROM ${BASE} AS builder [2022-10-24T04:12:21.659Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-10-24T04:12:21.660Z] 9b18e9b68314: Pulling fs layer [2022-10-24T04:12:21.660Z] d32db5db7311: Pulling fs layer [2022-10-24T04:12:21.660Z] d0c4b47475fc: Pulling fs layer [2022-10-24T04:12:21.660Z] 5831b945b038: Pulling fs layer [2022-10-24T04:12:21.660Z] 86bbec2aaacd: Pulling fs layer [2022-10-24T04:12:21.660Z] e10730c5d714: Pulling fs layer [2022-10-24T04:12:21.660Z] 5dd5c2283517: Pulling fs layer [2022-10-24T04:12:21.660Z] d5ac0230b979: Pulling fs layer [2022-10-24T04:12:21.660Z] 5831b945b038: Waiting [2022-10-24T04:12:21.660Z] e10730c5d714: Waiting [2022-10-24T04:12:21.660Z] 86bbec2aaacd: Waiting [2022-10-24T04:12:21.660Z] 5dd5c2283517: Waiting [2022-10-24T04:12:21.660Z] d5ac0230b979: Waiting [2022-10-24T04:12:21.660Z] d0c4b47475fc: Verifying Checksum [2022-10-24T04:12:21.660Z] d0c4b47475fc: Download complete [2022-10-24T04:12:21.660Z] d32db5db7311: Download complete [2022-10-24T04:12:21.660Z] 86bbec2aaacd: Verifying Checksum [2022-10-24T04:12:21.660Z] 86bbec2aaacd: Download complete [2022-10-24T04:12:21.660Z] e10730c5d714: Verifying Checksum [2022-10-24T04:12:21.660Z] e10730c5d714: Download complete [2022-10-24T04:12:21.660Z] 9b18e9b68314: Verifying Checksum [2022-10-24T04:12:21.660Z] 9b18e9b68314: Download complete [2022-10-24T04:12:22.640Z] 9b18e9b68314: Pull complete [2022-10-24T04:12:22.914Z] d5ac0230b979: Verifying Checksum [2022-10-24T04:12:22.914Z] d5ac0230b979: Download complete [2022-10-24T04:12:23.188Z] d32db5db7311: Pull complete [2022-10-24T04:12:23.794Z] d0c4b47475fc: Pull complete [2022-10-24T04:12:24.067Z] 5dd5c2283517: Verifying Checksum [2022-10-24T04:12:24.067Z] 5dd5c2283517: Download complete [2022-10-24T04:12:25.038Z] 5831b945b038: Verifying Checksum [2022-10-24T04:12:25.038Z] 5831b945b038: Download complete [2022-10-24T04:12:37.391Z] 5831b945b038: Pull complete [2022-10-24T04:12:37.391Z] 86bbec2aaacd: Pull complete [2022-10-24T04:12:37.391Z] e10730c5d714: Pull complete [2022-10-24T04:12:44.091Z] 5dd5c2283517: Pull complete [2022-10-24T04:12:45.508Z] d5ac0230b979: Pull complete [2022-10-24T04:12:45.508Z] Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 [2022-10-24T04:12:45.508Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-24T04:12:45.508Z] ---> 59b3b1a385d4 [2022-10-24T04:12:45.508Z] Step 3/11 : ARG MAKE=make build [2022-10-24T04:12:47.462Z] ---> Running in 79b99f748505 [2022-10-24T04:12:47.462Z] Removing intermediate container 79b99f748505 [2022-10-24T04:12:47.462Z] ---> 38d31b2ae255 [2022-10-24T04:12:47.462Z] Step 4/11 : WORKDIR /device-sdk-go [2022-10-24T04:12:47.462Z] ---> Running in 5c0c17e301fc [2022-10-24T04:12:47.731Z] Removing intermediate container 5c0c17e301fc [2022-10-24T04:12:47.731Z] ---> 6a529738d22a [2022-10-24T04:12:47.731Z] Step 5/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-10-24T04:12:47.998Z] ---> Running in acd29e9c4347 [2022-10-24T04:12:48.268Z] Removing intermediate container acd29e9c4347 [2022-10-24T04:12:48.268Z] ---> 521eec8313cd [2022-10-24T04:12:48.268Z] Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-24T04:12:48.268Z] ---> Running in c92d076243cd [2022-10-24T04:12:50.223Z] Removing intermediate container c92d076243cd [2022-10-24T04:12:50.223Z] ---> d841a571fd1f [2022-10-24T04:12:50.223Z] Step 7/11 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-10-24T04:12:50.223Z] ---> Running in 0341c624a84a [2022-10-24T04:12:51.189Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-24T04:12:52.159Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-24T04:12:53.123Z] OK: 221 MiB in 51 packages [2022-10-24T04:12:54.090Z] Removing intermediate container 0341c624a84a [2022-10-24T04:12:54.090Z] ---> 5fee3d34caee [2022-10-24T04:12:54.090Z] Step 8/11 : COPY go.mod vendor* ./ [2022-10-24T04:12:54.359Z] ---> 9e9178a43cd3 [2022-10-24T04:12:54.360Z] Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-24T04:12:54.628Z] ---> Running in d3f7194c56c7 [2022-10-24T04:13:51.154Z] Removing intermediate container d3f7194c56c7 [2022-10-24T04:13:51.154Z] ---> ba99cf770c50 [2022-10-24T04:13:51.154Z] Step 10/11 : COPY . . [2022-10-24T04:13:51.154Z] ---> 8b227ae355ae [2022-10-24T04:13:51.154Z] Step 11/11 : RUN ${MAKE} [2022-10-24T04:13:51.154Z] ---> Running in b649b8edbde6 [2022-10-24T04:13:52.118Z] noop [2022-10-24T04:13:52.709Z] Removing intermediate container b649b8edbde6 [2022-10-24T04:13:52.709Z] ---> de0886365c8f [2022-10-24T04:13:52.709Z] Successfully built de0886365c8f [2022-10-24T04:13:52.709Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T04:13:53.191Z] + docker inspect -f . ci-base-image-arm64 [2022-10-24T04:13:53.191Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-24T04:13:53.451Z] prd-ubuntu20.04-docker-arm64-4c-16g-9174 does not seem to be running inside a container [2022-10-24T04:13:53.518Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-10-24T04:13:54.787Z] $ docker top 915e34b6d7df89906b41b780ff2bbef6d6d8ae66a8eaad80fea5277d65a7983a -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-24T04:13:55.687Z] + go version [2022-10-24T04:13:55.687Z] go version go1.18.7 linux/arm64 [Pipeline] } [2022-10-24T04:13:55.719Z] $ docker stop --time=1 915e34b6d7df89906b41b780ff2bbef6d6d8ae66a8eaad80fea5277d65a7983a [2022-10-24T04:13:57.399Z] $ docker rm -f 915e34b6d7df89906b41b780ff2bbef6d6d8ae66a8eaad80fea5277d65a7983a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T04:13:58.272Z] + docker inspect -f . ci-base-image-arm64 [2022-10-24T04:13:58.272Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-24T04:13:58.549Z] prd-ubuntu20.04-docker-arm64-4c-16g-9174 does not seem to be running inside a container [2022-10-24T04:13:58.622Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-10-24T04:14:00.010Z] $ docker top 86adb9546b486d2ee82a6cd788e51e0916bfe435bf2b9063be2ed4a5e7b2af11 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-24T04:14:00.913Z] + git config --global --add safe.directory /w/workspace/device-sdk-go/1 [Pipeline] fileExists [Pipeline] sh [2022-10-24T04:14:01.624Z] + make test [2022-10-24T04:14:01.624Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-10-24T04:14:40.527Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2022-10-24T04:17:17.291Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2022-10-24T04:17:17.291Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2022-10-24T04:17:17.291Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2022-10-24T04:17:17.291Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2022-10-24T04:17:17.291Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2022-10-24T04:17:22.659Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.326s coverage: 27.6% of statements [2022-10-24T04:17:23.627Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.374s coverage: 78.9% of statements [2022-10-24T04:17:23.627Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/clients [no test files] [2022-10-24T04:17:28.991Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.519s coverage: 73.1% of statements [2022-10-24T04:17:28.991Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2022-10-24T04:17:28.991Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2022-10-24T04:17:33.264Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.536s coverage: 54.4% of statements [2022-10-24T04:17:33.264Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2022-10-24T04:17:33.264Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/messaging [no test files] [2022-10-24T04:17:33.264Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2022-10-24T04:17:33.264Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2022-10-24T04:17:33.264Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.461s coverage: 65.1% of statements [2022-10-24T04:17:33.264Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/interfaces [no test files] [2022-10-24T04:17:33.264Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/interfaces/mocks [no test files] [2022-10-24T04:17:33.264Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 4.210s coverage: 89.2% of statements [2022-10-24T04:17:33.264Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2022-10-24T04:17:37.537Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.292s coverage: 4.7% of statements [2022-10-24T04:17:37.537Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2022-10-24T04:17:38.503Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-10-24T04:17:38.503Z] GO111MODULE=on go vet ./... [2022-10-24T04:19:30.243Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-24T04:19:30.243Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-24T04:19:30.243Z] ./bin/test-attribution-txt.sh [2022-10-24T04:19:30.243Z] An attribution for github.com/Microsoft/go-winio is missing from Attribution.txt, please add [2022-10-24T04:19:30.243Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2022-10-24T04:19:30.243Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2022-10-24T04:19:30.243Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [Pipeline] echo [2022-10-24T04:19:30.280Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-10-24T04:19:30.309Z] $ docker stop --time=1 86adb9546b486d2ee82a6cd788e51e0916bfe435bf2b9063be2ed4a5e7b2af11 [2022-10-24T04:19:32.150Z] $ docker rm -f 86adb9546b486d2ee82a6cd788e51e0916bfe435bf2b9063be2ed4a5e7b2af11 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-24T04:19:33.617Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-10-24T04:19:33.650Z] Warning: overwriting stash ‘coverage-report’ [2022-10-24T04:19:34.190Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-24T04:19:34.797Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-10-24T04:19:35.144Z] + ls -al . [2022-10-24T04:19:35.144Z] total 276 [2022-10-24T04:19:35.144Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 24 04:14 . [2022-10-24T04:19:35.144Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 04:11 .. [2022-10-24T04:19:35.144Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 24 04:11 .dockerignore [2022-10-24T04:19:35.144Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 24 04:11 .git [2022-10-24T04:19:35.144Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 24 04:11 .github [2022-10-24T04:19:35.144Z] -rw-rw-r-- 1 jenkins jenkins 131 Oct 24 04:11 .gitignore [2022-10-24T04:19:35.144Z] -rw-rw-r-- 1 jenkins jenkins 42 Oct 24 04:11 .golangci.yml [2022-10-24T04:19:35.144Z] -rw-rw-r-- 1 jenkins jenkins 29536 Oct 24 04:11 CHANGELOG.md [2022-10-24T04:19:35.144Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 24 04:11 GOVERNANCE.md [2022-10-24T04:19:35.144Z] -rw-rw-r-- 1 jenkins jenkins 880 Oct 24 04:11 Jenkinsfile [2022-10-24T04:19:35.144Z] -rw-rw-r-- 1 jenkins jenkins 11341 Oct 24 04:11 LICENSE [2022-10-24T04:19:35.144Z] -rw-rw-r-- 1 jenkins jenkins 2003 Oct 24 04:11 Makefile [2022-10-24T04:19:35.144Z] -rw-rw-r-- 1 jenkins jenkins 619 Oct 24 04:11 OWNERS.md [2022-10-24T04:19:35.144Z] -rw-rw-r-- 1 jenkins jenkins 4881 Oct 24 04:11 README.md [2022-10-24T04:19:35.144Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 24 04:08 VERSION [2022-10-24T04:19:35.144Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 24 04:11 bin [2022-10-24T04:19:35.144Z] -rw-r--r-- 1 jenkins jenkins 101759 Oct 24 04:17 coverage.out [2022-10-24T04:19:35.144Z] drwxrwxr-x 5 jenkins jenkins 4096 Oct 24 04:11 example [2022-10-24T04:19:35.144Z] -rw-rw-r-- 1 jenkins jenkins 3388 Oct 24 04:11 go.mod [2022-10-24T04:19:35.144Z] -rw-rw-r-- 1 jenkins jenkins 44505 Oct 24 04:11 go.sum [2022-10-24T04:19:35.144Z] drwxrwxr-x 14 jenkins jenkins 4096 Oct 24 04:11 internal [2022-10-24T04:19:35.144Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 04:11 openapi [2022-10-24T04:19:35.144Z] drwxrwxr-x 6 jenkins jenkins 4096 Oct 24 04:11 pkg [2022-10-24T04:19:35.144Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 04:11 snap [2022-10-24T04:19:35.144Z] -rw-rw-r-- 1 jenkins jenkins 222 Oct 24 04:11 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T04:19:35.572Z] + 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=d526eb21c7de44395af172158e1177c0ee6593d8 --label arch=arm64 --label version=0.0.0 . [2022-10-24T04:19:35.845Z] Sending build context to Docker daemon 5.486MB [2022-10-24T04:19:35.845Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2022-10-24T04:19:35.845Z] Step 2/25 : FROM ${BASE} AS builder [2022-10-24T04:19:35.845Z] ---> de0886365c8f [2022-10-24T04:19:35.845Z] Step 3/25 : ARG MAKE=make build [2022-10-24T04:19:36.116Z] ---> Running in 6205d7184112 [2022-10-24T04:19:36.384Z] Removing intermediate container 6205d7184112 [2022-10-24T04:19:36.384Z] ---> 9277d41a3e11 [2022-10-24T04:19:36.384Z] Step 4/25 : WORKDIR /device-sdk-go [2022-10-24T04:19:36.384Z] ---> Running in adf427218e38 [2022-10-24T04:19:36.652Z] Removing intermediate container adf427218e38 [2022-10-24T04:19:36.652Z] ---> a496c308bdb0 [2022-10-24T04:19:36.652Z] Step 5/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-10-24T04:19:36.920Z] ---> Running in 2f5808b57805 [2022-10-24T04:19:37.189Z] Removing intermediate container 2f5808b57805 [2022-10-24T04:19:37.189Z] ---> 447084824910 [2022-10-24T04:19:37.189Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-24T04:19:37.189Z] ---> Running in d65c00b8cab3 [2022-10-24T04:19:39.139Z] Removing intermediate container d65c00b8cab3 [2022-10-24T04:19:39.139Z] ---> 6b741d4b14b2 [2022-10-24T04:19:39.139Z] Step 7/25 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-10-24T04:19:39.139Z] ---> Running in e5a30b1e5bf8 [2022-10-24T04:19:40.098Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-24T04:19:41.058Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-24T04:19:42.020Z] OK: 221 MiB in 51 packages [2022-10-24T04:19:42.985Z] Removing intermediate container e5a30b1e5bf8 [2022-10-24T04:19:42.985Z] ---> a453f4c38c07 [2022-10-24T04:19:42.985Z] Step 8/25 : COPY go.mod vendor* ./ [2022-10-24T04:19:43.252Z] ---> 9199951a7f8a [2022-10-24T04:19:43.252Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-24T04:19:43.523Z] ---> Running in be1e6a0df62f [2022-10-24T04:19:46.137Z] Removing intermediate container be1e6a0df62f [2022-10-24T04:19:46.137Z] ---> 0b439e003e23 [2022-10-24T04:19:46.137Z] Step 10/25 : COPY . . [2022-10-24T04:19:47.101Z] ---> 7fd738466576 [2022-10-24T04:19:47.101Z] Step 11/25 : RUN ${MAKE} [2022-10-24T04:19:47.101Z] ---> Running in 173b24d61015 [2022-10-24T04:19:48.079Z] 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-24T04:22:25.088Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2022-10-24T04:22:25.088Z] Removing intermediate container 173b24d61015 [2022-10-24T04:22:25.088Z] ---> 82c23a4ee3a3 [2022-10-24T04:22:25.088Z] Step 12/25 : FROM alpine:3.16 [2022-10-24T04:22:25.088Z] 3.16: Pulling from library/alpine [2022-10-24T04:22:25.088Z] 9b18e9b68314: Already exists [2022-10-24T04:22:25.088Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-24T04:22:25.088Z] Status: Downloaded newer image for alpine:3.16 [2022-10-24T04:22:25.088Z] ---> a6215f271958 [2022-10-24T04:22:25.088Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-10-24T04:22:25.088Z] ---> Running in 29b4ac417f73 [2022-10-24T04:22:25.088Z] Removing intermediate container 29b4ac417f73 [2022-10-24T04:22:25.088Z] ---> 6791f6004c93 [2022-10-24T04:22:25.088Z] Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-24T04:22:25.088Z] ---> Running in 19e0b993f925 [2022-10-24T04:22:25.355Z] Removing intermediate container 19e0b993f925 [2022-10-24T04:22:25.355Z] ---> b602159ddd80 [2022-10-24T04:22:25.355Z] Step 15/25 : RUN apk add --update --no-cache zeromq [2022-10-24T04:22:25.355Z] ---> Running in 0eacefd6251d [2022-10-24T04:22:26.317Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-24T04:22:27.274Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-24T04:22:28.233Z] (1/5) Installing libgcc (11.2.1_git20220219-r2) [2022-10-24T04:22:28.500Z] (2/5) Installing libsodium (1.0.18-r0) [2022-10-24T04:22:28.500Z] (3/5) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-24T04:22:28.500Z] (4/5) Installing libzmq (4.3.4-r0) [2022-10-24T04:22:28.769Z] (5/5) Installing zeromq (4.3.4-r0) [2022-10-24T04:22:28.769Z] Executing busybox-1.35.0-r17.trigger [2022-10-24T04:22:28.769Z] OK: 8 MiB in 19 packages [2022-10-24T04:22:29.731Z] Removing intermediate container 0eacefd6251d [2022-10-24T04:22:29.731Z] ---> 5e191e08f4db [2022-10-24T04:22:29.731Z] Step 16/25 : WORKDIR / [2022-10-24T04:22:29.999Z] ---> Running in 85155fb090d8 [2022-10-24T04:22:30.277Z] Removing intermediate container 85155fb090d8 [2022-10-24T04:22:30.277Z] ---> d53a710eaed1 [2022-10-24T04:22:30.277Z] Step 17/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2022-10-24T04:22:30.869Z] ---> a055ccd65e0a [2022-10-24T04:22:30.869Z] Step 18/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2022-10-24T04:22:32.279Z] ---> d2366f91d141 [2022-10-24T04:22:32.279Z] Step 19/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2022-10-24T04:22:32.545Z] ---> ce74372b8eb9 [2022-10-24T04:22:32.545Z] Step 20/25 : EXPOSE 59999 [2022-10-24T04:22:32.810Z] ---> Running in 8b72fbb47068 [2022-10-24T04:22:33.076Z] Removing intermediate container 8b72fbb47068 [2022-10-24T04:22:33.076Z] ---> 0c0d5a6eb5ad [2022-10-24T04:22:33.076Z] Step 21/25 : ENTRYPOINT ["/device-simple"] [2022-10-24T04:22:33.076Z] ---> Running in b063ad894d28 [2022-10-24T04:22:33.343Z] Removing intermediate container b063ad894d28 [2022-10-24T04:22:33.343Z] ---> 136f62eda3ef [2022-10-24T04:22:33.343Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-24T04:22:33.612Z] ---> Running in 000e5f45c3d9 [2022-10-24T04:22:33.881Z] Removing intermediate container 000e5f45c3d9 [2022-10-24T04:22:33.881Z] ---> d1bb7c6284f7 [2022-10-24T04:22:33.881Z] Step 23/25 : LABEL arch=arm64 [2022-10-24T04:22:33.881Z] ---> Running in 9818c71051df [2022-10-24T04:22:34.149Z] Removing intermediate container 9818c71051df [2022-10-24T04:22:34.149Z] ---> 214dcb8400e5 [2022-10-24T04:22:34.149Z] Step 24/25 : LABEL git_sha=d526eb21c7de44395af172158e1177c0ee6593d8 [2022-10-24T04:22:34.149Z] ---> Running in c596b3935f78 [2022-10-24T04:22:34.431Z] Removing intermediate container c596b3935f78 [2022-10-24T04:22:34.431Z] ---> 53e9a159145f [2022-10-24T04:22:34.431Z] Step 25/25 : LABEL version=0.0.0 [2022-10-24T04:22:34.701Z] ---> Running in 0edb4138cb10 [2022-10-24T04:22:34.968Z] Removing intermediate container 0edb4138cb10 [2022-10-24T04:22:34.968Z] ---> ce1762db9b2b [2022-10-24T04:22:34.968Z] [Warning] One or more build-args [ARCH] were not consumed [2022-10-24T04:22:34.968Z] Successfully built ce1762db9b2b [2022-10-24T04:22:34.968Z] 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-24T04:22:35.740Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-24T04:22:35.740Z] [2022-10-24T04:22:35.740Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T04:22:36.142Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-24T04:22:36.142Z] arm64: Pulling from edgex-lftools-log-publisher [2022-10-24T04:22:36.142Z] 8998bd30e6a1: Pulling fs layer [2022-10-24T04:22:36.142Z] 04944245beec: Pulling fs layer [2022-10-24T04:22:36.142Z] 699f458cf7ca: Pulling fs layer [2022-10-24T04:22:36.142Z] 765212b225bb: Pulling fs layer [2022-10-24T04:22:36.142Z] f23df028b6ca: Pulling fs layer [2022-10-24T04:22:36.142Z] d65c8cfc05b1: Pulling fs layer [2022-10-24T04:22:36.142Z] 2437ff75d9bd: Pulling fs layer [2022-10-24T04:22:36.142Z] f23df028b6ca: Waiting [2022-10-24T04:22:36.142Z] d65c8cfc05b1: Waiting [2022-10-24T04:22:36.142Z] 765212b225bb: Waiting [2022-10-24T04:22:36.414Z] 2437ff75d9bd: Waiting [2022-10-24T04:22:36.414Z] 04944245beec: Verifying Checksum [2022-10-24T04:22:36.414Z] 04944245beec: Download complete [2022-10-24T04:22:36.414Z] 765212b225bb: Download complete [2022-10-24T04:22:36.414Z] f23df028b6ca: Verifying Checksum [2022-10-24T04:22:36.414Z] f23df028b6ca: Download complete [2022-10-24T04:22:36.414Z] d65c8cfc05b1: Download complete [2022-10-24T04:22:36.683Z] 699f458cf7ca: Verifying Checksum [2022-10-24T04:22:36.683Z] 699f458cf7ca: Download complete [2022-10-24T04:22:36.952Z] 8998bd30e6a1: Verifying Checksum [2022-10-24T04:22:36.952Z] 8998bd30e6a1: Download complete [2022-10-24T04:22:39.543Z] 2437ff75d9bd: Verifying Checksum [2022-10-24T04:22:39.543Z] 2437ff75d9bd: Download complete [2022-10-24T04:22:40.953Z] 8998bd30e6a1: Pull complete [2022-10-24T04:22:41.219Z] 04944245beec: Pull complete [2022-10-24T04:22:42.630Z] 699f458cf7ca: Pull complete [2022-10-24T04:22:43.213Z] 765212b225bb: Pull complete [2022-10-24T04:22:43.795Z] f23df028b6ca: Pull complete [2022-10-24T04:22:44.061Z] d65c8cfc05b1: Pull complete [2022-10-24T04:22:59.038Z] 2437ff75d9bd: Pull complete [2022-10-24T04:22:59.038Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-10-24T04:22:59.038Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-24T04:22:59.038Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-24T04:22:59.350Z] prd-ubuntu20.04-docker-arm64-4c-16g-9174 does not seem to be running inside a container [2022-10-24T04:22:59.411Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-10-24T04:23:02.238Z] $ docker top a14b053af0ed5836c2f69c9b7f0542d6c93d6bf1f10303840ff9722c64e39466 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-24T04:23:02.813Z] ---> job-cost.sh [2022-10-24T04:23:03.079Z] lf-activate-venv: SKIPPING [2022-10-24T04:23:03.079Z] INFO: No Stack... [2022-10-24T04:23:03.660Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-10-24T04:23:04.618Z] INFO: Archiving Costs [Pipeline] sh [2022-10-24T04:23:05.277Z] + cat /w/workspace/device-sdk-go/1/archives/cost.csv [2022-10-24T04:23:05.277Z] + cut -d, -f6 [Pipeline] lock [2022-10-24T04:23:05.369Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1245-1-stack-cost] [2022-10-24T04:23:05.378Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-1245-1-stack-cost] did not exist. Created. [2022-10-24T04:23:05.378Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1245-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-24T04:23:06.108Z] /w/workspace/device-sdk-go/1@tmp/durable-9a3a8d66/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-10-24T04:23:06.781Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-10-24T04:23:06.825Z] Warning: overwriting stash ‘stack-cost’ [2022-10-24T04:23:06.906Z] Stashed 1 file(s) [Pipeline] } [2022-10-24T04:23:06.921Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1245-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-24T04:23:07.074Z] $ docker stop --time=1 a14b053af0ed5836c2f69c9b7f0542d6c93d6bf1f10303840ff9722c64e39466 [2022-10-24T04:23:08.551Z] $ docker rm -f a14b053af0ed5836c2f69c9b7f0542d6c93d6bf1f10303840ff9722c64e39466 [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-24T04:23:09.528Z] provisioning config files... [2022-10-24T04:23:09.535Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1245@tmp/config17155889531706249081tmp [Pipeline] { [Pipeline] sh [2022-10-24T04:23:09.873Z] + set +x [2022-10-24T04:23:09.873Z] + curl -s https://codecov.io/bash [2022-10-24T04:23:09.873Z] + bash -s -- [2022-10-24T04:23:09.873Z] [2022-10-24T04:23:09.873Z] _____ _ [2022-10-24T04:23:09.873Z] / ____| | | [2022-10-24T04:23:09.873Z] | | ___ __| | ___ ___ _____ __ [2022-10-24T04:23:09.873Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-10-24T04:23:09.873Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-10-24T04:23:09.873Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-10-24T04:23:09.873Z] Bash-1.0.6 [2022-10-24T04:23:09.873Z] [2022-10-24T04:23:09.873Z] [2022-10-24T04:23:09.873Z] ==> git version 2.25.1 found [2022-10-24T04:23:09.873Z] ==> 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-24T04:23:09.873Z] Release-Date: 2020-01-08 [2022-10-24T04:23:09.873Z] 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-24T04:23:09.873Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-10-24T04:23:09.873Z] ==> Jenkins CI detected. [2022-10-24T04:23:09.873Z] current dir:  /w/workspace/gexfoundry_device-sdk-go_PR-1245 [2022-10-24T04:23:09.873Z] project root: . [2022-10-24T04:23:09.873Z] --> token set from env [2022-10-24T04:23:09.873Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-10-24T04:23:09.873Z] ==> Running gcov in . (disable via -X gcov) [2022-10-24T04:23:09.873Z] ==> Python coveragepy not found [2022-10-24T04:23:09.873Z] ==> Searching for coverage reports in: [2022-10-24T04:23:09.873Z] + . [2022-10-24T04:23:09.873Z] -> Found 1 reports [2022-10-24T04:23:09.873Z] ==> Detecting git/mercurial file structure [2022-10-24T04:23:09.873Z] ==> Reading reports [2022-10-24T04:23:09.873Z] + ./coverage.out bytes=101759 [2022-10-24T04:23:09.873Z] ==> Appending adjustments [2022-10-24T04:23:09.873Z] https://docs.codecov.io/docs/fixing-reports [2022-10-24T04:23:10.132Z] + Found adjustments [2022-10-24T04:23:10.132Z] ==> Gzipping contents [2022-10-24T04:23:10.133Z] 16K /tmp/codecov.B8wIZn.gz [2022-10-24T04:23:10.133Z] ==> Uploading reports [2022-10-24T04:23:10.133Z] url: https://codecov.io [2022-10-24T04:23:10.133Z] query: branch=PR-1245&commit=d526eb21c7de44395af172158e1177c0ee6593d8&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1245%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1245&job=&cmd_args= [2022-10-24T04:23:10.133Z] -> Pinging Codecov [2022-10-24T04:23:10.133Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6fc62cd9-fce6-47f0-85f4-af589338491a&branch=PR-1245&commit=d526eb21c7de44395af172158e1177c0ee6593d8&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1245%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1245&job=&cmd_args= [2022-10-24T04:23:11.509Z] -> Uploading to [2022-10-24T04:23:11.509Z] https://storage.googleapis.com/codecov/v4/raw/2022-10-24/7E55EF52A471D76F132DFD9A03CDDE97/d526eb21c7de44395af172158e1177c0ee6593d8/a224e7e6-9db6-4b02-a025-0f018421e90c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221024%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221024T042311Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1a0e4634db6d71ac0b779bdad1f8de720884c5d1129134928b9a0e3f5f2b47bb [2022-10-24T04:23:11.509Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-24T04:23:11.509Z] Dload Upload Total Spent Left Speed [2022-10-24T04:23:11.509Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14707 0 0 100 14707 0 72448 --:--:-- --:--:-- --:--:-- 72093 100 14707 0 0 100 14707 0 60028 --:--:-- --:--:-- --:--:-- 59784 [2022-10-24T04:23:11.769Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/d526eb21c7de44395af172158e1177c0ee6593d8 [Pipeline] } [2022-10-24T04:23:11.797Z] 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-24T04:23:13.502Z] + [ -d /w/workspace/gexfoundry_device-sdk-go_PR-1245/archives ] [2022-10-24T04:23:13.502Z] + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1245/archives [2022-10-24T04:23:13.502Z] total 16 [2022-10-24T04:23:13.502Z] drwxr-xr-x 3 root root 4096 Oct 24 04:10 . [2022-10-24T04:23:13.502Z] drwxrwxr-x 12 jenkins jenkins 4096 Oct 24 04:10 .. [2022-10-24T04:23:13.502Z] drwxr-xr-x 2 root root 4096 Oct 24 04:10 cost [2022-10-24T04:23:13.502Z] -rw-r--r-- 1 root root 86 Oct 24 04:10 cost.csv [2022-10-24T04:23:13.502Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-sdk-go_PR-1245/archives [2022-10-24T04:23:13.502Z] + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1245/archives [2022-10-24T04:23:13.502Z] total 16 [2022-10-24T04:23:13.502Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 24 04:10 . [2022-10-24T04:23:13.502Z] drwxrwxr-x 12 jenkins jenkins 4096 Oct 24 04:10 .. [2022-10-24T04:23:13.502Z] drwxr-xr-x 2 jenkins jenkins 4096 Oct 24 04:10 cost [2022-10-24T04:23:13.502Z] -rw-r--r-- 1 jenkins jenkins 86 Oct 24 04:10 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-10-24T04:23:13.821Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-24T04:23:14.716Z] ---> package-listing.sh [2022-10-24T04:23:14.716Z] ++ facter osfamily [2022-10-24T04:23:14.716Z] ++ tr '[:upper:]' '[:lower:]' [2022-10-24T04:23:14.975Z] + OS_FAMILY=debian [2022-10-24T04:23:14.975Z] + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1245 [2022-10-24T04:23:14.975Z] + START_PACKAGES=/tmp/packages_start.txt [2022-10-24T04:23:14.975Z] + END_PACKAGES=/tmp/packages_end.txt [2022-10-24T04:23:14.975Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-10-24T04:23:14.975Z] + PACKAGES=/tmp/packages_start.txt [2022-10-24T04:23:14.975Z] + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1245 ']' [2022-10-24T04:23:14.975Z] + PACKAGES=/tmp/packages_end.txt [2022-10-24T04:23:14.975Z] + case "${OS_FAMILY}" in [2022-10-24T04:23:14.975Z] + dpkg -l [2022-10-24T04:23:14.975Z] + grep '^ii' [2022-10-24T04:23:14.975Z] + '[' -f /tmp/packages_start.txt ']' [2022-10-24T04:23:14.975Z] + '[' -f /tmp/packages_end.txt ']' [2022-10-24T04:23:14.975Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-10-24T04:23:14.975Z] + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1245 ']' [2022-10-24T04:23:14.975Z] + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1245/archives/ [2022-10-24T04:23:14.975Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-sdk-go_PR-1245/archives/ [Pipeline] echo [2022-10-24T04:23:15.006Z] 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-1245/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-10-24T04:23:15.297Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-24T04:23:15.915Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-24T04:23:15.915Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-24T04:23:16.045Z] prd-ubuntu20.04-docker-8c-8g-9157 does not seem to be running inside a container [2022-10-24T04:23:16.072Z] $ 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-1245/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-1245 -v /w/workspace/gexfoundry_device-sdk-go_PR-1245:/w/workspace/gexfoundry_device-sdk-go_PR-1245:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1245@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1245@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-24T04:23:16.313Z] $ docker top 2693a661dcc07855e175b4cc3e7a802cdb2db839b29909c27280812cccc17e5e -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-24T04:23:16.700Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-10-24T04:23:17.019Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-10-24T04:23:17.333Z] + ls /var/log/sa-host [2022-10-24T04:23:17.333Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-24T04:23:17.467Z] provisioning config files... [2022-10-24T04:23:17.476Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1245@tmp/config5989363843757087269tmp [Pipeline] { [Pipeline] echo [2022-10-24T04:23:17.524Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-24T04:23:17.832Z] ---> create-netrc.sh [Pipeline] } [2022-10-24T04:23:17.866Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-10-24T04:23:18.256Z] ---> python-tools-install.sh [Pipeline] echo [2022-10-24T04:23:18.289Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-24T04:23:18.601Z] ---> sudo-logs.sh [2022-10-24T04:23:18.601Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-10-24T04:23:18.684Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-24T04:23:18.994Z] ---> job-cost.sh [2022-10-24T04:23:18.994Z] lf-activate-venv: SKIPPING [2022-10-24T04:23:18.994Z] DEBUG: total: 0.2199999988079071 [2022-10-24T04:23:18.994Z] INFO: Retrieving Stack Cost... [2022-10-24T04:23:19.563Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-24T04:23:19.824Z] INFO: Archiving Costs [Pipeline] echo [2022-10-24T04:23:19.853Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-24T04:23:20.170Z] ---> logs-deploy.sh [2022-10-24T04:23:20.170Z] lf-activate-venv: SKIPPING [2022-10-24T04:23:20.170Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1245/1 [2022-10-24T04:23:20.170Z] INFO: archiving workspace using pattern(s): [2022-10-24T04:23:21.106Z] Archives upload complete. [2022-10-24T04:23:21.366Z] INFO: archiving logs to Nexus [2022-10-24T04:23:21.933Z] ---> uname -a: [2022-10-24T04:23:21.933Z] Linux prd-ubuntu20-04-docker-8c-8g-9157 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2022-10-24T04:23:21.933Z] [2022-10-24T04:23:21.933Z] [2022-10-24T04:23:21.933Z] ---> lscpu: [2022-10-24T04:23:21.933Z] Architecture: x86_64 [2022-10-24T04:23:21.933Z] CPU op-mode(s): 32-bit, 64-bit [2022-10-24T04:23:21.933Z] Byte Order: Little Endian [2022-10-24T04:23:21.933Z] Address sizes: 40 bits physical, 48 bits virtual [2022-10-24T04:23:21.933Z] CPU(s): 8 [2022-10-24T04:23:21.933Z] On-line CPU(s) list: 0-7 [2022-10-24T04:23:21.933Z] Thread(s) per core: 1 [2022-10-24T04:23:21.933Z] Core(s) per socket: 1 [2022-10-24T04:23:21.933Z] Socket(s): 8 [2022-10-24T04:23:21.933Z] NUMA node(s): 1 [2022-10-24T04:23:21.933Z] Vendor ID: AuthenticAMD [2022-10-24T04:23:21.933Z] CPU family: 23 [2022-10-24T04:23:21.933Z] Model: 49 [2022-10-24T04:23:21.933Z] Model name: AMD EPYC-Rome Processor [2022-10-24T04:23:21.933Z] Stepping: 0 [2022-10-24T04:23:21.933Z] CPU MHz: 2800.000 [2022-10-24T04:23:21.933Z] BogoMIPS: 5600.00 [2022-10-24T04:23:21.933Z] Virtualization: AMD-V [2022-10-24T04:23:21.933Z] Hypervisor vendor: KVM [2022-10-24T04:23:21.933Z] Virtualization type: full [2022-10-24T04:23:21.933Z] L1d cache: 256 KiB [2022-10-24T04:23:21.933Z] L1i cache: 256 KiB [2022-10-24T04:23:21.933Z] L2 cache: 4 MiB [2022-10-24T04:23:21.933Z] L3 cache: 128 MiB [2022-10-24T04:23:21.933Z] NUMA node0 CPU(s): 0-7 [2022-10-24T04:23:21.933Z] Vulnerability Itlb multihit: Not affected [2022-10-24T04:23:21.933Z] Vulnerability L1tf: Not affected [2022-10-24T04:23:21.933Z] Vulnerability Mds: Not affected [2022-10-24T04:23:21.933Z] Vulnerability Meltdown: Not affected [2022-10-24T04:23:21.933Z] Vulnerability Mmio stale data: Not affected [2022-10-24T04:23:21.933Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-10-24T04:23:21.933Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2022-10-24T04:23:21.933Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2022-10-24T04:23:21.933Z] Vulnerability Srbds: Not affected [2022-10-24T04:23:21.933Z] Vulnerability Tsx async abort: Not affected [2022-10-24T04:23:21.933Z] 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-24T04:23:21.933Z] [2022-10-24T04:23:21.933Z] [2022-10-24T04:23:21.933Z] ---> nproc: [2022-10-24T04:23:21.933Z] 8 [2022-10-24T04:23:21.933Z] [2022-10-24T04:23:21.933Z] [2022-10-24T04:23:21.933Z] ---> df -h: [2022-10-24T04:23:21.933Z] Filesystem Size Used Avail Use% Mounted on [2022-10-24T04:23:21.933Z] overlay 155G 12G 144G 8% / [2022-10-24T04:23:21.933Z] tmpfs 64M 0 64M 0% /dev [2022-10-24T04:23:21.933Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2022-10-24T04:23:21.933Z] shm 64M 0 64M 0% /dev/shm [2022-10-24T04:23:21.933Z] /dev/vda1 155G 12G 144G 8% /facter-os [2022-10-24T04:23:21.933Z] [2022-10-24T04:23:21.933Z] [2022-10-24T04:23:21.933Z] ---> sar -b -r -n DEV: [2022-10-24T04:23:21.933Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9157) 10/24/22 _x86_64_ (8 CPU) [2022-10-24T04:23:21.933Z] [2022-10-24T04:23:21.933Z] 04:07:36 LINUX RESTART (8 CPU) [2022-10-24T04:23:21.933Z] [2022-10-24T04:23:21.933Z] 04:08:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2022-10-24T04:23:21.933Z] 04:09:01 179.80 25.43 154.37 0.00 2520.11 97200.73 0.00 [2022-10-24T04:23:21.933Z] 04:10:01 108.05 0.20 107.85 0.00 5.06 30270.44 0.00 [2022-10-24T04:23:21.933Z] 04:11:01 147.73 1.10 146.63 0.00 32.53 34692.62 0.00 [2022-10-24T04:23:21.933Z] 04:12:01 2.62 0.00 2.62 0.00 0.00 30.01 0.00 [2022-10-24T04:23:21.933Z] 04:13:01 37.61 9.33 28.28 0.00 2884.32 4746.94 0.00 [2022-10-24T04:23:21.933Z] 04:14:01 2.72 0.00 2.72 0.00 0.00 32.26 0.00 [2022-10-24T04:23:21.933Z] 04:15:01 1.38 0.00 1.38 0.00 0.00 14.80 0.00 [2022-10-24T04:23:21.933Z] 04:16:01 1.73 0.00 1.73 0.00 0.00 18.39 0.00 [2022-10-24T04:23:21.933Z] 04:17:01 1.40 0.02 1.38 0.00 0.13 14.80 0.00 [2022-10-24T04:23:21.933Z] 04:18:01 2.73 0.00 2.73 0.00 0.00 40.39 0.00 [2022-10-24T04:23:21.933Z] 04:19:01 0.90 0.00 0.90 0.00 0.00 10.00 0.00 [2022-10-24T04:23:21.933Z] 04:20:01 2.00 0.00 2.00 0.00 0.00 21.60 0.00 [2022-10-24T04:23:21.933Z] 04:21:01 1.33 0.00 1.33 0.00 0.00 14.93 0.00 [2022-10-24T04:23:21.933Z] 04:22:01 1.52 0.00 1.52 0.00 0.00 17.99 0.00 [2022-10-24T04:23:21.933Z] 04:23:01 2.05 0.02 2.03 0.00 0.13 26.40 0.00 [2022-10-24T04:23:21.933Z] Average: 32.90 2.41 30.50 0.00 362.80 11143.20 0.00 [2022-10-24T04:23:21.933Z] [2022-10-24T04:23:21.933Z] 04:08:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2022-10-24T04:23:21.933Z] 04:09:01 28044744 31608868 691824 2.10 135488 3599908 1890144 5.57 1127172 3232228 415724 [2022-10-24T04:23:21.933Z] 04:10:01 28511772 31553024 746916 2.27 141592 3116840 1932320 5.69 1191760 2741512 536 [2022-10-24T04:23:21.933Z] 04:11:01 27795224 31589680 707216 2.15 152908 3796200 1766152 5.21 1209228 3376924 464 [2022-10-24T04:23:21.933Z] 04:12:01 27794292 31588792 708012 2.15 152972 3796200 1766152 5.21 1208708 3376924 4 [2022-10-24T04:23:21.933Z] 04:13:01 27506032 31577796 705820 2.15 171380 4045240 1811452 5.34 1356376 3492256 236 [2022-10-24T04:23:21.934Z] 04:14:01 27508640 31580404 703704 2.14 171448 4045200 1811452 5.34 1354856 3492180 360 [2022-10-24T04:23:21.934Z] 04:15:01 27508992 31580888 703144 2.14 171536 4045256 1811452 5.34 1354656 3492184 8 [2022-10-24T04:23:21.934Z] 04:16:01 27512008 31583976 700020 2.13 171592 4045248 1811452 5.34 1351720 3492184 8 [2022-10-24T04:23:21.934Z] 04:17:01 27511188 31583384 700104 2.13 171684 4045260 1811452 5.34 1352568 3492192 68 [2022-10-24T04:23:21.934Z] 04:18:01 27511588 31584372 699420 2.13 171828 4045392 1811452 5.34 1352160 3492632 172 [2022-10-24T04:23:21.934Z] 04:19:01 27511652 31584456 699336 2.13 171848 4045392 1811452 5.34 1351740 3492632 8 [2022-10-24T04:23:21.934Z] 04:20:01 27511636 31584488 699244 2.13 171916 4045368 1811452 5.34 1351720 3492636 300 [2022-10-24T04:23:21.934Z] 04:21:01 27511368 31584292 699360 2.13 172004 4045372 1811452 5.34 1351792 3492636 8 [2022-10-24T04:23:21.934Z] 04:22:01 27512032 31585056 698760 2.12 172052 4045404 1811452 5.34 1351512 3492640 44 [2022-10-24T04:23:21.934Z] 04:23:01 27510664 31583796 699640 2.13 172120 4045384 1829528 5.39 1352116 3492648 208 [2022-10-24T04:23:21.934Z] Average: 27650789 31583551 704168 2.14 164825 3920511 1819921 5.36 1307872 3409627 27877 [2022-10-24T04:23:21.934Z] [2022-10-24T04:23:21.934Z] 04:08:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2022-10-24T04:23:21.934Z] 04:09:01 lo 6.67 6.67 0.65 0.65 0.00 0.00 0.00 0.00 [2022-10-24T04:23:21.934Z] 04:09:01 docker0 147.93 201.15 12.43 1821.59 0.00 0.00 0.00 0.00 [2022-10-24T04:23:21.934Z] 04:09:01 ens3 913.93 586.12 8185.59 105.10 0.00 0.00 0.00 0.00 [2022-10-24T04:23:21.934Z] 04:10:01 veth93b5fd5 3.18 3.70 0.22 11.01 0.00 0.00 0.00 0.00 [2022-10-24T04:23:21.934Z] 04:10:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 [2022-10-24T04:23:21.934Z] 04:10:01 docker0 3.18 3.78 0.17 11.02 0.00 0.00 0.00 0.00 [2022-10-24T04:23:21.934Z] 04:10:01 ens3 54.98 40.20 59.92 83.41 0.00 0.00 0.00 0.00 [2022-10-24T04:23:21.934Z] 04:11:01 lo 1.60 1.60 0.16 0.16 0.00 0.00 0.00 0.00 [2022-10-24T04:23:21.934Z] 04:11:01 docker0 14.76 18.75 0.87 87.82 0.00 0.00 0.00 0.00 [2022-10-24T04:23:21.934Z] 04:11:01 ens3 152.62 95.25 2625.09 19.91 0.00 0.00 0.00 0.00 [2022-10-24T04:23:21.934Z] 04:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-24T04:23:21.934Z] 04:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-24T04:23:21.934Z] 04:12:01 ens3 2.63 1.00 0.51 0.33 0.00 0.00 0.00 0.00 [2022-10-24T04:23:21.934Z] 04:13:01 lo 0.40 0.40 0.04 0.04 0.00 0.00 0.00 0.00 [2022-10-24T04:23:21.934Z] 04:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-24T04:23:21.934Z] 04:13:01 ens3 58.51 29.38 1299.47 2.73 0.00 0.00 0.00 0.00 [2022-10-24T04:23:21.934Z] 04:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-24T04:23:21.934Z] 04:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-24T04:23:21.934Z] 04:14:01 ens3 0.87 0.47 0.40 0.27 0.00 0.00 0.00 0.00 [2022-10-24T04:23:21.934Z] 04:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-24T04:23:21.934Z] 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-24T04:23:21.934Z] 04:15:01 ens3 0.12 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2022-10-24T04:23:21.934Z] 04:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-24T04:23:21.934Z] 04:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-24T04:23:21.934Z] 04:16:01 ens3 0.20 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-24T04:23:21.934Z] 04:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-24T04:23:21.934Z] 04:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-24T04:23:21.934Z] 04:17:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-24T04:23:21.934Z] 04:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-24T04:23:21.934Z] 04:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-24T04:23:21.934Z] 04:18:01 ens3 0.22 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-24T04:23:21.934Z] 04:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-24T04:23:21.934Z] 04:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-24T04:23:21.934Z] 04:19:01 ens3 0.18 0.08 0.08 0.06 0.00 0.00 0.00 0.00 [2022-10-24T04:23:21.934Z] 04:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-24T04:23:21.934Z] 04:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-24T04:23:21.934Z] 04:20:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-24T04:23:21.934Z] 04:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-24T04:23:21.934Z] 04:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-24T04:23:21.934Z] 04:21:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-24T04:23:21.934Z] 04:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-24T04:23:21.934Z] 04:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-24T04:23:21.934Z] 04:22:01 ens3 0.42 0.17 0.08 0.01 0.00 0.00 0.00 0.00 [2022-10-24T04:23:21.934Z] 04:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-24T04:23:21.934Z] 04:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-24T04:23:21.934Z] 04:23:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-24T04:23:21.934Z] Average: lo 0.69 0.69 0.06 0.06 0.00 0.00 0.00 0.00 [2022-10-24T04:23:21.934Z] Average: docker0 11.06 14.91 0.90 128.02 0.00 0.00 0.00 0.00 [2022-10-24T04:23:21.934Z] Average: ens3 79.00 50.20 811.37 14.12 0.00 0.00 0.00 0.00 [2022-10-24T04:23:21.934Z] [2022-10-24T04:23:21.934Z]