Pull request #129 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 291d91ed25b117d96a1e9bd7bf35c86e9df69c6c+0f7d92f6dc034770900c2c3c57aeef3499c3f66e (ae4bab49b4680d5d4cd0b3e8e6e7685b51ae0554) Running in Durability level: MAX_SURVIVABILITY 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-ssh8678730377714660669.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 155abbc8877922835dbd6f2f82c828d26e35ec40 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-ssh2389674194450097027.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 155abbc8877922835dbd6f2f82c828d26e35ec40 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/PR-129/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/PR-129/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh7430764841261449669.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/PR-129/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh2161005586091715561.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 155abbc8877922835dbd6f2f82c828d26e35ec40 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 155abbc8877922835dbd6f2f82c828d26e35ec40 # timeout=10 Commit message: "Merge pull request #342 from ernestojeda/fix-c-docker-image-names" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh8960086198055606166.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/PR-129/workspace@libs/lf-pipelines # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/PR-129/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh1627999598619649408.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 98bb157299c17168c94e81a7dba3d05dc38b0f72 # timeout=10 Commit message: "Docs: Add example Jenkinsfile to documentation" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 155abbc8877922835dbd6f2f82c828d26e35ec40 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-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 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1751 in /w/workspace/gexfoundry_device-rest-go_PR-129 [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/gexfoundry_device-rest-go_PR-129 # 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/gexfoundry_device-rest-go_PR-129@tmp/jenkins-gitclient-ssh2831655982206370474.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 0f7d92f6dc034770900c2c3c57aeef3499c3f66e into PR head commit 291d91ed25b117d96a1e9bd7bf35c86e9df69c6c Merge succeeded, producing 291d91ed25b117d96a1e9bd7bf35c86e9df69c6c Checking out Revision 291d91ed25b117d96a1e9bd7bf35c86e9df69c6c (PR-129) > 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 remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/gexfoundry_device-rest-go_PR-129@tmp/jenkins-gitclient-ssh5866696400785030543.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/129/head:refs/remotes/origin/PR-129 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 291d91ed25b117d96a1e9bd7bf35c86e9df69c6c # timeout=10 > git remote # timeout=10 > 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 /w/workspace/gexfoundry_device-rest-go_PR-129@tmp/jenkins-gitclient-ssh1818381523621000164.key > git merge 0f7d92f6dc034770900c2c3c57aeef3499c3f66e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 291d91ed25b117d96a1e9bd7bf35c86e9df69c6c # timeout=10 Commit message: "build(deps): Bump github.com/spf13/cast from 1.3.1 to 1.4.0" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object 155abbc8877922835dbd6f2f82c828d26e35ec40 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:04:40 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:04:40 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:04:40 ========================================================= 20:04:40 EdgeX Global Pipelines Version Info 20:04:40 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:04:41 ------------------- 20:04:41 stable info: 20:04:41 ------------------- 20:04:41 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:04:41 Commit SHA: 155abbc8877922835dbd6f2f82c828d26e35ec40 20:04:41 Message: update stable to v1.0.199 20:04:42 ------------------- 20:04:42 experimental info: 20:04:42 ------------------- 20:04:42 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:04:42 Commit SHA: 155abbc8877922835dbd6f2f82c828d26e35ec40 20:04:42 Message: update experimental to v1.0.199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:04:42 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo 20:04:42 [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo 20:04:42 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:04:42 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:04:42 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:04:42 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 20:04:43 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:04:43 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 20:04:43 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:04:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:04:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:04:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 20:04:43 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo 20:04:43 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:04:43 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:04:43 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:04:43 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:04:43 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:04:43 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:04:43 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:04:43 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:04:43 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 20:04:44 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 20:04:44 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:04:44 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:04:44 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 20:04:44 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:04:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-129 [Pipeline] echo 20:04:44 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-129 [Pipeline] echo 20:04:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-129 [Pipeline] echo 20:04:44 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 291d91ed25b117d96a1e9bd7bf35c86e9df69c6c [Pipeline] echo 20:04:44 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 291d91e [Pipeline] echo 20:04:44 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:04:44 provisioning config files... 20:04:44 copy managed file [device-rest-go-settings] to file:/w/workspace/gexfoundry_device-rest-go_PR-129@tmp/config3665434018834560951tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:04:45 ---> docker-login.sh 20:04:45 nexus3.edgexfoundry.org:10001 20:04:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:04:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:04:45 Configure a credential helper to remove this warning. See 20:04:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:04:45 20:04:45 Login Succeeded 20:04:45 nexus3.edgexfoundry.org:10002 20:04:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:04:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:04:45 Configure a credential helper to remove this warning. See 20:04:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:04:45 20:04:45 Login Succeeded 20:04:45 nexus3.edgexfoundry.org:10003 20:04:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:04:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:04:45 Configure a credential helper to remove this warning. See 20:04:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:04:45 20:04:45 Login Succeeded 20:04:45 nexus3.edgexfoundry.org:10004 20:04:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:04:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:04:46 Configure a credential helper to remove this warning. See 20:04:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:04:46 20:04:46 Login Succeeded 20:04:46 docker.io 20:04:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:04:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:04:46 Configure a credential helper to remove this warning. See 20:04:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:04:46 20:04:46 Login Succeeded 20:04:46 ---> docker-login.sh ends [Pipeline] } 20:04:46 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 20:04:47 + git log --format=format:%s -1 291d91ed25b117d96a1e9bd7bf35c86e9df69c6c [Pipeline] echo 20:04:47 GIT_COMMIT: 291d91ed25b117d96a1e9bd7bf35c86e9df69c6c, Commit Message: build(deps): Bump github.com/spf13/cast from 1.3.1 to 1.4.0 [Pipeline] echo 20:04:47 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 20:04:48 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:04:48 20:04:48 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:04:48 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:04:48 latest: Pulling from edgex-devops/git-semver 20:04:48 31603596830f: Pulling fs layer 20:04:48 d4622e32a9a9: Pulling fs layer 20:04:48 1030fce36090: Pulling fs layer 20:04:48 6c6cb7e1b49b: Pulling fs layer 20:04:48 6c6cb7e1b49b: Waiting 20:04:48 d4622e32a9a9: Verifying Checksum 20:04:48 d4622e32a9a9: Download complete 20:04:48 31603596830f: Verifying Checksum 20:04:48 31603596830f: Download complete 20:04:49 31603596830f: Pull complete 20:04:49 6c6cb7e1b49b: Verifying Checksum 20:04:49 6c6cb7e1b49b: Download complete 20:04:49 d4622e32a9a9: Pull complete 20:04:49 1030fce36090: Verifying Checksum 20:04:49 1030fce36090: Download complete 20:04:50 1030fce36090: Pull complete 20:04:50 6c6cb7e1b49b: Pull complete 20:04:50 Digest: sha256:98b6084a185347f7b64647794a0a4774a411b925a780a33b3032b91fe10e00ab 20:04:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:04:50 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:04:50 prd-centos7-docker-4c-2g-1751 does not seem to be running inside a container 20:04:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_PR-129 -v /w/workspace/gexfoundry_device-rest-go_PR-129:/w/workspace/gexfoundry_device-rest-go_PR-129:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-129@tmp:/w/workspace/gexfoundry_device-rest-go_PR-129@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:10004/edgex-devops/git-semver:latest cat 20:04:51 $ docker top c630afab0528fe3b09de7e61f838546e2cfb251850ab487e5fef1962a748d046 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:04:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:04:51 [ssh-agent] Looking for ssh-agent implementation... 20:04:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:04:51 $ docker exec c630afab0528fe3b09de7e61f838546e2cfb251850ab487e5fef1962a748d046 ssh-agent 20:04:51 SSH_AUTH_SOCK=/tmp/ssh-jPVcVYimB6r7/agent.15 20:04:51 SSH_AGENT_PID=22 20:04:51 Running ssh-add (command line suppressed) 20:04:51 Identity added: /w/workspace/gexfoundry_device-rest-go_PR-129@tmp/private_key_7053453767943624939.key (/w/workspace/gexfoundry_device-rest-go_PR-129@tmp/private_key_7053453767943624939.key) 20:04:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:04:52 + git tag --points-at HEAD [Pipeline] } 20:04:52 $ docker exec --env ******** --env ******** c630afab0528fe3b09de7e61f838546e2cfb251850ab487e5fef1962a748d046 ssh-agent -k 20:04:52 unset SSH_AUTH_SOCK; 20:04:52 unset SSH_AGENT_PID; 20:04:52 echo Agent pid 22 killed; 20:04:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:04:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:04:52 [ssh-agent] Looking for ssh-agent implementation... 20:04:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:04:52 $ docker exec c630afab0528fe3b09de7e61f838546e2cfb251850ab487e5fef1962a748d046 ssh-agent 20:04:52 SSH_AUTH_SOCK=/tmp/ssh-yAYV7C2glh2z/agent.56 20:04:52 SSH_AGENT_PID=62 20:04:52 Running ssh-add (command line suppressed) 20:04:52 Identity added: /w/workspace/gexfoundry_device-rest-go_PR-129@tmp/private_key_5955212200264192332.key (/w/workspace/gexfoundry_device-rest-go_PR-129@tmp/private_key_5955212200264192332.key) 20:04:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:04:53 + git semver init 20:04:53 # -> Open(): unable to determine branch for HEAD 20:04:53 # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_PR-129/.git 20:04:53 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_PR-129 20:04:53 # $SEMVER_REMOTE_NAME = origin 20:04:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:04:53 # $SEMVER_USER_NAME = edgex-jenkins 20:04:53 # $SEMVER_BRANCH = PR-129 20:04:53 # $SEMVER_TEMP = /tmp/semver-376526309 20:04:53 # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP 20:04:54 # '/tmp/semver-376526309' -> '/w/workspace/gexfoundry_device-rest-go_PR-129/.semver' 20:04:54 # -> Force: false 20:04:54 # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_PR-129/.semver [Pipeline] } 20:04:54 $ docker exec --env ******** --env ******** c630afab0528fe3b09de7e61f838546e2cfb251850ab487e5fef1962a748d046 ssh-agent -k 20:04:54 unset SSH_AUTH_SOCK; 20:04:54 unset SSH_AGENT_PID; 20:04:54 echo Agent pid 62 killed; 20:04:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:04:54 + git semver [Pipeline] } 20:04:54 $ docker stop --time=1 c630afab0528fe3b09de7e61f838546e2cfb251850ab487e5fef1962a748d046 20:04:56 $ docker rm -f c630afab0528fe3b09de7e61f838546e2cfb251850ab487e5fef1962a748d046 [Pipeline] // withDockerContainer [Pipeline] sh 20:04:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:04:56 Stashed 1 file(s) [Pipeline] echo 20:04:56 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 20:05:12 Still waiting to schedule task 20:05:12 Waiting for next available executor on ‘centos7-docker-4c-2g’ 20:05:12 Still waiting to schedule task 20:05:12 ‘prd-ubuntu18.04-docker-arm64-4c-16g-1748’ is offline 20:07:07 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1752 in /w/workspace/gexfoundry_device-rest-go_PR-129 [Pipeline] { [Pipeline] ws 20:07:07 Running in /w/workspace/device-rest-go/1 [Pipeline] { [Pipeline] checkout 20:07:07 The recommended git tool is: git 20:07:13 using credential edgex-jenkins-ssh 20:07:13 Cloning the remote Git repository 20:07:13 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 20:07:13 > git init /w/workspace/device-rest-go/1 # timeout=10 20:07:13 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 20:07:13 > git --version # timeout=10 20:07:13 > git --version # 'git version 2.17.1' 20:07:13 using GIT_SSH to set credentials SSH Credentials for GitHub 20:07:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:07:16 Merging remotes/origin/main commit 0f7d92f6dc034770900c2c3c57aeef3499c3f66e into PR head commit 291d91ed25b117d96a1e9bd7bf35c86e9df69c6c 20:07:16 Running on prd-centos7-docker-4c-2g-1753 in /w/workspace/gexfoundry_device-rest-go_PR-129 [Pipeline] { 20:07:15 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 20:07:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:07:15 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 20:07:15 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 20:07:15 using GIT_SSH to set credentials SSH Credentials for GitHub 20:07:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/129/head:refs/remotes/origin/PR-129 +refs/heads/main:refs/remotes/origin/main # timeout=10 20:07:16 > git config core.sparsecheckout # timeout=10 20:07:16 > git checkout -f 291d91ed25b117d96a1e9bd7bf35c86e9df69c6c # timeout=10 [Pipeline] ws 20:07:16 Running in /w/workspace/device-rest-go/1 [Pipeline] { [Pipeline] checkout 20:07:16 Merge succeeded, producing 291d91ed25b117d96a1e9bd7bf35c86e9df69c6c 20:07:16 Checking out Revision 291d91ed25b117d96a1e9bd7bf35c86e9df69c6c (PR-129) 20:07:16 The recommended git tool is: git 20:07:16 > git remote # timeout=10 20:07:16 > git config --get remote.origin.url # timeout=10 20:07:16 using GIT_SSH to set credentials SSH Credentials for GitHub 20:07:16 > git merge 0f7d92f6dc034770900c2c3c57aeef3499c3f66e # timeout=10 20:07:16 > git rev-parse HEAD^{commit} # timeout=10 20:07:16 > git config core.sparsecheckout # timeout=10 20:07:16 > git checkout -f 291d91ed25b117d96a1e9bd7bf35c86e9df69c6c # timeout=10 20:07:19 using credential edgex-jenkins-ssh 20:07:19 Cloning the remote Git repository 20:07:19 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 20:07:19 > git init /w/workspace/device-rest-go/1 # timeout=10 20:07:19 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 20:07:19 > git --version # timeout=10 20:07:20 > git --version # 'git version 2.24.4' 20:07:20 using GIT_SSH to set credentials SSH Credentials for GitHub 20:07:20 [INFO] Currently running in a labeled security context 20:07:20 [INFO] Currently SELinux is 'enforcing' on the host 20:07:20 > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-rest-go/1@tmp/jenkins-gitclient-ssh6936050003451283402.key 20:07:20 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:07:20 Commit message: "build(deps): Bump github.com/spf13/cast from 1.3.1 to 1.4.0" 20:07:20 > git --version # timeout=10 20:07:20 > git --version # 'git version 2.17.1' 20:07:20 fatal: bad object 155abbc8877922835dbd6f2f82c828d26e35ec40 20:07:21 Merging remotes/origin/main commit 0f7d92f6dc034770900c2c3c57aeef3499c3f66e into PR head commit 291d91ed25b117d96a1e9bd7bf35c86e9df69c6c 20:07:21 Merge succeeded, producing 291d91ed25b117d96a1e9bd7bf35c86e9df69c6c 20:07:21 Checking out Revision 291d91ed25b117d96a1e9bd7bf35c86e9df69c6c (PR-129) 20:07:20 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 20:07:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:07:20 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 20:07:20 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 20:07:20 using GIT_SSH to set credentials SSH Credentials for GitHub 20:07:20 [INFO] Currently running in a labeled security context 20:07:20 [INFO] Currently SELinux is 'enforcing' on the host 20:07:20 > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-rest-go/1@tmp/jenkins-gitclient-ssh8568900619960436509.key 20:07:20 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/129/head:refs/remotes/origin/PR-129 +refs/heads/main:refs/remotes/origin/main # timeout=10 20:07:21 > git config core.sparsecheckout # timeout=10 20:07:21 > git checkout -f 291d91ed25b117d96a1e9bd7bf35c86e9df69c6c # timeout=10 20:07:21 > git remote # timeout=10 20:07:21 > git config --get remote.origin.url # timeout=10 20:07:21 using GIT_SSH to set credentials SSH Credentials for GitHub 20:07:21 [INFO] Currently running in a labeled security context 20:07:21 [INFO] Currently SELinux is 'enforcing' on the host 20:07:21 > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-rest-go/1@tmp/jenkins-gitclient-ssh3386637572200977321.key 20:07:21 > git merge 0f7d92f6dc034770900c2c3c57aeef3499c3f66e # timeout=10 20:07:21 > git rev-parse HEAD^{commit} # timeout=10 20:07:21 > git config core.sparsecheckout # timeout=10 20:07:21 > git checkout -f 291d91ed25b117d96a1e9bd7bf35c86e9df69c6c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:07:21 provisioning config files... 20:07:21 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/1@tmp/config7838215774856114472tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:07:22 ---> docker-login.sh 20:07:22 nexus3.edgexfoundry.org:10001 20:07:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:07:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:07:23 Configure a credential helper to remove this warning. See 20:07:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:07:23 20:07:23 Login Succeeded 20:07:23 nexus3.edgexfoundry.org:10002 20:07:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:07:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:07:24 Configure a credential helper to remove this warning. See 20:07:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:07:24 20:07:24 Login Succeeded 20:07:24 nexus3.edgexfoundry.org:10003 20:07:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:07:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:07:24 Configure a credential helper to remove this warning. See 20:07:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:07:24 20:07:24 Login Succeeded 20:07:24 nexus3.edgexfoundry.org:10004 20:07:25 Commit message: "build(deps): Bump github.com/spf13/cast from 1.3.1 to 1.4.0" 20:07:25 > git --version # timeout=10 20:07:25 > git --version # 'git version 2.24.4' 20:07:25 fatal: bad object 155abbc8877922835dbd6f2f82c828d26e35ec40 20:07:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:07:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:07:25 Configure a credential helper to remove this warning. See 20:07:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:07:25 20:07:25 Login Succeeded 20:07:25 docker.io [Pipeline] withEnv [Pipeline] { 20:07:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:07:25 provisioning config files... 20:07:25 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/1@tmp/config5795375289036581304tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:07:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:07:26 Configure a credential helper to remove this warning. See 20:07:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:07:26 20:07:26 Login Succeeded 20:07:26 ---> docker-login.sh ends [Pipeline] } 20:07:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv 20:07:26 ---> docker-login.sh 20:07:26 nexus3.edgexfoundry.org:10001 20:07:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:07:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:07:26 Configure a credential helper to remove this warning. See 20:07:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:07:26 20:07:26 Login Succeeded 20:07:26 nexus3.edgexfoundry.org:10002 [Pipeline] unstash 20:07:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:07:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:07:26 Configure a credential helper to remove this warning. See 20:07:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:07:26 20:07:26 Login Succeeded 20:07:26 nexus3.edgexfoundry.org:10003 20:07:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] echo 20:07:26 ========================================================= 20:07:26 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 20:07:26 ========================================================= [Pipeline] fileExists 20:07:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:07:26 Configure a credential helper to remove this warning. See 20:07:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:07:26 20:07:26 Login Succeeded 20:07:26 nexus3.edgexfoundry.org:10004 20:07:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:07:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:07:26 Configure a credential helper to remove this warning. See 20:07:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:07:26 20:07:26 Login Succeeded 20:07:26 docker.io [Pipeline] isUnix [Pipeline] sh 20:07:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:07:27 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 20:07:27 Sending build context to Docker daemon 116.2kB 20:07:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:07:27 Configure a credential helper to remove this warning. See 20:07:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:07:27 20:07:27 Login Succeeded 20:07:27 ---> docker-login.sh ends [Pipeline] } 20:07:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } 20:07:27 Step 1/10 : ARG BASE=golang:1.16-alpine3.12 20:07:27 Step 2/10 : FROM ${BASE} [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:07:27 ========================================================= 20:07:27 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 20:07:27 ========================================================= [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 20:07:28 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:07:28 595b0fe564bb: Pulling fs layer 20:07:28 24495759ef45: Pulling fs layer 20:07:28 d148012ef14d: Pulling fs layer 20:07:28 e90a11edd702: Pulling fs layer 20:07:28 d77568369979: Pulling fs layer 20:07:28 02195dbdac53: Pulling fs layer 20:07:28 2b1b35aa2570: Pulling fs layer 20:07:28 2c1f732e5b09: Pulling fs layer 20:07:28 02195dbdac53: Waiting 20:07:28 2b1b35aa2570: Waiting 20:07:28 2c1f732e5b09: Waiting 20:07:28 e90a11edd702: Waiting 20:07:28 d77568369979: Waiting 20:07:28 d148012ef14d: Verifying Checksum 20:07:28 d148012ef14d: Download complete 20:07:28 24495759ef45: Download complete 20:07:28 d77568369979: Download complete 20:07:28 02195dbdac53: Verifying Checksum 20:07:28 02195dbdac53: Download complete 20:07:28 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 20:07:28 Sending build context to Docker daemon 116.2kB 20:07:28 Step 1/10 : ARG BASE=golang:1.16-alpine3.12 20:07:28 Step 2/10 : FROM ${BASE} 20:07:28 595b0fe564bb: Download complete 20:07:28 2b1b35aa2570: Download complete 20:07:28 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 20:07:28 540db60ca938: Pulling fs layer 20:07:28 adcc1eea9eea: Pulling fs layer 20:07:28 4c4ab2625f07: Pulling fs layer 20:07:28 db62176df00c: Pulling fs layer 20:07:28 3b30891b0d05: Pulling fs layer 20:07:28 444f5516b4c7: Pulling fs layer 20:07:28 90b9b1106a8b: Pulling fs layer 20:07:28 0383d17a5b7e: Pulling fs layer 20:07:28 c82ef313ddc5: Pulling fs layer 20:07:28 db62176df00c: Waiting 20:07:28 3b30891b0d05: Waiting 20:07:28 444f5516b4c7: Waiting 20:07:28 90b9b1106a8b: Waiting 20:07:28 0383d17a5b7e: Waiting 20:07:28 c82ef313ddc5: Waiting 20:07:28 4c4ab2625f07: Verifying Checksum 20:07:28 4c4ab2625f07: Download complete 20:07:28 adcc1eea9eea: Verifying Checksum 20:07:28 adcc1eea9eea: Download complete 20:07:28 3b30891b0d05: Verifying Checksum 20:07:28 3b30891b0d05: Download complete 20:07:28 444f5516b4c7: Verifying Checksum 20:07:28 444f5516b4c7: Download complete 20:07:28 540db60ca938: Verifying Checksum 20:07:28 540db60ca938: Download complete 20:07:28 90b9b1106a8b: Verifying Checksum 20:07:28 90b9b1106a8b: Download complete 20:07:29 540db60ca938: Pull complete 20:07:29 adcc1eea9eea: Pull complete 20:07:29 4c4ab2625f07: Pull complete 20:07:29 595b0fe564bb: Pull complete 20:07:29 0383d17a5b7e: Verifying Checksum 20:07:29 0383d17a5b7e: Download complete 20:07:30 24495759ef45: Pull complete 20:07:30 d148012ef14d: Pull complete 20:07:33 e90a11edd702: Verifying Checksum 20:07:33 e90a11edd702: Download complete 20:07:33 2c1f732e5b09: Verifying Checksum 20:07:33 2c1f732e5b09: Download complete 20:07:35 c82ef313ddc5: Verifying Checksum 20:07:35 c82ef313ddc5: Download complete 20:07:35 db62176df00c: Verifying Checksum 20:07:35 db62176df00c: Download complete 20:07:38 db62176df00c: Pull complete 20:07:38 3b30891b0d05: Pull complete 20:07:38 444f5516b4c7: Pull complete 20:07:38 90b9b1106a8b: Pull complete 20:07:38 0383d17a5b7e: Pull complete 20:07:40 c82ef313ddc5: Pull complete 20:07:40 Digest: sha256:3eb3d6350589afc32301fc0b898c8a62550fd4a320e6d69c5ccab6db48ea93d4 20:07:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 20:07:40 ---> 4508b0543a43 20:07:40 Step 3/10 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 20:07:42 ---> Running in 36ce5ab2c7c4 20:07:42 Removing intermediate container 36ce5ab2c7c4 20:07:42 ---> 891963a9ac98 20:07:42 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 20:07:42 ---> Running in b1845f970f8c 20:07:42 Removing intermediate container b1845f970f8c 20:07:42 ---> 8d425f194986 20:07:42 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:07:42 ---> Running in 519a585c681c 20:07:42 Removing intermediate container 519a585c681c 20:07:42 ---> 417d9c72b608 20:07:42 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:07:43 ---> Running in bb34ddf9b565 20:07:43 Removing intermediate container bb34ddf9b565 20:07:43 ---> a24c88143529 20:07:43 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:07:43 ---> Running in da357d399b7d 20:07:43 e90a11edd702: Pull complete 20:07:43 d77568369979: Pull complete 20:07:43 02195dbdac53: Pull complete 20:07:43 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:07:43 2b1b35aa2570: Pull complete 20:07:44 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:07:45 (1/3) Installing openssh-keygen (8.4_p1-r3) 20:07:45 (2/3) Installing libedit (20191231.3.1-r1) 20:07:45 (3/3) Installing openssh-client (8.4_p1-r3) 20:07:45 Executing busybox-1.32.1-r6.trigger 20:07:45 OK: 223 MiB in 55 packages 20:07:46 Removing intermediate container da357d399b7d 20:07:46 ---> 1d3719a69900 20:07:46 Step 8/10 : WORKDIR /device-rest-go 20:07:46 ---> Running in 53fb218bf7ad 20:07:46 Removing intermediate container 53fb218bf7ad 20:07:46 ---> 9ff956c305ec 20:07:46 Step 9/10 : COPY . . 20:07:46 ---> abe577a63181 20:07:46 Step 10/10 : RUN go mod download 20:07:46 ---> Running in 6c247fb9e85f 20:07:49 2c1f732e5b09: Pull complete 20:07:49 Digest: sha256:28bf673c29b435c7a745567d5b62fe0c6cb5f21a2a07afb8b83a2b3b340898b5 20:07:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 20:07:49 ---> 88ecf2bb1f95 20:07:49 Step 3/10 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 20:07:52 ---> Running in 55193a07e48c 20:07:53 Removing intermediate container 55193a07e48c 20:07:53 ---> 1fdbaa16f030 20:07:53 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 20:07:53 ---> Running in 39d7742d09ec 20:07:53 Removing intermediate container 39d7742d09ec 20:07:53 ---> 0338d9340964 20:07:53 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:07:54 ---> Running in f05c0f1098d4 20:07:54 Removing intermediate container f05c0f1098d4 20:07:54 ---> 1a8c657dd038 20:07:54 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:07:54 ---> Running in ac371f56b8bd 20:07:58 Removing intermediate container ac371f56b8bd 20:07:58 ---> f1dcca2e2c25 20:07:58 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:07:58 ---> Running in af1d52998bee 20:07:58 Removing intermediate container 6c247fb9e85f 20:07:58 ---> 3f9c40b55aac 20:07:58 Successfully built 3f9c40b55aac 20:07:58 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:07:59 + docker inspect -f . ci-base-image-x86_64 20:07:59 . [Pipeline] withDockerContainer 20:07:59 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:07:59 prd-centos7-docker-4c-2g-1753 does not seem to be running inside a container 20:07:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:07:59 $ docker top 7003368c4f3f211bae9fc96c5d84708fb16c98b524ddc08182028f01ca536777 -eo pid,comm [Pipeline] { [Pipeline] sh 20:08:00 + go version 20:08:00 go version go1.16.6 linux/amd64 [Pipeline] } 20:08:00 $ docker stop --time=1 7003368c4f3f211bae9fc96c5d84708fb16c98b524ddc08182028f01ca536777 20:08:00 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:08:00 (1/3) Installing openssh-keygen (8.4_p1-r3) 20:08:00 (2/3) Installing libedit (20191231.3.1-r1) 20:08:00 (3/3) Installing openssh-client (8.4_p1-r3) 20:08:01 Executing busybox-1.32.1-r6.trigger 20:08:01 $ docker rm -f 7003368c4f3f211bae9fc96c5d84708fb16c98b524ddc08182028f01ca536777 [Pipeline] // withDockerContainer [Pipeline] } 20:08:01 OK: 222 MiB in 55 packages [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:08:02 + docker inspect -f . ci-base-image-x86_64 20:08:02 . [Pipeline] withDockerContainer 20:08:02 prd-centos7-docker-4c-2g-1753 does not seem to be running inside a container 20:08:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:08:02 Removing intermediate container af1d52998bee 20:08:02 ---> 1c8869b46d5a 20:08:02 Step 8/10 : WORKDIR /device-rest-go 20:08:02 ---> Running in 173c39f61ada 20:08:02 $ docker top 7a178fd8c4bda5b6c1266989effe0265fa56e6c43894ff85191faefe35babdec -eo pid,comm [Pipeline] { [Pipeline] sh 20:08:03 + go mod tidy 20:08:03 Removing intermediate container 173c39f61ada 20:08:03 ---> 2ad399da6293 20:08:03 Step 9/10 : COPY . . [Pipeline] sh 20:08:04 + make test 20:08:04 go mod tidy 20:08:04 CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... 20:08:04 ---> 8b4fcb7eb8ec 20:08:04 Step 10/10 : RUN go mod download 20:08:04 ? github.com/edgexfoundry/device-rest-go [no test files] 20:08:04 ---> Running in 1535a4e64b96 20:08:19 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 20:08:20 ok github.com/edgexfoundry/device-rest-go/driver 0.008s coverage: 54.0% of statements 20:08:20 CGO_ENABLED=1 GO111MODULE=on go vet ./... 20:08:27 gofmt -l . 20:08:27 [ "`gofmt -l .`" = "" ] 20:08:27 ./bin/test-go-mod-tidy.sh 20:08:27 ./bin/test-attribution-txt.sh [Pipeline] } 20:08:27 $ docker stop --time=1 7a178fd8c4bda5b6c1266989effe0265fa56e6c43894ff85191faefe35babdec 20:08:29 $ docker rm -f 7a178fd8c4bda5b6c1266989effe0265fa56e6c43894ff85191faefe35babdec [Pipeline] // withDockerContainer [Pipeline] sh 20:08:29 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:08:29 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 20:08:31 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:08:31 + ls -al . 20:08:31 total 112 20:08:31 drwxrwxr-x. 8 jenkins jenkins 4096 Aug 2 20:08 . 20:08:31 drwxrwxr-x. 4 jenkins jenkins 28 Aug 2 20:07 .. 20:08:31 -rw-rw-r--. 1 jenkins jenkins 6792 Aug 2 20:07 Attribution.txt 20:08:31 drwxrwxr-x. 2 jenkins jenkins 64 Aug 2 20:07 bin 20:08:31 -rw-rw-r--. 1 jenkins jenkins 7459 Aug 2 20:07 CHANGELOG.md 20:08:31 drwxrwxr-x. 3 jenkins jenkins 32 Aug 2 20:07 cmd 20:08:31 -rw-r--r--. 1 jenkins jenkins 8513 Aug 2 20:08 coverage.out 20:08:31 -rw-rw-r--. 1 jenkins jenkins 1615 Aug 2 20:07 Dockerfile 20:08:31 -rw-rw-r--. 1 jenkins jenkins 1087 Aug 2 20:07 Dockerfile.build 20:08:31 -rw-rw-r--. 1 jenkins jenkins 151 Aug 2 20:07 .dockerignore 20:08:31 drwxrwxr-x. 2 jenkins jenkins 76 Aug 2 20:07 driver 20:08:31 drwxrwxr-x. 8 jenkins jenkins 179 Aug 2 20:07 .git 20:08:31 drwxrwxr-x. 2 jenkins jenkins 103 Aug 2 20:07 .github 20:08:31 -rw-rw-r--. 1 jenkins jenkins 336 Aug 2 20:07 .gitignore 20:08:31 -rw-r--r--. 1 jenkins jenkins 271 Aug 2 20:08 go.mod 20:08:31 -rw-r--r--. 1 jenkins jenkins 20570 Aug 2 20:08 go.sum 20:08:31 -rw-rw-r--. 1 jenkins jenkins 680 Aug 2 20:07 Jenkinsfile 20:08:31 -rw-rw-r--. 1 jenkins jenkins 11340 Aug 2 20:07 LICENSE 20:08:31 -rw-rw-r--. 1 jenkins jenkins 996 Aug 2 20:07 Makefile 20:08:31 -rw-rw-r--. 1 jenkins jenkins 7661 Aug 2 20:07 README.md 20:08:31 drwxrwxr-x. 4 jenkins jenkins 71 Aug 2 20:07 snap 20:08:31 -rw-rw-r--. 1 jenkins jenkins 5 Aug 2 20:04 VERSION 20:08:31 -rw-rw-r--. 1 jenkins jenkins 713 Aug 2 20:07 version.go [Pipeline] isUnix [Pipeline] sh 20:08:31 Removing intermediate container 1535a4e64b96 20:08:31 ---> 39a6c50ef8c2 20:08:31 Successfully built 39a6c50ef8c2 20:08:31 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:08:31 + 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=291d91ed25b117d96a1e9bd7bf35c86e9df69c6c --label arch=amd64 --label version=0.0.0 . 20:08:31 Sending build context to Docker daemon 126kB 20:08:31 Step 1/25 : ARG BASE=golang:1.16-alpine3.12 20:08:31 Step 2/25 : FROM ${BASE} AS builder 20:08:31 ---> 3f9c40b55aac 20:08:31 Step 3/25 : ARG MAKE='make build' 20:08:31 ---> Running in 70f62cfae657 20:08:31 Removing intermediate container 70f62cfae657 20:08:31 ---> c513a8515c89 20:08:31 Step 4/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 20:08:31 ---> Running in 4cef59266357 20:08:32 + docker inspect -f . ci-base-image-arm64 20:08:32 . [Pipeline] withDockerContainer 20:08:32 Removing intermediate container 4cef59266357 20:08:32 ---> 9aa77159526f 20:08:32 Step 5/25 : ARG ALPINE_PKG_EXTRA="" 20:08:32 ---> Running in 813e90f79d9b 20:08:32 Removing intermediate container 813e90f79d9b 20:08:32 ---> dfc1671541fe 20:08:32 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:08:32 ---> Running in 901df48c73d2 20:08:32 prd-ubuntu18.04-docker-arm64-4c-16g-1752 does not seem to be running inside a container 20:08:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:08:32 Removing intermediate container 901df48c73d2 20:08:32 ---> 5a9837eb564f 20:08:32 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:08:32 ---> Running in dd627df50077 20:08:33 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:08:34 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:08:34 OK: 223 MiB in 55 packages 20:08:34 $ docker top 2357caba2a75376a8896a7ca46ed2ab3ca2314e882e9974d152b83a6a281276a -eo pid,comm 20:08:34 Removing intermediate container dd627df50077 20:08:34 ---> caba5cb829f9 20:08:34 Step 8/25 : WORKDIR /device-rest-go 20:08:34 ---> Running in e9513c03a683 20:08:34 Removing intermediate container e9513c03a683 20:08:34 ---> e1a83de9dca4 20:08:34 Step 9/25 : COPY . . [Pipeline] { [Pipeline] sh 20:08:34 ---> 3832ae3e6037 20:08:34 Step 10/25 : RUN go mod tidy 20:08:34 ---> Running in dfc0352863c4 20:08:35 Removing intermediate container dfc0352863c4 20:08:35 ---> f8f299e46d24 20:08:35 Step 11/25 : RUN make update 20:08:35 ---> Running in ed1ce1c11438 20:08:35 + go version 20:08:35 go version go1.16.6 linux/arm64 [Pipeline] } 20:08:35 $ docker stop --time=1 2357caba2a75376a8896a7ca46ed2ab3ca2314e882e9974d152b83a6a281276a 20:08:35 CGO_ENABLED=0 GO111MODULE=on go mod download 20:08:35 Removing intermediate container ed1ce1c11438 20:08:35 ---> a3ed7305d192 20:08:35 Step 12/25 : RUN $MAKE 20:08:35 ---> Running in ed7c58274c88 20:08:36 go mod tidy 20:08:36 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=0.0.0" -o cmd/device-rest ./cmd 20:08:37 $ docker rm -f 2357caba2a75376a8896a7ca46ed2ab3ca2314e882e9974d152b83a6a281276a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:08:38 + docker inspect -f . ci-base-image-arm64 20:08:38 . [Pipeline] withDockerContainer 20:08:39 prd-ubuntu18.04-docker-arm64-4c-16g-1752 does not seem to be running inside a container 20:08:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:08:40 $ docker top 8a42002a538e08f3bea15b9a61b4289e357410dbb002293af804d38e6d6454b8 -eo pid,comm [Pipeline] { [Pipeline] sh 20:08:41 + go mod tidy [Pipeline] sh 20:08:43 + make test 20:08:43 go mod tidy 20:08:43 CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... 20:08:45 ? github.com/edgexfoundry/device-rest-go [no test files] 20:08:48 Removing intermediate container ed7c58274c88 20:08:48 ---> 38df362b9878 20:08:48 Step 13/25 : FROM alpine:3.12 20:08:48 3.12: Pulling from library/alpine 20:08:49 339de151aab4: Pulling fs layer 20:08:49 339de151aab4: Verifying Checksum 20:08:49 339de151aab4: Download complete 20:08:49 339de151aab4: Pull complete 20:08:49 Digest: sha256:de25c7fc6c4f3a27c7f0c2dff454e4671823a34d88abd533f210848d527e0fbb 20:08:49 Status: Downloaded newer image for alpine:3.12 20:08:49 ---> 13621d1b12d4 20:08:49 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:08:49 ---> Running in ca9c187e48bf 20:08:49 Removing intermediate container ca9c187e48bf 20:08:49 ---> a0e3e0d21971 20:08:49 Step 15/25 : LABEL Name=device-rest-go Version=${VERSION} 20:08:49 ---> Running in 3a7092bc3b73 20:08:49 Removing intermediate container 3a7092bc3b73 20:08:49 ---> d857db3528a3 20:08:49 Step 16/25 : RUN apk add --update --no-cache zeromq dumb-init 20:08:49 ---> Running in b0d7b97f0ae7 20:08:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:08:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:08:50 (1/6) Installing dumb-init (1.2.2-r1) 20:08:50 (2/6) Installing libgcc (9.3.0-r2) 20:08:50 (3/6) Installing libsodium (1.0.18-r0) 20:08:50 (4/6) Installing libstdc++ (9.3.0-r2) 20:08:50 (5/6) Installing libzmq (4.3.3-r0) 20:08:50 (6/6) Installing zeromq (4.3.3-r0) 20:08:50 Executing busybox-1.31.1-r20.trigger 20:08:50 OK: 8 MiB in 20 packages 20:08:50 Removing intermediate container b0d7b97f0ae7 20:08:50 ---> bf21d0cec855 20:08:50 Step 17/25 : COPY --from=builder /device-rest-go/cmd / 20:08:50 ---> c56f3396c1d6 20:08:50 Step 18/25 : COPY --from=builder /device-rest-go/LICENSE / 20:08:51 ---> f53dba3c44c9 20:08:51 Step 19/25 : COPY --from=builder /device-rest-go/Attribution.txt / 20:08:51 ---> c5f13880b2b2 20:08:51 Step 20/25 : EXPOSE 59986 20:08:51 ---> Running in 9e2197f8c774 20:08:51 Removing intermediate container 9e2197f8c774 20:08:51 ---> ddb05368daa4 20:08:51 Step 21/25 : ENTRYPOINT ["/device-rest"] 20:08:51 ---> Running in d696ad47ddfa 20:08:51 Removing intermediate container d696ad47ddfa 20:08:51 ---> 8529f1f7d1ac 20:08:51 Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 20:08:51 ---> Running in 42ca6b2f83d2 20:08:51 Removing intermediate container 42ca6b2f83d2 20:08:51 ---> 47bbc65ef723 20:08:51 Step 23/25 : LABEL arch=amd64 20:08:51 ---> Running in accbf68fc560 20:08:51 Removing intermediate container accbf68fc560 20:08:51 ---> 3fdbedfdd4a3 20:08:51 Step 24/25 : LABEL git_sha=291d91ed25b117d96a1e9bd7bf35c86e9df69c6c 20:08:51 ---> Running in 53765a0d450f 20:08:51 Removing intermediate container 53765a0d450f 20:08:51 ---> b65715d1cc5f 20:08:51 Step 25/25 : LABEL version=0.0.0 20:08:51 ---> Running in 1e6c4db0d8d8 20:08:51 Removing intermediate container 1e6c4db0d8d8 20:08:51 ---> df57f20b8730 20:08:51 [Warning] One or more build-args [ARCH] were not consumed 20:08:51 Successfully built df57f20b8730 20:08:51 Successfully tagged device-rest:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:08:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:08:52 20:08:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 20:08:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:08:53 latest: Pulling from edgex-lftools-log-publisher 20:08:53 b4d181a07f80: Pulling fs layer 20:08:53 a1111a8f2ec3: Pulling fs layer 20:08:53 ed53099fbce6: Pulling fs layer 20:08:53 dc539afda2c1: Pulling fs layer 20:08:53 77bc0d833cb6: Pulling fs layer 20:08:53 9065ff56babe: Pulling fs layer 20:08:53 d287ab97295c: Pulling fs layer 20:08:53 dc539afda2c1: Waiting 20:08:53 77bc0d833cb6: Waiting 20:08:53 9065ff56babe: Waiting 20:08:53 d287ab97295c: Waiting 20:08:53 a1111a8f2ec3: Verifying Checksum 20:08:53 a1111a8f2ec3: Download complete 20:08:53 dc539afda2c1: Verifying Checksum 20:08:53 dc539afda2c1: Download complete 20:08:53 77bc0d833cb6: Verifying Checksum 20:08:53 77bc0d833cb6: Download complete 20:08:53 9065ff56babe: Download complete 20:08:54 ed53099fbce6: Verifying Checksum 20:08:54 ed53099fbce6: Download complete 20:08:55 b4d181a07f80: Verifying Checksum 20:08:55 b4d181a07f80: Download complete 20:08:56 b4d181a07f80: Pull complete 20:08:56 a1111a8f2ec3: Pull complete 20:08:56 ed53099fbce6: Pull complete 20:08:56 dc539afda2c1: Pull complete 20:08:56 77bc0d833cb6: Pull complete 20:08:57 9065ff56babe: Pull complete 20:08:58 d287ab97295c: Verifying Checksum 20:08:58 d287ab97295c: Download complete 20:09:02 d287ab97295c: Pull complete 20:09:02 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 20:09:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:09:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 20:09:02 prd-centos7-docker-4c-2g-1753 does not seem to be running inside a container 20:09:03 $ 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/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 20:09:05 $ docker top 986cb6ae8043f674bef92ddfe3a26f80a13918411d3c13dd46b27023aef66e6f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:09:05 ---> job-cost.sh 20:09:05 lf-activate-venv: SKIPPING 20:09:05 INFO: No Stack... 20:09:06 INFO: Retrieving Pricing Info for: v3-standard-2 20:09:07 INFO: Archiving Costs [Pipeline] sh 20:09:07 + cat /w/workspace/device-rest-go/1/archives/cost.csv 20:09:07 + cut -d, -f6 [Pipeline] lock 20:09:07 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-PR-129-1-stack-cost] 20:09:07 Resource [jenkins-edgexfoundry-device-rest-go-PR-129-1-stack-cost] did not exist. Created. 20:09:07 Lock acquired on [jenkins-edgexfoundry-device-rest-go-PR-129-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:09:07 + echo total: 0.05999999865889549 [Pipeline] stash 20:09:08 Stashed 1 file(s) [Pipeline] } 20:09:08 Lock released on resource [jenkins-edgexfoundry-device-rest-go-PR-129-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:09:08 $ docker stop --time=1 986cb6ae8043f674bef92ddfe3a26f80a13918411d3c13dd46b27023aef66e6f 20:09:09 $ docker rm -f 986cb6ae8043f674bef92ddfe3a26f80a13918411d3c13dd46b27023aef66e6f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 20:09:41 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 20:09:41 ok github.com/edgexfoundry/device-rest-go/driver 0.046s coverage: 54.0% of statements 20:09:41 CGO_ENABLED=1 GO111MODULE=on go vet ./... 20:10:08 gofmt -l . 20:10:08 [ "`gofmt -l .`" = "" ] 20:10:08 ./bin/test-go-mod-tidy.sh 20:10:08 ./bin/test-attribution-txt.sh [Pipeline] } 20:10:08 $ docker stop --time=1 8a42002a538e08f3bea15b9a61b4289e357410dbb002293af804d38e6d6454b8 20:10:11 $ docker rm -f 8a42002a538e08f3bea15b9a61b4289e357410dbb002293af804d38e6d6454b8 [Pipeline] // withDockerContainer [Pipeline] sh 20:10:12 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:10:12 Warning: overwriting stash ‘coverage-report’ 20:10:12 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 20:10:13 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:10:13 + ls -al . 20:10:13 total 140 20:10:13 drwxrwxr-x 8 jenkins jenkins 4096 Aug 2 20:10 . 20:10:13 drwxrwxr-x 4 jenkins jenkins 4096 Aug 2 20:07 .. 20:10:13 -rw-rw-r-- 1 jenkins jenkins 151 Aug 2 20:07 .dockerignore 20:10:13 drwxrwxr-x 8 jenkins jenkins 4096 Aug 2 20:07 .git 20:10:13 drwxrwxr-x 2 jenkins jenkins 4096 Aug 2 20:07 .github 20:10:13 -rw-rw-r-- 1 jenkins jenkins 336 Aug 2 20:07 .gitignore 20:10:13 -rw-rw-r-- 1 jenkins jenkins 6792 Aug 2 20:07 Attribution.txt 20:10:13 -rw-rw-r-- 1 jenkins jenkins 7459 Aug 2 20:07 CHANGELOG.md 20:10:13 -rw-rw-r-- 1 jenkins jenkins 1615 Aug 2 20:07 Dockerfile 20:10:13 -rw-rw-r-- 1 jenkins jenkins 1087 Aug 2 20:07 Dockerfile.build 20:10:13 -rw-rw-r-- 1 jenkins jenkins 680 Aug 2 20:07 Jenkinsfile 20:10:13 -rw-rw-r-- 1 jenkins jenkins 11340 Aug 2 20:07 LICENSE 20:10:13 -rw-rw-r-- 1 jenkins jenkins 996 Aug 2 20:07 Makefile 20:10:13 -rw-rw-r-- 1 jenkins jenkins 7661 Aug 2 20:07 README.md 20:10:13 -rw-rw-r-- 1 jenkins jenkins 5 Aug 2 20:04 VERSION 20:10:13 drwxrwxr-x 2 jenkins jenkins 4096 Aug 2 20:07 bin 20:10:13 drwxrwxr-x 3 jenkins jenkins 4096 Aug 2 20:07 cmd 20:10:13 -rw-r--r-- 1 jenkins jenkins 8513 Aug 2 20:09 coverage.out 20:10:13 drwxrwxr-x 2 jenkins jenkins 4096 Aug 2 20:07 driver 20:10:13 -rw-r--r-- 1 jenkins jenkins 271 Aug 2 20:10 go.mod 20:10:13 -rw-r--r-- 1 jenkins jenkins 20570 Aug 2 20:08 go.sum 20:10:13 drwxrwxr-x 4 jenkins jenkins 4096 Aug 2 20:07 snap 20:10:13 -rw-rw-r-- 1 jenkins jenkins 713 Aug 2 20:07 version.go [Pipeline] isUnix [Pipeline] sh 20:10:14 + 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=291d91ed25b117d96a1e9bd7bf35c86e9df69c6c --label arch=arm64 --label version=0.0.0 . 20:10:14 Sending build context to Docker daemon 126kB 20:10:14 Step 1/25 : ARG BASE=golang:1.16-alpine3.12 20:10:14 Step 2/25 : FROM ${BASE} AS builder 20:10:14 ---> 39a6c50ef8c2 20:10:14 Step 3/25 : ARG MAKE='make build' 20:10:15 ---> Running in e0ad2df34fa8 20:10:15 Removing intermediate container e0ad2df34fa8 20:10:15 ---> faf95064d3eb 20:10:15 Step 4/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 20:10:15 ---> Running in 184ab79ae582 20:10:16 Removing intermediate container 184ab79ae582 20:10:16 ---> a9769df2b235 20:10:16 Step 5/25 : ARG ALPINE_PKG_EXTRA="" 20:10:16 ---> Running in 5445694a650a 20:10:16 Removing intermediate container 5445694a650a 20:10:16 ---> 2d0b6dadee75 20:10:16 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:10:16 ---> Running in 48af56ac62b1 20:10:19 Removing intermediate container 48af56ac62b1 20:10:19 ---> b0c7af1302bb 20:10:19 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:10:19 ---> Running in 431761a0f534 20:10:20 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:10:21 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:10:22 OK: 222 MiB in 55 packages 20:10:23 Removing intermediate container 431761a0f534 20:10:23 ---> 4f22e42a18a3 20:10:23 Step 8/25 : WORKDIR /device-rest-go 20:10:23 ---> Running in 237d4f32fef6 20:10:24 Removing intermediate container 237d4f32fef6 20:10:24 ---> c83467fa3dea 20:10:24 Step 9/25 : COPY . . 20:10:25 ---> 94ae59f53d72 20:10:25 Step 10/25 : RUN go mod tidy 20:10:25 ---> Running in ede80481b6b4 20:10:28 Removing intermediate container ede80481b6b4 20:10:28 ---> 4b36a69fd0c6 20:10:28 Step 11/25 : RUN make update 20:10:28 ---> Running in a55b380c2b73 20:10:29 CGO_ENABLED=0 GO111MODULE=on go mod download 20:10:30 Removing intermediate container a55b380c2b73 20:10:30 ---> 2851c9b90365 20:10:30 Step 12/25 : RUN $MAKE 20:10:31 ---> Running in a50b680ce2bf 20:10:32 go mod tidy 20:10:32 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=0.0.0" -o cmd/device-rest ./cmd 20:11:11 Removing intermediate container a50b680ce2bf 20:11:11 ---> 647b913248ac 20:11:11 Step 13/25 : FROM alpine:3.12 20:11:11 3.12: Pulling from library/alpine 20:11:11 d2f70382dc9a: Pulling fs layer 20:11:11 d2f70382dc9a: Verifying Checksum 20:11:11 d2f70382dc9a: Download complete 20:11:11 d2f70382dc9a: Pull complete 20:11:11 Digest: sha256:de25c7fc6c4f3a27c7f0c2dff454e4671823a34d88abd533f210848d527e0fbb 20:11:11 Status: Downloaded newer image for alpine:3.12 20:11:11 ---> c4fd0aeabfcf 20:11:11 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:11:11 ---> Running in 99f7ef6b61cb 20:11:12 Removing intermediate container 99f7ef6b61cb 20:11:12 ---> 63cce7ee9160 20:11:12 Step 15/25 : LABEL Name=device-rest-go Version=${VERSION} 20:11:12 ---> Running in ff451bfbf0c7 20:11:12 Removing intermediate container ff451bfbf0c7 20:11:12 ---> a864be5ca6ed 20:11:12 Step 16/25 : RUN apk add --update --no-cache zeromq dumb-init 20:11:12 ---> Running in 9611ce072810 20:11:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:11:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:11:14 (1/6) Installing dumb-init (1.2.2-r1) 20:11:14 (2/6) Installing libgcc (9.3.0-r2) 20:11:14 (3/6) Installing libsodium (1.0.18-r0) 20:11:14 (4/6) Installing libstdc++ (9.3.0-r2) 20:11:14 (5/6) Installing libzmq (4.3.3-r0) 20:11:15 (6/6) Installing zeromq (4.3.3-r0) 20:11:15 Executing busybox-1.31.1-r20.trigger 20:11:15 OK: 8 MiB in 20 packages 20:11:16 Removing intermediate container 9611ce072810 20:11:16 ---> 7e9a96ff2e59 20:11:16 Step 17/25 : COPY --from=builder /device-rest-go/cmd / 20:11:17 ---> 48bb64d52a4b 20:11:17 Step 18/25 : COPY --from=builder /device-rest-go/LICENSE / 20:11:18 ---> 622a9c492f2c 20:11:18 Step 19/25 : COPY --from=builder /device-rest-go/Attribution.txt / 20:11:19 ---> 2634deb266c5 20:11:19 Step 20/25 : EXPOSE 59986 20:11:19 ---> Running in 1a48ff33eca2 20:11:19 Removing intermediate container 1a48ff33eca2 20:11:19 ---> 75e1171c044d 20:11:19 Step 21/25 : ENTRYPOINT ["/device-rest"] 20:11:20 ---> Running in 71b24abfb092 20:11:20 Removing intermediate container 71b24abfb092 20:11:20 ---> 0daba6520845 20:11:20 Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 20:11:20 ---> Running in ea728a34b67c 20:11:21 Removing intermediate container ea728a34b67c 20:11:21 ---> 00efb4fb435e 20:11:21 Step 23/25 : LABEL arch=arm64 20:11:21 ---> Running in ef9037c078f7 20:11:22 Removing intermediate container ef9037c078f7 20:11:22 ---> 6fe79a1ad992 20:11:22 Step 24/25 : LABEL git_sha=291d91ed25b117d96a1e9bd7bf35c86e9df69c6c 20:11:22 ---> Running in fb37f9b61fc4 20:11:22 Removing intermediate container fb37f9b61fc4 20:11:22 ---> 17496b8f9a66 20:11:22 Step 25/25 : LABEL version=0.0.0 20:11:22 ---> Running in 1e974977fca3 20:11:23 Removing intermediate container 1e974977fca3 20:11:23 ---> 73cf4102469e 20:11:23 [Warning] One or more build-args [ARCH] were not consumed 20:11:23 Successfully built 73cf4102469e 20:11:23 Successfully tagged device-rest-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:11:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:11:24 20:11:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 20:11:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:11:25 arm64: Pulling from edgex-lftools-log-publisher 20:11:25 448f6bf000e3: Pulling fs layer 20:11:25 f757da607395: Pulling fs layer 20:11:25 05883995daec: Pulling fs layer 20:11:25 8603b9c90790: Pulling fs layer 20:11:25 1560dd03e051: Pulling fs layer 20:11:25 27f5ce0e4adf: Pulling fs layer 20:11:25 c2d8d7efcc4b: Pulling fs layer 20:11:25 8603b9c90790: Waiting 20:11:25 1560dd03e051: Waiting 20:11:25 27f5ce0e4adf: Waiting 20:11:25 c2d8d7efcc4b: Waiting 20:11:25 f757da607395: Verifying Checksum 20:11:25 f757da607395: Download complete 20:11:26 8603b9c90790: Verifying Checksum 20:11:26 8603b9c90790: Download complete 20:11:26 1560dd03e051: Verifying Checksum 20:11:26 1560dd03e051: Download complete 20:11:26 27f5ce0e4adf: Verifying Checksum 20:11:26 27f5ce0e4adf: Download complete 20:11:26 05883995daec: Verifying Checksum 20:11:26 05883995daec: Download complete 20:11:26 448f6bf000e3: Verifying Checksum 20:11:26 448f6bf000e3: Download complete 20:11:30 c2d8d7efcc4b: Verifying Checksum 20:11:30 c2d8d7efcc4b: Download complete 20:11:30 448f6bf000e3: Pull complete 20:11:31 f757da607395: Pull complete 20:11:32 05883995daec: Pull complete 20:11:33 8603b9c90790: Pull complete 20:11:34 1560dd03e051: Pull complete 20:11:34 27f5ce0e4adf: Pull complete 20:11:49 c2d8d7efcc4b: Pull complete 20:11:49 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 20:11:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:11:49 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 20:11:49 prd-ubuntu18.04-docker-arm64-4c-16g-1752 does not seem to be running inside a container 20:11:50 $ 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/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 20:11:54 $ docker top 8400400226dab3c99efbcff4ac22739e2038fd64ec4758e7f1925e4bb3bee034 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:11:55 ---> job-cost.sh 20:11:55 lf-activate-venv: SKIPPING 20:11:55 INFO: No Stack... 20:11:56 INFO: Retrieving Pricing Info for: v2-standard-4 20:11:56 INFO: Archiving Costs [Pipeline] sh 20:11:57 + cat /w/workspace/device-rest-go/1/archives/cost.csv 20:11:57 + cut -d, -f6 [Pipeline] lock 20:11:57 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-PR-129-1-stack-cost] 20:11:57 Resource [jenkins-edgexfoundry-device-rest-go-PR-129-1-stack-cost] did not exist. Created. 20:11:57 Lock acquired on [jenkins-edgexfoundry-device-rest-go-PR-129-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:11:57 /w/workspace/device-rest-go/1@tmp/durable-c187c8f6/script.sh: 1: /w/workspace/device-rest-go/1@tmp/durable-c187c8f6/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 20:11:58 + echo total: 0.18000000715255737 [Pipeline] stash 20:11:58 Warning: overwriting stash ‘stack-cost’ 20:11:58 Stashed 1 file(s) [Pipeline] } 20:11:58 Lock released on resource [jenkins-edgexfoundry-device-rest-go-PR-129-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:11:58 $ docker stop --time=1 8400400226dab3c99efbcff4ac22739e2038fd64ec4758e7f1925e4bb3bee034 20:12:00 $ docker rm -f 8400400226dab3c99efbcff4ac22739e2038fd64ec4758e7f1925e4bb3bee034 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 20:12:01 provisioning config files... 20:12:01 copy managed file [device-rest-go-codecov-token] to file:/w/workspace/gexfoundry_device-rest-go_PR-129@tmp/config3120174253458044491tmp [Pipeline] { [Pipeline] sh 20:12:02 + set +x 20:12:02 + curl -s https://codecov.io/bash 20:12:02 + bash -s -- 20:12:02 20:12:02 _____ _ 20:12:02 / ____| | | 20:12:02 | | ___ __| | ___ ___ _____ __ 20:12:02 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:12:02 | |___| (_) | (_| | __/ (_| (_) \ V / 20:12:02 \_____\___/ \__,_|\___|\___\___/ \_/ 20:12:02 Bash-1.0.6 20:12:02 20:12:02 20:12:02 ==> git version 2.24.4 found 20:12:02 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 20:12:02 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 20:12:02 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 20:12:02 ==> Jenkins CI detected. 20:12:02 current dir:  /w/workspace/gexfoundry_device-rest-go_PR-129 20:12:02 project root: . 20:12:02 --> token set from env 20:12:02 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:12:02 ==> Running gcov in . (disable via -X gcov) 20:12:02 ==> Python coveragepy not found 20:12:02 ==> Searching for coverage reports in: 20:12:02 + . 20:12:02 -> Found 1 reports 20:12:02 ==> Detecting git/mercurial file structure 20:12:02 ==> Reading reports 20:12:02 + ./coverage.out bytes=8513 20:12:02 ==> Appending adjustments 20:12:02 https://docs.codecov.io/docs/fixing-reports 20:12:02 + Found adjustments 20:12:02 ==> Gzipping contents 20:12:02 4.0K /tmp/codecov.andg3G.gz 20:12:02 ==> Uploading reports 20:12:02 url: https://codecov.io 20:12:02 query: branch=PR-129&commit=291d91ed25b117d96a1e9bd7bf35c86e9df69c6c&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-129%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=129&job=&cmd_args= 20:12:02 -> Pinging Codecov 20:12:02 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=c51feb23-73ac-4f49-b3d1-d26df23137db&branch=PR-129&commit=291d91ed25b117d96a1e9bd7bf35c86e9df69c6c&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-129%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=129&job=&cmd_args= 20:12:02 -> Uploading to 20:12:02 https://storage.googleapis.com/codecov/v4/raw/2021-08-02/4E5D53B4F1F92C436F7061BF334D961C/291d91ed25b117d96a1e9bd7bf35c86e9df69c6c/fe188703-c731-419d-a0f4-9fc9dd92781a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210802%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210802T201202Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=33382b1e3d1b4d09fd9241cfe1505085417b40c80bc1bef77da5f5f64d22adcf 20:12:02 % Total % Received % Xferd Average Speed Time Time Time Current 20:12:02 Dload Upload Total Spent Left Speed 20:12:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1759 0 0 100 1759 0 4158 --:--:-- --:--:-- --:--:-- 4168 20:12:03 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-rest-go/commit/291d91ed25b117d96a1e9bd7bf35c86e9df69c6c [Pipeline] } 20:12:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 20:12:06 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:12:06 ---> package-listing.sh 20:12:06 ++ tr '[:upper:]' '[:lower:]' 20:12:06 ++ facter osfamily 20:12:07 + OS_FAMILY=redhat 20:12:07 + workspace=/w/workspace/gexfoundry_device-rest-go_PR-129 20:12:07 + START_PACKAGES=/tmp/packages_start.txt 20:12:07 + END_PACKAGES=/tmp/packages_end.txt 20:12:07 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:12:07 + PACKAGES=/tmp/packages_start.txt 20:12:07 + '[' /w/workspace/gexfoundry_device-rest-go_PR-129 ']' 20:12:07 + PACKAGES=/tmp/packages_end.txt 20:12:07 + case "${OS_FAMILY}" in 20:12:07 + rpm -qa 20:12:07 + sort 20:12:07 + '[' -f /tmp/packages_start.txt ']' 20:12:07 + '[' -f /tmp/packages_end.txt ']' 20:12:07 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:12:07 + '[' /w/workspace/gexfoundry_device-rest-go_PR-129 ']' 20:12:07 + mkdir -p /w/workspace/gexfoundry_device-rest-go_PR-129/archives/ 20:12:07 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-rest-go_PR-129/archives/ [Pipeline] echo 20:12:07 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/gexfoundry_device-rest-go_PR-129/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:12:08 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:12:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:12:08 20:12:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 20:12:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:12:09 latest: Pulling from edgex-lftools-log-publisher 20:12:09 b4d181a07f80: Pulling fs layer 20:12:09 a1111a8f2ec3: Pulling fs layer 20:12:09 ed53099fbce6: Pulling fs layer 20:12:09 dc539afda2c1: Pulling fs layer 20:12:09 77bc0d833cb6: Pulling fs layer 20:12:09 9065ff56babe: Pulling fs layer 20:12:09 d287ab97295c: Pulling fs layer 20:12:09 dc539afda2c1: Waiting 20:12:09 77bc0d833cb6: Waiting 20:12:09 9065ff56babe: Waiting 20:12:09 d287ab97295c: Waiting 20:12:09 a1111a8f2ec3: Verifying Checksum 20:12:09 a1111a8f2ec3: Download complete 20:12:09 dc539afda2c1: Verifying Checksum 20:12:09 dc539afda2c1: Download complete 20:12:09 77bc0d833cb6: Verifying Checksum 20:12:09 77bc0d833cb6: Download complete 20:12:09 9065ff56babe: Verifying Checksum 20:12:09 9065ff56babe: Download complete 20:12:09 ed53099fbce6: Verifying Checksum 20:12:09 ed53099fbce6: Download complete 20:12:12 b4d181a07f80: Verifying Checksum 20:12:12 b4d181a07f80: Download complete 20:12:13 b4d181a07f80: Pull complete 20:12:13 a1111a8f2ec3: Pull complete 20:12:14 ed53099fbce6: Pull complete 20:12:14 dc539afda2c1: Pull complete 20:12:14 77bc0d833cb6: Pull complete 20:12:14 9065ff56babe: Pull complete 20:12:16 d287ab97295c: Verifying Checksum 20:12:16 d287ab97295c: Download complete 20:12:21 d287ab97295c: Pull complete 20:12:21 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 20:12:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:12:21 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 20:12:22 prd-centos7-docker-4c-2g-1751 does not seem to be running inside a container 20:12:22 $ 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/gexfoundry_device-rest-go_PR-129/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-rest-go_PR-129 -v /w/workspace/gexfoundry_device-rest-go_PR-129:/w/workspace/gexfoundry_device-rest-go_PR-129:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-129@tmp:/w/workspace/gexfoundry_device-rest-go_PR-129@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 20:12:24 $ docker top 705c258eca428422bfb4a990a442e92b78294b0d6e475416d9901884a8705225 -eo pid,comm [Pipeline] { [Pipeline] sh 20:12:24 + touch /tmp/pre-build-complete [Pipeline] sh 20:12:25 + mkdir -p /var/log/sysstat [Pipeline] sh 20:12:25 + ls /var/log/sa-host 20:12:25 + sadf -c /var/log/sa-host/sa02 20:12:25 file_magic: OK 20:12:25 HZ: Using current value: 100 20:12:25 file_header: OK 20:12:25 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 20:12:25 Statistics: 20:12:25 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:12:25 File successfully converted to sysstat format version 12.0.3 20:12:25 + sadf -c /var/log/sa-host/sa05 20:12:25 file_magic: OK 20:12:25 HZ: Using current value: 100 20:12:25 file_header: OK 20:12:25 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 20:12:25 Statistics: 20:12:25 Hnuu...uuuununununu...Hnuu...uuuununununu... 20:12:25 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:12:26 provisioning config files... 20:12:26 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-rest-go_PR-129@tmp/config7416499497156753552tmp [Pipeline] { [Pipeline] echo 20:12:26 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:12:26 ---> create-netrc.sh [Pipeline] } 20:12:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:12:27 ---> python-tools-install.sh [Pipeline] echo 20:12:27 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:12:27 ---> sudo-logs.sh 20:12:27 Archiving 'sudo' log.. 20:12:27 sudo: unable to resolve host prd-centos7-docker-4c-2g-1751.vexxhost.local: Name or service not known 20:12:27 sudo: unable to resolve host prd-centos7-docker-4c-2g-1751.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo 20:12:27 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:12:28 ---> job-cost.sh 20:12:28 lf-activate-venv: SKIPPING 20:12:28 DEBUG: total: 0.18000000715255737 20:12:28 INFO: Retrieving Stack Cost... 20:12:29 INFO: Retrieving Pricing Info for: v3-standard-2 20:12:29 INFO: Archiving Costs [Pipeline] echo 20:12:29 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:12:29 ---> logs-deploy.sh 20:12:29 lf-activate-venv: SKIPPING 20:12:29 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-129/1 20:12:29 INFO: archiving workspace using pattern(s): 20:12:30 Archives upload complete. 20:12:30 INFO: archiving logs to Nexus 20:12:31 ---> uname -a: 20:12:31 Linux prd-centos7-docker-4c-2g-1751.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 GNU/Linux 20:12:31 20:12:31 20:12:31 ---> lscpu: 20:12:31 Architecture: x86_64 20:12:31 CPU op-mode(s): 32-bit, 64-bit 20:12:31 Byte Order: Little Endian 20:12:31 Address sizes: 40 bits physical, 48 bits virtual 20:12:31 CPU(s): 2 20:12:31 On-line CPU(s) list: 0,1 20:12:31 Thread(s) per core: 1 20:12:31 Core(s) per socket: 1 20:12:31 Socket(s): 2 20:12:31 NUMA node(s): 1 20:12:31 Vendor ID: AuthenticAMD 20:12:31 CPU family: 23 20:12:31 Model: 49 20:12:31 Model name: AMD EPYC-Rome Processor 20:12:31 Stepping: 0 20:12:31 CPU MHz: 2799.996 20:12:31 BogoMIPS: 5599.99 20:12:31 Virtualization: AMD-V 20:12:31 Hypervisor vendor: KVM 20:12:31 Virtualization type: full 20:12:31 L1d cache: 32K 20:12:31 L1i cache: 32K 20:12:31 L2 cache: 512K 20:12:31 L3 cache: 16384K 20:12:31 NUMA node0 CPU(s): 0,1 20:12:31 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 20:12:31 20:12:31 20:12:31 ---> nproc: 20:12:31 2 20:12:31 20:12:31 20:12:31 ---> df -h: 20:12:31 Filesystem Size Used Avail Use% Mounted on 20:12:31 overlay 40G 7.7G 33G 20% / 20:12:31 tmpfs 64M 0 64M 0% /dev 20:12:31 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 20:12:31 shm 64M 0 64M 0% /dev/shm 20:12:31 /dev/vda1 40G 7.7G 33G 20% /facter-os 20:12:31 20:12:31 20:12:31 ---> sar -b -r -n DEV: 20:12:31 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 08/02/21 _x86_64_ (2 CPU) 20:12:31 20:12:31 20:04:01 LINUX RESTART (2 CPU) 20:12:31 20:12:31 20:05:01 tps rtps wtps bread/s bwrtn/s 20:12:31 20:06:01 1.72 0.00 1.72 0.00 35.07 20:12:31 20:07:01 0.55 0.00 0.55 0.00 8.56 20:12:31 20:08:01 0.13 0.00 0.13 0.00 2.00 20:12:31 20:09:02 0.25 0.00 0.25 0.00 3.35 20:12:31 20:10:01 0.22 0.00 0.22 0.00 2.88 20:12:31 20:11:01 0.30 0.00 0.30 0.00 4.96 20:12:31 20:12:01 0.28 0.00 0.28 0.00 5.01 20:12:31 Average: 0.49 0.00 0.49 0.00 8.85 20:12:31 20:12:31 20:05:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:12:31 20:06:01 5457868 0 800540 10.00 2620 1747912 1257192 13.88 581828 1570520 12 20:12:31 20:07:01 5462260 0 796140 9.94 2620 1747920 1205576 13.31 579084 1569916 16 20:12:31 20:08:01 5458696 0 799700 9.99 2620 1747924 1205888 13.31 577852 1574292 8 20:12:31 20:09:02 5459676 0 798712 9.97 2620 1747932 1205912 13.31 577112 1575124 8 20:12:31 20:10:01 5460256 0 798128 9.97 2620 1747936 1205672 13.31 572712 1578236 8 20:12:31 20:11:01 5459128 0 799252 9.98 2620 1747940 1205780 13.31 574344 1578240 20 20:12:31 20:12:01 5450724 0 807652 10.08 2620 1747944 1205576 13.31 582204 1578236 12 20:12:31 Average: 5458373 0 800018 9.99 2620 1747930 1213085 13.39 577877 1574938 12 20:12:31 20:12:31 20:05:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:12:31 20:06:01 eth0 3.66 1.82 7.56 0.16 0.00 0.00 0.00 0.00 20:12:31 20:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:12:31 20:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:12:31 20:07:01 eth0 1.35 0.08 0.12 0.01 0.00 0.00 0.00 0.00 20:12:31 20:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:12:31 20:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:12:31 20:08:01 eth0 1.90 0.55 0.63 0.40 0.00 0.00 0.00 0.00 20:12:31 20:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:12:31 20:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:12:31 20:09:02 eth0 0.53 0.30 0.27 0.20 0.00 0.00 0.00 0.00 20:12:31 20:09:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:12:31 20:09:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:12:31 20:10:01 eth0 0.24 0.17 0.08 0.07 0.00 0.00 0.00 0.00 20:12:31 20:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:12:31 20:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:12:31 20:11:01 eth0 1.07 0.33 0.38 0.20 0.00 0.00 0.00 0.00 20:12:31 20:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:12:31 20:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:12:31 20:12:01 eth0 0.07 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:12:31 20:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:12:31 20:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:12:31 Average: eth0 1.26 0.48 1.30 0.15 0.00 0.00 0.00 0.00 20:12:31 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:12:31 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:12:31 20:12:31 20:12:31 ---> sar -P ALL: 20:12:31 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 08/02/21 _x86_64_ (2 CPU) 20:12:31 20:12:31 20:04:01 LINUX RESTART (2 CPU) 20:12:31 20:12:31 20:05:01 CPU %user %nice %system %iowait %steal %idle 20:12:31 20:06:01 all 0.22 0.00 0.05 0.00 0.03 99.70 20:12:31 20:06:01 0 0.30 0.00 0.05 0.00 0.02 99.63 20:12:31 20:06:01 1 0.13 0.00 0.05 0.00 0.05 99.77 20:12:31 20:07:01 all 0.10 0.00 0.06 0.00 0.03 99.81 20:12:31 20:07:01 0 0.13 0.00 0.05 0.00 0.05 99.77 20:12:31 20:07:01 1 0.07 0.00 0.07 0.00 0.02 99.85 20:12:31 20:08:01 all 0.15 0.00 0.05 0.00 0.03 99.77 20:12:31 20:08:01 0 0.08 0.00 0.07 0.00 0.05 99.80 20:12:31 20:08:01 1 0.22 0.00 0.03 0.00 0.02 99.73 20:12:31 20:09:02 all 0.13 0.00 0.05 0.00 0.03 99.80 20:12:31 20:09:02 0 0.07 0.00 0.07 0.00 0.03 99.83 20:12:31 20:09:02 1 0.18 0.00 0.03 0.00 0.02 99.77 20:12:31 20:10:01 all 0.08 0.00 0.03 0.00 0.03 99.86 20:12:31 20:10:01 0 0.08 0.00 0.03 0.00 0.05 99.83 20:12:31 20:10:01 1 0.07 0.00 0.03 0.00 0.02 99.88 20:12:31 20:11:01 all 0.08 0.00 0.06 0.00 0.03 99.82 20:12:31 20:11:01 0 0.08 0.00 0.03 0.00 0.02 99.87 20:12:31 20:11:01 1 0.08 0.00 0.08 0.00 0.05 99.78 20:12:31 20:12:01 all 0.13 0.00 0.06 0.00 0.02 99.79 20:12:31 20:12:01 0 0.07 0.00 0.05 0.00 0.02 99.87 20:12:31 20:12:01 1 0.20 0.00 0.07 0.00 0.02 99.72 20:12:31 Average: all 0.13 0.00 0.05 0.00 0.03 99.79 20:12:31 Average: 0 0.12 0.00 0.05 0.00 0.03 99.80 20:12:31 Average: 1 0.14 0.00 0.05 0.00 0.03 99.78 20:12:31 20:12:31 20:12:31