Pull request #1154 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 091125ed6fbd0fd7d1950ec77c16cf68f6de89ce+a64f10ec129da673bd1db63a6bd52868e2c80f4f (d899cf7663b81432e2c7650a7d66124278242308) 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-ssh10185292981638661393.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 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-ssh13901728939079139827.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 61d3a14f5ee21304eadc9c25f102bcac80e1a589 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-1154/workspace@libs/edgex-global-pipelines # 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-1154/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh17448281478748630912.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-1154/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh15536510668706118777.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 61d3a14f5ee21304eadc9c25f102bcac80e1a589 # timeout=10 Commit message: "Merge pull request #384 from ernestojeda/add-go-1_17-lts" > 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 shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh14957768808569433586.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 The recommended git tool is: NONE using credential edgex-jenkins-ssh 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-1154/workspace@libs/lf-pipelines # 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-1154/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh8243840019531202592.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 b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 61d3a14f5ee21304eadc9c25f102bcac80e1a589 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-34397’ Running on prd-ubuntu20.04-docker-8c-8g-34406 in /w/workspace/gexfoundry_device-sdk-go_PR-1154 [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-1154 # 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 Merging remotes/origin/main commit a64f10ec129da673bd1db63a6bd52868e2c80f4f into PR head commit 091125ed6fbd0fd7d1950ec77c16cf68f6de89ce Merge succeeded, producing 091125ed6fbd0fd7d1950ec77c16cf68f6de89ce Checking out Revision 091125ed6fbd0fd7d1950ec77c16cf68f6de89ce (PR-1154) > 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/1154/head:refs/remotes/origin/PR-1154 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 091125ed6fbd0fd7d1950ec77c16cf68f6de89ce # 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 a64f10ec129da673bd1db63a6bd52868e2c80f4f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 091125ed6fbd0fd7d1950ec77c16cf68f6de89ce # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 61d3a14f5ee21304eadc9c25f102bcac80e1a589 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-05-02T04:09:27.598Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-05-02T04:09:27.757Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-05-02T04:09:27.847Z] ========================================================= [2022-05-02T04:09:27.848Z] EdgeX Global Pipelines Version Info [2022-05-02T04:09:27.848Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-05-02T04:09:28.651Z] ------------------- [2022-05-02T04:09:28.651Z] stable info: [2022-05-02T04:09:28.651Z] ------------------- [2022-05-02T04:09:28.651Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-05-02T04:09:28.651Z] Commit SHA: 61d3a14f5ee21304eadc9c25f102bcac80e1a589 [2022-05-02T04:09:28.651Z] Message: update stable to v1.0.227 [2022-05-02T04:09:29.225Z] ------------------- [2022-05-02T04:09:29.225Z] experimental info: [2022-05-02T04:09:29.225Z] ------------------- [2022-05-02T04:09:29.225Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-05-02T04:09:29.225Z] Commit SHA: 61d3a14f5ee21304eadc9c25f102bcac80e1a589 [2022-05-02T04:09:29.225Z] Message: update experimental to v1.0.227 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-05-02T04:09:29.456Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2022-05-02T04:09:29.494Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2022-05-02T04:09:29.532Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-05-02T04:09:29.573Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-05-02T04:09:29.612Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-05-02T04:09:29.651Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-05-02T04:09:29.686Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-05-02T04:09:29.723Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2022-05-02T04:09:29.757Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-05-02T04:09:29.792Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-05-02T04:09:29.827Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-05-02T04:09:29.862Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2022-05-02T04:09:29.897Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-05-02T04:09:29.932Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-05-02T04:09:29.968Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-05-02T04:09:30.003Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2022-05-02T04:09:30.041Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-05-02T04:09:30.077Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-05-02T04:09:30.111Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-05-02T04:09:30.148Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-05-02T04:09:30.183Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-05-02T04:09:30.218Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-05-02T04:09:30.253Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-05-02T04:09:30.291Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-05-02T04:09:30.331Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-05-02T04:09:30.366Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-05-02T04:09:30.405Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1154 [Pipeline] echo [2022-05-02T04:09:30.438Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1154 [Pipeline] echo [2022-05-02T04:09:30.473Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1154 [Pipeline] echo [2022-05-02T04:09:30.510Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 091125ed6fbd0fd7d1950ec77c16cf68f6de89ce [Pipeline] echo [2022-05-02T04:09:30.544Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 091125e [Pipeline] echo [2022-05-02T04:09:30.581Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-02T04:09:30.682Z] provisioning config files... [2022-05-02T04:09:30.698Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1154@tmp/config1617634570137656304tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-02T04:09:31.043Z] ---> docker-login.sh [2022-05-02T04:09:31.043Z] nexus3.edgexfoundry.org:10001 [2022-05-02T04:09:31.306Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-02T04:09:31.306Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-02T04:09:31.306Z] Configure a credential helper to remove this warning. See [2022-05-02T04:09:31.306Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-02T04:09:31.306Z] [2022-05-02T04:09:31.306Z] Login Succeeded [2022-05-02T04:09:31.306Z] nexus3.edgexfoundry.org:10002 [2022-05-02T04:09:31.569Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-02T04:09:31.569Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-02T04:09:31.569Z] Configure a credential helper to remove this warning. See [2022-05-02T04:09:31.569Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-02T04:09:31.569Z] [2022-05-02T04:09:31.569Z] Login Succeeded [2022-05-02T04:09:31.569Z] nexus3.edgexfoundry.org:10003 [2022-05-02T04:09:31.569Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-02T04:09:31.836Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-02T04:09:31.836Z] Configure a credential helper to remove this warning. See [2022-05-02T04:09:31.836Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-02T04:09:31.836Z] [2022-05-02T04:09:31.836Z] Login Succeeded [2022-05-02T04:09:31.836Z] nexus3.edgexfoundry.org:10004 [2022-05-02T04:09:31.836Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-02T04:09:31.836Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-02T04:09:31.836Z] Configure a credential helper to remove this warning. See [2022-05-02T04:09:31.836Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-02T04:09:31.836Z] [2022-05-02T04:09:31.836Z] Login Succeeded [2022-05-02T04:09:31.836Z] docker.io [2022-05-02T04:09:31.836Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-02T04:09:32.408Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-02T04:09:32.408Z] Configure a credential helper to remove this warning. See [2022-05-02T04:09:32.408Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-02T04:09:32.408Z] [2022-05-02T04:09:32.408Z] Login Succeeded [2022-05-02T04:09:32.408Z] ---> docker-login.sh ends [Pipeline] } [2022-05-02T04:09:32.434Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-05-02T04:09:33.062Z] + git rev-list -1 --merges 091125ed6fbd0fd7d1950ec77c16cf68f6de89ce~1..091125ed6fbd0fd7d1950ec77c16cf68f6de89ce [Pipeline] echo [2022-05-02T04:09:33.211Z] -----------> git rev-list -1 --merges 091125ed6fbd0fd7d1950ec77c16cf68f6de89ce~1..091125ed6fbd0fd7d1950ec77c16cf68f6de89ce 091125ed6fbd0fd7d1950ec77c16cf68f6de89ce [false] [Pipeline] sh [2022-05-02T04:09:33.526Z] + git log --format=format:%s -1 091125ed6fbd0fd7d1950ec77c16cf68f6de89ce [Pipeline] echo [2022-05-02T04:09:33.566Z] ========================================================= [2022-05-02T04:09:33.566Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-05-02T04:09:33.566Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-02T04:09:34.017Z] + git log --format=format:%s -1 091125ed6fbd0fd7d1950ec77c16cf68f6de89ce [Pipeline] echo [2022-05-02T04:09:34.050Z] [semverPrep] GIT_COMMIT: 091125ed6fbd0fd7d1950ec77c16cf68f6de89ce, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo [2022-05-02T04:09:34.080Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-05-02T04:09:34.500Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-05-02T04:09:34.501Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-05-02T04:09:34.501Z] + [ -e /tmp/ssh_known_hosts ] [2022-05-02T04:09:34.501Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-05-02T04:09:34.501Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-05-02T04:09:34.501Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-05-02T04:09:34.501Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-05-02T04:09:34.886Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-02T04:09:34.887Z] [2022-05-02T04:09:34.887Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-05-02T04:09:35.235Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-02T04:09:35.235Z] latest: Pulling from edgex-devops/py-git-semver [2022-05-02T04:09:35.235Z] 1fe172e4850f: Pulling fs layer [2022-05-02T04:09:35.235Z] caf521ccaac6: Pulling fs layer [2022-05-02T04:09:35.235Z] 3ead6fa29328: Pulling fs layer [2022-05-02T04:09:35.235Z] 5c2a1cbceb83: Pulling fs layer [2022-05-02T04:09:35.235Z] a8d5f1318db7: Pulling fs layer [2022-05-02T04:09:35.235Z] c427282e49a2: Pulling fs layer [2022-05-02T04:09:35.235Z] 1827001aaf11: Pulling fs layer [2022-05-02T04:09:35.235Z] 0714d37db230: Pulling fs layer [2022-05-02T04:09:35.235Z] ac28cf19c067: Pulling fs layer [2022-05-02T04:09:35.235Z] ca983d60f3e2: Pulling fs layer [2022-05-02T04:09:35.235Z] 9f894cec8388: Pulling fs layer [2022-05-02T04:09:35.235Z] 5c2a1cbceb83: Waiting [2022-05-02T04:09:35.235Z] a8d5f1318db7: Waiting [2022-05-02T04:09:35.235Z] c427282e49a2: Waiting [2022-05-02T04:09:35.235Z] 1827001aaf11: Waiting [2022-05-02T04:09:35.235Z] 0714d37db230: Waiting [2022-05-02T04:09:35.235Z] 9f894cec8388: Waiting [2022-05-02T04:09:35.235Z] ac28cf19c067: Waiting [2022-05-02T04:09:35.235Z] ca983d60f3e2: Waiting [2022-05-02T04:09:35.235Z] caf521ccaac6: Download complete [2022-05-02T04:09:35.235Z] 5c2a1cbceb83: Verifying Checksum [2022-05-02T04:09:35.235Z] 5c2a1cbceb83: Download complete [2022-05-02T04:09:35.235Z] a8d5f1318db7: Verifying Checksum [2022-05-02T04:09:35.235Z] a8d5f1318db7: Download complete [2022-05-02T04:09:35.497Z] c427282e49a2: Download complete [2022-05-02T04:09:35.497Z] 3ead6fa29328: Verifying Checksum [2022-05-02T04:09:35.497Z] 3ead6fa29328: Download complete [2022-05-02T04:09:35.497Z] 0714d37db230: Download complete [2022-05-02T04:09:35.497Z] ac28cf19c067: Verifying Checksum [2022-05-02T04:09:35.497Z] ac28cf19c067: Download complete [2022-05-02T04:09:35.497Z] ca983d60f3e2: Verifying Checksum [2022-05-02T04:09:35.497Z] ca983d60f3e2: Download complete [2022-05-02T04:09:35.497Z] 9f894cec8388: Verifying Checksum [2022-05-02T04:09:35.497Z] 9f894cec8388: Download complete [2022-05-02T04:09:35.497Z] 1fe172e4850f: Verifying Checksum [2022-05-02T04:09:35.497Z] 1fe172e4850f: Download complete [2022-05-02T04:09:35.759Z] 1827001aaf11: Verifying Checksum [2022-05-02T04:09:35.759Z] 1827001aaf11: Download complete [2022-05-02T04:09:37.148Z] 1fe172e4850f: Pull complete [2022-05-02T04:09:37.148Z] caf521ccaac6: Pull complete [2022-05-02T04:09:37.722Z] 3ead6fa29328: Pull complete [2022-05-02T04:09:37.722Z] 5c2a1cbceb83: Pull complete [2022-05-02T04:09:37.985Z] a8d5f1318db7: Pull complete [2022-05-02T04:09:37.985Z] c427282e49a2: Pull complete [2022-05-02T04:09:40.533Z] 1827001aaf11: Pull complete [2022-05-02T04:09:40.533Z] 0714d37db230: Pull complete [2022-05-02T04:09:40.533Z] ac28cf19c067: Pull complete [2022-05-02T04:09:40.533Z] ca983d60f3e2: Pull complete [2022-05-02T04:09:40.533Z] 9f894cec8388: Pull complete [2022-05-02T04:09:40.533Z] Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee [2022-05-02T04:09:40.533Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-02T04:09:40.533Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] withDockerContainer [2022-05-02T04:09:40.644Z] prd-ubuntu20.04-docker-8c-8g-34406 does not seem to be running inside a container [2022-05-02T04:09:40.701Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-sdk-go_PR-1154 -v /w/workspace/gexfoundry_device-sdk-go_PR-1154:/w/workspace/gexfoundry_device-sdk-go_PR-1154:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1154@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1154@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat [2022-05-02T04:09:42.142Z] $ docker top 79b57e1f92e22a536f3b0f7206670016960659b046010152f791e8e221504921 -eo pid,comm [2022-05-02T04:09:42.204Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2022-05-02T04:09:42.204Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-05-02T04:09:42.324Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-02T04:09:42.324Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-02T04:09:42.476Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-02T04:09:42.485Z] $ docker exec 79b57e1f92e22a536f3b0f7206670016960659b046010152f791e8e221504921 ssh-agent [2022-05-02T04:09:42.607Z] SSH_AUTH_SOCK=/tmp/ssh-Ec920OorAfNw/agent.32 [2022-05-02T04:09:42.607Z] SSH_AGENT_PID=38 [2022-05-02T04:09:42.615Z] Running ssh-add (command line suppressed) [2022-05-02T04:09:42.749Z] Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1154@tmp/private_key_4708881303851412244.key (/w/workspace/gexfoundry_device-sdk-go_PR-1154@tmp/private_key_4708881303851412244.key) [2022-05-02T04:09:42.761Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-02T04:09:43.101Z] + git tag --points-at HEAD [Pipeline] } [2022-05-02T04:09:43.135Z] $ docker exec --env ******** --env ******** 79b57e1f92e22a536f3b0f7206670016960659b046010152f791e8e221504921 ssh-agent -k [2022-05-02T04:09:43.264Z] unset SSH_AUTH_SOCK; [2022-05-02T04:09:43.264Z] unset SSH_AGENT_PID; [2022-05-02T04:09:43.264Z] echo Agent pid 38 killed; [2022-05-02T04:09:43.272Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-05-02T04:09:43.358Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-02T04:09:43.358Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-02T04:09:43.494Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-02T04:09:43.504Z] $ docker exec 79b57e1f92e22a536f3b0f7206670016960659b046010152f791e8e221504921 ssh-agent [2022-05-02T04:09:43.630Z] SSH_AUTH_SOCK=/tmp/ssh-7jj0N7rCqTFU/agent.71 [2022-05-02T04:09:43.630Z] SSH_AGENT_PID=78 [2022-05-02T04:09:43.635Z] Running ssh-add (command line suppressed) [2022-05-02T04:09:43.769Z] Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1154@tmp/private_key_8225123178150729496.key (/w/workspace/gexfoundry_device-sdk-go_PR-1154@tmp/private_key_8225123178150729496.key) [2022-05-02T04:09:43.782Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-02T04:09:44.118Z] + git semver init [2022-05-02T04:09:44.379Z] 2022-05-02 04:09:44,358 [run_init] DEBUG init version:0.0.0 force:False [2022-05-02T04:09:44.379Z] 2022-05-02 04:09:44,359 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-sdk-go_PR-1154/.semver [2022-05-02T04:09:44.379Z] 2022-05-02 04:09:44,360 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/gexfoundry_device-sdk-go_PR-1154/.semver [2022-05-02T04:09:44.379Z] 2022-05-02 04:09:44,360 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/gexfoundry_device-sdk-go_PR-1154/.semver'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1154, universal_newlines=False, shell=None, istream=None) [2022-05-02T04:09:45.324Z] 2022-05-02 04:09:45,225 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-sdk-go_PR-1154/.git/info/exclude [2022-05-02T04:09:45.324Z] 2022-05-02 04:09:45,226 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-sdk-go_PR-1154/.semver/PR-1154 with force:False [2022-05-02T04:09:45.324Z] 2022-05-02 04:09:45,226 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-sdk-go_PR-1154/.semver/PR-1154 [2022-05-02T04:09:45.324Z] 2022-05-02 04:09:45,230 [execute] INFO git cat-file --batch-check [2022-05-02T04:09:45.324Z] 2022-05-02 04:09:45,231 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1154/.semver, universal_newlines=False, shell=None, istream=) [2022-05-02T04:09:45.324Z] 2022-05-02 04:09:45,237 [execute] INFO git cat-file --batch [2022-05-02T04:09:45.324Z] 2022-05-02 04:09:45,238 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1154/.semver, universal_newlines=False, shell=None, istream=) [2022-05-02T04:09:45.324Z] 2022-05-02 04:09:45,242 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-sdk-go_PR-1154/.semver/PR-1154 [2022-05-02T04:09:45.324Z] 0.0.0 [Pipeline] } [2022-05-02T04:09:45.359Z] $ docker exec --env ******** --env ******** 79b57e1f92e22a536f3b0f7206670016960659b046010152f791e8e221504921 ssh-agent -k [2022-05-02T04:09:45.476Z] unset SSH_AUTH_SOCK; [2022-05-02T04:09:45.476Z] unset SSH_AGENT_PID; [2022-05-02T04:09:45.476Z] echo Agent pid 78 killed; [2022-05-02T04:09:45.481Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-05-02T04:09:45.903Z] + git semver [Pipeline] } [2022-05-02T04:09:46.200Z] $ docker stop --time=1 79b57e1f92e22a536f3b0f7206670016960659b046010152f791e8e221504921 [2022-05-02T04:09:47.538Z] $ docker rm -f 79b57e1f92e22a536f3b0f7206670016960659b046010152f791e8e221504921 [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-02T04:09:47.959Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-05-02T04:09:48.252Z] Stashed 1 file(s) [Pipeline] echo [2022-05-02T04:09:48.269Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-02T04:09:48.815Z] provisioning config files... [2022-05-02T04:09:48.826Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1154@tmp/config8739248868585198902tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-02T04:09:49.172Z] ---> docker-login.sh [2022-05-02T04:09:49.172Z] nexus3.edgexfoundry.org:10001 [2022-05-02T04:09:49.172Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-02T04:09:49.172Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-02T04:09:49.172Z] Configure a credential helper to remove this warning. See [2022-05-02T04:09:49.172Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-02T04:09:49.172Z] [2022-05-02T04:09:49.172Z] Login Succeeded [2022-05-02T04:09:49.172Z] nexus3.edgexfoundry.org:10002 [2022-05-02T04:09:49.172Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-02T04:09:49.432Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-02T04:09:49.432Z] Configure a credential helper to remove this warning. See [2022-05-02T04:09:49.432Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-02T04:09:49.432Z] [2022-05-02T04:09:49.432Z] Login Succeeded [2022-05-02T04:09:49.432Z] nexus3.edgexfoundry.org:10003 [2022-05-02T04:09:49.432Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-02T04:09:49.432Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-02T04:09:49.432Z] Configure a credential helper to remove this warning. See [2022-05-02T04:09:49.432Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-02T04:09:49.432Z] [2022-05-02T04:09:49.432Z] Login Succeeded [2022-05-02T04:09:49.432Z] nexus3.edgexfoundry.org:10004 [2022-05-02T04:09:49.692Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-02T04:09:49.692Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-02T04:09:49.692Z] Configure a credential helper to remove this warning. See [2022-05-02T04:09:49.692Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-02T04:09:49.692Z] [2022-05-02T04:09:49.692Z] Login Succeeded [2022-05-02T04:09:49.692Z] docker.io [2022-05-02T04:09:49.692Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-02T04:09:49.953Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-02T04:09:49.953Z] Configure a credential helper to remove this warning. See [2022-05-02T04:09:49.953Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-02T04:09:49.953Z] [2022-05-02T04:09:49.953Z] Login Succeeded [2022-05-02T04:09:49.953Z] ---> docker-login.sh ends [Pipeline] } [2022-05-02T04:09:49.979Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-05-02T04:09:50.175Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-02T04:09:50.207Z] ========================================================= [2022-05-02T04:09:50.207Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-05-02T04:09:50.207Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-05-02T04:09:50.609Z] + docker build -t ci-base-image-x86_64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-05-02T04:09:50.609Z] Sending build context to Docker daemon 9.684MB [2022-05-02T04:09:50.609Z] Step 1/11 : ARG BASE=golang:1.17-alpine3.15 [2022-05-02T04:09:50.610Z] Step 2/11 : FROM ${BASE} AS builder [2022-05-02T04:09:50.610Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-05-02T04:09:50.610Z] 59bf1c3509f3: Pulling fs layer [2022-05-02T04:09:50.610Z] 666ba61612fd: Pulling fs layer [2022-05-02T04:09:50.610Z] 8ed8ca486205: Pulling fs layer [2022-05-02T04:09:50.610Z] 4fe6c5a15a65: Pulling fs layer [2022-05-02T04:09:50.610Z] 22a0e8bec74d: Pulling fs layer [2022-05-02T04:09:50.610Z] ca2b28591e48: Pulling fs layer [2022-05-02T04:09:50.610Z] a51346096db8: Pulling fs layer [2022-05-02T04:09:50.610Z] daebc70d1ce1: Pulling fs layer [2022-05-02T04:09:50.610Z] 0e18a0eac166: Pulling fs layer [2022-05-02T04:09:50.610Z] a51346096db8: Waiting [2022-05-02T04:09:50.610Z] daebc70d1ce1: Waiting [2022-05-02T04:09:50.610Z] 0e18a0eac166: Waiting [2022-05-02T04:09:50.610Z] 4fe6c5a15a65: Waiting [2022-05-02T04:09:50.610Z] 22a0e8bec74d: Waiting [2022-05-02T04:09:50.610Z] ca2b28591e48: Waiting [2022-05-02T04:09:50.610Z] 8ed8ca486205: Download complete [2022-05-02T04:09:50.870Z] 666ba61612fd: Download complete [2022-05-02T04:09:50.870Z] 22a0e8bec74d: Download complete [2022-05-02T04:09:50.870Z] ca2b28591e48: Download complete [2022-05-02T04:09:50.870Z] 59bf1c3509f3: Verifying Checksum [2022-05-02T04:09:50.870Z] 59bf1c3509f3: Download complete [2022-05-02T04:09:50.870Z] a51346096db8: Verifying Checksum [2022-05-02T04:09:50.870Z] a51346096db8: Download complete [2022-05-02T04:09:50.870Z] daebc70d1ce1: Verifying Checksum [2022-05-02T04:09:50.870Z] daebc70d1ce1: Download complete [2022-05-02T04:09:50.870Z] 59bf1c3509f3: Pull complete [2022-05-02T04:09:51.133Z] 666ba61612fd: Pull complete [2022-05-02T04:09:51.133Z] 8ed8ca486205: Pull complete [2022-05-02T04:09:51.393Z] 0e18a0eac166: Verifying Checksum [2022-05-02T04:09:51.393Z] 0e18a0eac166: Download complete [2022-05-02T04:09:51.393Z] 4fe6c5a15a65: Verifying Checksum [2022-05-02T04:09:51.393Z] 4fe6c5a15a65: Download complete [2022-05-02T04:09:55.601Z] 4fe6c5a15a65: Pull complete [2022-05-02T04:09:55.601Z] 22a0e8bec74d: Pull complete [2022-05-02T04:09:55.601Z] ca2b28591e48: Pull complete [2022-05-02T04:09:55.601Z] a51346096db8: Pull complete [2022-05-02T04:09:55.601Z] daebc70d1ce1: Pull complete [2022-05-02T04:09:58.138Z] 0e18a0eac166: Pull complete [2022-05-02T04:09:58.138Z] Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 [2022-05-02T04:09:58.138Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-05-02T04:09:58.138Z] ---> f018257e8ee9 [2022-05-02T04:09:58.138Z] Step 3/11 : ARG MAKE=make build [2022-05-02T04:09:59.083Z] ---> Running in e941171d4a26 [2022-05-02T04:09:59.083Z] Removing intermediate container e941171d4a26 [2022-05-02T04:09:59.083Z] ---> 91271ee1b4ba [2022-05-02T04:09:59.083Z] Step 4/11 : WORKDIR /device-sdk-go [2022-05-02T04:09:59.083Z] ---> Running in a450d182636d [2022-05-02T04:09:59.083Z] Removing intermediate container a450d182636d [2022-05-02T04:09:59.083Z] ---> 04ea3baf79bd [2022-05-02T04:09:59.083Z] Step 5/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-05-02T04:09:59.347Z] ---> Running in 8971dba8f420 [2022-05-02T04:09:59.347Z] Removing intermediate container 8971dba8f420 [2022-05-02T04:09:59.347Z] ---> 15c359008684 [2022-05-02T04:09:59.347Z] Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-02T04:09:59.347Z] ---> Running in 193f8d3e4ae2 [2022-05-02T04:09:59.919Z] Removing intermediate container 193f8d3e4ae2 [2022-05-02T04:09:59.919Z] ---> 01a9fe75ae20 [2022-05-02T04:09:59.919Z] Step 7/11 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-05-02T04:09:59.919Z] ---> Running in a1db42568def [2022-05-02T04:10:00.184Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-02T04:10:01.140Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-02T04:10:01.403Z] OK: 221 MiB in 52 packages [2022-05-02T04:10:01.974Z] Removing intermediate container a1db42568def [2022-05-02T04:10:01.974Z] ---> 89f7ee133a2a [2022-05-02T04:10:01.974Z] Step 8/11 : COPY go.mod vendor* ./ [2022-05-02T04:10:01.974Z] ---> b3238fdefa9a [2022-05-02T04:10:01.974Z] Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-02T04:10:01.974Z] ---> Running in 4e3bb66e9268 [2022-05-02T04:10:03.656Z] Still waiting to schedule task [2022-05-02T04:10:03.657Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-34404’ [2022-05-02T04:10:16.876Z] Removing intermediate container 4e3bb66e9268 [2022-05-02T04:10:16.876Z] ---> 48be540edfd4 [2022-05-02T04:10:16.876Z] Step 10/11 : COPY . . [2022-05-02T04:10:16.876Z] ---> 77d490ed6eb3 [2022-05-02T04:10:16.876Z] Step 11/11 : RUN ${MAKE} [2022-05-02T04:10:16.876Z] ---> Running in 53706eeae648 [2022-05-02T04:10:16.876Z] noop [2022-05-02T04:10:16.876Z] Removing intermediate container 53706eeae648 [2022-05-02T04:10:16.876Z] ---> f964f59c5a9b [2022-05-02T04:10:16.876Z] Successfully built f964f59c5a9b [2022-05-02T04:10:16.876Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-02T04:10:17.214Z] + docker inspect -f . ci-base-image-x86_64 [2022-05-02T04:10:17.214Z] . [Pipeline] withDockerContainer [2022-05-02T04:10:17.311Z] prd-ubuntu20.04-docker-8c-8g-34406 does not seem to be running inside a container [2022-05-02T04:10:17.359Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1154 -v /w/workspace/gexfoundry_device-sdk-go_PR-1154:/w/workspace/gexfoundry_device-sdk-go_PR-1154:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1154@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1154@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 ******** ci-base-image-x86_64 cat [2022-05-02T04:10:17.779Z] $ docker top b7c7f2b9c1857ed3e155ea0013d0d9c286b0c45bdb03520c00e9663ced4bdb8f -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-02T04:10:18.191Z] + go version [2022-05-02T04:10:18.191Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-05-02T04:10:18.230Z] $ docker stop --time=1 b7c7f2b9c1857ed3e155ea0013d0d9c286b0c45bdb03520c00e9663ced4bdb8f [2022-05-02T04:10:19.551Z] $ docker rm -f b7c7f2b9c1857ed3e155ea0013d0d9c286b0c45bdb03520c00e9663ced4bdb8f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-02T04:10:20.209Z] + docker inspect -f . ci-base-image-x86_64 [2022-05-02T04:10:20.209Z] . [Pipeline] withDockerContainer [2022-05-02T04:10:20.303Z] prd-ubuntu20.04-docker-8c-8g-34406 does not seem to be running inside a container [2022-05-02T04:10:20.347Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1154 -v /w/workspace/gexfoundry_device-sdk-go_PR-1154:/w/workspace/gexfoundry_device-sdk-go_PR-1154:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1154@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1154@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 ******** ci-base-image-x86_64 cat [2022-05-02T04:10:20.723Z] $ docker top 9911e419fb99be37ee3dcf582e916cc2fd725899b75101dcfd9b4c3da0a1f0e9 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-05-02T04:10:21.164Z] + make test [2022-05-02T04:10:21.164Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-05-02T04:10:26.541Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2022-05-02T04:10:38.760Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2022-05-02T04:10:38.760Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2022-05-02T04:10:38.760Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2022-05-02T04:10:39.021Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.077s coverage: 23.3% of statements [2022-05-02T04:10:39.021Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2022-05-02T04:10:39.021Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.091s coverage: 27.6% of statements [2022-05-02T04:10:39.021Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.051s coverage: 78.9% of statements [2022-05-02T04:10:39.021Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.102s coverage: 10.8% of statements [2022-05-02T04:10:39.021Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.093s coverage: 60.0% of statements [2022-05-02T04:10:39.021Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2022-05-02T04:10:39.021Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2022-05-02T04:10:39.592Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.080s coverage: 34.8% of statements [2022-05-02T04:10:39.592Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2022-05-02T04:10:39.853Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.085s coverage: 86.1% of statements [2022-05-02T04:10:39.854Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2022-05-02T04:10:39.854Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2022-05-02T04:10:39.854Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.112s coverage: 65.1% of statements [2022-05-02T04:10:39.854Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.875s coverage: 89.2% of statements [2022-05-02T04:10:39.854Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2022-05-02T04:10:39.854Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.061s coverage: 4.7% of statements [2022-05-02T04:10:39.854Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2022-05-02T04:10:54.752Z] GO111MODULE=on go vet ./... [2022-05-02T04:10:58.943Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-05-02T04:10:58.943Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-05-02T04:10:58.943Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-05-02T04:10:58.981Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-05-02T04:10:59.015Z] $ docker stop --time=1 9911e419fb99be37ee3dcf582e916cc2fd725899b75101dcfd9b4c3da0a1f0e9 [2022-05-02T04:11:01.355Z] $ docker rm -f 9911e419fb99be37ee3dcf582e916cc2fd725899b75101dcfd9b4c3da0a1f0e9 [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-02T04:11:01.904Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-05-02T04:11:01.993Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-05-02T04:11:02.663Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-05-02T04:11:02.975Z] + ls -al . [2022-05-02T04:11:02.975Z] total 296 [2022-05-02T04:11:02.975Z] drwxrwxr-x 11 jenkins jenkins 4096 May 2 04:10 . [2022-05-02T04:11:02.975Z] drwxrwxr-x 4 jenkins jenkins 4096 May 2 04:09 .. [2022-05-02T04:11:02.975Z] -rw-rw-r-- 1 jenkins jenkins 140 May 2 04:09 .dockerignore [2022-05-02T04:11:02.975Z] drwxrwxr-x 8 jenkins jenkins 4096 May 2 04:09 .git [2022-05-02T04:11:02.975Z] drwxrwxr-x 2 jenkins jenkins 4096 May 2 04:09 .github [2022-05-02T04:11:02.975Z] -rw-rw-r-- 1 jenkins jenkins 131 May 2 04:09 .gitignore [2022-05-02T04:11:02.975Z] -rw-rw-r-- 1 jenkins jenkins 42 May 2 04:09 .golangci.yml [2022-05-02T04:11:02.975Z] drwxr-xr-x 3 jenkins jenkins 4096 May 2 04:09 .semver [2022-05-02T04:11:02.975Z] -rw-rw-r-- 1 jenkins jenkins 26321 May 2 04:09 CHANGELOG.md [2022-05-02T04:11:02.975Z] -rw-rw-r-- 1 jenkins jenkins 677 May 2 04:09 GOVERNANCE.md [2022-05-02T04:11:02.975Z] -rw-rw-r-- 1 jenkins jenkins 880 May 2 04:09 Jenkinsfile [2022-05-02T04:11:02.975Z] -rw-rw-r-- 1 jenkins jenkins 11341 May 2 04:09 LICENSE [2022-05-02T04:11:02.975Z] -rw-rw-r-- 1 jenkins jenkins 2015 May 2 04:09 Makefile [2022-05-02T04:11:02.975Z] -rw-rw-r-- 1 jenkins jenkins 619 May 2 04:09 OWNERS.md [2022-05-02T04:11:02.975Z] -rw-rw-r-- 1 jenkins jenkins 4881 May 2 04:09 README.md [2022-05-02T04:11:02.975Z] -rw-rw-r-- 1 jenkins jenkins 5 May 2 04:09 VERSION [2022-05-02T04:11:02.975Z] drwxrwxr-x 2 jenkins jenkins 4096 May 2 04:09 bin [2022-05-02T04:11:02.975Z] -rw-r--r-- 1 jenkins jenkins 130819 May 2 04:10 coverage.out [2022-05-02T04:11:02.975Z] drwxrwxr-x 5 jenkins jenkins 4096 May 2 04:09 example [2022-05-02T04:11:02.975Z] -rw-rw-r-- 1 jenkins jenkins 3198 May 2 04:09 go.mod [2022-05-02T04:11:02.975Z] -rw-rw-r-- 1 jenkins jenkins 35003 May 2 04:09 go.sum [2022-05-02T04:11:02.975Z] drwxrwxr-x 15 jenkins jenkins 4096 May 2 04:09 internal [2022-05-02T04:11:02.975Z] drwxrwxr-x 3 jenkins jenkins 4096 May 2 04:09 openapi [2022-05-02T04:11:02.975Z] drwxrwxr-x 5 jenkins jenkins 4096 May 2 04:09 pkg [2022-05-02T04:11:02.975Z] drwxrwxr-x 4 jenkins jenkins 4096 May 2 04:09 snap [2022-05-02T04:11:02.975Z] -rw-rw-r-- 1 jenkins jenkins 222 May 2 04:09 version.go [Pipeline] isUnix [Pipeline] sh [2022-05-02T04:11:03.311Z] + 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=091125ed6fbd0fd7d1950ec77c16cf68f6de89ce --label arch=amd64 --label version=0.0.0 . [2022-05-02T04:11:03.311Z] Sending build context to Docker daemon 9.816MB [2022-05-02T04:11:03.311Z] Step 1/25 : ARG BASE=golang:1.17-alpine3.15 [2022-05-02T04:11:03.311Z] Step 2/25 : FROM ${BASE} AS builder [2022-05-02T04:11:03.311Z] ---> f964f59c5a9b [2022-05-02T04:11:03.311Z] Step 3/25 : ARG MAKE=make build [2022-05-02T04:11:03.311Z] ---> Running in be26406f0d73 [2022-05-02T04:11:03.572Z] Removing intermediate container be26406f0d73 [2022-05-02T04:11:03.572Z] ---> e74ac0f5a294 [2022-05-02T04:11:03.572Z] Step 4/25 : WORKDIR /device-sdk-go [2022-05-02T04:11:03.572Z] ---> Running in ed1ec0fdd9d4 [2022-05-02T04:11:03.572Z] Removing intermediate container ed1ec0fdd9d4 [2022-05-02T04:11:03.572Z] ---> 2bd93a618655 [2022-05-02T04:11:03.572Z] Step 5/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-05-02T04:11:03.572Z] ---> Running in 63398f7db499 [2022-05-02T04:11:03.835Z] Removing intermediate container 63398f7db499 [2022-05-02T04:11:03.835Z] ---> 21f3db5966b2 [2022-05-02T04:11:03.835Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-02T04:11:03.835Z] ---> Running in 616fd3ce848a [2022-05-02T04:11:04.406Z] Removing intermediate container 616fd3ce848a [2022-05-02T04:11:04.406Z] ---> 50b8835afd89 [2022-05-02T04:11:04.406Z] Step 7/25 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-05-02T04:11:04.406Z] ---> Running in 2ab40a7f5849 [2022-05-02T04:11:04.667Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-02T04:11:05.610Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-02T04:11:05.883Z] OK: 221 MiB in 52 packages [2022-05-02T04:11:06.144Z] Removing intermediate container 2ab40a7f5849 [2022-05-02T04:11:06.144Z] ---> 61c46dbaf983 [2022-05-02T04:11:06.144Z] Step 8/25 : COPY go.mod vendor* ./ [2022-05-02T04:11:06.144Z] ---> 0f097e61a3e0 [2022-05-02T04:11:06.144Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-02T04:11:06.405Z] ---> Running in 682c56a6a5ea [2022-05-02T04:11:06.975Z] Removing intermediate container 682c56a6a5ea [2022-05-02T04:11:06.975Z] ---> 0d751f288068 [2022-05-02T04:11:06.975Z] Step 10/25 : COPY . . [2022-05-02T04:11:07.234Z] ---> 35b0a322a0a3 [2022-05-02T04:11:07.234Z] Step 11/25 : RUN ${MAKE} [2022-05-02T04:11:07.234Z] ---> Running in 6a0a75b70160 [2022-05-02T04:11:07.806Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2022-05-02T04:11:25.901Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2022-05-02T04:11:26.472Z] Removing intermediate container 6a0a75b70160 [2022-05-02T04:11:26.472Z] ---> be8122ffc21e [2022-05-02T04:11:26.472Z] Step 12/25 : FROM alpine:3.14 [2022-05-02T04:11:27.418Z] 3.14: Pulling from library/alpine [2022-05-02T04:11:27.418Z] 8663204ce13b: Pulling fs layer [2022-05-02T04:11:27.688Z] 8663204ce13b: Verifying Checksum [2022-05-02T04:11:27.688Z] 8663204ce13b: Download complete [2022-05-02T04:11:27.688Z] 8663204ce13b: Pull complete [2022-05-02T04:11:27.688Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-05-02T04:11:27.688Z] Status: Downloaded newer image for alpine:3.14 [2022-05-02T04:11:27.688Z] ---> e04c818066af [2022-05-02T04:11:27.688Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-05-02T04:11:27.950Z] ---> Running in a9d78b5dcd1f [2022-05-02T04:11:27.950Z] Removing intermediate container a9d78b5dcd1f [2022-05-02T04:11:27.950Z] ---> 09190f74de7d [2022-05-02T04:11:27.950Z] Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-02T04:11:27.950Z] ---> Running in 0385de7c7e52 [2022-05-02T04:11:28.528Z] Removing intermediate container 0385de7c7e52 [2022-05-02T04:11:28.528Z] ---> 743914bda41a [2022-05-02T04:11:28.528Z] Step 15/25 : RUN apk add --update --no-cache zeromq [2022-05-02T04:11:28.528Z] ---> Running in 231a5d0fe619 [2022-05-02T04:11:28.787Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-05-02T04:11:29.727Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-05-02T04:11:29.996Z] (1/5) Installing libgcc (10.3.1_git20210424-r2) [2022-05-02T04:11:29.996Z] (2/5) Installing libsodium (1.0.18-r0) [2022-05-02T04:11:29.996Z] (3/5) Installing libstdc++ (10.3.1_git20210424-r2) [2022-05-02T04:11:30.257Z] (4/5) Installing libzmq (4.3.4-r0) [2022-05-02T04:11:30.257Z] (5/5) Installing zeromq (4.3.4-r0) [2022-05-02T04:11:30.517Z] Executing busybox-1.33.1-r7.trigger [2022-05-02T04:11:30.517Z] OK: 8 MiB in 19 packages [2022-05-02T04:11:30.777Z] Removing intermediate container 231a5d0fe619 [2022-05-02T04:11:30.777Z] ---> 0d20db8abb02 [2022-05-02T04:11:30.777Z] Step 16/25 : WORKDIR / [2022-05-02T04:11:30.777Z] ---> Running in 0ffb2c6de608 [2022-05-02T04:11:30.777Z] Removing intermediate container 0ffb2c6de608 [2022-05-02T04:11:30.777Z] ---> b965067006aa [2022-05-02T04:11:30.777Z] Step 17/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2022-05-02T04:11:31.038Z] ---> 76c0064da06d [2022-05-02T04:11:31.038Z] Step 18/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2022-05-02T04:11:31.609Z] ---> 38649c306f0e [2022-05-02T04:11:31.610Z] Step 19/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2022-05-02T04:11:31.876Z] ---> a6e148937645 [2022-05-02T04:11:31.876Z] Step 20/25 : EXPOSE 59999 [2022-05-02T04:11:31.876Z] ---> Running in 33fea85bd585 [2022-05-02T04:11:31.876Z] Removing intermediate container 33fea85bd585 [2022-05-02T04:11:31.876Z] ---> 637e24382c64 [2022-05-02T04:11:31.876Z] Step 21/25 : ENTRYPOINT ["/device-simple"] [2022-05-02T04:11:31.876Z] ---> Running in 0ee65c1587d8 [2022-05-02T04:11:32.135Z] Removing intermediate container 0ee65c1587d8 [2022-05-02T04:11:32.135Z] ---> cd36c9b08de0 [2022-05-02T04:11:32.135Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-02T04:11:32.135Z] ---> Running in a469851bd8aa [2022-05-02T04:11:32.135Z] Removing intermediate container a469851bd8aa [2022-05-02T04:11:32.135Z] ---> 96349493c00e [2022-05-02T04:11:32.135Z] Step 23/25 : LABEL arch=amd64 [2022-05-02T04:11:32.397Z] ---> Running in d589f8c7e693 [2022-05-02T04:11:32.397Z] Removing intermediate container d589f8c7e693 [2022-05-02T04:11:32.397Z] ---> 9840c0a3e06d [2022-05-02T04:11:32.397Z] Step 24/25 : LABEL git_sha=091125ed6fbd0fd7d1950ec77c16cf68f6de89ce [2022-05-02T04:11:32.397Z] ---> Running in 9168a86c1c4c [2022-05-02T04:11:32.397Z] Removing intermediate container 9168a86c1c4c [2022-05-02T04:11:32.397Z] ---> dbdf65ab9ff9 [2022-05-02T04:11:32.397Z] Step 25/25 : LABEL version=0.0.0 [2022-05-02T04:11:32.659Z] ---> Running in f847116b54a6 [2022-05-02T04:11:32.659Z] Removing intermediate container f847116b54a6 [2022-05-02T04:11:32.659Z] ---> 9680011518f1 [2022-05-02T04:11:32.659Z] [Warning] One or more build-args [ARCH] were not consumed [2022-05-02T04:11:32.659Z] Successfully built 9680011518f1 [2022-05-02T04:11:32.659Z] Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-02T04:11:33.438Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-02T04:11:33.438Z] [2022-05-02T04:11:33.438Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-05-02T04:11:33.786Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-02T04:11:33.786Z] latest: Pulling from edgex-lftools-log-publisher [2022-05-02T04:11:33.786Z] 5eb5b503b376: Pulling fs layer [2022-05-02T04:11:33.786Z] 5c69ac0246d0: Pulling fs layer [2022-05-02T04:11:33.786Z] ec43610c2a17: Pulling fs layer [2022-05-02T04:11:33.786Z] 3a2ae6a8a46f: Pulling fs layer [2022-05-02T04:11:33.786Z] 33b1e0a273af: Pulling fs layer [2022-05-02T04:11:33.786Z] 5d3b04190fa2: Pulling fs layer [2022-05-02T04:11:33.786Z] 2f39f015ded8: Pulling fs layer [2022-05-02T04:11:33.786Z] 3a2ae6a8a46f: Waiting [2022-05-02T04:11:33.786Z] 33b1e0a273af: Waiting [2022-05-02T04:11:33.786Z] 2f39f015ded8: Waiting [2022-05-02T04:11:33.786Z] 5d3b04190fa2: Waiting [2022-05-02T04:11:33.786Z] 5c69ac0246d0: Download complete [2022-05-02T04:11:33.786Z] 3a2ae6a8a46f: Verifying Checksum [2022-05-02T04:11:33.786Z] 3a2ae6a8a46f: Download complete [2022-05-02T04:11:33.786Z] 33b1e0a273af: Verifying Checksum [2022-05-02T04:11:33.786Z] 33b1e0a273af: Download complete [2022-05-02T04:11:33.786Z] 5d3b04190fa2: Verifying Checksum [2022-05-02T04:11:33.786Z] 5d3b04190fa2: Download complete [2022-05-02T04:11:33.786Z] ec43610c2a17: Verifying Checksum [2022-05-02T04:11:33.786Z] ec43610c2a17: Download complete [2022-05-02T04:11:34.045Z] 5eb5b503b376: Verifying Checksum [2022-05-02T04:11:34.045Z] 5eb5b503b376: Download complete [2022-05-02T04:11:34.613Z] 2f39f015ded8: Verifying Checksum [2022-05-02T04:11:35.552Z] 5eb5b503b376: Pull complete [2022-05-02T04:11:35.552Z] 5c69ac0246d0: Pull complete [2022-05-02T04:11:36.119Z] ec43610c2a17: Pull complete [2022-05-02T04:11:36.119Z] 3a2ae6a8a46f: Pull complete [2022-05-02T04:11:36.379Z] 33b1e0a273af: Pull complete [2022-05-02T04:11:36.379Z] 5d3b04190fa2: Pull complete [2022-05-02T04:11:41.657Z] 2f39f015ded8: Pull complete [2022-05-02T04:11:41.657Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-05-02T04:11:41.657Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-02T04:11:41.657Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-05-02T04:11:41.751Z] prd-ubuntu20.04-docker-8c-8g-34406 does not seem to be running inside a container [2022-05-02T04:11:41.791Z] $ 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-1154 -v /w/workspace/gexfoundry_device-sdk-go_PR-1154:/w/workspace/gexfoundry_device-sdk-go_PR-1154:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1154@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1154@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-05-02T04:11:43.892Z] $ docker top 7d231a8154d2a90054efeaa497866ffc6d9b39b528657096daa870049e01384d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-02T04:11:44.351Z] ---> job-cost.sh [2022-05-02T04:11:44.351Z] lf-activate-venv: SKIPPING [2022-05-02T04:11:44.351Z] INFO: No Stack... [2022-05-02T04:11:44.612Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-05-02T04:11:45.189Z] INFO: Archiving Costs [Pipeline] sh [2022-05-02T04:11:45.529Z] + cat /w/workspace/gexfoundry_device-sdk-go_PR-1154/archives/cost.csv [2022-05-02T04:11:45.530Z] + cut -d, -f6 [Pipeline] lock [2022-05-02T04:11:45.574Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1154-1-stack-cost] [2022-05-02T04:11:45.578Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-1154-1-stack-cost] did not exist. Created. [2022-05-02T04:11:45.578Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1154-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-05-02T04:11:46.009Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-05-02T04:11:46.054Z] Stashed 1 file(s) [Pipeline] } [2022-05-02T04:11:46.085Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1154-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-05-02T04:11:46.162Z] $ docker stop --time=1 7d231a8154d2a90054efeaa497866ffc6d9b39b528657096daa870049e01384d [2022-05-02T04:11:47.336Z] $ docker rm -f 7d231a8154d2a90054efeaa497866ffc6d9b39b528657096daa870049e01384d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-02T04:12:25.488Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-34409 in /w/workspace/gexfoundry_device-sdk-go_PR-1154 [Pipeline] { [Pipeline] ws [2022-05-02T04:12:25.528Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2022-05-02T04:12:25.992Z] The recommended git tool is: git [2022-05-02T04:12:32.619Z] using credential edgex-jenkins-ssh [2022-05-02T04:12:32.683Z] Cloning the remote Git repository [2022-05-02T04:12:32.774Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2022-05-02T04:12:32.876Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2022-05-02T04:12:32.995Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2022-05-02T04:12:32.996Z] > git --version # timeout=10 [2022-05-02T04:12:33.016Z] > git --version # 'git version 2.25.1' [2022-05-02T04:12:33.019Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-02T04:12:33.081Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-05-02T04:12:35.346Z] Merging remotes/origin/main commit a64f10ec129da673bd1db63a6bd52868e2c80f4f into PR head commit 091125ed6fbd0fd7d1950ec77c16cf68f6de89ce [2022-05-02T04:12:34.631Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2022-05-02T04:12:34.650Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-05-02T04:12:34.682Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2022-05-02T04:12:34.716Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2022-05-02T04:12:34.717Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-02T04:12:34.733Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1154/head:refs/remotes/origin/PR-1154 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-05-02T04:12:35.373Z] > git config core.sparsecheckout # timeout=10 [2022-05-02T04:12:35.390Z] > git checkout -f 091125ed6fbd0fd7d1950ec77c16cf68f6de89ce # timeout=10 [2022-05-02T04:12:35.507Z] > git remote # timeout=10 [2022-05-02T04:12:35.526Z] > git config --get remote.origin.url # timeout=10 [2022-05-02T04:12:35.541Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-02T04:12:35.558Z] > git merge a64f10ec129da673bd1db63a6bd52868e2c80f4f # timeout=10 [2022-05-02T04:12:35.601Z] Merge succeeded, producing 091125ed6fbd0fd7d1950ec77c16cf68f6de89ce [2022-05-02T04:12:35.602Z] Checking out Revision 091125ed6fbd0fd7d1950ec77c16cf68f6de89ce (PR-1154) [2022-05-02T04:12:35.587Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-02T04:12:35.615Z] > git config core.sparsecheckout # timeout=10 [2022-05-02T04:12:35.633Z] > git checkout -f 091125ed6fbd0fd7d1950ec77c16cf68f6de89ce # timeout=10 [2022-05-02T04:12:39.968Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2022-05-02T04:12:40.040Z] > git --version # timeout=10 [2022-05-02T04:12:40.055Z] > git --version # 'git version 2.25.1' [2022-05-02T04:12:40.069Z] fatal: bad object 61d3a14f5ee21304eadc9c25f102bcac80e1a589 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-02T04:12:41.250Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-05-02T04:12:41.250Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-02T04:12:41.250Z] Dload Upload Total Spent Left Speed [2022-05-02T04:12:41.250Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 99521 0 --:--:-- --:--:-- --:--:-- 99521 [Pipeline] sh [2022-05-02T04:12:41.795Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-05-02T04:12:42.163Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-05-02T04:12:42.163Z] + sudo tee /etc/docker/daemon.new [2022-05-02T04:12:42.163Z] { [2022-05-02T04:12:42.163Z] "registry-mirrors": [ [2022-05-02T04:12:42.163Z] "https://nexus3.edgexfoundry.org:10001" [2022-05-02T04:12:42.163Z] ], [2022-05-02T04:12:42.163Z] "bip": "10.250.0.254/24", [2022-05-02T04:12:42.163Z] "hosts": [ [2022-05-02T04:12:42.163Z] "tcp://0.0.0.0:5555", [2022-05-02T04:12:42.163Z] "unix:///var/run/docker.sock" [2022-05-02T04:12:42.163Z] ], [2022-05-02T04:12:42.163Z] "mtu": 1458, [2022-05-02T04:12:42.163Z] "selinux-enabled": true, [2022-05-02T04:12:42.163Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-05-02T04:12:42.163Z] } [Pipeline] sh [2022-05-02T04:12:42.549Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-05-02T04:12:42.924Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-02T04:13:01.376Z] provisioning config files... [2022-05-02T04:13:01.406Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config1838866550593426283tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-02T04:13:02.043Z] ---> docker-login.sh [2022-05-02T04:13:02.043Z] nexus3.edgexfoundry.org:10001 [2022-05-02T04:13:02.650Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-02T04:13:02.926Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-02T04:13:02.926Z] Configure a credential helper to remove this warning. See [2022-05-02T04:13:02.926Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-02T04:13:02.926Z] [2022-05-02T04:13:02.926Z] Login Succeeded [2022-05-02T04:13:02.926Z] nexus3.edgexfoundry.org:10002 [2022-05-02T04:13:03.528Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-02T04:13:03.528Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-02T04:13:03.528Z] Configure a credential helper to remove this warning. See [2022-05-02T04:13:03.528Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-02T04:13:03.528Z] [2022-05-02T04:13:03.528Z] Login Succeeded [2022-05-02T04:13:03.528Z] nexus3.edgexfoundry.org:10003 [2022-05-02T04:13:03.810Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-02T04:13:04.086Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-02T04:13:04.086Z] Configure a credential helper to remove this warning. See [2022-05-02T04:13:04.086Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-02T04:13:04.086Z] [2022-05-02T04:13:04.086Z] Login Succeeded [2022-05-02T04:13:04.086Z] nexus3.edgexfoundry.org:10004 [2022-05-02T04:13:04.360Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-02T04:13:04.635Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-02T04:13:04.635Z] Configure a credential helper to remove this warning. See [2022-05-02T04:13:04.635Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-02T04:13:04.635Z] [2022-05-02T04:13:04.635Z] Login Succeeded [2022-05-02T04:13:04.635Z] docker.io [2022-05-02T04:13:04.909Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-02T04:13:05.506Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-02T04:13:05.506Z] Configure a credential helper to remove this warning. See [2022-05-02T04:13:05.506Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-02T04:13:05.506Z] [2022-05-02T04:13:05.506Z] Login Succeeded [2022-05-02T04:13:05.506Z] ---> docker-login.sh ends [Pipeline] } [2022-05-02T04:13:05.535Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-05-02T04:13:05.963Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-02T04:13:06.000Z] ========================================================= [2022-05-02T04:13:06.000Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-05-02T04:13:06.000Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-05-02T04:13:06.466Z] + docker build -t ci-base-image-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-05-02T04:13:07.074Z] Sending build context to Docker daemon 5.218MB [2022-05-02T04:13:07.074Z] Step 1/11 : ARG BASE=golang:1.17-alpine3.15 [2022-05-02T04:13:07.074Z] Step 2/11 : FROM ${BASE} AS builder [2022-05-02T04:13:07.074Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-05-02T04:13:07.074Z] 9b3977197b4f: Pulling fs layer [2022-05-02T04:13:07.074Z] 1a89e8eeedd5: Pulling fs layer [2022-05-02T04:13:07.074Z] 94645a83ff95: Pulling fs layer [2022-05-02T04:13:07.074Z] 3f3a8bcf1eab: Pulling fs layer [2022-05-02T04:13:07.074Z] 0c92f367c5e7: Pulling fs layer [2022-05-02T04:13:07.074Z] 3096ccb668a1: Pulling fs layer [2022-05-02T04:13:07.074Z] e8cf19c19ddd: Pulling fs layer [2022-05-02T04:13:07.074Z] a4caa8a26152: Pulling fs layer [2022-05-02T04:13:07.074Z] 3096ccb668a1: Waiting [2022-05-02T04:13:07.074Z] 3f3a8bcf1eab: Waiting [2022-05-02T04:13:07.074Z] e8cf19c19ddd: Waiting [2022-05-02T04:13:07.074Z] a4caa8a26152: Waiting [2022-05-02T04:13:07.074Z] 0c92f367c5e7: Waiting [2022-05-02T04:13:07.352Z] 94645a83ff95: Verifying Checksum [2022-05-02T04:13:07.352Z] 94645a83ff95: Download complete [2022-05-02T04:13:07.352Z] 1a89e8eeedd5: Download complete [2022-05-02T04:13:07.352Z] 0c92f367c5e7: Verifying Checksum [2022-05-02T04:13:07.352Z] 0c92f367c5e7: Download complete [2022-05-02T04:13:07.352Z] 3096ccb668a1: Verifying Checksum [2022-05-02T04:13:07.352Z] 3096ccb668a1: Download complete [2022-05-02T04:13:07.352Z] 9b3977197b4f: Verifying Checksum [2022-05-02T04:13:07.352Z] e8cf19c19ddd: Verifying Checksum [2022-05-02T04:13:07.352Z] e8cf19c19ddd: Download complete [2022-05-02T04:13:07.970Z] 9b3977197b4f: Pull complete [2022-05-02T04:13:08.576Z] 1a89e8eeedd5: Pull complete [2022-05-02T04:13:09.178Z] 94645a83ff95: Pull complete [2022-05-02T04:13:09.453Z] a4caa8a26152: Verifying Checksum [2022-05-02T04:13:09.454Z] a4caa8a26152: Download complete [2022-05-02T04:13:10.053Z] 3f3a8bcf1eab: Verifying Checksum [2022-05-02T04:13:10.053Z] 3f3a8bcf1eab: Download complete [2022-05-02T04:13:22.484Z] 3f3a8bcf1eab: Pull complete [2022-05-02T04:13:22.484Z] 0c92f367c5e7: Pull complete [2022-05-02T04:13:22.484Z] 3096ccb668a1: Pull complete [2022-05-02T04:13:22.762Z] e8cf19c19ddd: Pull complete [2022-05-02T04:13:29.522Z] a4caa8a26152: Pull complete [2022-05-02T04:13:29.522Z] Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 [2022-05-02T04:13:29.522Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-05-02T04:13:29.522Z] ---> 725f1c02e7f9 [2022-05-02T04:13:29.522Z] Step 3/11 : ARG MAKE=make build [2022-05-02T04:13:31.034Z] ---> Running in 89fcca57799f [2022-05-02T04:13:32.478Z] Removing intermediate container 89fcca57799f [2022-05-02T04:13:32.478Z] ---> 5d2148f701af [2022-05-02T04:13:32.478Z] Step 4/11 : WORKDIR /device-sdk-go [2022-05-02T04:13:32.478Z] ---> Running in 476242aeee64 [2022-05-02T04:13:32.756Z] Removing intermediate container 476242aeee64 [2022-05-02T04:13:32.756Z] ---> b85e02a9af3c [2022-05-02T04:13:32.756Z] Step 5/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-05-02T04:13:32.756Z] ---> Running in 047ed9433a34 [2022-05-02T04:13:33.032Z] Removing intermediate container 047ed9433a34 [2022-05-02T04:13:33.032Z] ---> b8822439866a [2022-05-02T04:13:33.032Z] Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-02T04:13:33.322Z] ---> Running in e08548a482b7 [2022-05-02T04:13:35.317Z] Removing intermediate container e08548a482b7 [2022-05-02T04:13:35.317Z] ---> 48dd02d4d916 [2022-05-02T04:13:35.317Z] Step 7/11 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-05-02T04:13:35.317Z] ---> Running in 887f0f0a73f7 [2022-05-02T04:13:36.308Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-02T04:13:37.302Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-02T04:13:38.292Z] OK: 220 MiB in 52 packages [2022-05-02T04:13:38.895Z] Removing intermediate container 887f0f0a73f7 [2022-05-02T04:13:38.895Z] ---> 433c36a538d8 [2022-05-02T04:13:38.895Z] Step 8/11 : COPY go.mod vendor* ./ [2022-05-02T04:13:39.505Z] ---> 72904a004834 [2022-05-02T04:13:39.505Z] Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-02T04:13:39.797Z] ---> Running in 44ad39953d25 [2022-05-02T04:14:26.824Z] Removing intermediate container 44ad39953d25 [2022-05-02T04:14:26.824Z] ---> b83c2c037991 [2022-05-02T04:14:26.824Z] Step 10/11 : COPY . . [2022-05-02T04:14:26.824Z] ---> 7f6a0e444966 [2022-05-02T04:14:26.824Z] Step 11/11 : RUN ${MAKE} [2022-05-02T04:14:26.824Z] ---> Running in 30719edfbfb9 [2022-05-02T04:14:27.819Z] noop [2022-05-02T04:14:28.428Z] Removing intermediate container 30719edfbfb9 [2022-05-02T04:14:28.428Z] ---> e383d4ebffc5 [2022-05-02T04:14:28.428Z] Successfully built e383d4ebffc5 [2022-05-02T04:14:28.428Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-02T04:14:28.799Z] + docker inspect -f . ci-base-image-arm64 [2022-05-02T04:14:28.799Z] . [Pipeline] withDockerContainer [2022-05-02T04:14:29.077Z] prd-ubuntu20.04-docker-arm64-4c-16g-34409 does not seem to be running inside a container [2022-05-02T04:14:29.175Z] $ 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 ******** ci-base-image-arm64 cat [2022-05-02T04:14:30.702Z] $ docker top af36915a0fd1e3c957e350d0d3559aa5bc6d663cac14d71124e54327b7d3f97b -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-02T04:14:31.708Z] + go version [2022-05-02T04:14:31.708Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-05-02T04:14:31.752Z] $ docker stop --time=1 af36915a0fd1e3c957e350d0d3559aa5bc6d663cac14d71124e54327b7d3f97b [2022-05-02T04:14:33.465Z] $ docker rm -f af36915a0fd1e3c957e350d0d3559aa5bc6d663cac14d71124e54327b7d3f97b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-02T04:14:34.360Z] + docker inspect -f . ci-base-image-arm64 [2022-05-02T04:14:34.360Z] . [Pipeline] withDockerContainer [2022-05-02T04:14:34.623Z] prd-ubuntu20.04-docker-arm64-4c-16g-34409 does not seem to be running inside a container [2022-05-02T04:14:34.725Z] $ 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 ******** ci-base-image-arm64 cat [2022-05-02T04:14:36.098Z] $ docker top 25512139c992a6efd7a0b4ced82332b5c466e4e5e174744af09f9048e784ece0 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-05-02T04:14:37.119Z] + make test [2022-05-02T04:14:37.119Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-05-02T04:15:09.490Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2022-05-02T04:17:01.447Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2022-05-02T04:17:01.447Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2022-05-02T04:17:01.447Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2022-05-02T04:17:01.447Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.383s coverage: 23.3% of statements [2022-05-02T04:17:01.447Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2022-05-02T04:17:01.447Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.310s coverage: 27.6% of statements [2022-05-02T04:17:01.447Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.263s coverage: 78.9% of statements [2022-05-02T04:17:01.447Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.231s coverage: 10.8% of statements [2022-05-02T04:17:06.896Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.382s coverage: 60.0% of statements [2022-05-02T04:17:06.896Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2022-05-02T04:17:06.896Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2022-05-02T04:17:11.257Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.442s coverage: 34.8% of statements [2022-05-02T04:17:11.257Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2022-05-02T04:17:11.257Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.375s coverage: 86.1% of statements [2022-05-02T04:17:11.257Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2022-05-02T04:17:11.257Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2022-05-02T04:17:11.539Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.538s coverage: 65.1% of statements [2022-05-02T04:17:14.966Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.203s coverage: 89.2% of statements [2022-05-02T04:17:14.966Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2022-05-02T04:17:18.370Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.234s coverage: 4.7% of statements [2022-05-02T04:17:18.370Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2022-05-02T04:17:18.645Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-05-02T04:17:18.645Z] GO111MODULE=on go vet ./... [2022-05-02T04:18:55.522Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-05-02T04:18:55.522Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-05-02T04:18:55.522Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-05-02T04:18:55.560Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-05-02T04:18:55.602Z] $ docker stop --time=1 25512139c992a6efd7a0b4ced82332b5c466e4e5e174744af09f9048e784ece0 [2022-05-02T04:18:57.450Z] $ docker rm -f 25512139c992a6efd7a0b4ced82332b5c466e4e5e174744af09f9048e784ece0 [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-02T04:18:58.917Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-05-02T04:18:58.954Z] Warning: overwriting stash ‘coverage-report’ [2022-05-02T04:18:59.587Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-02T04:19:00.188Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-05-02T04:19:00.547Z] + ls -al . [2022-05-02T04:19:00.547Z] total 292 [2022-05-02T04:19:00.547Z] drwxrwxr-x 10 jenkins jenkins 4096 May 2 04:18 . [2022-05-02T04:19:00.547Z] drwxrwxr-x 4 jenkins jenkins 4096 May 2 04:12 .. [2022-05-02T04:19:00.547Z] -rw-rw-r-- 1 jenkins jenkins 140 May 2 04:12 .dockerignore [2022-05-02T04:19:00.547Z] drwxrwxr-x 8 jenkins jenkins 4096 May 2 04:12 .git [2022-05-02T04:19:00.547Z] drwxrwxr-x 2 jenkins jenkins 4096 May 2 04:12 .github [2022-05-02T04:19:00.547Z] -rw-rw-r-- 1 jenkins jenkins 131 May 2 04:12 .gitignore [2022-05-02T04:19:00.547Z] -rw-rw-r-- 1 jenkins jenkins 42 May 2 04:12 .golangci.yml [2022-05-02T04:19:00.547Z] -rw-rw-r-- 1 jenkins jenkins 26321 May 2 04:12 CHANGELOG.md [2022-05-02T04:19:00.547Z] -rw-rw-r-- 1 jenkins jenkins 677 May 2 04:12 GOVERNANCE.md [2022-05-02T04:19:00.547Z] -rw-rw-r-- 1 jenkins jenkins 880 May 2 04:12 Jenkinsfile [2022-05-02T04:19:00.547Z] -rw-rw-r-- 1 jenkins jenkins 11341 May 2 04:12 LICENSE [2022-05-02T04:19:00.547Z] -rw-rw-r-- 1 jenkins jenkins 2015 May 2 04:12 Makefile [2022-05-02T04:19:00.547Z] -rw-rw-r-- 1 jenkins jenkins 619 May 2 04:12 OWNERS.md [2022-05-02T04:19:00.547Z] -rw-rw-r-- 1 jenkins jenkins 4881 May 2 04:12 README.md [2022-05-02T04:19:00.547Z] -rw-rw-r-- 1 jenkins jenkins 5 May 2 04:09 VERSION [2022-05-02T04:19:00.547Z] drwxrwxr-x 2 jenkins jenkins 4096 May 2 04:12 bin [2022-05-02T04:19:00.547Z] -rw-r--r-- 1 jenkins jenkins 130819 May 2 04:17 coverage.out [2022-05-02T04:19:00.547Z] drwxrwxr-x 5 jenkins jenkins 4096 May 2 04:12 example [2022-05-02T04:19:00.547Z] -rw-rw-r-- 1 jenkins jenkins 3198 May 2 04:12 go.mod [2022-05-02T04:19:00.547Z] -rw-rw-r-- 1 jenkins jenkins 35003 May 2 04:12 go.sum [2022-05-02T04:19:00.547Z] drwxrwxr-x 15 jenkins jenkins 4096 May 2 04:12 internal [2022-05-02T04:19:00.547Z] drwxrwxr-x 3 jenkins jenkins 4096 May 2 04:12 openapi [2022-05-02T04:19:00.547Z] drwxrwxr-x 5 jenkins jenkins 4096 May 2 04:12 pkg [2022-05-02T04:19:00.547Z] drwxrwxr-x 4 jenkins jenkins 4096 May 2 04:12 snap [2022-05-02T04:19:00.547Z] -rw-rw-r-- 1 jenkins jenkins 222 May 2 04:12 version.go [Pipeline] isUnix [Pipeline] sh [2022-05-02T04:19:00.922Z] + 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=091125ed6fbd0fd7d1950ec77c16cf68f6de89ce --label arch=arm64 --label version=0.0.0 . [2022-05-02T04:19:01.524Z] Sending build context to Docker daemon 5.35MB [2022-05-02T04:19:01.524Z] Step 1/25 : ARG BASE=golang:1.17-alpine3.15 [2022-05-02T04:19:01.524Z] Step 2/25 : FROM ${BASE} AS builder [2022-05-02T04:19:01.524Z] ---> e383d4ebffc5 [2022-05-02T04:19:01.524Z] Step 3/25 : ARG MAKE=make build [2022-05-02T04:19:01.524Z] ---> Running in e01631f91f7b [2022-05-02T04:19:01.798Z] Removing intermediate container e01631f91f7b [2022-05-02T04:19:01.798Z] ---> 9895ab6d1b0d [2022-05-02T04:19:01.798Z] Step 4/25 : WORKDIR /device-sdk-go [2022-05-02T04:19:02.080Z] ---> Running in a4e54279ca09 [2022-05-02T04:19:02.353Z] Removing intermediate container a4e54279ca09 [2022-05-02T04:19:02.353Z] ---> 8484529f3ece [2022-05-02T04:19:02.353Z] Step 5/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-05-02T04:19:02.353Z] ---> Running in f1dd7b6d840f [2022-05-02T04:19:02.630Z] Removing intermediate container f1dd7b6d840f [2022-05-02T04:19:02.630Z] ---> 69c2df2f2fa8 [2022-05-02T04:19:02.630Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-02T04:19:02.630Z] ---> Running in 4e425a6f0df5 [2022-05-02T04:19:04.631Z] Removing intermediate container 4e425a6f0df5 [2022-05-02T04:19:04.631Z] ---> 537882435b12 [2022-05-02T04:19:04.631Z] Step 7/25 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-05-02T04:19:04.631Z] ---> Running in a831a59fea03 [2022-05-02T04:19:05.612Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-02T04:19:06.210Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-02T04:19:07.189Z] OK: 220 MiB in 52 packages [2022-05-02T04:19:08.172Z] Removing intermediate container a831a59fea03 [2022-05-02T04:19:08.172Z] ---> cc97289d7251 [2022-05-02T04:19:08.172Z] Step 8/25 : COPY go.mod vendor* ./ [2022-05-02T04:19:08.454Z] ---> b99e8ef8cfda [2022-05-02T04:19:08.454Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-02T04:19:08.454Z] ---> Running in 2870f5060de3 [2022-05-02T04:19:10.434Z] Removing intermediate container 2870f5060de3 [2022-05-02T04:19:10.434Z] ---> 1ea9584aa52b [2022-05-02T04:19:10.434Z] Step 10/25 : COPY . . [2022-05-02T04:19:11.864Z] ---> 8c58e7f40d3f [2022-05-02T04:19:11.864Z] Step 11/25 : RUN ${MAKE} [2022-05-02T04:19:11.864Z] ---> Running in 3d0b1988798e [2022-05-02T04:19:12.460Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2022-05-02T04:21:19.344Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2022-05-02T04:21:19.344Z] Removing intermediate container 3d0b1988798e [2022-05-02T04:21:19.344Z] ---> 6b4068adbc80 [2022-05-02T04:21:19.344Z] Step 12/25 : FROM alpine:3.14 [2022-05-02T04:21:19.344Z] 3.14: Pulling from library/alpine [2022-05-02T04:21:19.344Z] 455c02918c45: Pulling fs layer [2022-05-02T04:21:19.344Z] 455c02918c45: Verifying Checksum [2022-05-02T04:21:19.344Z] 455c02918c45: Download complete [2022-05-02T04:21:19.344Z] 455c02918c45: Pull complete [2022-05-02T04:21:19.344Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-05-02T04:21:19.344Z] Status: Downloaded newer image for alpine:3.14 [2022-05-02T04:21:19.344Z] ---> ac73e934f311 [2022-05-02T04:21:19.344Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-05-02T04:21:19.344Z] ---> Running in 6be67fcdf5fb [2022-05-02T04:21:19.344Z] Removing intermediate container 6be67fcdf5fb [2022-05-02T04:21:19.344Z] ---> 037d6b106b65 [2022-05-02T04:21:19.344Z] Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-02T04:21:19.344Z] ---> Running in 0a5f20eaf7cd [2022-05-02T04:21:19.344Z] Removing intermediate container 0a5f20eaf7cd [2022-05-02T04:21:19.344Z] ---> 508b29cf89a2 [2022-05-02T04:21:19.344Z] Step 15/25 : RUN apk add --update --no-cache zeromq [2022-05-02T04:21:19.344Z] ---> Running in 2f7455626639 [2022-05-02T04:21:20.794Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-05-02T04:21:21.391Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-05-02T04:21:22.377Z] (1/5) Installing libgcc (10.3.1_git20210424-r2) [2022-05-02T04:21:22.377Z] (2/5) Installing libsodium (1.0.18-r0) [2022-05-02T04:21:22.377Z] (3/5) Installing libstdc++ (10.3.1_git20210424-r2) [2022-05-02T04:21:22.655Z] (4/5) Installing libzmq (4.3.4-r0) [2022-05-02T04:21:22.655Z] (5/5) Installing zeromq (4.3.4-r0) [2022-05-02T04:21:22.655Z] Executing busybox-1.33.1-r7.trigger [2022-05-02T04:21:22.655Z] OK: 8 MiB in 19 packages [2022-05-02T04:21:23.655Z] Removing intermediate container 2f7455626639 [2022-05-02T04:21:23.655Z] ---> 49310f313df6 [2022-05-02T04:21:23.655Z] Step 16/25 : WORKDIR / [2022-05-02T04:21:23.655Z] ---> Running in edbbdb46259f [2022-05-02T04:21:23.927Z] Removing intermediate container edbbdb46259f [2022-05-02T04:21:23.927Z] ---> 9ead55ff9a73 [2022-05-02T04:21:23.927Z] Step 17/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2022-05-02T04:21:24.524Z] ---> 2160aa307a8d [2022-05-02T04:21:24.524Z] Step 18/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2022-05-02T04:21:25.971Z] ---> 4cad8873e641 [2022-05-02T04:21:25.971Z] Step 19/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2022-05-02T04:21:26.569Z] ---> ff1559ddfa63 [2022-05-02T04:21:26.569Z] Step 20/25 : EXPOSE 59999 [2022-05-02T04:21:26.569Z] ---> Running in 0e642fb338b4 [2022-05-02T04:21:26.841Z] Removing intermediate container 0e642fb338b4 [2022-05-02T04:21:26.841Z] ---> 9297c75ed482 [2022-05-02T04:21:26.841Z] Step 21/25 : ENTRYPOINT ["/device-simple"] [2022-05-02T04:21:26.841Z] ---> Running in 4c46205b1f0a [2022-05-02T04:21:27.115Z] Removing intermediate container 4c46205b1f0a [2022-05-02T04:21:27.115Z] ---> 26f814a84c67 [2022-05-02T04:21:27.115Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-02T04:21:27.115Z] ---> Running in 3be04b485802 [2022-05-02T04:21:27.398Z] Removing intermediate container 3be04b485802 [2022-05-02T04:21:27.398Z] ---> b6e76efdfc67 [2022-05-02T04:21:27.398Z] Step 23/25 : LABEL arch=arm64 [2022-05-02T04:21:27.672Z] ---> Running in 90cc8a23ddd5 [2022-05-02T04:21:27.945Z] Removing intermediate container 90cc8a23ddd5 [2022-05-02T04:21:27.945Z] ---> 96e553de7ea0 [2022-05-02T04:21:27.945Z] Step 24/25 : LABEL git_sha=091125ed6fbd0fd7d1950ec77c16cf68f6de89ce [2022-05-02T04:21:27.945Z] ---> Running in d66dc9fd2586 [2022-05-02T04:21:28.221Z] Removing intermediate container d66dc9fd2586 [2022-05-02T04:21:28.221Z] ---> 37f9d0f4a263 [2022-05-02T04:21:28.221Z] Step 25/25 : LABEL version=0.0.0 [2022-05-02T04:21:28.221Z] ---> Running in acfa6a0347d3 [2022-05-02T04:21:28.496Z] Removing intermediate container acfa6a0347d3 [2022-05-02T04:21:28.496Z] ---> 305b560b84f3 [2022-05-02T04:21:28.496Z] [Warning] One or more build-args [ARCH] were not consumed [2022-05-02T04:21:28.496Z] Successfully built 305b560b84f3 [2022-05-02T04:21:28.496Z] Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-02T04:21:29.193Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-02T04:21:29.193Z] [2022-05-02T04:21:29.193Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-05-02T04:21:29.581Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-02T04:21:29.581Z] arm64: Pulling from edgex-lftools-log-publisher [2022-05-02T04:21:29.581Z] 8998bd30e6a1: Pulling fs layer [2022-05-02T04:21:29.581Z] 04944245beec: Pulling fs layer [2022-05-02T04:21:29.581Z] 699f458cf7ca: Pulling fs layer [2022-05-02T04:21:29.581Z] 765212b225bb: Pulling fs layer [2022-05-02T04:21:29.581Z] f23df028b6ca: Pulling fs layer [2022-05-02T04:21:29.581Z] d65c8cfc05b1: Pulling fs layer [2022-05-02T04:21:29.581Z] 2437ff75d9bd: Pulling fs layer [2022-05-02T04:21:29.581Z] f23df028b6ca: Waiting [2022-05-02T04:21:29.581Z] d65c8cfc05b1: Waiting [2022-05-02T04:21:29.581Z] 2437ff75d9bd: Waiting [2022-05-02T04:21:29.581Z] 765212b225bb: Waiting [2022-05-02T04:21:29.859Z] 04944245beec: Verifying Checksum [2022-05-02T04:21:29.859Z] 04944245beec: Download complete [2022-05-02T04:21:29.859Z] 765212b225bb: Verifying Checksum [2022-05-02T04:21:29.859Z] 765212b225bb: Download complete [2022-05-02T04:21:29.859Z] f23df028b6ca: Download complete [2022-05-02T04:21:29.859Z] d65c8cfc05b1: Verifying Checksum [2022-05-02T04:21:29.859Z] d65c8cfc05b1: Download complete [2022-05-02T04:21:30.141Z] 699f458cf7ca: Verifying Checksum [2022-05-02T04:21:30.141Z] 699f458cf7ca: Download complete [2022-05-02T04:21:30.416Z] 8998bd30e6a1: Verifying Checksum [2022-05-02T04:21:30.417Z] 8998bd30e6a1: Download complete [2022-05-02T04:21:33.077Z] 2437ff75d9bd: Verifying Checksum [2022-05-02T04:21:33.077Z] 2437ff75d9bd: Download complete [2022-05-02T04:21:35.065Z] 8998bd30e6a1: Pull complete [2022-05-02T04:21:35.343Z] 04944245beec: Pull complete [2022-05-02T04:21:36.783Z] 699f458cf7ca: Pull complete [2022-05-02T04:21:37.057Z] 765212b225bb: Pull complete [2022-05-02T04:21:37.657Z] f23df028b6ca: Pull complete [2022-05-02T04:21:37.933Z] d65c8cfc05b1: Pull complete [2022-05-02T04:21:53.037Z] 2437ff75d9bd: Pull complete [2022-05-02T04:21:53.037Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-05-02T04:21:53.037Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-02T04:21:53.037Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-05-02T04:21:53.280Z] prd-ubuntu20.04-docker-arm64-4c-16g-34409 does not seem to be running inside a container [2022-05-02T04:21:53.388Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-05-02T04:21:56.261Z] $ docker top bf4b00fc6a9130ec146fae91c21688c419796b1bf7811a486b5ea4856d16bd77 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-02T04:21:57.276Z] ---> job-cost.sh [2022-05-02T04:21:57.276Z] lf-activate-venv: SKIPPING [2022-05-02T04:21:57.276Z] INFO: No Stack... [2022-05-02T04:21:57.872Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-05-02T04:21:58.854Z] INFO: Archiving Costs [Pipeline] sh [2022-05-02T04:21:59.539Z] + cut -d, -f6 [2022-05-02T04:21:59.539Z] + cat /w/workspace/device-sdk-go/1/archives/cost.csv [Pipeline] lock [2022-05-02T04:21:59.629Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1154-1-stack-cost] [2022-05-02T04:21:59.634Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-1154-1-stack-cost] did not exist. Created. [2022-05-02T04:21:59.634Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1154-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-05-02T04:22:00.388Z] /w/workspace/device-sdk-go/1@tmp/durable-1debfb4c/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-05-02T04:22:01.102Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-05-02T04:22:01.137Z] Warning: overwriting stash ‘stack-cost’ [2022-05-02T04:22:01.203Z] Stashed 1 file(s) [Pipeline] } [2022-05-02T04:22:01.217Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1154-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-05-02T04:22:01.314Z] $ docker stop --time=1 bf4b00fc6a9130ec146fae91c21688c419796b1bf7811a486b5ea4856d16bd77 [2022-05-02T04:22:02.851Z] $ docker rm -f bf4b00fc6a9130ec146fae91c21688c419796b1bf7811a486b5ea4856d16bd77 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2022-05-02T04:22:03.908Z] provisioning config files... [2022-05-02T04:22:03.918Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1154@tmp/config7804954480480681791tmp [Pipeline] { [Pipeline] sh [2022-05-02T04:22:04.257Z] + set +x [2022-05-02T04:22:04.257Z] + curl -s https://codecov.io/bash [2022-05-02T04:22:04.257Z] + bash -s -- [2022-05-02T04:22:04.257Z] [2022-05-02T04:22:04.257Z] _____ _ [2022-05-02T04:22:04.257Z] / ____| | | [2022-05-02T04:22:04.257Z] | | ___ __| | ___ ___ _____ __ [2022-05-02T04:22:04.257Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-05-02T04:22:04.257Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-05-02T04:22:04.257Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-05-02T04:22:04.257Z] Bash-1.0.6 [2022-05-02T04:22:04.257Z] [2022-05-02T04:22:04.257Z] [2022-05-02T04:22:04.257Z] ==> git version 2.25.1 found [2022-05-02T04:22:04.257Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2022-05-02T04:22:04.257Z] Release-Date: 2020-01-08 [2022-05-02T04:22:04.257Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-05-02T04:22:04.257Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-05-02T04:22:04.257Z] ==> Jenkins CI detected. [2022-05-02T04:22:04.257Z] current dir:  /w/workspace/gexfoundry_device-sdk-go_PR-1154 [2022-05-02T04:22:04.257Z] project root: . [2022-05-02T04:22:04.257Z] --> token set from env [2022-05-02T04:22:04.257Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-05-02T04:22:04.257Z] ==> Running gcov in . (disable via -X gcov) [2022-05-02T04:22:04.257Z] ==> Python coveragepy not found [2022-05-02T04:22:04.257Z] ==> Searching for coverage reports in: [2022-05-02T04:22:04.257Z] + . [2022-05-02T04:22:04.257Z] -> Found 1 reports [2022-05-02T04:22:04.257Z] ==> Detecting git/mercurial file structure [2022-05-02T04:22:04.257Z] ==> Reading reports [2022-05-02T04:22:04.519Z] + ./coverage.out bytes=130819 [2022-05-02T04:22:04.519Z] ==> Appending adjustments [2022-05-02T04:22:04.519Z] https://docs.codecov.io/docs/fixing-reports [2022-05-02T04:22:04.781Z] + Found adjustments [2022-05-02T04:22:04.781Z] ==> Gzipping contents [2022-05-02T04:22:04.781Z] 20K /tmp/codecov.Qx2xVp.gz [2022-05-02T04:22:04.781Z] ==> Uploading reports [2022-05-02T04:22:04.781Z] url: https://codecov.io [2022-05-02T04:22:04.781Z] query: branch=PR-1154&commit=091125ed6fbd0fd7d1950ec77c16cf68f6de89ce&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1154%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1154&job=&cmd_args= [2022-05-02T04:22:04.781Z] -> Pinging Codecov [2022-05-02T04:22:04.781Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6fc62cd9-fce6-47f0-85f4-af589338491a&branch=PR-1154&commit=091125ed6fbd0fd7d1950ec77c16cf68f6de89ce&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1154%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1154&job=&cmd_args= [2022-05-02T04:22:05.041Z] -> Uploading to [2022-05-02T04:22:05.042Z] https://storage.googleapis.com/codecov/v4/raw/2022-05-02/7E55EF52A471D76F132DFD9A03CDDE97/091125ed6fbd0fd7d1950ec77c16cf68f6de89ce/ba533831-5054-4528-9c93-915cecd42309.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220502%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220502T042204Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d9fffee15062837abc8f3e2840598ea09ab14ac23389b5f66a51257c64cbc969 [2022-05-02T04:22:05.042Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-02T04:22:05.042Z] Dload Upload Total Spent Left Speed [2022-05-02T04:22:05.302Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16785 0 0 100 16785 0 73618 --:--:-- --:--:-- --:--:-- 73296 100 16785 0 0 100 16785 0 56706 --:--:-- --:--:-- --:--:-- 56515 [2022-05-02T04:22:05.302Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/091125ed6fbd0fd7d1950ec77c16cf68f6de89ce [Pipeline] } [2022-05-02T04:22:05.333Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-05-02T04:22:07.086Z] + [ -d /w/workspace/gexfoundry_device-sdk-go_PR-1154/archives ] [2022-05-02T04:22:07.086Z] + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1154/archives [2022-05-02T04:22:07.086Z] total 16 [2022-05-02T04:22:07.086Z] drwxr-xr-x 3 root root 4096 May 2 04:11 . [2022-05-02T04:22:07.086Z] drwxrwxr-x 12 jenkins jenkins 4096 May 2 04:11 .. [2022-05-02T04:22:07.086Z] drwxr-xr-x 2 root root 4096 May 2 04:11 cost [2022-05-02T04:22:07.086Z] -rw-r--r-- 1 root root 85 May 2 04:11 cost.csv [2022-05-02T04:22:07.086Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-sdk-go_PR-1154/archives [2022-05-02T04:22:07.086Z] + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1154/archives [2022-05-02T04:22:07.086Z] total 16 [2022-05-02T04:22:07.086Z] drwxr-xr-x 3 jenkins jenkins 4096 May 2 04:11 . [2022-05-02T04:22:07.086Z] drwxrwxr-x 12 jenkins jenkins 4096 May 2 04:11 .. [2022-05-02T04:22:07.086Z] drwxr-xr-x 2 jenkins jenkins 4096 May 2 04:11 cost [2022-05-02T04:22:07.086Z] -rw-r--r-- 1 jenkins jenkins 85 May 2 04:11 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-05-02T04:22:07.409Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-02T04:22:08.310Z] ---> package-listing.sh [2022-05-02T04:22:08.310Z] ++ facter osfamily [2022-05-02T04:22:08.310Z] ++ tr '[:upper:]' '[:lower:]' [2022-05-02T04:22:08.571Z] + OS_FAMILY=debian [2022-05-02T04:22:08.572Z] + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1154 [2022-05-02T04:22:08.572Z] + START_PACKAGES=/tmp/packages_start.txt [2022-05-02T04:22:08.572Z] + END_PACKAGES=/tmp/packages_end.txt [2022-05-02T04:22:08.572Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-05-02T04:22:08.572Z] + PACKAGES=/tmp/packages_start.txt [2022-05-02T04:22:08.572Z] + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1154 ']' [2022-05-02T04:22:08.572Z] + PACKAGES=/tmp/packages_end.txt [2022-05-02T04:22:08.572Z] + case "${OS_FAMILY}" in [2022-05-02T04:22:08.572Z] + dpkg -l [2022-05-02T04:22:08.572Z] + grep '^ii' [2022-05-02T04:22:08.572Z] + '[' -f /tmp/packages_start.txt ']' [2022-05-02T04:22:08.572Z] + '[' -f /tmp/packages_end.txt ']' [2022-05-02T04:22:08.572Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-05-02T04:22:08.572Z] + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1154 ']' [2022-05-02T04:22:08.572Z] + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1154/archives/ [2022-05-02T04:22:08.572Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-sdk-go_PR-1154/archives/ [Pipeline] echo [2022-05-02T04:22:08.605Z] 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-1154/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-05-02T04:22:08.895Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-05-02T04:22:09.476Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-02T04:22:09.476Z] . [Pipeline] withDockerContainer [2022-05-02T04:22:09.565Z] prd-ubuntu20.04-docker-8c-8g-34406 does not seem to be running inside a container [2022-05-02T04:22:09.601Z] $ 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-1154/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-1154 -v /w/workspace/gexfoundry_device-sdk-go_PR-1154:/w/workspace/gexfoundry_device-sdk-go_PR-1154:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1154@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1154@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-lftools-log-publisher:latest cat [2022-05-02T04:22:09.814Z] $ docker top 8532f6e8295d008e7a25d49bfe54db26895955064cd2474dee81524d272350c9 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-02T04:22:10.216Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-05-02T04:22:10.529Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-05-02T04:22:10.839Z] + ls /var/log/sa-host [2022-05-02T04:22:10.839Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-02T04:22:10.997Z] provisioning config files... [2022-05-02T04:22:11.006Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1154@tmp/config2170951825139085077tmp [Pipeline] { [Pipeline] echo [2022-05-02T04:22:11.052Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-02T04:22:11.370Z] ---> create-netrc.sh [Pipeline] } [2022-05-02T04:22:11.398Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-05-02T04:22:11.809Z] ---> python-tools-install.sh [Pipeline] echo [2022-05-02T04:22:11.840Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-02T04:22:12.150Z] ---> sudo-logs.sh [2022-05-02T04:22:12.150Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-05-02T04:22:12.228Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-02T04:22:12.546Z] ---> job-cost.sh [2022-05-02T04:22:12.546Z] lf-activate-venv: SKIPPING [2022-05-02T04:22:12.546Z] DEBUG: total: 0.2199999988079071 [2022-05-02T04:22:12.546Z] INFO: Retrieving Stack Cost... [2022-05-02T04:22:12.808Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-05-02T04:22:13.382Z] INFO: Archiving Costs [Pipeline] echo [2022-05-02T04:22:13.418Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-02T04:22:13.732Z] ---> logs-deploy.sh [2022-05-02T04:22:13.732Z] lf-activate-venv: SKIPPING [2022-05-02T04:22:13.732Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1154/1 [2022-05-02T04:22:13.732Z] INFO: archiving workspace using pattern(s): [2022-05-02T04:22:14.672Z] Archives upload complete. [2022-05-02T04:22:14.933Z] INFO: archiving logs to Nexus [2022-05-02T04:22:15.503Z] ---> uname -a: [2022-05-02T04:22:15.503Z] Linux prd-ubuntu20-04-docker-8c-8g-34406 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux [2022-05-02T04:22:15.503Z] [2022-05-02T04:22:15.503Z] [2022-05-02T04:22:15.503Z] ---> lscpu: [2022-05-02T04:22:15.503Z] Architecture: x86_64 [2022-05-02T04:22:15.503Z] CPU op-mode(s): 32-bit, 64-bit [2022-05-02T04:22:15.503Z] Byte Order: Little Endian [2022-05-02T04:22:15.503Z] Address sizes: 40 bits physical, 48 bits virtual [2022-05-02T04:22:15.503Z] CPU(s): 8 [2022-05-02T04:22:15.503Z] On-line CPU(s) list: 0-7 [2022-05-02T04:22:15.503Z] Thread(s) per core: 1 [2022-05-02T04:22:15.503Z] Core(s) per socket: 1 [2022-05-02T04:22:15.503Z] Socket(s): 8 [2022-05-02T04:22:15.503Z] NUMA node(s): 1 [2022-05-02T04:22:15.503Z] Vendor ID: AuthenticAMD [2022-05-02T04:22:15.503Z] CPU family: 23 [2022-05-02T04:22:15.503Z] Model: 49 [2022-05-02T04:22:15.503Z] Model name: AMD EPYC-Rome Processor [2022-05-02T04:22:15.503Z] Stepping: 0 [2022-05-02T04:22:15.503Z] CPU MHz: 2800.000 [2022-05-02T04:22:15.503Z] BogoMIPS: 5600.00 [2022-05-02T04:22:15.503Z] Virtualization: AMD-V [2022-05-02T04:22:15.503Z] Hypervisor vendor: KVM [2022-05-02T04:22:15.503Z] Virtualization type: full [2022-05-02T04:22:15.503Z] L1d cache: 256 KiB [2022-05-02T04:22:15.503Z] L1i cache: 256 KiB [2022-05-02T04:22:15.503Z] L2 cache: 4 MiB [2022-05-02T04:22:15.503Z] L3 cache: 128 MiB [2022-05-02T04:22:15.503Z] NUMA node0 CPU(s): 0-7 [2022-05-02T04:22:15.503Z] Vulnerability Itlb multihit: Not affected [2022-05-02T04:22:15.503Z] Vulnerability L1tf: Not affected [2022-05-02T04:22:15.503Z] Vulnerability Mds: Not affected [2022-05-02T04:22:15.503Z] Vulnerability Meltdown: Not affected [2022-05-02T04:22:15.503Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-05-02T04:22:15.503Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2022-05-02T04:22:15.503Z] Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2022-05-02T04:22:15.503Z] Vulnerability Srbds: Not affected [2022-05-02T04:22:15.503Z] Vulnerability Tsx async abort: Not affected [2022-05-02T04:22:15.503Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2022-05-02T04:22:15.503Z] [2022-05-02T04:22:15.503Z] [2022-05-02T04:22:15.503Z] ---> nproc: [2022-05-02T04:22:15.503Z] 8 [2022-05-02T04:22:15.503Z] [2022-05-02T04:22:15.503Z] [2022-05-02T04:22:15.503Z] ---> df -h: [2022-05-02T04:22:15.503Z] Filesystem Size Used Avail Use% Mounted on [2022-05-02T04:22:15.503Z] overlay 155G 11G 145G 7% / [2022-05-02T04:22:15.503Z] tmpfs 64M 0 64M 0% /dev [2022-05-02T04:22:15.503Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2022-05-02T04:22:15.503Z] shm 64M 0 64M 0% /dev/shm [2022-05-02T04:22:15.503Z] /dev/vda1 155G 11G 145G 7% /facter-os [2022-05-02T04:22:15.503Z] [2022-05-02T04:22:15.503Z] [2022-05-02T04:22:15.503Z] ---> sar -b -r -n DEV: [2022-05-02T04:22:15.503Z] Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-34406) 05/02/22 _x86_64_ (8 CPU) [2022-05-02T04:22:15.503Z] [2022-05-02T04:22:15.503Z] 04:08:49 LINUX RESTART (8 CPU) [2022-05-02T04:22:15.503Z] [2022-05-02T04:22:15.503Z] 04:09:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2022-05-02T04:22:15.503Z] 04:10:02 396.43 55.96 340.48 0.00 7424.76 209277.25 0.00 [2022-05-02T04:22:15.503Z] 04:11:01 126.06 1.73 124.33 0.00 18.03 43099.95 0.00 [2022-05-02T04:22:15.503Z] 04:12:01 180.32 0.07 180.25 0.00 5.60 35298.65 0.00 [2022-05-02T04:22:15.503Z] 04:13:01 2.35 0.00 2.35 0.00 0.00 26.28 0.00 [2022-05-02T04:22:15.503Z] 04:14:01 1.67 0.02 1.65 0.00 0.13 18.80 0.00 [2022-05-02T04:22:15.503Z] 04:15:01 1.37 0.00 1.37 0.00 0.00 15.06 0.00 [2022-05-02T04:22:15.503Z] 04:16:01 1.03 0.00 1.03 0.00 0.00 12.66 0.00 [2022-05-02T04:22:15.503Z] 04:17:01 1.52 0.02 1.50 0.00 0.13 16.53 0.00 [2022-05-02T04:22:15.503Z] 04:18:01 1.78 0.00 1.78 0.00 0.00 19.86 0.00 [2022-05-02T04:22:15.503Z] 04:19:01 1.50 0.00 1.50 0.00 0.00 18.53 0.00 [2022-05-02T04:22:15.503Z] 04:20:01 1.37 0.00 1.37 0.00 0.00 18.80 0.00 [2022-05-02T04:22:15.503Z] 04:21:01 2.00 0.00 2.00 0.00 0.00 22.40 0.00 [2022-05-02T04:22:15.503Z] 04:22:01 1.62 0.00 1.62 0.00 0.00 17.46 0.00 [2022-05-02T04:22:15.503Z] Average: 55.22 4.45 50.77 0.00 573.69 22116.35 0.00 [2022-05-02T04:22:15.503Z] [2022-05-02T04:22:15.503Z] 04:09:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2022-05-02T04:22:15.503Z] 04:10:02 28983444 31760632 547364 1.66 117132 2930608 2176024 6.41 1129008 2399368 568 [2022-05-02T04:22:15.503Z] 04:11:01 28234160 31771780 525460 1.60 162360 3570540 1964004 5.79 1247000 2941904 56 [2022-05-02T04:22:15.503Z] 04:12:01 27826256 31781348 511596 1.56 174308 3932612 1797700 5.30 1278444 3268084 184 [2022-05-02T04:22:15.503Z] 04:13:01 27826780 31782060 510448 1.55 174348 3932612 1797700 5.30 1278296 3268084 12 [2022-05-02T04:22:15.503Z] 04:14:01 27833680 31788972 503568 1.53 174392 3932604 1797700 5.30 1271636 3268112 8 [2022-05-02T04:22:15.503Z] 04:15:01 27833892 31789176 503268 1.53 174416 3932620 1797700 5.30 1270980 3268116 8 [2022-05-02T04:22:15.503Z] 04:16:01 27835420 31790776 501688 1.53 174432 3932624 1797700 5.30 1270196 3268124 16 [2022-05-02T04:22:15.503Z] 04:17:01 27837908 31793568 498496 1.52 174460 3932760 1797700 5.30 1268244 3268244 220 [2022-05-02T04:22:15.503Z] 04:18:01 27837868 31793548 498396 1.52 174512 3932756 1797700 5.30 1267420 3268244 20 [2022-05-02T04:22:15.503Z] 04:19:01 27837820 31793576 498388 1.52 174536 3932760 1797700 5.30 1267684 3268260 8 [2022-05-02T04:22:15.503Z] 04:20:01 27837544 31793220 498608 1.52 174560 3932744 1797700 5.30 1268016 3268240 12 [2022-05-02T04:22:15.503Z] 04:21:01 27837532 31793272 498776 1.52 174600 3932744 1797700 5.30 1267576 3268244 36 [2022-05-02T04:22:15.503Z] 04:22:01 27837768 31793572 498452 1.52 174656 3932748 1797700 5.30 1267568 3268252 12 [2022-05-02T04:22:15.503Z] Average: 27953852 31786577 507270 1.54 169132 3827749 1839594 5.42 1257851 3176252 89 [2022-05-02T04:22:15.503Z] [2022-05-02T04:22:15.503Z] 04:09:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2022-05-02T04:22:15.503Z] 04:10:02 lo 7.47 7.47 0.72 0.72 0.00 0.00 0.00 0.00 [2022-05-02T04:22:15.503Z] 04:10:02 veth74d5c99 5.10 4.33 0.50 5.56 0.00 0.00 0.00 0.00 [2022-05-02T04:22:15.503Z] 04:10:02 docker0 19.76 19.33 1.56 111.71 0.00 0.00 0.00 0.00 [2022-05-02T04:22:15.503Z] 04:10:02 ens3 813.53 502.20 6909.49 113.39 0.00 0.00 0.00 0.00 [2022-05-02T04:22:15.503Z] 04:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-05-02T04:22:15.503Z] 04:11:01 docker0 88.78 113.42 7.27 986.88 0.00 0.00 0.00 0.00 [2022-05-02T04:22:15.503Z] 04:11:01 ens3 171.80 131.84 1020.34 68.80 0.00 0.00 0.00 0.00 [2022-05-02T04:22:15.503Z] 04:12:01 lo 1.87 1.87 0.19 0.19 0.00 0.00 0.00 0.00 [2022-05-02T04:22:15.503Z] 04:12:01 docker0 13.16 17.23 0.75 89.22 0.00 0.00 0.00 0.00 [2022-05-02T04:22:15.503Z] 04:12:01 ens3 183.87 123.70 2690.34 72.55 0.00 0.00 0.00 0.00 [2022-05-02T04:22:15.503Z] 04:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-05-02T04:22:15.503Z] 04:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-05-02T04:22:15.503Z] 04:13:01 ens3 2.27 1.28 1.84 0.34 0.00 0.00 0.00 0.00 [2022-05-02T04:22:15.503Z] 04:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-05-02T04:22:15.503Z] 04:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-05-02T04:22:15.503Z] 04:14:01 ens3 0.75 0.53 0.36 0.28 0.00 0.00 0.00 0.00 [2022-05-02T04:22:15.503Z] 04:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-05-02T04:22:15.503Z] 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-05-02T04:22:15.503Z] 04:15:01 ens3 0.28 0.17 0.09 0.07 0.00 0.00 0.00 0.00 [2022-05-02T04:22:15.503Z] 04:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-05-02T04:22:15.503Z] 04:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-05-02T04:22:15.503Z] 04:16:01 ens3 0.10 0.02 0.01 0.00 0.00 0.00 0.00 0.00 [2022-05-02T04:22:15.504Z] 04:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-05-02T04:22:15.504Z] 04:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-05-02T04:22:15.504Z] 04:17:01 ens3 0.20 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2022-05-02T04:22:15.504Z] 04:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-05-02T04:22:15.504Z] 04:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-05-02T04:22:15.504Z] 04:18:01 ens3 0.08 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2022-05-02T04:22:15.504Z] 04:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-05-02T04:22:15.504Z] 04:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-05-02T04:22:15.504Z] 04:19:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-05-02T04:22:15.504Z] 04:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-05-02T04:22:15.504Z] 04:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-05-02T04:22:15.504Z] 04:20:01 ens3 0.22 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2022-05-02T04:22:15.504Z] 04:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-05-02T04:22:15.504Z] 04:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-05-02T04:22:15.504Z] 04:21:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2022-05-02T04:22:15.504Z] 04:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-05-02T04:22:15.504Z] 04:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-05-02T04:22:15.504Z] 04:22:01 ens3 0.17 0.02 0.01 0.00 0.00 0.00 0.00 0.00 [2022-05-02T04:22:15.504Z] Average: lo 0.81 0.81 0.08 0.08 0.00 0.00 0.00 0.00 [2022-05-02T04:22:15.504Z] Average: docker0 9.26 11.41 0.73 90.22 0.00 0.00 0.00 0.00 [2022-05-02T04:22:15.504Z] Average: ens3 90.17 58.38 816.86 19.59 0.00 0.00 0.00 0.00 [2022-05-02T04:22:15.504Z] [2022-05-02T04:22:15.504Z] [2022-05-02T04:22:15.504Z] ---> sar -P ALL: [2022-05-02T04:22:15.504Z] Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-34406) 05/02/22 _x86_64_ (8 CPU) [2022-05-02T04:22:15.504Z] [2022-05-02T04:22:15.504Z] 04:08:49 LINUX RESTART (8 CPU) [2022-05-02T04:22:15.504Z] [2022-05-02T04:22:15.504Z] 04:09:01 CPU %user %nice %system %iowait %steal %idle [2022-05-02T04:22:15.504Z] 04:10:02 all 11.92 0.00 4.56 2.96 0.07 80.49 [2022-05-02T04:22:15.504Z] 04:10:02 0 12.15 0.00 4.52 2.18 0.07 81.08 [2022-05-02T04:22:15.504Z] 04:10:02 1 12.24 0.00 4.25 0.71 0.07 82.74 [2022-05-02T04:22:15.504Z] 04:10:02 2 11.13 0.00 5.89 6.86 0.07 76.05 [2022-05-02T04:22:15.504Z] 04:10:02 3 14.86 0.00 5.56 1.25 0.08 78.24 [2022-05-02T04:22:15.504Z] 04:10:02 4 11.90 0.00 3.91 0.83 0.08 83.27 [2022-05-02T04:22:15.504Z] 04:10:02 5 9.81 0.00 4.16 8.08 0.07 77.88 [2022-05-02T04:22:15.504Z] 04:10:02 6 12.15 0.00 3.73 0.79 0.05 83.28 [2022-05-02T04:22:15.504Z] 04:10:02 7 11.10 0.00 4.48 3.00 0.10 81.32 [2022-05-02T04:22:15.504Z] 04:11:01 all 42.39 0.00 7.15 0.90 0.11 49.45 [2022-05-02T04:22:15.504Z] 04:11:01 0 38.44 0.00 7.02 0.26 0.12 54.16 [2022-05-02T04:22:15.504Z] 04:11:01 1 43.84 0.00 7.02 0.21 0.12 48.81 [2022-05-02T04:22:15.504Z] 04:11:01 2 42.31 0.00 8.12 4.29 0.10 45.17 [2022-05-02T04:22:15.504Z] 04:11:01 3 43.63 0.00 7.20 0.53 0.12 48.52 [2022-05-02T04:22:15.504Z] 04:11:01 4 43.10 0.00 6.78 0.07 0.10 49.94 [2022-05-02T04:22:15.504Z] 04:11:01 5 43.33 0.00 7.06 0.10 0.10 49.40 [2022-05-02T04:22:15.504Z] 04:11:01 6 41.17 0.00 6.95 0.22 0.10 51.56 [2022-05-02T04:22:15.504Z] 04:11:01 7 43.29 0.00 7.04 1.55 0.10 48.02 [2022-05-02T04:22:15.504Z] 04:12:01 all 16.95 0.00 3.87 1.14 0.06 77.99 [2022-05-02T04:22:15.504Z] 04:12:01 0 15.32 0.00 4.51 2.91 0.05 77.20 [2022-05-02T04:22:15.504Z] 04:12:01 1 17.53 0.00 3.76 1.65 0.05 77.01 [2022-05-02T04:22:15.504Z] 04:12:01 2 18.84 0.00 3.81 0.32 0.07 76.96 [2022-05-02T04:22:15.504Z] 04:12:01 3 17.01 0.00 3.76 0.20 0.05 78.98 [2022-05-02T04:22:15.504Z] 04:12:01 4 17.37 0.00 3.87 0.54 0.07 78.16 [2022-05-02T04:22:15.504Z] 04:12:01 5 16.91 0.00 3.91 0.44 0.07 78.68 [2022-05-02T04:22:15.504Z] 04:12:01 6 16.07 0.00 3.34 0.42 0.07 80.10 [2022-05-02T04:22:15.504Z] 04:12:01 7 16.53 0.00 4.00 2.61 0.07 76.80 [2022-05-02T04:22:15.504Z] 04:13:01 all 0.02 0.00 0.01 0.01 0.00 99.95 [2022-05-02T04:22:15.504Z] 04:13:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2022-05-02T04:22:15.504Z] 04:13:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2022-05-02T04:22:15.504Z] 04:13:01 2 0.07 0.00 0.03 0.05 0.02 99.83 [2022-05-02T04:22:15.504Z] 04:13:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2022-05-02T04:22:15.504Z] 04:13:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-05-02T04:22:15.504Z] 04:13:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-05-02T04:22:15.504Z] 04:13:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2022-05-02T04:22:15.504Z] 04:13:01 7 0.03 0.00 0.02 0.03 0.00 99.92 [2022-05-02T04:22:15.504Z] 04:14:01 all 0.03 0.00 0.01 0.00 0.01 99.94 [2022-05-02T04:22:15.504Z] 04:14:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2022-05-02T04:22:15.504Z] 04:14:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-05-02T04:22:15.504Z] 04:14:01 2 0.08 0.00 0.07 0.00 0.02 99.83 [2022-05-02T04:22:15.504Z] 04:14:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2022-05-02T04:22:15.504Z] 04:14:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2022-05-02T04:22:15.504Z] 04:14:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2022-05-02T04:22:15.504Z] 04:14:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2022-05-02T04:22:15.504Z] 04:14:01 7 0.02 0.00 0.00 0.03 0.00 99.95 [2022-05-02T04:22:15.504Z] 04:15:01 all 0.01 0.00 0.01 0.01 0.00 99.97 [2022-05-02T04:22:15.504Z] 04:15:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2022-05-02T04:22:15.504Z] 04:15:01 1 0.00 0.00 0.02 0.03 0.00 99.95 [2022-05-02T04:22:15.504Z] 04:15:01 2 0.03 0.00 0.03 0.00 0.02 99.92 [2022-05-02T04:22:15.504Z] 04:15:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-05-02T04:22:15.504Z] 04:15:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-05-02T04:22:15.504Z] 04:15:01 5 0.00 0.00 0.03 0.00 0.00 99.97 [2022-05-02T04:22:15.504Z] 04:15:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-05-02T04:22:15.504Z] 04:15:01 7 0.00 0.00 0.00 0.02 0.02 99.97 [2022-05-02T04:22:15.504Z] 04:16:01 all 0.02 0.00 0.01 0.00 0.00 99.97 [2022-05-02T04:22:15.504Z] 04:16:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-05-02T04:22:15.504Z] 04:16:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-05-02T04:22:15.504Z] 04:16:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2022-05-02T04:22:15.504Z] 04:16:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2022-05-02T04:22:15.504Z] 04:16:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-05-02T04:22:15.504Z] 04:16:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2022-05-02T04:22:15.504Z] 04:16:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2022-05-02T04:22:15.504Z] 04:16:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2022-05-02T04:22:15.504Z] 04:17:01 all 0.21 0.00 0.02 0.01 0.00 99.76 [2022-05-02T04:22:15.504Z] 04:17:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2022-05-02T04:22:15.504Z] 04:17:01 1 0.00 0.00 0.00 0.08 0.00 99.92 [2022-05-02T04:22:15.504Z] 04:17:01 2 0.03 0.00 0.05 0.00 0.02 99.90 [2022-05-02T04:22:15.504Z] 04:17:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2022-05-02T04:22:15.504Z] 04:17:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-05-02T04:22:15.504Z] 04:17:01 5 1.58 0.00 0.03 0.00 0.00 98.39 [2022-05-02T04:22:15.504Z] 04:17:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2022-05-02T04:22:15.504Z] 04:17:01 7 0.02 0.00 0.02 0.02 0.00 99.95 [2022-05-02T04:22:15.504Z] 04:18:01 all 0.01 0.00 0.01 0.01 0.00 99.97 [2022-05-02T04:22:15.504Z] 04:18:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-05-02T04:22:15.504Z] 04:18:01 1 0.00 0.00 0.02 0.02 0.00 99.97 [2022-05-02T04:22:15.504Z] 04:18:01 2 0.02 0.00 0.03 0.00 0.02 99.93 [2022-05-02T04:22:15.504Z] 04:18:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2022-05-02T04:22:15.504Z] 04:18:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-05-02T04:22:15.504Z] 04:18:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-05-02T04:22:15.504Z] 04:18:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-05-02T04:22:15.504Z] 04:18:01 7 0.00 0.00 0.02 0.03 0.00 99.95 [2022-05-02T04:22:15.504Z] 04:19:01 all 0.01 0.00 0.01 0.01 0.00 99.97 [2022-05-02T04:22:15.504Z] 04:19:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-05-02T04:22:15.504Z] 04:19:01 1 0.00 0.00 0.00 0.03 0.00 99.97 [2022-05-02T04:22:15.504Z] 04:19:01 2 0.05 0.00 0.00 0.00 0.00 99.95 [2022-05-02T04:22:15.504Z] 04:19:01 3 0.00 0.00 0.03 0.00 0.00 99.97 [2022-05-02T04:22:15.504Z] 04:19:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2022-05-02T04:22:15.504Z] 04:19:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-05-02T04:22:15.504Z] 04:19:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-05-02T04:22:15.504Z] 04:19:01 7 0.02 0.00 0.00 0.02 0.00 99.97 [2022-05-02T04:22:15.504Z] 04:20:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2022-05-02T04:22:15.504Z] 04:20:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-05-02T04:22:15.504Z] 04:20:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2022-05-02T04:22:15.504Z] 04:20:01 2 0.02 0.00 0.02 0.02 0.00 99.95 [2022-05-02T04:22:15.504Z] 04:20:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2022-05-02T04:22:15.504Z] 04:20:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-05-02T04:22:15.504Z] 04:20:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2022-05-02T04:22:15.504Z] 04:20:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-05-02T04:22:15.504Z] 04:20:01 7 0.00 0.00 0.02 0.02 0.00 99.97 [2022-05-02T04:22:15.504Z] [2022-05-02T04:22:15.504Z] 04:20:01 CPU %user %nice %system %iowait %steal %idle [2022-05-02T04:22:15.504Z] 04:21:01 all 0.02 0.00 0.01 0.01 0.00 99.96 [2022-05-02T04:22:15.504Z] 04:21:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-05-02T04:22:15.504Z] 04:21:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-05-02T04:22:15.504Z] 04:21:01 2 0.05 0.00 0.03 0.02 0.02 99.88 [2022-05-02T04:22:15.504Z] 04:21:01 3 0.03 0.00 0.02 0.02 0.00 99.93 [2022-05-02T04:22:15.504Z] 04:21:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-05-02T04:22:15.504Z] 04:21:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2022-05-02T04:22:15.504Z] 04:21:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-05-02T04:22:15.504Z] 04:21:01 7 0.00 0.00 0.00 0.05 0.00 99.95 [2022-05-02T04:22:15.504Z] 04:22:01 all 0.01 0.00 0.01 0.01 0.00 99.97 [2022-05-02T04:22:15.504Z] 04:22:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-05-02T04:22:15.504Z] 04:22:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2022-05-02T04:22:15.504Z] 04:22:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2022-05-02T04:22:15.504Z] 04:22:01 3 0.02 0.00 0.03 0.02 0.00 99.93 [2022-05-02T04:22:15.504Z] 04:22:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2022-05-02T04:22:15.504Z] 04:22:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2022-05-02T04:22:15.504Z] 04:22:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-05-02T04:22:15.504Z] 04:22:01 7 0.00 0.00 0.00 0.03 0.00 99.97 [2022-05-02T04:22:15.504Z] Average: all 5.41 0.00 1.19 0.39 0.02 93.00 [2022-05-02T04:22:15.504Z] Average: 0 4.99 0.00 1.22 0.41 0.02 93.36 [2022-05-02T04:22:15.504Z] Average: 1 5.56 0.00 1.14 0.21 0.02 93.07 [2022-05-02T04:22:15.504Z] Average: 2 5.48 0.00 1.38 0.88 0.03 92.24 [2022-05-02T04:22:15.504Z] Average: 3 5.72 0.00 1.27 0.15 0.02 92.84 [2022-05-02T04:22:15.504Z] Average: 4 5.47 0.00 1.11 0.11 0.02 93.29 [2022-05-02T04:22:15.504Z] Average: 5 5.43 0.00 1.16 0.66 0.02 92.74 [2022-05-02T04:22:15.504Z] Average: 6 5.25 0.00 1.06 0.11 0.02 93.56 [2022-05-02T04:22:15.504Z] Average: 7 5.35 0.00 1.18 0.56 0.02 92.89 [2022-05-02T04:22:15.504Z] [2022-05-02T04:22:15.505Z] [2022-05-02T04:22:15.505Z]