Started by user Ernesto Ojeda Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4f98354a1324b6971af40554b83b1d8fb938970d Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 9d0281235b943b7ad605f650702698f9078b2862 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # 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 > 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 9d0281235b943b7ad605f650702698f9078b2862 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. 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 > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [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_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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4554 in /w/workspace/gexfoundry_device-rest-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout 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_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 4f98354a1324b6971af40554b83b1d8fb938970d (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4f98354a1324b6971af40554b83b1d8fb938970d # timeout=10 Commit message: "Merge pull request #90 from lenny-intel/secure-bus" > git rev-list --no-walk 4f98354a1324b6971af40554b83b1d8fb938970d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-11T18:01:34.319Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-11T18:01:34.432Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-11T18:01:34.492Z] ========================================================= [2021-05-11T18:01:34.492Z] EdgeX Global Pipelines Version Info [2021-05-11T18:01:34.492Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-11T18:01:36.404Z] ------------------- [2021-05-11T18:01:36.404Z] stable info: [2021-05-11T18:01:36.404Z] ------------------- [2021-05-11T18:01:36.404Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-11T18:01:36.404Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-11T18:01:36.404Z] Message: update stable to v1.0.192 [2021-05-11T18:01:36.978Z] ------------------- [2021-05-11T18:01:36.978Z] experimental info: [2021-05-11T18:01:36.978Z] ------------------- [2021-05-11T18:01:36.978Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-11T18:01:36.978Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-11T18:01:36.978Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-11T18:01:37.123Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2021-05-11T18:01:37.149Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2021-05-11T18:01:37.186Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-11T18:01:37.209Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-11T18:01:37.232Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-11T18:01:37.254Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-11T18:01:37.276Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-11T18:01:37.307Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-11T18:01:37.351Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-05-11T18:01:37.383Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-11T18:01:37.427Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-11T18:01:37.458Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo [2021-05-11T18:01:37.481Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-11T18:01:37.504Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-11T18:01:37.588Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-11T18:01:37.612Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-11T18:01:37.637Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-11T18:01:37.661Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-11T18:01:37.684Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-11T18:01:37.709Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-11T18:01:37.758Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-05-11T18:01:37.786Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-05-11T18:01:37.809Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-11T18:01:37.839Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-11T18:01:37.863Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-05-11T18:01:37.910Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-11T18:01:37.955Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-05-11T18:01:37.984Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-05-11T18:01:38.011Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-05-11T18:01:38.036Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4f98354a1324b6971af40554b83b1d8fb938970d [Pipeline] echo [2021-05-11T18:01:38.060Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4f98354 [Pipeline] echo [2021-05-11T18:01:38.088Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T18:01:38.190Z] provisioning config files... [2021-05-11T18:01:38.225Z] copy managed file [device-rest-go-settings] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config1211447601866545564tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T18:01:38.567Z] ---> docker-login.sh [2021-05-11T18:01:38.567Z] nexus3.edgexfoundry.org:10001 [2021-05-11T18:01:38.841Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:01:39.105Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:01:39.105Z] Configure a credential helper to remove this warning. See [2021-05-11T18:01:39.105Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:01:39.105Z] [2021-05-11T18:01:39.105Z] Login Succeeded [2021-05-11T18:01:39.105Z] nexus3.edgexfoundry.org:10002 [2021-05-11T18:01:39.105Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:01:39.105Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:01:39.105Z] Configure a credential helper to remove this warning. See [2021-05-11T18:01:39.105Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:01:39.105Z] [2021-05-11T18:01:39.105Z] Login Succeeded [2021-05-11T18:01:39.105Z] nexus3.edgexfoundry.org:10003 [2021-05-11T18:01:39.368Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:01:39.368Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:01:39.368Z] Configure a credential helper to remove this warning. See [2021-05-11T18:01:39.368Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:01:39.368Z] [2021-05-11T18:01:39.368Z] Login Succeeded [2021-05-11T18:01:39.368Z] nexus3.edgexfoundry.org:10004 [2021-05-11T18:01:39.635Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:01:39.636Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:01:39.636Z] Configure a credential helper to remove this warning. See [2021-05-11T18:01:39.636Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:01:39.636Z] [2021-05-11T18:01:39.636Z] Login Succeeded [2021-05-11T18:01:39.636Z] docker.io [2021-05-11T18:01:39.899Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:01:40.161Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:01:40.161Z] Configure a credential helper to remove this warning. See [2021-05-11T18:01:40.161Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:01:40.161Z] [2021-05-11T18:01:40.161Z] Login Succeeded [2021-05-11T18:01:40.161Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T18:01:40.174Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-11T18:01:40.642Z] + git log --format=format:%s -1 4f98354a1324b6971af40554b83b1d8fb938970d [Pipeline] echo [2021-05-11T18:01:40.731Z] GIT_COMMIT: 4f98354a1324b6971af40554b83b1d8fb938970d, Commit Message: Merge pull request #90 from lenny-intel/secure-bus [Pipeline] echo [2021-05-11T18:01:40.749Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:01:41.342Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T18:01:41.342Z] [2021-05-11T18:01:41.342Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:01:41.665Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T18:01:41.665Z] latest: Pulling from edgex-devops/git-semver [2021-05-11T18:01:41.665Z] 31603596830f: Pulling fs layer [2021-05-11T18:01:41.665Z] 54011a49482f: Pulling fs layer [2021-05-11T18:01:41.665Z] a6820b24f6d8: Pulling fs layer [2021-05-11T18:01:41.665Z] f581987b2513: Pulling fs layer [2021-05-11T18:01:41.665Z] f581987b2513: Waiting [2021-05-11T18:01:41.665Z] 54011a49482f: Verifying Checksum [2021-05-11T18:01:41.665Z] 54011a49482f: Download complete [2021-05-11T18:01:41.936Z] 31603596830f: Verifying Checksum [2021-05-11T18:01:41.936Z] 31603596830f: Download complete [2021-05-11T18:01:42.515Z] 31603596830f: Pull complete [2021-05-11T18:01:42.515Z] 54011a49482f: Pull complete [2021-05-11T18:01:42.515Z] f581987b2513: Verifying Checksum [2021-05-11T18:01:42.515Z] f581987b2513: Download complete [2021-05-11T18:01:42.780Z] a6820b24f6d8: Verifying Checksum [2021-05-11T18:01:42.780Z] a6820b24f6d8: Download complete [2021-05-11T18:01:43.732Z] a6820b24f6d8: Pull complete [2021-05-11T18:01:43.732Z] f581987b2513: Pull complete [2021-05-11T18:01:43.732Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-11T18:01:43.999Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T18:01:43.999Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-11T18:01:44.156Z] prd-centos7-docker-4c-2g-4554 does not seem to be running inside a container [2021-05-11T18:01:44.205Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-11T18:01:46.175Z] $ docker top 2975456c24b33b239c32e0848fa7322cb9c2a9b99f9b535b2cc34630f12b76ec -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-11T18:01:46.387Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T18:01:46.387Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T18:01:46.620Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T18:01:46.625Z] $ docker exec 2975456c24b33b239c32e0848fa7322cb9c2a9b99f9b535b2cc34630f12b76ec ssh-agent [2021-05-11T18:01:46.792Z] SSH_AUTH_SOCK=/tmp/ssh-4CZ5R71hF3fn/agent.12 [2021-05-11T18:01:46.792Z] SSH_AGENT_PID=18 [2021-05-11T18:01:46.806Z] Running ssh-add (command line suppressed) [2021-05-11T18:01:46.936Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_3797941357064672468.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_3797941357064672468.key) [2021-05-11T18:01:46.998Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T18:01:47.303Z] + git tag --points-at HEAD [Pipeline] } [2021-05-11T18:01:47.322Z] $ docker exec --env ******** --env ******** 2975456c24b33b239c32e0848fa7322cb9c2a9b99f9b535b2cc34630f12b76ec ssh-agent -k [2021-05-11T18:01:47.439Z] unset SSH_AUTH_SOCK; [2021-05-11T18:01:47.439Z] unset SSH_AGENT_PID; [2021-05-11T18:01:47.439Z] echo Agent pid 18 killed; [2021-05-11T18:01:47.488Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2021-05-11T18:01:47.535Z] [edgeXSemver]: set GITSEMVER_HEAD_TAG to 'v1.2.2-dev.7' [Pipeline] sshagent [2021-05-11T18:01:47.562Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T18:01:47.562Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T18:01:47.761Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T18:01:47.767Z] $ docker exec 2975456c24b33b239c32e0848fa7322cb9c2a9b99f9b535b2cc34630f12b76ec ssh-agent [2021-05-11T18:01:48.060Z] SSH_AUTH_SOCK=/tmp/ssh-8lQhunRJWl8t/agent.49 [2021-05-11T18:01:48.060Z] SSH_AGENT_PID=54 [2021-05-11T18:01:48.073Z] Running ssh-add (command line suppressed) [2021-05-11T18:01:48.245Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_3547631593148847685.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_3547631593148847685.key) [2021-05-11T18:01:48.304Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T18:01:48.614Z] + git semver init [2021-05-11T18:01:48.614Z] # -> Open(): unable to determine branch for HEAD [2021-05-11T18:01:48.614Z] # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git [2021-05-11T18:01:48.614Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master [2021-05-11T18:01:48.614Z] # $SEMVER_REMOTE_NAME = origin [2021-05-11T18:01:48.614Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-11T18:01:48.614Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-11T18:01:48.614Z] # $SEMVER_BRANCH = master [2021-05-11T18:01:48.614Z] # $SEMVER_TEMP = /tmp/semver-030906079 [2021-05-11T18:01:48.614Z] # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP [2021-05-11T18:01:50.010Z] # '/tmp/semver-030906079' -> '/w/workspace/gexfoundry_device-rest-go_master/.semver' [2021-05-11T18:01:50.010Z] # -> Force: false [2021-05-11T18:01:50.010Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [Pipeline] } [2021-05-11T18:01:50.028Z] $ docker exec --env ******** --env ******** 2975456c24b33b239c32e0848fa7322cb9c2a9b99f9b535b2cc34630f12b76ec ssh-agent -k [2021-05-11T18:01:50.151Z] unset SSH_AUTH_SOCK; [2021-05-11T18:01:50.152Z] unset SSH_AGENT_PID; [2021-05-11T18:01:50.152Z] echo Agent pid 54 killed; [2021-05-11T18:01:50.206Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T18:01:50.623Z] + git semver [Pipeline] } [2021-05-11T18:01:50.643Z] $ docker stop --time=1 2975456c24b33b239c32e0848fa7322cb9c2a9b99f9b535b2cc34630f12b76ec [2021-05-11T18:01:52.076Z] $ docker rm -f 2975456c24b33b239c32e0848fa7322cb9c2a9b99f9b535b2cc34630f12b76ec [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T18:01:52.505Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-11T18:01:52.894Z] Stashed 1 file(s) [Pipeline] echo [2021-05-11T18:01:52.898Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.8 [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 [2021-05-11T18:02:08.092Z] Still waiting to schedule task [2021-05-11T18:02:08.092Z] ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-4550’ is offline; ‘prd-centos7-docker-4c-2g-4552’ is offline; ‘prd-centos7-docker-4c-2g-4556’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4551’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-05-11T18:02:08.095Z] Still waiting to schedule task [2021-05-11T18:02:08.095Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-05-11T18:02:15.223Z] Running on prd-centos7-docker-4c-2g-4556 in /w/workspace/gexfoundry_device-rest-go_master [Pipeline] { [Pipeline] ws [2021-05-11T18:02:15.247Z] Running in /w/workspace/device-rest-go/40 [Pipeline] { [Pipeline] checkout [2021-05-11T18:02:17.891Z] using credential edgex-jenkins-ssh [2021-05-11T18:02:17.909Z] Cloning the remote Git repository [2021-05-11T18:02:17.549Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2021-05-11T18:02:17.628Z] > git init /w/workspace/device-rest-go/40 # timeout=10 [2021-05-11T18:02:17.695Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-05-11T18:02:17.696Z] > git --version # timeout=10 [2021-05-11T18:02:17.704Z] > git --version # 'git version 2.24.3' [2021-05-11T18:02:17.705Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T18:02:17.734Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T18:02:19.456Z] Checking out Revision 4f98354a1324b6971af40554b83b1d8fb938970d (master) [2021-05-11T18:02:18.698Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-05-11T18:02:18.705Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T18:02:18.722Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-05-11T18:02:18.738Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-05-11T18:02:18.738Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T18:02:18.744Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-11T18:02:19.207Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T18:02:19.222Z] > git checkout -f 4f98354a1324b6971af40554b83b1d8fb938970d # timeout=10 [2021-05-11T18:02:22.909Z] Commit message: "Merge pull request #90 from lenny-intel/secure-bus" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-11T18:02:23.974Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-11T18:02:24.307Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-11T18:02:24.604Z] + sudo service docker restart [2021-05-11T18:02:24.604Z] + true [2021-05-11T18:02:24.604Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T18:02:26.064Z] provisioning config files... [2021-05-11T18:02:26.094Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/40@tmp/config473600195542183593tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T18:02:26.438Z] ---> docker-login.sh [2021-05-11T18:02:26.438Z] nexus3.edgexfoundry.org:10001 [2021-05-11T18:02:26.701Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:02:26.701Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:02:26.701Z] Configure a credential helper to remove this warning. See [2021-05-11T18:02:26.701Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:02:26.701Z] [2021-05-11T18:02:26.701Z] Login Succeeded [2021-05-11T18:02:26.963Z] nexus3.edgexfoundry.org:10002 [2021-05-11T18:02:26.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:02:26.963Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:02:26.963Z] Configure a credential helper to remove this warning. See [2021-05-11T18:02:26.963Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:02:26.963Z] [2021-05-11T18:02:26.963Z] Login Succeeded [2021-05-11T18:02:26.963Z] nexus3.edgexfoundry.org:10003 [2021-05-11T18:02:27.226Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:02:27.226Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:02:27.226Z] Configure a credential helper to remove this warning. See [2021-05-11T18:02:27.226Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:02:27.226Z] [2021-05-11T18:02:27.226Z] Login Succeeded [2021-05-11T18:02:27.226Z] nexus3.edgexfoundry.org:10004 [2021-05-11T18:02:27.490Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:02:27.490Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:02:27.490Z] Configure a credential helper to remove this warning. See [2021-05-11T18:02:27.490Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:02:27.490Z] [2021-05-11T18:02:27.490Z] Login Succeeded [2021-05-11T18:02:27.490Z] docker.io [2021-05-11T18:02:27.490Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:02:27.752Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:02:27.752Z] Configure a credential helper to remove this warning. See [2021-05-11T18:02:27.752Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:02:27.752Z] [2021-05-11T18:02:27.752Z] Login Succeeded [2021-05-11T18:02:27.752Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T18:02:27.763Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-11T18:02:27.941Z] ========================================================= [2021-05-11T18:02:27.941Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-11T18:02:27.941Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:02:28.256Z] + 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 . [2021-05-11T18:02:28.256Z] Sending build context to Docker daemon 93.18kB [2021-05-11T18:02:28.256Z] Step 1/10 : ARG BASE=golang:1.15-alpine3.12 [2021-05-11T18:02:28.256Z] Step 2/10 : FROM ${BASE} [2021-05-11T18:02:28.256Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-11T18:02:28.256Z] 540db60ca938: Pulling fs layer [2021-05-11T18:02:28.256Z] adcc1eea9eea: Pulling fs layer [2021-05-11T18:02:28.256Z] 4c4ab2625f07: Pulling fs layer [2021-05-11T18:02:28.256Z] 0510c868ecb4: Pulling fs layer [2021-05-11T18:02:28.256Z] afea3b2eda06: Pulling fs layer [2021-05-11T18:02:28.256Z] 7809a108b3ef: Pulling fs layer [2021-05-11T18:02:28.256Z] f706445af74f: Pulling fs layer [2021-05-11T18:02:28.256Z] 0510c868ecb4: Waiting [2021-05-11T18:02:28.256Z] afea3b2eda06: Waiting [2021-05-11T18:02:28.256Z] 7809a108b3ef: Waiting [2021-05-11T18:02:28.256Z] f706445af74f: Waiting [2021-05-11T18:02:28.256Z] 4c4ab2625f07: Download complete [2021-05-11T18:02:28.519Z] adcc1eea9eea: Verifying Checksum [2021-05-11T18:02:28.519Z] adcc1eea9eea: Download complete [2021-05-11T18:02:28.519Z] afea3b2eda06: Verifying Checksum [2021-05-11T18:02:28.519Z] afea3b2eda06: Download complete [2021-05-11T18:02:28.519Z] 7809a108b3ef: Verifying Checksum [2021-05-11T18:02:28.519Z] 7809a108b3ef: Download complete [2021-05-11T18:02:28.519Z] 540db60ca938: Download complete [2021-05-11T18:02:28.782Z] 540db60ca938: Pull complete [2021-05-11T18:02:29.045Z] adcc1eea9eea: Pull complete [2021-05-11T18:02:29.045Z] 4c4ab2625f07: Pull complete [2021-05-11T18:02:30.450Z] f706445af74f: Verifying Checksum [2021-05-11T18:02:30.450Z] f706445af74f: Download complete [2021-05-11T18:02:30.744Z] 0510c868ecb4: Verifying Checksum [2021-05-11T18:02:30.744Z] 0510c868ecb4: Download complete [2021-05-11T18:02:36.097Z] 0510c868ecb4: Pull complete [2021-05-11T18:02:36.366Z] afea3b2eda06: Pull complete [2021-05-11T18:02:36.366Z] 7809a108b3ef: Pull complete [2021-05-11T18:02:44.549Z] f706445af74f: Pull complete [2021-05-11T18:02:44.549Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-11T18:02:44.549Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-11T18:02:44.549Z] ---> b068be0155e3 [2021-05-11T18:02:44.549Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-05-11T18:02:45.505Z] ---> Running in 000a97af367f [2021-05-11T18:02:45.505Z] Removing intermediate container 000a97af367f [2021-05-11T18:02:45.505Z] ---> c11d21c2b21a [2021-05-11T18:02:45.505Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-05-11T18:02:45.793Z] ---> Running in 8c1d7be12e63 [2021-05-11T18:02:45.793Z] Removing intermediate container 8c1d7be12e63 [2021-05-11T18:02:45.793Z] ---> 49166d0e109b [2021-05-11T18:02:45.793Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-11T18:02:46.057Z] ---> Running in 13d491589983 [2021-05-11T18:02:46.057Z] Removing intermediate container 13d491589983 [2021-05-11T18:02:46.057Z] ---> 32beb77419d9 [2021-05-11T18:02:46.057Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T18:02:46.327Z] ---> Running in 9b00d061ffda [2021-05-11T18:02:48.287Z] Removing intermediate container 9b00d061ffda [2021-05-11T18:02:48.287Z] ---> 4e923efd463a [2021-05-11T18:02:48.287Z] Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-11T18:02:48.287Z] ---> Running in 3878ab599050 [2021-05-11T18:02:48.550Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T18:02:49.498Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T18:02:49.763Z] (1/9) Installing libc-dev (0.7.2-r3) [2021-05-11T18:02:50.030Z] (2/9) Installing libsodium (1.0.18-r0) [2021-05-11T18:02:50.030Z] (3/9) Installing pkgconf (1.7.3-r0) [2021-05-11T18:02:50.030Z] (4/9) Installing libsodium-dev (1.0.18-r0) [2021-05-11T18:02:50.292Z] (5/9) Installing openssh-keygen (8.4_p1-r3) [2021-05-11T18:02:50.293Z] (6/9) Installing libedit (20191231.3.1-r1) [2021-05-11T18:02:50.293Z] (7/9) Installing openssh-client (8.4_p1-r3) [2021-05-11T18:02:50.556Z] (8/9) Installing libzmq (4.3.3-r1) [2021-05-11T18:02:50.818Z] (9/9) Installing zeromq-dev (4.3.3-r1) [2021-05-11T18:02:50.819Z] Executing busybox-1.32.1-r6.trigger [2021-05-11T18:02:50.819Z] OK: 154 MiB in 49 packages [2021-05-11T18:02:51.768Z] Removing intermediate container 3878ab599050 [2021-05-11T18:02:51.768Z] ---> c536c890d5dd [2021-05-11T18:02:51.768Z] Step 8/10 : WORKDIR /device-rest-go [2021-05-11T18:02:51.768Z] ---> Running in 06c6d81ab786 [2021-05-11T18:02:51.768Z] Removing intermediate container 06c6d81ab786 [2021-05-11T18:02:51.768Z] ---> e4bfab002bf7 [2021-05-11T18:02:51.768Z] Step 9/10 : COPY . . [2021-05-11T18:02:52.033Z] ---> 239bb34f1321 [2021-05-11T18:02:52.033Z] Step 10/10 : RUN go mod download [2021-05-11T18:02:52.300Z] ---> Running in 8a578f987f9d [2021-05-11T18:03:14.392Z] Removing intermediate container 8a578f987f9d [2021-05-11T18:03:14.392Z] ---> 53ad8903ff65 [2021-05-11T18:03:14.659Z] Successfully built 53ad8903ff65 [2021-05-11T18:03:14.659Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:03:14.994Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-11T18:03:14.994Z] . [Pipeline] withDockerContainer [2021-05-11T18:03:15.133Z] prd-centos7-docker-4c-2g-4556 does not seem to be running inside a container [2021-05-11T18:03:15.193Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/40 -v /w/workspace/device-rest-go/40:/w/workspace/device-rest-go/40:rw,z -v /w/workspace/device-rest-go/40@tmp:/w/workspace/device-rest-go/40@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 ******** ci-base-image-x86_64 cat [2021-05-11T18:03:16.055Z] $ docker top fb50cfd9017d7fa57f77ad9e9658a2f51dda9007f6e14de6a04b8a70825e85a5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T18:03:16.553Z] + go version [2021-05-11T18:03:16.553Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-11T18:03:16.577Z] $ docker stop --time=1 fb50cfd9017d7fa57f77ad9e9658a2f51dda9007f6e14de6a04b8a70825e85a5 [2021-05-11T18:03:17.934Z] $ docker rm -f fb50cfd9017d7fa57f77ad9e9658a2f51dda9007f6e14de6a04b8a70825e85a5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:03:18.463Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-11T18:03:18.463Z] . [Pipeline] withDockerContainer [2021-05-11T18:03:18.582Z] prd-centos7-docker-4c-2g-4556 does not seem to be running inside a container [2021-05-11T18:03:18.649Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/40 -v /w/workspace/device-rest-go/40:/w/workspace/device-rest-go/40:rw,z -v /w/workspace/device-rest-go/40@tmp:/w/workspace/device-rest-go/40@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 ******** ci-base-image-x86_64 cat [2021-05-11T18:03:19.754Z] $ docker top 7a1499dcfd44960efc5bcf20b0c966031ccf732b5098be0abdbe37b379e8115a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T18:03:20.260Z] + go mod tidy [Pipeline] sh [2021-05-11T18:03:21.162Z] + make test [2021-05-11T18:03:21.162Z] CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-05-11T18:03:21.747Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2021-05-11T18:03:44.007Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2021-05-11T18:03:44.007Z] ok github.com/edgexfoundry/device-rest-go/driver 0.021s coverage: 54.0% of statements [2021-05-11T18:03:44.007Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-05-11T18:03:50.772Z] gofmt -l . [2021-05-11T18:03:50.772Z] [ "`gofmt -l .`" = "" ] [2021-05-11T18:03:50.772Z] ./bin/test-go-mod-tidy.sh [2021-05-11T18:03:51.039Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-05-11T18:03:52.013Z] $ docker stop --time=1 7a1499dcfd44960efc5bcf20b0c966031ccf732b5098be0abdbe37b379e8115a [2021-05-11T18:03:54.034Z] $ docker rm -f 7a1499dcfd44960efc5bcf20b0c966031ccf732b5098be0abdbe37b379e8115a [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T18:03:54.604Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-11T18:03:55.020Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-05-11T18:03:56.542Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-11T18:03:56.844Z] + ls -al . [2021-05-11T18:03:56.844Z] total 104 [2021-05-11T18:03:56.844Z] drwxrwxr-x. 8 jenkins jenkins 4096 May 11 18:03 . [2021-05-11T18:03:56.844Z] drwxrwxr-x. 4 jenkins jenkins 30 May 11 18:02 .. [2021-05-11T18:03:56.844Z] -rw-rw-r--. 1 jenkins jenkins 6792 May 11 18:02 Attribution.txt [2021-05-11T18:03:56.844Z] drwxrwxr-x. 2 jenkins jenkins 64 May 11 18:02 bin [2021-05-11T18:03:56.844Z] drwxrwxr-x. 3 jenkins jenkins 32 May 11 18:02 cmd [2021-05-11T18:03:56.844Z] -rw-r--r--. 1 jenkins jenkins 8513 May 11 18:03 coverage.out [2021-05-11T18:03:56.844Z] -rw-rw-r--. 1 jenkins jenkins 1602 May 11 18:02 Dockerfile [2021-05-11T18:03:56.844Z] -rw-rw-r--. 1 jenkins jenkins 1087 May 11 18:02 Dockerfile.build [2021-05-11T18:03:56.844Z] -rw-rw-r--. 1 jenkins jenkins 151 May 11 18:02 .dockerignore [2021-05-11T18:03:56.844Z] drwxrwxr-x. 2 jenkins jenkins 76 May 11 18:02 driver [2021-05-11T18:03:56.844Z] drwxrwxr-x. 8 jenkins jenkins 162 May 11 18:02 .git [2021-05-11T18:03:56.844Z] drwxrwxr-x. 2 jenkins jenkins 103 May 11 18:02 .github [2021-05-11T18:03:56.844Z] -rw-rw-r--. 1 jenkins jenkins 339 May 11 18:02 .gitignore [2021-05-11T18:03:56.844Z] -rw-r--r--. 1 jenkins jenkins 285 May 11 18:03 go.mod [2021-05-11T18:03:56.844Z] -rw-r--r--. 1 jenkins jenkins 21278 May 11 18:03 go.sum [2021-05-11T18:03:56.844Z] -rw-rw-r--. 1 jenkins jenkins 680 May 11 18:02 Jenkinsfile [2021-05-11T18:03:56.844Z] -rw-rw-r--. 1 jenkins jenkins 11340 May 11 18:02 LICENSE [2021-05-11T18:03:56.844Z] -rw-rw-r--. 1 jenkins jenkins 976 May 11 18:02 Makefile [2021-05-11T18:03:56.844Z] -rw-rw-r--. 1 jenkins jenkins 7667 May 11 18:02 README.md [2021-05-11T18:03:56.844Z] drwxrwxr-x. 4 jenkins jenkins 71 May 11 18:02 snap [2021-05-11T18:03:56.844Z] -rw-rw-r--. 1 jenkins jenkins 11 May 11 18:01 VERSION [2021-05-11T18:03:56.844Z] -rw-rw-r--. 1 jenkins jenkins 713 May 11 18:02 version.go [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:03:57.159Z] + 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=4f98354a1324b6971af40554b83b1d8fb938970d --label arch=amd64 --label version=1.2.2-dev.8 . [2021-05-11T18:03:57.159Z] Sending build context to Docker daemon 102.9kB [2021-05-11T18:03:57.421Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-05-11T18:03:57.421Z] Step 2/24 : FROM ${BASE} AS builder [2021-05-11T18:03:57.421Z] ---> 53ad8903ff65 [2021-05-11T18:03:57.421Z] Step 3/24 : ARG MAKE='make build' [2021-05-11T18:03:57.421Z] ---> Running in 0daa8d011327 [2021-05-11T18:03:57.685Z] Removing intermediate container 0daa8d011327 [2021-05-11T18:03:57.685Z] ---> b77ff07630bb [2021-05-11T18:03:57.685Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-05-11T18:03:57.685Z] ---> Running in 379563bd7661 [2021-05-11T18:03:57.949Z] Removing intermediate container 379563bd7661 [2021-05-11T18:03:57.949Z] ---> 052351f4cbae [2021-05-11T18:03:57.949Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-05-11T18:03:57.949Z] ---> Running in bc282bf6e6b2 [2021-05-11T18:03:58.215Z] Removing intermediate container bc282bf6e6b2 [2021-05-11T18:03:58.215Z] ---> 6560718aba62 [2021-05-11T18:03:58.215Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T18:03:58.215Z] ---> Running in 7fba4af76d53 [2021-05-11T18:03:59.171Z] Removing intermediate container 7fba4af76d53 [2021-05-11T18:03:59.171Z] ---> a365812d3335 [2021-05-11T18:03:59.171Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-11T18:03:59.171Z] ---> Running in a8bd72484028 [2021-05-11T18:04:00.135Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T18:04:00.713Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T18:04:01.291Z] OK: 154 MiB in 49 packages [2021-05-11T18:04:01.882Z] Removing intermediate container a8bd72484028 [2021-05-11T18:04:01.882Z] ---> 7ff3ab8050e0 [2021-05-11T18:04:01.882Z] Step 8/24 : WORKDIR /device-rest-go [2021-05-11T18:04:01.882Z] ---> Running in 3f48a8535958 [2021-05-11T18:04:02.146Z] Removing intermediate container 3f48a8535958 [2021-05-11T18:04:02.146Z] ---> 79af4f91a514 [2021-05-11T18:04:02.146Z] Step 9/24 : COPY . . [2021-05-11T18:04:02.421Z] ---> 7c3ac4cc4945 [2021-05-11T18:04:02.421Z] Step 10/24 : RUN make update [2021-05-11T18:04:02.421Z] ---> Running in e9864557c484 [2021-05-11T18:04:03.001Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-05-11T18:04:03.582Z] Removing intermediate container e9864557c484 [2021-05-11T18:04:03.582Z] ---> 85a24160919b [2021-05-11T18:04:03.582Z] Step 11/24 : RUN $MAKE [2021-05-11T18:04:03.582Z] ---> Running in 38276349708e [2021-05-11T18:04:04.176Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=1.2.2-dev.8" -o cmd/device-rest-go ./cmd [2021-05-11T18:04:19.306Z] Removing intermediate container 38276349708e [2021-05-11T18:04:19.306Z] ---> 2723e556c6ce [2021-05-11T18:04:19.306Z] Step 12/24 : FROM alpine:3.12 [2021-05-11T18:04:19.306Z] 3.12: Pulling from library/alpine [2021-05-11T18:04:19.306Z] 339de151aab4: Pulling fs layer [2021-05-11T18:04:19.306Z] 339de151aab4: Download complete [2021-05-11T18:04:19.570Z] 339de151aab4: Pull complete [2021-05-11T18:04:19.570Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T18:04:19.570Z] Status: Downloaded newer image for alpine:3.12 [2021-05-11T18:04:19.570Z] ---> 13621d1b12d4 [2021-05-11T18:04:19.570Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-11T18:04:19.833Z] ---> Running in a7e4ee8bf9a2 [2021-05-11T18:04:20.097Z] Removing intermediate container a7e4ee8bf9a2 [2021-05-11T18:04:20.097Z] ---> fd848d5fbfd9 [2021-05-11T18:04:20.097Z] Step 14/24 : LABEL Name=device-rest-go Version=${VERSION} [2021-05-11T18:04:20.097Z] ---> Running in 419c2019d7f7 [2021-05-11T18:04:20.361Z] Removing intermediate container 419c2019d7f7 [2021-05-11T18:04:20.361Z] ---> 900bcfc1f946 [2021-05-11T18:04:20.361Z] Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-11T18:04:20.361Z] ---> Running in 7ffcb542bee7 [2021-05-11T18:04:20.938Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T18:04:20.938Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T18:04:21.203Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-11T18:04:21.203Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-11T18:04:21.203Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-11T18:04:21.203Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-11T18:04:21.203Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-11T18:04:21.203Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-11T18:04:21.203Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T18:04:21.203Z] OK: 8 MiB in 20 packages [2021-05-11T18:04:21.782Z] Removing intermediate container 7ffcb542bee7 [2021-05-11T18:04:21.782Z] ---> faf46400430e [2021-05-11T18:04:21.782Z] Step 16/24 : COPY --from=builder /device-rest-go/cmd / [2021-05-11T18:04:22.359Z] ---> b2d1d8ca3a9b [2021-05-11T18:04:22.359Z] Step 17/24 : COPY --from=builder /device-rest-go/LICENSE / [2021-05-11T18:04:22.633Z] ---> fb86192afbbf [2021-05-11T18:04:22.633Z] Step 18/24 : COPY --from=builder /device-rest-go/Attribution.txt / [2021-05-11T18:04:22.901Z] ---> e5c25c896084 [2021-05-11T18:04:22.901Z] Step 19/24 : EXPOSE 49986 [2021-05-11T18:04:23.164Z] ---> Running in 353d30028c5a [2021-05-11T18:04:23.164Z] Removing intermediate container 353d30028c5a [2021-05-11T18:04:23.164Z] ---> 710056eeee83 [2021-05-11T18:04:23.164Z] Step 20/24 : ENTRYPOINT ["/device-rest-go"] [2021-05-11T18:04:23.435Z] ---> Running in da99f39f51be [2021-05-11T18:04:23.435Z] Removing intermediate container da99f39f51be [2021-05-11T18:04:23.435Z] ---> 7360931cf9d1 [2021-05-11T18:04:23.435Z] Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2021-05-11T18:04:23.700Z] ---> Running in 4d9b443a277a [2021-05-11T18:04:23.700Z] Removing intermediate container 4d9b443a277a [2021-05-11T18:04:23.700Z] ---> 2af6abd2c903 [2021-05-11T18:04:23.700Z] Step 22/24 : LABEL arch=amd64 [2021-05-11T18:04:23.962Z] ---> Running in e6be873936d8 [2021-05-11T18:04:23.962Z] Removing intermediate container e6be873936d8 [2021-05-11T18:04:23.962Z] ---> e43cec478074 [2021-05-11T18:04:23.962Z] Step 23/24 : LABEL git_sha=4f98354a1324b6971af40554b83b1d8fb938970d [2021-05-11T18:04:24.226Z] ---> Running in 31a77afe9bae [2021-05-11T18:04:24.226Z] Removing intermediate container 31a77afe9bae [2021-05-11T18:04:24.226Z] ---> 14a5e102ed71 [2021-05-11T18:04:24.226Z] Step 24/24 : LABEL version=1.2.2-dev.8 [2021-05-11T18:04:24.226Z] ---> Running in 4b7bda9af1fc [2021-05-11T18:04:24.490Z] Removing intermediate container 4b7bda9af1fc [2021-05-11T18:04:24.490Z] ---> 8b77326c02ad [2021-05-11T18:04:24.490Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-11T18:04:24.490Z] Successfully built 8b77326c02ad [2021-05-11T18:04:24.490Z] Successfully tagged device-rest:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T18:04:24.632Z] provisioning config files... [2021-05-11T18:04:24.665Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/40@tmp/config2206672773486035528tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T18:04:25.004Z] ---> docker-login.sh [2021-05-11T18:04:25.005Z] nexus3.edgexfoundry.org:10001 [2021-05-11T18:04:25.271Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:04:25.271Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:04:25.271Z] Configure a credential helper to remove this warning. See [2021-05-11T18:04:25.271Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:04:25.271Z] [2021-05-11T18:04:25.271Z] Login Succeeded [2021-05-11T18:04:25.271Z] nexus3.edgexfoundry.org:10002 [2021-05-11T18:04:25.271Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:04:25.534Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:04:25.534Z] Configure a credential helper to remove this warning. See [2021-05-11T18:04:25.534Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:04:25.534Z] [2021-05-11T18:04:25.534Z] Login Succeeded [2021-05-11T18:04:25.534Z] nexus3.edgexfoundry.org:10003 [2021-05-11T18:04:25.534Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:04:25.799Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:04:25.799Z] Configure a credential helper to remove this warning. See [2021-05-11T18:04:25.799Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:04:25.799Z] [2021-05-11T18:04:25.799Z] Login Succeeded [2021-05-11T18:04:25.799Z] nexus3.edgexfoundry.org:10004 [2021-05-11T18:04:25.799Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:04:25.799Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:04:25.799Z] Configure a credential helper to remove this warning. See [2021-05-11T18:04:25.799Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:04:25.799Z] [2021-05-11T18:04:25.799Z] Login Succeeded [2021-05-11T18:04:25.799Z] docker.io [2021-05-11T18:04:26.076Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:04:26.341Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:04:26.341Z] Configure a credential helper to remove this warning. See [2021-05-11T18:04:26.341Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:04:26.341Z] [2021-05-11T18:04:26.341Z] Login Succeeded [2021-05-11T18:04:26.341Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T18:04:26.352Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-11T18:04:26.432Z] [edgeXDocker.push] Tagging docker image device-rest with the following tags: [2021-05-11T18:04:26.432Z] 4f98354a1324b6971af40554b83b1d8fb938970d [2021-05-11T18:04:26.432Z] latest [2021-05-11T18:04:26.432Z] 1.2.2-dev.8 [2021-05-11T18:04:26.432Z] 4f98354a1324b6971af40554b83b1d8fb938970d-1.2.2-dev.8 [2021-05-11T18:04:26.432Z] master [2021-05-11T18:04:26.432Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:04:26.836Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:4f98354a1324b6971af40554b83b1d8fb938970d [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:04:27.167Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:4f98354a1324b6971af40554b83b1d8fb938970d [2021-05-11T18:04:27.167Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2021-05-11T18:04:27.167Z] 09698e1fc9a7: Preparing [2021-05-11T18:04:27.167Z] 34b2f6b7e9af: Preparing [2021-05-11T18:04:27.167Z] fd429fd906f7: Preparing [2021-05-11T18:04:27.167Z] ecf230500294: Preparing [2021-05-11T18:04:27.167Z] 32f366d666a5: Preparing [2021-05-11T18:04:27.167Z] 32f366d666a5: Layer already exists [2021-05-11T18:04:27.437Z] 09698e1fc9a7: Pushed [2021-05-11T18:04:27.437Z] 34b2f6b7e9af: Pushed [2021-05-11T18:04:27.437Z] ecf230500294: Pushed [2021-05-11T18:04:28.841Z] fd429fd906f7: Pushed [2021-05-11T18:04:28.841Z] 4f98354a1324b6971af40554b83b1d8fb938970d: digest: sha256:ead7581f4ba4e08c357eb5fe39011a682a59e672435e2b049d614d653dcb9ada size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:04:29.189Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:04:29.507Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:latest [2021-05-11T18:04:29.507Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2021-05-11T18:04:29.507Z] 09698e1fc9a7: Preparing [2021-05-11T18:04:29.507Z] 34b2f6b7e9af: Preparing [2021-05-11T18:04:29.507Z] fd429fd906f7: Preparing [2021-05-11T18:04:29.507Z] ecf230500294: Preparing [2021-05-11T18:04:29.507Z] 32f366d666a5: Preparing [2021-05-11T18:04:29.507Z] ecf230500294: Layer already exists [2021-05-11T18:04:29.507Z] 34b2f6b7e9af: Layer already exists [2021-05-11T18:04:29.507Z] 09698e1fc9a7: Layer already exists [2021-05-11T18:04:29.507Z] fd429fd906f7: Layer already exists [2021-05-11T18:04:29.507Z] 32f366d666a5: Layer already exists [2021-05-11T18:04:29.507Z] latest: digest: sha256:ead7581f4ba4e08c357eb5fe39011a682a59e672435e2b049d614d653dcb9ada size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:04:29.823Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:1.2.2-dev.8 [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:04:30.146Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:1.2.2-dev.8 [2021-05-11T18:04:30.146Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2021-05-11T18:04:30.146Z] 09698e1fc9a7: Preparing [2021-05-11T18:04:30.146Z] 34b2f6b7e9af: Preparing [2021-05-11T18:04:30.146Z] fd429fd906f7: Preparing [2021-05-11T18:04:30.146Z] ecf230500294: Preparing [2021-05-11T18:04:30.146Z] 32f366d666a5: Preparing [2021-05-11T18:04:30.146Z] ecf230500294: Layer already exists [2021-05-11T18:04:30.146Z] 34b2f6b7e9af: Layer already exists [2021-05-11T18:04:30.146Z] fd429fd906f7: Layer already exists [2021-05-11T18:04:30.146Z] 32f366d666a5: Layer already exists [2021-05-11T18:04:30.146Z] 09698e1fc9a7: Layer already exists [2021-05-11T18:04:30.146Z] 1.2.2-dev.8: digest: sha256:ead7581f4ba4e08c357eb5fe39011a682a59e672435e2b049d614d653dcb9ada size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:04:30.474Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:4f98354a1324b6971af40554b83b1d8fb938970d-1.2.2-dev.8 [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:04:30.789Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:4f98354a1324b6971af40554b83b1d8fb938970d-1.2.2-dev.8 [2021-05-11T18:04:30.790Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2021-05-11T18:04:30.790Z] 09698e1fc9a7: Preparing [2021-05-11T18:04:30.790Z] 34b2f6b7e9af: Preparing [2021-05-11T18:04:30.790Z] fd429fd906f7: Preparing [2021-05-11T18:04:30.790Z] ecf230500294: Preparing [2021-05-11T18:04:30.790Z] 32f366d666a5: Preparing [2021-05-11T18:04:30.790Z] 34b2f6b7e9af: Layer already exists [2021-05-11T18:04:30.790Z] 32f366d666a5: Layer already exists [2021-05-11T18:04:30.790Z] fd429fd906f7: Layer already exists [2021-05-11T18:04:30.790Z] ecf230500294: Layer already exists [2021-05-11T18:04:30.790Z] 09698e1fc9a7: Layer already exists [2021-05-11T18:04:30.790Z] 4f98354a1324b6971af40554b83b1d8fb938970d-1.2.2-dev.8: digest: sha256:ead7581f4ba4e08c357eb5fe39011a682a59e672435e2b049d614d653dcb9ada size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:04:31.120Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:master [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:04:31.442Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:master [2021-05-11T18:04:31.442Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2021-05-11T18:04:31.442Z] 09698e1fc9a7: Preparing [2021-05-11T18:04:31.442Z] 34b2f6b7e9af: Preparing [2021-05-11T18:04:31.442Z] fd429fd906f7: Preparing [2021-05-11T18:04:31.442Z] ecf230500294: Preparing [2021-05-11T18:04:31.442Z] 32f366d666a5: Preparing [2021-05-11T18:04:31.442Z] 32f366d666a5: Layer already exists [2021-05-11T18:04:31.442Z] fd429fd906f7: Layer already exists [2021-05-11T18:04:31.442Z] 34b2f6b7e9af: Layer already exists [2021-05-11T18:04:31.442Z] 09698e1fc9a7: Layer already exists [2021-05-11T18:04:31.442Z] ecf230500294: Layer already exists [2021-05-11T18:04:31.442Z] master: digest: sha256:ead7581f4ba4e08c357eb5fe39011a682a59e672435e2b049d614d653dcb9ada size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-11T18:04:31.507Z] ===================================================== [Pipeline] echo [2021-05-11T18:04:31.526Z] taggedImages: [2021-05-11T18:04:31.526Z] - nexus3.edgexfoundry.org:10004/device-rest:4f98354a1324b6971af40554b83b1d8fb938970d [2021-05-11T18:04:31.526Z] - nexus3.edgexfoundry.org:10004/device-rest:latest [2021-05-11T18:04:31.526Z] - nexus3.edgexfoundry.org:10004/device-rest:1.2.2-dev.8 [2021-05-11T18:04:31.526Z] - nexus3.edgexfoundry.org:10004/device-rest:4f98354a1324b6971af40554b83b1d8fb938970d-1.2.2-dev.8 [2021-05-11T18:04:31.526Z] - nexus3.edgexfoundry.org:10004/device-rest:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-11T18:04:32.022Z] ---> job-cost.sh [2021-05-11T18:04:32.022Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-in27 [2021-05-11T18:04:46.691Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4558 in /w/workspace/gexfoundry_device-rest-go_master [Pipeline] { [Pipeline] ws [2021-05-11T18:04:46.710Z] Running in /w/workspace/device-rest-go/40 [Pipeline] { [Pipeline] checkout [2021-05-11T18:04:46.970Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-11T18:04:52.125Z] using credential edgex-jenkins-ssh [2021-05-11T18:04:52.154Z] Cloning the remote Git repository [2021-05-11T18:04:52.298Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2021-05-11T18:04:52.581Z] > git init /w/workspace/device-rest-go/40 # timeout=10 [2021-05-11T18:04:52.641Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-05-11T18:04:52.642Z] > git --version # timeout=10 [2021-05-11T18:04:52.668Z] > git --version # 'git version 2.17.1' [2021-05-11T18:04:52.669Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T18:04:52.744Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T18:04:54.878Z] Checking out Revision 4f98354a1324b6971af40554b83b1d8fb938970d (master) [2021-05-11T18:04:54.358Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-05-11T18:04:54.384Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T18:04:54.417Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-05-11T18:04:54.457Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-05-11T18:04:54.458Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T18:04:54.470Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-11T18:04:54.892Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T18:04:54.906Z] > git checkout -f 4f98354a1324b6971af40554b83b1d8fb938970d # timeout=10 [2021-05-11T18:04:59.106Z] Commit message: "Merge pull request #90 from lenny-intel/secure-bus" [2021-05-11T18:04:59.361Z] [2021-05-11T18:04:59.361Z] GitHub has been notified of this commit’s build result [2021-05-11T18:04:59.361Z] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-11T18:05:00.431Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-11T18:05:00.841Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-11T18:05:01.213Z] + sudo service docker restart [2021-05-11T18:05:01.213Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T18:05:03.886Z] provisioning config files... [2021-05-11T18:05:03.953Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/40@tmp/config3605985882694528064tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T18:05:04.326Z] ---> docker-login.sh [2021-05-11T18:05:04.326Z] nexus3.edgexfoundry.org:10001 [2021-05-11T18:05:04.923Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:05:05.522Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:05:05.522Z] Configure a credential helper to remove this warning. See [2021-05-11T18:05:05.522Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:05:05.522Z] [2021-05-11T18:05:05.522Z] Login Succeeded [2021-05-11T18:05:05.522Z] nexus3.edgexfoundry.org:10002 [2021-05-11T18:05:05.799Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:05:05.799Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:05:05.799Z] Configure a credential helper to remove this warning. See [2021-05-11T18:05:05.799Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:05:05.799Z] [2021-05-11T18:05:05.799Z] Login Succeeded [2021-05-11T18:05:05.799Z] nexus3.edgexfoundry.org:10003 [2021-05-11T18:05:06.395Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:05:06.395Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:05:06.395Z] Configure a credential helper to remove this warning. See [2021-05-11T18:05:06.395Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:05:06.395Z] [2021-05-11T18:05:06.395Z] Login Succeeded [2021-05-11T18:05:06.395Z] nexus3.edgexfoundry.org:10004 [2021-05-11T18:05:06.667Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:05:06.940Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:05:06.940Z] Configure a credential helper to remove this warning. See [2021-05-11T18:05:06.940Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:05:06.940Z] [2021-05-11T18:05:06.940Z] Login Succeeded [2021-05-11T18:05:06.940Z] docker.io [2021-05-11T18:05:07.212Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:05:07.482Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:05:07.482Z] Configure a credential helper to remove this warning. See [2021-05-11T18:05:07.482Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:05:07.482Z] [2021-05-11T18:05:07.482Z] Login Succeeded [2021-05-11T18:05:07.482Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T18:05:07.499Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-11T18:05:07.802Z] ========================================================= [2021-05-11T18:05:07.802Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-11T18:05:07.802Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:05:08.149Z] + 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 . [2021-05-11T18:05:08.149Z] Sending build context to Docker daemon 93.18kB [2021-05-11T18:05:08.426Z] Step 1/10 : ARG BASE=golang:1.15-alpine3.12 [2021-05-11T18:05:08.426Z] Step 2/10 : FROM ${BASE} [2021-05-11T18:05:08.426Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-11T18:05:08.426Z] 595b0fe564bb: Pulling fs layer [2021-05-11T18:05:08.426Z] 7186ed65a4f7: Pulling fs layer [2021-05-11T18:05:08.426Z] 316046926c0a: Pulling fs layer [2021-05-11T18:05:08.426Z] 4ebd0625c992: Pulling fs layer [2021-05-11T18:05:08.426Z] 207e8628e3a3: Pulling fs layer [2021-05-11T18:05:08.426Z] c791037a9be2: Pulling fs layer [2021-05-11T18:05:08.426Z] ffd874e62e21: Pulling fs layer [2021-05-11T18:05:08.426Z] 207e8628e3a3: Waiting [2021-05-11T18:05:08.426Z] c791037a9be2: Waiting [2021-05-11T18:05:08.426Z] ffd874e62e21: Waiting [2021-05-11T18:05:08.426Z] 4ebd0625c992: Waiting [2021-05-11T18:05:08.426Z] 316046926c0a: Download complete [2021-05-11T18:05:08.701Z] 7186ed65a4f7: Verifying Checksum [2021-05-11T18:05:08.701Z] 7186ed65a4f7: Download complete [2021-05-11T18:05:08.701Z] 207e8628e3a3: Verifying Checksum [2021-05-11T18:05:08.701Z] c791037a9be2: Verifying Checksum [2021-05-11T18:05:08.701Z] c791037a9be2: Download complete [2021-05-11T18:05:08.701Z] 595b0fe564bb: Verifying Checksum [2021-05-11T18:05:08.701Z] 595b0fe564bb: Download complete [2021-05-11T18:05:09.307Z] 595b0fe564bb: Pull complete [2021-05-11T18:05:09.919Z] 7186ed65a4f7: Pull complete [2021-05-11T18:05:10.195Z] 316046926c0a: Pull complete [2021-05-11T18:05:10.796Z] ffd874e62e21: Download complete [2021-05-11T18:05:11.772Z] 4ebd0625c992: Verifying Checksum [2021-05-11T18:05:11.772Z] 4ebd0625c992: Download complete [2021-05-11T18:05:19.185Z] lf-activate-venv(): INFO: Adding /tmp/venv-in27/bin to PATH [2021-05-11T18:05:19.185Z] INFO: No Stack... [2021-05-11T18:05:19.185Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-11T18:05:19.185Z] INFO: Archiving Costs [Pipeline] sh [2021-05-11T18:05:19.499Z] + cat /w/workspace/device-rest-go/40/archives/cost.csv [2021-05-11T18:05:19.499Z] + cut -d, -f6 [Pipeline] lock [2021-05-11T18:05:19.581Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-master-40-stack-cost] [2021-05-11T18:05:19.590Z] Resource [jenkins-edgexfoundry-device-rest-go-master-40-stack-cost] did not exist. Created. [2021-05-11T18:05:19.590Z] Lock acquired on [jenkins-edgexfoundry-device-rest-go-master-40-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-11T18:05:19.928Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-11T18:05:20.060Z] Stashed 1 file(s) [Pipeline] } [2021-05-11T18:05:20.076Z] Lock released on resource [jenkins-edgexfoundry-device-rest-go-master-40-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-11T18:05:21.938Z] 4ebd0625c992: Pull complete [2021-05-11T18:05:21.938Z] 207e8628e3a3: Pull complete [2021-05-11T18:05:22.209Z] c791037a9be2: Pull complete [2021-05-11T18:05:26.519Z] ffd874e62e21: Pull complete [2021-05-11T18:05:26.519Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-11T18:05:26.519Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-11T18:05:26.519Z] ---> cfc18b08335c [2021-05-11T18:05:26.519Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-05-11T18:05:28.496Z] ---> Running in 258f24b0e52a [2021-05-11T18:05:28.772Z] Removing intermediate container 258f24b0e52a [2021-05-11T18:05:28.772Z] ---> 3bdabd4e5287 [2021-05-11T18:05:28.772Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-05-11T18:05:29.047Z] ---> Running in 40a0e411acdd [2021-05-11T18:05:29.321Z] Removing intermediate container 40a0e411acdd [2021-05-11T18:05:29.321Z] ---> 99a89f3bee14 [2021-05-11T18:05:29.321Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-11T18:05:29.595Z] ---> Running in cd08c5a7f0b8 [2021-05-11T18:05:29.870Z] Removing intermediate container cd08c5a7f0b8 [2021-05-11T18:05:29.870Z] ---> 8677f18adfd3 [2021-05-11T18:05:29.870Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T18:05:30.143Z] ---> Running in 623bbac994cf [2021-05-11T18:05:32.774Z] Removing intermediate container 623bbac994cf [2021-05-11T18:05:32.774Z] ---> d73408e53fab [2021-05-11T18:05:32.774Z] Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-11T18:05:32.774Z] ---> Running in 752c05ce20dd [2021-05-11T18:05:33.757Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T18:05:34.732Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T18:05:35.713Z] (1/9) Installing libc-dev (0.7.2-r3) [2021-05-11T18:05:35.713Z] (2/9) Installing libsodium (1.0.18-r0) [2021-05-11T18:05:35.983Z] (3/9) Installing pkgconf (1.7.3-r0) [2021-05-11T18:05:35.983Z] (4/9) Installing libsodium-dev (1.0.18-r0) [2021-05-11T18:05:35.983Z] (5/9) Installing openssh-keygen (8.4_p1-r3) [2021-05-11T18:05:36.253Z] (6/9) Installing libedit (20191231.3.1-r1) [2021-05-11T18:05:36.253Z] (7/9) Installing openssh-client (8.4_p1-r3) [2021-05-11T18:05:36.844Z] (8/9) Installing libzmq (4.3.3-r1) [2021-05-11T18:05:37.117Z] (9/9) Installing zeromq-dev (4.3.3-r1) [2021-05-11T18:05:37.117Z] Executing busybox-1.32.1-r6.trigger [2021-05-11T18:05:37.390Z] OK: 144 MiB in 49 packages [2021-05-11T18:05:38.827Z] Removing intermediate container 752c05ce20dd [2021-05-11T18:05:38.827Z] ---> f1fe94ca20d2 [2021-05-11T18:05:38.827Z] Step 8/10 : WORKDIR /device-rest-go [2021-05-11T18:05:38.827Z] ---> Running in f006c9b55216 [2021-05-11T18:05:39.428Z] Removing intermediate container f006c9b55216 [2021-05-11T18:05:39.428Z] ---> 97df7a846aa4 [2021-05-11T18:05:39.428Z] Step 9/10 : COPY . . [2021-05-11T18:05:40.024Z] ---> 08a451060739 [2021-05-11T18:05:40.024Z] Step 10/10 : RUN go mod download [2021-05-11T18:05:40.297Z] ---> Running in 931a03e1fa14 [2021-05-11T18:06:07.118Z] Removing intermediate container 931a03e1fa14 [2021-05-11T18:06:07.118Z] ---> 7b047eebd024 [2021-05-11T18:06:07.118Z] Successfully built 7b047eebd024 [2021-05-11T18:06:07.118Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:06:07.454Z] + docker inspect -f . ci-base-image-arm64 [2021-05-11T18:06:07.454Z] . [Pipeline] withDockerContainer [2021-05-11T18:06:07.720Z] prd-ubuntu18.04-docker-arm64-4c-16g-4558 does not seem to be running inside a container [2021-05-11T18:06:07.795Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/40 -v /w/workspace/device-rest-go/40:/w/workspace/device-rest-go/40:rw,z -v /w/workspace/device-rest-go/40@tmp:/w/workspace/device-rest-go/40@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 ******** ci-base-image-arm64 cat [2021-05-11T18:06:09.273Z] $ docker top f2e6c67d107e793b3592ef65c662249692019991226d16e3e6f17c00efebd7a2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T18:06:10.276Z] + go version [2021-05-11T18:06:10.276Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-11T18:06:10.297Z] $ docker stop --time=1 f2e6c67d107e793b3592ef65c662249692019991226d16e3e6f17c00efebd7a2 [2021-05-11T18:06:12.161Z] $ docker rm -f f2e6c67d107e793b3592ef65c662249692019991226d16e3e6f17c00efebd7a2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:06:12.857Z] + docker inspect -f . ci-base-image-arm64 [2021-05-11T18:06:12.857Z] . [Pipeline] withDockerContainer [2021-05-11T18:06:13.081Z] prd-ubuntu18.04-docker-arm64-4c-16g-4558 does not seem to be running inside a container [2021-05-11T18:06:13.158Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/40 -v /w/workspace/device-rest-go/40:/w/workspace/device-rest-go/40:rw,z -v /w/workspace/device-rest-go/40@tmp:/w/workspace/device-rest-go/40@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 ******** ci-base-image-arm64 cat [2021-05-11T18:06:14.549Z] $ docker top 7930a539ee0ec907f3dfc72cf22c4a8cfd99924c01f54ec21006782d8ceb4891 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T18:06:15.467Z] + go mod tidy [Pipeline] sh [2021-05-11T18:06:16.706Z] + make test [2021-05-11T18:06:16.706Z] CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-05-11T18:06:17.694Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2021-05-11T18:07:14.297Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2021-05-11T18:07:14.297Z] ok github.com/edgexfoundry/device-rest-go/driver 0.038s coverage: 54.0% of statements [2021-05-11T18:07:14.297Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-05-11T18:07:36.678Z] gofmt -l . [2021-05-11T18:07:36.678Z] [ "`gofmt -l .`" = "" ] [2021-05-11T18:07:36.678Z] ./bin/test-go-mod-tidy.sh [2021-05-11T18:07:36.678Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-05-11T18:07:38.120Z] $ docker stop --time=1 7930a539ee0ec907f3dfc72cf22c4a8cfd99924c01f54ec21006782d8ceb4891 [2021-05-11T18:07:40.284Z] $ docker rm -f 7930a539ee0ec907f3dfc72cf22c4a8cfd99924c01f54ec21006782d8ceb4891 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T18:07:41.164Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-11T18:07:41.195Z] Warning: overwriting stash ‘coverage-report’ [2021-05-11T18:07:41.862Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-11T18:07:42.290Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-11T18:07:42.624Z] + ls -al . [2021-05-11T18:07:42.624Z] total 132 [2021-05-11T18:07:42.624Z] drwxrwxr-x 8 jenkins jenkins 4096 May 11 18:07 . [2021-05-11T18:07:42.624Z] drwxrwxr-x 4 jenkins jenkins 4096 May 11 18:04 .. [2021-05-11T18:07:42.624Z] -rw-rw-r-- 1 jenkins jenkins 151 May 11 18:04 .dockerignore [2021-05-11T18:07:42.624Z] drwxrwxr-x 8 jenkins jenkins 4096 May 11 18:04 .git [2021-05-11T18:07:42.624Z] drwxrwxr-x 2 jenkins jenkins 4096 May 11 18:04 .github [2021-05-11T18:07:42.624Z] -rw-rw-r-- 1 jenkins jenkins 339 May 11 18:04 .gitignore [2021-05-11T18:07:42.624Z] -rw-rw-r-- 1 jenkins jenkins 6792 May 11 18:04 Attribution.txt [2021-05-11T18:07:42.624Z] -rw-rw-r-- 1 jenkins jenkins 1602 May 11 18:04 Dockerfile [2021-05-11T18:07:42.624Z] -rw-rw-r-- 1 jenkins jenkins 1087 May 11 18:04 Dockerfile.build [2021-05-11T18:07:42.624Z] -rw-rw-r-- 1 jenkins jenkins 680 May 11 18:04 Jenkinsfile [2021-05-11T18:07:42.624Z] -rw-rw-r-- 1 jenkins jenkins 11340 May 11 18:04 LICENSE [2021-05-11T18:07:42.624Z] -rw-rw-r-- 1 jenkins jenkins 976 May 11 18:04 Makefile [2021-05-11T18:07:42.624Z] -rw-rw-r-- 1 jenkins jenkins 7667 May 11 18:04 README.md [2021-05-11T18:07:42.624Z] -rw-rw-r-- 1 jenkins jenkins 11 May 11 18:01 VERSION [2021-05-11T18:07:42.624Z] drwxrwxr-x 2 jenkins jenkins 4096 May 11 18:04 bin [2021-05-11T18:07:42.624Z] drwxrwxr-x 3 jenkins jenkins 4096 May 11 18:04 cmd [2021-05-11T18:07:42.624Z] -rw-r--r-- 1 jenkins jenkins 8513 May 11 18:07 coverage.out [2021-05-11T18:07:42.624Z] drwxrwxr-x 2 jenkins jenkins 4096 May 11 18:04 driver [2021-05-11T18:07:42.624Z] -rw-r--r-- 1 jenkins jenkins 285 May 11 18:07 go.mod [2021-05-11T18:07:42.624Z] -rw-r--r-- 1 jenkins jenkins 21278 May 11 18:06 go.sum [2021-05-11T18:07:42.624Z] drwxrwxr-x 4 jenkins jenkins 4096 May 11 18:04 snap [2021-05-11T18:07:42.624Z] -rw-rw-r-- 1 jenkins jenkins 713 May 11 18:04 version.go [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:07:42.967Z] + 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=4f98354a1324b6971af40554b83b1d8fb938970d --label arch=arm64 --label version=1.2.2-dev.8 . [2021-05-11T18:07:42.967Z] Sending build context to Docker daemon 102.9kB [2021-05-11T18:07:43.239Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-05-11T18:07:43.239Z] Step 2/24 : FROM ${BASE} AS builder [2021-05-11T18:07:43.239Z] ---> 7b047eebd024 [2021-05-11T18:07:43.239Z] Step 3/24 : ARG MAKE='make build' [2021-05-11T18:07:43.513Z] ---> Running in 40a97d047600 [2021-05-11T18:07:43.789Z] Removing intermediate container 40a97d047600 [2021-05-11T18:07:43.790Z] ---> f45e629c4029 [2021-05-11T18:07:43.790Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-05-11T18:07:44.065Z] ---> Running in 3685d9786f27 [2021-05-11T18:07:44.338Z] Removing intermediate container 3685d9786f27 [2021-05-11T18:07:44.338Z] ---> e452901d1b7b [2021-05-11T18:07:44.338Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-05-11T18:07:44.612Z] ---> Running in 8bcd3180e42b [2021-05-11T18:07:45.204Z] Removing intermediate container 8bcd3180e42b [2021-05-11T18:07:45.204Z] ---> 4acb52dc3bc6 [2021-05-11T18:07:45.204Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T18:07:45.204Z] ---> Running in d24c68acc3c6 [2021-05-11T18:07:47.181Z] Removing intermediate container d24c68acc3c6 [2021-05-11T18:07:47.181Z] ---> cad60f449dfa [2021-05-11T18:07:47.181Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-11T18:07:47.454Z] ---> Running in 612ac83c929c [2021-05-11T18:07:48.435Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T18:07:49.413Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T18:07:50.411Z] OK: 144 MiB in 49 packages [2021-05-11T18:07:51.393Z] Removing intermediate container 612ac83c929c [2021-05-11T18:07:51.393Z] ---> 53a2ba3293b0 [2021-05-11T18:07:51.393Z] Step 8/24 : WORKDIR /device-rest-go [2021-05-11T18:07:51.393Z] ---> Running in 050852bf6da0 [2021-05-11T18:07:51.990Z] Removing intermediate container 050852bf6da0 [2021-05-11T18:07:51.990Z] ---> 267c38cb9c75 [2021-05-11T18:07:51.990Z] Step 9/24 : COPY . . [2021-05-11T18:07:52.587Z] ---> de318bad9971 [2021-05-11T18:07:52.587Z] Step 10/24 : RUN make update [2021-05-11T18:07:52.862Z] ---> Running in a9783048abd5 [2021-05-11T18:07:53.838Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-05-11T18:07:55.270Z] Removing intermediate container a9783048abd5 [2021-05-11T18:07:55.270Z] ---> cc1547326a3d [2021-05-11T18:07:55.270Z] Step 11/24 : RUN $MAKE [2021-05-11T18:07:55.270Z] ---> Running in 1fa66e3e5daa [2021-05-11T18:07:56.252Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=1.2.2-dev.8" -o cmd/device-rest-go ./cmd [2021-05-11T18:08:35.296Z] Removing intermediate container 1fa66e3e5daa [2021-05-11T18:08:35.296Z] ---> 76a40f684195 [2021-05-11T18:08:35.296Z] Step 12/24 : FROM alpine:3.12 [2021-05-11T18:08:35.296Z] 3.12: Pulling from library/alpine [2021-05-11T18:08:35.296Z] d2f70382dc9a: Pulling fs layer [2021-05-11T18:08:35.296Z] d2f70382dc9a: Verifying Checksum [2021-05-11T18:08:35.296Z] d2f70382dc9a: Download complete [2021-05-11T18:08:35.296Z] d2f70382dc9a: Pull complete [2021-05-11T18:08:35.296Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T18:08:35.296Z] Status: Downloaded newer image for alpine:3.12 [2021-05-11T18:08:35.296Z] ---> 9852663dfa18 [2021-05-11T18:08:35.296Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-11T18:08:35.296Z] ---> Running in b4f6154ed7b2 [2021-05-11T18:08:35.296Z] Removing intermediate container b4f6154ed7b2 [2021-05-11T18:08:35.296Z] ---> f44c31ccebe2 [2021-05-11T18:08:35.296Z] Step 14/24 : LABEL Name=device-rest-go Version=${VERSION} [2021-05-11T18:08:35.296Z] ---> Running in 85c94e39cd3d [2021-05-11T18:08:35.296Z] Removing intermediate container 85c94e39cd3d [2021-05-11T18:08:35.296Z] ---> 27f7f3bed205 [2021-05-11T18:08:35.296Z] Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-11T18:08:35.296Z] ---> Running in 7a8d936af3a6 [2021-05-11T18:08:35.296Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T18:08:35.567Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T18:08:36.158Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-11T18:08:36.158Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-11T18:08:36.158Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-11T18:08:36.158Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-11T18:08:36.158Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-11T18:08:36.158Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-11T18:08:36.159Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T18:08:36.159Z] OK: 8 MiB in 20 packages [2021-05-11T18:08:37.584Z] Removing intermediate container 7a8d936af3a6 [2021-05-11T18:08:37.584Z] ---> f808341d7d56 [2021-05-11T18:08:37.584Z] Step 16/24 : COPY --from=builder /device-rest-go/cmd / [2021-05-11T18:08:38.567Z] ---> 13e7d10e93cc [2021-05-11T18:08:38.567Z] Step 17/24 : COPY --from=builder /device-rest-go/LICENSE / [2021-05-11T18:08:39.156Z] ---> 6d112261607c [2021-05-11T18:08:39.156Z] Step 18/24 : COPY --from=builder /device-rest-go/Attribution.txt / [2021-05-11T18:08:39.748Z] ---> 5228f4ed2b87 [2021-05-11T18:08:39.748Z] Step 19/24 : EXPOSE 49986 [2021-05-11T18:08:40.020Z] ---> Running in 13a3aaa17440 [2021-05-11T18:08:40.291Z] Removing intermediate container 13a3aaa17440 [2021-05-11T18:08:40.291Z] ---> 1597cb9e79da [2021-05-11T18:08:40.291Z] Step 20/24 : ENTRYPOINT ["/device-rest-go"] [2021-05-11T18:08:40.572Z] ---> Running in e65a43f35ad6 [2021-05-11T18:08:40.843Z] Removing intermediate container e65a43f35ad6 [2021-05-11T18:08:40.843Z] ---> 30ebb2ad156b [2021-05-11T18:08:40.843Z] Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2021-05-11T18:08:41.116Z] ---> Running in 45ed254e22e7 [2021-05-11T18:08:41.389Z] Removing intermediate container 45ed254e22e7 [2021-05-11T18:08:41.389Z] ---> 756e5ada0f72 [2021-05-11T18:08:41.389Z] Step 22/24 : LABEL arch=arm64 [2021-05-11T18:08:41.661Z] ---> Running in e4142700f725 [2021-05-11T18:08:41.931Z] Removing intermediate container e4142700f725 [2021-05-11T18:08:41.931Z] ---> a9528af13e3e [2021-05-11T18:08:41.931Z] Step 23/24 : LABEL git_sha=4f98354a1324b6971af40554b83b1d8fb938970d [2021-05-11T18:08:42.203Z] ---> Running in 81bb179c5160 [2021-05-11T18:08:42.474Z] Removing intermediate container 81bb179c5160 [2021-05-11T18:08:42.474Z] ---> 20a40b9e0ccf [2021-05-11T18:08:42.474Z] Step 24/24 : LABEL version=1.2.2-dev.8 [2021-05-11T18:08:42.745Z] ---> Running in 04667fba4120 [2021-05-11T18:08:43.022Z] Removing intermediate container 04667fba4120 [2021-05-11T18:08:43.022Z] ---> 6a89b7f1add0 [2021-05-11T18:08:43.022Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-11T18:08:43.022Z] Successfully built 6a89b7f1add0 [2021-05-11T18:08:43.022Z] Successfully tagged device-rest-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T18:08:43.447Z] provisioning config files... [2021-05-11T18:08:43.482Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/40@tmp/config3186977795508523626tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T18:08:43.851Z] ---> docker-login.sh [2021-05-11T18:08:43.851Z] nexus3.edgexfoundry.org:10001 [2021-05-11T18:08:44.124Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:08:44.397Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:08:44.397Z] Configure a credential helper to remove this warning. See [2021-05-11T18:08:44.397Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:08:44.397Z] [2021-05-11T18:08:44.397Z] Login Succeeded [2021-05-11T18:08:44.397Z] nexus3.edgexfoundry.org:10002 [2021-05-11T18:08:44.670Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:08:44.942Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:08:44.942Z] Configure a credential helper to remove this warning. See [2021-05-11T18:08:44.942Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:08:44.942Z] [2021-05-11T18:08:44.942Z] Login Succeeded [2021-05-11T18:08:44.942Z] nexus3.edgexfoundry.org:10003 [2021-05-11T18:08:45.212Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:08:45.485Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:08:45.485Z] Configure a credential helper to remove this warning. See [2021-05-11T18:08:45.485Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:08:45.485Z] [2021-05-11T18:08:45.485Z] Login Succeeded [2021-05-11T18:08:45.485Z] nexus3.edgexfoundry.org:10004 [2021-05-11T18:08:45.758Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:08:46.030Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:08:46.030Z] Configure a credential helper to remove this warning. See [2021-05-11T18:08:46.030Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:08:46.030Z] [2021-05-11T18:08:46.030Z] Login Succeeded [2021-05-11T18:08:46.031Z] docker.io [2021-05-11T18:08:46.302Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:08:46.890Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:08:46.890Z] Configure a credential helper to remove this warning. See [2021-05-11T18:08:46.890Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:08:46.890Z] [2021-05-11T18:08:46.890Z] Login Succeeded [2021-05-11T18:08:46.890Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T18:08:46.906Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-11T18:08:46.977Z] [edgeXDocker.push] Tagging docker image device-rest-arm64 with the following tags: [2021-05-11T18:08:46.978Z] 4f98354a1324b6971af40554b83b1d8fb938970d [2021-05-11T18:08:46.978Z] latest [2021-05-11T18:08:46.978Z] 1.2.2-dev.8 [2021-05-11T18:08:46.978Z] 4f98354a1324b6971af40554b83b1d8fb938970d-1.2.2-dev.8 [2021-05-11T18:08:46.978Z] master [2021-05-11T18:08:46.978Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:08:47.384Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:4f98354a1324b6971af40554b83b1d8fb938970d [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:08:47.722Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:4f98354a1324b6971af40554b83b1d8fb938970d [2021-05-11T18:08:47.722Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2021-05-11T18:08:47.722Z] fdb8693e1015: Preparing [2021-05-11T18:08:47.722Z] 492123df4aca: Preparing [2021-05-11T18:08:47.722Z] 572d55a7c41d: Preparing [2021-05-11T18:08:47.722Z] 1fa737a93a6a: Preparing [2021-05-11T18:08:47.722Z] 3fbe34a1663b: Preparing [2021-05-11T18:08:47.995Z] 3fbe34a1663b: Layer already exists [2021-05-11T18:08:47.995Z] fdb8693e1015: Pushed [2021-05-11T18:08:47.995Z] 492123df4aca: Pushed [2021-05-11T18:08:48.586Z] 1fa737a93a6a: Pushed [2021-05-11T18:08:51.195Z] 572d55a7c41d: Pushed [2021-05-11T18:08:51.195Z] 4f98354a1324b6971af40554b83b1d8fb938970d: digest: sha256:e31694b45ba7cef18c98811019627ad69640dd64e1140c709ebf4784e852f333 size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:08:51.544Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:08:51.884Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2021-05-11T18:08:51.884Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2021-05-11T18:08:51.884Z] fdb8693e1015: Preparing [2021-05-11T18:08:51.884Z] 492123df4aca: Preparing [2021-05-11T18:08:51.884Z] 572d55a7c41d: Preparing [2021-05-11T18:08:51.884Z] 1fa737a93a6a: Preparing [2021-05-11T18:08:51.884Z] 3fbe34a1663b: Preparing [2021-05-11T18:08:51.884Z] 572d55a7c41d: Layer already exists [2021-05-11T18:08:51.884Z] fdb8693e1015: Layer already exists [2021-05-11T18:08:51.884Z] 1fa737a93a6a: Layer already exists [2021-05-11T18:08:51.884Z] 3fbe34a1663b: Layer already exists [2021-05-11T18:08:51.884Z] 492123df4aca: Layer already exists [2021-05-11T18:08:52.155Z] latest: digest: sha256:e31694b45ba7cef18c98811019627ad69640dd64e1140c709ebf4784e852f333 size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:08:52.495Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:1.2.2-dev.8 [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:08:52.832Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:1.2.2-dev.8 [2021-05-11T18:08:52.832Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2021-05-11T18:08:52.832Z] fdb8693e1015: Preparing [2021-05-11T18:08:52.832Z] 492123df4aca: Preparing [2021-05-11T18:08:52.832Z] 572d55a7c41d: Preparing [2021-05-11T18:08:52.832Z] 1fa737a93a6a: Preparing [2021-05-11T18:08:52.832Z] 3fbe34a1663b: Preparing [2021-05-11T18:08:52.832Z] fdb8693e1015: Layer already exists [2021-05-11T18:08:52.832Z] 572d55a7c41d: Layer already exists [2021-05-11T18:08:52.832Z] 3fbe34a1663b: Layer already exists [2021-05-11T18:08:52.832Z] 492123df4aca: Layer already exists [2021-05-11T18:08:52.832Z] 1fa737a93a6a: Layer already exists [2021-05-11T18:08:53.104Z] 1.2.2-dev.8: digest: sha256:e31694b45ba7cef18c98811019627ad69640dd64e1140c709ebf4784e852f333 size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:08:53.455Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:4f98354a1324b6971af40554b83b1d8fb938970d-1.2.2-dev.8 [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:08:53.798Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:4f98354a1324b6971af40554b83b1d8fb938970d-1.2.2-dev.8 [2021-05-11T18:08:53.798Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2021-05-11T18:08:53.798Z] fdb8693e1015: Preparing [2021-05-11T18:08:53.798Z] 492123df4aca: Preparing [2021-05-11T18:08:53.798Z] 572d55a7c41d: Preparing [2021-05-11T18:08:53.798Z] 1fa737a93a6a: Preparing [2021-05-11T18:08:53.798Z] 3fbe34a1663b: Preparing [2021-05-11T18:08:53.798Z] 492123df4aca: Layer already exists [2021-05-11T18:08:53.798Z] fdb8693e1015: Layer already exists [2021-05-11T18:08:53.798Z] 1fa737a93a6a: Layer already exists [2021-05-11T18:08:53.798Z] 572d55a7c41d: Layer already exists [2021-05-11T18:08:53.798Z] 3fbe34a1663b: Layer already exists [2021-05-11T18:08:54.069Z] 4f98354a1324b6971af40554b83b1d8fb938970d-1.2.2-dev.8: digest: sha256:e31694b45ba7cef18c98811019627ad69640dd64e1140c709ebf4784e852f333 size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:08:54.420Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:08:54.755Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:master [2021-05-11T18:08:54.755Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2021-05-11T18:08:54.755Z] fdb8693e1015: Preparing [2021-05-11T18:08:54.755Z] 492123df4aca: Preparing [2021-05-11T18:08:54.755Z] 572d55a7c41d: Preparing [2021-05-11T18:08:54.755Z] 1fa737a93a6a: Preparing [2021-05-11T18:08:54.755Z] 3fbe34a1663b: Preparing [2021-05-11T18:08:54.755Z] fdb8693e1015: Layer already exists [2021-05-11T18:08:54.755Z] 572d55a7c41d: Layer already exists [2021-05-11T18:08:54.755Z] 492123df4aca: Layer already exists [2021-05-11T18:08:54.755Z] 3fbe34a1663b: Layer already exists [2021-05-11T18:08:54.755Z] 1fa737a93a6a: Layer already exists [2021-05-11T18:08:55.024Z] master: digest: sha256:e31694b45ba7cef18c98811019627ad69640dd64e1140c709ebf4784e852f333 size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-11T18:08:55.090Z] ===================================================== [Pipeline] echo [2021-05-11T18:08:55.106Z] taggedImages: [2021-05-11T18:08:55.106Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:4f98354a1324b6971af40554b83b1d8fb938970d [2021-05-11T18:08:55.106Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2021-05-11T18:08:55.106Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:1.2.2-dev.8 [2021-05-11T18:08:55.106Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:4f98354a1324b6971af40554b83b1d8fb938970d-1.2.2-dev.8 [2021-05-11T18:08:55.106Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-11T18:08:55.493Z] ---> job-cost.sh [2021-05-11T18:08:55.493Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-MSvG [2021-05-11T18:09:34.414Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-11T18:10:56.135Z] lf-activate-venv(): INFO: Adding /tmp/venv-MSvG/bin to PATH [2021-05-11T18:10:56.135Z] INFO: No Stack... [2021-05-11T18:10:56.135Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-11T18:10:56.135Z] INFO: Archiving Costs [Pipeline] sh [2021-05-11T18:10:56.476Z] + cut -d, -f6 [2021-05-11T18:10:56.476Z] + cat /w/workspace/device-rest-go/40/archives/cost.csv [Pipeline] lock [2021-05-11T18:10:56.615Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-master-40-stack-cost] [2021-05-11T18:10:56.629Z] Resource [jenkins-edgexfoundry-device-rest-go-master-40-stack-cost] did not exist. Created. [2021-05-11T18:10:56.629Z] Lock acquired on [jenkins-edgexfoundry-device-rest-go-master-40-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-11T18:10:57.142Z] /w/workspace/device-rest-go/40@tmp/durable-17b015e9/script.sh: 1: /w/workspace/device-rest-go/40@tmp/durable-17b015e9/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-11T18:10:57.532Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-11T18:10:57.571Z] Warning: overwriting stash ‘stack-cost’ [2021-05-11T18:10:57.796Z] Stashed 1 file(s) [Pipeline] } [2021-05-11T18:10:57.807Z] Lock released on resource [jenkins-edgexfoundry-device-rest-go-master-40-stack-cost] [Pipeline] // lock [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] wrap [2021-05-11T18:10:58.222Z] provisioning config files... [2021-05-11T18:10:58.235Z] copy managed file [device-rest-go-codecov-token] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config5586053190303821261tmp [Pipeline] { [Pipeline] sh [2021-05-11T18:10:58.587Z] + set +x [2021-05-11T18:10:58.587Z] + bash -s -- [2021-05-11T18:10:58.587Z] + curl -s https://codecov.io/bash [2021-05-11T18:10:58.851Z] [2021-05-11T18:10:58.851Z] _____ _ [2021-05-11T18:10:58.851Z] / ____| | | [2021-05-11T18:10:58.851Z] | | ___ __| | ___ ___ _____ __ [2021-05-11T18:10:58.851Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-11T18:10:58.851Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-11T18:10:58.851Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-11T18:10:58.851Z] Bash-1.0.2 [2021-05-11T18:10:58.851Z] [2021-05-11T18:10:58.851Z] [2021-05-11T18:10:58.851Z] ==> git version 2.24.3 found [2021-05-11T18:10:58.851Z] ==> 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 [2021-05-11T18:10:58.851Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-11T18:10:58.851Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-11T18:10:58.851Z] ==> Jenkins CI detected. [2021-05-11T18:10:58.851Z] project root: . [2021-05-11T18:10:58.851Z] --> token set from env [2021-05-11T18:10:58.851Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-11T18:10:58.851Z] ==> Running gcov in . (disable via -X gcov) [2021-05-11T18:10:58.851Z] ==> Python coveragepy not found [2021-05-11T18:10:58.851Z] ==> Searching for coverage reports in: [2021-05-11T18:10:58.851Z] + . [2021-05-11T18:10:58.851Z] -> Found 1 reports [2021-05-11T18:10:58.851Z] ==> Detecting git/mercurial file structure [2021-05-11T18:10:58.851Z] ==> Reading reports [2021-05-11T18:10:58.851Z] + ./coverage.out bytes=8513 [2021-05-11T18:10:58.851Z] ==> Appending adjustments [2021-05-11T18:10:58.851Z] https://docs.codecov.io/docs/fixing-reports [2021-05-11T18:10:58.851Z] + Found adjustments [2021-05-11T18:10:58.851Z] ==> Gzipping contents [2021-05-11T18:10:58.851Z] 4.0K /tmp/codecov.r8RpDo.gz [2021-05-11T18:10:58.851Z] ==> Uploading reports [2021-05-11T18:10:58.851Z] url: https://codecov.io [2021-05-11T18:10:58.851Z] query: branch=master&commit=4f98354a1324b6971af40554b83b1d8fb938970d&build=40&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmaster%2F40%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-11T18:10:58.851Z] -> Pinging Codecov [2021-05-11T18:10:58.851Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=4f98354a1324b6971af40554b83b1d8fb938970d&build=40&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmaster%2F40%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-11T18:10:59.426Z] -> Uploading to [2021-05-11T18:10:59.426Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-11/4E5D53B4F1F92C436F7061BF334D961C/4f98354a1324b6971af40554b83b1d8fb938970d/01664418-a79d-44ed-ab09-3ab9899b96ab.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210511%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210511T181059Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=36508e0872bb3ffaa06c2a1bdd20c49543b85548477fc35ef989d52f200ea176 [2021-05-11T18:10:59.426Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-11T18:10:59.426Z] Dload Upload Total Spent Left Speed [2021-05-11T18:10:59.952Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1622 0 0 100 1622 0 3294 --:--:-- --:--:-- --:--:-- 3290 [2021-05-11T18:10:59.952Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-rest-go/commit/4f98354a1324b6971af40554b83b1d8fb938970d [Pipeline] } [2021-05-11T18:10:59.975Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-05-11T18:11:00.278Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-05-11T18:11:00.318Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:11:00.693Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-11T18:11:00.693Z] [2021-05-11T18:11:00.693Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:11:01.026Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-11T18:11:01.026Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-05-11T18:11:01.026Z] 188c0c94c7c5: Pulling fs layer [2021-05-11T18:11:01.026Z] 0ef7d3d256c8: Pulling fs layer [2021-05-11T18:11:01.026Z] de9db76c5a1d: Pulling fs layer [2021-05-11T18:11:01.026Z] 0eba1c9be4d2: Pulling fs layer [2021-05-11T18:11:01.026Z] 0d57e429df01: Pulling fs layer [2021-05-11T18:11:01.026Z] 4e4be7b47b0d: Pulling fs layer [2021-05-11T18:11:01.026Z] e1f770b5df2f: Pulling fs layer [2021-05-11T18:11:01.026Z] 85a0685a4137: Pulling fs layer [2021-05-11T18:11:01.026Z] 0d57e429df01: Waiting [2021-05-11T18:11:01.027Z] 4e4be7b47b0d: Waiting [2021-05-11T18:11:01.027Z] 0eba1c9be4d2: Waiting [2021-05-11T18:11:01.027Z] e1f770b5df2f: Waiting [2021-05-11T18:11:01.027Z] 85a0685a4137: Waiting [2021-05-11T18:11:01.027Z] de9db76c5a1d: Verifying Checksum [2021-05-11T18:11:01.027Z] de9db76c5a1d: Download complete [2021-05-11T18:11:01.027Z] 0ef7d3d256c8: Download complete [2021-05-11T18:11:01.027Z] 0d57e429df01: Verifying Checksum [2021-05-11T18:11:01.027Z] 0d57e429df01: Download complete [2021-05-11T18:11:01.027Z] 4e4be7b47b0d: Verifying Checksum [2021-05-11T18:11:01.027Z] 4e4be7b47b0d: Download complete [2021-05-11T18:11:01.027Z] 188c0c94c7c5: Verifying Checksum [2021-05-11T18:11:01.616Z] 188c0c94c7c5: Pull complete [2021-05-11T18:11:01.884Z] 0ef7d3d256c8: Pull complete [2021-05-11T18:11:01.884Z] de9db76c5a1d: Pull complete [2021-05-11T18:11:01.884Z] e1f770b5df2f: Verifying Checksum [2021-05-11T18:11:01.884Z] e1f770b5df2f: Download complete [2021-05-11T18:11:04.459Z] 0eba1c9be4d2: Verifying Checksum [2021-05-11T18:11:04.459Z] 0eba1c9be4d2: Download complete [2021-05-11T18:11:04.459Z] 85a0685a4137: Verifying Checksum [2021-05-11T18:11:04.459Z] 85a0685a4137: Download complete [2021-05-11T18:11:11.097Z] 0eba1c9be4d2: Pull complete [2021-05-11T18:11:11.097Z] 0d57e429df01: Pull complete [2021-05-11T18:11:11.097Z] 4e4be7b47b0d: Pull complete [2021-05-11T18:11:13.029Z] e1f770b5df2f: Pull complete [2021-05-11T18:11:21.207Z] 85a0685a4137: Pull complete [2021-05-11T18:11:21.207Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-05-11T18:11:21.207Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-11T18:11:21.207Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-05-11T18:11:21.441Z] prd-centos7-docker-4c-2g-4554 does not seem to be running inside a container [2021-05-11T18:11:21.500Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-05-11T18:11:22.636Z] $ docker top 19d3004446ce9737ee5019d73390af4320ee9c5c2488317570060c479837c58a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-11T18:11:22.771Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-05-11T18:11:23.078Z] + set -o pipefail [2021-05-11T18:11:23.078Z] + snyk monitor '--org=edgex-jenkins' [2021-05-11T18:11:35.384Z] [2021-05-11T18:11:35.385Z] Monitoring /w/workspace/gexfoundry_device-rest-go_master (github.com/edgexfoundry/device-rest-go)... [2021-05-11T18:11:35.385Z] [2021-05-11T18:11:35.385Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/100cb2ad-363b-48d6-95bb-098d49e3156b/history/28b7b2ca-d5c7-46ad-83ce-6e78ec6900b5 [2021-05-11T18:11:35.385Z] [2021-05-11T18:11:35.385Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-05-11T18:11:35.385Z] [2021-05-11T18:11:35.385Z] [Pipeline] } [2021-05-11T18:11:35.403Z] $ docker stop --time=1 19d3004446ce9737ee5019d73390af4320ee9c5c2488317570060c479837c58a [2021-05-11T18:11:37.309Z] $ docker rm -f 19d3004446ce9737ee5019d73390af4320ee9c5c2488317570060c479837c58a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-11T18:11:38.578Z] + git log --format=format:%s -1 4f98354a1324b6971af40554b83b1d8fb938970d [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:11:38.896Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T18:11:38.896Z] . [Pipeline] withDockerContainer [2021-05-11T18:11:38.994Z] prd-centos7-docker-4c-2g-4554 does not seem to be running inside a container [2021-05-11T18:11:39.042Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-11T18:11:39.798Z] $ docker top d918e4a426520776e04594cd8164d4e7ec6cbb13299b241e6301ad9a2889343a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-11T18:11:39.949Z] [edgeXSemver]: ignoring command tag because GITSEMVER_HEAD_TAG is already set to 'v1.2.2-dev.7' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T18:11:40.266Z] + git semver [Pipeline] } [2021-05-11T18:11:40.287Z] $ docker stop --time=1 d918e4a426520776e04594cd8164d4e7ec6cbb13299b241e6301ad9a2889343a [2021-05-11T18:11:41.660Z] $ docker rm -f d918e4a426520776e04594cd8164d4e7ec6cbb13299b241e6301ad9a2889343a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:11:42.164Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-11T18:11:42.165Z] [2021-05-11T18:11:42.165Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:11:42.489Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-11T18:11:42.489Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-05-11T18:11:42.490Z] ab5ef0e58194: Pulling fs layer [2021-05-11T18:11:42.490Z] 9712f1f96733: Pulling fs layer [2021-05-11T18:11:42.490Z] 63f879dbbcfc: Pulling fs layer [2021-05-11T18:11:42.490Z] 0d9ebad4ef96: Pulling fs layer [2021-05-11T18:11:42.490Z] e9a5061849ea: Pulling fs layer [2021-05-11T18:11:42.490Z] d747dcd14b5f: Pulling fs layer [2021-05-11T18:11:42.490Z] 2de7ff778b66: Pulling fs layer [2021-05-11T18:11:42.490Z] e9a5061849ea: Waiting [2021-05-11T18:11:42.490Z] d747dcd14b5f: Waiting [2021-05-11T18:11:42.490Z] 2de7ff778b66: Waiting [2021-05-11T18:11:42.490Z] 0d9ebad4ef96: Waiting [2021-05-11T18:11:42.490Z] 9712f1f96733: Download complete [2021-05-11T18:11:43.899Z] 63f879dbbcfc: Verifying Checksum [2021-05-11T18:11:43.900Z] 63f879dbbcfc: Download complete [2021-05-11T18:11:44.170Z] e9a5061849ea: Verifying Checksum [2021-05-11T18:11:44.170Z] e9a5061849ea: Download complete [2021-05-11T18:11:44.170Z] d747dcd14b5f: Verifying Checksum [2021-05-11T18:11:44.170Z] d747dcd14b5f: Download complete [2021-05-11T18:11:44.436Z] 0d9ebad4ef96: Verifying Checksum [2021-05-11T18:11:44.436Z] 0d9ebad4ef96: Download complete [2021-05-11T18:11:44.699Z] 2de7ff778b66: Verifying Checksum [2021-05-11T18:11:44.699Z] 2de7ff778b66: Download complete [2021-05-11T18:11:44.966Z] ab5ef0e58194: Verifying Checksum [2021-05-11T18:11:44.966Z] ab5ef0e58194: Download complete [2021-05-11T18:11:50.321Z] ab5ef0e58194: Pull complete [2021-05-11T18:11:50.584Z] 9712f1f96733: Pull complete [2021-05-11T18:11:53.150Z] 63f879dbbcfc: Pull complete [2021-05-11T18:11:59.779Z] 0d9ebad4ef96: Pull complete [2021-05-11T18:12:00.354Z] e9a5061849ea: Pull complete [2021-05-11T18:12:00.621Z] d747dcd14b5f: Pull complete [2021-05-11T18:12:03.200Z] 2de7ff778b66: Pull complete [2021-05-11T18:12:03.200Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-05-11T18:12:03.200Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-11T18:12:03.200Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-05-11T18:12:03.427Z] prd-centos7-docker-4c-2g-4554 does not seem to be running inside a container [2021-05-11T18:12:03.474Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-05-11T18:12:07.428Z] $ docker top 4e1f569810124c54d37210f2db020db0428077baebf9f59ece6454d8416537e3 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-05-11T18:12:07.628Z] provisioning config files... [2021-05-11T18:12:07.639Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config4063199517551907706tmp [2021-05-11T18:12:07.655Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config4667256243130272037tmp [2021-05-11T18:12:07.670Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config1809300941468715056tmp [Pipeline] { [Pipeline] echo [2021-05-11T18:12:07.693Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T18:12:07.993Z] ---> sigul-configuration.sh [2021-05-11T18:12:07.994Z] gpg: directory `/root/.gnupg' created [2021-05-11T18:12:07.994Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-05-11T18:12:07.994Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-05-11T18:12:07.994Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-05-11T18:12:07.994Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-05-11T18:12:07.994Z] gpg: CAST5 encrypted data [2021-05-11T18:12:08.256Z] gpg: encrypted with 1 passphrase [2021-05-11T18:12:08.256Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-05-11T18:12:08.559Z] + mkdir /home/jenkins [2021-05-11T18:12:08.559Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-05-11T18:12:08.861Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-05-11T18:12:08.874Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T18:12:09.172Z] ---> sigul-install.sh [2021-05-11T18:12:15.775Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-05-11T18:12:16.101Z] + git tag --list [2021-05-11T18:12:16.101Z] v1.0.0 [2021-05-11T18:12:16.101Z] v1.1.0 [2021-05-11T18:12:16.101Z] v1.1.1 [2021-05-11T18:12:16.101Z] v1.1.2 [2021-05-11T18:12:16.101Z] v1.2.0 [2021-05-11T18:12:16.101Z] v1.2.1 [2021-05-11T18:12:16.101Z] v1.2.1-dev.1 [2021-05-11T18:12:16.101Z] v1.2.1-dev.2 [2021-05-11T18:12:16.101Z] v1.2.1-dev.3 [2021-05-11T18:12:16.101Z] v1.2.1-dev.4 [2021-05-11T18:12:16.101Z] v1.2.2-dev.1 [2021-05-11T18:12:16.101Z] v1.2.2-dev.2 [2021-05-11T18:12:16.101Z] v1.2.2-dev.3 [2021-05-11T18:12:16.101Z] v1.2.2-dev.4 [2021-05-11T18:12:16.101Z] v1.2.2-dev.5 [2021-05-11T18:12:16.101Z] v1.2.2-dev.6 [2021-05-11T18:12:16.101Z] v1.2.2-dev.7 [Pipeline] sh [2021-05-11T18:12:16.401Z] + lftools sign git-tag v1.2.2-dev.8 [2021-05-11T18:12:17.793Z] Signing Git tag with Sigul... [2021-05-11T18:12:17.793Z] Signing v1.2.2-dev.8 [2021-05-11T18:12:18.062Z] Error while calling git, args ['git', 'show-ref', '-s', 'refs/tags/v1.2.2-dev.8'], return code 1, stdout , stderr [Pipeline] echo [2021-05-11T18:12:18.075Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T18:12:18.372Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-05-11T18:12:18.381Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-05-11T18:12:18.416Z] $ docker stop --time=1 4e1f569810124c54d37210f2db020db0428077baebf9f59ece6454d8416537e3 [2021-05-11T18:12:19.937Z] $ docker rm -f 4e1f569810124c54d37210f2db020db0428077baebf9f59ece6454d8416537e3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:12:20.543Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T18:12:20.543Z] . [Pipeline] withDockerContainer [2021-05-11T18:12:20.662Z] prd-centos7-docker-4c-2g-4554 does not seem to be running inside a container [2021-05-11T18:12:20.867Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-11T18:12:21.579Z] $ docker top 09997597e3c7eb208156771b628b0e88864232eb18761b6a207e37ff3216228c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-11T18:12:21.725Z] [edgeXSemver]: ignoring command bump pre because GITSEMVER_HEAD_TAG is already set to 'v1.2.2-dev.7' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T18:12:22.072Z] + git semver [Pipeline] } [2021-05-11T18:12:22.091Z] $ docker stop --time=1 09997597e3c7eb208156771b628b0e88864232eb18761b6a207e37ff3216228c [2021-05-11T18:12:23.494Z] $ docker rm -f 09997597e3c7eb208156771b628b0e88864232eb18761b6a207e37ff3216228c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:12:23.922Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T18:12:23.923Z] . [Pipeline] withDockerContainer [2021-05-11T18:12:24.026Z] prd-centos7-docker-4c-2g-4554 does not seem to be running inside a container [2021-05-11T18:12:24.080Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-11T18:12:24.763Z] $ docker top af41f7f2a808b6ca97172cdf921fcbfa97fafe5e2c60fde5b886eb5510f8fe4a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-11T18:12:24.916Z] [edgeXSemver]: ignoring command push because GITSEMVER_HEAD_TAG is already set to 'v1.2.2-dev.7' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T18:12:25.231Z] + git semver [Pipeline] } [2021-05-11T18:12:25.250Z] $ docker stop --time=1 af41f7f2a808b6ca97172cdf921fcbfa97fafe5e2c60fde5b886eb5510f8fe4a [2021-05-11T18:12:26.649Z] $ docker rm -f af41f7f2a808b6ca97172cdf921fcbfa97fafe5e2c60fde5b886eb5510f8fe4a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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 [2021-05-11T18:12:27.391Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T18:12:27.965Z] ---> package-listing.sh [2021-05-11T18:12:27.965Z] ++ facter osfamily [2021-05-11T18:12:27.965Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-11T18:12:27.965Z] + OS_FAMILY=redhat [2021-05-11T18:12:27.965Z] + workspace=/w/workspace/gexfoundry_device-rest-go_master [2021-05-11T18:12:27.965Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-11T18:12:27.965Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-11T18:12:27.965Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-11T18:12:27.965Z] + PACKAGES=/tmp/packages_start.txt [2021-05-11T18:12:27.965Z] + '[' /w/workspace/gexfoundry_device-rest-go_master ']' [2021-05-11T18:12:27.965Z] + PACKAGES=/tmp/packages_end.txt [2021-05-11T18:12:27.965Z] + case "${OS_FAMILY}" in [2021-05-11T18:12:27.965Z] + rpm -qa [2021-05-11T18:12:27.965Z] + sort [2021-05-11T18:12:33.289Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-11T18:12:33.289Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-11T18:12:33.289Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-11T18:12:33.289Z] + '[' /w/workspace/gexfoundry_device-rest-go_master ']' [2021-05-11T18:12:33.289Z] + mkdir -p /w/workspace/gexfoundry_device-rest-go_master/archives/ [2021-05-11T18:12:33.289Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-rest-go_master/archives/ [Pipeline] echo [2021-05-11T18:12:33.304Z] 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_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-11T18:12:33.599Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:12:33.912Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T18:12:33.912Z] [2021-05-11T18:12:33.912Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:12:34.292Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T18:12:34.293Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-11T18:12:34.293Z] df20fa9351a1: Pulling fs layer [2021-05-11T18:12:34.293Z] 36b3adc4ff6f: Pulling fs layer [2021-05-11T18:12:34.293Z] 8ad3a11d3b57: Pulling fs layer [2021-05-11T18:12:34.293Z] 46f8f816bc3b: Pulling fs layer [2021-05-11T18:12:34.293Z] 93b61091891f: Pulling fs layer [2021-05-11T18:12:34.293Z] 93b9cdb0e59b: Pulling fs layer [2021-05-11T18:12:34.293Z] 5e14af77c1be: Pulling fs layer [2021-05-11T18:12:34.293Z] 01666e4c0597: Pulling fs layer [2021-05-11T18:12:34.293Z] aa168da1d23b: Pulling fs layer [2021-05-11T18:12:34.293Z] 93b61091891f: Waiting [2021-05-11T18:12:34.293Z] 93b9cdb0e59b: Waiting [2021-05-11T18:12:34.293Z] 5e14af77c1be: Waiting [2021-05-11T18:12:34.293Z] 01666e4c0597: Waiting [2021-05-11T18:12:34.293Z] aa168da1d23b: Waiting [2021-05-11T18:12:34.293Z] 46f8f816bc3b: Waiting [2021-05-11T18:12:34.293Z] 36b3adc4ff6f: Verifying Checksum [2021-05-11T18:12:34.293Z] 36b3adc4ff6f: Download complete [2021-05-11T18:12:34.293Z] 46f8f816bc3b: Verifying Checksum [2021-05-11T18:12:34.293Z] 46f8f816bc3b: Download complete [2021-05-11T18:12:34.293Z] df20fa9351a1: Download complete [2021-05-11T18:12:34.293Z] 93b9cdb0e59b: Verifying Checksum [2021-05-11T18:12:34.293Z] 93b9cdb0e59b: Download complete [2021-05-11T18:12:34.293Z] 5e14af77c1be: Verifying Checksum [2021-05-11T18:12:34.293Z] 5e14af77c1be: Download complete [2021-05-11T18:12:34.293Z] 93b61091891f: Download complete [2021-05-11T18:12:34.555Z] 01666e4c0597: Verifying Checksum [2021-05-11T18:12:34.555Z] 01666e4c0597: Download complete [2021-05-11T18:12:34.555Z] 8ad3a11d3b57: Verifying Checksum [2021-05-11T18:12:34.555Z] 8ad3a11d3b57: Download complete [2021-05-11T18:12:34.821Z] df20fa9351a1: Pull complete [2021-05-11T18:12:35.090Z] 36b3adc4ff6f: Pull complete [2021-05-11T18:12:36.047Z] 8ad3a11d3b57: Pull complete [2021-05-11T18:12:36.312Z] 46f8f816bc3b: Pull complete [2021-05-11T18:12:36.586Z] aa168da1d23b: Verifying Checksum [2021-05-11T18:12:36.586Z] aa168da1d23b: Download complete [2021-05-11T18:12:37.162Z] 93b61091891f: Pull complete [2021-05-11T18:12:37.162Z] 93b9cdb0e59b: Pull complete [2021-05-11T18:12:37.162Z] 5e14af77c1be: Pull complete [2021-05-11T18:12:37.430Z] 01666e4c0597: Pull complete [2021-05-11T18:12:45.633Z] aa168da1d23b: Pull complete [2021-05-11T18:12:45.633Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-11T18:12:45.633Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T18:12:45.633Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-11T18:12:45.759Z] prd-centos7-docker-4c-2g-4554 does not seem to be running inside a container [2021-05-11T18:12:45.806Z] $ 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_master/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_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-11T18:12:48.646Z] $ docker top 62203cb19058e80d60f780937a805279d8a32abbdb6465ba8bb6486470164da6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T18:12:49.066Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-11T18:12:49.368Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-11T18:12:49.667Z] + ls /var/log/sa-host [2021-05-11T18:12:49.667Z] + sadf -c /var/log/sa-host/sa11 [2021-05-11T18:12:49.667Z] file_magic: OK [2021-05-11T18:12:49.667Z] HZ: Using current value: 100 [2021-05-11T18:12:49.667Z] file_header: OK [2021-05-11T18:12:49.667Z] 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 [2021-05-11T18:12:49.667Z] Statistics: [2021-05-11T18:12:49.667Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-11T18:12:49.667Z] File successfully converted to sysstat format version 12.2.1 [2021-05-11T18:12:49.667Z] + sadf -c /var/log/sa-host/sa23 [2021-05-11T18:12:49.667Z] file_magic: OK [2021-05-11T18:12:49.667Z] HZ: Using current value: 100 [2021-05-11T18:12:49.667Z] file_header: OK [2021-05-11T18:12:49.667Z] 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 [2021-05-11T18:12:49.667Z] Statistics: [2021-05-11T18:12:49.667Z] Hnuu...uuuununununu... [2021-05-11T18:12:49.667Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-11T18:12:49.832Z] provisioning config files... [2021-05-11T18:12:49.870Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config7628579247882001254tmp [Pipeline] { [Pipeline] echo [2021-05-11T18:12:49.892Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T18:12:50.187Z] ---> create-netrc.sh [Pipeline] } [2021-05-11T18:12:50.197Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-11T18:12:50.705Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T18:12:51.014Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-11T18:12:51.026Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T18:12:51.322Z] ---> sudo-logs.sh [2021-05-11T18:12:51.322Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-11T18:12:51.350Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T18:12:51.647Z] ---> job-cost.sh [2021-05-11T18:12:51.647Z] lf-activate-venv: SKIPPING [2021-05-11T18:12:51.647Z] DEBUG: total: 0.20999999344348907 [2021-05-11T18:12:51.647Z] INFO: Retrieving Stack Cost... [2021-05-11T18:12:53.036Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-11T18:12:53.300Z] INFO: Archiving Costs [Pipeline] echo [2021-05-11T18:12:53.314Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T18:12:53.611Z] ---> logs-deploy.sh [2021-05-11T18:12:53.611Z] lf-activate-venv: SKIPPING [2021-05-11T18:12:53.611Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/master/40 [2021-05-11T18:12:53.611Z] INFO: archiving workspace using pattern(s): [2021-05-11T18:12:55.001Z] Archives upload complete. [2021-05-11T18:12:55.264Z] INFO: archiving logs to Nexus [2021-05-11T18:12:56.215Z] ---> uname -a: [2021-05-11T18:12:56.215Z] Linux prd-centos7-docker-4c-2g-4554.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-05-11T18:12:56.215Z] [2021-05-11T18:12:56.215Z] [2021-05-11T18:12:56.215Z] ---> lscpu: [2021-05-11T18:12:56.215Z] Architecture: x86_64 [2021-05-11T18:12:56.215Z] CPU op-mode(s): 32-bit, 64-bit [2021-05-11T18:12:56.215Z] Byte Order: Little Endian [2021-05-11T18:12:56.215Z] Address sizes: 40 bits physical, 48 bits virtual [2021-05-11T18:12:56.215Z] CPU(s): 4 [2021-05-11T18:12:56.215Z] On-line CPU(s) list: 0-3 [2021-05-11T18:12:56.215Z] Thread(s) per core: 1 [2021-05-11T18:12:56.215Z] Core(s) per socket: 1 [2021-05-11T18:12:56.215Z] Socket(s): 4 [2021-05-11T18:12:56.215Z] NUMA node(s): 1 [2021-05-11T18:12:56.215Z] Vendor ID: GenuineIntel [2021-05-11T18:12:56.215Z] CPU family: 6 [2021-05-11T18:12:56.215Z] Model: 44 [2021-05-11T18:12:56.215Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-05-11T18:12:56.215Z] Stepping: 1 [2021-05-11T18:12:56.215Z] CPU MHz: 2933.438 [2021-05-11T18:12:56.215Z] BogoMIPS: 5866.87 [2021-05-11T18:12:56.215Z] Virtualization: VT-x [2021-05-11T18:12:56.215Z] Hypervisor vendor: KVM [2021-05-11T18:12:56.215Z] Virtualization type: full [2021-05-11T18:12:56.215Z] L1d cache: 128 KiB [2021-05-11T18:12:56.215Z] L1i cache: 128 KiB [2021-05-11T18:12:56.215Z] L2 cache: 16 MiB [2021-05-11T18:12:56.215Z] L3 cache: 64 MiB [2021-05-11T18:12:56.215Z] NUMA node0 CPU(s): 0-3 [2021-05-11T18:12:56.215Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-05-11T18:12:56.215Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-05-11T18:12:56.215Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-05-11T18:12:56.215Z] Vulnerability Meltdown: Mitigation; PTI [2021-05-11T18:12:56.215Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-05-11T18:12:56.215Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-05-11T18:12:56.215Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-05-11T18:12:56.215Z] Vulnerability Srbds: Not affected [2021-05-11T18:12:56.215Z] Vulnerability Tsx async abort: Not affected [2021-05-11T18:12:56.215Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-05-11T18:12:56.215Z] [2021-05-11T18:12:56.215Z] [2021-05-11T18:12:56.215Z] ---> nproc: [2021-05-11T18:12:56.215Z] 4 [2021-05-11T18:12:56.215Z] [2021-05-11T18:12:56.215Z] [2021-05-11T18:12:56.215Z] ---> df -h: [2021-05-11T18:12:56.215Z] Filesystem Size Used Available Use% Mounted on [2021-05-11T18:12:56.215Z] overlay 50.0G 8.6G 41.4G 17% / [2021-05-11T18:12:56.215Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-05-11T18:12:56.215Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-05-11T18:12:56.215Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-05-11T18:12:56.215Z] /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os [2021-05-11T18:12:56.215Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf [2021-05-11T18:12:56.215Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname [2021-05-11T18:12:56.215Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts [2021-05-11T18:12:56.215Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log [2021-05-11T18:12:56.215Z] /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json [2021-05-11T18:12:56.215Z] /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/gexfoundry_device-rest-go_master [2021-05-11T18:12:56.215Z] /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/gexfoundry_device-rest-go_master@tmp [2021-05-11T18:12:56.216Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host [2021-05-11T18:12:56.216Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure [2021-05-11T18:12:56.216Z] [2021-05-11T18:12:56.216Z] [2021-05-11T18:12:56.216Z] ---> free -m: [2021-05-11T18:12:56.216Z] total used free shared buff/cache available [2021-05-11T18:12:56.216Z] Mem: 1837 829 143 0 864 943 [2021-05-11T18:12:56.216Z] Swap: 1023 2 1021 [2021-05-11T18:12:56.216Z] [2021-05-11T18:12:56.216Z] [2021-05-11T18:12:56.216Z] ---> ip addr: [2021-05-11T18:12:56.216Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-05-11T18:12:56.216Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-05-11T18:12:56.216Z] inet 127.0.0.1/8 scope host lo [2021-05-11T18:12:56.216Z] valid_lft forever preferred_lft forever [2021-05-11T18:12:56.216Z] inet6 ::1/128 scope host [2021-05-11T18:12:56.216Z] valid_lft forever preferred_lft forever [2021-05-11T18:12:56.216Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-05-11T18:12:56.216Z] link/ether fa:16:3e:98:b8:7d brd ff:ff:ff:ff:ff:ff [2021-05-11T18:12:56.216Z] inet 10.30.123.168/23 brd 10.30.123.255 scope global dynamic eth0 [2021-05-11T18:12:56.216Z] valid_lft 85684sec preferred_lft 85684sec [2021-05-11T18:12:56.216Z] inet6 fe80::f816:3eff:fe98:b87d/64 scope link [2021-05-11T18:12:56.216Z] valid_lft forever preferred_lft forever [2021-05-11T18:12:56.216Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-05-11T18:12:56.216Z] link/ether 02:42:88:aa:db:e4 brd ff:ff:ff:ff:ff:ff [2021-05-11T18:12:56.216Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-05-11T18:12:56.216Z] valid_lft forever preferred_lft forever [2021-05-11T18:12:56.216Z] inet6 fe80::42:88ff:feaa:dbe4/64 scope link [2021-05-11T18:12:56.216Z] valid_lft forever preferred_lft forever [2021-05-11T18:12:56.216Z] [2021-05-11T18:12:56.216Z] [2021-05-11T18:12:56.216Z] ---> sar -b -r -n DEV: [2021-05-11T18:12:56.216Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/11/21 _x86_64_ (4 CPU) [2021-05-11T18:12:56.216Z] [2021-05-11T18:12:56.216Z] 18:00:48 LINUX RESTART (4 CPU) [2021-05-11T18:12:56.216Z] [2021-05-11T18:12:56.216Z] 18:02:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-05-11T18:12:56.216Z] 18:03:01 2.58 0.00 2.58 0.00 0.00 57.19 0.00 [2021-05-11T18:12:56.216Z] 18:04:01 0.42 0.00 0.42 0.00 0.00 6.71 0.00 [2021-05-11T18:12:56.216Z] 18:05:01 0.22 0.00 0.22 0.00 0.00 3.25 0.00 [2021-05-11T18:12:56.216Z] 18:06:02 0.25 0.00 0.25 0.00 0.00 3.60 0.00 [2021-05-11T18:12:56.216Z] 18:07:01 0.29 0.00 0.29 0.00 0.00 4.23 0.00 [2021-05-11T18:12:56.216Z] 18:08:01 0.28 0.00 0.28 0.00 0.00 3.58 0.00 [2021-05-11T18:12:56.216Z] 18:09:01 0.27 0.00 0.27 0.00 0.00 3.33 0.00 [2021-05-11T18:12:56.216Z] 18:10:01 0.22 0.00 0.22 0.00 0.00 2.18 0.00 [2021-05-11T18:12:56.216Z] 18:11:01 0.52 0.23 0.28 0.00 99.88 3.35 0.00 [2021-05-11T18:12:56.216Z] 18:12:01 440.94 219.06 221.88 0.00 10094.31 62918.80 0.00 [2021-05-11T18:12:56.216Z] Average: 44.96 22.11 22.85 0.00 1027.64 6351.80 0.00 [2021-05-11T18:12:56.216Z] [2021-05-11T18:12:56.216Z] 18:02:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-05-11T18:12:56.216Z] 18:03:01 163544 0 618888 32.89 2620 1096492 1110880 37.91 451952 1067732 20 [2021-05-11T18:12:56.216Z] 18:04:01 168484 0 613936 32.63 2620 1096504 1070536 36.54 448324 1067220 20 [2021-05-11T18:12:56.216Z] 18:05:01 166068 0 616348 32.76 2620 1096508 1070560 36.54 462836 1054916 20 [2021-05-11T18:12:56.216Z] 18:06:02 165992 0 616424 32.76 2620 1096508 1070584 36.54 462060 1055876 8 [2021-05-11T18:12:56.216Z] 18:07:01 164472 0 617936 32.84 2620 1096516 1070548 36.54 465848 1053772 8 [2021-05-11T18:12:56.216Z] 18:08:01 164884 0 617520 32.82 2620 1096520 1070440 36.53 466428 1052696 8 [2021-05-11T18:12:56.216Z] 18:09:01 165132 0 617268 32.81 2620 1096524 1070440 36.53 466564 1052696 8 [2021-05-11T18:12:56.216Z] 18:10:01 165100 0 617296 32.81 2620 1096528 1070440 36.53 466612 1052696 8 [2021-05-11T18:12:56.216Z] 18:11:01 76492 0 691096 36.73 2620 1111336 1518712 51.83 538840 1064788 24496 [2021-05-11T18:12:56.216Z] 18:12:01 75480 0 837724 44.52 1632 966708 1526732 52.10 599740 878932 59652 [2021-05-11T18:12:56.216Z] Average: 147565 0 646444 34.36 2521 1085014 1164987 39.76 482920 1040132 8425 [2021-05-11T18:12:56.216Z] [2021-05-11T18:12:56.216Z] 18:02:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-05-11T18:12:56.216Z] 18:03:01 eth0 1.10 0.32 0.35 0.21 0.00 0.00 0.00 0.00 [2021-05-11T18:12:56.216Z] 18:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T18:12:56.216Z] 18:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T18:12:56.216Z] 18:04:01 eth0 2.10 0.30 0.40 0.17 0.00 0.00 0.00 0.00 [2021-05-11T18:12:56.216Z] 18:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T18:12:56.216Z] 18:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T18:12:56.216Z] 18:05:01 eth0 1.38 0.65 0.58 0.40 0.00 0.00 0.00 0.00 [2021-05-11T18:12:56.216Z] 18:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T18:12:56.216Z] 18:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T18:12:56.216Z] 18:06:02 eth0 0.83 0.30 0.30 0.23 0.00 0.00 0.00 0.00 [2021-05-11T18:12:56.216Z] 18:06:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T18:12:56.216Z] 18:06:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T18:12:56.216Z] 18:07:01 eth0 0.93 0.41 0.44 0.27 0.00 0.00 0.00 0.00 [2021-05-11T18:12:56.216Z] 18:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T18:12:56.216Z] 18:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T18:12:56.216Z] 18:08:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-11T18:12:56.216Z] 18:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T18:12:56.216Z] 18:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T18:12:56.216Z] 18:09:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-11T18:12:56.216Z] 18:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T18:12:56.216Z] 18:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T18:12:56.216Z] 18:10:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T18:12:56.216Z] 18:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T18:12:56.216Z] 18:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T18:12:56.216Z] 18:11:01 eth0 56.97 45.56 381.94 33.74 0.00 0.00 0.00 0.00 [2021-05-11T18:12:56.216Z] 18:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T18:12:56.216Z] 18:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T18:12:56.216Z] 18:12:01 eth0 818.83 694.69 7242.39 62.93 0.00 0.00 0.00 0.00 [2021-05-11T18:12:56.216Z] 18:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T18:12:56.216Z] 18:12:01 docker0 73.91 77.23 5.86 382.31 0.00 0.00 0.00 0.00 [2021-05-11T18:12:56.216Z] Average: eth0 88.91 74.81 768.58 9.85 0.00 0.00 0.00 0.00 [2021-05-11T18:12:56.216Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T18:12:56.216Z] Average: docker0 7.45 7.79 0.59 38.54 0.00 0.00 0.00 0.00 [2021-05-11T18:12:56.216Z] [2021-05-11T18:12:56.216Z] [2021-05-11T18:12:56.216Z] ---> sar -P ALL: [2021-05-11T18:12:56.216Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/11/21 _x86_64_ (4 CPU) [2021-05-11T18:12:56.216Z] [2021-05-11T18:12:56.216Z] 18:00:48 LINUX RESTART (4 CPU) [2021-05-11T18:12:56.216Z] [2021-05-11T18:12:56.216Z] 18:02:01 CPU %user %nice %system %iowait %steal %idle [2021-05-11T18:12:56.216Z] 18:03:01 all 0.16 0.00 0.06 0.00 0.00 99.77 [2021-05-11T18:12:56.216Z] 18:03:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-05-11T18:12:56.216Z] 18:03:01 1 0.28 0.00 0.07 0.00 0.00 99.65 [2021-05-11T18:12:56.216Z] 18:03:01 2 0.30 0.00 0.07 0.00 0.00 99.63 [2021-05-11T18:12:56.216Z] 18:03:01 3 0.05 0.00 0.08 0.00 0.00 99.87 [2021-05-11T18:12:56.216Z] 18:04:01 all 0.16 0.00 0.06 0.00 0.00 99.77 [2021-05-11T18:12:56.216Z] 18:04:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-05-11T18:12:56.216Z] 18:04:01 1 0.50 0.00 0.08 0.00 0.00 99.42 [2021-05-11T18:12:56.216Z] 18:04:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-05-11T18:12:56.216Z] 18:04:01 3 0.07 0.00 0.07 0.00 0.02 99.85 [2021-05-11T18:12:56.216Z] 18:05:01 all 0.16 0.00 0.05 0.00 0.00 99.79 [2021-05-11T18:12:56.216Z] 18:05:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-05-11T18:12:56.216Z] 18:05:01 1 0.48 0.00 0.05 0.00 0.00 99.47 [2021-05-11T18:12:56.216Z] 18:05:01 2 0.03 0.00 0.08 0.00 0.00 99.88 [2021-05-11T18:12:56.216Z] 18:05:01 3 0.10 0.00 0.05 0.00 0.00 99.85 [2021-05-11T18:12:56.216Z] 18:06:02 all 0.08 0.00 0.05 0.00 0.00 99.87 [2021-05-11T18:12:56.216Z] 18:06:02 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-05-11T18:12:56.216Z] 18:06:02 1 0.18 0.00 0.08 0.00 0.00 99.73 [2021-05-11T18:12:56.216Z] 18:06:02 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-05-11T18:12:56.216Z] 18:06:02 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-05-11T18:12:56.216Z] 18:07:01 all 0.06 0.00 0.07 0.00 0.01 99.87 [2021-05-11T18:12:56.216Z] 18:07:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2021-05-11T18:12:56.216Z] 18:07:01 1 0.07 0.00 0.05 0.00 0.02 99.86 [2021-05-11T18:12:56.216Z] 18:07:01 2 0.07 0.00 0.14 0.00 0.00 99.80 [2021-05-11T18:12:56.216Z] 18:07:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-05-11T18:12:56.216Z] 18:08:01 all 0.11 0.00 0.10 0.00 0.00 99.79 [2021-05-11T18:12:56.216Z] 18:08:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-05-11T18:12:56.216Z] 18:08:01 1 0.33 0.00 0.12 0.00 0.02 99.53 [2021-05-11T18:12:56.216Z] 18:08:01 2 0.02 0.00 0.20 0.00 0.00 99.78 [2021-05-11T18:12:56.216Z] 18:08:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-05-11T18:12:56.216Z] 18:09:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-05-11T18:12:56.216Z] 18:09:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-05-11T18:12:56.216Z] 18:09:01 1 0.52 0.00 0.03 0.00 0.00 99.45 [2021-05-11T18:12:56.216Z] 18:09:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-05-11T18:12:56.216Z] 18:09:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-05-11T18:12:56.216Z] 18:10:01 all 0.16 0.00 0.03 0.00 0.00 99.82 [2021-05-11T18:12:56.216Z] 18:10:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2021-05-11T18:12:56.216Z] 18:10:01 1 0.53 0.00 0.02 0.00 0.00 99.45 [2021-05-11T18:12:56.216Z] 18:10:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-05-11T18:12:56.216Z] 18:10:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-05-11T18:12:56.216Z] 18:11:01 all 0.90 0.00 0.55 0.00 0.04 98.50 [2021-05-11T18:12:56.216Z] 18:11:01 0 1.00 0.00 0.58 0.00 0.03 98.38 [2021-05-11T18:12:56.216Z] 18:11:01 1 1.38 0.00 0.47 0.02 0.07 98.07 [2021-05-11T18:12:56.216Z] 18:11:01 2 0.58 0.00 0.45 0.00 0.03 98.93 [2021-05-11T18:12:56.216Z] 18:11:01 3 0.63 0.00 0.70 0.00 0.03 98.63 [2021-05-11T18:12:56.216Z] 18:12:01 all 18.39 0.00 13.48 6.13 0.54 61.47 [2021-05-11T18:12:56.216Z] 18:12:01 0 17.97 0.00 14.20 3.77 0.41 63.65 [2021-05-11T18:12:56.216Z] 18:12:01 1 17.41 0.00 12.17 7.69 0.61 62.12 [2021-05-11T18:12:56.216Z] 18:12:01 2 17.90 0.00 14.30 7.70 0.59 59.51 [2021-05-11T18:12:56.216Z] 18:12:01 3 20.28 0.00 13.26 5.33 0.54 60.60 [2021-05-11T18:12:56.216Z] Average: all 1.96 0.00 1.40 0.59 0.06 95.99 [2021-05-11T18:12:56.216Z] Average: 0 1.83 0.00 1.43 0.36 0.04 96.33 [2021-05-11T18:12:56.216Z] Average: 1 2.12 0.00 1.28 0.75 0.07 95.79 [2021-05-11T18:12:56.216Z] Average: 2 1.84 0.00 1.49 0.74 0.06 95.87 [2021-05-11T18:12:56.216Z] Average: 3 2.06 0.00 1.38 0.51 0.06 95.99 [2021-05-11T18:12:56.216Z] [2021-05-11T18:12:56.216Z] [2021-05-11T18:12:56.216Z]