Started by user Cherry Wang Replayed #11 Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from dfe1eecf97bbb3fc78e576d46b1f52bb386bd406 Running in Durability level: PERFORMANCE_OPTIMIZED 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-ssh2590065948055097019.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f1d79d91c36788821211008368c3015072ca53ca 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-ssh1707072509740573412.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 f1d79d91c36788821211008368c3015072ca53ca The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/main/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > 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 > 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-rest-go/branches/main/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh8348492094845381850.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f1d79d91c36788821211008368c3015072ca53ca (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f1d79d91c36788821211008368c3015072ca53ca # timeout=10 Commit message: "Merge pull request #358 from ernestojeda/update-get-head-tags" > 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 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. Replacing contents of vars/edgeXDockerLogin.groovy Replacing contents of vars/edgeXUpdateNamedTag.groovy Replacing contents of vars/edgeXInfraPublish.groovy Replacing contents of src/main/groovy/edgeXDocGenerator.groovy Replacing contents of vars/edgeXInfraLFToolsSign.groovy Replacing contents of vars/edgeXGeneric.groovy Replacing contents of vars/edgeXBuildGoParallel.groovy Replacing contents of vars/edgeXSemver.groovy Replacing contents of vars/edgeXNexusPublish.groovy Replacing contents of vars/edgeXGHPagesPublish.groovy Replacing contents of vars/edgeXBuildGoMod.groovy Replacing contents of vars/edgeXRelease.groovy Replacing contents of vars/edgeXSnap.groovy Replacing contents of vars/edgeXReleaseSnap.groovy Replacing contents of vars/edgeXBuildCApp.groovy Replacing contents of vars/edgeXInfraShipLogs.groovy Replacing contents of vars/edgeXSetupEnvironment.groovy Replacing contents of vars/edgex.groovy Replacing contents of vars/edgeXBuildDocker.groovy Replacing contents of vars/edgeXEmail.groovy Replacing contents of vars/edgeXSwaggerPublish.groovy Replacing contents of vars/edgeXReleaseGitTag.groovy Replacing contents of vars/edgeXEmailUtil.groovy Replacing contents of vars/edgeXReleaseDockerImage.groovy Replacing contents of vars/edgeXClair.groovy Replacing contents of vars/edgeXBuildGoApp.groovy Replacing contents of vars/edgeXSnyk.groovy Replacing contents of vars/edgeXCodecov.groovy Replacing contents of vars/edgeXDocker.groovy Replacing contents of vars/edgeXReleaseGitTagUtil.groovy Replacing contents of vars/edgeXReleaseGitHubAssets.groovy 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-ssh5608687135748577661.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 9bc0e518fca0494fd51682b06eec2da29a326327 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/main/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags 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-rest-go/branches/main/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh3865572580858759719.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 9bc0e518fca0494fd51682b06eec2da29a326327 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc0e518fca0494fd51682b06eec2da29a326327 # timeout=10 Commit message: "Merge "Fix: Make archiveArtifacts overwriteable in lfJava"" > 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 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. Replacing contents of vars/lfParallelCostCapture.groovy Replacing contents of vars/lfInfraShipLogs.groovy Replacing contents of vars/lfNode.groovy Replacing contents of vars/lfCommon.groovy Replacing contents of vars/lfDefaults.groovy Replacing contents of vars/lfJava.groovy [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-rest-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-rest-go-settings PROJECT: device-rest-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-rest DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 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 ‘prd-centos7-docker-4c-2g-477’ is offline Running on prd-centos7-docker-4c-2g-587 in /w/workspace/edgexfoundry_device-rest-go_main [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-rest-go.git > git init /w/workspace/edgexfoundry_device-rest-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' 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 /w/workspace/edgexfoundry_device-rest-go_main@tmp/jenkins-gitclient-ssh8304244254751025173.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision dfe1eecf97bbb3fc78e576d46b1f52bb386bd406 (main) > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dfe1eecf97bbb3fc78e576d46b1f52bb386bd406 # timeout=10 Commit message: "Merge pull request #137 from hahattan/issue-136" > git rev-list --no-walk dfe1eecf97bbb3fc78e576d46b1f52bb386bd406 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:56:46 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:56:46 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:56:46 ========================================================= 05:56:46 EdgeX Global Pipelines Version Info 05:56:46 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:56:47 ------------------- 05:56:47 stable info: 05:56:47 ------------------- 05:56:47 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:56:47 Commit SHA: f1d79d91c36788821211008368c3015072ca53ca 05:56:47 Message: update stable to v1.0.209 05:56:48 ------------------- 05:56:48 experimental info: 05:56:48 ------------------- 05:56:48 Commited By: **** collab-it+edgex@linuxfoundation.org 05:56:48 Commit SHA: f1d79d91c36788821211008368c3015072ca53ca 05:56:48 Message: update experimental to v1.0.209 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:56:48 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo 05:56:48 [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo 05:56:48 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:56:48 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:56:48 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:56:48 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 05:56:48 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 05:56:48 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 05:56:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:56:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:56:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 05:56:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo 05:56:48 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:56:48 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:56:48 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:56:48 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 05:56:48 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:56:48 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:56:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:56:48 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:56:48 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 05:56:48 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 05:56:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:56:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:56:48 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 05:56:48 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:56:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 05:56:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 05:56:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 05:56:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = dfe1eecf97bbb3fc78e576d46b1f52bb386bd406 [Pipeline] echo 05:56:48 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = dfe1eec [Pipeline] echo 05:56:48 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:56:48 provisioning config files... 05:56:48 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config4008399783344359281tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:56:49 ---> docker-login.sh 05:56:49 nexus3.edgexfoundry.org:10001 05:56:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:56:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:56:49 Configure a credential helper to remove this warning. See 05:56:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:56:49 05:56:49 Login Succeeded 05:56:49 nexus3.edgexfoundry.org:10002 05:56:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:56:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:56:49 Configure a credential helper to remove this warning. See 05:56:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:56:49 05:56:49 Login Succeeded 05:56:49 nexus3.edgexfoundry.org:10003 05:56:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:56:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:56:49 Configure a credential helper to remove this warning. See 05:56:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:56:49 05:56:49 Login Succeeded 05:56:49 nexus3.edgexfoundry.org:10004 05:56:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:56:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:56:49 Configure a credential helper to remove this warning. See 05:56:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:56:49 05:56:49 Login Succeeded 05:56:49 docker.io 05:56:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:56:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:56:50 Configure a credential helper to remove this warning. See 05:56:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:56:50 05:56:50 Login Succeeded 05:56:50 ---> docker-login.sh ends [Pipeline] } 05:56:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:56:50 + git log --format=format:%s -1 dfe1eecf97bbb3fc78e576d46b1f52bb386bd406 [Pipeline] echo 05:56:50 GIT_COMMIT: dfe1eecf97bbb3fc78e576d46b1f52bb386bd406, Commit Message: Merge pull request #137 from hahattan/issue-136 [Pipeline] echo 05:56:50 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 05:56:51 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:56:51 05:56:51 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 05:56:51 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:56:51 latest: Pulling from edgex-devops/git-semver 05:56:51 a0d0a0d46f8b: Pulling fs layer 05:56:51 3e5f54012d9b: Pulling fs layer 05:56:51 4c7163046ea9: Pulling fs layer 05:56:51 0c2d73faf560: Pulling fs layer 05:56:51 0c2d73faf560: Waiting 05:56:51 3e5f54012d9b: Verifying Checksum 05:56:51 3e5f54012d9b: Download complete 05:56:51 a0d0a0d46f8b: Verifying Checksum 05:56:51 a0d0a0d46f8b: Download complete 05:56:51 4c7163046ea9: Verifying Checksum 05:56:51 4c7163046ea9: Download complete 05:56:51 0c2d73faf560: Verifying Checksum 05:56:51 0c2d73faf560: Download complete 05:56:51 a0d0a0d46f8b: Pull complete 05:56:51 3e5f54012d9b: Pull complete 05:56:52 4c7163046ea9: Pull complete 05:56:52 0c2d73faf560: Pull complete 05:56:52 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 05:56:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:56:52 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 05:56:52 prd-centos7-docker-4c-2g-587 does not seem to be running inside a container 05:56:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:56:53 $ docker top fec5606b4a28df9a4d96357429a7548cbbf21776ee383b605357a5d4d151ae81 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:56:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:56:53 [ssh-agent] Looking for ssh-agent implementation... 05:56:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:56:53 $ docker exec fec5606b4a28df9a4d96357429a7548cbbf21776ee383b605357a5d4d151ae81 ssh-agent 05:56:53 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXOEhplO/agent.13 05:56:53 SSH_AGENT_PID=19 05:56:53 Running ssh-add (command line suppressed) 05:56:53 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_318082489088601038.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_318082489088601038.key) 05:56:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:56:53 + git tag --points-at HEAD [Pipeline] } 05:56:53 $ docker exec --env ******** --env ******** fec5606b4a28df9a4d96357429a7548cbbf21776ee383b605357a5d4d151ae81 ssh-agent -k 05:56:53 unset SSH_AUTH_SOCK; 05:56:53 unset SSH_AGENT_PID; 05:56:53 echo Agent pid 19 killed; 05:56:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:56:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:56:53 [ssh-agent] Looking for ssh-agent implementation... 05:56:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:56:53 $ docker exec fec5606b4a28df9a4d96357429a7548cbbf21776ee383b605357a5d4d151ae81 ssh-agent 05:56:54 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXmMdjcc/agent.52 05:56:54 SSH_AGENT_PID=59 05:56:54 Running ssh-add (command line suppressed) 05:56:54 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_3075943052934287977.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_3075943052934287977.key) 05:56:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:56:54 + git semver init 05:56:54 # -> Open(): unable to determine branch for HEAD 05:56:54 # $GIT_DIR = /w/workspace/edgexfoundry_device-rest-go_main/.git 05:56:54 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-rest-go_main 05:56:54 # $SEMVER_REMOTE_NAME = origin 05:56:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:56:54 # $SEMVER_USER_NAME = edgex-jenkins 05:56:54 # $SEMVER_BRANCH = main 05:56:54 # $SEMVER_TEMP = /tmp/semver-347343727 05:56:54 # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP 05:56:55 # '/tmp/semver-347343727' -> '/w/workspace/edgexfoundry_device-rest-go_main/.semver' 05:56:55 # -> Force: false 05:56:55 # $SEMVER_DIR = /w/workspace/edgexfoundry_device-rest-go_main/.semver [Pipeline] } 05:56:55 $ docker exec --env ******** --env ******** fec5606b4a28df9a4d96357429a7548cbbf21776ee383b605357a5d4d151ae81 ssh-agent -k 05:56:55 unset SSH_AUTH_SOCK; 05:56:55 unset SSH_AGENT_PID; 05:56:55 echo Agent pid 59 killed; 05:56:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:56:55 + git semver [Pipeline] } 05:56:55 $ docker stop --time=1 fec5606b4a28df9a4d96357429a7548cbbf21776ee383b605357a5d4d151ae81 05:56:57 $ docker rm -f fec5606b4a28df9a4d96357429a7548cbbf21776ee383b605357a5d4d151ae81 [Pipeline] // withDockerContainer [Pipeline] sh 05:56:57 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:56:57 Stashed 1 file(s) [Pipeline] echo 05:56:57 [edgeXSemver]: initialized semver on version 2.0.1-dev.9 [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] node [Pipeline] node 05:57:12 Still waiting to schedule task 05:57:12 Waiting for next available executor on ‘centos7-docker-4c-2g’ 05:57:12 Still waiting to schedule task 05:57:12 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 06:00:38 Running on prd-centos7-docker-4c-2g-592 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] ws 06:00:38 Running in /w/workspace/device-rest-go/12 [Pipeline] { [Pipeline] checkout 06:00:39 The recommended git tool is: git 06:00:41 using credential edgex-jenkins-ssh 06:00:41 Cloning the remote Git repository 06:00:42 Avoid second fetch 06:00:42 Checking out Revision dfe1eecf97bbb3fc78e576d46b1f52bb386bd406 (main) 06:00:40 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 06:00:40 > git init /w/workspace/device-rest-go/12 # timeout=10 06:00:40 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 06:00:40 > git --version # timeout=10 06:00:40 > git --version # 'git version 2.24.4' 06:00:40 using GIT_SSH to set credentials SSH Credentials for GitHub 06:00:40 [INFO] Currently running in a labeled security context 06:00:40 [INFO] Currently SELinux is 'enforcing' on the host 06:00:40 > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-rest-go/12@tmp/jenkins-gitclient-ssh8304363253525327260.key 06:00:40 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:00:41 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 06:00:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:00:41 > git config core.sparsecheckout # timeout=10 06:00:41 > git checkout -f dfe1eecf97bbb3fc78e576d46b1f52bb386bd406 # timeout=10 06:00:46 Commit message: "Merge pull request #137 from hahattan/issue-136" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:00:46 provisioning config files... 06:00:46 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/12@tmp/config2711614953802977950tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:00:46 ---> docker-login.sh 06:00:46 nexus3.edgexfoundry.org:10001 06:00:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:00:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:00:46 Configure a credential helper to remove this warning. See 06:00:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:00:46 06:00:46 Login Succeeded 06:00:46 nexus3.edgexfoundry.org:10002 06:00:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:00:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:00:47 Configure a credential helper to remove this warning. See 06:00:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:00:47 06:00:47 Login Succeeded 06:00:47 nexus3.edgexfoundry.org:10003 06:00:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:00:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:00:47 Configure a credential helper to remove this warning. See 06:00:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:00:47 06:00:47 Login Succeeded 06:00:47 nexus3.edgexfoundry.org:10004 06:00:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:00:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:00:47 Configure a credential helper to remove this warning. See 06:00:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:00:47 06:00:47 Login Succeeded 06:00:47 docker.io 06:00:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:00:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:00:47 Configure a credential helper to remove this warning. See 06:00:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:00:47 06:00:47 Login Succeeded 06:00:47 ---> docker-login.sh ends [Pipeline] } 06:00:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:00:47 ========================================================= 06:00:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 06:00:47 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 06:00:48 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine --build-arg 'MAKE=echo noop' --target=builder . 06:00:48 Sending build context to Docker daemon 118.8kB 06:00:48 Step 1/11 : ARG BASE=golang:1.16-alpine3.14 06:00:48 Step 2/11 : FROM ${BASE} AS builder 06:00:48 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 06:00:48 4e9f2cdf4387: Pulling fs layer 06:00:48 57d31006c564: Pulling fs layer 06:00:48 bd5ccded8296: Pulling fs layer 06:00:48 304dd3a0f381: Pulling fs layer 06:00:48 d37cda54a23b: Pulling fs layer 06:00:48 bae75c0f2455: Pulling fs layer 06:00:48 806579b3d29a: Pulling fs layer 06:00:48 c77eb801bf70: Pulling fs layer 06:00:48 6d0567d44e1a: Pulling fs layer 06:00:48 bae75c0f2455: Waiting 06:00:48 806579b3d29a: Waiting 06:00:48 c77eb801bf70: Waiting 06:00:48 6d0567d44e1a: Waiting 06:00:48 304dd3a0f381: Waiting 06:00:48 d37cda54a23b: Waiting 06:00:48 bd5ccded8296: Verifying Checksum 06:00:48 bd5ccded8296: Download complete 06:00:48 57d31006c564: Verifying Checksum 06:00:48 57d31006c564: Download complete 06:00:48 d37cda54a23b: Verifying Checksum 06:00:48 d37cda54a23b: Download complete 06:00:48 bae75c0f2455: Verifying Checksum 06:00:48 bae75c0f2455: Download complete 06:00:48 806579b3d29a: Verifying Checksum 06:00:48 806579b3d29a: Download complete 06:00:48 4e9f2cdf4387: Verifying Checksum 06:00:48 4e9f2cdf4387: Download complete 06:00:48 c77eb801bf70: Verifying Checksum 06:00:48 c77eb801bf70: Download complete 06:00:48 4e9f2cdf4387: Pull complete 06:00:49 57d31006c564: Pull complete 06:00:49 304dd3a0f381: Verifying Checksum 06:00:49 304dd3a0f381: Download complete 06:00:49 bd5ccded8296: Pull complete 06:00:49 6d0567d44e1a: Verifying Checksum 06:00:49 6d0567d44e1a: Download complete 06:00:53 304dd3a0f381: Pull complete 06:00:53 d37cda54a23b: Pull complete 06:00:53 bae75c0f2455: Pull complete 06:00:53 806579b3d29a: Pull complete 06:00:53 c77eb801bf70: Pull complete 06:00:55 6d0567d44e1a: Pull complete 06:00:55 Digest: sha256:53f76eca38b35ad9f985c2fb57ce55683e6a223a937aed0adb215e74043799cd 06:00:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 06:00:55 ---> e839a31ac9d1 06:00:55 Step 3/11 : ARG MAKE='make build' 06:00:57 ---> Running in 38d69c0e09df 06:00:57 Removing intermediate container 38d69c0e09df 06:00:57 ---> 94069ca8a856 06:00:57 Step 4/11 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 06:00:57 ---> Running in f0494fd3e1a0 06:00:57 Removing intermediate container f0494fd3e1a0 06:00:57 ---> 7dbd029524b1 06:00:57 Step 5/11 : ARG ALPINE_PKG_EXTRA="" 06:00:57 ---> Running in 187f5161e8f0 06:00:57 Removing intermediate container 187f5161e8f0 06:00:57 ---> 928dd7d9ea88 06:00:57 Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:00:57 ---> Running in 1a3dd03c0d5c 06:00:58 Removing intermediate container 1a3dd03c0d5c 06:00:58 ---> 46c02fc1c78e 06:00:58 Step 7/11 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:00:58 ---> Running in 618dd08f4fec 06:00:58 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 06:00:59 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 06:00:59 (1/3) Installing openssh-keygen (8.4_p1-r4) 06:00:59 (2/3) Installing libedit (20191231.3.1-r1) 06:00:59 (3/3) Installing openssh-client (8.4_p1-r4) 06:01:00 Executing busybox-1.32.1-r6.trigger 06:01:00 OK: 223 MiB in 55 packages 06:01:00 Removing intermediate container 618dd08f4fec 06:01:00 ---> 9fc566134e87 06:01:00 Step 8/11 : WORKDIR /device-rest-go 06:01:00 ---> Running in 8773c7d872cd 06:01:00 Removing intermediate container 8773c7d872cd 06:01:00 ---> 1bce8ad0cc78 06:01:00 Step 9/11 : COPY . . 06:01:00 ---> 59171cd723e2 06:01:00 Step 10/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:01:00 ---> Running in f7069eb6c2e8 06:01:12 Removing intermediate container f7069eb6c2e8 06:01:12 ---> 3d9aec7774f6 06:01:12 Step 11/11 : RUN $MAKE 06:01:13 ---> Running in e791ae438fd8 06:01:13 noop 06:01:13 Removing intermediate container e791ae438fd8 06:01:13 ---> 11151c7da279 06:01:13 Successfully built 11151c7da279 06:01:13 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:01:13 + docker inspect -f . ci-base-image-x86_64 06:01:13 . [Pipeline] withDockerContainer 06:01:13 prd-centos7-docker-4c-2g-592 does not seem to be running inside a container 06:01:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/12 -v /w/workspace/device-rest-go/12:/w/workspace/device-rest-go/12:rw,z -v /w/workspace/device-rest-go/12@tmp:/w/workspace/device-rest-go/12@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 ******** ci-base-image-x86_64 cat 06:01:14 $ docker top ad2efe4570c2a1ff84d9cda9ef5eaa65f54f72054795e118f6c7c8a42e0b8c3d -eo pid,comm [Pipeline] { [Pipeline] sh 06:01:14 + go version 06:01:14 go version go1.16.8 linux/amd64 [Pipeline] } 06:01:14 $ docker stop --time=1 ad2efe4570c2a1ff84d9cda9ef5eaa65f54f72054795e118f6c7c8a42e0b8c3d 06:01:15 $ docker rm -f ad2efe4570c2a1ff84d9cda9ef5eaa65f54f72054795e118f6c7c8a42e0b8c3d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:01:16 + docker inspect -f . ci-base-image-x86_64 06:01:16 . [Pipeline] withDockerContainer 06:01:16 prd-centos7-docker-4c-2g-592 does not seem to be running inside a container 06:01:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/12 -v /w/workspace/device-rest-go/12:/w/workspace/device-rest-go/12:rw,z -v /w/workspace/device-rest-go/12@tmp:/w/workspace/device-rest-go/12@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 ******** ci-base-image-x86_64 cat 06:01:16 $ docker top 9f436ef290d26743c7a646318998c01cd73441032b333acb59221708443e881f -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 06:01:17 + make test 06:01:17 CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... 06:01:17 ? github.com/edgexfoundry/device-rest-go [no test files] 06:01:35 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 06:01:35 ok github.com/edgexfoundry/device-rest-go/driver 0.011s coverage: 53.8% of statements 06:01:35 CGO_ENABLED=1 GO111MODULE=on go vet ./... 06:01:39 Running on prd-ubuntu18.04-docker-arm64-4c-16g-591 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] ws 06:01:39 Running in /w/workspace/device-rest-go/12 [Pipeline] { [Pipeline] checkout 06:01:39 The recommended git tool is: git 06:01:42 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 06:01:42 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 06:01:42 ./bin/test-attribution-txt.sh [Pipeline] } 06:01:42 $ docker stop --time=1 9f436ef290d26743c7a646318998c01cd73441032b333acb59221708443e881f 06:01:44 $ docker rm -f 9f436ef290d26743c7a646318998c01cd73441032b333acb59221708443e881f [Pipeline] // withDockerContainer [Pipeline] sh 06:01:44 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:01:44 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 06:01:44 using credential edgex-jenkins-ssh 06:01:45 Cloning the remote Git repository 06:01:45 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 06:01:45 > git init /w/workspace/device-rest-go/12 # timeout=10 [Pipeline] sh 06:01:46 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:01:46 + ls -al . 06:01:46 total 116 06:01:46 drwxrwxr-x. 8 jenkins jenkins 4096 Oct 12 06:01 . 06:01:46 drwxrwxr-x. 4 jenkins jenkins 30 Oct 12 06:00 .. 06:01:46 -rw-rw-r--. 1 jenkins jenkins 6792 Oct 12 06:00 Attribution.txt 06:01:46 drwxrwxr-x. 2 jenkins jenkins 37 Oct 12 06:00 bin 06:01:46 -rw-rw-r--. 1 jenkins jenkins 7459 Oct 12 06:00 CHANGELOG.md 06:01:46 drwxrwxr-x. 3 jenkins jenkins 32 Oct 12 06:00 cmd 06:01:46 -rw-r--r--. 1 jenkins jenkins 8435 Oct 12 06:01 coverage.out 06:01:46 -rw-rw-r--. 1 jenkins jenkins 1649 Oct 12 06:00 Dockerfile 06:01:46 -rw-rw-r--. 1 jenkins jenkins 151 Oct 12 06:00 .dockerignore 06:01:46 drwxrwxr-x. 2 jenkins jenkins 76 Oct 12 06:00 driver 06:01:46 drwxrwxr-x. 8 jenkins jenkins 162 Oct 12 06:00 .git 06:01:46 drwxrwxr-x. 2 jenkins jenkins 103 Oct 12 06:00 .github 06:01:46 -rw-rw-r--. 1 jenkins jenkins 329 Oct 12 06:00 .gitignore 06:01:46 -rw-rw-r--. 1 jenkins jenkins 271 Oct 12 06:00 go.mod 06:01:46 -rw-rw-r--. 1 jenkins jenkins 20570 Oct 12 06:00 go.sum 06:01:46 -rw-rw-r--. 1 jenkins jenkins 677 Oct 12 06:00 GOVERNANCE.md 06:01:46 -rw-rw-r--. 1 jenkins jenkins 680 Oct 12 06:00 Jenkinsfile 06:01:46 -rw-rw-r--. 1 jenkins jenkins 11340 Oct 12 06:00 LICENSE 06:01:46 -rw-rw-r--. 1 jenkins jenkins 1078 Oct 12 06:00 Makefile 06:01:46 -rw-rw-r--. 1 jenkins jenkins 620 Oct 12 06:00 OWNERS.md 06:01:46 -rw-rw-r--. 1 jenkins jenkins 7661 Oct 12 06:00 README.md 06:01:46 drwxrwxr-x. 4 jenkins jenkins 71 Oct 12 06:00 snap 06:01:46 -rw-rw-r--. 1 jenkins jenkins 11 Oct 12 05:56 VERSION 06:01:46 -rw-rw-r--. 1 jenkins jenkins 713 Oct 12 06:00 version.go [Pipeline] isUnix [Pipeline] sh 06:01:46 + docker build -t device-rest -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=dfe1eecf97bbb3fc78e576d46b1f52bb386bd406 --label arch=amd64 --label version=2.0.1-dev.9 . 06:01:46 Sending build context to Docker daemon 128kB 06:01:46 Step 1/24 : ARG BASE=golang:1.16-alpine3.14 06:01:46 Step 2/24 : FROM ${BASE} AS builder 06:01:46 ---> 11151c7da279 06:01:46 Step 3/24 : ARG MAKE='make build' 06:01:46 ---> Running in e6b92a317a4c 06:01:46 Removing intermediate container e6b92a317a4c 06:01:46 ---> f275a422f88f 06:01:46 Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 06:01:46 ---> Running in ed482c94aff5 06:01:45 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 06:01:45 > git --version # timeout=10 06:01:45 > git --version # 'git version 2.17.1' 06:01:45 using GIT_SSH to set credentials SSH Credentials for GitHub 06:01:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:01:46 Removing intermediate container ed482c94aff5 06:01:46 ---> 5e715f226637 06:01:46 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 06:01:46 ---> Running in c80bdabc9bb5 06:01:46 Removing intermediate container c80bdabc9bb5 06:01:46 ---> 4a993a4f0b48 06:01:46 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:01:46 ---> Running in 6fa628c44582 06:01:47 Avoid second fetch 06:01:47 Checking out Revision dfe1eecf97bbb3fc78e576d46b1f52bb386bd406 (main) 06:01:47 Removing intermediate container 6fa628c44582 06:01:47 ---> 3158fbe2ac88 06:01:47 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:01:47 ---> Running in 5ef9d6a49f24 06:01:47 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 06:01:47 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 06:01:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:01:47 > git config core.sparsecheckout # timeout=10 06:01:47 > git checkout -f dfe1eecf97bbb3fc78e576d46b1f52bb386bd406 # timeout=10 06:01:48 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 06:01:49 OK: 223 MiB in 55 packages 06:01:49 Removing intermediate container 5ef9d6a49f24 06:01:49 ---> 8ac14724dc90 06:01:49 Step 8/24 : WORKDIR /device-rest-go 06:01:49 ---> Running in 2fd5148a6167 06:01:49 Removing intermediate container 2fd5148a6167 06:01:49 ---> be602360e875 06:01:49 Step 9/24 : COPY . . 06:01:49 ---> 1f600998a00b 06:01:49 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:01:49 ---> Running in eb486dc319f3 06:01:49 Removing intermediate container eb486dc319f3 06:01:49 ---> 4b13d6e15999 06:01:49 Step 11/24 : RUN $MAKE 06:01:50 ---> Running in 8802bf93f3d5 06:01:50 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=2.0.1-dev.9" -o cmd/device-rest ./cmd 06:01:51 Commit message: "Merge pull request #137 from hahattan/issue-136" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:01:52 provisioning config files... 06:01:52 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/12@tmp/config643023393335862438tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:01:52 ---> docker-login.sh 06:01:52 nexus3.edgexfoundry.org:10001 06:01:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:01:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:01:54 Configure a credential helper to remove this warning. See 06:01:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:01:54 06:01:54 Login Succeeded 06:01:54 nexus3.edgexfoundry.org:10002 06:01:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:01:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:01:55 Configure a credential helper to remove this warning. See 06:01:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:01:55 06:01:55 Login Succeeded 06:01:55 nexus3.edgexfoundry.org:10003 06:01:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:01:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:01:55 Configure a credential helper to remove this warning. See 06:01:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:01:55 06:01:55 Login Succeeded 06:01:55 nexus3.edgexfoundry.org:10004 06:01:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:01:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:01:56 Configure a credential helper to remove this warning. See 06:01:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:01:56 06:01:56 Login Succeeded 06:01:56 docker.io 06:01:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:01:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:01:57 Configure a credential helper to remove this warning. See 06:01:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:01:57 06:01:57 Login Succeeded 06:01:57 ---> docker-login.sh ends [Pipeline] } 06:01:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:01:57 ========================================================= 06:01:57 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 06:01:57 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 06:01:58 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine --build-arg MAKE=echo noop --target=builder . 06:01:58 Sending build context to Docker daemon 118.8kB 06:01:58 Step 1/11 : ARG BASE=golang:1.16-alpine3.14 06:01:58 Step 2/11 : FROM ${BASE} AS builder 06:01:58 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:01:58 bbf911997326: Pulling fs layer 06:01:58 58ec367f63d7: Pulling fs layer 06:01:58 1b4a6ffa7d45: Pulling fs layer 06:01:58 fc5181fea5dc: Pulling fs layer 06:01:58 9c418107303f: Pulling fs layer 06:01:58 284eca6f2348: Pulling fs layer 06:01:58 842844d905b1: Pulling fs layer 06:01:58 901a3a57568e: Pulling fs layer 06:01:58 fc5181fea5dc: Waiting 06:01:58 9c418107303f: Waiting 06:01:58 284eca6f2348: Waiting 06:01:58 901a3a57568e: Waiting 06:01:58 842844d905b1: Waiting 06:01:58 1b4a6ffa7d45: Download complete 06:01:58 58ec367f63d7: Download complete 06:01:58 9c418107303f: Verifying Checksum 06:01:58 9c418107303f: Download complete 06:01:59 284eca6f2348: Verifying Checksum 06:01:59 284eca6f2348: Download complete 06:01:59 842844d905b1: Download complete 06:01:59 bbf911997326: Verifying Checksum 06:01:59 bbf911997326: Download complete 06:01:59 bbf911997326: Pull complete 06:02:00 58ec367f63d7: Pull complete 06:02:00 901a3a57568e: Verifying Checksum 06:02:00 901a3a57568e: Download complete 06:02:00 1b4a6ffa7d45: Pull complete 06:02:01 fc5181fea5dc: Verifying Checksum 06:02:01 fc5181fea5dc: Download complete 06:02:02 Removing intermediate container 8802bf93f3d5 06:02:02 ---> bafe6fd0d5f1 06:02:02 Step 12/24 : FROM alpine:3.14 06:02:02 3.14: Pulling from library/alpine 06:02:02 a0d0a0d46f8b: Pulling fs layer 06:02:02 a0d0a0d46f8b: Verifying Checksum 06:02:02 a0d0a0d46f8b: Download complete 06:02:02 a0d0a0d46f8b: Pull complete 06:02:02 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a 06:02:02 Status: Downloaded newer image for alpine:3.14 06:02:02 ---> 14119a10abf4 06:02:02 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 06:02:03 ---> Running in d8aad60438d5 06:02:03 Removing intermediate container d8aad60438d5 06:02:03 ---> 18ffbd71acfc 06:02:03 Step 14/24 : LABEL Name=device-rest-go Version=${VERSION} 06:02:03 ---> Running in d88077682a72 06:02:03 Removing intermediate container d88077682a72 06:02:03 ---> d27d42f2694a 06:02:03 Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init 06:02:03 ---> Running in 9574bb03f2cf 06:02:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 06:02:08 WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.14/main: temporary error (try again later) 06:02:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 06:02:11 fc5181fea5dc: Pull complete 06:02:11 9c418107303f: Pull complete 06:02:12 284eca6f2348: Pull complete 06:02:12 842844d905b1: Pull complete 06:02:13 WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.14/community: temporary error (try again later) 06:02:13 ERROR: unable to select packages: 06:02:13  dumb-init (no such package): 06:02:13 required by: world[dumb-init] 06:02:13 zeromq (no such package): 06:02:13 required by: world[zeromq] 06:02:13 The command '/bin/sh -c apk add --update --no-cache zeromq dumb-init' returned a non-zero code: 2 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:02:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:02:14 06:02:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 06:02:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:02:14 latest: Pulling from edgex-lftools-log-publisher 06:02:14 b4d181a07f80: Pulling fs layer 06:02:14 a1111a8f2ec3: Pulling fs layer 06:02:14 ed53099fbce6: Pulling fs layer 06:02:14 dc539afda2c1: Pulling fs layer 06:02:14 77bc0d833cb6: Pulling fs layer 06:02:14 9065ff56babe: Pulling fs layer 06:02:14 d287ab97295c: Pulling fs layer 06:02:14 77bc0d833cb6: Waiting 06:02:14 9065ff56babe: Waiting 06:02:14 d287ab97295c: Waiting 06:02:14 dc539afda2c1: Waiting 06:02:14 a1111a8f2ec3: Verifying Checksum 06:02:14 a1111a8f2ec3: Download complete 06:02:14 dc539afda2c1: Verifying Checksum 06:02:14 dc539afda2c1: Download complete 06:02:15 ed53099fbce6: Verifying Checksum 06:02:15 ed53099fbce6: Download complete 06:02:15 9065ff56babe: Verifying Checksum 06:02:15 9065ff56babe: Download complete 06:02:15 77bc0d833cb6: Verifying Checksum 06:02:15 77bc0d833cb6: Download complete 06:02:15 b4d181a07f80: Verifying Checksum 06:02:15 b4d181a07f80: Download complete 06:02:15 d287ab97295c: Verifying Checksum 06:02:15 d287ab97295c: Download complete 06:02:16 b4d181a07f80: Pull complete 06:02:17 a1111a8f2ec3: Pull complete 06:02:17 ed53099fbce6: Pull complete 06:02:17 dc539afda2c1: Pull complete 06:02:17 77bc0d833cb6: Pull complete 06:02:17 9065ff56babe: Pull complete 06:02:18 901a3a57568e: Pull complete 06:02:18 Digest: sha256:92108203400274521d8db92c8dd03fc26ad1e7e27843eaecabaf975bf4a1b1e7 06:02:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 06:02:18 ---> 72ade6ffb461 06:02:18 Step 3/11 : ARG MAKE='make build' 06:02:22 ---> Running in 98ef75f143da 06:02:22 Removing intermediate container 98ef75f143da 06:02:22 ---> ee7a40c433e5 06:02:22 Step 4/11 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 06:02:22 ---> Running in 0e46cf287d89 06:02:23 d287ab97295c: Pull complete 06:02:23 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 06:02:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:02:23 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 06:02:23 prd-centos7-docker-4c-2g-592 does not seem to be running inside a container 06:02:23 Removing intermediate container 0e46cf287d89 06:02:23 ---> b04ca004d375 06:02:23 Step 5/11 : ARG ALPINE_PKG_EXTRA="" 06:02:23 ---> Running in 2ef257c967be 06:02:23 $ 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-rest-go/12 -v /w/workspace/device-rest-go/12:/w/workspace/device-rest-go/12:rw,z -v /w/workspace/device-rest-go/12@tmp:/w/workspace/device-rest-go/12@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 06:02:23 Removing intermediate container 2ef257c967be 06:02:23 ---> 4c6341fc2de4 06:02:23 Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:02:23 ---> Running in 26ab7e728e34 06:02:25 $ docker top a757052429c01e5efb3ff76e54ee17e0e7510ebc7ee00d0af2645ec34218ea9c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:02:26 ---> job-cost.sh 06:02:26 lf-activate-venv: SKIPPING 06:02:26 INFO: No Stack... 06:02:26 Removing intermediate container 26ab7e728e34 06:02:26 ---> 47d598e02f3a 06:02:26 Step 7/11 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:02:26 ---> Running in 9be1c1b81b53 06:02:26 INFO: Retrieving Pricing Info for: v3-standard-2 06:02:27 INFO: Archiving Costs [Pipeline] sh 06:02:27 + cat /w/workspace/device-rest-go/12/archives/cost.csv 06:02:27 + cut -d, -f6 [Pipeline] lock 06:02:27 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-main-12-stack-cost] 06:02:27 Resource [jenkins-edgexfoundry-device-rest-go-main-12-stack-cost] did not exist. Created. 06:02:27 Lock acquired on [jenkins-edgexfoundry-device-rest-go-main-12-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:02:27 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 06:02:27 + echo total: 0.05999999865889549 [Pipeline] stash 06:02:27 Stashed 1 file(s) [Pipeline] } 06:02:27 Lock released on resource [jenkins-edgexfoundry-device-rest-go-main-12-stack-cost] [Pipeline] // lock [Pipeline] } 06:02:27 $ docker stop --time=1 a757052429c01e5efb3ff76e54ee17e0e7510ebc7ee00d0af2645ec34218ea9c 06:02:28 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 06:02:28 $ docker rm -f a757052429c01e5efb3ff76e54ee17e0e7510ebc7ee00d0af2645ec34218ea9c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } 06:02:29 (1/3) Installing openssh-keygen (8.4_p1-r4) 06:02:29 (2/3) Installing libedit (20191231.3.1-r1) [Pipeline] // stage [Pipeline] } 06:02:29 Failed in branch amd64 06:02:29 (3/3) Installing openssh-client (8.4_p1-r4) 06:02:29 Executing busybox-1.32.1-r6.trigger 06:02:29 OK: 222 MiB in 55 packages 06:02:31 Removing intermediate container 9be1c1b81b53 06:02:31 ---> c769d957e952 06:02:31 Step 8/11 : WORKDIR /device-rest-go 06:02:31 ---> Running in 500f8c4dc18c 06:02:31 Removing intermediate container 500f8c4dc18c 06:02:31 ---> 203f799203b6 06:02:31 Step 9/11 : COPY . . 06:02:32 ---> 0ec0725c88fa 06:02:32 Step 10/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:02:32 ---> Running in 0a687d4a1c0f 06:02:59 Removing intermediate container 0a687d4a1c0f 06:02:59 ---> b04da354579d 06:02:59 Step 11/11 : RUN $MAKE 06:02:59 ---> Running in d05e104a9e90 06:02:59 noop 06:02:59 Removing intermediate container d05e104a9e90 06:02:59 ---> 02e7d18f5f89 06:02:59 Successfully built 02e7d18f5f89 06:02:59 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:02:59 + docker inspect -f . ci-base-image-arm64 06:02:59 . [Pipeline] withDockerContainer 06:03:00 prd-ubuntu18.04-docker-arm64-4c-16g-591 does not seem to be running inside a container 06:03:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/12 -v /w/workspace/device-rest-go/12:/w/workspace/device-rest-go/12:rw,z -v /w/workspace/device-rest-go/12@tmp:/w/workspace/device-rest-go/12@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 ******** ci-base-image-arm64 cat 06:03:01 $ docker top 24d206a1c59d5aa7bd15751eab7e1de85368b2933a93e799d8f01542543c4f50 -eo pid,comm [Pipeline] { [Pipeline] sh 06:03:02 + go version 06:03:02 go version go1.16.8 linux/arm64 [Pipeline] } 06:03:02 $ docker stop --time=1 24d206a1c59d5aa7bd15751eab7e1de85368b2933a93e799d8f01542543c4f50 06:03:04 $ docker rm -f 24d206a1c59d5aa7bd15751eab7e1de85368b2933a93e799d8f01542543c4f50 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:03:05 + docker inspect -f . ci-base-image-arm64 06:03:05 . [Pipeline] withDockerContainer 06:03:05 prd-ubuntu18.04-docker-arm64-4c-16g-591 does not seem to be running inside a container 06:03:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/12 -v /w/workspace/device-rest-go/12:/w/workspace/device-rest-go/12:rw,z -v /w/workspace/device-rest-go/12@tmp:/w/workspace/device-rest-go/12@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 ******** ci-base-image-arm64 cat 06:03:07 $ docker top ea2459e48e6faae1d86a1a6cd736a7949174ffda0328e13b053c81241c07bbd1 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 06:03:08 + make test 06:03:08 CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... 06:03:09 ? github.com/edgexfoundry/device-rest-go [no test files] 06:04:06 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 06:04:06 ok github.com/edgexfoundry/device-rest-go/driver 0.048s coverage: 53.8% of statements 06:04:06 CGO_ENABLED=1 GO111MODULE=on go vet ./... 06:04:25 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 06:04:25 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 06:04:25 ./bin/test-attribution-txt.sh [Pipeline] } 06:04:27 $ docker stop --time=1 ea2459e48e6faae1d86a1a6cd736a7949174ffda0328e13b053c81241c07bbd1 06:04:29 $ docker rm -f ea2459e48e6faae1d86a1a6cd736a7949174ffda0328e13b053c81241c07bbd1 [Pipeline] // withDockerContainer [Pipeline] sh 06:04:30 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:04:30 Warning: overwriting stash ‘coverage-report’ 06:04:30 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:04:31 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:04:31 + ls -al . 06:04:31 total 144 06:04:31 drwxrwxr-x 8 jenkins jenkins 4096 Oct 12 06:04 . 06:04:31 drwxrwxr-x 4 jenkins jenkins 4096 Oct 12 06:01 .. 06:04:31 -rw-rw-r-- 1 jenkins jenkins 151 Oct 12 06:01 .dockerignore 06:04:31 drwxrwxr-x 8 jenkins jenkins 4096 Oct 12 06:01 .git 06:04:31 drwxrwxr-x 2 jenkins jenkins 4096 Oct 12 06:01 .github 06:04:31 -rw-rw-r-- 1 jenkins jenkins 329 Oct 12 06:01 .gitignore 06:04:31 -rw-rw-r-- 1 jenkins jenkins 6792 Oct 12 06:01 Attribution.txt 06:04:31 -rw-rw-r-- 1 jenkins jenkins 7459 Oct 12 06:01 CHANGELOG.md 06:04:31 -rw-rw-r-- 1 jenkins jenkins 1649 Oct 12 06:01 Dockerfile 06:04:31 -rw-rw-r-- 1 jenkins jenkins 677 Oct 12 06:01 GOVERNANCE.md 06:04:31 -rw-rw-r-- 1 jenkins jenkins 680 Oct 12 06:01 Jenkinsfile 06:04:31 -rw-rw-r-- 1 jenkins jenkins 11340 Oct 12 06:01 LICENSE 06:04:31 -rw-rw-r-- 1 jenkins jenkins 1078 Oct 12 06:01 Makefile 06:04:31 -rw-rw-r-- 1 jenkins jenkins 620 Oct 12 06:01 OWNERS.md 06:04:31 -rw-rw-r-- 1 jenkins jenkins 7661 Oct 12 06:01 README.md 06:04:31 -rw-rw-r-- 1 jenkins jenkins 11 Oct 12 05:56 VERSION 06:04:31 drwxrwxr-x 2 jenkins jenkins 4096 Oct 12 06:01 bin 06:04:31 drwxrwxr-x 3 jenkins jenkins 4096 Oct 12 06:01 cmd 06:04:31 -rw-r--r-- 1 jenkins jenkins 8435 Oct 12 06:04 coverage.out 06:04:31 drwxrwxr-x 2 jenkins jenkins 4096 Oct 12 06:01 driver 06:04:31 -rw-rw-r-- 1 jenkins jenkins 271 Oct 12 06:01 go.mod 06:04:31 -rw-rw-r-- 1 jenkins jenkins 20570 Oct 12 06:01 go.sum 06:04:31 drwxrwxr-x 4 jenkins jenkins 4096 Oct 12 06:01 snap 06:04:31 -rw-rw-r-- 1 jenkins jenkins 713 Oct 12 06:01 version.go [Pipeline] isUnix [Pipeline] sh 06:04:31 + docker build -t device-rest-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=dfe1eecf97bbb3fc78e576d46b1f52bb386bd406 --label arch=arm64 --label version=2.0.1-dev.9 . 06:04:31 Sending build context to Docker daemon 128kB 06:04:32 Step 1/24 : ARG BASE=golang:1.16-alpine3.14 06:04:32 Step 2/24 : FROM ${BASE} AS builder 06:04:32 ---> 02e7d18f5f89 06:04:32 Step 3/24 : ARG MAKE='make build' 06:04:32 ---> Running in ab314503b673 06:04:32 Removing intermediate container ab314503b673 06:04:32 ---> 69592527f60e 06:04:32 Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 06:04:33 ---> Running in d12ab1a6902e 06:04:33 Removing intermediate container d12ab1a6902e 06:04:33 ---> 33bc6f3b0891 06:04:33 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 06:04:33 ---> Running in bb2a56339838 06:04:34 Removing intermediate container bb2a56339838 06:04:34 ---> 3a94c6e2c3d0 06:04:34 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:04:34 ---> Running in 5ea4f92884e8 06:04:36 Removing intermediate container 5ea4f92884e8 06:04:36 ---> b1c26a6b23d5 06:04:36 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:04:36 ---> Running in dedf371cc05e 06:04:37 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 06:04:38 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 06:04:39 OK: 222 MiB in 55 packages 06:04:40 Removing intermediate container dedf371cc05e 06:04:40 ---> 708ef65587f1 06:04:40 Step 8/24 : WORKDIR /device-rest-go 06:04:40 ---> Running in b611376a7028 06:04:41 Removing intermediate container b611376a7028 06:04:41 ---> 40fa5c075725 06:04:41 Step 9/24 : COPY . . 06:04:41 ---> 7b77422e52f6 06:04:41 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:04:41 ---> Running in 5d6e36d1da7a 06:04:44 Removing intermediate container 5d6e36d1da7a 06:04:44 ---> 5d7c46e42ac2 06:04:44 Step 11/24 : RUN $MAKE 06:04:44 ---> Running in 44f37fe3f2fc 06:04:45 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=2.0.1-dev.9" -o cmd/device-rest ./cmd 06:05:24 Removing intermediate container 44f37fe3f2fc 06:05:24 ---> 1cea6c247044 06:05:24 Step 12/24 : FROM alpine:3.14 06:05:24 3.14: Pulling from library/alpine 06:05:24 552d1f2373af: Pulling fs layer 06:05:24 552d1f2373af: Verifying Checksum 06:05:24 552d1f2373af: Download complete 06:05:24 552d1f2373af: Pull complete 06:05:24 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a 06:05:24 Status: Downloaded newer image for alpine:3.14 06:05:24 ---> bb3de5531c18 06:05:24 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 06:05:24 ---> Running in 875ee0aa7378 06:05:24 Removing intermediate container 875ee0aa7378 06:05:24 ---> 844ee64442aa 06:05:24 Step 14/24 : LABEL Name=device-rest-go Version=${VERSION} 06:05:24 ---> Running in a1abf7135c57 06:05:24 Removing intermediate container a1abf7135c57 06:05:24 ---> a54ab727ab6b 06:05:24 Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init 06:05:24 ---> Running in 2290f6892788 06:05:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 06:05:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 06:05:25 (1/6) Installing dumb-init (1.2.5-r1) 06:05:25 (2/6) Installing libgcc (10.3.1_git20210424-r2) 06:05:25 (3/6) Installing libsodium (1.0.18-r0) 06:05:25 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 06:05:25 (5/6) Installing libzmq (4.3.4-r0) 06:05:25 (6/6) Installing zeromq (4.3.4-r0) 06:05:25 Executing busybox-1.33.1-r3.trigger 06:05:25 OK: 8 MiB in 20 packages 06:05:27 Removing intermediate container 2290f6892788 06:05:27 ---> bb56a8f04e97 06:05:27 Step 16/24 : COPY --from=builder /device-rest-go/cmd / 06:05:28 ---> 23771cfa18d5 06:05:28 Step 17/24 : COPY --from=builder /device-rest-go/LICENSE / 06:05:28 ---> 5cd35e55b1c6 06:05:28 Step 18/24 : COPY --from=builder /device-rest-go/Attribution.txt / 06:05:29 ---> 3956f0221598 06:05:29 Step 19/24 : EXPOSE 59986 06:05:29 ---> Running in 0be880f9715f 06:05:30 Removing intermediate container 0be880f9715f 06:05:30 ---> 1990e33f9bf9 06:05:30 Step 20/24 : ENTRYPOINT ["/device-rest"] 06:05:30 ---> Running in 8fbd5f904bf4 06:05:30 Removing intermediate container 8fbd5f904bf4 06:05:30 ---> 2eeea76d2ce6 06:05:30 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 06:05:30 ---> Running in 0e75fd61e038 06:05:31 Removing intermediate container 0e75fd61e038 06:05:31 ---> 64d34f755c2e 06:05:31 Step 22/24 : LABEL arch=arm64 06:05:31 ---> Running in fb796b06613a 06:05:32 Removing intermediate container fb796b06613a 06:05:32 ---> 227f6e8964c2 06:05:32 Step 23/24 : LABEL git_sha=dfe1eecf97bbb3fc78e576d46b1f52bb386bd406 06:05:32 ---> Running in 4eab0849224b 06:05:32 Removing intermediate container 4eab0849224b 06:05:32 ---> 6720356f2d74 06:05:32 Step 24/24 : LABEL version=2.0.1-dev.9 06:05:32 ---> Running in c4e84f9489e3 06:05:33 Removing intermediate container c4e84f9489e3 06:05:33 ---> 16d5986e586c 06:05:33 [Warning] One or more build-args [ARCH] were not consumed 06:05:33 Successfully built 16d5986e586c 06:05:33 Successfully tagged device-rest-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:05:33 provisioning config files... 06:05:33 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/12@tmp/config8724773167853754304tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:05:33 ---> docker-login.sh 06:05:33 nexus3.edgexfoundry.org:10001 06:05:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:05:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:05:34 Configure a credential helper to remove this warning. See 06:05:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:05:34 06:05:34 Login Succeeded 06:05:34 nexus3.edgexfoundry.org:10002 06:05:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:05:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:05:35 Configure a credential helper to remove this warning. See 06:05:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:05:35 06:05:35 Login Succeeded 06:05:35 nexus3.edgexfoundry.org:10003 06:05:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:05:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:05:35 Configure a credential helper to remove this warning. See 06:05:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:05:35 06:05:35 Login Succeeded 06:05:35 nexus3.edgexfoundry.org:10004 06:05:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:05:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:05:36 Configure a credential helper to remove this warning. See 06:05:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:05:36 06:05:36 Login Succeeded 06:05:36 docker.io 06:05:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:05:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:05:36 Configure a credential helper to remove this warning. See 06:05:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:05:36 06:05:36 Login Succeeded 06:05:36 ---> docker-login.sh ends [Pipeline] } 06:05:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:05:37 [edgeXDocker.push] Tagging docker image device-rest-arm64 with the following tags: 06:05:37 dfe1eecf97bbb3fc78e576d46b1f52bb386bd406 06:05:37 latest 06:05:37 2.0.1-dev.9 06:05:37 dfe1eecf97bbb3fc78e576d46b1f52bb386bd406-2.0.1-dev.9 06:05:37 main 06:05:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:05:37 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:dfe1eecf97bbb3fc78e576d46b1f52bb386bd406 [Pipeline] isUnix [Pipeline] sh 06:05:37 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:dfe1eecf97bbb3fc78e576d46b1f52bb386bd406 06:05:37 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 06:05:37 9415d5ee9cc0: Preparing 06:05:37 c486feb7e4f8: Preparing 06:05:37 4ff91b9bb491: Preparing 06:05:37 6c2f2ffd8817: Preparing 06:05:37 ee420dfed78a: Preparing 06:05:38 ee420dfed78a: Layer already exists 06:05:38 9415d5ee9cc0: Pushed 06:05:38 c486feb7e4f8: Pushed 06:05:38 6c2f2ffd8817: Pushed 06:05:40 4ff91b9bb491: Pushed 06:05:40 dfe1eecf97bbb3fc78e576d46b1f52bb386bd406: digest: sha256:243059617fe384468a7ae510fb4186a2d9846f2cc5d249a8f10300802dc8cd4e size: 1365 [Pipeline] isUnix [Pipeline] sh 06:05:41 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:05:41 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:latest 06:05:41 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 06:05:41 9415d5ee9cc0: Preparing 06:05:41 c486feb7e4f8: Preparing 06:05:41 4ff91b9bb491: Preparing 06:05:41 6c2f2ffd8817: Preparing 06:05:41 ee420dfed78a: Preparing 06:05:41 c486feb7e4f8: Layer already exists 06:05:41 4ff91b9bb491: Layer already exists 06:05:41 6c2f2ffd8817: Layer already exists 06:05:41 9415d5ee9cc0: Layer already exists 06:05:41 ee420dfed78a: Layer already exists 06:05:41 latest: digest: sha256:243059617fe384468a7ae510fb4186a2d9846f2cc5d249a8f10300802dc8cd4e size: 1365 [Pipeline] isUnix [Pipeline] sh 06:05:42 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:2.0.1-dev.9 [Pipeline] isUnix [Pipeline] sh 06:05:42 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:2.0.1-dev.9 06:05:42 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 06:05:42 9415d5ee9cc0: Preparing 06:05:42 c486feb7e4f8: Preparing 06:05:42 4ff91b9bb491: Preparing 06:05:42 6c2f2ffd8817: Preparing 06:05:42 ee420dfed78a: Preparing 06:05:42 6c2f2ffd8817: Layer already exists 06:05:42 ee420dfed78a: Layer already exists 06:05:42 9415d5ee9cc0: Layer already exists 06:05:42 c486feb7e4f8: Layer already exists 06:05:42 4ff91b9bb491: Layer already exists 06:05:42 2.0.1-dev.9: digest: sha256:243059617fe384468a7ae510fb4186a2d9846f2cc5d249a8f10300802dc8cd4e size: 1365 [Pipeline] isUnix [Pipeline] sh 06:05:43 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:dfe1eecf97bbb3fc78e576d46b1f52bb386bd406-2.0.1-dev.9 [Pipeline] isUnix [Pipeline] sh 06:05:43 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:dfe1eecf97bbb3fc78e576d46b1f52bb386bd406-2.0.1-dev.9 06:05:43 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 06:05:43 9415d5ee9cc0: Preparing 06:05:43 c486feb7e4f8: Preparing 06:05:43 4ff91b9bb491: Preparing 06:05:43 6c2f2ffd8817: Preparing 06:05:43 ee420dfed78a: Preparing 06:05:43 4ff91b9bb491: Layer already exists 06:05:43 6c2f2ffd8817: Layer already exists 06:05:43 c486feb7e4f8: Layer already exists 06:05:43 ee420dfed78a: Layer already exists 06:05:43 9415d5ee9cc0: Layer already exists 06:05:43 dfe1eecf97bbb3fc78e576d46b1f52bb386bd406-2.0.1-dev.9: digest: sha256:243059617fe384468a7ae510fb4186a2d9846f2cc5d249a8f10300802dc8cd4e size: 1365 [Pipeline] isUnix [Pipeline] sh 06:05:44 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] isUnix [Pipeline] sh 06:05:44 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:main 06:05:44 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 06:05:44 9415d5ee9cc0: Preparing 06:05:44 c486feb7e4f8: Preparing 06:05:44 4ff91b9bb491: Preparing 06:05:44 6c2f2ffd8817: Preparing 06:05:44 ee420dfed78a: Preparing 06:05:44 6c2f2ffd8817: Layer already exists 06:05:44 c486feb7e4f8: Layer already exists 06:05:44 ee420dfed78a: Layer already exists 06:05:44 9415d5ee9cc0: Layer already exists 06:05:44 4ff91b9bb491: Layer already exists 06:05:44 main: digest: sha256:243059617fe384468a7ae510fb4186a2d9846f2cc5d249a8f10300802dc8cd4e size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:05:44 ===================================================== [Pipeline] echo 06:05:44 taggedImages: 06:05:44 - nexus3.edgexfoundry.org:10004/device-rest-arm64:dfe1eecf97bbb3fc78e576d46b1f52bb386bd406 06:05:44 - nexus3.edgexfoundry.org:10004/device-rest-arm64:latest 06:05:44 - nexus3.edgexfoundry.org:10004/device-rest-arm64:2.0.1-dev.9 06:05:44 - nexus3.edgexfoundry.org:10004/device-rest-arm64:dfe1eecf97bbb3fc78e576d46b1f52bb386bd406-2.0.1-dev.9 06:05:44 - nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:05:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:05:45 06:05:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 06:05:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:05:46 arm64: Pulling from edgex-lftools-log-publisher 06:05:46 448f6bf000e3: Pulling fs layer 06:05:46 f757da607395: Pulling fs layer 06:05:46 05883995daec: Pulling fs layer 06:05:46 8603b9c90790: Pulling fs layer 06:05:46 1560dd03e051: Pulling fs layer 06:05:46 27f5ce0e4adf: Pulling fs layer 06:05:46 c2d8d7efcc4b: Pulling fs layer 06:05:46 8603b9c90790: Waiting 06:05:46 1560dd03e051: Waiting 06:05:46 27f5ce0e4adf: Waiting 06:05:46 c2d8d7efcc4b: Waiting 06:05:46 f757da607395: Verifying Checksum 06:05:46 f757da607395: Download complete 06:05:46 8603b9c90790: Verifying Checksum 06:05:46 8603b9c90790: Download complete 06:05:46 1560dd03e051: Verifying Checksum 06:05:46 1560dd03e051: Download complete 06:05:46 05883995daec: Verifying Checksum 06:05:46 05883995daec: Download complete 06:05:46 27f5ce0e4adf: Download complete 06:05:46 448f6bf000e3: Verifying Checksum 06:05:46 448f6bf000e3: Download complete 06:05:49 c2d8d7efcc4b: Verifying Checksum 06:05:49 c2d8d7efcc4b: Download complete 06:05:50 448f6bf000e3: Pull complete 06:05:51 f757da607395: Pull complete 06:05:52 05883995daec: Pull complete 06:05:53 8603b9c90790: Pull complete 06:05:53 1560dd03e051: Pull complete 06:05:54 27f5ce0e4adf: Pull complete 06:06:09 c2d8d7efcc4b: Pull complete 06:06:09 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 06:06:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:06:09 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 06:06:09 prd-ubuntu18.04-docker-arm64-4c-16g-591 does not seem to be running inside a container 06:06:09 $ 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-rest-go/12 -v /w/workspace/device-rest-go/12:/w/workspace/device-rest-go/12:rw,z -v /w/workspace/device-rest-go/12@tmp:/w/workspace/device-rest-go/12@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:arm64 cat 06:06:14 $ docker top 6edd49d5e4b59f1dd2973656bc415c29f701bae34b78b565bf2872ef793fb41d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:06:15 ---> job-cost.sh 06:06:15 lf-activate-venv: SKIPPING 06:06:15 INFO: No Stack... 06:06:15 INFO: Retrieving Pricing Info for: v3-standard-4 06:06:16 INFO: Archiving Costs [Pipeline] sh 06:06:16 + cat /w/workspace/device-rest-go/12/archives/cost.csv 06:06:16 + cut -d, -f6 [Pipeline] lock 06:06:16 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-main-12-stack-cost] 06:06:16 Resource [jenkins-edgexfoundry-device-rest-go-main-12-stack-cost] did not exist. Created. 06:06:16 Lock acquired on [jenkins-edgexfoundry-device-rest-go-main-12-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:06:17 /w/workspace/device-rest-go/12@tmp/durable-bd3b026d/script.sh: 1: /w/workspace/device-rest-go/12@tmp/durable-bd3b026d/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 06:06:18 + echo total: 0.10999999940395355 [Pipeline] stash 06:06:18 Warning: overwriting stash ‘stack-cost’ 06:06:18 Stashed 1 file(s) [Pipeline] } 06:06:18 Lock released on resource [jenkins-edgexfoundry-device-rest-go-main-12-stack-cost] [Pipeline] // lock [Pipeline] } 06:06:18 $ docker stop --time=1 6edd49d5e4b59f1dd2973656bc415c29f701bae34b78b565bf2872ef793fb41d 06:06:20 $ docker rm -f 6edd49d5e4b59f1dd2973656bc415c29f701bae34b78b565bf2872ef793fb41d [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) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 06:06:22 + '[' -d /w/workspace/edgexfoundry_device-rest-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh 06:06:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:06:23 ---> package-listing.sh 06:06:23 ++ facter osfamily 06:06:23 ++ tr '[:upper:]' '[:lower:]' 06:06:23 + OS_FAMILY=redhat 06:06:23 + workspace=/w/workspace/edgexfoundry_device-rest-go_main 06:06:23 + START_PACKAGES=/tmp/packages_start.txt 06:06:23 + END_PACKAGES=/tmp/packages_end.txt 06:06:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:06:23 + PACKAGES=/tmp/packages_start.txt 06:06:23 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 06:06:23 + PACKAGES=/tmp/packages_end.txt 06:06:23 + case "${OS_FAMILY}" in 06:06:23 + sort 06:06:23 + rpm -qa 06:06:24 + '[' -f /tmp/packages_start.txt ']' 06:06:24 + '[' -f /tmp/packages_end.txt ']' 06:06:24 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:06:24 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 06:06:24 + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ 06:06:24 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-rest-go_main/archives/ [Pipeline] echo 06:06:24 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-rest-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:06:24 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:06:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:06:25 06:06:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 06:06:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:06:25 latest: Pulling from edgex-lftools-log-publisher 06:06:25 b4d181a07f80: Pulling fs layer 06:06:25 a1111a8f2ec3: Pulling fs layer 06:06:25 ed53099fbce6: Pulling fs layer 06:06:25 dc539afda2c1: Pulling fs layer 06:06:25 77bc0d833cb6: Pulling fs layer 06:06:25 9065ff56babe: Pulling fs layer 06:06:25 d287ab97295c: Pulling fs layer 06:06:25 dc539afda2c1: Waiting 06:06:25 77bc0d833cb6: Waiting 06:06:25 9065ff56babe: Waiting 06:06:25 d287ab97295c: Waiting 06:06:26 a1111a8f2ec3: Verifying Checksum 06:06:26 a1111a8f2ec3: Download complete 06:06:26 dc539afda2c1: Verifying Checksum 06:06:26 dc539afda2c1: Download complete 06:06:26 ed53099fbce6: Verifying Checksum 06:06:26 ed53099fbce6: Download complete 06:06:26 77bc0d833cb6: Verifying Checksum 06:06:26 77bc0d833cb6: Download complete 06:06:26 9065ff56babe: Verifying Checksum 06:06:26 9065ff56babe: Download complete 06:06:26 b4d181a07f80: Verifying Checksum 06:06:26 b4d181a07f80: Download complete 06:06:27 d287ab97295c: Verifying Checksum 06:06:27 d287ab97295c: Download complete 06:06:29 b4d181a07f80: Pull complete 06:06:30 a1111a8f2ec3: Pull complete 06:06:31 ed53099fbce6: Pull complete 06:06:32 dc539afda2c1: Pull complete 06:06:33 77bc0d833cb6: Pull complete 06:06:35 9065ff56babe: Pull complete 06:06:43 d287ab97295c: Pull complete 06:06:43 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 06:06:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:06:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 06:06:43 prd-centos7-docker-4c-2g-587 does not seem to be running inside a container 06:06:43 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-rest-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 06:06:57 $ docker top ee4e1d660b9350f805eb85f859cf92ee98512d92478c7ae9d197328003ae339f -eo pid,comm [Pipeline] { [Pipeline] sh 06:06:58 + touch /tmp/pre-build-complete [Pipeline] sh 06:06:58 + mkdir -p /var/log/sysstat [Pipeline] sh 06:06:58 + ls /var/log/sa-host 06:06:58 + sadf -c /var/log/sa-host/sa12 06:06:58 file_magic: OK 06:06:58 HZ: Using current value: 100 06:06:58 file_header: OK 06:06:58 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 06:06:58 Statistics: 06:06:58 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:06:58 File successfully converted to sysstat format version 12.0.3 06:06:58 + sadf -c /var/log/sa-host/sa30 06:06:58 file_magic: OK 06:06:58 HZ: Using current value: 100 06:06:58 file_header: OK 06:06:58 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 06:06:58 Statistics: 06:06:58 Hnuu...uuuununununu...Hnuu...uuuununununu... 06:06:58 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:06:59 provisioning config files... 06:06:59 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config3457214498006653637tmp [Pipeline] { [Pipeline] echo 06:06:59 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:06:59 ---> create-netrc.sh [Pipeline] } 06:06:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 06:06:59 ---> python-tools-install.sh [Pipeline] echo 06:06:59 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:07:00 ---> sudo-logs.sh 06:07:00 Archiving 'sudo' log.. 06:07:00 sudo: unable to resolve host prd-centos7-docker-4c-2g-587.novalocal: Name or service not known 06:07:00 sudo: unable to resolve host prd-centos7-docker-4c-2g-587.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 06:07:00 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:07:00 ---> job-cost.sh 06:07:00 lf-activate-venv: SKIPPING 06:07:00 DEBUG: total: 0.10999999940395355 06:07:00 INFO: Retrieving Stack Cost... 06:07:12 INFO: Retrieving Pricing Info for: v3-standard-2 06:07:12 INFO: Archiving Costs [Pipeline] echo 06:07:12 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:07:13 ---> logs-deploy.sh 06:07:13 lf-activate-venv: SKIPPING 06:07:13 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/12 06:07:13 INFO: archiving workspace using pattern(s): 06:07:14 Archives upload complete. 06:07:14 INFO: archiving logs to Nexus 06:07:14 ---> uname -a: 06:07:14 Linux prd-centos7-docker-4c-2g-587.novalocal 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64 GNU/Linux 06:07:14 06:07:14 06:07:14 ---> lscpu: 06:07:14 Architecture: x86_64 06:07:14 CPU op-mode(s): 32-bit, 64-bit 06:07:14 Byte Order: Little Endian 06:07:14 Address sizes: 40 bits physical, 48 bits virtual 06:07:14 CPU(s): 2 06:07:14 On-line CPU(s) list: 0,1 06:07:14 Thread(s) per core: 1 06:07:14 Core(s) per socket: 1 06:07:14 Socket(s): 2 06:07:14 NUMA node(s): 1 06:07:14 Vendor ID: AuthenticAMD 06:07:14 CPU family: 23 06:07:14 Model: 49 06:07:14 Model name: AMD EPYC-Rome Processor 06:07:14 Stepping: 0 06:07:14 CPU MHz: 2799.998 06:07:14 BogoMIPS: 5599.99 06:07:14 Virtualization: AMD-V 06:07:14 Hypervisor vendor: KVM 06:07:14 Virtualization type: full 06:07:14 L1d cache: 32K 06:07:14 L1i cache: 32K 06:07:14 L2 cache: 512K 06:07:14 L3 cache: 16384K 06:07:14 NUMA node0 CPU(s): 0,1 06:07:14 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 art rep_good nopl extd_apicid eagerfpu 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 retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities 06:07:14 06:07:14 06:07:14 ---> nproc: 06:07:14 2 06:07:14 06:07:14 06:07:14 ---> df -h: 06:07:14 Filesystem Size Used Avail Use% Mounted on 06:07:14 overlay 40G 7.7G 33G 20% / 06:07:14 tmpfs 64M 0 64M 0% /dev 06:07:14 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 06:07:14 shm 64M 0 64M 0% /dev/shm 06:07:14 /dev/vda1 40G 7.7G 33G 20% /facter-os 06:07:14 06:07:14 06:07:14 ---> sar -b -r -n DEV: 06:07:14 Linux 3.10.0-1160.42.2.el7.x86_64 (centos-7-docker-61562791-2d39-7756-a072-67b3eceb74d7.vexxhost.lo) 10/12/21 _x86_64_ (2 CPU) 06:07:14 06:07:14 05:56:02 LINUX RESTART (2 CPU) 06:07:14 06:07:14 05:57:01 tps rtps wtps bread/s bwrtn/s 06:07:14 05:58:01 1.73 0.00 1.73 0.00 37.26 06:07:14 05:59:01 0.37 0.00 0.37 0.00 5.45 06:07:14 06:00:01 0.28 0.00 0.28 0.00 3.55 06:07:14 06:01:01 0.23 0.02 0.22 0.13 3.00 06:07:14 06:02:01 0.52 0.08 0.43 1.60 8.06 06:07:14 06:03:01 0.33 0.00 0.33 0.00 5.15 06:07:14 06:04:01 0.30 0.00 0.30 0.00 4.88 06:07:14 06:05:02 0.28 0.00 0.28 0.00 4.60 06:07:14 06:06:01 0.22 0.00 0.22 0.00 3.81 06:07:14 Average: 0.47 0.01 0.46 0.19 8.43 06:07:14 06:07:14 05:57:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:07:14 05:58:01 5686520 0 609280 7.61 2620 1710520 1164772 12.86 560144 1530388 20 06:07:14 05:59:01 5684888 0 610904 7.63 2620 1710528 1164604 12.86 561844 1530352 16 06:07:14 06:00:01 5685512 0 610280 7.62 2620 1710528 1164604 12.86 560736 1530728 8 06:07:14 06:01:01 5682904 0 612880 7.65 2620 1710536 1166892 12.88 562628 1530728 8 06:07:14 06:02:01 5682268 0 613388 7.66 2620 1710664 1165400 12.87 563328 1530808 8 06:07:14 06:03:01 5684776 0 610880 7.63 2620 1710664 1165112 12.86 561796 1530808 8 06:07:14 06:04:01 5683716 0 611936 7.64 2620 1710668 1165112 12.86 562668 1530808 8 06:07:14 06:05:02 5674024 0 621620 7.76 2620 1710676 1165328 12.87 572324 1530808 8 06:07:14 06:06:01 5674428 0 621216 7.76 2620 1710676 1165220 12.86 573284 1529232 8 06:07:14 Average: 5682115 0 613598 7.66 2620 1710607 1165227 12.86 564306 1530518 10 06:07:14 06:07:14 05:57:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:07:14 05:58:01 eth0 3.21 1.13 3.23 0.09 0.00 0.00 0.00 0.00 06:07:14 05:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:07:14 05:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:07:14 05:59:01 eth0 0.65 0.08 0.06 0.01 0.00 0.00 0.00 0.00 06:07:14 05:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:07:14 05:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:07:14 06:00:01 eth0 1.32 0.08 0.09 0.01 0.00 0.00 0.00 0.00 06:07:14 06:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:07:14 06:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:07:14 06:01:01 eth0 2.42 0.48 0.41 0.21 0.00 0.00 0.00 0.00 06:07:14 06:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:07:14 06:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:07:14 06:02:01 eth0 0.68 0.42 0.40 0.27 0.00 0.00 0.00 0.00 06:07:14 06:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:07:14 06:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:07:14 06:03:01 eth0 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:07:14 06:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:07:14 06:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:07:14 06:04:01 eth0 1.02 0.10 0.10 0.01 0.00 0.00 0.00 0.00 06:07:14 06:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:07:14 06:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:07:14 06:05:02 eth0 0.55 0.33 0.27 0.20 0.00 0.00 0.00 0.00 06:07:14 06:05:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:07:14 06:05:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:07:14 06:06:01 eth0 0.27 0.17 0.13 0.07 0.00 0.00 0.00 0.00 06:07:14 06:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:07:14 06:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:07:14 Average: eth0 1.13 0.31 0.52 0.10 0.00 0.00 0.00 0.00 06:07:14 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:07:14 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:07:14 06:07:14 06:07:14 ---> sar -P ALL: 06:07:14 Linux 3.10.0-1160.42.2.el7.x86_64 (centos-7-docker-61562791-2d39-7756-a072-67b3eceb74d7.vexxhost.lo) 10/12/21 _x86_64_ (2 CPU) 06:07:14 06:07:14 05:56:02 LINUX RESTART (2 CPU) 06:07:14 06:07:14 05:57:01 CPU %user %nice %system %iowait %steal %idle 06:07:14 05:58:01 all 0.37 0.00 0.10 0.00 0.02 99.52 06:07:14 05:58:01 0 0.48 0.00 0.08 0.00 0.02 99.42 06:07:14 05:58:01 1 0.25 0.00 0.12 0.00 0.02 99.62 06:07:14 05:59:01 all 0.16 0.00 0.07 0.00 0.01 99.77 06:07:14 05:59:01 0 0.23 0.00 0.05 0.00 0.00 99.72 06:07:14 05:59:01 1 0.08 0.00 0.08 0.00 0.02 99.82 06:07:14 06:00:01 all 0.18 0.00 0.06 0.00 0.03 99.73 06:07:14 06:00:01 0 0.28 0.00 0.05 0.00 0.02 99.65 06:07:14 06:00:01 1 0.08 0.00 0.07 0.00 0.03 99.82 06:07:14 06:01:01 all 0.21 0.00 0.04 0.00 0.02 99.73 06:07:14 06:01:01 0 0.37 0.00 0.07 0.00 0.03 99.53 06:07:14 06:01:01 1 0.05 0.00 0.02 0.00 0.00 99.93 06:07:14 06:02:01 all 0.18 0.00 0.08 0.00 0.03 99.72 06:07:14 06:02:01 0 0.18 0.00 0.08 0.00 0.03 99.70 06:07:14 06:02:01 1 0.18 0.00 0.07 0.00 0.02 99.73 06:07:14 06:03:01 all 0.14 0.00 0.05 0.00 0.03 99.78 06:07:14 06:03:01 0 0.07 0.00 0.07 0.00 0.02 99.85 06:07:14 06:03:01 1 0.22 0.00 0.03 0.00 0.03 99.72 06:07:14 06:04:01 all 0.24 0.00 0.05 0.00 0.02 99.69 06:07:14 06:04:01 0 0.08 0.00 0.08 0.00 0.03 99.80 06:07:14 06:04:01 1 0.40 0.00 0.02 0.00 0.00 99.58 06:07:14 06:05:02 all 0.23 0.00 0.06 0.00 0.03 99.68 06:07:14 06:05:02 0 0.10 0.00 0.10 0.00 0.03 99.77 06:07:14 06:05:02 1 0.37 0.00 0.02 0.00 0.02 99.60 06:07:14 06:06:01 all 0.17 0.00 0.08 0.00 0.07 99.69 06:07:14 06:06:01 0 0.14 0.00 0.08 0.00 0.08 99.69 06:07:14 06:06:01 1 0.20 0.00 0.07 0.00 0.05 99.68 06:07:14 Average: all 0.21 0.00 0.06 0.00 0.03 99.70 06:07:14 Average: 0 0.22 0.00 0.07 0.00 0.03 99.68 06:07:14 Average: 1 0.20 0.00 0.05 0.00 0.02 99.72 06:07:14 06:07:14 06:07:14