Pull request #1307 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 79355e312bfe44d179a53fdb703147f62f46463b+93a0268657819106988a1ad83ac56bb06d25ff7d (53acb42120b1612cdc2caf92766ae4cd1fa588e9) 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-ssh14411311592420008228.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh11771770288300333418.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-1307/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-1307/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh796646239757921250.key > 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-1307/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4271498145830327233.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh15397925165522426400.key > 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-1307/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-1307/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh14344727138789852234.key > 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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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/v3]] ========================================================= [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/v3 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-4835 in /w/workspace/gexfoundry_device-sdk-go_PR-1307 [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-1307 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1307/head:refs/remotes/origin/PR-1307 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 93a0268657819106988a1ad83ac56bb06d25ff7d into PR head commit 79355e312bfe44d179a53fdb703147f62f46463b Merge succeeded, producing 79355e312bfe44d179a53fdb703147f62f46463b Checking out Revision 79355e312bfe44d179a53fdb703147f62f46463b (PR-1307) Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 > git config core.sparsecheckout # timeout=10 > git checkout -f 79355e312bfe44d179a53fdb703147f62f46463b # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 93a0268657819106988a1ad83ac56bb06d25ff7d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 79355e312bfe44d179a53fdb703147f62f46463b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-07T04:12:57.191Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-07T04:12:57.378Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-07T04:12:57.472Z] ========================================================= [2023-02-07T04:12:57.472Z] EdgeX Global Pipelines Version Info [2023-02-07T04:12:57.472Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-07T04:12:58.234Z] ------------------- [2023-02-07T04:12:58.234Z] stable info: [2023-02-07T04:12:58.234Z] ------------------- [2023-02-07T04:12:58.234Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-07T04:12:58.234Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-07T04:12:58.234Z] Message: update stable to v1.0.244 [2023-02-07T04:12:58.807Z] ------------------- [2023-02-07T04:12:58.807Z] experimental info: [2023-02-07T04:12:58.807Z] ------------------- [2023-02-07T04:12:58.807Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-07T04:12:58.807Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-07T04:12:58.807Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-07T04:12:59.107Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2023-02-07T04:12:59.147Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2023-02-07T04:12:59.188Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-07T04:12:59.343Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-07T04:12:59.384Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-07T04:12:59.423Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-07T04:12:59.542Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-07T04:12:59.580Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2023-02-07T04:12:59.644Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-07T04:12:59.688Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-07T04:12:59.727Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-07T04:12:59.767Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2023-02-07T04:12:59.809Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-07T04:12:59.849Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-07T04:12:59.893Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-07T04:12:59.938Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-02-07T04:12:59.982Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-02-07T04:13:00.025Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-02-07T04:13:00.072Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-07T04:13:00.121Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-07T04:13:00.163Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-02-07T04:13:00.201Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-02-07T04:13:00.248Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-02-07T04:13:00.289Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-02-07T04:13:00.332Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-02-07T04:13:00.385Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-07T04:13:00.432Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-07T04:13:00.477Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1307 [Pipeline] echo [2023-02-07T04:13:00.519Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1307 [Pipeline] echo [2023-02-07T04:13:00.561Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1307 [Pipeline] echo [2023-02-07T04:13:00.607Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 79355e312bfe44d179a53fdb703147f62f46463b [Pipeline] echo [2023-02-07T04:13:00.653Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 79355e3 [Pipeline] echo [2023-02-07T04:13:00.696Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-07T04:13:00.813Z] provisioning config files... [2023-02-07T04:13:00.830Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1307@tmp/config11548551504881959505tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-07T04:13:01.171Z] ---> docker-login.sh [2023-02-07T04:13:01.171Z] nexus3.edgexfoundry.org:10001 [2023-02-07T04:13:01.431Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T04:13:01.431Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T04:13:01.431Z] Configure a credential helper to remove this warning. See [2023-02-07T04:13:01.431Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T04:13:01.431Z] [2023-02-07T04:13:01.431Z] Login Succeeded [2023-02-07T04:13:01.431Z] nexus3.edgexfoundry.org:10002 [2023-02-07T04:13:01.431Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T04:13:01.431Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T04:13:01.431Z] Configure a credential helper to remove this warning. See [2023-02-07T04:13:01.431Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T04:13:01.431Z] [2023-02-07T04:13:01.431Z] Login Succeeded [2023-02-07T04:13:01.431Z] nexus3.edgexfoundry.org:10003 [2023-02-07T04:13:01.689Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T04:13:01.689Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T04:13:01.689Z] Configure a credential helper to remove this warning. See [2023-02-07T04:13:01.689Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T04:13:01.689Z] [2023-02-07T04:13:01.689Z] Login Succeeded [2023-02-07T04:13:01.689Z] nexus3.edgexfoundry.org:10004 [2023-02-07T04:13:01.689Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T04:13:01.689Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T04:13:01.689Z] Configure a credential helper to remove this warning. See [2023-02-07T04:13:01.689Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T04:13:01.689Z] [2023-02-07T04:13:01.689Z] Login Succeeded [2023-02-07T04:13:01.689Z] docker.io [2023-02-07T04:13:01.949Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T04:13:01.949Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T04:13:01.949Z] Configure a credential helper to remove this warning. See [2023-02-07T04:13:01.949Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T04:13:01.949Z] [2023-02-07T04:13:01.949Z] Login Succeeded [2023-02-07T04:13:02.208Z] ---> docker-login.sh ends [Pipeline] } [2023-02-07T04:13:02.238Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-07T04:13:02.840Z] + git rev-list -1 --merges 79355e312bfe44d179a53fdb703147f62f46463b~1..79355e312bfe44d179a53fdb703147f62f46463b [Pipeline] echo [2023-02-07T04:13:02.913Z] -----------> git rev-list -1 --merges 79355e312bfe44d179a53fdb703147f62f46463b~1..79355e312bfe44d179a53fdb703147f62f46463b 79355e312bfe44d179a53fdb703147f62f46463b [false] [Pipeline] sh [2023-02-07T04:13:03.232Z] + git log --format=format:%s -1 79355e312bfe44d179a53fdb703147f62f46463b [Pipeline] echo [2023-02-07T04:13:03.271Z] ========================================================= [2023-02-07T04:13:03.271Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-07T04:13:03.271Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-07T04:13:03.683Z] + git log --format=format:%s -1 79355e312bfe44d179a53fdb703147f62f46463b [Pipeline] echo [2023-02-07T04:13:03.714Z] [semverPrep] GIT_COMMIT: 79355e312bfe44d179a53fdb703147f62f46463b, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v3 [Pipeline] echo [2023-02-07T04:13:03.739Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-02-07T04:13:04.113Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-07T04:13:04.113Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-07T04:13:04.113Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-07T04:13:04.113Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-07T04:13:04.113Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-07T04:13:04.113Z] sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-07T04:13:04.113Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T04:13:04.539Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-07T04:13:04.539Z] [2023-02-07T04:13:04.539Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T04:13:04.935Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-07T04:13:06.357Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-07T04:13:06.357Z] b85a868b505f: Pulling fs layer [2023-02-07T04:13:06.357Z] e2be974225ed: Pulling fs layer [2023-02-07T04:13:06.357Z] 339a4e72a1f5: Pulling fs layer [2023-02-07T04:13:06.357Z] 988bab9f4d93: Pulling fs layer [2023-02-07T04:13:06.357Z] 1469e6f7b9e6: Pulling fs layer [2023-02-07T04:13:06.357Z] eaf3925da568: Pulling fs layer [2023-02-07T04:13:06.357Z] bab4dde63d76: Pulling fs layer [2023-02-07T04:13:06.357Z] bde34c3a00c8: Pulling fs layer [2023-02-07T04:13:06.357Z] b352a97aabf1: Pulling fs layer [2023-02-07T04:13:06.357Z] 4872d77fe225: Pulling fs layer [2023-02-07T04:13:06.357Z] 988bab9f4d93: Waiting [2023-02-07T04:13:06.357Z] 5851b861e8e6: Pulling fs layer [2023-02-07T04:13:06.357Z] 1469e6f7b9e6: Waiting [2023-02-07T04:13:06.357Z] eaf3925da568: Waiting [2023-02-07T04:13:06.357Z] bab4dde63d76: Waiting [2023-02-07T04:13:06.357Z] bde34c3a00c8: Waiting [2023-02-07T04:13:06.357Z] b352a97aabf1: Waiting [2023-02-07T04:13:06.357Z] 4872d77fe225: Waiting [2023-02-07T04:13:06.357Z] 5851b861e8e6: Waiting [2023-02-07T04:13:06.357Z] e2be974225ed: Verifying Checksum [2023-02-07T04:13:06.357Z] e2be974225ed: Download complete [2023-02-07T04:13:06.357Z] 988bab9f4d93: Download complete [2023-02-07T04:13:06.357Z] 339a4e72a1f5: Verifying Checksum [2023-02-07T04:13:06.357Z] 339a4e72a1f5: Download complete [2023-02-07T04:13:06.618Z] eaf3925da568: Verifying Checksum [2023-02-07T04:13:06.618Z] eaf3925da568: Download complete [2023-02-07T04:13:06.618Z] 1469e6f7b9e6: Verifying Checksum [2023-02-07T04:13:06.618Z] 1469e6f7b9e6: Download complete [2023-02-07T04:13:06.618Z] bde34c3a00c8: Verifying Checksum [2023-02-07T04:13:06.618Z] bde34c3a00c8: Download complete [2023-02-07T04:13:06.618Z] b352a97aabf1: Verifying Checksum [2023-02-07T04:13:06.618Z] b352a97aabf1: Download complete [2023-02-07T04:13:06.618Z] 4872d77fe225: Download complete [2023-02-07T04:13:06.618Z] 5851b861e8e6: Download complete [2023-02-07T04:13:06.618Z] b85a868b505f: Verifying Checksum [2023-02-07T04:13:06.618Z] b85a868b505f: Download complete [2023-02-07T04:13:07.189Z] bab4dde63d76: Verifying Checksum [2023-02-07T04:13:07.189Z] bab4dde63d76: Download complete [2023-02-07T04:13:09.721Z] b85a868b505f: Pull complete [2023-02-07T04:13:10.850Z] e2be974225ed: Pull complete [2023-02-07T04:13:12.231Z] 339a4e72a1f5: Pull complete [2023-02-07T04:13:12.802Z] 988bab9f4d93: Pull complete [2023-02-07T04:13:13.740Z] 1469e6f7b9e6: Pull complete [2023-02-07T04:13:13.999Z] eaf3925da568: Pull complete [2023-02-07T04:13:16.536Z] bab4dde63d76: Pull complete [2023-02-07T04:13:16.536Z] bde34c3a00c8: Pull complete [2023-02-07T04:13:16.536Z] b352a97aabf1: Pull complete [2023-02-07T04:13:16.795Z] 4872d77fe225: Pull complete [2023-02-07T04:13:16.795Z] 5851b861e8e6: Pull complete [2023-02-07T04:13:16.795Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-07T04:13:16.795Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-07T04:13:16.795Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T04:13:17.026Z] prd-ubuntu20.04-docker-8c-8g-4835 does not seem to be running inside a container [2023-02-07T04:13:17.072Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-sdk-go_PR-1307 -v /w/workspace/gexfoundry_device-sdk-go_PR-1307:/w/workspace/gexfoundry_device-sdk-go_PR-1307:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1307@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1307@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 [2023-02-07T04:13:21.258Z] $ docker top a86b3fc2a3f02748a79a71d52817d47acb1339cd9606867faeaf90af1a740db2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-07T04:13:21.455Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-07T04:13:21.455Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-07T04:13:21.569Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-07T04:13:21.560Z] $ docker exec a86b3fc2a3f02748a79a71d52817d47acb1339cd9606867faeaf90af1a740db2 ssh-agent [2023-02-07T04:13:21.699Z] SSH_AUTH_SOCK=/tmp/ssh-MZVzZA8D7mAp/agent.32 [2023-02-07T04:13:21.700Z] SSH_AGENT_PID=38 [2023-02-07T04:13:21.710Z] Running ssh-add (command line suppressed) [2023-02-07T04:13:21.802Z] Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1307@tmp/private_key_16735208463040634972.key (/w/workspace/gexfoundry_device-sdk-go_PR-1307@tmp/private_key_16735208463040634972.key) [2023-02-07T04:13:21.834Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-07T04:13:22.175Z] + git tag --points-at HEAD [Pipeline] } [2023-02-07T04:13:22.186Z] $ docker exec --env ******** --env ******** a86b3fc2a3f02748a79a71d52817d47acb1339cd9606867faeaf90af1a740db2 ssh-agent -k [2023-02-07T04:13:22.294Z] unset SSH_AUTH_SOCK; [2023-02-07T04:13:22.295Z] unset SSH_AGENT_PID; [2023-02-07T04:13:22.295Z] echo Agent pid 38 killed; [2023-02-07T04:13:22.318Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-07T04:13:22.400Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-07T04:13:22.400Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-07T04:13:22.513Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-07T04:13:22.504Z] $ docker exec a86b3fc2a3f02748a79a71d52817d47acb1339cd9606867faeaf90af1a740db2 ssh-agent [2023-02-07T04:13:22.625Z] SSH_AUTH_SOCK=/tmp/ssh-x5iyiK5UEprH/agent.69 [2023-02-07T04:13:22.625Z] SSH_AGENT_PID=75 [2023-02-07T04:13:22.630Z] Running ssh-add (command line suppressed) [2023-02-07T04:13:22.720Z] Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1307@tmp/private_key_12914787791479729305.key (/w/workspace/gexfoundry_device-sdk-go_PR-1307@tmp/private_key_12914787791479729305.key) [2023-02-07T04:13:22.746Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-07T04:13:23.081Z] + git semver init [2023-02-07T04:13:23.341Z] 2023-02-07 04:13:23,267 [run_init] DEBUG init version:0.0.0 force:False [2023-02-07T04:13:23.341Z] 2023-02-07 04:13:23,268 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-sdk-go_PR-1307/.semver [2023-02-07T04:13:23.341Z] 2023-02-07 04:13:23,268 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/gexfoundry_device-sdk-go_PR-1307/.semver [2023-02-07T04:13:23.341Z] 2023-02-07 04:13:23,269 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/gexfoundry_device-sdk-go_PR-1307/.semver'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1307, universal_newlines=False, shell=None, istream=None) [2023-02-07T04:13:24.722Z] 2023-02-07 04:13:24,330 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-sdk-go_PR-1307/.git/info/exclude [2023-02-07T04:13:24.722Z] 2023-02-07 04:13:24,330 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-sdk-go_PR-1307/.semver/PR-1307 with force:False [2023-02-07T04:13:24.722Z] 2023-02-07 04:13:24,330 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-sdk-go_PR-1307/.semver/PR-1307 [2023-02-07T04:13:24.722Z] 2023-02-07 04:13:24,335 [execute] INFO git cat-file --batch-check [2023-02-07T04:13:24.722Z] 2023-02-07 04:13:24,335 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1307/.semver, universal_newlines=False, shell=None, istream=) [2023-02-07T04:13:24.722Z] 2023-02-07 04:13:24,342 [execute] INFO git cat-file --batch [2023-02-07T04:13:24.722Z] 2023-02-07 04:13:24,342 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1307/.semver, universal_newlines=False, shell=None, istream=) [2023-02-07T04:13:24.722Z] 2023-02-07 04:13:24,348 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-sdk-go_PR-1307/.semver/PR-1307 [2023-02-07T04:13:24.722Z] 0.0.0 [Pipeline] } [2023-02-07T04:13:24.735Z] $ docker exec --env ******** --env ******** a86b3fc2a3f02748a79a71d52817d47acb1339cd9606867faeaf90af1a740db2 ssh-agent -k [2023-02-07T04:13:24.841Z] unset SSH_AUTH_SOCK; [2023-02-07T04:13:24.841Z] unset SSH_AGENT_PID; [2023-02-07T04:13:24.841Z] echo Agent pid 75 killed; [2023-02-07T04:13:24.864Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-07T04:13:25.292Z] + git semver [Pipeline] } [2023-02-07T04:13:25.570Z] $ docker stop --time=1 a86b3fc2a3f02748a79a71d52817d47acb1339cd9606867faeaf90af1a740db2 [2023-02-07T04:13:26.863Z] $ docker rm -f --volumes a86b3fc2a3f02748a79a71d52817d47acb1339cd9606867faeaf90af1a740db2 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-07T04:13:27.278Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-07T04:13:27.540Z] Stashed 1 file(s) [Pipeline] echo [2023-02-07T04:13:27.563Z] [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 [2023-02-07T04:13:28.113Z] provisioning config files... [2023-02-07T04:13:28.125Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1307@tmp/config5043159770145478589tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-07T04:13:28.465Z] ---> docker-login.sh [2023-02-07T04:13:28.465Z] nexus3.edgexfoundry.org:10001 [2023-02-07T04:13:28.465Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T04:13:28.465Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T04:13:28.465Z] Configure a credential helper to remove this warning. See [2023-02-07T04:13:28.465Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T04:13:28.465Z] [2023-02-07T04:13:28.465Z] Login Succeeded [2023-02-07T04:13:28.465Z] nexus3.edgexfoundry.org:10002 [2023-02-07T04:13:28.465Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T04:13:28.465Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T04:13:28.465Z] Configure a credential helper to remove this warning. See [2023-02-07T04:13:28.465Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T04:13:28.465Z] [2023-02-07T04:13:28.465Z] Login Succeeded [2023-02-07T04:13:28.465Z] nexus3.edgexfoundry.org:10003 [2023-02-07T04:13:28.725Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T04:13:28.725Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T04:13:28.725Z] Configure a credential helper to remove this warning. See [2023-02-07T04:13:28.725Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T04:13:28.725Z] [2023-02-07T04:13:28.725Z] Login Succeeded [2023-02-07T04:13:28.725Z] nexus3.edgexfoundry.org:10004 [2023-02-07T04:13:28.725Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T04:13:28.725Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T04:13:28.725Z] Configure a credential helper to remove this warning. See [2023-02-07T04:13:28.725Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T04:13:28.725Z] [2023-02-07T04:13:28.725Z] Login Succeeded [2023-02-07T04:13:28.725Z] docker.io [2023-02-07T04:13:28.984Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T04:13:28.984Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T04:13:28.984Z] Configure a credential helper to remove this warning. See [2023-02-07T04:13:28.984Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T04:13:28.984Z] [2023-02-07T04:13:28.984Z] Login Succeeded [2023-02-07T04:13:29.244Z] ---> docker-login.sh ends [Pipeline] } [2023-02-07T04:13:29.275Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-07T04:13:29.468Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-07T04:13:29.505Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-07T04:13:29.534Z] ========================================================= [2023-02-07T04:13:29.534Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-07T04:13:29.534Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T04:13:30.005Z] + 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 . [2023-02-07T04:13:30.005Z] Sending build context to Docker daemon 10.52MB [2023-02-07T04:13:30.005Z] Step 1/10 : ARG BASE=golang:1.18-alpine3.16 [2023-02-07T04:13:30.005Z] Step 2/10 : FROM ${BASE} AS builder [2023-02-07T04:13:30.005Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-07T04:13:30.005Z] 213ec9aee27d: Pulling fs layer [2023-02-07T04:13:30.005Z] 4583459ba037: Pulling fs layer [2023-02-07T04:13:30.005Z] 93c1e223e6f2: Pulling fs layer [2023-02-07T04:13:30.005Z] 53926ce57604: Pulling fs layer [2023-02-07T04:13:30.005Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-07T04:13:30.005Z] 22ff95d597cd: Pulling fs layer [2023-02-07T04:13:30.005Z] 12d6caf4c0d1: Pulling fs layer [2023-02-07T04:13:30.005Z] 96b7cbca73a9: Pulling fs layer [2023-02-07T04:13:30.005Z] a7acece74701: Pulling fs layer [2023-02-07T04:13:30.005Z] 12d6caf4c0d1: Waiting [2023-02-07T04:13:30.005Z] 21b2b0c7a3f4: Waiting [2023-02-07T04:13:30.005Z] 96b7cbca73a9: Waiting [2023-02-07T04:13:30.005Z] 22ff95d597cd: Waiting [2023-02-07T04:13:30.005Z] a7acece74701: Waiting [2023-02-07T04:13:30.005Z] 53926ce57604: Waiting [2023-02-07T04:13:30.286Z] 93c1e223e6f2: Verifying Checksum [2023-02-07T04:13:30.286Z] 93c1e223e6f2: Download complete [2023-02-07T04:13:30.286Z] 4583459ba037: Verifying Checksum [2023-02-07T04:13:30.286Z] 4583459ba037: Download complete [2023-02-07T04:13:30.286Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-07T04:13:30.286Z] 21b2b0c7a3f4: Download complete [2023-02-07T04:13:30.286Z] 22ff95d597cd: Verifying Checksum [2023-02-07T04:13:30.286Z] 22ff95d597cd: Download complete [2023-02-07T04:13:30.286Z] 213ec9aee27d: Verifying Checksum [2023-02-07T04:13:30.286Z] 213ec9aee27d: Download complete [2023-02-07T04:13:30.286Z] 12d6caf4c0d1: Verifying Checksum [2023-02-07T04:13:30.286Z] 12d6caf4c0d1: Download complete [2023-02-07T04:13:30.553Z] 213ec9aee27d: Pull complete [2023-02-07T04:13:30.553Z] 4583459ba037: Pull complete [2023-02-07T04:13:30.553Z] 93c1e223e6f2: Pull complete [2023-02-07T04:13:31.133Z] a7acece74701: Verifying Checksum [2023-02-07T04:13:31.133Z] a7acece74701: Download complete [2023-02-07T04:13:31.393Z] 96b7cbca73a9: Verifying Checksum [2023-02-07T04:13:31.393Z] 96b7cbca73a9: Download complete [2023-02-07T04:13:31.393Z] 53926ce57604: Verifying Checksum [2023-02-07T04:13:31.393Z] 53926ce57604: Download complete [2023-02-07T04:13:36.661Z] 53926ce57604: Pull complete [2023-02-07T04:13:36.661Z] 21b2b0c7a3f4: Pull complete [2023-02-07T04:13:36.661Z] 22ff95d597cd: Pull complete [2023-02-07T04:13:36.661Z] 12d6caf4c0d1: Pull complete [2023-02-07T04:13:38.033Z] 96b7cbca73a9: Pull complete [2023-02-07T04:13:38.968Z] a7acece74701: Pull complete [2023-02-07T04:13:38.968Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-07T04:13:38.968Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-07T04:13:38.968Z] ---> db6d94c90886 [2023-02-07T04:13:38.968Z] Step 3/10 : ARG MAKE=make build [2023-02-07T04:13:42.941Z] Still waiting to schedule task [2023-02-07T04:13:42.941Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-02-07T04:13:45.659Z] ---> Running in ef02f034a89f [2023-02-07T04:13:45.919Z] Removing intermediate container ef02f034a89f [2023-02-07T04:13:45.919Z] ---> 687ef2f42946 [2023-02-07T04:13:45.919Z] Step 4/10 : WORKDIR /device-sdk-go [2023-02-07T04:13:45.919Z] ---> Running in 464f5af16037 [2023-02-07T04:13:45.919Z] Removing intermediate container 464f5af16037 [2023-02-07T04:13:45.919Z] ---> a1352dc34434 [2023-02-07T04:13:45.919Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-07T04:13:45.919Z] ---> Running in 29ffa656c5a9 [2023-02-07T04:13:45.919Z] Removing intermediate container 29ffa656c5a9 [2023-02-07T04:13:45.919Z] ---> bf03b1d8e7f7 [2023-02-07T04:13:45.919Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-02-07T04:13:45.919Z] ---> Running in e2f5f245051f [2023-02-07T04:13:46.486Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-07T04:13:46.486Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-07T04:13:47.055Z] OK: 211 MiB in 51 packages [2023-02-07T04:13:47.313Z] Removing intermediate container e2f5f245051f [2023-02-07T04:13:47.313Z] ---> 0f208f3d2697 [2023-02-07T04:13:47.313Z] Step 7/10 : COPY go.mod vendor* ./ [2023-02-07T04:13:47.570Z] ---> 87b11f41637b [2023-02-07T04:13:47.570Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T04:13:47.570Z] ---> Running in 6f0a32a7f966 [2023-02-07T04:14:34.305Z] Removing intermediate container 6f0a32a7f966 [2023-02-07T04:14:34.305Z] ---> 9842ea14f7ae [2023-02-07T04:14:34.305Z] Step 9/10 : COPY . . [2023-02-07T04:14:34.305Z] ---> eea9c5cb3409 [2023-02-07T04:14:34.305Z] Step 10/10 : RUN ${MAKE} [2023-02-07T04:14:34.305Z] ---> Running in 04f5a9f9f5e1 [2023-02-07T04:14:34.305Z] noop [2023-02-07T04:14:34.305Z] Removing intermediate container 04f5a9f9f5e1 [2023-02-07T04:14:34.305Z] ---> e8b7400ebacd [2023-02-07T04:14:34.305Z] Successfully built e8b7400ebacd [2023-02-07T04:14:34.305Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T04:14:34.752Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-07T04:14:34.752Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T04:14:34.890Z] prd-ubuntu20.04-docker-8c-8g-4835 does not seem to be running inside a container [2023-02-07T04:14:34.918Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1307 -v /w/workspace/gexfoundry_device-sdk-go_PR-1307:/w/workspace/gexfoundry_device-sdk-go_PR-1307:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1307@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1307@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 [2023-02-07T04:14:35.310Z] $ docker top 854751a49b00896a54eaef7c0081644a8d069a8798cbb70ad923a110c28873dc -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-07T04:14:35.719Z] + go version [2023-02-07T04:14:35.719Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-07T04:14:35.743Z] $ docker stop --time=1 854751a49b00896a54eaef7c0081644a8d069a8798cbb70ad923a110c28873dc [2023-02-07T04:14:37.027Z] $ docker rm -f --volumes 854751a49b00896a54eaef7c0081644a8d069a8798cbb70ad923a110c28873dc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T04:14:37.758Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-07T04:14:37.758Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T04:14:37.912Z] prd-ubuntu20.04-docker-8c-8g-4835 does not seem to be running inside a container [2023-02-07T04:14:37.943Z] $ 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-1307 -v /w/workspace/gexfoundry_device-sdk-go_PR-1307:/w/workspace/gexfoundry_device-sdk-go_PR-1307:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1307@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1307@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 [2023-02-07T04:14:38.279Z] $ docker top 261d59bbf5a1a4092512158fdd02c0689268b956c0d43975b9c6283ffd025402 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-07T04:14:38.679Z] + git config --global --add safe.directory /w/workspace/gexfoundry_device-sdk-go_PR-1307 [Pipeline] fileExists [Pipeline] sh [2023-02-07T04:14:39.038Z] + make test [2023-02-07T04:14:39.038Z] go test -race -coverprofile=coverage.out ./... [2023-02-07T04:14:45.608Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-02-07T04:15:00.553Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-02-07T04:15:00.553Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-02-07T04:15:00.553Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-02-07T04:15:00.553Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-02-07T04:15:00.553Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-02-07T04:15:00.553Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.078s coverage: 27.6% of statements [2023-02-07T04:15:00.553Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.076s coverage: 78.9% of statements [2023-02-07T04:15:00.553Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] [2023-02-07T04:15:00.553Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.117s coverage: 77.8% of statements [2023-02-07T04:15:00.553Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-02-07T04:15:00.553Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-02-07T04:15:00.827Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.128s coverage: 59.8% of statements [2023-02-07T04:15:00.827Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-02-07T04:15:00.827Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging [no test files] [2023-02-07T04:15:00.827Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-02-07T04:15:00.827Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.108s coverage: 65.2% of statements [2023-02-07T04:15:00.827Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-02-07T04:15:00.827Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-02-07T04:15:00.827Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.793s coverage: 89.2% of statements [2023-02-07T04:15:00.827Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] [2023-02-07T04:15:01.104Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.068s coverage: 4.7% of statements [2023-02-07T04:15:01.104Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-02-07T04:15:23.051Z] 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." [2023-02-07T04:15:23.051Z] GO111MODULE=on go vet ./... [2023-02-07T04:15:24.424Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-07T04:15:24.424Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-07T04:15:24.424Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-07T04:15:24.709Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-07T04:15:24.736Z] $ docker stop --time=1 261d59bbf5a1a4092512158fdd02c0689268b956c0d43975b9c6283ffd025402 [2023-02-07T04:15:28.608Z] $ docker rm -f --volumes 261d59bbf5a1a4092512158fdd02c0689268b956c0d43975b9c6283ffd025402 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-07T04:15:29.200Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-07T04:15:29.277Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-02-07T04:15:29.954Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-07T04:15:30.261Z] + ls -al . [2023-02-07T04:15:30.261Z] total 272 [2023-02-07T04:15:30.261Z] drwxrwxr-x 11 jenkins jenkins 4096 Feb 7 04:14 . [2023-02-07T04:15:30.261Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 7 04:04 .. [2023-02-07T04:15:30.261Z] -rw-rw-r-- 1 jenkins jenkins 140 Feb 7 04:04 .dockerignore [2023-02-07T04:15:30.261Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 7 04:15 .git [2023-02-07T04:15:30.261Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 7 04:04 .github [2023-02-07T04:15:30.261Z] -rw-rw-r-- 1 jenkins jenkins 131 Feb 7 04:04 .gitignore [2023-02-07T04:15:30.261Z] -rw-rw-r-- 1 jenkins jenkins 42 Feb 7 04:04 .golangci.yml [2023-02-07T04:15:30.261Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 7 04:13 .semver [2023-02-07T04:15:30.261Z] -rw-rw-r-- 1 jenkins jenkins 31677 Feb 7 04:04 CHANGELOG.md [2023-02-07T04:15:30.261Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 7 04:04 GOVERNANCE.md [2023-02-07T04:15:30.261Z] -rw-rw-r-- 1 jenkins jenkins 885 Feb 7 04:04 Jenkinsfile [2023-02-07T04:15:30.261Z] -rw-rw-r-- 1 jenkins jenkins 11341 Feb 7 04:04 LICENSE [2023-02-07T04:15:30.261Z] -rw-rw-r-- 1 jenkins jenkins 1679 Feb 7 04:04 Makefile [2023-02-07T04:15:30.261Z] -rw-rw-r-- 1 jenkins jenkins 619 Feb 7 04:04 OWNERS.md [2023-02-07T04:15:30.261Z] -rw-rw-r-- 1 jenkins jenkins 4891 Feb 7 04:04 README.md [2023-02-07T04:15:30.261Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 7 04:13 VERSION [2023-02-07T04:15:30.261Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 7 04:04 bin [2023-02-07T04:15:30.261Z] -rw-r--r-- 1 jenkins jenkins 100848 Feb 7 04:15 coverage.out [2023-02-07T04:15:30.261Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 7 04:04 example [2023-02-07T04:15:30.261Z] -rw-rw-r-- 1 jenkins jenkins 3264 Feb 7 04:04 go.mod [2023-02-07T04:15:30.261Z] -rw-rw-r-- 1 jenkins jenkins 32817 Feb 7 04:04 go.sum [2023-02-07T04:15:30.261Z] drwxrwxr-x 13 jenkins jenkins 4096 Feb 7 04:04 internal [2023-02-07T04:15:30.261Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 7 04:04 openapi [2023-02-07T04:15:30.261Z] drwxrwxr-x 6 jenkins jenkins 4096 Feb 7 04:04 pkg [2023-02-07T04:15:30.261Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 7 04:04 snap [2023-02-07T04:15:30.261Z] -rw-rw-r-- 1 jenkins jenkins 222 Feb 7 04:04 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T04:15:30.656Z] + 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=79355e312bfe44d179a53fdb703147f62f46463b --label arch=amd64 --label version=0.0.0 . [2023-02-07T04:15:30.656Z] Sending build context to Docker daemon 10.62MB [2023-02-07T04:15:30.656Z] Step 1/23 : ARG BASE=golang:1.18-alpine3.16 [2023-02-07T04:15:30.656Z] Step 2/23 : FROM ${BASE} AS builder [2023-02-07T04:15:30.656Z] ---> e8b7400ebacd [2023-02-07T04:15:30.656Z] Step 3/23 : ARG MAKE=make build [2023-02-07T04:15:30.915Z] ---> Running in 7fcaa231f828 [2023-02-07T04:15:31.173Z] Removing intermediate container 7fcaa231f828 [2023-02-07T04:15:31.173Z] ---> 53d406afe2e5 [2023-02-07T04:15:31.173Z] Step 4/23 : WORKDIR /device-sdk-go [2023-02-07T04:15:31.173Z] ---> Running in 59092b5b5b9b [2023-02-07T04:15:31.173Z] Removing intermediate container 59092b5b5b9b [2023-02-07T04:15:31.173Z] ---> fb83daf36b45 [2023-02-07T04:15:31.173Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-07T04:15:31.173Z] ---> Running in 444c3f5313bf [2023-02-07T04:15:31.173Z] Removing intermediate container 444c3f5313bf [2023-02-07T04:15:31.173Z] ---> 75bd18f7e362 [2023-02-07T04:15:31.173Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-02-07T04:15:31.173Z] ---> Running in 359f0eaeff0c [2023-02-07T04:15:31.739Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-07T04:15:31.739Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-07T04:15:31.998Z] OK: 211 MiB in 51 packages [2023-02-07T04:15:32.565Z] Removing intermediate container 359f0eaeff0c [2023-02-07T04:15:32.565Z] ---> f9256d16b1f4 [2023-02-07T04:15:32.565Z] Step 7/23 : COPY go.mod vendor* ./ [2023-02-07T04:15:32.565Z] ---> 5a2d6c6066da [2023-02-07T04:15:32.565Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T04:15:32.565Z] ---> Running in a4e34f102c0b [2023-02-07T04:15:33.498Z] Removing intermediate container a4e34f102c0b [2023-02-07T04:15:33.498Z] ---> 52b1020793b6 [2023-02-07T04:15:33.498Z] Step 9/23 : COPY . . [2023-02-07T04:15:34.064Z] ---> e7a8f975786c [2023-02-07T04:15:34.064Z] Step 10/23 : RUN ${MAKE} [2023-02-07T04:15:34.064Z] ---> Running in 2d6a898b114e [2023-02-07T04:15:34.322Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=0.0.0" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-02-07T04:16:00.852Z] Removing intermediate container 2d6a898b114e [2023-02-07T04:16:00.852Z] ---> 775e52a1687b [2023-02-07T04:16:00.852Z] Step 11/23 : FROM alpine:3.16 [2023-02-07T04:16:00.852Z] 3.16: Pulling from library/alpine [2023-02-07T04:16:00.852Z] ca7dd9ec2225: Pulling fs layer [2023-02-07T04:16:00.852Z] ca7dd9ec2225: Download complete [2023-02-07T04:16:00.852Z] ca7dd9ec2225: Pull complete [2023-02-07T04:16:00.852Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-07T04:16:00.852Z] Status: Downloaded newer image for alpine:3.16 [2023-02-07T04:16:00.852Z] ---> bfe296a52501 [2023-02-07T04:16:00.852Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-02-07T04:16:00.852Z] ---> Running in cc757cf29f2b [2023-02-07T04:16:00.852Z] Removing intermediate container cc757cf29f2b [2023-02-07T04:16:00.852Z] ---> aa3db0bf079e [2023-02-07T04:16:00.852Z] Step 13/23 : RUN apk add --update --no-cache [2023-02-07T04:16:00.852Z] ---> Running in 33c414dfaf30 [2023-02-07T04:16:00.852Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-07T04:16:00.852Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-07T04:16:00.853Z] OK: 6 MiB in 14 packages [2023-02-07T04:16:00.853Z] Removing intermediate container 33c414dfaf30 [2023-02-07T04:16:00.853Z] ---> adbbffb086e8 [2023-02-07T04:16:00.853Z] Step 14/23 : WORKDIR / [2023-02-07T04:16:00.853Z] ---> Running in 5ff75fbd3b75 [2023-02-07T04:16:01.112Z] Removing intermediate container 5ff75fbd3b75 [2023-02-07T04:16:01.112Z] ---> 941b1cafbb4c [2023-02-07T04:16:01.112Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-02-07T04:16:01.112Z] ---> cc6d10718416 [2023-02-07T04:16:01.112Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-02-07T04:16:02.571Z] ---> b5641dc4df8d [2023-02-07T04:16:02.571Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-02-07T04:16:02.571Z] ---> e2ba590a170d [2023-02-07T04:16:02.571Z] Step 18/23 : EXPOSE 59999 [2023-02-07T04:16:02.571Z] ---> Running in 78e085eea983 [2023-02-07T04:16:02.830Z] Removing intermediate container 78e085eea983 [2023-02-07T04:16:02.831Z] ---> 5bdd15f775ba [2023-02-07T04:16:02.831Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-02-07T04:16:02.831Z] ---> Running in 6ccb71b63560 [2023-02-07T04:16:02.831Z] Removing intermediate container 6ccb71b63560 [2023-02-07T04:16:02.831Z] ---> 406dd470e576 [2023-02-07T04:16:02.831Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-07T04:16:02.831Z] ---> Running in 5af4c52146f2 [2023-02-07T04:16:02.831Z] Removing intermediate container 5af4c52146f2 [2023-02-07T04:16:02.831Z] ---> 40228f3a5ed6 [2023-02-07T04:16:02.831Z] Step 21/23 : LABEL arch=amd64 [2023-02-07T04:16:02.831Z] ---> Running in 05967c9cf0ff [2023-02-07T04:16:03.089Z] Removing intermediate container 05967c9cf0ff [2023-02-07T04:16:03.089Z] ---> ccffcc06a3c9 [2023-02-07T04:16:03.089Z] Step 22/23 : LABEL git_sha=79355e312bfe44d179a53fdb703147f62f46463b [2023-02-07T04:16:03.089Z] ---> Running in f0a9aa94d0c0 [2023-02-07T04:16:03.089Z] Removing intermediate container f0a9aa94d0c0 [2023-02-07T04:16:03.089Z] ---> 2736ba9be214 [2023-02-07T04:16:03.089Z] Step 23/23 : LABEL version=0.0.0 [2023-02-07T04:16:03.089Z] ---> Running in 29e55d386f47 [2023-02-07T04:16:03.089Z] Removing intermediate container 29e55d386f47 [2023-02-07T04:16:03.089Z] ---> 8453a38f86b8 [2023-02-07T04:16:03.089Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-07T04:16:03.089Z] Successfully built 8453a38f86b8 [2023-02-07T04:16:03.089Z] 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 [2023-02-07T04:16:03.944Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-07T04:16:03.944Z] [2023-02-07T04:16:03.944Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T04:16:04.326Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-07T04:16:04.326Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-07T04:16:04.326Z] 5eb5b503b376: Pulling fs layer [2023-02-07T04:16:04.326Z] 5c69ac0246d0: Pulling fs layer [2023-02-07T04:16:04.326Z] ec43610c2a17: Pulling fs layer [2023-02-07T04:16:04.326Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-07T04:16:04.326Z] 33b1e0a273af: Pulling fs layer [2023-02-07T04:16:04.326Z] 3a2ae6a8a46f: Waiting [2023-02-07T04:16:04.326Z] 5d3b04190fa2: Pulling fs layer [2023-02-07T04:16:04.326Z] 2f39f015ded8: Pulling fs layer [2023-02-07T04:16:04.326Z] 5d3b04190fa2: Waiting [2023-02-07T04:16:04.326Z] 2f39f015ded8: Waiting [2023-02-07T04:16:04.326Z] 5c69ac0246d0: Verifying Checksum [2023-02-07T04:16:04.326Z] 5c69ac0246d0: Download complete [2023-02-07T04:16:04.326Z] 3a2ae6a8a46f: Verifying Checksum [2023-02-07T04:16:04.326Z] 3a2ae6a8a46f: Download complete [2023-02-07T04:16:04.589Z] 33b1e0a273af: Verifying Checksum [2023-02-07T04:16:04.589Z] 33b1e0a273af: Download complete [2023-02-07T04:16:04.589Z] 5d3b04190fa2: Verifying Checksum [2023-02-07T04:16:04.589Z] 5d3b04190fa2: Download complete [2023-02-07T04:16:04.589Z] ec43610c2a17: Verifying Checksum [2023-02-07T04:16:04.589Z] ec43610c2a17: Download complete [2023-02-07T04:16:04.850Z] 5eb5b503b376: Verifying Checksum [2023-02-07T04:16:04.850Z] 5eb5b503b376: Download complete [2023-02-07T04:16:05.417Z] 2f39f015ded8: Download complete [2023-02-07T04:16:05.987Z] 5eb5b503b376: Pull complete [2023-02-07T04:16:06.245Z] 5c69ac0246d0: Pull complete [2023-02-07T04:16:06.812Z] ec43610c2a17: Pull complete [2023-02-07T04:16:06.812Z] 3a2ae6a8a46f: Pull complete [2023-02-07T04:16:07.069Z] 33b1e0a273af: Pull complete [2023-02-07T04:16:07.069Z] 5d3b04190fa2: Pull complete [2023-02-07T04:16:12.335Z] 2f39f015ded8: Pull complete [2023-02-07T04:16:12.335Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-07T04:16:12.335Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-07T04:16:12.335Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T04:16:12.549Z] prd-ubuntu20.04-docker-8c-8g-4835 does not seem to be running inside a container [2023-02-07T04:16:12.578Z] $ 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-1307 -v /w/workspace/gexfoundry_device-sdk-go_PR-1307:/w/workspace/gexfoundry_device-sdk-go_PR-1307:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1307@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1307@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 [2023-02-07T04:16:19.526Z] $ docker top b76b6cbb1586f70de9b7071e0850e799c0ee3c5b6360f85eec5a5569185fc5b5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-07T04:16:19.970Z] ---> job-cost.sh [2023-02-07T04:16:19.970Z] lf-activate-venv: SKIPPING [2023-02-07T04:16:19.970Z] INFO: No Stack... [2023-02-07T04:16:20.537Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-07T04:16:20.797Z] INFO: Archiving Costs [Pipeline] sh [2023-02-07T04:16:21.109Z] + + cut -d, -f6cat [2023-02-07T04:16:21.109Z] /w/workspace/gexfoundry_device-sdk-go_PR-1307/archives/cost.csv [Pipeline] lock [2023-02-07T04:16:21.149Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1307-1-stack-cost] [2023-02-07T04:16:21.154Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-1307-1-stack-cost] did not exist. Created. [2023-02-07T04:16:21.155Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1307-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-07T04:16:21.543Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-02-07T04:16:21.595Z] Stashed 1 file(s) [Pipeline] } [2023-02-07T04:16:21.622Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1307-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-07T04:16:21.697Z] $ docker stop --time=1 b76b6cbb1586f70de9b7071e0850e799c0ee3c5b6360f85eec5a5569185fc5b5 [2023-02-07T04:16:22.856Z] $ docker rm -f --volumes b76b6cbb1586f70de9b7071e0850e799c0ee3c5b6360f85eec5a5569185fc5b5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-02-07T04:16:53.144Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4840 in /w/workspace/gexfoundry_device-sdk-go_PR-1307 [Pipeline] { [Pipeline] ws [2023-02-07T04:16:53.198Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2023-02-07T04:16:53.281Z] The recommended git tool is: git [2023-02-07T04:16:59.845Z] using credential edgex-jenkins-ssh [2023-02-07T04:16:59.866Z] Cloning the remote Git repository [2023-02-07T04:16:59.655Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2023-02-07T04:16:59.753Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2023-02-07T04:16:59.970Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2023-02-07T04:16:59.971Z] > git --version # timeout=10 [2023-02-07T04:17:00.005Z] > git --version # 'git version 2.25.1' [2023-02-07T04:17:00.007Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-07T04:17:00.085Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-07T04:17:01.821Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2023-02-07T04:17:01.854Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-07T04:17:02.875Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2023-02-07T04:17:02.928Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2023-02-07T04:17:02.929Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-07T04:17:02.949Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1307/head:refs/remotes/origin/PR-1307 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-02-07T04:17:03.911Z] Merging remotes/origin/main commit 93a0268657819106988a1ad83ac56bb06d25ff7d into PR head commit 79355e312bfe44d179a53fdb703147f62f46463b [2023-02-07T04:17:04.185Z] Merge succeeded, producing 79355e312bfe44d179a53fdb703147f62f46463b [2023-02-07T04:17:04.186Z] Checking out Revision 79355e312bfe44d179a53fdb703147f62f46463b (PR-1307) [2023-02-07T04:17:04.805Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v3" [2023-02-07T04:17:04.557Z] > git --version # timeout=10 [2023-02-07T04:17:04.571Z] > git --version # 'git version 2.25.1' [2023-02-07T04:17:04.588Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-07T04:17:03.630Z] > git config core.sparsecheckout # timeout=10 [2023-02-07T04:17:03.650Z] > git checkout -f 79355e312bfe44d179a53fdb703147f62f46463b # timeout=10 [2023-02-07T04:17:03.772Z] > git remote # timeout=10 [2023-02-07T04:17:03.798Z] > git config --get remote.origin.url # timeout=10 [2023-02-07T04:17:03.818Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-07T04:17:03.832Z] > git merge 93a0268657819106988a1ad83ac56bb06d25ff7d # timeout=10 [2023-02-07T04:17:03.859Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-02-07T04:17:03.885Z] > git config core.sparsecheckout # timeout=10 [2023-02-07T04:17:03.901Z] > git checkout -f 79355e312bfe44d179a53fdb703147f62f46463b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-07T04:17:06.147Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-07T04:17:06.147Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-07T04:17:06.147Z] Dload Upload Total Spent Left Speed [2023-02-07T04:17:06.147Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 226k 0 --:--:-- --:--:-- --:--:-- 226k [Pipeline] sh [2023-02-07T04:17:06.824Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-07T04:17:07.189Z] + sudo tee /etc/docker/daemon.new [2023-02-07T04:17:07.189Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-07T04:17:07.189Z] { [2023-02-07T04:17:07.189Z] "registry-mirrors": [ [2023-02-07T04:17:07.189Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-07T04:17:07.189Z] ], [2023-02-07T04:17:07.189Z] "bip": "10.250.0.254/24", [2023-02-07T04:17:07.189Z] "hosts": [ [2023-02-07T04:17:07.189Z] "tcp://0.0.0.0:5555", [2023-02-07T04:17:07.189Z] "unix:///var/run/docker.sock" [2023-02-07T04:17:07.189Z] ], [2023-02-07T04:17:07.189Z] "mtu": 1458, [2023-02-07T04:17:07.189Z] "selinux-enabled": true, [2023-02-07T04:17:07.189Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-07T04:17:07.189Z] } [Pipeline] sh [2023-02-07T04:17:07.544Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-07T04:17:07.910Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-07T04:17:26.267Z] provisioning config files... [2023-02-07T04:17:26.299Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config8104406592645239535tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-07T04:17:26.709Z] ---> docker-login.sh [2023-02-07T04:17:26.709Z] nexus3.edgexfoundry.org:10001 [2023-02-07T04:17:27.308Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T04:17:27.904Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T04:17:27.904Z] Configure a credential helper to remove this warning. See [2023-02-07T04:17:27.904Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T04:17:27.904Z] [2023-02-07T04:17:27.904Z] Login Succeeded [2023-02-07T04:17:27.904Z] nexus3.edgexfoundry.org:10002 [2023-02-07T04:17:28.174Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T04:17:28.174Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T04:17:28.174Z] Configure a credential helper to remove this warning. See [2023-02-07T04:17:28.174Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T04:17:28.174Z] [2023-02-07T04:17:28.174Z] Login Succeeded [2023-02-07T04:17:28.174Z] nexus3.edgexfoundry.org:10003 [2023-02-07T04:17:28.449Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T04:17:28.720Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T04:17:28.720Z] Configure a credential helper to remove this warning. See [2023-02-07T04:17:28.720Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T04:17:28.720Z] [2023-02-07T04:17:28.720Z] Login Succeeded [2023-02-07T04:17:28.720Z] nexus3.edgexfoundry.org:10004 [2023-02-07T04:17:28.993Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T04:17:29.265Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T04:17:29.265Z] Configure a credential helper to remove this warning. See [2023-02-07T04:17:29.265Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T04:17:29.265Z] [2023-02-07T04:17:29.265Z] Login Succeeded [2023-02-07T04:17:29.265Z] docker.io [2023-02-07T04:17:29.536Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T04:17:29.805Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T04:17:29.805Z] Configure a credential helper to remove this warning. See [2023-02-07T04:17:29.805Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T04:17:29.805Z] [2023-02-07T04:17:29.805Z] Login Succeeded [2023-02-07T04:17:29.805Z] ---> docker-login.sh ends [Pipeline] } [2023-02-07T04:17:29.836Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-07T04:17:30.265Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-07T04:17:30.302Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-07T04:17:30.339Z] ========================================================= [2023-02-07T04:17:30.339Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-07T04:17:30.339Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T04:17:30.840Z] + 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 . [2023-02-07T04:17:31.125Z] Sending build context to Docker daemon 5.648MB [2023-02-07T04:17:31.405Z] Step 1/10 : ARG BASE=golang:1.18-alpine3.16 [2023-02-07T04:17:31.405Z] Step 2/10 : FROM ${BASE} AS builder [2023-02-07T04:17:31.405Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-07T04:17:31.405Z] 9b18e9b68314: Pulling fs layer [2023-02-07T04:17:31.405Z] 35d82f9e3411: Pulling fs layer [2023-02-07T04:17:31.405Z] e16973657156: Pulling fs layer [2023-02-07T04:17:31.405Z] fc693d55d65f: Pulling fs layer [2023-02-07T04:17:31.405Z] 7e9fc2657dce: Pulling fs layer [2023-02-07T04:17:31.405Z] dda99020689f: Pulling fs layer [2023-02-07T04:17:31.405Z] db1c61fa0a46: Pulling fs layer [2023-02-07T04:17:31.405Z] 891c053d2c06: Pulling fs layer [2023-02-07T04:17:31.405Z] fc693d55d65f: Waiting [2023-02-07T04:17:31.405Z] 7e9fc2657dce: Waiting [2023-02-07T04:17:31.405Z] dda99020689f: Waiting [2023-02-07T04:17:31.405Z] db1c61fa0a46: Waiting [2023-02-07T04:17:31.405Z] 891c053d2c06: Waiting [2023-02-07T04:17:31.405Z] e16973657156: Verifying Checksum [2023-02-07T04:17:31.405Z] e16973657156: Download complete [2023-02-07T04:17:31.405Z] 35d82f9e3411: Download complete [2023-02-07T04:17:31.685Z] 7e9fc2657dce: Verifying Checksum [2023-02-07T04:17:31.685Z] 7e9fc2657dce: Download complete [2023-02-07T04:17:31.685Z] dda99020689f: Verifying Checksum [2023-02-07T04:17:31.685Z] dda99020689f: Download complete [2023-02-07T04:17:31.685Z] 9b18e9b68314: Verifying Checksum [2023-02-07T04:17:31.685Z] 9b18e9b68314: Download complete [2023-02-07T04:17:32.689Z] 9b18e9b68314: Pull complete [2023-02-07T04:17:32.964Z] 891c053d2c06: Verifying Checksum [2023-02-07T04:17:32.964Z] 891c053d2c06: Download complete [2023-02-07T04:17:33.238Z] 35d82f9e3411: Pull complete [2023-02-07T04:17:33.840Z] e16973657156: Pull complete [2023-02-07T04:17:34.122Z] db1c61fa0a46: Verifying Checksum [2023-02-07T04:17:34.122Z] db1c61fa0a46: Download complete [2023-02-07T04:17:35.099Z] fc693d55d65f: Download complete [2023-02-07T04:17:47.472Z] fc693d55d65f: Pull complete [2023-02-07T04:17:47.472Z] 7e9fc2657dce: Pull complete [2023-02-07T04:17:47.472Z] dda99020689f: Pull complete [2023-02-07T04:17:54.272Z] db1c61fa0a46: Pull complete [2023-02-07T04:17:55.241Z] 891c053d2c06: Pull complete [2023-02-07T04:17:55.241Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-07T04:17:55.241Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-07T04:17:55.241Z] ---> f96f9c87975a [2023-02-07T04:17:55.241Z] Step 3/10 : ARG MAKE=make build [2023-02-07T04:17:56.672Z] ---> Running in dc91571ac7fd [2023-02-07T04:17:57.260Z] Removing intermediate container dc91571ac7fd [2023-02-07T04:17:57.260Z] ---> e060f335c389 [2023-02-07T04:17:57.260Z] Step 4/10 : WORKDIR /device-sdk-go [2023-02-07T04:17:57.260Z] ---> Running in df7d89bf219f [2023-02-07T04:17:57.529Z] Removing intermediate container df7d89bf219f [2023-02-07T04:17:57.529Z] ---> 8c0277eabd6a [2023-02-07T04:17:57.529Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-07T04:17:57.529Z] ---> Running in dd01a418e835 [2023-02-07T04:17:58.148Z] Removing intermediate container dd01a418e835 [2023-02-07T04:17:58.148Z] ---> 3d1d655054a4 [2023-02-07T04:17:58.148Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-02-07T04:17:58.148Z] ---> Running in 986d101fe7f3 [2023-02-07T04:17:59.567Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-07T04:17:59.839Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-07T04:18:01.259Z] OK: 221 MiB in 51 packages [2023-02-07T04:18:02.223Z] Removing intermediate container 986d101fe7f3 [2023-02-07T04:18:02.223Z] ---> a3b23653b62f [2023-02-07T04:18:02.223Z] Step 7/10 : COPY go.mod vendor* ./ [2023-02-07T04:18:02.491Z] ---> be1a8a223a72 [2023-02-07T04:18:02.491Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T04:18:02.759Z] ---> Running in b20d13b2af45 [2023-02-07T04:19:24.426Z] Removing intermediate container b20d13b2af45 [2023-02-07T04:19:24.426Z] ---> 898382c93999 [2023-02-07T04:19:24.426Z] Step 9/10 : COPY . . [2023-02-07T04:19:24.426Z] ---> 8f425cac5d4d [2023-02-07T04:19:24.426Z] Step 10/10 : RUN ${MAKE} [2023-02-07T04:19:24.426Z] ---> Running in 43c366259dd4 [2023-02-07T04:19:24.426Z] noop [2023-02-07T04:19:24.426Z] Removing intermediate container 43c366259dd4 [2023-02-07T04:19:24.426Z] ---> 09b39cfa9623 [2023-02-07T04:19:24.426Z] Successfully built 09b39cfa9623 [2023-02-07T04:19:24.426Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T04:19:24.921Z] + docker inspect -f . ci-base-image-arm64 [2023-02-07T04:19:24.921Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T04:19:25.247Z] prd-ubuntu20.04-docker-arm64-4c-16g-4840 does not seem to be running inside a container [2023-02-07T04:19:25.346Z] $ 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 [2023-02-07T04:19:26.730Z] $ docker top e42861511e78cfcdc107d27f04568a5cd1c06b48d56ac03bfb3a1beaa72d793a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-07T04:19:27.608Z] + go version [2023-02-07T04:19:27.608Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-07T04:19:27.667Z] $ docker stop --time=1 e42861511e78cfcdc107d27f04568a5cd1c06b48d56ac03bfb3a1beaa72d793a [2023-02-07T04:19:29.302Z] $ docker rm -f --volumes e42861511e78cfcdc107d27f04568a5cd1c06b48d56ac03bfb3a1beaa72d793a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T04:19:30.172Z] + docker inspect -f . ci-base-image-arm64 [2023-02-07T04:19:30.172Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T04:19:30.436Z] prd-ubuntu20.04-docker-arm64-4c-16g-4840 does not seem to be running inside a container [2023-02-07T04:19:30.536Z] $ 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 [2023-02-07T04:19:31.821Z] $ docker top ea8395ac55005c9cf5febee578a22705ff19f5dfff6e8a6f9f037bf0cbd99215 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-07T04:19:32.378Z] + git config --global --add safe.directory /w/workspace/device-sdk-go/1 [Pipeline] fileExists [Pipeline] sh [2023-02-07T04:19:33.355Z] + make test [2023-02-07T04:19:33.355Z] go test -race -coverprofile=coverage.out ./... [2023-02-07T04:20:12.268Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-02-07T04:22:18.966Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-02-07T04:22:18.966Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-02-07T04:22:18.966Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-02-07T04:22:18.966Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-02-07T04:22:18.966Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-02-07T04:22:31.306Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.380s coverage: 27.6% of statements [2023-02-07T04:22:31.306Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.352s coverage: 78.9% of statements [2023-02-07T04:22:31.306Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] [2023-02-07T04:22:36.662Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.406s coverage: 77.8% of statements [2023-02-07T04:22:36.662Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-02-07T04:22:36.662Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-02-07T04:22:38.605Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.534s coverage: 59.8% of statements [2023-02-07T04:22:38.605Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-02-07T04:22:38.605Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging [no test files] [2023-02-07T04:22:38.605Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-02-07T04:22:38.605Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.455s coverage: 65.2% of statements [2023-02-07T04:22:38.605Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-02-07T04:22:38.605Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-02-07T04:22:39.564Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 3.237s coverage: 89.2% of statements [2023-02-07T04:22:39.564Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] [2023-02-07T04:22:39.564Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.305s coverage: 4.7% of statements [2023-02-07T04:22:39.564Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-02-07T04:22:40.524Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-02-07T04:22:40.524Z] GO111MODULE=on go vet ./... [2023-02-07T04:24:17.185Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-07T04:24:17.185Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-07T04:24:17.185Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-07T04:24:17.230Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-07T04:24:17.317Z] $ docker stop --time=1 ea8395ac55005c9cf5febee578a22705ff19f5dfff6e8a6f9f037bf0cbd99215 [2023-02-07T04:24:19.078Z] $ docker rm -f --volumes ea8395ac55005c9cf5febee578a22705ff19f5dfff6e8a6f9f037bf0cbd99215 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-07T04:24:20.420Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-07T04:24:20.459Z] Warning: overwriting stash ‘coverage-report’ [2023-02-07T04:24:21.006Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-07T04:24:21.612Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-07T04:24:21.946Z] + ls -al . [2023-02-07T04:24:21.946Z] total 268 [2023-02-07T04:24:21.946Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 7 04:19 . [2023-02-07T04:24:21.946Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 7 04:17 .. [2023-02-07T04:24:21.946Z] -rw-rw-r-- 1 jenkins jenkins 140 Feb 7 04:17 .dockerignore [2023-02-07T04:24:21.946Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 7 04:17 .git [2023-02-07T04:24:21.946Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 7 04:17 .github [2023-02-07T04:24:21.946Z] -rw-rw-r-- 1 jenkins jenkins 131 Feb 7 04:17 .gitignore [2023-02-07T04:24:21.946Z] -rw-rw-r-- 1 jenkins jenkins 42 Feb 7 04:17 .golangci.yml [2023-02-07T04:24:21.946Z] -rw-rw-r-- 1 jenkins jenkins 31677 Feb 7 04:17 CHANGELOG.md [2023-02-07T04:24:21.946Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 7 04:17 GOVERNANCE.md [2023-02-07T04:24:21.946Z] -rw-rw-r-- 1 jenkins jenkins 885 Feb 7 04:17 Jenkinsfile [2023-02-07T04:24:21.946Z] -rw-rw-r-- 1 jenkins jenkins 11341 Feb 7 04:17 LICENSE [2023-02-07T04:24:21.946Z] -rw-rw-r-- 1 jenkins jenkins 1679 Feb 7 04:17 Makefile [2023-02-07T04:24:21.946Z] -rw-rw-r-- 1 jenkins jenkins 619 Feb 7 04:17 OWNERS.md [2023-02-07T04:24:21.946Z] -rw-rw-r-- 1 jenkins jenkins 4891 Feb 7 04:17 README.md [2023-02-07T04:24:21.946Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 7 04:13 VERSION [2023-02-07T04:24:21.946Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 7 04:17 bin [2023-02-07T04:24:21.946Z] -rw-r--r-- 1 jenkins jenkins 100848 Feb 7 04:22 coverage.out [2023-02-07T04:24:21.946Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 7 04:17 example [2023-02-07T04:24:21.946Z] -rw-rw-r-- 1 jenkins jenkins 3264 Feb 7 04:17 go.mod [2023-02-07T04:24:21.946Z] -rw-rw-r-- 1 jenkins jenkins 32817 Feb 7 04:17 go.sum [2023-02-07T04:24:21.946Z] drwxrwxr-x 13 jenkins jenkins 4096 Feb 7 04:17 internal [2023-02-07T04:24:21.946Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 7 04:17 openapi [2023-02-07T04:24:21.946Z] drwxrwxr-x 6 jenkins jenkins 4096 Feb 7 04:17 pkg [2023-02-07T04:24:21.946Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 7 04:17 snap [2023-02-07T04:24:21.946Z] -rw-rw-r-- 1 jenkins jenkins 222 Feb 7 04:17 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T04:24:22.371Z] + 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=79355e312bfe44d179a53fdb703147f62f46463b --label arch=arm64 --label version=0.0.0 . [2023-02-07T04:24:22.637Z] Sending build context to Docker daemon 5.749MB [2023-02-07T04:24:22.904Z] Step 1/23 : ARG BASE=golang:1.18-alpine3.16 [2023-02-07T04:24:22.904Z] Step 2/23 : FROM ${BASE} AS builder [2023-02-07T04:24:22.904Z] ---> 09b39cfa9623 [2023-02-07T04:24:22.904Z] Step 3/23 : ARG MAKE=make build [2023-02-07T04:24:22.904Z] ---> Running in 76c12599d94b [2023-02-07T04:24:23.174Z] Removing intermediate container 76c12599d94b [2023-02-07T04:24:23.174Z] ---> 8d01daad4d5a [2023-02-07T04:24:23.174Z] Step 4/23 : WORKDIR /device-sdk-go [2023-02-07T04:24:23.174Z] ---> Running in 9ed8ce3fc649 [2023-02-07T04:24:23.758Z] Removing intermediate container 9ed8ce3fc649 [2023-02-07T04:24:23.758Z] ---> d07a7a91a586 [2023-02-07T04:24:23.758Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-07T04:24:23.758Z] ---> Running in 7517fbded60d [2023-02-07T04:24:24.024Z] Removing intermediate container 7517fbded60d [2023-02-07T04:24:24.024Z] ---> 16e1860b1678 [2023-02-07T04:24:24.024Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-02-07T04:24:24.024Z] ---> Running in 21245da9f20d [2023-02-07T04:24:24.988Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-07T04:24:25.256Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-07T04:24:26.667Z] OK: 221 MiB in 51 packages [2023-02-07T04:24:27.266Z] Removing intermediate container 21245da9f20d [2023-02-07T04:24:27.266Z] ---> d3e7184d953e [2023-02-07T04:24:27.266Z] Step 7/23 : COPY go.mod vendor* ./ [2023-02-07T04:24:27.850Z] ---> 0bf4988ad9d6 [2023-02-07T04:24:27.850Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T04:24:27.850Z] ---> Running in 1ecaa42b963e [2023-02-07T04:24:31.194Z] Removing intermediate container 1ecaa42b963e [2023-02-07T04:24:31.194Z] ---> 539c17ec6926 [2023-02-07T04:24:31.194Z] Step 9/23 : COPY . . [2023-02-07T04:24:32.156Z] ---> 55333460128d [2023-02-07T04:24:32.156Z] Step 10/23 : RUN ${MAKE} [2023-02-07T04:24:32.156Z] ---> Running in 4d87b64c7220 [2023-02-07T04:24:33.117Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=0.0.0" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-02-07T04:26:40.142Z] Removing intermediate container 4d87b64c7220 [2023-02-07T04:26:40.142Z] ---> 9e7c7661c43f [2023-02-07T04:26:40.142Z] Step 11/23 : FROM alpine:3.16 [2023-02-07T04:26:40.142Z] 3.16: Pulling from library/alpine [2023-02-07T04:26:40.142Z] 6875df1f5354: Pulling fs layer [2023-02-07T04:26:40.142Z] 6875df1f5354: Verifying Checksum [2023-02-07T04:26:40.142Z] 6875df1f5354: Download complete [2023-02-07T04:26:40.142Z] 6875df1f5354: Pull complete [2023-02-07T04:26:40.142Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-07T04:26:40.142Z] Status: Downloaded newer image for alpine:3.16 [2023-02-07T04:26:40.142Z] ---> 2b4661558fb8 [2023-02-07T04:26:40.142Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-02-07T04:26:40.142Z] ---> Running in f35498e1ba51 [2023-02-07T04:26:40.142Z] Removing intermediate container f35498e1ba51 [2023-02-07T04:26:40.142Z] ---> f8b4de1a375b [2023-02-07T04:26:40.142Z] Step 13/23 : RUN apk add --update --no-cache [2023-02-07T04:26:40.142Z] ---> Running in 7964acff5bd3 [2023-02-07T04:26:40.142Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-07T04:26:40.142Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-07T04:26:40.142Z] OK: 5 MiB in 14 packages [2023-02-07T04:26:40.142Z] Removing intermediate container 7964acff5bd3 [2023-02-07T04:26:40.142Z] ---> fb824e6037c3 [2023-02-07T04:26:40.142Z] Step 14/23 : WORKDIR / [2023-02-07T04:26:40.142Z] ---> Running in 9c18af715c5f [2023-02-07T04:26:40.142Z] Removing intermediate container 9c18af715c5f [2023-02-07T04:26:40.142Z] ---> 3a9fff1dada7 [2023-02-07T04:26:40.142Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-02-07T04:26:40.142Z] ---> c38dffcbc779 [2023-02-07T04:26:40.142Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-02-07T04:26:40.142Z] ---> 477b19254a11 [2023-02-07T04:26:40.142Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-02-07T04:26:40.142Z] ---> 7adbbdc2d138 [2023-02-07T04:26:40.142Z] Step 18/23 : EXPOSE 59999 [2023-02-07T04:26:40.142Z] ---> Running in ed506e731d9f [2023-02-07T04:26:40.142Z] Removing intermediate container ed506e731d9f [2023-02-07T04:26:40.142Z] ---> b38ceaa5040a [2023-02-07T04:26:40.142Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-02-07T04:26:40.142Z] ---> Running in 1f20e0d3257c [2023-02-07T04:26:40.142Z] Removing intermediate container 1f20e0d3257c [2023-02-07T04:26:40.142Z] ---> 984013ce20c0 [2023-02-07T04:26:40.142Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-07T04:26:40.142Z] ---> Running in 1a78d5f60454 [2023-02-07T04:26:40.142Z] Removing intermediate container 1a78d5f60454 [2023-02-07T04:26:40.142Z] ---> e6565386959b [2023-02-07T04:26:40.142Z] Step 21/23 : LABEL arch=arm64 [2023-02-07T04:26:40.142Z] ---> Running in c1cc46d32ea6 [2023-02-07T04:26:40.731Z] Removing intermediate container c1cc46d32ea6 [2023-02-07T04:26:40.731Z] ---> bc94deba7ca7 [2023-02-07T04:26:40.731Z] Step 22/23 : LABEL git_sha=79355e312bfe44d179a53fdb703147f62f46463b [2023-02-07T04:26:40.731Z] ---> Running in a8967bddb97b [2023-02-07T04:26:41.068Z] Removing intermediate container a8967bddb97b [2023-02-07T04:26:41.068Z] ---> 2f5c277be2eb [2023-02-07T04:26:41.068Z] Step 23/23 : LABEL version=0.0.0 [2023-02-07T04:26:41.068Z] ---> Running in 05e58dd3db2f [2023-02-07T04:26:41.340Z] Removing intermediate container 05e58dd3db2f [2023-02-07T04:26:41.340Z] ---> cd9c4186dc08 [2023-02-07T04:26:41.340Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-07T04:26:41.340Z] Successfully built cd9c4186dc08 [2023-02-07T04:26:41.340Z] 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 [2023-02-07T04:26:42.159Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-07T04:26:42.159Z] [2023-02-07T04:26:42.159Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T04:26:42.576Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-07T04:26:42.576Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-07T04:26:42.576Z] 8998bd30e6a1: Pulling fs layer [2023-02-07T04:26:42.576Z] 04944245beec: Pulling fs layer [2023-02-07T04:26:42.576Z] 699f458cf7ca: Pulling fs layer [2023-02-07T04:26:42.576Z] 765212b225bb: Pulling fs layer [2023-02-07T04:26:42.576Z] f23df028b6ca: Pulling fs layer [2023-02-07T04:26:42.576Z] d65c8cfc05b1: Pulling fs layer [2023-02-07T04:26:42.576Z] 2437ff75d9bd: Pulling fs layer [2023-02-07T04:26:42.576Z] f23df028b6ca: Waiting [2023-02-07T04:26:42.576Z] d65c8cfc05b1: Waiting [2023-02-07T04:26:42.576Z] 2437ff75d9bd: Waiting [2023-02-07T04:26:42.576Z] 765212b225bb: Waiting [2023-02-07T04:26:42.861Z] 04944245beec: Verifying Checksum [2023-02-07T04:26:42.861Z] 04944245beec: Download complete [2023-02-07T04:26:42.861Z] 765212b225bb: Download complete [2023-02-07T04:26:42.861Z] f23df028b6ca: Download complete [2023-02-07T04:26:42.861Z] d65c8cfc05b1: Verifying Checksum [2023-02-07T04:26:42.861Z] d65c8cfc05b1: Download complete [2023-02-07T04:26:43.142Z] 699f458cf7ca: Verifying Checksum [2023-02-07T04:26:43.142Z] 699f458cf7ca: Download complete [2023-02-07T04:26:43.422Z] 8998bd30e6a1: Verifying Checksum [2023-02-07T04:26:43.422Z] 8998bd30e6a1: Download complete [2023-02-07T04:26:45.398Z] 2437ff75d9bd: Verifying Checksum [2023-02-07T04:26:45.398Z] 2437ff75d9bd: Download complete [2023-02-07T04:26:47.336Z] 8998bd30e6a1: Pull complete [2023-02-07T04:26:47.602Z] 04944245beec: Pull complete [2023-02-07T04:26:48.559Z] 699f458cf7ca: Pull complete [2023-02-07T04:26:48.824Z] 765212b225bb: Pull complete [2023-02-07T04:26:49.779Z] f23df028b6ca: Pull complete [2023-02-07T04:26:49.779Z] d65c8cfc05b1: Pull complete [2023-02-07T04:27:02.070Z] 2437ff75d9bd: Pull complete [2023-02-07T04:27:02.070Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-07T04:27:02.070Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-07T04:27:02.070Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T04:27:02.400Z] prd-ubuntu20.04-docker-arm64-4c-16g-4840 does not seem to be running inside a container [2023-02-07T04:27:02.496Z] $ 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 [2023-02-07T04:27:05.643Z] $ docker top 36508b39061bba2147d0a37a2dd65172c4c8f4a1d158168280632ea9a64d15be -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-07T04:27:06.488Z] ---> job-cost.sh [2023-02-07T04:27:06.488Z] lf-activate-venv: SKIPPING [2023-02-07T04:27:06.488Z] INFO: No Stack... [2023-02-07T04:27:11.119Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-07T04:27:11.119Z] INFO: Archiving Costs [Pipeline] sh [2023-02-07T04:27:11.459Z] + cat /w/workspace/device-sdk-go/1/archives/cost.csv [2023-02-07T04:27:11.459Z] + cut -d, -f6 [Pipeline] lock [2023-02-07T04:27:11.533Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1307-1-stack-cost] [2023-02-07T04:27:11.539Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-1307-1-stack-cost] did not exist. Created. [2023-02-07T04:27:11.539Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1307-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-07T04:27:11.935Z] /w/workspace/device-sdk-go/1@tmp/durable-4c1bb03c/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-02-07T04:27:12.281Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-07T04:27:12.312Z] Warning: overwriting stash ‘stack-cost’ [2023-02-07T04:27:12.373Z] Stashed 1 file(s) [Pipeline] } [2023-02-07T04:27:12.388Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1307-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-07T04:27:12.492Z] $ docker stop --time=1 36508b39061bba2147d0a37a2dd65172c4c8f4a1d158168280632ea9a64d15be [2023-02-07T04:27:13.966Z] $ docker rm -f --volumes 36508b39061bba2147d0a37a2dd65172c4c8f4a1d158168280632ea9a64d15be [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 [2023-02-07T04:27:14.933Z] provisioning config files... [2023-02-07T04:27:14.942Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1307@tmp/config2877276550877386921tmp [Pipeline] { [Pipeline] sh [2023-02-07T04:27:15.268Z] + set +x [2023-02-07T04:27:15.268Z] + curl -s https://codecov.io/bash [2023-02-07T04:27:15.268Z] + bash -s -- [2023-02-07T04:27:15.268Z] [2023-02-07T04:27:15.268Z] _____ _ [2023-02-07T04:27:15.268Z] / ____| | | [2023-02-07T04:27:15.268Z] | | ___ __| | ___ ___ _____ __ [2023-02-07T04:27:15.268Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-07T04:27:15.268Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-07T04:27:15.268Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-07T04:27:15.268Z] Bash-1.0.6 [2023-02-07T04:27:15.268Z] [2023-02-07T04:27:15.268Z] [2023-02-07T04:27:15.268Z] ==> git version 2.25.1 found [2023-02-07T04:27:15.268Z] ==> 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 [2023-02-07T04:27:15.268Z] Release-Date: 2020-01-08 [2023-02-07T04:27:15.268Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-02-07T04:27:15.268Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-07T04:27:15.268Z] ==> Jenkins CI detected. [2023-02-07T04:27:15.268Z] current dir:  /w/workspace/gexfoundry_device-sdk-go_PR-1307 [2023-02-07T04:27:15.268Z] project root: . [2023-02-07T04:27:15.268Z] --> token set from env [2023-02-07T04:27:15.268Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-07T04:27:15.268Z] ==> Running gcov in . (disable via -X gcov) [2023-02-07T04:27:15.268Z] ==> Python coveragepy not found [2023-02-07T04:27:15.268Z] ==> Searching for coverage reports in: [2023-02-07T04:27:15.268Z] + . [2023-02-07T04:27:15.268Z] -> Found 1 reports [2023-02-07T04:27:15.268Z] ==> Detecting git/mercurial file structure [2023-02-07T04:27:15.268Z] ==> Reading reports [2023-02-07T04:27:15.268Z] + ./coverage.out bytes=100848 [2023-02-07T04:27:15.268Z] ==> Appending adjustments [2023-02-07T04:27:15.268Z] https://docs.codecov.io/docs/fixing-reports [2023-02-07T04:27:15.527Z] + Found adjustments [2023-02-07T04:27:15.786Z] ==> Gzipping contents [2023-02-07T04:27:15.786Z] 16K /tmp/codecov.Cba7Ze.gz [2023-02-07T04:27:15.786Z] ==> Uploading reports [2023-02-07T04:27:15.786Z] url: https://codecov.io [2023-02-07T04:27:15.786Z] query: branch=PR-1307&commit=79355e312bfe44d179a53fdb703147f62f46463b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1307%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1307&job=&cmd_args= [2023-02-07T04:27:15.786Z] -> Pinging Codecov [2023-02-07T04:27:15.786Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6fc62cd9-fce6-47f0-85f4-af589338491a&branch=PR-1307&commit=79355e312bfe44d179a53fdb703147f62f46463b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1307%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1307&job=&cmd_args= [2023-02-07T04:27:16.724Z] -> Uploading to [2023-02-07T04:27:16.724Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-07/7E55EF52A471D76F132DFD9A03CDDE97/79355e312bfe44d179a53fdb703147f62f46463b/0734bce2-7e4e-4411-9588-e65d4c85c503.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230207%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230207T042716Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f96b7ccfdfda46e2a4d14d3d099e62a2cfd80bc69b173df61b34609267a4859c [2023-02-07T04:27:16.724Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-07T04:27:16.724Z] Dload Upload Total Spent Left Speed [2023-02-07T04:27:16.983Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14564 0 0 100 14564 0 44674 --:--:-- --:--:-- --:--:-- 44674 [2023-02-07T04:27:16.983Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/79355e312bfe44d179a53fdb703147f62f46463b [Pipeline] } [2023-02-07T04:27:17.017Z] 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 [2023-02-07T04:27:18.752Z] + [ -d /w/workspace/gexfoundry_device-sdk-go_PR-1307/archives ] [2023-02-07T04:27:18.752Z] + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1307/archives [2023-02-07T04:27:18.752Z] total 16 [2023-02-07T04:27:18.752Z] drwxr-xr-x 3 root root 4096 Feb 7 04:16 . [2023-02-07T04:27:18.752Z] drwxrwxr-x 12 jenkins jenkins 4096 Feb 7 04:16 .. [2023-02-07T04:27:18.752Z] drwxr-xr-x 2 root root 4096 Feb 7 04:16 cost [2023-02-07T04:27:18.752Z] -rw-r--r-- 1 root root 86 Feb 7 04:16 cost.csv [2023-02-07T04:27:18.752Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-sdk-go_PR-1307/archives [2023-02-07T04:27:18.752Z] + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1307/archives [2023-02-07T04:27:18.752Z] total 16 [2023-02-07T04:27:18.752Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 7 04:16 . [2023-02-07T04:27:18.752Z] drwxrwxr-x 12 jenkins jenkins 4096 Feb 7 04:16 .. [2023-02-07T04:27:18.752Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 7 04:16 cost [2023-02-07T04:27:18.752Z] -rw-r--r-- 1 jenkins jenkins 86 Feb 7 04:16 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-02-07T04:27:19.087Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T04:27:19.972Z] ---> package-listing.sh [2023-02-07T04:27:19.972Z] ++ facter osfamily [2023-02-07T04:27:19.972Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-07T04:27:20.232Z] + OS_FAMILY=debian [2023-02-07T04:27:20.232Z] + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1307 [2023-02-07T04:27:20.232Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-07T04:27:20.232Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-07T04:27:20.232Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-07T04:27:20.232Z] + PACKAGES=/tmp/packages_start.txt [2023-02-07T04:27:20.232Z] + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1307 ']' [2023-02-07T04:27:20.232Z] + PACKAGES=/tmp/packages_end.txt [2023-02-07T04:27:20.232Z] + case "${OS_FAMILY}" in [2023-02-07T04:27:20.232Z] + dpkg -l [2023-02-07T04:27:20.232Z] + grep '^ii' [2023-02-07T04:27:20.232Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-07T04:27:20.232Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-07T04:27:20.232Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-07T04:27:20.232Z] + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1307 ']' [2023-02-07T04:27:20.232Z] + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1307/archives/ [2023-02-07T04:27:20.232Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-sdk-go_PR-1307/archives/ [Pipeline] echo [2023-02-07T04:27:20.265Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-sdk-go_PR-1307/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-02-07T04:27:20.556Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T04:27:21.180Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-07T04:27:21.180Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T04:27:21.333Z] prd-ubuntu20.04-docker-8c-8g-4835 does not seem to be running inside a container [2023-02-07T04:27:21.363Z] $ 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-1307/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-1307 -v /w/workspace/gexfoundry_device-sdk-go_PR-1307:/w/workspace/gexfoundry_device-sdk-go_PR-1307:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1307@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1307@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 [2023-02-07T04:27:21.591Z] $ docker top 5987e0e58a1fca02b1405d2ce7f8cc2a3cca4d902818cb2bc489d1d13448131f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-07T04:27:21.994Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-07T04:27:22.308Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-07T04:27:22.615Z] + ls /var/log/sa-host [2023-02-07T04:27:22.615Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-07T04:27:22.752Z] provisioning config files... [2023-02-07T04:27:22.761Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1307@tmp/config11515510660412345535tmp [Pipeline] { [Pipeline] echo [2023-02-07T04:27:22.814Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T04:27:23.127Z] ---> create-netrc.sh [Pipeline] } [2023-02-07T04:27:23.154Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-07T04:27:23.550Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-07T04:27:23.585Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T04:27:23.932Z] ---> sudo-logs.sh [2023-02-07T04:27:23.932Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-07T04:27:24.126Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T04:27:24.435Z] ---> job-cost.sh [2023-02-07T04:27:24.435Z] lf-activate-venv: SKIPPING [2023-02-07T04:27:24.435Z] DEBUG: total: 0.2199999988079071 [2023-02-07T04:27:24.435Z] INFO: Retrieving Stack Cost... [2023-02-07T04:27:24.693Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-07T04:27:25.263Z] INFO: Archiving Costs [Pipeline] echo [2023-02-07T04:27:25.299Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T04:27:25.613Z] ---> logs-deploy.sh [2023-02-07T04:27:25.613Z] lf-activate-venv: SKIPPING [2023-02-07T04:27:25.613Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1307/1 [2023-02-07T04:27:25.613Z] INFO: archiving workspace using pattern(s): [2023-02-07T04:27:26.550Z] Archives upload complete. [2023-02-07T04:27:26.809Z] INFO: archiving logs to Nexus [2023-02-07T04:27:27.380Z] ---> uname -a: [2023-02-07T04:27:27.380Z] Linux prd-ubuntu20-04-docker-8c-8g-4835 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-02-07T04:27:27.380Z] [2023-02-07T04:27:27.380Z] [2023-02-07T04:27:27.380Z] ---> lscpu: [2023-02-07T04:27:27.380Z] Architecture: x86_64 [2023-02-07T04:27:27.380Z] CPU op-mode(s): 32-bit, 64-bit [2023-02-07T04:27:27.380Z] Byte Order: Little Endian [2023-02-07T04:27:27.380Z] Address sizes: 40 bits physical, 48 bits virtual [2023-02-07T04:27:27.380Z] CPU(s): 8 [2023-02-07T04:27:27.380Z] On-line CPU(s) list: 0-7 [2023-02-07T04:27:27.380Z] Thread(s) per core: 1 [2023-02-07T04:27:27.380Z] Core(s) per socket: 1 [2023-02-07T04:27:27.380Z] Socket(s): 8 [2023-02-07T04:27:27.380Z] NUMA node(s): 1 [2023-02-07T04:27:27.380Z] Vendor ID: AuthenticAMD [2023-02-07T04:27:27.380Z] CPU family: 23 [2023-02-07T04:27:27.380Z] Model: 49 [2023-02-07T04:27:27.380Z] Model name: AMD EPYC-Rome Processor [2023-02-07T04:27:27.380Z] Stepping: 0 [2023-02-07T04:27:27.380Z] CPU MHz: 2799.998 [2023-02-07T04:27:27.380Z] BogoMIPS: 5599.99 [2023-02-07T04:27:27.380Z] Virtualization: AMD-V [2023-02-07T04:27:27.380Z] Hypervisor vendor: KVM [2023-02-07T04:27:27.380Z] Virtualization type: full [2023-02-07T04:27:27.380Z] L1d cache: 256 KiB [2023-02-07T04:27:27.380Z] L1i cache: 256 KiB [2023-02-07T04:27:27.380Z] L2 cache: 4 MiB [2023-02-07T04:27:27.380Z] L3 cache: 128 MiB [2023-02-07T04:27:27.380Z] NUMA node0 CPU(s): 0-7 [2023-02-07T04:27:27.380Z] Vulnerability Itlb multihit: Not affected [2023-02-07T04:27:27.380Z] Vulnerability L1tf: Not affected [2023-02-07T04:27:27.380Z] Vulnerability Mds: Not affected [2023-02-07T04:27:27.380Z] Vulnerability Meltdown: Not affected [2023-02-07T04:27:27.380Z] Vulnerability Mmio stale data: Not affected [2023-02-07T04:27:27.380Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-02-07T04:27:27.380Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-02-07T04:27:27.380Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-02-07T04:27:27.380Z] Vulnerability Srbds: Not affected [2023-02-07T04:27:27.380Z] Vulnerability Tsx async abort: Not affected [2023-02-07T04:27:27.380Z] 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 [2023-02-07T04:27:27.380Z] [2023-02-07T04:27:27.380Z] [2023-02-07T04:27:27.380Z] ---> nproc: [2023-02-07T04:27:27.380Z] 8 [2023-02-07T04:27:27.380Z] [2023-02-07T04:27:27.380Z] [2023-02-07T04:27:27.380Z] ---> df -h: [2023-02-07T04:27:27.380Z] Filesystem Size Used Avail Use% Mounted on [2023-02-07T04:27:27.380Z] overlay 155G 12G 144G 8% / [2023-02-07T04:27:27.380Z] tmpfs 64M 0 64M 0% /dev [2023-02-07T04:27:27.380Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-02-07T04:27:27.380Z] shm 64M 0 64M 0% /dev/shm [2023-02-07T04:27:27.380Z] /dev/vda1 155G 12G 144G 8% /facter-os [2023-02-07T04:27:27.380Z] [2023-02-07T04:27:27.380Z] [2023-02-07T04:27:27.380Z] ---> sar -b -r -n DEV: [2023-02-07T04:27:27.380Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-4835) 02/07/23 _x86_64_ (8 CPU) [2023-02-07T04:27:27.380Z] [2023-02-07T04:27:27.380Z] 04:03:55 LINUX RESTART (8 CPU) [2023-02-07T04:27:27.380Z] [2023-02-07T04:27:27.380Z] 04:04:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-02-07T04:27:27.380Z] 04:05:15 72.07 30.14 41.93 0.00 2923.66 115808.24 0.00 [2023-02-07T04:27:27.380Z] 04:06:01 1.87 0.00 1.87 0.00 0.00 109.91 0.00 [2023-02-07T04:27:27.380Z] 04:07:01 1.10 0.00 1.10 0.00 0.00 13.60 0.00 [2023-02-07T04:27:27.380Z] 04:08:01 0.75 0.00 0.75 0.00 0.00 10.40 0.00 [2023-02-07T04:27:27.380Z] 04:09:01 4.00 0.98 3.02 0.00 68.39 1125.95 0.00 [2023-02-07T04:27:27.380Z] 04:10:01 51.97 9.67 42.31 0.00 5087.42 7796.57 0.00 [2023-02-07T04:27:27.380Z] 04:11:01 3.57 0.02 3.55 0.00 0.13 95.72 0.00 [2023-02-07T04:27:27.380Z] 04:12:01 1.43 0.00 1.43 0.00 0.00 19.46 0.00 [2023-02-07T04:27:27.380Z] 04:13:01 7.70 6.47 1.23 0.00 1256.46 118.91 0.00 [2023-02-07T04:27:27.380Z] 04:14:01 117.69 4.72 112.98 0.00 515.43 41152.82 0.00 [2023-02-07T04:27:27.380Z] 04:15:01 95.95 0.05 95.90 0.00 3.73 41065.82 0.00 [2023-02-07T04:27:27.380Z] 04:16:01 111.01 0.17 110.85 0.00 2.67 28656.18 0.00 [2023-02-07T04:27:27.380Z] 04:17:01 63.81 0.03 63.78 0.00 2.00 18704.70 0.00 [2023-02-07T04:27:27.380Z] 04:18:01 2.00 0.00 2.00 0.00 0.00 22.66 0.00 [2023-02-07T04:27:27.380Z] 04:19:01 1.22 0.00 1.22 0.00 0.00 15.06 0.00 [2023-02-07T04:27:27.380Z] 04:20:01 1.33 0.02 1.32 0.00 0.13 19.46 0.00 [2023-02-07T04:27:27.380Z] 04:21:01 1.12 0.00 1.12 0.00 0.00 14.40 0.00 [2023-02-07T04:27:27.380Z] 04:22:01 0.82 0.00 0.82 0.00 0.00 10.13 0.00 [2023-02-07T04:27:27.380Z] 04:23:01 1.12 0.00 1.12 0.00 0.00 13.73 0.00 [2023-02-07T04:27:27.380Z] 04:24:01 1.37 0.00 1.37 0.00 0.00 18.13 0.00 [2023-02-07T04:27:27.380Z] 04:25:01 0.87 0.00 0.87 0.00 0.00 10.53 0.00 [2023-02-07T04:27:27.380Z] 04:26:01 0.88 0.00 0.88 0.00 0.00 12.53 0.00 [2023-02-07T04:27:27.380Z] 04:27:01 1.02 0.00 1.02 0.00 0.00 12.26 0.00 [2023-02-07T04:27:27.380Z] Average: 24.42 2.59 21.83 0.00 459.60 12306.35 0.00 [2023-02-07T04:27:27.380Z] [2023-02-07T04:27:27.380Z] 04:04:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-02-07T04:27:27.380Z] 04:05:15 30434864 31733372 637864 1.94 47768 1565492 1667756 4.92 755884 1427280 1608 [2023-02-07T04:27:27.380Z] 04:06:01 30435824 31734440 636256 1.93 47800 1565496 1667756 4.92 755436 1427268 216 [2023-02-07T04:27:27.380Z] 04:07:01 30436272 31735016 635660 1.93 47832 1565496 1667756 4.92 754696 1427380 12 [2023-02-07T04:27:27.380Z] 04:08:01 30435680 31734520 636160 1.93 47880 1565500 1667756 4.92 755592 1427392 104 [2023-02-07T04:27:27.380Z] 04:09:01 30370060 31728004 641372 1.95 49544 1621528 1703332 5.02 765212 1483904 524 [2023-02-07T04:27:27.380Z] 04:10:01 29906732 31701836 641148 1.95 82380 2020176 1747096 5.15 1079756 1593420 260 [2023-02-07T04:27:27.380Z] 04:11:01 29911872 31702288 641012 1.95 81012 2016924 1725768 5.09 1078408 1590180 8 [2023-02-07T04:27:27.380Z] 04:12:01 29911880 31702416 640864 1.95 81108 2016920 1725768 5.09 1078392 1590184 112 [2023-02-07T04:27:27.380Z] 04:13:01 29848820 31680140 662136 2.01 81204 2057612 1873716 5.52 1144372 1589564 28 [2023-02-07T04:27:27.380Z] 04:14:01 28004036 31583556 703756 2.14 141032 3636252 1947156 5.74 1438388 2974256 480696 [2023-02-07T04:27:27.380Z] 04:15:01 27668704 31536132 745372 2.27 178824 3854368 1915000 5.64 1501760 3206528 215532 [2023-02-07T04:27:27.380Z] 04:16:01 27628728 31543920 740012 2.25 182924 3908788 1931476 5.69 1541524 3218652 3744 [2023-02-07T04:27:27.380Z] 04:17:01 27172876 31563176 719908 2.19 192052 4326060 1776436 5.24 1541396 3622972 16 [2023-02-07T04:27:27.380Z] 04:18:01 27173132 31563672 719116 2.19 192112 4326064 1776436 5.24 1541256 3622976 4 [2023-02-07T04:27:27.380Z] 04:19:01 27177368 31567980 714764 2.17 192160 4326072 1776436 5.24 1537024 3622988 16 [2023-02-07T04:27:27.380Z] 04:20:01 27177016 31567916 714564 2.17 192204 4326180 1809712 5.33 1537148 3623096 132 [2023-02-07T04:27:27.380Z] 04:21:01 27187512 31578416 703936 2.14 192240 4326184 1809712 5.33 1526640 3623100 8 [2023-02-07T04:27:27.380Z] 04:22:01 27187452 31578412 704116 2.14 192256 4326188 1809712 5.33 1526692 3623104 148 [2023-02-07T04:27:27.380Z] 04:23:01 27187444 31578448 704060 2.14 192296 4326188 1809712 5.33 1526440 3623104 16 [2023-02-07T04:27:27.380Z] 04:24:01 27187612 31578656 704016 2.14 192336 4326176 1809712 5.33 1526468 3623116 136 [2023-02-07T04:27:27.381Z] 04:25:01 27187692 31578776 703932 2.14 192352 4326192 1809712 5.33 1526592 3623116 8 [2023-02-07T04:27:27.381Z] 04:26:01 27187392 31578508 704140 2.14 192384 4326192 1809712 5.33 1526576 3623120 140 [2023-02-07T04:27:27.381Z] 04:27:01 27187200 31578344 704176 2.14 192404 4326200 1809712 5.33 1527232 3623124 156 [2023-02-07T04:27:27.381Z] Average: 28435051 31627302 685145 2.08 138439 3260098 1784667 5.26 1282299 2730862 30592 [2023-02-07T04:27:27.381Z] [2023-02-07T04:27:27.381Z] 04:04:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-02-07T04:27:27.381Z] 04:05:15 ens3 191.06 134.77 588.12 40.31 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:05:15 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:05:15 lo 0.80 0.80 0.07 0.07 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:06:01 ens3 0.87 0.15 0.08 0.01 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:06:01 lo 0.26 0.26 0.02 0.02 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:07:01 ens3 1.18 0.37 0.40 0.27 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:08:01 ens3 3.23 0.93 4.50 0.31 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:09:01 ens3 52.52 29.10 855.27 2.08 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:09:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:10:01 ens3 108.90 59.46 1898.58 4.23 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:10:01 lo 0.67 0.67 0.06 0.06 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:11:01 ens3 0.93 0.77 0.46 0.30 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:12:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:13:01 ens3 43.41 22.78 68.01 5.87 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:13:01 lo 1.73 1.73 0.16 0.16 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:14:01 ens3 475.74 326.29 7635.26 49.20 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:14:01 docker0 172.01 242.82 14.63 1963.46 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:14:01 lo 4.60 4.60 0.44 0.44 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:15:01 ens3 41.06 49.24 26.47 88.34 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:15:01 docker0 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:15:01 vethf271962 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:16:01 ens3 35.45 22.99 154.03 13.36 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:16:01 docker0 3.00 6.63 0.18 81.03 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:16:01 lo 1.13 1.13 0.10 0.10 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:17:01 ens3 100.43 64.85 2523.87 11.70 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:17:01 lo 1.00 1.00 0.10 0.10 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:18:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:19:01 ens3 0.13 0.03 0.01 0.00 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:20:01 ens3 0.28 0.20 0.09 0.07 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:21:01 ens3 0.15 0.08 0.01 0.00 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:22:01 ens3 0.07 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:23:01 ens3 0.33 0.07 0.08 0.00 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:24:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:25:01 ens3 0.20 0.13 0.08 0.07 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:26:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:27:01 ens3 0.53 0.48 0.26 0.22 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] 04:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] Average: ens3 47.96 32.42 604.07 9.83 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] Average: docker0 7.61 10.85 0.64 88.86 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] Average: lo 0.52 0.52 0.05 0.05 0.00 0.00 0.00 0.00 [2023-02-07T04:27:27.381Z] [2023-02-07T04:27:27.381Z]