Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8e1e7cb95d5530821e601db4473f34bcb708dd90 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-rest-go 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-985 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 Checking out Revision 8e1e7cb95d5530821e601db4473f34bcb708dd90 (master) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 8e1e7cb95d5530821e601db4473f34bcb708dd90 # timeout=10 Commit message: "Merge pull request #78 from soda480/US149" > git rev-list --no-walk c106e3b7cdc74f36fa9af41cafdbf5af9d0ee584 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-19T21:52:26.693Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-19T21:52:26.831Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-19T21:52:26.859Z] ========================================================= [2021-04-19T21:52:26.859Z] EdgeX Global Pipelines Version Info [2021-04-19T21:52:26.859Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:52:28.448Z] ------------------- [2021-04-19T21:52:28.448Z] stable info: [2021-04-19T21:52:28.448Z] ------------------- [2021-04-19T21:52:28.448Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-19T21:52:28.448Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-19T21:52:28.448Z] Message: update stable to v1.0.186 [2021-04-19T21:52:29.397Z] ------------------- [2021-04-19T21:52:29.397Z] experimental info: [2021-04-19T21:52:29.397Z] ------------------- [2021-04-19T21:52:29.397Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-19T21:52:29.397Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-19T21:52:29.397Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-19T21:52:29.522Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2021-04-19T21:52:29.545Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2021-04-19T21:52:29.567Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-19T21:52:29.590Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-19T21:52:29.612Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-19T21:52:29.634Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-19T21:52:29.659Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-19T21:52:29.682Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-19T21:52:29.706Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-19T21:52:29.729Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-19T21:52:29.751Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-19T21:52:29.777Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-rest-go [Pipeline] echo [2021-04-19T21:52:29.802Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-19T21:52:29.825Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-19T21:52:29.847Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-19T21:52:29.869Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-19T21:52:29.892Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-19T21:52:29.915Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-19T21:52:29.938Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-19T21:52:30.005Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-19T21:52:30.028Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-19T21:52:30.063Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-19T21:52:30.086Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-19T21:52:30.109Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-19T21:52:30.131Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-19T21:52:30.164Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-19T21:52:30.187Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-19T21:52:30.214Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-19T21:52:30.238Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-19T21:52:30.263Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8e1e7cb95d5530821e601db4473f34bcb708dd90 [Pipeline] echo [2021-04-19T21:52:30.289Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8e1e7cb [Pipeline] echo [2021-04-19T21:52:30.312Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T21:52:30.382Z] provisioning config files... [2021-04-19T21:52:30.411Z] copy managed file [device-rest-go-settings] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config6323856701547180539tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:52:30.731Z] ---> docker-login.sh [2021-04-19T21:52:30.731Z] nexus3.edgexfoundry.org:10001 [2021-04-19T21:52:30.995Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T21:52:31.256Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T21:52:31.256Z] Configure a credential helper to remove this warning. See [2021-04-19T21:52:31.256Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T21:52:31.256Z] [2021-04-19T21:52:31.256Z] Login Succeeded [2021-04-19T21:52:31.256Z] nexus3.edgexfoundry.org:10002 [2021-04-19T21:52:31.256Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T21:52:31.256Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T21:52:31.256Z] Configure a credential helper to remove this warning. See [2021-04-19T21:52:31.256Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T21:52:31.256Z] [2021-04-19T21:52:31.256Z] Login Succeeded [2021-04-19T21:52:31.256Z] nexus3.edgexfoundry.org:10003 [2021-04-19T21:52:31.519Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T21:52:31.519Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T21:52:31.519Z] Configure a credential helper to remove this warning. See [2021-04-19T21:52:31.519Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T21:52:31.519Z] [2021-04-19T21:52:31.519Z] Login Succeeded [2021-04-19T21:52:31.519Z] nexus3.edgexfoundry.org:10004 [2021-04-19T21:52:31.519Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T21:52:31.780Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T21:52:31.780Z] Configure a credential helper to remove this warning. See [2021-04-19T21:52:31.780Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T21:52:31.780Z] [2021-04-19T21:52:31.780Z] Login Succeeded [2021-04-19T21:52:31.780Z] docker.io [2021-04-19T21:52:31.780Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T21:52:32.042Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T21:52:32.042Z] Configure a credential helper to remove this warning. See [2021-04-19T21:52:32.042Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T21:52:32.042Z] [2021-04-19T21:52:32.042Z] Login Succeeded [2021-04-19T21:52:32.042Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T21:52:32.065Z] 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-04-19T21:52:32.522Z] + git log --format=format:%s -1 8e1e7cb95d5530821e601db4473f34bcb708dd90 [Pipeline] echo [2021-04-19T21:52:32.601Z] GIT_COMMIT: 8e1e7cb95d5530821e601db4473f34bcb708dd90, Commit Message: Merge pull request #78 from soda480/US149 [Pipeline] echo [2021-04-19T21:52:32.615Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:52:33.168Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T21:52:33.168Z] [2021-04-19T21:52:33.168Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:52:33.500Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T21:52:33.500Z] latest: Pulling from edgex-devops/git-semver [2021-04-19T21:52:33.500Z] 31603596830f: Pulling fs layer [2021-04-19T21:52:33.500Z] 2a8b12db71e7: Pulling fs layer [2021-04-19T21:52:33.500Z] 6ca5941a6612: Pulling fs layer [2021-04-19T21:52:33.500Z] ecc8261a40a4: Pulling fs layer [2021-04-19T21:52:33.500Z] ecc8261a40a4: Waiting [2021-04-19T21:52:33.500Z] 2a8b12db71e7: Verifying Checksum [2021-04-19T21:52:33.500Z] 2a8b12db71e7: Download complete [2021-04-19T21:52:33.763Z] 31603596830f: Download complete [2021-04-19T21:52:33.763Z] ecc8261a40a4: Verifying Checksum [2021-04-19T21:52:33.763Z] ecc8261a40a4: Download complete [2021-04-19T21:52:33.763Z] 6ca5941a6612: Verifying Checksum [2021-04-19T21:52:33.763Z] 6ca5941a6612: Download complete [2021-04-19T21:52:34.025Z] 31603596830f: Pull complete [2021-04-19T21:52:34.288Z] 2a8b12db71e7: Pull complete [2021-04-19T21:52:35.237Z] 6ca5941a6612: Pull complete [2021-04-19T21:52:35.237Z] ecc8261a40a4: Pull complete [2021-04-19T21:52:35.237Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-19T21:52:35.501Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T21:52:35.501Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-19T21:52:35.611Z] prd-centos7-docker-4c-2g-985 does not seem to be running inside a container [2021-04-19T21:52:35.665Z] $ 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-04-19T21:52:37.685Z] $ docker top 4d2fcb35c80d83c5356fac27bd66f4ee97a5ae02b198531bd281c711685d7c56 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T21:52:37.834Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T21:52:37.835Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T21:52:38.038Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T21:52:38.044Z] $ docker exec 4d2fcb35c80d83c5356fac27bd66f4ee97a5ae02b198531bd281c711685d7c56 ssh-agent [2021-04-19T21:52:38.220Z] SSH_AUTH_SOCK=/tmp/ssh-K8ZG4Cx1gWk2/agent.12 [2021-04-19T21:52:38.220Z] SSH_AGENT_PID=17 [2021-04-19T21:52:38.230Z] Running ssh-add (command line suppressed) [2021-04-19T21:52:38.360Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_2372257163232980312.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_2372257163232980312.key) [2021-04-19T21:52:38.415Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T21:52:38.721Z] + git tag --points-at HEAD [Pipeline] } [2021-04-19T21:52:38.740Z] $ docker exec --env ******** --env ******** 4d2fcb35c80d83c5356fac27bd66f4ee97a5ae02b198531bd281c711685d7c56 ssh-agent -k [2021-04-19T21:52:38.876Z] unset SSH_AUTH_SOCK; [2021-04-19T21:52:38.877Z] unset SSH_AGENT_PID; [2021-04-19T21:52:38.877Z] echo Agent pid 17 killed; [2021-04-19T21:52:38.923Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-19T21:52:38.963Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T21:52:38.963Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T21:52:39.128Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T21:52:39.132Z] $ docker exec 4d2fcb35c80d83c5356fac27bd66f4ee97a5ae02b198531bd281c711685d7c56 ssh-agent [2021-04-19T21:52:39.314Z] SSH_AUTH_SOCK=/tmp/ssh-YMiQvVml7Umj/agent.45 [2021-04-19T21:52:39.314Z] SSH_AGENT_PID=50 [2021-04-19T21:52:39.321Z] Running ssh-add (command line suppressed) [2021-04-19T21:52:39.448Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_8176651950068358657.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_8176651950068358657.key) [2021-04-19T21:52:39.498Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T21:52:39.799Z] + git semver init [2021-04-19T21:52:39.799Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T21:52:39.799Z] # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git [2021-04-19T21:52:39.799Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master [2021-04-19T21:52:39.799Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T21:52:39.799Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T21:52:39.799Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T21:52:39.799Z] # $SEMVER_BRANCH = master [2021-04-19T21:52:39.799Z] # $SEMVER_TEMP = /tmp/semver-885583469 [2021-04-19T21:52:39.799Z] # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP [2021-04-19T21:52:41.193Z] # '/tmp/semver-885583469' -> '/w/workspace/gexfoundry_device-rest-go_master/.semver' [2021-04-19T21:52:41.193Z] # -> Force: false [2021-04-19T21:52:41.193Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [Pipeline] } [2021-04-19T21:52:41.206Z] $ docker exec --env ******** --env ******** 4d2fcb35c80d83c5356fac27bd66f4ee97a5ae02b198531bd281c711685d7c56 ssh-agent -k [2021-04-19T21:52:41.334Z] unset SSH_AUTH_SOCK; [2021-04-19T21:52:41.335Z] unset SSH_AGENT_PID; [2021-04-19T21:52:41.335Z] echo Agent pid 50 killed; [2021-04-19T21:52:41.385Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T21:52:41.723Z] + git semver [Pipeline] } [2021-04-19T21:52:41.742Z] $ docker stop --time=1 4d2fcb35c80d83c5356fac27bd66f4ee97a5ae02b198531bd281c711685d7c56 [2021-04-19T21:52:43.140Z] $ docker rm -f 4d2fcb35c80d83c5356fac27bd66f4ee97a5ae02b198531bd281c711685d7c56 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T21:52:43.533Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-19T21:52:43.962Z] Stashed 1 file(s) [Pipeline] echo [2021-04-19T21:52:43.965Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.2 [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-04-19T21:52:59.129Z] Still waiting to schedule task [2021-04-19T21:52:59.130Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-19T21:52:59.132Z] Still waiting to schedule task [2021-04-19T21:52:59.132Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-04-19T21:55:16.879Z] Running on prd-centos7-docker-4c-2g-992 in /w/workspace/gexfoundry_device-rest-go_master [Pipeline] { [Pipeline] ws [2021-04-19T21:55:16.897Z] Running in /w/workspace/device-rest-go/34 [Pipeline] { [Pipeline] checkout [2021-04-19T21:55:23.211Z] using credential edgex-jenkins-ssh [2021-04-19T21:55:23.229Z] Cloning the remote Git repository [2021-04-19T21:55:23.266Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2021-04-19T21:55:23.355Z] > git init /w/workspace/device-rest-go/34 # timeout=10 [2021-04-19T21:55:23.556Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-04-19T21:55:23.556Z] > git --version # timeout=10 [2021-04-19T21:55:23.614Z] > git --version # 'git version 2.24.3' [2021-04-19T21:55:23.615Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T21:55:23.685Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T21:55:25.353Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-04-19T21:55:25.484Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T21:55:25.527Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-04-19T21:55:25.639Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-04-19T21:55:25.640Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T21:55:25.655Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-19T21:55:26.135Z] Checking out Revision 8e1e7cb95d5530821e601db4473f34bcb708dd90 (master) [2021-04-19T21:55:26.148Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T21:55:26.194Z] > git checkout -f 8e1e7cb95d5530821e601db4473f34bcb708dd90 # timeout=10 [2021-04-19T21:55:30.049Z] Commit message: "Merge pull request #78 from soda480/US149" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T21:55:31.312Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-19T21:55:31.664Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-19T21:55:31.990Z] + true [2021-04-19T21:55:31.990Z] + sudo service docker restart [2021-04-19T21:55:31.990Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T21:55:34.001Z] provisioning config files... [2021-04-19T21:55:34.051Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/34@tmp/config3015950905238750727tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:55:34.623Z] ---> docker-login.sh [2021-04-19T21:55:34.623Z] nexus3.edgexfoundry.org:10001 [2021-04-19T21:55:35.734Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T21:55:35.734Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T21:55:35.734Z] Configure a credential helper to remove this warning. See [2021-04-19T21:55:35.734Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T21:55:35.734Z] [2021-04-19T21:55:35.734Z] Login Succeeded [2021-04-19T21:55:35.734Z] nexus3.edgexfoundry.org:10002 [2021-04-19T21:55:36.335Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T21:55:36.626Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T21:55:36.626Z] Configure a credential helper to remove this warning. See [2021-04-19T21:55:36.626Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T21:55:36.626Z] [2021-04-19T21:55:36.626Z] Login Succeeded [2021-04-19T21:55:36.626Z] nexus3.edgexfoundry.org:10003 [2021-04-19T21:55:36.909Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T21:55:37.185Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T21:55:37.185Z] Configure a credential helper to remove this warning. See [2021-04-19T21:55:37.185Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T21:55:37.185Z] [2021-04-19T21:55:37.185Z] Login Succeeded [2021-04-19T21:55:37.185Z] nexus3.edgexfoundry.org:10004 [2021-04-19T21:55:37.185Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T21:55:37.480Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T21:55:37.481Z] Configure a credential helper to remove this warning. See [2021-04-19T21:55:37.481Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T21:55:37.481Z] [2021-04-19T21:55:37.481Z] Login Succeeded [2021-04-19T21:55:37.481Z] docker.io [2021-04-19T21:55:38.113Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T21:55:38.395Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T21:55:38.395Z] Configure a credential helper to remove this warning. See [2021-04-19T21:55:38.395Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T21:55:38.395Z] [2021-04-19T21:55:38.395Z] Login Succeeded [2021-04-19T21:55:38.395Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T21:55:38.423Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-19T21:55:38.838Z] ========================================================= [2021-04-19T21:55:38.838Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-19T21:55:38.838Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:55:39.213Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-19T21:55:39.213Z] Sending build context to Docker daemon 89.09kB [2021-04-19T21:55:39.492Z] Step 1/10 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T21:55:39.492Z] Step 2/10 : FROM ${BASE} [2021-04-19T21:55:39.492Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-19T21:55:39.492Z] 188c0c94c7c5: Pulling fs layer [2021-04-19T21:55:39.492Z] 0ef7d3d256c8: Pulling fs layer [2021-04-19T21:55:39.492Z] de9db76c5a1d: Pulling fs layer [2021-04-19T21:55:39.492Z] bca2f99d35d6: Pulling fs layer [2021-04-19T21:55:39.492Z] 93359f2a8cfa: Pulling fs layer [2021-04-19T21:55:39.492Z] bca2f99d35d6: Waiting [2021-04-19T21:55:39.492Z] 7c6f9722023f: Pulling fs layer [2021-04-19T21:55:39.492Z] a35cf1a2eb13: Pulling fs layer [2021-04-19T21:55:39.492Z] 93359f2a8cfa: Waiting [2021-04-19T21:55:39.492Z] 7c6f9722023f: Waiting [2021-04-19T21:55:39.492Z] a35cf1a2eb13: Waiting [2021-04-19T21:55:39.768Z] de9db76c5a1d: Verifying Checksum [2021-04-19T21:55:39.768Z] de9db76c5a1d: Download complete [2021-04-19T21:55:39.768Z] 0ef7d3d256c8: Verifying Checksum [2021-04-19T21:55:39.768Z] 0ef7d3d256c8: Download complete [2021-04-19T21:55:39.768Z] 93359f2a8cfa: Download complete [2021-04-19T21:55:39.768Z] 7c6f9722023f: Download complete [2021-04-19T21:55:39.768Z] 188c0c94c7c5: Verifying Checksum [2021-04-19T21:55:39.768Z] 188c0c94c7c5: Download complete [2021-04-19T21:55:40.430Z] 188c0c94c7c5: Pull complete [2021-04-19T21:55:41.043Z] 0ef7d3d256c8: Pull complete [2021-04-19T21:55:41.319Z] de9db76c5a1d: Pull complete [2021-04-19T21:55:43.430Z] a35cf1a2eb13: Verifying Checksum [2021-04-19T21:55:43.430Z] a35cf1a2eb13: Download complete [2021-04-19T21:55:44.436Z] bca2f99d35d6: Verifying Checksum [2021-04-19T21:55:44.436Z] bca2f99d35d6: Download complete [2021-04-19T21:55:57.098Z] bca2f99d35d6: Pull complete [2021-04-19T21:55:57.098Z] 93359f2a8cfa: Pull complete [2021-04-19T21:55:57.381Z] 7c6f9722023f: Pull complete [2021-04-19T21:56:05.980Z] a35cf1a2eb13: Pull complete [2021-04-19T21:56:05.980Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-19T21:56:05.980Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-19T21:56:05.980Z] ---> a62c8e92a672 [2021-04-19T21:56:05.980Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2021-04-19T21:56:05.980Z] ---> Running in 9ddd654de8a5 [2021-04-19T21:56:06.264Z] Removing intermediate container 9ddd654de8a5 [2021-04-19T21:56:06.264Z] ---> 4f8ab4280d50 [2021-04-19T21:56:06.264Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-04-19T21:56:06.535Z] ---> Running in 4eab4d2e8189 [2021-04-19T21:56:06.677Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-993 in /w/workspace/gexfoundry_device-rest-go_master [Pipeline] { [Pipeline] ws [2021-04-19T21:56:06.695Z] Running in /w/workspace/device-rest-go/34 [Pipeline] { [Pipeline] checkout [2021-04-19T21:56:06.802Z] Removing intermediate container 4eab4d2e8189 [2021-04-19T21:56:06.802Z] ---> c0f6bb2f578f [2021-04-19T21:56:06.802Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-19T21:56:06.802Z] ---> Running in a7b4b69653b2 [2021-04-19T21:56:07.067Z] Removing intermediate container a7b4b69653b2 [2021-04-19T21:56:07.067Z] ---> 9d6ddeed89c5 [2021-04-19T21:56:07.067Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T21:56:07.067Z] ---> Running in efa606f2273f [2021-04-19T21:56:09.804Z] Removing intermediate container efa606f2273f [2021-04-19T21:56:09.804Z] ---> df53e3f94b6b [2021-04-19T21:56:09.804Z] Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-19T21:56:09.804Z] ---> Running in 689e132ae351 [2021-04-19T21:56:10.795Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T21:56:11.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T21:56:11.985Z] OK: 166 MiB in 39 packages [2021-04-19T21:56:12.170Z] using credential edgex-jenkins-ssh [2021-04-19T21:56:12.203Z] Cloning the remote Git repository [2021-04-19T21:56:12.600Z] Removing intermediate container 689e132ae351 [2021-04-19T21:56:12.600Z] ---> 4a4b46989cde [2021-04-19T21:56:12.600Z] Step 8/10 : WORKDIR /device-rest-go [2021-04-19T21:56:12.867Z] ---> Running in 6a1a351f5c4c [2021-04-19T21:56:13.139Z] Removing intermediate container 6a1a351f5c4c [2021-04-19T21:56:13.139Z] ---> 74f35dd35cfd [2021-04-19T21:56:13.139Z] Step 9/10 : COPY . . [2021-04-19T21:56:12.250Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2021-04-19T21:56:12.352Z] > git init /w/workspace/device-rest-go/34 # timeout=10 [2021-04-19T21:56:12.483Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-04-19T21:56:12.484Z] > git --version # timeout=10 [2021-04-19T21:56:12.530Z] > git --version # 'git version 2.17.1' [2021-04-19T21:56:12.532Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T21:56:12.622Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T21:56:13.789Z] ---> cd05ca884653 [2021-04-19T21:56:13.789Z] Step 10/10 : RUN go mod download [2021-04-19T21:56:14.072Z] ---> Running in 7463c99772f7 [2021-04-19T21:56:14.394Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-04-19T21:56:14.415Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T21:56:14.440Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-04-19T21:56:14.988Z] Checking out Revision 8e1e7cb95d5530821e601db4473f34bcb708dd90 (master) [2021-04-19T21:56:14.484Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-04-19T21:56:14.485Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T21:56:14.496Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-19T21:56:15.004Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T21:56:15.024Z] > git checkout -f 8e1e7cb95d5530821e601db4473f34bcb708dd90 # timeout=10 [2021-04-19T21:56:19.288Z] Commit message: "Merge pull request #78 from soda480/US149" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T21:56:20.559Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-19T21:56:20.998Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-19T21:56:21.522Z] + sudo service docker restart [2021-04-19T21:56:21.522Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T21:56:23.526Z] provisioning config files... [2021-04-19T21:56:23.586Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/34@tmp/config8856796374378488856tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:56:23.948Z] ---> docker-login.sh [2021-04-19T21:56:23.948Z] nexus3.edgexfoundry.org:10001 [2021-04-19T21:56:24.537Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T21:56:25.134Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T21:56:25.134Z] Configure a credential helper to remove this warning. See [2021-04-19T21:56:25.134Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T21:56:25.134Z] [2021-04-19T21:56:25.134Z] Login Succeeded [2021-04-19T21:56:25.134Z] nexus3.edgexfoundry.org:10002 [2021-04-19T21:56:25.409Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T21:56:25.682Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T21:56:25.682Z] Configure a credential helper to remove this warning. See [2021-04-19T21:56:25.682Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T21:56:25.682Z] [2021-04-19T21:56:25.682Z] Login Succeeded [2021-04-19T21:56:25.682Z] nexus3.edgexfoundry.org:10003 [2021-04-19T21:56:25.952Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T21:56:26.222Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T21:56:26.222Z] Configure a credential helper to remove this warning. See [2021-04-19T21:56:26.222Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T21:56:26.222Z] [2021-04-19T21:56:26.222Z] Login Succeeded [2021-04-19T21:56:26.222Z] nexus3.edgexfoundry.org:10004 [2021-04-19T21:56:26.493Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T21:56:26.493Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T21:56:26.493Z] Configure a credential helper to remove this warning. See [2021-04-19T21:56:26.493Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T21:56:26.493Z] [2021-04-19T21:56:26.493Z] Login Succeeded [2021-04-19T21:56:26.493Z] docker.io [2021-04-19T21:56:27.090Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T21:56:27.361Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T21:56:27.361Z] Configure a credential helper to remove this warning. See [2021-04-19T21:56:27.361Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T21:56:27.361Z] [2021-04-19T21:56:27.361Z] Login Succeeded [2021-04-19T21:56:27.361Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T21:56:27.378Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-19T21:56:27.678Z] ========================================================= [2021-04-19T21:56:27.678Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-19T21:56:27.678Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:56:28.019Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-19T21:56:28.019Z] Sending build context to Docker daemon 89.09kB [2021-04-19T21:56:28.296Z] Step 1/10 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T21:56:28.296Z] Step 2/10 : FROM ${BASE} [2021-04-19T21:56:28.296Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-19T21:56:28.296Z] 5f621e34cdf4: Pulling fs layer [2021-04-19T21:56:28.296Z] a4357932f1b6: Pulling fs layer [2021-04-19T21:56:28.296Z] 18c013af1878: Pulling fs layer [2021-04-19T21:56:28.296Z] 00ac8860ef70: Pulling fs layer [2021-04-19T21:56:28.296Z] 63d7cb157983: Pulling fs layer [2021-04-19T21:56:28.296Z] b116817d02f9: Pulling fs layer [2021-04-19T21:56:28.296Z] 745a02a5169b: Pulling fs layer [2021-04-19T21:56:28.296Z] 63d7cb157983: Waiting [2021-04-19T21:56:28.296Z] b116817d02f9: Waiting [2021-04-19T21:56:28.296Z] 745a02a5169b: Waiting [2021-04-19T21:56:28.296Z] 00ac8860ef70: Waiting [2021-04-19T21:56:28.575Z] 18c013af1878: Verifying Checksum [2021-04-19T21:56:28.575Z] 18c013af1878: Download complete [2021-04-19T21:56:28.575Z] a4357932f1b6: Verifying Checksum [2021-04-19T21:56:28.575Z] a4357932f1b6: Download complete [2021-04-19T21:56:28.575Z] 63d7cb157983: Download complete [2021-04-19T21:56:28.575Z] b116817d02f9: Verifying Checksum [2021-04-19T21:56:28.575Z] b116817d02f9: Download complete [2021-04-19T21:56:28.575Z] 5f621e34cdf4: Verifying Checksum [2021-04-19T21:56:28.575Z] 5f621e34cdf4: Download complete [2021-04-19T21:56:29.178Z] 5f621e34cdf4: Pull complete [2021-04-19T21:56:29.790Z] a4357932f1b6: Pull complete [2021-04-19T21:56:30.392Z] 18c013af1878: Pull complete [2021-04-19T21:56:30.985Z] 745a02a5169b: Download complete [2021-04-19T21:56:31.965Z] 00ac8860ef70: Download complete [2021-04-19T21:56:42.122Z] 00ac8860ef70: Pull complete [2021-04-19T21:56:42.395Z] 63d7cb157983: Pull complete [2021-04-19T21:56:42.670Z] b116817d02f9: Pull complete [2021-04-19T21:56:46.606Z] Removing intermediate container 7463c99772f7 [2021-04-19T21:56:46.606Z] ---> 81bf0c237171 [2021-04-19T21:56:46.606Z] Successfully built 81bf0c237171 [2021-04-19T21:56:46.607Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:56:46.995Z] 745a02a5169b: Pull complete [2021-04-19T21:56:46.995Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-19T21:56:46.995Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-19T21:56:46.995Z] ---> b7e6874047d6 [2021-04-19T21:56:46.995Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2021-04-19T21:56:47.100Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-19T21:56:48.107Z] . [Pipeline] withDockerContainer [2021-04-19T21:56:48.299Z] prd-centos7-docker-4c-2g-992 does not seem to be running inside a container [2021-04-19T21:56:48.372Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/34 -v /w/workspace/device-rest-go/34:/w/workspace/device-rest-go/34:rw,z -v /w/workspace/device-rest-go/34@tmp:/w/workspace/device-rest-go/34@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 ******** ci-base-image-x86_64 cat [2021-04-19T21:56:49.581Z] $ docker top e662249e94715b30653abf3bfb3b9c9524bf98c31d039ffe486256db2b6779cf -eo pid,comm [2021-04-19T21:56:49.633Z] ---> Running in 92bdf450e278 [Pipeline] { [Pipeline] sh [2021-04-19T21:56:49.905Z] Removing intermediate container 92bdf450e278 [2021-04-19T21:56:49.905Z] ---> 7353c819e8b0 [2021-04-19T21:56:49.905Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-04-19T21:56:50.160Z] + go version [2021-04-19T21:56:50.181Z] ---> Running in 96eb8f76d6f4 [2021-04-19T21:56:50.440Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-19T21:56:50.460Z] $ docker stop --time=1 e662249e94715b30653abf3bfb3b9c9524bf98c31d039ffe486256db2b6779cf [2021-04-19T21:56:50.775Z] Removing intermediate container 96eb8f76d6f4 [2021-04-19T21:56:50.775Z] ---> 80c055b522ce [2021-04-19T21:56:50.775Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-19T21:56:50.775Z] ---> Running in 826e3daeb5af [2021-04-19T21:56:51.375Z] Removing intermediate container 826e3daeb5af [2021-04-19T21:56:51.376Z] ---> 76f4cf9f57f9 [2021-04-19T21:56:51.376Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T21:56:51.376Z] ---> Running in f14a2d66bcc8 [2021-04-19T21:56:52.048Z] $ docker rm -f e662249e94715b30653abf3bfb3b9c9524bf98c31d039ffe486256db2b6779cf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:56:52.826Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-19T21:56:52.826Z] . [Pipeline] withDockerContainer [2021-04-19T21:56:53.106Z] prd-centos7-docker-4c-2g-992 does not seem to be running inside a container [2021-04-19T21:56:53.246Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/34 -v /w/workspace/device-rest-go/34:/w/workspace/device-rest-go/34:rw,z -v /w/workspace/device-rest-go/34@tmp:/w/workspace/device-rest-go/34@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 ******** ci-base-image-x86_64 cat [2021-04-19T21:56:54.008Z] Removing intermediate container f14a2d66bcc8 [2021-04-19T21:56:54.009Z] ---> 79f4c67aabfb [2021-04-19T21:56:54.009Z] Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-19T21:56:54.009Z] ---> Running in 8ef65f81de8c [2021-04-19T21:56:55.443Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T21:56:56.036Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T21:56:56.066Z] $ docker top 9bf6eb824cd0c4474e90d1059cd2db05b44ea22364ca7597c3e44cdf711c26c3 -eo pid,comm [2021-04-19T21:56:56.640Z] OK: 142 MiB in 39 packages [Pipeline] { [Pipeline] sh [2021-04-19T21:56:57.272Z] + make test [2021-04-19T21:56:57.273Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-04-19T21:56:58.076Z] Removing intermediate container 8ef65f81de8c [2021-04-19T21:56:58.076Z] ---> eb70d6f03cf4 [2021-04-19T21:56:58.076Z] Step 8/10 : WORKDIR /device-rest-go [2021-04-19T21:56:58.076Z] ---> Running in f60ef6c15641 [2021-04-19T21:56:58.671Z] Removing intermediate container f60ef6c15641 [2021-04-19T21:56:58.671Z] ---> 00742244f4c9 [2021-04-19T21:56:58.671Z] Step 9/10 : COPY . . [2021-04-19T21:56:59.267Z] ---> 12363654a546 [2021-04-19T21:56:59.267Z] Step 10/10 : RUN go mod download [2021-04-19T21:56:59.864Z] ---> Running in 1b119ac68351 [2021-04-19T21:56:59.899Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2021-04-19T21:57:22.602Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2021-04-19T21:57:23.425Z] ok github.com/edgexfoundry/device-rest-go/driver 0.093s coverage: 56.3% of statements [2021-04-19T21:57:23.698Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-04-19T21:57:26.660Z] Removing intermediate container 1b119ac68351 [2021-04-19T21:57:26.660Z] ---> 1d69ae936437 [2021-04-19T21:57:26.660Z] Successfully built 1d69ae936437 [2021-04-19T21:57:26.660Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:57:27.000Z] + docker inspect -f . ci-base-image-arm64 [2021-04-19T21:57:27.000Z] . [Pipeline] withDockerContainer [2021-04-19T21:57:27.234Z] prd-ubuntu18.04-docker-arm64-4c-16g-993 does not seem to be running inside a container [2021-04-19T21:57:27.330Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/34 -v /w/workspace/device-rest-go/34:/w/workspace/device-rest-go/34:rw,z -v /w/workspace/device-rest-go/34@tmp:/w/workspace/device-rest-go/34@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 ******** ci-base-image-arm64 cat [2021-04-19T21:57:28.851Z] $ docker top 0367c8a22035e22b15248d1d2d3e86ae266e9fa37359c2713956a9379e2af7f3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T21:57:29.233Z] gofmt -l . [2021-04-19T21:57:29.233Z] [ "`gofmt -l .`" = "" ] [2021-04-19T21:57:29.233Z] ./bin/test-go-mod-tidy.sh [2021-04-19T21:57:29.768Z] + go version [2021-04-19T21:57:29.768Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-19T21:57:29.799Z] $ docker stop --time=1 0367c8a22035e22b15248d1d2d3e86ae266e9fa37359c2713956a9379e2af7f3 [2021-04-19T21:57:29.816Z] ./bin/test-attribution-txt.sh [2021-04-19T21:57:31.864Z] $ docker rm -f 0367c8a22035e22b15248d1d2d3e86ae266e9fa37359c2713956a9379e2af7f3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2021-04-19T21:57:32.095Z] $ docker stop --time=1 9bf6eb824cd0c4474e90d1059cd2db05b44ea22364ca7597c3e44cdf711c26c3 [2021-04-19T21:57:35.905Z] $ docker rm -f 9bf6eb824cd0c4474e90d1059cd2db05b44ea22364ca7597c3e44cdf711c26c3 [Pipeline] // script [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:57:36.633Z] + sudo chown -R jenkins:jenkins . [2021-04-19T21:57:36.768Z] + docker inspect -f . ci-base-image-arm64 [2021-04-19T21:57:36.768Z] . [Pipeline] withDockerContainer [2021-04-19T21:57:37.002Z] prd-ubuntu18.04-docker-arm64-4c-16g-993 does not seem to be running inside a container [2021-04-19T21:57:37.090Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/34 -v /w/workspace/device-rest-go/34:/w/workspace/device-rest-go/34:rw,z -v /w/workspace/device-rest-go/34@tmp:/w/workspace/device-rest-go/34@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 ******** ci-base-image-arm64 cat [2021-04-19T21:57:38.624Z] $ docker top b8f8e0db273dccd59d213179ea52a1ed8eaa2cca1c31c3471139f00af5253c2f -eo pid,comm [Pipeline] { [Pipeline] stash [Pipeline] sh [2021-04-19T21:57:39.331Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-04-19T21:57:39.569Z] + make test [2021-04-19T21:57:39.569Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [Pipeline] sh [2021-04-19T21:57:40.412Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-19T21:57:40.556Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2021-04-19T21:57:40.771Z] + ls -al . [2021-04-19T21:57:40.771Z] total 96 [2021-04-19T21:57:40.771Z] drwxrwxr-x. 8 jenkins jenkins 4096 Apr 19 21:57 . [2021-04-19T21:57:40.771Z] drwxrwxr-x. 4 jenkins jenkins 30 Apr 19 21:55 .. [2021-04-19T21:57:40.771Z] -rw-rw-r--. 1 jenkins jenkins 5294 Apr 19 21:55 Attribution.txt [2021-04-19T21:57:40.771Z] drwxrwxr-x. 2 jenkins jenkins 64 Apr 19 21:55 bin [2021-04-19T21:57:40.771Z] drwxrwxr-x. 3 jenkins jenkins 32 Apr 19 21:55 cmd [2021-04-19T21:57:40.771Z] -rw-r--r--. 1 jenkins jenkins 9369 Apr 19 21:57 coverage.out [2021-04-19T21:57:40.771Z] -rw-rw-r--. 1 jenkins jenkins 1530 Apr 19 21:55 Dockerfile [2021-04-19T21:57:40.771Z] -rw-rw-r--. 1 jenkins jenkins 1002 Apr 19 21:55 Dockerfile.build [2021-04-19T21:57:40.771Z] -rw-rw-r--. 1 jenkins jenkins 151 Apr 19 21:55 .dockerignore [2021-04-19T21:57:40.771Z] drwxrwxr-x. 2 jenkins jenkins 93 Apr 19 21:57 driver [2021-04-19T21:57:40.771Z] drwxrwxr-x. 8 jenkins jenkins 162 Apr 19 21:55 .git [2021-04-19T21:57:40.771Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 19 21:55 .github [2021-04-19T21:57:40.771Z] -rw-rw-r--. 1 jenkins jenkins 339 Apr 19 21:55 .gitignore [2021-04-19T21:57:40.771Z] -rw-r--r--. 1 jenkins jenkins 267 Apr 19 21:57 go.mod [2021-04-19T21:57:40.771Z] -rw-r--r--. 1 jenkins jenkins 13985 Apr 19 21:57 go.sum [2021-04-19T21:57:40.771Z] -rw-rw-r--. 1 jenkins jenkins 680 Apr 19 21:55 Jenkinsfile [2021-04-19T21:57:40.771Z] -rw-rw-r--. 1 jenkins jenkins 11340 Apr 19 21:55 LICENSE [2021-04-19T21:57:40.771Z] -rw-rw-r--. 1 jenkins jenkins 951 Apr 19 21:55 Makefile [2021-04-19T21:57:40.771Z] -rw-rw-r--. 1 jenkins jenkins 7690 Apr 19 21:55 README.md [2021-04-19T21:57:40.771Z] drwxrwxr-x. 4 jenkins jenkins 71 Apr 19 21:55 snap [2021-04-19T21:57:40.771Z] -rw-rw-r--. 1 jenkins jenkins 11 Apr 19 21:52 VERSION [2021-04-19T21:57:40.771Z] -rw-rw-r--. 1 jenkins jenkins 713 Apr 19 21:55 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:57:41.134Z] + docker build -t docker-device-rest-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=8e1e7cb95d5530821e601db4473f34bcb708dd90 --label arch=amd64 --label version=1.2.2-dev.2 . [2021-04-19T21:57:41.424Z] Sending build context to Docker daemon 100.9kB [2021-04-19T21:57:41.703Z] Step 1/25 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T21:57:41.703Z] Step 2/25 : FROM ${BASE} AS builder [2021-04-19T21:57:41.703Z] ---> 81bf0c237171 [2021-04-19T21:57:41.703Z] Step 3/25 : ARG MAKE='make build' [2021-04-19T21:57:41.703Z] ---> Running in 08e30d2579d6 [2021-04-19T21:57:42.313Z] Removing intermediate container 08e30d2579d6 [2021-04-19T21:57:42.313Z] ---> c190644dacb9 [2021-04-19T21:57:42.313Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git" [2021-04-19T21:57:42.313Z] ---> Running in d275e7377187 [2021-04-19T21:57:42.605Z] Removing intermediate container d275e7377187 [2021-04-19T21:57:42.605Z] ---> f9033a071f5e [2021-04-19T21:57:42.605Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2021-04-19T21:57:42.881Z] ---> Running in 32d1c5e3a614 [2021-04-19T21:57:43.153Z] Removing intermediate container 32d1c5e3a614 [2021-04-19T21:57:43.153Z] ---> 6c91fca8907e [2021-04-19T21:57:43.153Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T21:57:43.153Z] ---> Running in 3cc6c9307685 [2021-04-19T21:57:44.585Z] Removing intermediate container 3cc6c9307685 [2021-04-19T21:57:44.585Z] ---> c94d08128c71 [2021-04-19T21:57:44.585Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-19T21:57:44.585Z] ---> Running in 0b59b92e778c [2021-04-19T21:57:46.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T21:57:47.232Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T21:57:47.837Z] OK: 166 MiB in 39 packages [2021-04-19T21:57:48.793Z] Removing intermediate container 0b59b92e778c [2021-04-19T21:57:48.793Z] ---> 93a739b42596 [2021-04-19T21:57:48.793Z] Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go [2021-04-19T21:57:48.793Z] ---> Running in 8dd89802cafd [2021-04-19T21:57:48.793Z] Removing intermediate container 8dd89802cafd [2021-04-19T21:57:48.793Z] ---> c59bf2f35659 [2021-04-19T21:57:48.793Z] Step 9/25 : COPY go.mod . [2021-04-19T21:57:49.064Z] ---> df012a31fdae [2021-04-19T21:57:49.064Z] Step 10/25 : COPY Makefile . [2021-04-19T21:57:49.694Z] ---> ef260794d62a [2021-04-19T21:57:49.694Z] Step 11/25 : RUN make update [2021-04-19T21:57:49.967Z] ---> Running in c4b6ffb12fa5 [2021-04-19T21:57:50.952Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-04-19T21:57:51.561Z] Removing intermediate container c4b6ffb12fa5 [2021-04-19T21:57:51.561Z] ---> 5a0de9678f1b [2021-04-19T21:57:51.561Z] Step 12/25 : COPY . . [2021-04-19T21:57:52.195Z] ---> 274415b96434 [2021-04-19T21:57:52.195Z] Step 13/25 : RUN $MAKE [2021-04-19T21:57:52.195Z] ---> Running in f25b233cd6a3 [2021-04-19T21:57:52.801Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=1.2.2-dev.2" -o cmd/device-rest-go ./cmd [2021-04-19T21:58:12.942Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2021-04-19T21:58:12.942Z] ok github.com/edgexfoundry/device-rest-go/driver 0.056s coverage: 56.3% of statements [2021-04-19T21:58:13.225Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-04-19T21:58:15.503Z] Removing intermediate container f25b233cd6a3 [2021-04-19T21:58:15.503Z] ---> cc6ce51a609a [2021-04-19T21:58:15.503Z] Step 14/25 : FROM alpine:3.12 [2021-04-19T21:58:15.503Z] 3.12: Pulling from library/alpine [2021-04-19T21:58:15.503Z] 339de151aab4: Pulling fs layer [2021-04-19T21:58:15.503Z] 339de151aab4: Verifying Checksum [2021-04-19T21:58:15.503Z] 339de151aab4: Download complete [2021-04-19T21:58:15.503Z] 339de151aab4: Pull complete [2021-04-19T21:58:15.503Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T21:58:15.503Z] Status: Downloaded newer image for alpine:3.12 [2021-04-19T21:58:15.503Z] ---> 13621d1b12d4 [2021-04-19T21:58:15.503Z] Step 15/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-19T21:58:15.503Z] ---> Running in 676d02ef8e53 [2021-04-19T21:58:15.503Z] Removing intermediate container 676d02ef8e53 [2021-04-19T21:58:15.503Z] ---> b8819423bfb0 [2021-04-19T21:58:15.503Z] Step 16/25 : LABEL Name=device-rest-go Version=${VERSION} [2021-04-19T21:58:15.799Z] ---> Running in 49c81b113db1 [2021-04-19T21:58:16.071Z] Removing intermediate container 49c81b113db1 [2021-04-19T21:58:16.071Z] ---> 42507fa4d2ae [2021-04-19T21:58:16.071Z] Step 17/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / [2021-04-19T21:58:16.346Z] ---> 6012279bca5e [2021-04-19T21:58:16.346Z] Step 18/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / [2021-04-19T21:58:16.615Z] ---> 39c00a2786d4 [2021-04-19T21:58:16.615Z] Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / [2021-04-19T21:58:17.591Z] ---> 371d95872213 [2021-04-19T21:58:17.591Z] Step 20/25 : EXPOSE 49986 [2021-04-19T21:58:17.591Z] ---> Running in 90bc540adb71 [2021-04-19T21:58:17.864Z] Removing intermediate container 90bc540adb71 [2021-04-19T21:58:17.864Z] ---> 9f729c4cdd0e [2021-04-19T21:58:17.864Z] Step 21/25 : ENTRYPOINT ["/device-rest-go"] [2021-04-19T21:58:18.134Z] ---> Running in 737d9ec5af55 [2021-04-19T21:58:18.410Z] Removing intermediate container 737d9ec5af55 [2021-04-19T21:58:18.410Z] ---> 30ed19d21a32 [2021-04-19T21:58:18.410Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2021-04-19T21:58:18.410Z] ---> Running in 7caff0a33f97 [2021-04-19T21:58:19.059Z] Removing intermediate container 7caff0a33f97 [2021-04-19T21:58:19.060Z] ---> 2d0f7291bdb2 [2021-04-19T21:58:19.060Z] Step 23/25 : LABEL arch=amd64 [2021-04-19T21:58:19.060Z] ---> Running in 9d64044e7b58 [2021-04-19T21:58:19.688Z] Removing intermediate container 9d64044e7b58 [2021-04-19T21:58:19.688Z] ---> 7a76b9480935 [2021-04-19T21:58:19.688Z] Step 24/25 : LABEL git_sha=8e1e7cb95d5530821e601db4473f34bcb708dd90 [2021-04-19T21:58:19.952Z] ---> Running in 7838d5fe5071 [2021-04-19T21:58:20.222Z] Removing intermediate container 7838d5fe5071 [2021-04-19T21:58:20.222Z] ---> caa6d153a2f0 [2021-04-19T21:58:20.222Z] Step 25/25 : LABEL version=1.2.2-dev.2 [2021-04-19T21:58:20.222Z] ---> Running in 4f15d4e17753 [2021-04-19T21:58:20.493Z] Removing intermediate container 4f15d4e17753 [2021-04-19T21:58:20.493Z] ---> a1203aaf2c21 [2021-04-19T21:58:20.493Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-19T21:58:20.493Z] Successfully built a1203aaf2c21 [2021-04-19T21:58:20.493Z] Successfully tagged docker-device-rest-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T21:58:20.675Z] provisioning config files... [2021-04-19T21:58:20.719Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/34@tmp/config2756619504374618021tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:58:21.136Z] ---> docker-login.sh [2021-04-19T21:58:21.136Z] nexus3.edgexfoundry.org:10001 [2021-04-19T21:58:21.508Z] gofmt -l . [2021-04-19T21:58:21.508Z] [ "`gofmt -l .`" = "" ] [2021-04-19T21:58:21.508Z] ./bin/test-go-mod-tidy.sh [2021-04-19T21:58:21.508Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-04-19T21:58:21.540Z] $ docker stop --time=1 b8f8e0db273dccd59d213179ea52a1ed8eaa2cca1c31c3471139f00af5253c2f [2021-04-19T21:58:22.182Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T21:58:22.182Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T21:58:22.182Z] Configure a credential helper to remove this warning. See [2021-04-19T21:58:22.182Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T21:58:22.182Z] [2021-04-19T21:58:22.182Z] Login Succeeded [2021-04-19T21:58:22.182Z] nexus3.edgexfoundry.org:10002 [2021-04-19T21:58:22.461Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T21:58:22.733Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T21:58:22.733Z] Configure a credential helper to remove this warning. See [2021-04-19T21:58:22.733Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T21:58:22.733Z] [2021-04-19T21:58:22.733Z] Login Succeeded [2021-04-19T21:58:22.733Z] nexus3.edgexfoundry.org:10003 [2021-04-19T21:58:22.999Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T21:58:22.999Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T21:58:22.999Z] Configure a credential helper to remove this warning. See [2021-04-19T21:58:22.999Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T21:58:22.999Z] [2021-04-19T21:58:22.999Z] Login Succeeded [2021-04-19T21:58:22.999Z] nexus3.edgexfoundry.org:10004 [2021-04-19T21:58:23.271Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T21:58:23.271Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T21:58:23.271Z] Configure a credential helper to remove this warning. See [2021-04-19T21:58:23.271Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T21:58:23.271Z] [2021-04-19T21:58:23.271Z] Login Succeeded [2021-04-19T21:58:23.271Z] docker.io [2021-04-19T21:58:23.537Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T21:58:23.800Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T21:58:23.801Z] Configure a credential helper to remove this warning. See [2021-04-19T21:58:23.801Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T21:58:23.801Z] [2021-04-19T21:58:23.801Z] Login Succeeded [2021-04-19T21:58:23.801Z] ---> docker-login.sh ends [2021-04-19T21:58:23.821Z] $ docker rm -f b8f8e0db273dccd59d213179ea52a1ed8eaa2cca1c31c3471139f00af5253c2f [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [2021-04-19T21:58:24.349Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T21:58:24.417Z] [edgeXDocker.push] Tagging docker image docker-device-rest-go with the following tags: [2021-04-19T21:58:24.417Z] 8e1e7cb95d5530821e601db4473f34bcb708dd90 [2021-04-19T21:58:24.417Z] latest [2021-04-19T21:58:24.417Z] 1.2.2-dev.2 [2021-04-19T21:58:24.417Z] 8e1e7cb95d5530821e601db4473f34bcb708dd90-1.2.2-dev.2 [2021-04-19T21:58:24.417Z] master [2021-04-19T21:58:24.417Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:58:24.613Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-19T21:58:24.632Z] Warning: overwriting stash ‘coverage-report’ [2021-04-19T21:58:24.782Z] + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:8e1e7cb95d5530821e601db4473f34bcb708dd90 [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:58:25.100Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:8e1e7cb95d5530821e601db4473f34bcb708dd90 [2021-04-19T21:58:25.100Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] [2021-04-19T21:58:25.100Z] a7fba9c1ceac: Preparing [2021-04-19T21:58:25.100Z] 5aa38dc32c1d: Preparing [2021-04-19T21:58:25.100Z] df6824ab66c3: Preparing [2021-04-19T21:58:25.100Z] 32f366d666a5: Preparing [2021-04-19T21:58:25.100Z] 32f366d666a5: Layer already exists [2021-04-19T21:58:25.369Z] df6824ab66c3: Pushed [2021-04-19T21:58:25.369Z] 5aa38dc32c1d: Pushed [2021-04-19T21:58:25.637Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T21:58:26.081Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-19T21:58:26.450Z] + ls -al . [2021-04-19T21:58:26.450Z] total 124 [2021-04-19T21:58:26.450Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 19 21:58 . [2021-04-19T21:58:26.450Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 21:56 .. [2021-04-19T21:58:26.450Z] -rw-rw-r-- 1 jenkins jenkins 151 Apr 19 21:56 .dockerignore [2021-04-19T21:58:26.450Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 19 21:56 .git [2021-04-19T21:58:26.450Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 21:56 .github [2021-04-19T21:58:26.450Z] -rw-rw-r-- 1 jenkins jenkins 339 Apr 19 21:56 .gitignore [2021-04-19T21:58:26.450Z] -rw-rw-r-- 1 jenkins jenkins 5294 Apr 19 21:56 Attribution.txt [2021-04-19T21:58:26.450Z] -rw-rw-r-- 1 jenkins jenkins 1530 Apr 19 21:56 Dockerfile [2021-04-19T21:58:26.450Z] -rw-rw-r-- 1 jenkins jenkins 1002 Apr 19 21:56 Dockerfile.build [2021-04-19T21:58:26.450Z] -rw-rw-r-- 1 jenkins jenkins 680 Apr 19 21:56 Jenkinsfile [2021-04-19T21:58:26.450Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 19 21:56 LICENSE [2021-04-19T21:58:26.450Z] -rw-rw-r-- 1 jenkins jenkins 951 Apr 19 21:56 Makefile [2021-04-19T21:58:26.450Z] -rw-rw-r-- 1 jenkins jenkins 7690 Apr 19 21:56 README.md [2021-04-19T21:58:26.450Z] -rw-rw-r-- 1 jenkins jenkins 11 Apr 19 21:52 VERSION [2021-04-19T21:58:26.450Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 21:56 bin [2021-04-19T21:58:26.450Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 19 21:56 cmd [2021-04-19T21:58:26.450Z] -rw-r--r-- 1 jenkins jenkins 9369 Apr 19 21:58 coverage.out [2021-04-19T21:58:26.450Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 21:58 driver [2021-04-19T21:58:26.450Z] -rw-r--r-- 1 jenkins jenkins 267 Apr 19 21:58 go.mod [2021-04-19T21:58:26.450Z] -rw-r--r-- 1 jenkins jenkins 13985 Apr 19 21:58 go.sum [2021-04-19T21:58:26.450Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 21:56 snap [2021-04-19T21:58:26.450Z] -rw-rw-r-- 1 jenkins jenkins 713 Apr 19 21:56 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:58:26.833Z] a7fba9c1ceac: Pushed [2021-04-19T21:58:26.850Z] + docker build -t docker-device-rest-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=8e1e7cb95d5530821e601db4473f34bcb708dd90 --label arch=arm64 --label version=1.2.2-dev.2 . [2021-04-19T21:58:26.850Z] Sending build context to Docker daemon 100.9kB [2021-04-19T21:58:27.112Z] 8e1e7cb95d5530821e601db4473f34bcb708dd90: digest: sha256:1b7d154bb46af1695805b285474d74fd67af7ce143dc15be6133602d625866b4 size: 1155 [2021-04-19T21:58:27.126Z] Step 1/25 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T21:58:27.126Z] Step 2/25 : FROM ${BASE} AS builder [2021-04-19T21:58:27.126Z] ---> 1d69ae936437 [2021-04-19T21:58:27.126Z] Step 3/25 : ARG MAKE='make build' [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:58:27.398Z] ---> Running in ccc5509266d2 [2021-04-19T21:58:27.472Z] + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:58:27.851Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:latest [2021-04-19T21:58:27.851Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] [2021-04-19T21:58:27.851Z] a7fba9c1ceac: Preparing [2021-04-19T21:58:27.851Z] 5aa38dc32c1d: Preparing [2021-04-19T21:58:27.851Z] df6824ab66c3: Preparing [2021-04-19T21:58:27.851Z] 32f366d666a5: Preparing [2021-04-19T21:58:27.851Z] 5aa38dc32c1d: Layer already exists [2021-04-19T21:58:27.851Z] a7fba9c1ceac: Layer already exists [2021-04-19T21:58:27.851Z] 32f366d666a5: Layer already exists [2021-04-19T21:58:27.851Z] df6824ab66c3: Layer already exists [2021-04-19T21:58:27.851Z] latest: digest: sha256:1b7d154bb46af1695805b285474d74fd67af7ce143dc15be6133602d625866b4 size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:58:27.993Z] Removing intermediate container ccc5509266d2 [2021-04-19T21:58:27.993Z] ---> 5737271894f9 [2021-04-19T21:58:27.993Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git" [2021-04-19T21:58:27.993Z] ---> Running in 07762f540184 [2021-04-19T21:58:28.183Z] + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:1.2.2-dev.2 [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:58:28.499Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:1.2.2-dev.2 [2021-04-19T21:58:28.499Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] [2021-04-19T21:58:28.499Z] a7fba9c1ceac: Preparing [2021-04-19T21:58:28.499Z] 5aa38dc32c1d: Preparing [2021-04-19T21:58:28.499Z] df6824ab66c3: Preparing [2021-04-19T21:58:28.499Z] 32f366d666a5: Preparing [2021-04-19T21:58:28.499Z] a7fba9c1ceac: Layer already exists [2021-04-19T21:58:28.499Z] df6824ab66c3: Layer already exists [2021-04-19T21:58:28.499Z] 5aa38dc32c1d: Layer already exists [2021-04-19T21:58:28.499Z] 32f366d666a5: Layer already exists [2021-04-19T21:58:28.499Z] 1.2.2-dev.2: digest: sha256:1b7d154bb46af1695805b285474d74fd67af7ce143dc15be6133602d625866b4 size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:58:28.591Z] Removing intermediate container 07762f540184 [2021-04-19T21:58:28.591Z] ---> d9fa03fd1594 [2021-04-19T21:58:28.591Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2021-04-19T21:58:28.591Z] ---> Running in f5ad0379d190 [2021-04-19T21:58:28.818Z] + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:8e1e7cb95d5530821e601db4473f34bcb708dd90-1.2.2-dev.2 [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:58:28.865Z] Removing intermediate container f5ad0379d190 [2021-04-19T21:58:28.865Z] ---> a346c8bdba3e [2021-04-19T21:58:28.865Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T21:58:29.138Z] ---> Running in 2673de927320 [2021-04-19T21:58:29.184Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:8e1e7cb95d5530821e601db4473f34bcb708dd90-1.2.2-dev.2 [2021-04-19T21:58:29.184Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] [2021-04-19T21:58:29.184Z] a7fba9c1ceac: Preparing [2021-04-19T21:58:29.184Z] 5aa38dc32c1d: Preparing [2021-04-19T21:58:29.184Z] df6824ab66c3: Preparing [2021-04-19T21:58:29.184Z] 32f366d666a5: Preparing [2021-04-19T21:58:29.184Z] df6824ab66c3: Layer already exists [2021-04-19T21:58:29.184Z] a7fba9c1ceac: Layer already exists [2021-04-19T21:58:29.184Z] 5aa38dc32c1d: Layer already exists [2021-04-19T21:58:29.184Z] 32f366d666a5: Layer already exists [2021-04-19T21:58:29.184Z] 8e1e7cb95d5530821e601db4473f34bcb708dd90-1.2.2-dev.2: digest: sha256:1b7d154bb46af1695805b285474d74fd67af7ce143dc15be6133602d625866b4 size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:58:29.523Z] + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:58:29.889Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:master [2021-04-19T21:58:29.889Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] [2021-04-19T21:58:29.889Z] a7fba9c1ceac: Preparing [2021-04-19T21:58:29.889Z] 5aa38dc32c1d: Preparing [2021-04-19T21:58:29.889Z] df6824ab66c3: Preparing [2021-04-19T21:58:29.889Z] 32f366d666a5: Preparing [2021-04-19T21:58:29.889Z] df6824ab66c3: Layer already exists [2021-04-19T21:58:29.889Z] 32f366d666a5: Layer already exists [2021-04-19T21:58:29.889Z] a7fba9c1ceac: Layer already exists [2021-04-19T21:58:29.889Z] 5aa38dc32c1d: Layer already exists [2021-04-19T21:58:29.889Z] master: digest: sha256:1b7d154bb46af1695805b285474d74fd67af7ce143dc15be6133602d625866b4 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T21:58:29.956Z] ===================================================== [Pipeline] echo [2021-04-19T21:58:29.971Z] taggedImages: [2021-04-19T21:58:29.971Z] - nexus3.edgexfoundry.org:10004/docker-device-rest-go:8e1e7cb95d5530821e601db4473f34bcb708dd90 [2021-04-19T21:58:29.971Z] - nexus3.edgexfoundry.org:10004/docker-device-rest-go:latest [2021-04-19T21:58:29.971Z] - nexus3.edgexfoundry.org:10004/docker-device-rest-go:1.2.2-dev.2 [2021-04-19T21:58:29.971Z] - nexus3.edgexfoundry.org:10004/docker-device-rest-go:8e1e7cb95d5530821e601db4473f34bcb708dd90-1.2.2-dev.2 [2021-04-19T21:58:29.971Z] - nexus3.edgexfoundry.org:10004/docker-device-rest-go: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-04-19T21:58:30.465Z] ---> job-cost.sh [2021-04-19T21:58:30.465Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-gWzs [2021-04-19T21:58:31.112Z] Removing intermediate container 2673de927320 [2021-04-19T21:58:31.112Z] ---> ac3097ddcaf1 [2021-04-19T21:58:31.112Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-19T21:58:31.386Z] ---> Running in 46df94a5a383 [2021-04-19T21:58:32.367Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T21:58:33.342Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T21:58:34.766Z] OK: 142 MiB in 39 packages [2021-04-19T21:58:35.749Z] Removing intermediate container 46df94a5a383 [2021-04-19T21:58:35.749Z] ---> 6c9d9319db7c [2021-04-19T21:58:35.749Z] Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go [2021-04-19T21:58:35.749Z] ---> Running in aa6312fa005a [2021-04-19T21:58:36.342Z] Removing intermediate container aa6312fa005a [2021-04-19T21:58:36.342Z] ---> a3c1afc964a6 [2021-04-19T21:58:36.342Z] Step 9/25 : COPY go.mod . [2021-04-19T21:58:36.941Z] ---> 240df41d94f6 [2021-04-19T21:58:36.941Z] Step 10/25 : COPY Makefile . [2021-04-19T21:58:37.547Z] ---> 3d8003bf92ae [2021-04-19T21:58:37.547Z] Step 11/25 : RUN make update [2021-04-19T21:58:37.547Z] ---> Running in 597d366ab9e7 [2021-04-19T21:58:38.986Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-04-19T21:58:39.970Z] Removing intermediate container 597d366ab9e7 [2021-04-19T21:58:39.970Z] ---> 0a8dd0f47047 [2021-04-19T21:58:39.970Z] Step 12/25 : COPY . . [2021-04-19T21:58:40.565Z] ---> e802252f2f20 [2021-04-19T21:58:40.565Z] Step 13/25 : RUN $MAKE [2021-04-19T21:58:40.837Z] ---> Running in efeb58cef296 [2021-04-19T21:58:41.812Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=1.2.2-dev.2" -o cmd/device-rest-go ./cmd [2021-04-19T21:58:57.376Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-19T21:59:14.148Z] Removing intermediate container efeb58cef296 [2021-04-19T21:59:14.148Z] ---> 2946d01d6480 [2021-04-19T21:59:14.148Z] Step 14/25 : FROM alpine:3.12 [2021-04-19T21:59:14.148Z] 3.12: Pulling from library/alpine [2021-04-19T21:59:14.148Z] d2f70382dc9a: Pulling fs layer [2021-04-19T21:59:14.148Z] d2f70382dc9a: Verifying Checksum [2021-04-19T21:59:14.148Z] d2f70382dc9a: Download complete [2021-04-19T21:59:14.148Z] d2f70382dc9a: Pull complete [2021-04-19T21:59:14.148Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T21:59:14.148Z] Status: Downloaded newer image for alpine:3.12 [2021-04-19T21:59:14.148Z] ---> 9852663dfa18 [2021-04-19T21:59:14.148Z] Step 15/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-19T21:59:14.148Z] ---> Running in e7ac12e271aa [2021-04-19T21:59:14.148Z] Removing intermediate container e7ac12e271aa [2021-04-19T21:59:14.148Z] ---> ad49727d3c0a [2021-04-19T21:59:14.148Z] Step 16/25 : LABEL Name=device-rest-go Version=${VERSION} [2021-04-19T21:59:14.148Z] ---> Running in 942d0270cb19 [2021-04-19T21:59:14.148Z] Removing intermediate container 942d0270cb19 [2021-04-19T21:59:14.148Z] ---> 7bd85d218bec [2021-04-19T21:59:14.148Z] Step 17/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / [2021-04-19T21:59:14.148Z] ---> b893804129b0 [2021-04-19T21:59:14.148Z] Step 18/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / [2021-04-19T21:59:14.148Z] ---> 2cee0d846629 [2021-04-19T21:59:14.148Z] Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / [2021-04-19T21:59:14.148Z] ---> 90a22698fab3 [2021-04-19T21:59:14.148Z] Step 20/25 : EXPOSE 49986 [2021-04-19T21:59:14.421Z] ---> Running in 34a51136c57d [2021-04-19T21:59:15.014Z] Removing intermediate container 34a51136c57d [2021-04-19T21:59:15.014Z] ---> 4a9fd2de6abf [2021-04-19T21:59:15.014Z] Step 21/25 : ENTRYPOINT ["/device-rest-go"] [2021-04-19T21:59:15.286Z] ---> Running in e9c0082fd697 [2021-04-19T21:59:15.894Z] Removing intermediate container e9c0082fd697 [2021-04-19T21:59:15.894Z] ---> 7ff153d9bf72 [2021-04-19T21:59:15.894Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2021-04-19T21:59:15.894Z] ---> Running in 6d3d8758a3bf [2021-04-19T21:59:16.499Z] Removing intermediate container 6d3d8758a3bf [2021-04-19T21:59:16.499Z] ---> e3fdccd7afc0 [2021-04-19T21:59:16.499Z] Step 23/25 : LABEL arch=arm64 [2021-04-19T21:59:16.774Z] ---> Running in 16be337187b1 [2021-04-19T21:59:17.046Z] Removing intermediate container 16be337187b1 [2021-04-19T21:59:17.046Z] ---> f0d4f8e583cf [2021-04-19T21:59:17.046Z] Step 24/25 : LABEL git_sha=8e1e7cb95d5530821e601db4473f34bcb708dd90 [2021-04-19T21:59:17.318Z] ---> Running in dedf7622ab72 [2021-04-19T21:59:17.910Z] Removing intermediate container dedf7622ab72 [2021-04-19T21:59:17.910Z] ---> 3c2ea7991c05 [2021-04-19T21:59:17.910Z] Step 25/25 : LABEL version=1.2.2-dev.2 [2021-04-19T21:59:18.181Z] ---> Running in afa22aca69d6 [2021-04-19T21:59:18.452Z] Removing intermediate container afa22aca69d6 [2021-04-19T21:59:18.452Z] ---> 9ed945a09167 [2021-04-19T21:59:18.452Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-19T21:59:18.452Z] Successfully built 9ed945a09167 [2021-04-19T21:59:18.452Z] Successfully tagged docker-device-rest-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T21:59:18.590Z] provisioning config files... [2021-04-19T21:59:18.626Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/34@tmp/config8356404863342516728tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:59:18.976Z] ---> docker-login.sh [2021-04-19T21:59:18.976Z] nexus3.edgexfoundry.org:10001 [2021-04-19T21:59:19.249Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T21:59:19.249Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T21:59:19.249Z] Configure a credential helper to remove this warning. See [2021-04-19T21:59:19.249Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T21:59:19.249Z] [2021-04-19T21:59:19.249Z] Login Succeeded [2021-04-19T21:59:19.249Z] nexus3.edgexfoundry.org:10002 [2021-04-19T21:59:19.845Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T21:59:19.845Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T21:59:19.845Z] Configure a credential helper to remove this warning. See [2021-04-19T21:59:19.845Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T21:59:19.845Z] [2021-04-19T21:59:19.845Z] Login Succeeded [2021-04-19T21:59:19.845Z] nexus3.edgexfoundry.org:10003 [2021-04-19T21:59:20.439Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T21:59:20.439Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T21:59:20.439Z] Configure a credential helper to remove this warning. See [2021-04-19T21:59:20.439Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T21:59:20.439Z] [2021-04-19T21:59:20.439Z] Login Succeeded [2021-04-19T21:59:20.439Z] nexus3.edgexfoundry.org:10004 [2021-04-19T21:59:20.712Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T21:59:20.985Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T21:59:20.985Z] Configure a credential helper to remove this warning. See [2021-04-19T21:59:20.985Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T21:59:20.985Z] [2021-04-19T21:59:20.985Z] Login Succeeded [2021-04-19T21:59:20.985Z] docker.io [2021-04-19T21:59:21.258Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T21:59:21.850Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T21:59:21.850Z] Configure a credential helper to remove this warning. See [2021-04-19T21:59:21.850Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T21:59:21.850Z] [2021-04-19T21:59:21.851Z] Login Succeeded [2021-04-19T21:59:21.851Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T21:59:21.870Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T21:59:21.954Z] [edgeXDocker.push] Tagging docker image docker-device-rest-go-arm64 with the following tags: [2021-04-19T21:59:21.954Z] 8e1e7cb95d5530821e601db4473f34bcb708dd90 [2021-04-19T21:59:21.954Z] latest [2021-04-19T21:59:21.954Z] 1.2.2-dev.2 [2021-04-19T21:59:21.954Z] 8e1e7cb95d5530821e601db4473f34bcb708dd90-1.2.2-dev.2 [2021-04-19T21:59:21.954Z] master [2021-04-19T21:59:21.954Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:59:22.333Z] + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:8e1e7cb95d5530821e601db4473f34bcb708dd90 [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:59:22.678Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:8e1e7cb95d5530821e601db4473f34bcb708dd90 [2021-04-19T21:59:22.678Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] [2021-04-19T21:59:22.678Z] 6a5655591da1: Preparing [2021-04-19T21:59:22.678Z] e185ea3ea023: Preparing [2021-04-19T21:59:22.678Z] 6a83b4d44994: Preparing [2021-04-19T21:59:22.678Z] 3fbe34a1663b: Preparing [2021-04-19T21:59:22.678Z] 3fbe34a1663b: Layer already exists [2021-04-19T21:59:22.948Z] 6a83b4d44994: Pushed [2021-04-19T21:59:22.948Z] e185ea3ea023: Pushed [2021-04-19T21:59:25.550Z] 6a5655591da1: Pushed [2021-04-19T21:59:25.550Z] 8e1e7cb95d5530821e601db4473f34bcb708dd90: digest: sha256:5d0650b257a253003526b67421f0e768724e4c7047ca3df70df0836db9ec09c0 size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:59:25.889Z] + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:59:26.227Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:latest [2021-04-19T21:59:26.227Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] [2021-04-19T21:59:26.227Z] 6a5655591da1: Preparing [2021-04-19T21:59:26.227Z] e185ea3ea023: Preparing [2021-04-19T21:59:26.227Z] 6a83b4d44994: Preparing [2021-04-19T21:59:26.227Z] 3fbe34a1663b: Preparing [2021-04-19T21:59:26.227Z] 3fbe34a1663b: Layer already exists [2021-04-19T21:59:26.227Z] 6a83b4d44994: Layer already exists [2021-04-19T21:59:26.227Z] 6a5655591da1: Layer already exists [2021-04-19T21:59:26.227Z] e185ea3ea023: Layer already exists [2021-04-19T21:59:26.497Z] latest: digest: sha256:5d0650b257a253003526b67421f0e768724e4c7047ca3df70df0836db9ec09c0 size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:59:26.835Z] + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:1.2.2-dev.2 [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:59:27.172Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:1.2.2-dev.2 [2021-04-19T21:59:27.172Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] [2021-04-19T21:59:27.172Z] 6a5655591da1: Preparing [2021-04-19T21:59:27.172Z] e185ea3ea023: Preparing [2021-04-19T21:59:27.172Z] 6a83b4d44994: Preparing [2021-04-19T21:59:27.172Z] 3fbe34a1663b: Preparing [2021-04-19T21:59:27.172Z] e185ea3ea023: Layer already exists [2021-04-19T21:59:27.172Z] 6a5655591da1: Layer already exists [2021-04-19T21:59:27.172Z] 3fbe34a1663b: Layer already exists [2021-04-19T21:59:27.172Z] 6a83b4d44994: Layer already exists [2021-04-19T21:59:27.448Z] 1.2.2-dev.2: digest: sha256:5d0650b257a253003526b67421f0e768724e4c7047ca3df70df0836db9ec09c0 size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:59:27.784Z] + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:8e1e7cb95d5530821e601db4473f34bcb708dd90-1.2.2-dev.2 [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:59:28.117Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:8e1e7cb95d5530821e601db4473f34bcb708dd90-1.2.2-dev.2 [2021-04-19T21:59:28.117Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] [2021-04-19T21:59:28.117Z] 6a5655591da1: Preparing [2021-04-19T21:59:28.117Z] e185ea3ea023: Preparing [2021-04-19T21:59:28.117Z] 6a83b4d44994: Preparing [2021-04-19T21:59:28.117Z] 3fbe34a1663b: Preparing [2021-04-19T21:59:28.117Z] e185ea3ea023: Layer already exists [2021-04-19T21:59:28.117Z] 6a83b4d44994: Layer already exists [2021-04-19T21:59:28.117Z] 3fbe34a1663b: Layer already exists [2021-04-19T21:59:28.117Z] 6a5655591da1: Layer already exists [2021-04-19T21:59:28.387Z] 8e1e7cb95d5530821e601db4473f34bcb708dd90-1.2.2-dev.2: digest: sha256:5d0650b257a253003526b67421f0e768724e4c7047ca3df70df0836db9ec09c0 size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:59:28.729Z] + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:59:29.060Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:master [2021-04-19T21:59:29.060Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] [2021-04-19T21:59:29.060Z] 6a5655591da1: Preparing [2021-04-19T21:59:29.060Z] e185ea3ea023: Preparing [2021-04-19T21:59:29.060Z] 6a83b4d44994: Preparing [2021-04-19T21:59:29.060Z] 3fbe34a1663b: Preparing [2021-04-19T21:59:29.060Z] 6a83b4d44994: Layer already exists [2021-04-19T21:59:29.060Z] e185ea3ea023: Layer already exists [2021-04-19T21:59:29.060Z] 6a5655591da1: Layer already exists [2021-04-19T21:59:29.060Z] 3fbe34a1663b: Layer already exists [2021-04-19T21:59:29.329Z] master: digest: sha256:5d0650b257a253003526b67421f0e768724e4c7047ca3df70df0836db9ec09c0 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T21:59:29.392Z] ===================================================== [Pipeline] echo [2021-04-19T21:59:29.408Z] taggedImages: [2021-04-19T21:59:29.408Z] - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:8e1e7cb95d5530821e601db4473f34bcb708dd90 [2021-04-19T21:59:29.408Z] - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:latest [2021-04-19T21:59:29.408Z] - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:1.2.2-dev.2 [2021-04-19T21:59:29.408Z] - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:8e1e7cb95d5530821e601db4473f34bcb708dd90-1.2.2-dev.2 [2021-04-19T21:59:29.408Z] - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:59:29.779Z] ---> job-cost.sh [2021-04-19T21:59:29.779Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-mDOw [2021-04-19T21:59:44.421Z] lf-activate-venv(): INFO: Adding /tmp/venv-gWzs/bin to PATH [2021-04-19T21:59:44.421Z] INFO: No Stack... [2021-04-19T21:59:44.421Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-19T21:59:44.421Z] INFO: Archiving Costs [Pipeline] sh [2021-04-19T21:59:45.018Z] + cut -d, -f6 [2021-04-19T21:59:45.018Z] + cat /w/workspace/device-rest-go/34/archives/cost.csv [Pipeline] lock [2021-04-19T21:59:45.609Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-master-34-stack-cost] [2021-04-19T21:59:45.616Z] Resource [jenkins-edgexfoundry-device-rest-go-master-34-stack-cost] did not exist. Created. [2021-04-19T21:59:45.616Z] Lock acquired on [jenkins-edgexfoundry-device-rest-go-master-34-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-19T21:59:45.971Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-19T21:59:46.146Z] Stashed 1 file(s) [Pipeline] } [2021-04-19T21:59:46.158Z] Lock released on resource [jenkins-edgexfoundry-device-rest-go-master-34-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-19T22:00:08.724Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-19T22:01:30.422Z] lf-activate-venv(): INFO: Adding /tmp/venv-mDOw/bin to PATH [2021-04-19T22:01:30.422Z] INFO: No Stack... [2021-04-19T22:01:30.422Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-19T22:01:30.691Z] INFO: Archiving Costs [Pipeline] sh [2021-04-19T22:01:31.023Z] + cut -d,+ -f6 [2021-04-19T22:01:31.023Z] cat /w/workspace/device-rest-go/34/archives/cost.csv [Pipeline] lock [2021-04-19T22:01:31.132Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-master-34-stack-cost] [2021-04-19T22:01:31.143Z] Resource [jenkins-edgexfoundry-device-rest-go-master-34-stack-cost] did not exist. Created. [2021-04-19T22:01:31.143Z] Lock acquired on [jenkins-edgexfoundry-device-rest-go-master-34-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-19T22:01:31.510Z] /w/workspace/device-rest-go/34@tmp/durable-2a7ee24c/script.sh: 1: /w/workspace/device-rest-go/34@tmp/durable-2a7ee24c/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-19T22:01:31.867Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-19T22:01:31.897Z] Warning: overwriting stash ‘stack-cost’ [2021-04-19T22:01:32.048Z] Stashed 1 file(s) [Pipeline] } [2021-04-19T22:01:32.061Z] Lock released on resource [jenkins-edgexfoundry-device-rest-go-master-34-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-04-19T22:01:32.441Z] provisioning config files... [2021-04-19T22:01:32.452Z] copy managed file [device-rest-go-codecov-token] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config6642599506091317164tmp [Pipeline] { [Pipeline] sh [2021-04-19T22:01:32.913Z] + set +x [2021-04-19T22:01:32.913Z] + bash -s -- [2021-04-19T22:01:32.913Z] + curl -s https://codecov.io/bash [2021-04-19T22:01:33.187Z] [2021-04-19T22:01:33.187Z] _____ _ [2021-04-19T22:01:33.187Z] / ____| | | [2021-04-19T22:01:33.187Z] | | ___ __| | ___ ___ _____ __ [2021-04-19T22:01:33.187Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-19T22:01:33.187Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-19T22:01:33.187Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-19T22:01:33.187Z] Bash-1.0.1 [2021-04-19T22:01:33.187Z] [2021-04-19T22:01:33.187Z] [2021-04-19T22:01:33.187Z] ==> git version 2.24.3 found [2021-04-19T22:01:33.451Z] ==> 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-04-19T22:01:33.451Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-19T22:01:33.451Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-19T22:01:33.451Z] ==> Jenkins CI detected. [2021-04-19T22:01:33.451Z] project root: . [2021-04-19T22:01:33.451Z] --> token set from env [2021-04-19T22:01:33.451Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-19T22:01:33.451Z] ==> Running gcov in . (disable via -X gcov) [2021-04-19T22:01:33.451Z] ==> Python coveragepy not found [2021-04-19T22:01:33.451Z] ==> Searching for coverage reports in: [2021-04-19T22:01:33.451Z] + . [2021-04-19T22:01:33.451Z] -> Found 1 reports [2021-04-19T22:01:33.451Z] ==> Detecting git/mercurial file structure [2021-04-19T22:01:33.451Z] ==> Reading reports [2021-04-19T22:01:33.451Z] + ./coverage.out bytes=9369 [2021-04-19T22:01:33.451Z] ==> Appending adjustments [2021-04-19T22:01:33.451Z] https://docs.codecov.io/docs/fixing-reports [2021-04-19T22:01:33.451Z] + Found adjustments [2021-04-19T22:01:33.451Z] ==> Gzipping contents [2021-04-19T22:01:33.451Z] 4.0K /tmp/codecov.O02x1T.gz [2021-04-19T22:01:33.451Z] ==> Uploading reports [2021-04-19T22:01:33.451Z] url: https://codecov.io [2021-04-19T22:01:33.451Z] query: branch=master&commit=8e1e7cb95d5530821e601db4473f34bcb708dd90&build=34&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmaster%2F34%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-19T22:01:33.451Z] -> Pinging Codecov [2021-04-19T22:01:33.451Z] https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=8e1e7cb95d5530821e601db4473f34bcb708dd90&build=34&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmaster%2F34%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-19T22:01:34.027Z] -> Uploading to [2021-04-19T22:01:34.027Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-19/4E5D53B4F1F92C436F7061BF334D961C/8e1e7cb95d5530821e601db4473f34bcb708dd90/9450cbe4-3bda-4544-b89e-3578dea0dba4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210419T220133Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=abd5390dec6a8e3549d26357b6afb0ff50f82101f720b1f9dc55eaaf883663a9 [2021-04-19T22:01:34.027Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T22:01:34.027Z] Dload Upload Total Spent Left Speed [2021-04-19T22:01:34.289Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1726 0 0 100 1726 0 4156 --:--:-- --:--:-- --:--:-- 4159 [2021-04-19T22:01:34.289Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-rest-go/commit/8e1e7cb95d5530821e601db4473f34bcb708dd90 [Pipeline] } [2021-04-19T22:01:34.299Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-19T22:01:34.528Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-19T22:01:34.550Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T22:01:34.860Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-19T22:01:34.860Z] [2021-04-19T22:01:34.860Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-19T22:01:35.196Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-19T22:01:35.196Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-19T22:01:35.196Z] 188c0c94c7c5: Pulling fs layer [2021-04-19T22:01:35.196Z] 0ef7d3d256c8: Pulling fs layer [2021-04-19T22:01:35.196Z] de9db76c5a1d: Pulling fs layer [2021-04-19T22:01:35.196Z] 0eba1c9be4d2: Pulling fs layer [2021-04-19T22:01:35.196Z] 0d57e429df01: Pulling fs layer [2021-04-19T22:01:35.196Z] 4e4be7b47b0d: Pulling fs layer [2021-04-19T22:01:35.196Z] e1f770b5df2f: Pulling fs layer [2021-04-19T22:01:35.196Z] 85a0685a4137: Pulling fs layer [2021-04-19T22:01:35.196Z] 0d57e429df01: Waiting [2021-04-19T22:01:35.196Z] 4e4be7b47b0d: Waiting [2021-04-19T22:01:35.196Z] e1f770b5df2f: Waiting [2021-04-19T22:01:35.196Z] 85a0685a4137: Waiting [2021-04-19T22:01:35.196Z] 0eba1c9be4d2: Waiting [2021-04-19T22:01:35.196Z] de9db76c5a1d: Download complete [2021-04-19T22:01:35.196Z] 0ef7d3d256c8: Verifying Checksum [2021-04-19T22:01:35.196Z] 0ef7d3d256c8: Download complete [2021-04-19T22:01:35.196Z] 0d57e429df01: Verifying Checksum [2021-04-19T22:01:35.196Z] 0d57e429df01: Download complete [2021-04-19T22:01:35.196Z] 188c0c94c7c5: Verifying Checksum [2021-04-19T22:01:35.196Z] 188c0c94c7c5: Download complete [2021-04-19T22:01:35.196Z] 4e4be7b47b0d: Verifying Checksum [2021-04-19T22:01:35.196Z] 4e4be7b47b0d: Download complete [2021-04-19T22:01:35.784Z] 188c0c94c7c5: Pull complete [2021-04-19T22:01:35.784Z] 0ef7d3d256c8: Pull complete [2021-04-19T22:01:36.047Z] de9db76c5a1d: Pull complete [2021-04-19T22:01:36.311Z] e1f770b5df2f: Verifying Checksum [2021-04-19T22:01:36.311Z] e1f770b5df2f: Download complete [2021-04-19T22:01:38.247Z] 0eba1c9be4d2: Verifying Checksum [2021-04-19T22:01:38.248Z] 0eba1c9be4d2: Download complete [2021-04-19T22:01:38.510Z] 85a0685a4137: Verifying Checksum [2021-04-19T22:01:38.510Z] 85a0685a4137: Download complete [2021-04-19T22:01:43.836Z] 0eba1c9be4d2: Pull complete [2021-04-19T22:01:43.836Z] 0d57e429df01: Pull complete [2021-04-19T22:01:44.103Z] 4e4be7b47b0d: Pull complete [2021-04-19T22:01:49.410Z] e1f770b5df2f: Pull complete [2021-04-19T22:01:56.039Z] 85a0685a4137: Pull complete [2021-04-19T22:01:56.039Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-19T22:01:56.039Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-19T22:01:56.039Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-19T22:01:56.248Z] prd-centos7-docker-4c-2g-985 does not seem to be running inside a container [2021-04-19T22:01:56.302Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-04-19T22:01:57.335Z] $ docker top cd18923fd3b609a6f2b0e66855e5a3ce1c57599ab4c0fd2e43a90d4ce935e50b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-19T22:01:57.464Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-19T22:01:57.759Z] + set -o pipefail [2021-04-19T22:01:57.759Z] + snyk monitor '--org=edgex-jenkins' [2021-04-19T22:02:19.777Z] [2021-04-19T22:02:19.777Z] Monitoring /w/workspace/gexfoundry_device-rest-go_master (github.com/edgexfoundry/device-rest-go)... [2021-04-19T22:02:19.777Z] [2021-04-19T22:02:19.777Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/100cb2ad-363b-48d6-95bb-098d49e3156b/history/872ade5b-ac13-4371-a4f7-80061141fc83 [2021-04-19T22:02:19.777Z] [2021-04-19T22:02:19.777Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-19T22:02:19.777Z] [2021-04-19T22:02:19.777Z] [2021-04-19T22:02:19.777Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-19T22:02:19.777Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-19T22:02:19.794Z] $ docker stop --time=1 cd18923fd3b609a6f2b0e66855e5a3ce1c57599ab4c0fd2e43a90d4ce935e50b [2021-04-19T22:02:22.474Z] $ docker rm -f cd18923fd3b609a6f2b0e66855e5a3ce1c57599ab4c0fd2e43a90d4ce935e50b [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-04-19T22:02:23.432Z] + git log --format=format:%s -1 8e1e7cb95d5530821e601db4473f34bcb708dd90 [Pipeline] isUnix [Pipeline] sh [2021-04-19T22:02:23.744Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T22:02:23.744Z] . [Pipeline] withDockerContainer [2021-04-19T22:02:23.924Z] prd-centos7-docker-4c-2g-985 does not seem to be running inside a container [2021-04-19T22:02:23.979Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-19T22:02:24.857Z] $ docker top 1b37aa2b893aa354e2070e25d1575d21f8fba60899689cb57410d3b262f5d55d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T22:02:25.082Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T22:02:25.082Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T22:02:25.318Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T22:02:25.322Z] $ docker exec 1b37aa2b893aa354e2070e25d1575d21f8fba60899689cb57410d3b262f5d55d ssh-agent [2021-04-19T22:02:25.504Z] SSH_AUTH_SOCK=/tmp/ssh-AmfNfqcktTmo/agent.11 [2021-04-19T22:02:25.504Z] SSH_AGENT_PID=17 [2021-04-19T22:02:25.514Z] Running ssh-add (command line suppressed) [2021-04-19T22:02:25.652Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_9142198014991545618.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_9142198014991545618.key) [2021-04-19T22:02:25.712Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T22:02:26.020Z] + git semver tag [2021-04-19T22:02:26.020Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T22:02:26.020Z] # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git [2021-04-19T22:02:26.020Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master [2021-04-19T22:02:26.020Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T22:02:26.020Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T22:02:26.020Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T22:02:26.020Z] # $SEMVER_BRANCH = master [2021-04-19T22:02:26.020Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [2021-04-19T22:02:26.020Z] # 8e1e7cb95d5530821e601db4473f34bcb708dd90 HEAD [2021-04-19T22:02:26.020Z] # -> Force: false [2021-04-19T22:02:26.020Z] # 8555d2e6cdcaa6f79cfe40cf54df812affa28b0f refs/tags/v1.2.2-dev.2 [Pipeline] } [2021-04-19T22:02:26.033Z] $ docker exec --env ******** --env ******** 1b37aa2b893aa354e2070e25d1575d21f8fba60899689cb57410d3b262f5d55d ssh-agent -k [2021-04-19T22:02:26.160Z] unset SSH_AUTH_SOCK; [2021-04-19T22:02:26.160Z] unset SSH_AGENT_PID; [2021-04-19T22:02:26.160Z] echo Agent pid 17 killed; [2021-04-19T22:02:26.216Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T22:02:26.552Z] + git semver [Pipeline] } [2021-04-19T22:02:26.570Z] $ docker stop --time=1 1b37aa2b893aa354e2070e25d1575d21f8fba60899689cb57410d3b262f5d55d [2021-04-19T22:02:27.936Z] $ docker rm -f 1b37aa2b893aa354e2070e25d1575d21f8fba60899689cb57410d3b262f5d55d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-19T22:02:28.496Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-19T22:02:28.496Z] [2021-04-19T22:02:28.496Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-19T22:02:28.811Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-19T22:02:28.811Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-19T22:02:28.811Z] ab5ef0e58194: Pulling fs layer [2021-04-19T22:02:28.811Z] 9712f1f96733: Pulling fs layer [2021-04-19T22:02:28.811Z] 63f879dbbcfc: Pulling fs layer [2021-04-19T22:02:28.811Z] 0d9ebad4ef96: Pulling fs layer [2021-04-19T22:02:28.811Z] e9a5061849ea: Pulling fs layer [2021-04-19T22:02:28.811Z] d747dcd14b5f: Pulling fs layer [2021-04-19T22:02:28.811Z] 2de7ff778b66: Pulling fs layer [2021-04-19T22:02:28.811Z] d747dcd14b5f: Waiting [2021-04-19T22:02:28.811Z] e9a5061849ea: Waiting [2021-04-19T22:02:28.811Z] 2de7ff778b66: Waiting [2021-04-19T22:02:28.811Z] 0d9ebad4ef96: Waiting [2021-04-19T22:02:28.811Z] 9712f1f96733: Verifying Checksum [2021-04-19T22:02:28.811Z] 9712f1f96733: Download complete [2021-04-19T22:02:30.753Z] 63f879dbbcfc: Verifying Checksum [2021-04-19T22:02:30.753Z] 63f879dbbcfc: Download complete [2021-04-19T22:02:30.753Z] e9a5061849ea: Verifying Checksum [2021-04-19T22:02:30.753Z] e9a5061849ea: Download complete [2021-04-19T22:02:30.753Z] d747dcd14b5f: Verifying Checksum [2021-04-19T22:02:30.753Z] d747dcd14b5f: Download complete [2021-04-19T22:02:31.016Z] 2de7ff778b66: Verifying Checksum [2021-04-19T22:02:31.016Z] 2de7ff778b66: Download complete [2021-04-19T22:02:31.279Z] ab5ef0e58194: Download complete [2021-04-19T22:02:31.279Z] 0d9ebad4ef96: Verifying Checksum [2021-04-19T22:02:31.279Z] 0d9ebad4ef96: Download complete [2021-04-19T22:02:36.605Z] ab5ef0e58194: Pull complete [2021-04-19T22:02:36.605Z] 9712f1f96733: Pull complete [2021-04-19T22:02:39.169Z] 63f879dbbcfc: Pull complete [2021-04-19T22:02:45.814Z] 0d9ebad4ef96: Pull complete [2021-04-19T22:02:47.209Z] e9a5061849ea: Pull complete [2021-04-19T22:02:47.209Z] d747dcd14b5f: Pull complete [2021-04-19T22:02:49.763Z] 2de7ff778b66: Pull complete [2021-04-19T22:02:49.763Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-19T22:02:49.763Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-19T22:02:49.763Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-19T22:02:49.976Z] prd-centos7-docker-4c-2g-985 does not seem to be running inside a container [2021-04-19T22:02:50.025Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-04-19T22:02:53.374Z] $ docker top bee8329ac85b9b865360f9423bc4f17104dd9e2a5977e4c711015d34244566fe -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-19T22:02:53.565Z] provisioning config files... [2021-04-19T22:02:53.576Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config7849627036343077582tmp [2021-04-19T22:02:53.594Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config3932237008751772618tmp [2021-04-19T22:02:53.609Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config6025447163397225359tmp [Pipeline] { [Pipeline] echo [2021-04-19T22:02:53.631Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T22:02:53.938Z] ---> sigul-configuration.sh [2021-04-19T22:02:53.938Z] gpg: directory `/root/.gnupg' created [2021-04-19T22:02:53.938Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-19T22:02:53.938Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-19T22:02:53.938Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-19T22:02:53.938Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-19T22:02:53.938Z] gpg: CAST5 encrypted data [2021-04-19T22:02:54.204Z] gpg: encrypted with 1 passphrase [2021-04-19T22:02:54.204Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-19T22:02:54.516Z] + mkdir /home/jenkins [2021-04-19T22:02:54.516Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-19T22:02:54.815Z] + 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-04-19T22:02:54.833Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T22:02:55.132Z] ---> sigul-install.sh [2021-04-19T22:03:03.379Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-19T22:03:03.729Z] + git tag --list [2021-04-19T22:03:03.729Z] v1.0.0 [2021-04-19T22:03:03.730Z] v1.1.0 [2021-04-19T22:03:03.730Z] v1.1.1 [2021-04-19T22:03:03.730Z] v1.1.2 [2021-04-19T22:03:03.730Z] v1.2.0 [2021-04-19T22:03:03.730Z] v1.2.1 [2021-04-19T22:03:03.730Z] v1.2.1-dev.1 [2021-04-19T22:03:03.730Z] v1.2.1-dev.2 [2021-04-19T22:03:03.730Z] v1.2.1-dev.3 [2021-04-19T22:03:03.730Z] v1.2.1-dev.4 [2021-04-19T22:03:03.730Z] v1.2.2-dev.1 [2021-04-19T22:03:03.730Z] v1.2.2-dev.2 [Pipeline] sh [2021-04-19T22:03:04.138Z] + lftools sign git-tag v1.2.2-dev.2 [2021-04-19T22:03:05.531Z] Signing Git tag with Sigul... [2021-04-19T22:03:05.531Z] Signing v1.2.2-dev.2 [Pipeline] echo [2021-04-19T22:03:06.495Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T22:03:06.793Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-19T22:03:06.803Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-19T22:03:06.834Z] $ docker stop --time=1 bee8329ac85b9b865360f9423bc4f17104dd9e2a5977e4c711015d34244566fe [2021-04-19T22:03:08.904Z] $ docker rm -f bee8329ac85b9b865360f9423bc4f17104dd9e2a5977e4c711015d34244566fe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-19T22:03:09.446Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T22:03:09.446Z] . [Pipeline] withDockerContainer [2021-04-19T22:03:09.555Z] prd-centos7-docker-4c-2g-985 does not seem to be running inside a container [2021-04-19T22:03:09.604Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-19T22:03:11.739Z] $ docker top c81c2a82fbf33a14dbe6853f555bcd7fd8b132bfebc370421986fbd0fa9b463a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T22:03:11.922Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T22:03:11.922Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T22:03:12.131Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T22:03:12.135Z] $ docker exec c81c2a82fbf33a14dbe6853f555bcd7fd8b132bfebc370421986fbd0fa9b463a ssh-agent [2021-04-19T22:03:12.328Z] SSH_AUTH_SOCK=/tmp/ssh-Or2PsVQL8B1S/agent.11 [2021-04-19T22:03:12.328Z] SSH_AGENT_PID=17 [2021-04-19T22:03:12.335Z] Running ssh-add (command line suppressed) [2021-04-19T22:03:12.483Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_4287398037872513470.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_4287398037872513470.key) [2021-04-19T22:03:12.545Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T22:03:12.850Z] + git semver bump pre [2021-04-19T22:03:12.850Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T22:03:12.850Z] # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git [2021-04-19T22:03:12.850Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master [2021-04-19T22:03:12.850Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T22:03:12.850Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T22:03:12.850Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T22:03:12.850Z] # $SEMVER_BRANCH = master [2021-04-19T22:03:12.850Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [2021-04-19T22:03:12.850Z] 1.2.2-dev.3 [Pipeline] } [2021-04-19T22:03:12.866Z] $ docker exec --env ******** --env ******** c81c2a82fbf33a14dbe6853f555bcd7fd8b132bfebc370421986fbd0fa9b463a ssh-agent -k [2021-04-19T22:03:13.030Z] unset SSH_AUTH_SOCK; [2021-04-19T22:03:13.031Z] unset SSH_AGENT_PID; [2021-04-19T22:03:13.031Z] echo Agent pid 17 killed; [2021-04-19T22:03:13.101Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T22:03:13.448Z] + git semver [Pipeline] } [2021-04-19T22:03:13.467Z] $ docker stop --time=1 c81c2a82fbf33a14dbe6853f555bcd7fd8b132bfebc370421986fbd0fa9b463a [2021-04-19T22:03:14.865Z] $ docker rm -f c81c2a82fbf33a14dbe6853f555bcd7fd8b132bfebc370421986fbd0fa9b463a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-19T22:03:15.333Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T22:03:15.334Z] . [Pipeline] withDockerContainer [2021-04-19T22:03:15.450Z] prd-centos7-docker-4c-2g-985 does not seem to be running inside a container [2021-04-19T22:03:15.505Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-19T22:03:16.279Z] $ docker top 03dce37fe33b8905aa952d28997bda805facecf924dc25f272fc94a54d6c2914 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T22:03:16.501Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T22:03:16.501Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T22:03:16.749Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T22:03:16.753Z] $ docker exec 03dce37fe33b8905aa952d28997bda805facecf924dc25f272fc94a54d6c2914 ssh-agent [2021-04-19T22:03:16.951Z] SSH_AUTH_SOCK=/tmp/ssh-TIUkZx4hgggd/agent.11 [2021-04-19T22:03:16.951Z] SSH_AGENT_PID=17 [2021-04-19T22:03:16.960Z] Running ssh-add (command line suppressed) [2021-04-19T22:03:17.087Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_7306536921072055846.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_7306536921072055846.key) [2021-04-19T22:03:17.145Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T22:03:17.451Z] + git semver push [2021-04-19T22:03:17.451Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T22:03:17.451Z] # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git [2021-04-19T22:03:17.451Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master [2021-04-19T22:03:17.451Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T22:03:17.451Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T22:03:17.451Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T22:03:17.451Z] # $SEMVER_BRANCH = master [2021-04-19T22:03:17.451Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [Pipeline] } [2021-04-19T22:03:21.688Z] $ docker exec --env ******** --env ******** 03dce37fe33b8905aa952d28997bda805facecf924dc25f272fc94a54d6c2914 ssh-agent -k [2021-04-19T22:03:21.879Z] unset SSH_AUTH_SOCK; [2021-04-19T22:03:21.879Z] unset SSH_AGENT_PID; [2021-04-19T22:03:21.879Z] echo Agent pid 17 killed; [2021-04-19T22:03:21.949Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T22:03:22.283Z] + git semver [Pipeline] } [2021-04-19T22:03:22.300Z] $ docker stop --time=1 03dce37fe33b8905aa952d28997bda805facecf924dc25f272fc94a54d6c2914 [2021-04-19T22:03:23.691Z] $ docker rm -f 03dce37fe33b8905aa952d28997bda805facecf924dc25f272fc94a54d6c2914 [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-04-19T22:03:24.398Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T22:03:24.969Z] ---> package-listing.sh [2021-04-19T22:03:24.969Z] ++ facter osfamily [2021-04-19T22:03:24.969Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-19T22:03:24.969Z] + OS_FAMILY=redhat [2021-04-19T22:03:24.969Z] + workspace=/w/workspace/gexfoundry_device-rest-go_master [2021-04-19T22:03:24.969Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-19T22:03:24.969Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-19T22:03:24.969Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-19T22:03:24.969Z] + PACKAGES=/tmp/packages_start.txt [2021-04-19T22:03:24.969Z] + '[' /w/workspace/gexfoundry_device-rest-go_master ']' [2021-04-19T22:03:24.969Z] + PACKAGES=/tmp/packages_end.txt [2021-04-19T22:03:24.969Z] + case "${OS_FAMILY}" in [2021-04-19T22:03:24.969Z] + rpm -qa [2021-04-19T22:03:24.969Z] + sort [2021-04-19T22:03:30.278Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-19T22:03:30.278Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-19T22:03:30.278Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-19T22:03:30.278Z] + '[' /w/workspace/gexfoundry_device-rest-go_master ']' [2021-04-19T22:03:30.278Z] + mkdir -p /w/workspace/gexfoundry_device-rest-go_master/archives/ [2021-04-19T22:03:30.278Z] + 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-04-19T22:03:30.291Z] 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-04-19T22:03:30.588Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-19T22:03:30.896Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T22:03:30.896Z] [2021-04-19T22:03:30.896Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-19T22:03:31.211Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T22:03:31.211Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-19T22:03:31.211Z] df20fa9351a1: Pulling fs layer [2021-04-19T22:03:31.211Z] 36b3adc4ff6f: Pulling fs layer [2021-04-19T22:03:31.211Z] 8ad3a11d3b57: Pulling fs layer [2021-04-19T22:03:31.211Z] 46f8f816bc3b: Pulling fs layer [2021-04-19T22:03:31.211Z] 93b61091891f: Pulling fs layer [2021-04-19T22:03:31.211Z] 93b9cdb0e59b: Pulling fs layer [2021-04-19T22:03:31.211Z] 5e14af77c1be: Pulling fs layer [2021-04-19T22:03:31.211Z] 01666e4c0597: Pulling fs layer [2021-04-19T22:03:31.211Z] aa168da1d23b: Pulling fs layer [2021-04-19T22:03:31.211Z] 93b61091891f: Waiting [2021-04-19T22:03:31.211Z] 93b9cdb0e59b: Waiting [2021-04-19T22:03:31.211Z] 5e14af77c1be: Waiting [2021-04-19T22:03:31.211Z] 01666e4c0597: Waiting [2021-04-19T22:03:31.211Z] aa168da1d23b: Waiting [2021-04-19T22:03:31.211Z] 46f8f816bc3b: Waiting [2021-04-19T22:03:31.211Z] 36b3adc4ff6f: Verifying Checksum [2021-04-19T22:03:31.211Z] 36b3adc4ff6f: Download complete [2021-04-19T22:03:31.211Z] 46f8f816bc3b: Verifying Checksum [2021-04-19T22:03:31.211Z] 46f8f816bc3b: Download complete [2021-04-19T22:03:31.211Z] df20fa9351a1: Verifying Checksum [2021-04-19T22:03:31.211Z] df20fa9351a1: Download complete [2021-04-19T22:03:31.211Z] 93b9cdb0e59b: Verifying Checksum [2021-04-19T22:03:31.211Z] 93b9cdb0e59b: Download complete [2021-04-19T22:03:31.211Z] 93b61091891f: Download complete [2021-04-19T22:03:31.211Z] 5e14af77c1be: Verifying Checksum [2021-04-19T22:03:31.211Z] 5e14af77c1be: Download complete [2021-04-19T22:03:31.476Z] 01666e4c0597: Verifying Checksum [2021-04-19T22:03:31.476Z] 01666e4c0597: Download complete [2021-04-19T22:03:31.476Z] 8ad3a11d3b57: Verifying Checksum [2021-04-19T22:03:31.476Z] 8ad3a11d3b57: Download complete [2021-04-19T22:03:31.740Z] df20fa9351a1: Pull complete [2021-04-19T22:03:32.008Z] 36b3adc4ff6f: Pull complete [2021-04-19T22:03:33.418Z] 8ad3a11d3b57: Pull complete [2021-04-19T22:03:33.418Z] aa168da1d23b: Verifying Checksum [2021-04-19T22:03:33.418Z] aa168da1d23b: Download complete [2021-04-19T22:03:33.680Z] 46f8f816bc3b: Pull complete [2021-04-19T22:03:34.262Z] 93b61091891f: Pull complete [2021-04-19T22:03:34.262Z] 93b9cdb0e59b: Pull complete [2021-04-19T22:03:34.533Z] 5e14af77c1be: Pull complete [2021-04-19T22:03:34.533Z] 01666e4c0597: Pull complete [2021-04-19T22:03:42.726Z] aa168da1d23b: Pull complete [2021-04-19T22:03:42.726Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-19T22:03:42.726Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T22:03:42.726Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-19T22:03:42.897Z] prd-centos7-docker-4c-2g-985 does not seem to be running inside a container [2021-04-19T22:03:42.944Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-19T22:03:45.793Z] $ docker top f2acd1a02b202661e4038d42f449c29d9f38d514b2462b3198bde5061caa744f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T22:03:46.258Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-19T22:03:46.563Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-19T22:03:46.862Z] + ls /var/log/sa-host [2021-04-19T22:03:46.863Z] + sadf -c /var/log/sa-host/sa19 [2021-04-19T22:03:46.863Z] file_magic: OK [2021-04-19T22:03:46.863Z] HZ: Using current value: 100 [2021-04-19T22:03:46.863Z] file_header: OK [2021-04-19T22:03:46.863Z] 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-04-19T22:03:46.863Z] Statistics: [2021-04-19T22:03:46.863Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-19T22:03:46.863Z] File successfully converted to sysstat format version 12.2.1 [2021-04-19T22:03:46.863Z] + sadf -c /var/log/sa-host/sa23 [2021-04-19T22:03:46.863Z] file_magic: OK [2021-04-19T22:03:46.863Z] HZ: Using current value: 100 [2021-04-19T22:03:46.863Z] file_header: OK [2021-04-19T22:03:46.863Z] 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-04-19T22:03:46.863Z] Statistics: [2021-04-19T22:03:46.863Z] Hnuu...uuuununununu... [2021-04-19T22:03:46.863Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-19T22:03:47.077Z] provisioning config files... [2021-04-19T22:03:47.096Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config2055417772672943773tmp [Pipeline] { [Pipeline] echo [2021-04-19T22:03:47.119Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T22:03:47.602Z] ---> create-netrc.sh [Pipeline] } [2021-04-19T22:03:47.632Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-19T22:03:47.656Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T22:03:47.952Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-19T22:03:47.963Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T22:03:48.260Z] ---> sudo-logs.sh [2021-04-19T22:03:48.260Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-19T22:03:48.296Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T22:03:48.595Z] ---> job-cost.sh [2021-04-19T22:03:48.595Z] lf-activate-venv: SKIPPING [2021-04-19T22:03:48.595Z] DEBUG: total: 0.20999999344348907 [2021-04-19T22:03:48.595Z] INFO: Retrieving Stack Cost... [2021-04-19T22:03:49.541Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-19T22:03:50.114Z] INFO: Archiving Costs [Pipeline] echo [2021-04-19T22:03:50.130Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T22:03:50.434Z] ---> logs-deploy.sh [2021-04-19T22:03:50.434Z] lf-activate-venv: SKIPPING [2021-04-19T22:03:50.434Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/master/34 [2021-04-19T22:03:50.434Z] INFO: archiving workspace using pattern(s): [2021-04-19T22:03:52.353Z] Archives upload complete. [2021-04-19T22:03:52.353Z] INFO: archiving logs to Nexus [2021-04-19T22:03:53.302Z] ---> uname -a: [2021-04-19T22:03:53.302Z] Linux prd-centos7-docker-4c-2g-985.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-04-19T22:03:53.302Z] [2021-04-19T22:03:53.302Z] [2021-04-19T22:03:53.302Z] ---> lscpu: [2021-04-19T22:03:53.302Z] Architecture: x86_64 [2021-04-19T22:03:53.302Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-19T22:03:53.302Z] Byte Order: Little Endian [2021-04-19T22:03:53.302Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-19T22:03:53.302Z] CPU(s): 4 [2021-04-19T22:03:53.302Z] On-line CPU(s) list: 0-3 [2021-04-19T22:03:53.302Z] Thread(s) per core: 1 [2021-04-19T22:03:53.302Z] Core(s) per socket: 1 [2021-04-19T22:03:53.302Z] Socket(s): 4 [2021-04-19T22:03:53.302Z] NUMA node(s): 1 [2021-04-19T22:03:53.302Z] Vendor ID: GenuineIntel [2021-04-19T22:03:53.302Z] CPU family: 6 [2021-04-19T22:03:53.302Z] Model: 44 [2021-04-19T22:03:53.302Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-19T22:03:53.302Z] Stepping: 1 [2021-04-19T22:03:53.302Z] CPU MHz: 2933.436 [2021-04-19T22:03:53.302Z] BogoMIPS: 5866.87 [2021-04-19T22:03:53.302Z] Virtualization: VT-x [2021-04-19T22:03:53.302Z] Hypervisor vendor: KVM [2021-04-19T22:03:53.302Z] Virtualization type: full [2021-04-19T22:03:53.303Z] L1d cache: 128 KiB [2021-04-19T22:03:53.303Z] L1i cache: 128 KiB [2021-04-19T22:03:53.303Z] L2 cache: 16 MiB [2021-04-19T22:03:53.303Z] L3 cache: 64 MiB [2021-04-19T22:03:53.303Z] NUMA node0 CPU(s): 0-3 [2021-04-19T22:03:53.303Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-19T22:03:53.303Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-19T22:03:53.303Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-19T22:03:53.303Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-19T22:03:53.303Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-19T22:03:53.303Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-19T22:03:53.303Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-19T22:03:53.303Z] Vulnerability Srbds: Not affected [2021-04-19T22:03:53.303Z] Vulnerability Tsx async abort: Not affected [2021-04-19T22:03:53.303Z] 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-04-19T22:03:53.303Z] [2021-04-19T22:03:53.303Z] [2021-04-19T22:03:53.303Z] ---> nproc: [2021-04-19T22:03:53.303Z] 4 [2021-04-19T22:03:53.303Z] [2021-04-19T22:03:53.303Z] [2021-04-19T22:03:53.303Z] ---> df -h: [2021-04-19T22:03:53.303Z] Filesystem Size Used Available Use% Mounted on [2021-04-19T22:03:53.303Z] overlay 50.0G 8.6G 41.4G 17% / [2021-04-19T22:03:53.303Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-19T22:03:53.303Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-19T22:03:53.303Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-19T22:03:53.303Z] /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os [2021-04-19T22:03:53.303Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf [2021-04-19T22:03:53.303Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname [2021-04-19T22:03:53.303Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts [2021-04-19T22:03:53.303Z] /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/gexfoundry_device-rest-go_master@tmp [2021-04-19T22:03:53.303Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host [2021-04-19T22:03:53.303Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure [2021-04-19T22:03:53.303Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log [2021-04-19T22:03:53.303Z] /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json [2021-04-19T22:03:53.303Z] /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/gexfoundry_device-rest-go_master [2021-04-19T22:03:53.303Z] [2021-04-19T22:03:53.303Z] [2021-04-19T22:03:53.303Z] ---> free -m: [2021-04-19T22:03:53.303Z] total used free shared buff/cache available [2021-04-19T22:03:53.303Z] Mem: 1837 824 142 0 870 948 [2021-04-19T22:03:53.303Z] Swap: 1023 3 1020 [2021-04-19T22:03:53.303Z] [2021-04-19T22:03:53.303Z] [2021-04-19T22:03:53.303Z] ---> ip addr: [2021-04-19T22:03:53.303Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-19T22:03:53.303Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-19T22:03:53.303Z] inet 127.0.0.1/8 scope host lo [2021-04-19T22:03:53.303Z] valid_lft forever preferred_lft forever [2021-04-19T22:03:53.303Z] inet6 ::1/128 scope host [2021-04-19T22:03:53.303Z] valid_lft forever preferred_lft forever [2021-04-19T22:03:53.303Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-19T22:03:53.303Z] link/ether fa:16:3e:68:28:02 brd ff:ff:ff:ff:ff:ff [2021-04-19T22:03:53.303Z] inet 10.30.123.236/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-19T22:03:53.303Z] valid_lft 85682sec preferred_lft 85682sec [2021-04-19T22:03:53.303Z] inet6 fe80::f816:3eff:fe68:2802/64 scope link [2021-04-19T22:03:53.303Z] valid_lft forever preferred_lft forever [2021-04-19T22:03:53.303Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-19T22:03:53.303Z] link/ether 02:42:3c:92:e1:78 brd ff:ff:ff:ff:ff:ff [2021-04-19T22:03:53.303Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-19T22:03:53.303Z] valid_lft forever preferred_lft forever [2021-04-19T22:03:53.303Z] inet6 fe80::42:3cff:fe92:e178/64 scope link [2021-04-19T22:03:53.303Z] valid_lft forever preferred_lft forever [2021-04-19T22:03:53.303Z] [2021-04-19T22:03:53.303Z] [2021-04-19T22:03:53.303Z] ---> sar -b -r -n DEV: [2021-04-19T22:03:53.303Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) [2021-04-19T22:03:53.303Z] [2021-04-19T22:03:53.303Z] 21:51:44 LINUX RESTART (4 CPU) [2021-04-19T22:03:53.303Z] [2021-04-19T22:03:53.303Z] 21:52:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-04-19T22:03:53.303Z] 21:53:01 190.20 100.77 89.43 0.00 10180.03 39993.44 0.00 [2021-04-19T22:03:53.303Z] 21:54:01 1.73 0.00 1.73 0.00 0.00 36.47 0.00 [2021-04-19T22:03:53.303Z] 21:55:01 0.40 0.00 0.40 0.00 0.00 6.13 0.00 [2021-04-19T22:03:53.303Z] 21:56:01 0.28 0.00 0.28 0.00 0.00 3.68 0.00 [2021-04-19T22:03:53.303Z] 21:57:01 0.23 0.00 0.23 0.00 0.00 3.61 0.00 [2021-04-19T22:03:53.303Z] 21:58:01 0.33 0.00 0.33 0.00 0.00 4.25 0.00 [2021-04-19T22:03:53.303Z] 21:59:01 0.27 0.00 0.27 0.00 0.00 3.61 0.00 [2021-04-19T22:03:53.303Z] 22:00:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 [2021-04-19T22:03:53.303Z] 22:01:01 0.22 0.02 0.20 0.00 0.13 1.90 0.00 [2021-04-19T22:03:53.303Z] 22:02:01 227.94 138.27 89.67 0.00 6867.49 33202.10 0.00 [2021-04-19T22:03:53.303Z] 22:03:01 241.44 100.58 140.86 0.00 5191.48 32754.88 0.00 [2021-04-19T22:03:53.303Z] Average: 60.33 30.89 29.44 0.00 2023.02 9643.40 0.00 [2021-04-19T22:03:53.303Z] [2021-04-19T22:03:53.303Z] 21:52:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-04-19T22:03:53.303Z] 21:53:01 128016 0 596692 31.71 2620 1154216 1112132 37.96 441868 1111772 128 [2021-04-19T22:03:53.303Z] 21:54:01 122608 0 602168 32.00 2620 1154148 1111764 37.94 448548 1110960 20 [2021-04-19T22:03:53.303Z] 21:55:01 124656 0 600112 31.89 2620 1154156 1079836 36.85 457584 1100460 16 [2021-04-19T22:03:53.303Z] 21:56:01 124752 0 600016 31.89 2620 1154156 1079896 36.86 457912 1100460 8 [2021-04-19T22:03:53.303Z] 21:57:01 121596 0 603160 32.06 2620 1154168 1079908 36.86 466644 1094920 8 [2021-04-19T22:03:53.303Z] 21:58:01 122252 0 602500 32.02 2620 1154172 1077768 36.78 466280 1094692 8 [2021-04-19T22:03:53.303Z] 21:59:01 123100 0 601648 31.98 2620 1154176 1067320 36.43 465932 1094252 8 [2021-04-19T22:03:53.303Z] 22:00:01 122700 0 602044 32.00 2620 1154180 1067440 36.43 466812 1094252 8 [2021-04-19T22:03:53.303Z] 22:01:01 121584 0 603156 32.06 2620 1154184 1070152 36.52 467276 1094252 8 [2021-04-19T22:03:53.303Z] 22:02:01 106560 0 746040 39.65 2596 1026348 1365888 46.62 532944 989244 640 [2021-04-19T22:03:53.303Z] 22:03:01 71412 0 791380 42.06 1496 1017256 1270096 43.35 622820 849864 85240 [2021-04-19T22:03:53.303Z] Average: 117203 0 631720 33.57 2516 1130105 1125655 38.42 481329 1066830 7827 [2021-04-19T22:03:53.303Z] [2021-04-19T22:03:53.303Z] 21:52:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-04-19T22:03:53.303Z] 21:53:01 eth0 679.75 457.24 1348.87 94.37 0.00 0.00 0.00 0.00 [2021-04-19T22:03:53.303Z] 21:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T22:03:53.303Z] 21:53:01 docker0 56.44 45.74 4.62 133.54 0.00 0.00 0.00 0.00 [2021-04-19T22:03:53.303Z] 21:54:01 eth0 6.68 2.46 4.46 0.53 0.00 0.00 0.00 0.00 [2021-04-19T22:03:53.303Z] 21:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T22:03:53.303Z] 21:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T22:03:53.303Z] 21:55:01 eth0 2.00 0.55 0.63 0.37 0.00 0.00 0.00 0.00 [2021-04-19T22:03:53.303Z] 21:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T22:03:53.303Z] 21:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T22:03:53.303Z] 21:56:01 eth0 2.00 0.57 0.64 0.43 0.00 0.00 0.00 0.00 [2021-04-19T22:03:53.303Z] 21:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T22:03:53.303Z] 21:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T22:03:53.303Z] 21:57:01 eth0 1.02 0.53 0.54 0.40 0.00 0.00 0.00 0.00 [2021-04-19T22:03:53.303Z] 21:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T22:03:53.303Z] 21:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T22:03:53.303Z] 21:58:01 eth0 0.28 0.18 0.09 0.07 0.00 0.00 0.00 0.00 [2021-04-19T22:03:53.303Z] 21:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T22:03:53.303Z] 21:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T22:03:53.303Z] 21:59:01 eth0 0.40 0.20 0.08 0.01 0.00 0.00 0.00 0.00 [2021-04-19T22:03:53.303Z] 21:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T22:03:53.303Z] 21:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T22:03:53.303Z] 22:00:01 eth0 1.02 0.38 0.32 0.21 0.00 0.00 0.00 0.00 [2021-04-19T22:03:53.303Z] 22:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T22:03:53.303Z] 22:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T22:03:53.303Z] 22:01:01 eth0 1.00 0.42 0.35 0.21 0.00 0.00 0.00 0.00 [2021-04-19T22:03:53.303Z] 22:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T22:03:53.303Z] 22:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T22:03:53.303Z] 22:02:01 veth7ae4b0d 16.84 15.74 1.98 13.09 0.00 0.00 0.00 0.00 [2021-04-19T22:03:53.303Z] 22:02:01 eth0 445.06 385.96 4094.69 61.16 0.00 0.00 0.00 0.00 [2021-04-19T22:03:53.303Z] 22:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T22:03:53.303Z] 22:02:01 docker0 16.84 15.64 1.75 13.08 0.00 0.00 0.00 0.00 [2021-04-19T22:03:53.303Z] 22:03:01 eth0 438.86 374.75 3613.10 57.45 0.00 0.00 0.00 0.00 [2021-04-19T22:03:53.303Z] 22:03:01 vethf09a2f5 31.79 43.84 2.17 244.90 0.00 0.00 0.00 0.00 [2021-04-19T22:03:53.303Z] 22:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T22:03:53.303Z] 22:03:01 docker0 47.67 60.77 3.02 389.84 0.00 0.00 0.00 0.00 [2021-04-19T22:03:53.303Z] Average: eth0 143.55 111.27 824.45 19.58 0.00 0.00 0.00 0.00 [2021-04-19T22:03:53.303Z] Average: vethf09a2f5 2.89 3.99 0.20 22.27 0.00 0.00 0.00 0.00 [2021-04-19T22:03:53.303Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T22:03:53.303Z] Average: docker0 11.00 11.11 0.85 48.79 0.00 0.00 0.00 0.00 [2021-04-19T22:03:53.303Z] [2021-04-19T22:03:53.303Z] [2021-04-19T22:03:53.303Z] ---> sar -P ALL: [2021-04-19T22:03:53.303Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) [2021-04-19T22:03:53.303Z] [2021-04-19T22:03:53.303Z] 21:51:44 LINUX RESTART (4 CPU) [2021-04-19T22:03:53.304Z] [2021-04-19T22:03:53.304Z] 21:52:01 CPU %user %nice %system %iowait %steal %idle [2021-04-19T22:03:53.304Z] 21:53:01 all 15.34 0.00 8.30 5.91 0.31 70.14 [2021-04-19T22:03:53.304Z] 21:53:01 0 16.53 0.00 10.05 3.17 0.27 69.98 [2021-04-19T22:03:53.304Z] 21:53:01 1 14.05 0.00 7.44 7.27 0.32 70.92 [2021-04-19T22:03:53.304Z] 21:53:01 2 16.77 0.00 7.56 8.02 0.31 67.34 [2021-04-19T22:03:53.304Z] 21:53:01 3 14.00 0.00 8.17 5.18 0.32 72.32 [2021-04-19T22:03:53.304Z] 21:54:01 all 0.23 0.00 0.06 0.00 0.01 99.70 [2021-04-19T22:03:53.304Z] 21:54:01 0 0.08 0.00 0.05 0.00 0.03 99.83 [2021-04-19T22:03:53.304Z] 21:54:01 1 0.62 0.00 0.05 0.00 0.02 99.32 [2021-04-19T22:03:53.304Z] 21:54:01 2 0.10 0.00 0.10 0.00 0.00 99.80 [2021-04-19T22:03:53.304Z] 21:54:01 3 0.10 0.00 0.05 0.00 0.00 99.85 [2021-04-19T22:03:53.304Z] 21:55:01 all 0.18 0.00 0.06 0.00 0.03 99.73 [2021-04-19T22:03:53.304Z] 21:55:01 0 0.07 0.00 0.07 0.00 0.02 99.85 [2021-04-19T22:03:53.304Z] 21:55:01 1 0.52 0.00 0.03 0.00 0.03 99.42 [2021-04-19T22:03:53.304Z] 21:55:01 2 0.08 0.00 0.03 0.00 0.05 99.83 [2021-04-19T22:03:53.304Z] 21:55:01 3 0.05 0.00 0.12 0.00 0.02 99.82 [2021-04-19T22:03:53.304Z] 21:56:01 all 0.20 0.00 0.07 0.00 0.01 99.71 [2021-04-19T22:03:53.304Z] 21:56:01 0 0.08 0.00 0.07 0.00 0.00 99.85 [2021-04-19T22:03:53.304Z] 21:56:01 1 0.55 0.00 0.05 0.02 0.02 99.37 [2021-04-19T22:03:53.304Z] 21:56:01 2 0.15 0.00 0.12 0.00 0.02 99.72 [2021-04-19T22:03:53.304Z] 21:56:01 3 0.03 0.00 0.07 0.00 0.00 99.90 [2021-04-19T22:03:53.304Z] 21:57:01 all 0.16 0.00 0.05 0.00 0.02 99.77 [2021-04-19T22:03:53.304Z] 21:57:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2021-04-19T22:03:53.304Z] 21:57:01 1 0.50 0.00 0.02 0.00 0.03 99.45 [2021-04-19T22:03:53.304Z] 21:57:01 2 0.08 0.00 0.05 0.00 0.02 99.85 [2021-04-19T22:03:53.304Z] 21:57:01 3 0.05 0.00 0.12 0.00 0.00 99.83 [2021-04-19T22:03:53.304Z] 21:58:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2021-04-19T22:03:53.304Z] 21:58:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-19T22:03:53.304Z] 21:58:01 1 0.53 0.00 0.02 0.00 0.00 99.45 [2021-04-19T22:03:53.304Z] 21:58:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-19T22:03:53.304Z] 21:58:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2021-04-19T22:03:53.304Z] 21:59:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2021-04-19T22:03:53.304Z] 21:59:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-19T22:03:53.304Z] 21:59:01 1 0.52 0.00 0.03 0.00 0.00 99.45 [2021-04-19T22:03:53.304Z] 21:59:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-19T22:03:53.304Z] 21:59:01 3 0.07 0.00 0.08 0.00 0.00 99.85 [2021-04-19T22:03:53.304Z] 22:00:01 all 0.17 0.00 0.03 0.00 0.00 99.80 [2021-04-19T22:03:53.304Z] 22:00:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-19T22:03:53.304Z] 22:00:01 1 0.42 0.00 0.02 0.00 0.00 99.57 [2021-04-19T22:03:53.304Z] 22:00:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-19T22:03:53.304Z] 22:00:01 3 0.17 0.00 0.03 0.00 0.00 99.80 [2021-04-19T22:03:53.304Z] 22:01:01 all 0.08 0.00 0.05 0.00 0.00 99.87 [2021-04-19T22:03:53.304Z] 22:01:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-19T22:03:53.304Z] 22:01:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2021-04-19T22:03:53.304Z] 22:01:01 2 0.10 0.00 0.03 0.00 0.00 99.87 [2021-04-19T22:03:53.304Z] 22:01:01 3 0.13 0.00 0.07 0.00 0.00 99.80 [2021-04-19T22:03:53.304Z] 22:02:01 all 8.68 0.00 5.37 1.44 0.24 84.26 [2021-04-19T22:03:53.304Z] 22:02:01 0 7.66 0.00 5.77 1.93 0.26 84.39 [2021-04-19T22:03:53.304Z] 22:02:01 1 8.84 0.00 4.96 0.54 0.27 85.39 [2021-04-19T22:03:53.304Z] 22:02:01 2 9.69 0.00 5.13 2.71 0.22 82.25 [2021-04-19T22:03:53.304Z] 22:02:01 3 8.54 0.00 5.62 0.60 0.22 85.02 [2021-04-19T22:03:53.304Z] 22:03:01 all 11.01 0.00 7.34 3.33 0.38 77.94 [2021-04-19T22:03:53.304Z] 22:03:01 0 10.25 0.00 7.58 1.94 0.40 79.83 [2021-04-19T22:03:53.304Z] 22:03:01 1 14.02 0.00 7.04 5.16 0.38 73.40 [2021-04-19T22:03:53.304Z] 22:03:01 2 10.14 0.00 7.31 2.13 0.43 79.99 [2021-04-19T22:03:53.304Z] 22:03:01 3 9.61 0.00 7.43 4.09 0.33 78.55 [2021-04-19T22:03:53.304Z] [2021-04-19T22:03:53.304Z] Average: CPU %user %nice %system %iowait %steal %idle [2021-04-19T22:03:53.304Z] Average: all 3.25 0.00 1.91 0.95 0.09 93.80 [2021-04-19T22:03:53.304Z] Average: 0 3.10 0.00 2.11 0.63 0.09 94.07 [2021-04-19T22:03:53.304Z] Average: 1 3.64 0.00 1.76 1.16 0.10 93.34 [2021-04-19T22:03:53.304Z] Average: 2 3.33 0.00 1.82 1.15 0.09 93.61 [2021-04-19T22:03:53.304Z] Average: 3 2.93 0.00 1.94 0.88 0.08 94.17 [2021-04-19T22:03:53.304Z] [2021-04-19T22:03:53.304Z] [2021-04-19T22:03:53.304Z]