Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 93ede67d7b538e9acd9cb68b0396d1389d21b332 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > 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. [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 [Pipeline] node Running on prd-centos7-docker-4c-2g-395 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 with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-rest-go.git > git init /w/workspace/gexfoundry_device-rest-go_master # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 93ede67d7b538e9acd9cb68b0396d1389d21b332 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 93ede67d7b538e9acd9cb68b0396d1389d21b332 # timeout=10 Commit message: "Merge pull request #39 from edgexfoundry/issue-36" > git rev-list --no-walk ec5ba659fde701601f352c67d2492fac5a523e90 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-18T15:19:22.309Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-18T15:19:22.629Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-18T15:19:22.730Z] ========================================================= [2020-09-18T15:19:22.730Z] EdgeX Global Pipelines Version Info [2020-09-18T15:19:22.730Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-18T15:19:24.618Z] ------------------- [2020-09-18T15:19:24.619Z] stable info: [2020-09-18T15:19:24.619Z] ------------------- [2020-09-18T15:19:24.619Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-18T15:19:24.619Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-18T15:19:24.619Z] Message: update stable to v1.0.122 [2020-09-18T15:19:25.194Z] ------------------- [2020-09-18T15:19:25.194Z] experimental info: [2020-09-18T15:19:25.194Z] ------------------- [2020-09-18T15:19:25.194Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-18T15:19:25.194Z] Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 [2020-09-18T15:19:25.194Z] Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-18T15:19:25.606Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2020-09-18T15:19:25.698Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2020-09-18T15:19:25.791Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-18T15:19:25.915Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-18T15:19:26.029Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-18T15:19:26.140Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-18T15:19:26.241Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-18T15:19:26.346Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-18T15:19:26.454Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-18T15:19:26.548Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-18T15:19:26.643Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-18T15:19:26.786Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-rest-go [Pipeline] echo [2020-09-18T15:19:26.891Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-18T15:19:27.002Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-18T15:19:27.095Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-18T15:19:27.189Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-18T15:19:27.284Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-18T15:19:27.376Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-18T15:19:27.496Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-18T15:19:27.591Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-18T15:19:27.691Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-18T15:19:27.790Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-18T15:19:27.885Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-18T15:19:27.979Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-18T15:19:28.067Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-18T15:19:28.159Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 93ede67d7b538e9acd9cb68b0396d1389d21b332 [Pipeline] echo [2020-09-18T15:19:28.251Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 93ede67 [Pipeline] echo [2020-09-18T15:19:28.359Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-18T15:19:29.033Z] + git log --format=format:%s -1 93ede67d7b538e9acd9cb68b0396d1389d21b332 [Pipeline] echo [2020-09-18T15:19:29.101Z] GIT_COMMIT: 93ede67d7b538e9acd9cb68b0396d1389d21b332, Commit Message: Merge pull request #39 from edgexfoundry/issue-36 [Pipeline] echo [2020-09-18T15:19:29.147Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-18T15:19:30.140Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-18T15:19:30.406Z] [2020-09-18T15:19:30.406Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-18T15:19:30.780Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-18T15:19:31.048Z] latest: Pulling from edgex-devops/git-semver [2020-09-18T15:19:31.048Z] 31603596830f: Pulling fs layer [2020-09-18T15:19:31.048Z] 2a8b12db71e7: Pulling fs layer [2020-09-18T15:19:31.048Z] 6ca5941a6612: Pulling fs layer [2020-09-18T15:19:31.048Z] ecc8261a40a4: Pulling fs layer [2020-09-18T15:19:31.048Z] ecc8261a40a4: Waiting [2020-09-18T15:19:31.048Z] 2a8b12db71e7: Verifying Checksum [2020-09-18T15:19:31.048Z] 2a8b12db71e7: Download complete [2020-09-18T15:19:31.048Z] 31603596830f: Verifying Checksum [2020-09-18T15:19:31.048Z] 31603596830f: Download complete [2020-09-18T15:19:31.316Z] ecc8261a40a4: Verifying Checksum [2020-09-18T15:19:31.316Z] ecc8261a40a4: Download complete [2020-09-18T15:19:31.316Z] 6ca5941a6612: Verifying Checksum [2020-09-18T15:19:31.316Z] 6ca5941a6612: Download complete [2020-09-18T15:19:31.316Z] 31603596830f: Pull complete [2020-09-18T15:19:31.580Z] 2a8b12db71e7: Pull complete [2020-09-18T15:19:32.529Z] 6ca5941a6612: Pull complete [2020-09-18T15:19:32.529Z] ecc8261a40a4: Pull complete [2020-09-18T15:19:32.529Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-18T15:19:32.529Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-18T15:19:32.529Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-18T15:19:32.645Z] prd-centos7-docker-4c-2g-395 does not seem to be running inside a container [2020-09-18T15:19:32.696Z] $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-18T15:19:34.782Z] $ docker top ee281f512e9b98740949b7033ab178a8f9f63f89a1fb3c07ed3448fc370329aa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-18T15:19:35.079Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-18T15:19:35.079Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-18T15:19:35.294Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-18T15:19:35.297Z] $ docker exec ee281f512e9b98740949b7033ab178a8f9f63f89a1fb3c07ed3448fc370329aa ssh-agent [2020-09-18T15:19:35.467Z] SSH_AUTH_SOCK=/tmp/ssh-VGwB0BOelXoM/agent.12 [2020-09-18T15:19:35.467Z] SSH_AGENT_PID=17 [2020-09-18T15:19:35.479Z] Running ssh-add (command line suppressed) [2020-09-18T15:19:35.596Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_386159122397087933.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_386159122397087933.key) [2020-09-18T15:19:35.652Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-18T15:19:35.989Z] + git describe --exact-match --tags HEAD [2020-09-18T15:19:35.989Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-18T15:19:36.012Z] $ docker exec --env ******** --env ******** ee281f512e9b98740949b7033ab178a8f9f63f89a1fb3c07ed3448fc370329aa ssh-agent -k [2020-09-18T15:19:36.127Z] unset SSH_AUTH_SOCK; [2020-09-18T15:19:36.127Z] unset SSH_AGENT_PID; [2020-09-18T15:19:36.127Z] echo Agent pid 17 killed; [2020-09-18T15:19:36.173Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-18T15:19:36.443Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-18T15:19:36.443Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-18T15:19:36.563Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-18T15:19:36.563Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-18T15:19:36.731Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-18T15:19:36.734Z] $ docker exec ee281f512e9b98740949b7033ab178a8f9f63f89a1fb3c07ed3448fc370329aa ssh-agent [2020-09-18T15:19:36.908Z] SSH_AUTH_SOCK=/tmp/ssh-FW9AdIbavN2n/agent.45 [2020-09-18T15:19:36.908Z] SSH_AGENT_PID=50 [2020-09-18T15:19:36.914Z] Running ssh-add (command line suppressed) [2020-09-18T15:19:37.031Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_7882534829411023220.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_7882534829411023220.key) [2020-09-18T15:19:37.083Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-18T15:19:37.420Z] + git semver init [2020-09-18T15:19:37.420Z] # -> Open(): unable to determine branch for HEAD [2020-09-18T15:19:37.420Z] # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git [2020-09-18T15:19:37.420Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master [2020-09-18T15:19:37.420Z] # $SEMVER_REMOTE_NAME = origin [2020-09-18T15:19:37.420Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-18T15:19:37.420Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-18T15:19:37.420Z] # $SEMVER_BRANCH = master [2020-09-18T15:19:37.420Z] # $SEMVER_TEMP = /tmp/semver-353093760 [2020-09-18T15:19:37.420Z] # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP [2020-09-18T15:19:38.372Z] # '/tmp/semver-353093760' -> '/w/workspace/gexfoundry_device-rest-go_master/.semver' [2020-09-18T15:19:38.372Z] # -> Force: false [2020-09-18T15:19:38.372Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [Pipeline] } [2020-09-18T15:19:38.383Z] $ docker exec --env ******** --env ******** ee281f512e9b98740949b7033ab178a8f9f63f89a1fb3c07ed3448fc370329aa ssh-agent -k [2020-09-18T15:19:38.499Z] unset SSH_AUTH_SOCK; [2020-09-18T15:19:38.499Z] unset SSH_AGENT_PID; [2020-09-18T15:19:38.499Z] echo Agent pid 50 killed; [2020-09-18T15:19:38.546Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-18T15:19:39.010Z] + git semver [Pipeline] } [2020-09-18T15:19:39.028Z] $ docker stop --time=1 ee281f512e9b98740949b7033ab178a8f9f63f89a1fb3c07ed3448fc370329aa [2020-09-18T15:19:40.943Z] $ docker rm -f ee281f512e9b98740949b7033ab178a8f9f63f89a1fb3c07ed3448fc370329aa [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-18T15:19:42.352Z] Stashed 18 file(s) [Pipeline] echo [2020-09-18T15:19:42.355Z] [edgeXSemver]: initialized semver on version 1.1.3-dev.4 [Pipeline] echo [2020-09-18T15:19:42.444Z] Archived original version: [1.1.3-dev.4] [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 [2020-09-18T15:19:57.941Z] Still waiting to schedule task [2020-09-18T15:19:57.941Z] Still waiting to schedule task [2020-09-18T15:19:57.942Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-395’ [2020-09-18T15:19:57.942Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-18T15:21:54.244Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-409 in /w/workspace/gexfoundry_device-rest-go_master [Pipeline] { [Pipeline] ws [2020-09-18T15:21:54.349Z] Running in /w/workspace/device-rest-go/20 [Pipeline] { [Pipeline] checkout [2020-09-18T15:21:59.724Z] using credential edgex-jenkins-ssh [2020-09-18T15:21:59.941Z] Cloning the remote Git repository [2020-09-18T15:21:59.942Z] Cloning with configured refspecs honoured and without tags [2020-09-18T15:22:00.018Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2020-09-18T15:22:00.134Z] > git init /w/workspace/device-rest-go/20 # timeout=10 [2020-09-18T15:22:00.238Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-09-18T15:22:00.239Z] > git --version # timeout=10 [2020-09-18T15:22:00.261Z] > git --version # 'git version 2.17.1' [2020-09-18T15:22:00.262Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T15:22:00.337Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-18T15:22:01.951Z] Fetching without tags [2020-09-18T15:22:01.855Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-09-18T15:22:01.893Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-18T15:22:01.928Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-09-18T15:22:01.970Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-09-18T15:22:01.971Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T15:22:02.904Z] Checking out Revision 93ede67d7b538e9acd9cb68b0396d1389d21b332 (master) [2020-09-18T15:22:01.984Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-18T15:22:02.935Z] > git config core.sparsecheckout # timeout=10 [2020-09-18T15:22:02.955Z] > git checkout -f 93ede67d7b538e9acd9cb68b0396d1389d21b332 # timeout=10 [2020-09-18T15:22:07.406Z] Commit message: "Merge pull request #39 from edgexfoundry/issue-36" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-18T15:22:09.635Z] ========================================================= [2020-09-18T15:22:09.635Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-18T15:22:09.635Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-18T15:22:10.718Z] + 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 . [2020-09-18T15:22:11.717Z] Sending build context to Docker daemon 8.049MB [2020-09-18T15:22:11.717Z] Step 1/10 : ARG BASE=golang:1.15-alpine [2020-09-18T15:22:11.717Z] Step 2/10 : FROM ${BASE} [2020-09-18T15:22:11.995Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-18T15:22:11.995Z] b538f80385f9: Pulling fs layer [2020-09-18T15:22:11.995Z] 74f711af9a0d: Pulling fs layer [2020-09-18T15:22:11.996Z] 99f96fe45779: Pulling fs layer [2020-09-18T15:22:11.996Z] 8529a6b9a6be: Pulling fs layer [2020-09-18T15:22:11.996Z] 45590311c82a: Pulling fs layer [2020-09-18T15:22:11.996Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-18T15:22:11.996Z] 209524e5b208: Pulling fs layer [2020-09-18T15:22:11.996Z] 8529a6b9a6be: Waiting [2020-09-18T15:22:11.996Z] 45590311c82a: Waiting [2020-09-18T15:22:11.996Z] 69ca0ff8b7b3: Waiting [2020-09-18T15:22:11.996Z] 209524e5b208: Waiting [2020-09-18T15:22:11.996Z] 99f96fe45779: Verifying Checksum [2020-09-18T15:22:11.996Z] 99f96fe45779: Download complete [2020-09-18T15:22:11.996Z] 74f711af9a0d: Verifying Checksum [2020-09-18T15:22:11.996Z] 74f711af9a0d: Download complete [2020-09-18T15:22:12.272Z] 45590311c82a: Verifying Checksum [2020-09-18T15:22:12.272Z] 45590311c82a: Download complete [2020-09-18T15:22:12.272Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-18T15:22:12.272Z] 69ca0ff8b7b3: Download complete [2020-09-18T15:22:12.548Z] b538f80385f9: Verifying Checksum [2020-09-18T15:22:12.548Z] b538f80385f9: Download complete [2020-09-18T15:22:13.151Z] b538f80385f9: Pull complete [2020-09-18T15:22:13.764Z] 74f711af9a0d: Pull complete [2020-09-18T15:22:14.043Z] 99f96fe45779: Pull complete [2020-09-18T15:22:15.038Z] 209524e5b208: Verifying Checksum [2020-09-18T15:22:15.038Z] 209524e5b208: Download complete [2020-09-18T15:22:16.028Z] 8529a6b9a6be: Verifying Checksum [2020-09-18T15:22:16.028Z] 8529a6b9a6be: Download complete [2020-09-18T15:22:28.483Z] 8529a6b9a6be: Pull complete [2020-09-18T15:22:28.483Z] 45590311c82a: Pull complete [2020-09-18T15:22:28.483Z] 69ca0ff8b7b3: Pull complete [2020-09-18T15:22:31.120Z] 209524e5b208: Pull complete [2020-09-18T15:22:31.120Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-18T15:22:31.120Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-18T15:22:31.120Z] ---> 5bddaf1c2fca [2020-09-18T15:22:31.120Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-09-18T15:22:33.757Z] ---> Running in d0432aa08730 [2020-09-18T15:22:34.038Z] Removing intermediate container d0432aa08730 [2020-09-18T15:22:34.038Z] ---> 57959df2fd3f [2020-09-18T15:22:34.038Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-09-18T15:22:34.311Z] ---> Running in bffcb216fa79 [2020-09-18T15:22:34.588Z] Removing intermediate container bffcb216fa79 [2020-09-18T15:22:34.588Z] ---> b04f7650749b [2020-09-18T15:22:34.588Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-18T15:22:34.867Z] ---> Running in 2dd0215b71d8 [2020-09-18T15:22:35.141Z] Removing intermediate container 2dd0215b71d8 [2020-09-18T15:22:35.141Z] ---> 9080a7530c3e [2020-09-18T15:22:35.141Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-18T15:22:35.419Z] ---> Running in 93885de2cc15 [2020-09-18T15:22:38.069Z] Removing intermediate container 93885de2cc15 [2020-09-18T15:22:38.070Z] ---> e30acb99fc5d [2020-09-18T15:22:38.070Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-18T15:22:38.070Z] ---> Running in 5db63bbfe234 [2020-09-18T15:22:39.530Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-18T15:22:40.526Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-18T15:22:41.125Z] OK: 142 MiB in 39 packages [2020-09-18T15:22:42.113Z] Removing intermediate container 5db63bbfe234 [2020-09-18T15:22:42.113Z] ---> a291734e57bf [2020-09-18T15:22:42.113Z] Step 8/10 : WORKDIR /device-rest-go [2020-09-18T15:22:42.388Z] ---> Running in 2be7b37eb0ac [2020-09-18T15:22:42.987Z] Removing intermediate container 2be7b37eb0ac [2020-09-18T15:22:42.987Z] ---> 6c6ad190afd2 [2020-09-18T15:22:42.987Z] Step 9/10 : COPY . . [2020-09-18T15:22:43.974Z] ---> 818838eff113 [2020-09-18T15:22:43.974Z] Step 10/10 : RUN go mod download [2020-09-18T15:22:44.250Z] ---> Running in 61864949c3cb [2020-09-18T15:22:59.356Z] Removing intermediate container 61864949c3cb [2020-09-18T15:22:59.356Z] ---> e4972a1109cf [2020-09-18T15:22:59.356Z] Successfully built e4972a1109cf [2020-09-18T15:22:59.356Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-18T15:22:59.772Z] + docker inspect -f . ci-base-image-arm64 [2020-09-18T15:22:59.772Z] . [Pipeline] withDockerContainer [2020-09-18T15:23:00.054Z] prd-ubuntu18.04-docker-arm64-4c-16g-409 does not seem to be running inside a container [2020-09-18T15:23:00.141Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/20 -v /w/workspace/device-rest-go/20:/w/workspace/device-rest-go/20:rw,z -v /w/workspace/device-rest-go/20@tmp:/w/workspace/device-rest-go/20@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 ******** ci-base-image-arm64 cat [2020-09-18T15:23:02.069Z] $ docker top c8f40fbc46ccd96330fbdbbdef30609e627428795639bf97731bb205678a8446 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-18T15:23:03.545Z] + go version [2020-09-18T15:23:03.545Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-18T15:23:03.572Z] $ docker stop --time=1 c8f40fbc46ccd96330fbdbbdef30609e627428795639bf97731bb205678a8446 [2020-09-18T15:23:05.598Z] $ docker rm -f c8f40fbc46ccd96330fbdbbdef30609e627428795639bf97731bb205678a8446 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-18T15:23:09.239Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-18T15:23:09.574Z] + ls -al . [2020-09-18T15:23:09.574Z] total 100 [2020-09-18T15:23:09.574Z] drwxrwxr-x 9 jenkins jenkins 4096 Sep 18 15:22 . [2020-09-18T15:23:09.574Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 18 15:22 .. [2020-09-18T15:23:09.574Z] -rw-rw-r-- 1 jenkins jenkins 151 Sep 18 15:22 .dockerignore [2020-09-18T15:23:09.574Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 18 15:22 .git [2020-09-18T15:23:09.574Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 18 15:22 .github [2020-09-18T15:23:09.574Z] -rw-rw-r-- 1 jenkins jenkins 339 Sep 18 15:22 .gitignore [2020-09-18T15:23:09.574Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 18 15:22 .semver [2020-09-18T15:23:09.574Z] -rw-rw-r-- 1 jenkins jenkins 4566 Sep 18 15:22 Attribution.txt [2020-09-18T15:23:09.574Z] -rw-rw-r-- 1 jenkins jenkins 1519 Sep 18 15:22 Dockerfile [2020-09-18T15:23:09.574Z] -rw-rw-r-- 1 jenkins jenkins 989 Sep 18 15:22 Dockerfile.build [2020-09-18T15:23:09.574Z] -rw-rw-r-- 1 jenkins jenkins 680 Sep 18 15:22 Jenkinsfile [2020-09-18T15:23:09.574Z] -rw-rw-r-- 1 jenkins jenkins 11340 Sep 18 15:22 LICENSE [2020-09-18T15:23:09.574Z] -rw-rw-r-- 1 jenkins jenkins 951 Sep 18 15:22 Makefile [2020-09-18T15:23:09.574Z] -rw-rw-r-- 1 jenkins jenkins 5917 Sep 18 15:22 README.md [2020-09-18T15:23:09.574Z] -rw-rw-r-- 1 jenkins jenkins 11 Sep 18 15:19 VERSION [2020-09-18T15:23:09.574Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 18 15:22 bin [2020-09-18T15:23:09.574Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 18 15:22 cmd [2020-09-18T15:23:09.574Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 18 15:22 driver [2020-09-18T15:23:09.574Z] -rw-rw-r-- 1 jenkins jenkins 266 Sep 18 15:22 go.mod [2020-09-18T15:23:09.574Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 18 15:22 snap [2020-09-18T15:23:09.574Z] -rw-rw-r-- 1 jenkins jenkins 713 Sep 18 15:22 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-18T15:23:09.926Z] + 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=93ede67d7b538e9acd9cb68b0396d1389d21b332 --label arch=arm64 --label version=1.1.3-dev.4 . [2020-09-18T15:23:10.200Z] Sending build context to Docker daemon 8.049MB [2020-09-18T15:23:10.472Z] Step 1/25 : ARG BASE=golang:1.15-alpine [2020-09-18T15:23:10.472Z] Step 2/25 : FROM ${BASE} AS builder [2020-09-18T15:23:10.472Z] ---> e4972a1109cf [2020-09-18T15:23:10.472Z] Step 3/25 : ARG MAKE='make build' [2020-09-18T15:23:10.745Z] ---> Running in 222762cb84a2 [2020-09-18T15:23:11.020Z] Removing intermediate container 222762cb84a2 [2020-09-18T15:23:11.020Z] ---> cf1bd3040965 [2020-09-18T15:23:11.020Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git" [2020-09-18T15:23:11.293Z] ---> Running in fbc0546871c4 [2020-09-18T15:23:11.566Z] Removing intermediate container fbc0546871c4 [2020-09-18T15:23:11.566Z] ---> 49540a252921 [2020-09-18T15:23:11.566Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2020-09-18T15:23:11.840Z] ---> Running in 9bead61f9b4b [2020-09-18T15:23:12.437Z] Removing intermediate container 9bead61f9b4b [2020-09-18T15:23:12.438Z] ---> 3e9b899e718a [2020-09-18T15:23:12.438Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-18T15:23:12.438Z] ---> Running in 09c7a1821d3d [2020-09-18T15:23:15.073Z] Removing intermediate container 09c7a1821d3d [2020-09-18T15:23:15.073Z] ---> f84dc1b9d444 [2020-09-18T15:23:15.073Z] Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-18T15:23:15.073Z] ---> Running in b0824f55c145 [2020-09-18T15:23:16.509Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-18T15:23:17.104Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-18T15:23:18.084Z] OK: 142 MiB in 39 packages [2020-09-18T15:23:19.065Z] Removing intermediate container b0824f55c145 [2020-09-18T15:23:19.065Z] ---> de2810b26202 [2020-09-18T15:23:19.065Z] Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go [2020-09-18T15:23:19.065Z] ---> Running in d105c481eca7 [2020-09-18T15:23:19.662Z] Removing intermediate container d105c481eca7 [2020-09-18T15:23:19.662Z] ---> 337069437cd2 [2020-09-18T15:23:19.662Z] Step 9/25 : COPY go.mod . [2020-09-18T15:23:20.264Z] ---> cb6b26523057 [2020-09-18T15:23:20.264Z] Step 10/25 : COPY Makefile . [2020-09-18T15:23:21.253Z] ---> 9b78c171066d [2020-09-18T15:23:21.253Z] Step 11/25 : RUN make update [2020-09-18T15:23:21.253Z] ---> Running in 2df94024716b [2020-09-18T15:23:22.691Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-09-18T15:23:23.670Z] Removing intermediate container 2df94024716b [2020-09-18T15:23:23.670Z] ---> ff6a1732c607 [2020-09-18T15:23:23.670Z] Step 12/25 : COPY . . [2020-09-18T15:23:24.655Z] ---> 6facf6727ed6 [2020-09-18T15:23:24.655Z] Step 13/25 : RUN $MAKE [2020-09-18T15:23:24.933Z] ---> Running in 01c3f3f1671e [2020-09-18T15:23:26.386Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=1.1.3-dev.4" -o cmd/device-rest-go ./cmd [2020-09-18T15:23:53.274Z] Removing intermediate container 01c3f3f1671e [2020-09-18T15:23:53.274Z] ---> 4cb955b6a8c5 [2020-09-18T15:23:53.274Z] Step 14/25 : FROM alpine:latest [2020-09-18T15:23:53.274Z] latest: Pulling from library/alpine [2020-09-18T15:23:53.274Z] b538f80385f9: Already exists [2020-09-18T15:23:54.726Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-18T15:23:54.726Z] Status: Downloaded newer image for alpine:latest [2020-09-18T15:23:54.726Z] ---> 62ee0e9f8440 [2020-09-18T15:23:54.726Z] Step 15/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-18T15:23:55.004Z] ---> Running in d31638a70d04 [2020-09-18T15:23:55.606Z] Removing intermediate container d31638a70d04 [2020-09-18T15:23:55.606Z] ---> c92e01f3dc77 [2020-09-18T15:23:55.606Z] Step 16/25 : LABEL Name=device-rest-go Version=${VERSION} [2020-09-18T15:23:55.606Z] ---> Running in 1dcb68a2f5e4 [2020-09-18T15:23:55.883Z] Removing intermediate container 1dcb68a2f5e4 [2020-09-18T15:23:55.883Z] ---> a36b122ff3be [2020-09-18T15:23:55.883Z] Step 17/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / [2020-09-18T15:23:56.867Z] ---> 44d780a226ea [2020-09-18T15:23:56.867Z] Step 18/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / [2020-09-18T15:23:57.499Z] ---> 09aaf9a31eb9 [2020-09-18T15:23:57.499Z] Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / [2020-09-18T15:23:58.944Z] ---> aa8c01725da1 [2020-09-18T15:23:58.944Z] Step 20/25 : EXPOSE 49986 [2020-09-18T15:23:58.944Z] ---> Running in f5daee5ed4d5 [2020-09-18T15:23:59.550Z] Removing intermediate container f5daee5ed4d5 [2020-09-18T15:23:59.550Z] ---> eb2ea259ab52 [2020-09-18T15:23:59.550Z] Step 21/25 : ENTRYPOINT ["/device-rest-go"] [2020-09-18T15:23:59.550Z] ---> Running in e7116d9ffae1 [2020-09-18T15:23:59.830Z] Removing intermediate container e7116d9ffae1 [2020-09-18T15:23:59.830Z] ---> 26a1e27813c5 [2020-09-18T15:23:59.830Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2020-09-18T15:24:00.109Z] ---> Running in e7f26c870554 [2020-09-18T15:24:00.392Z] Removing intermediate container e7f26c870554 [2020-09-18T15:24:00.392Z] ---> feb36acde5c1 [2020-09-18T15:24:00.392Z] Step 23/25 : LABEL arch=arm64 [2020-09-18T15:24:00.692Z] ---> Running in 7250a1e7a127 [2020-09-18T15:24:00.985Z] Removing intermediate container 7250a1e7a127 [2020-09-18T15:24:00.985Z] ---> b0c5c8060152 [2020-09-18T15:24:00.985Z] Step 24/25 : LABEL git_sha=93ede67d7b538e9acd9cb68b0396d1389d21b332 [2020-09-18T15:24:01.269Z] ---> Running in e2eb2ec9d7b9 [2020-09-18T15:24:01.569Z] Removing intermediate container e2eb2ec9d7b9 [2020-09-18T15:24:01.569Z] ---> 867fd7f517ec [2020-09-18T15:24:01.569Z] Step 25/25 : LABEL version=1.1.3-dev.4 [2020-09-18T15:24:01.847Z] ---> Running in 761c7bfdfa00 [2020-09-18T15:24:02.455Z] Removing intermediate container 761c7bfdfa00 [2020-09-18T15:24:02.455Z] ---> cc29d1d2f9b2 [2020-09-18T15:24:02.455Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-18T15:24:02.455Z] Successfully built cc29d1d2f9b2 [2020-09-18T15:24:02.455Z] 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 [2020-09-18T15:24:03.425Z] provisioning config files... [2020-09-18T15:24:03.475Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/20@tmp/config3733875640806272635tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-18T15:24:03.931Z] ---> docker-login.sh [2020-09-18T15:24:03.931Z] nexus3.edgexfoundry.org:10001 [2020-09-18T15:24:04.214Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-18T15:24:04.493Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-18T15:24:04.493Z] Configure a credential helper to remove this warning. See [2020-09-18T15:24:04.493Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-18T15:24:04.493Z] [2020-09-18T15:24:04.493Z] Login Succeeded [2020-09-18T15:24:04.493Z] nexus3.edgexfoundry.org:10002 [2020-09-18T15:24:04.685Z] Running on prd-centos7-docker-4c-2g-411 in /w/workspace/gexfoundry_device-rest-go_master [Pipeline] { [Pipeline] ws [2020-09-18T15:24:04.753Z] Running in /w/workspace/device-rest-go/20 [Pipeline] { [2020-09-18T15:24:04.782Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] checkout [2020-09-18T15:24:05.065Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-18T15:24:05.065Z] Configure a credential helper to remove this warning. See [2020-09-18T15:24:05.065Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-18T15:24:05.065Z] [2020-09-18T15:24:05.065Z] Login Succeeded [2020-09-18T15:24:05.065Z] nexus3.edgexfoundry.org:10003 [2020-09-18T15:24:05.672Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-18T15:24:05.672Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-18T15:24:05.672Z] Configure a credential helper to remove this warning. See [2020-09-18T15:24:05.672Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-18T15:24:05.672Z] [2020-09-18T15:24:05.672Z] Login Succeeded [2020-09-18T15:24:05.672Z] nexus3.edgexfoundry.org:10004 [2020-09-18T15:24:05.946Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-18T15:24:06.221Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-18T15:24:06.221Z] Configure a credential helper to remove this warning. See [2020-09-18T15:24:06.221Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-18T15:24:06.221Z] [2020-09-18T15:24:06.221Z] Login Succeeded [2020-09-18T15:24:06.221Z] docker.io [2020-09-18T15:24:06.820Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-18T15:24:07.093Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-18T15:24:07.093Z] Configure a credential helper to remove this warning. See [2020-09-18T15:24:07.093Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-18T15:24:07.093Z] [2020-09-18T15:24:07.093Z] Login Succeeded [2020-09-18T15:24:07.093Z] ---> docker-login.sh ends [Pipeline] } [2020-09-18T15:24:07.115Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-18T15:24:08.617Z] [edgeXDocker.push] Tagging docker image docker-device-rest-go-arm64 with the following tags: [2020-09-18T15:24:08.618Z] 93ede67d7b538e9acd9cb68b0396d1389d21b332 [2020-09-18T15:24:08.618Z] latest [2020-09-18T15:24:08.618Z] 1.1.3-dev.4 [2020-09-18T15:24:08.618Z] 93ede67d7b538e9acd9cb68b0396d1389d21b332-1.1.3-dev.4 [2020-09-18T15:24:08.618Z] master [2020-09-18T15:24:08.618Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2020-09-18T15:24:08.720Z] using credential edgex-jenkins-ssh [Pipeline] withDockerRegistry [2020-09-18T15:24:08.779Z] Cloning the remote Git repository [2020-09-18T15:24:08.779Z] Cloning with configured refspecs honoured and without tags [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-18T15:24:09.199Z] + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:93ede67d7b538e9acd9cb68b0396d1389d21b332 [Pipeline] isUnix [Pipeline] sh [2020-09-18T15:24:09.540Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:93ede67d7b538e9acd9cb68b0396d1389d21b332 [2020-09-18T15:24:09.540Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] [2020-09-18T15:24:09.540Z] 9a0e927ce3ef: Preparing [2020-09-18T15:24:09.540Z] a183264db524: Preparing [2020-09-18T15:24:09.540Z] 2437e2e0a26a: Preparing [2020-09-18T15:24:09.540Z] e2f13739ad41: Preparing [2020-09-18T15:24:08.803Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2020-09-18T15:24:08.886Z] > git init /w/workspace/device-rest-go/20 # timeout=10 [2020-09-18T15:24:08.940Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-09-18T15:24:08.941Z] > git --version # timeout=10 [2020-09-18T15:24:08.947Z] > git --version # 'git version 2.16.5' [2020-09-18T15:24:08.948Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T15:24:08.978Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-18T15:24:09.809Z] Fetching without tags [2020-09-18T15:24:09.815Z] e2f13739ad41: Layer already exists [2020-09-18T15:24:09.815Z] 2437e2e0a26a: Pushed [2020-09-18T15:24:09.815Z] a183264db524: Pushed [2020-09-18T15:24:10.185Z] Checking out Revision 93ede67d7b538e9acd9cb68b0396d1389d21b332 (master) [2020-09-18T15:24:09.779Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-09-18T15:24:09.788Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-18T15:24:09.800Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-09-18T15:24:09.814Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-09-18T15:24:09.814Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T15:24:09.818Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-18T15:24:10.194Z] > git config core.sparsecheckout # timeout=10 [2020-09-18T15:24:10.199Z] > git checkout -f 93ede67d7b538e9acd9cb68b0396d1389d21b332 # timeout=10 [2020-09-18T15:24:12.435Z] 9a0e927ce3ef: Pushed [2020-09-18T15:24:12.435Z] 93ede67d7b538e9acd9cb68b0396d1389d21b332: digest: sha256:73a79ad6231986d77c369cc0c41afc2f1e0cbea87e66dc8b28f98b36f849f168 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-09-18T15:24:12.778Z] + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-18T15:24:13.128Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:latest [2020-09-18T15:24:13.128Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] [2020-09-18T15:24:13.128Z] 9a0e927ce3ef: Preparing [2020-09-18T15:24:13.128Z] a183264db524: Preparing [2020-09-18T15:24:13.128Z] 2437e2e0a26a: Preparing [2020-09-18T15:24:13.128Z] e2f13739ad41: Preparing [2020-09-18T15:24:13.128Z] 2437e2e0a26a: Layer already exists [2020-09-18T15:24:13.128Z] a183264db524: Layer already exists [2020-09-18T15:24:13.128Z] e2f13739ad41: Layer already exists [2020-09-18T15:24:13.403Z] 9a0e927ce3ef: Layer already exists [2020-09-18T15:24:13.403Z] latest: digest: sha256:73a79ad6231986d77c369cc0c41afc2f1e0cbea87e66dc8b28f98b36f849f168 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-09-18T15:24:13.748Z] + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:1.1.3-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-09-18T15:24:13.798Z] Commit message: "Merge pull request #39 from edgexfoundry/issue-36" [2020-09-18T15:24:14.086Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:1.1.3-dev.4 [2020-09-18T15:24:14.086Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] [2020-09-18T15:24:14.086Z] 9a0e927ce3ef: Preparing [2020-09-18T15:24:14.086Z] a183264db524: Preparing [2020-09-18T15:24:14.086Z] 2437e2e0a26a: Preparing [2020-09-18T15:24:14.086Z] e2f13739ad41: Preparing [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2020-09-18T15:24:14.362Z] e2f13739ad41: Layer already exists [2020-09-18T15:24:14.362Z] a183264db524: Layer already exists [2020-09-18T15:24:14.362Z] 9a0e927ce3ef: Layer already exists [2020-09-18T15:24:14.362Z] 2437e2e0a26a: Layer already exists [2020-09-18T15:24:14.362Z] 1.1.3-dev.4: digest: sha256:73a79ad6231986d77c369cc0c41afc2f1e0cbea87e66dc8b28f98b36f849f168 size: 1154 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-09-18T15:24:14.833Z] + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:93ede67d7b538e9acd9cb68b0396d1389d21b332-1.1.3-dev.4 [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2020-09-18T15:24:15.121Z] ========================================================= [2020-09-18T15:24:15.121Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-18T15:24:15.121Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-18T15:24:15.189Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:93ede67d7b538e9acd9cb68b0396d1389d21b332-1.1.3-dev.4 [2020-09-18T15:24:15.189Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] [2020-09-18T15:24:15.189Z] 9a0e927ce3ef: Preparing [2020-09-18T15:24:15.189Z] a183264db524: Preparing [2020-09-18T15:24:15.189Z] 2437e2e0a26a: Preparing [2020-09-18T15:24:15.189Z] e2f13739ad41: Preparing [2020-09-18T15:24:15.189Z] e2f13739ad41: Layer already exists [2020-09-18T15:24:15.189Z] a183264db524: Layer already exists [2020-09-18T15:24:15.189Z] 2437e2e0a26a: Layer already exists [2020-09-18T15:24:15.189Z] 9a0e927ce3ef: Layer already exists [2020-09-18T15:24:15.473Z] 93ede67d7b538e9acd9cb68b0396d1389d21b332-1.1.3-dev.4: digest: sha256:73a79ad6231986d77c369cc0c41afc2f1e0cbea87e66dc8b28f98b36f849f168 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-09-18T15:24:15.814Z] + 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 . [2020-09-18T15:24:15.901Z] + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-18T15:24:16.081Z] Sending build context to Docker daemon 8.049MB [2020-09-18T15:24:16.081Z] Step 1/10 : ARG BASE=golang:1.15-alpine [2020-09-18T15:24:16.081Z] Step 2/10 : FROM ${BASE} [2020-09-18T15:24:16.081Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-18T15:24:16.081Z] df20fa9351a1: Pulling fs layer [2020-09-18T15:24:16.081Z] ed8968b2872e: Pulling fs layer [2020-09-18T15:24:16.081Z] a92cc7c5fd73: Pulling fs layer [2020-09-18T15:24:16.081Z] e871e8e8d7a9: Pulling fs layer [2020-09-18T15:24:16.081Z] e73272ec9a57: Pulling fs layer [2020-09-18T15:24:16.081Z] 1e910a182e73: Pulling fs layer [2020-09-18T15:24:16.081Z] 4e634b169226: Pulling fs layer [2020-09-18T15:24:16.081Z] e871e8e8d7a9: Waiting [2020-09-18T15:24:16.081Z] e73272ec9a57: Waiting [2020-09-18T15:24:16.081Z] 1e910a182e73: Waiting [2020-09-18T15:24:16.081Z] 4e634b169226: Waiting [2020-09-18T15:24:16.081Z] a92cc7c5fd73: Verifying Checksum [2020-09-18T15:24:16.081Z] a92cc7c5fd73: Download complete [2020-09-18T15:24:16.081Z] ed8968b2872e: Verifying Checksum [2020-09-18T15:24:16.081Z] ed8968b2872e: Download complete [2020-09-18T15:24:16.240Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:master [2020-09-18T15:24:16.240Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] [2020-09-18T15:24:16.347Z] e73272ec9a57: Verifying Checksum [2020-09-18T15:24:16.347Z] e73272ec9a57: Download complete [2020-09-18T15:24:16.347Z] 1e910a182e73: Verifying Checksum [2020-09-18T15:24:16.347Z] 1e910a182e73: Download complete [2020-09-18T15:24:16.347Z] df20fa9351a1: Verifying Checksum [2020-09-18T15:24:16.347Z] df20fa9351a1: Download complete [2020-09-18T15:24:16.610Z] df20fa9351a1: Pull complete [2020-09-18T15:24:16.610Z] ed8968b2872e: Pull complete [2020-09-18T15:24:16.872Z] a92cc7c5fd73: Pull complete [2020-09-18T15:24:17.219Z] 9a0e927ce3ef: Preparing [2020-09-18T15:24:17.220Z] a183264db524: Preparing [2020-09-18T15:24:17.220Z] 2437e2e0a26a: Preparing [2020-09-18T15:24:17.220Z] e2f13739ad41: Preparing [2020-09-18T15:24:17.220Z] e2f13739ad41: Layer already exists [2020-09-18T15:24:17.220Z] 9a0e927ce3ef: Layer already exists [2020-09-18T15:24:17.220Z] a183264db524: Layer already exists [2020-09-18T15:24:17.220Z] 2437e2e0a26a: Layer already exists [2020-09-18T15:24:17.493Z] master: digest: sha256:73a79ad6231986d77c369cc0c41afc2f1e0cbea87e66dc8b28f98b36f849f168 size: 1154 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-18T15:24:17.701Z] ===================================================== [Pipeline] echo [2020-09-18T15:24:17.750Z] taggedImages: [2020-09-18T15:24:17.750Z] - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:93ede67d7b538e9acd9cb68b0396d1389d21b332 [2020-09-18T15:24:17.750Z] - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:latest [2020-09-18T15:24:17.750Z] - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:1.1.3-dev.4 [2020-09-18T15:24:17.750Z] - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:93ede67d7b538e9acd9cb68b0396d1389d21b332-1.1.3-dev.4 [2020-09-18T15:24:17.750Z] - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-18T15:24:18.805Z] 4e634b169226: Verifying Checksum [2020-09-18T15:24:19.068Z] e871e8e8d7a9: Verifying Checksum [2020-09-18T15:24:19.068Z] e871e8e8d7a9: Download complete [2020-09-18T15:24:24.393Z] e871e8e8d7a9: Pull complete [2020-09-18T15:24:24.393Z] e73272ec9a57: Pull complete [2020-09-18T15:24:24.393Z] 1e910a182e73: Pull complete [2020-09-18T15:24:32.568Z] 4e634b169226: Pull complete [2020-09-18T15:24:32.568Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-18T15:24:32.568Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-18T15:24:32.568Z] ---> f7629b54cfaa [2020-09-18T15:24:32.568Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-09-18T15:24:32.568Z] ---> Running in 28aa8e25aefb [2020-09-18T15:24:32.568Z] Removing intermediate container 28aa8e25aefb [2020-09-18T15:24:32.568Z] ---> 2e88a901617d [2020-09-18T15:24:32.568Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-09-18T15:24:32.568Z] ---> Running in 048e0e942812 [2020-09-18T15:24:32.568Z] Removing intermediate container 048e0e942812 [2020-09-18T15:24:32.568Z] ---> 6c32928916ed [2020-09-18T15:24:32.568Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-18T15:24:32.568Z] ---> Running in f38c11ee8efe [2020-09-18T15:24:32.568Z] Removing intermediate container f38c11ee8efe [2020-09-18T15:24:32.568Z] ---> 481651df8fc2 [2020-09-18T15:24:32.568Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-18T15:24:32.568Z] ---> Running in 07d4bd4c0638 [2020-09-18T15:24:33.963Z] Removing intermediate container 07d4bd4c0638 [2020-09-18T15:24:33.963Z] ---> 1596f86ba20f [2020-09-18T15:24:33.963Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-18T15:24:33.963Z] ---> Running in bc9788c46be5 [2020-09-18T15:24:34.538Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-18T15:24:35.113Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-18T15:24:35.691Z] OK: 166 MiB in 39 packages [2020-09-18T15:24:35.962Z] Removing intermediate container bc9788c46be5 [2020-09-18T15:24:35.962Z] ---> d73d5a7fc48c [2020-09-18T15:24:35.962Z] Step 8/10 : WORKDIR /device-rest-go [2020-09-18T15:24:36.224Z] ---> Running in cb315e70f46e [2020-09-18T15:24:36.224Z] Removing intermediate container cb315e70f46e [2020-09-18T15:24:36.224Z] ---> cf639f5b68dc [2020-09-18T15:24:36.224Z] Step 9/10 : COPY . . [2020-09-18T15:24:36.798Z] ---> 82e69b7758db [2020-09-18T15:24:36.798Z] Step 10/10 : RUN go mod download [2020-09-18T15:24:37.060Z] ---> Running in e97ad1bb2d6c [2020-09-18T15:24:49.325Z] Removing intermediate container e97ad1bb2d6c [2020-09-18T15:24:49.325Z] ---> f746daa2d678 [2020-09-18T15:24:49.325Z] Successfully built f746daa2d678 [2020-09-18T15:24:49.325Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-18T15:24:49.671Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-18T15:24:49.671Z] . [Pipeline] withDockerContainer [2020-09-18T15:24:49.778Z] prd-centos7-docker-4c-2g-411 does not seem to be running inside a container [2020-09-18T15:24:49.826Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/20 -v /w/workspace/device-rest-go/20:/w/workspace/device-rest-go/20:rw,z -v /w/workspace/device-rest-go/20@tmp:/w/workspace/device-rest-go/20@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 ******** ci-base-image-x86_64 cat [2020-09-18T15:24:51.007Z] $ docker top ddf6c4fa6f82a3fbec86c25edd66bb9ab578167941b2136e97b872d6a05a2a86 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-18T15:24:51.522Z] + go version [2020-09-18T15:24:51.522Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-18T15:24:51.537Z] $ docker stop --time=1 ddf6c4fa6f82a3fbec86c25edd66bb9ab578167941b2136e97b872d6a05a2a86 [2020-09-18T15:24:52.879Z] $ docker rm -f ddf6c4fa6f82a3fbec86c25edd66bb9ab578167941b2136e97b872d6a05a2a86 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-18T15:24:54.108Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-18T15:24:54.413Z] + ls -al . [2020-09-18T15:24:54.413Z] total 68 [2020-09-18T15:24:54.413Z] drwxrwxr-x. 9 jenkins jenkins 4096 Sep 18 15:24 . [2020-09-18T15:24:54.413Z] drwxrwxr-x. 4 jenkins jenkins 30 Sep 18 15:24 .. [2020-09-18T15:24:54.413Z] -rw-rw-r--. 1 jenkins jenkins 4566 Sep 18 15:24 Attribution.txt [2020-09-18T15:24:54.413Z] drwxrwxr-x. 2 jenkins jenkins 64 Sep 18 15:24 bin [2020-09-18T15:24:54.413Z] drwxrwxr-x. 3 jenkins jenkins 32 Sep 18 15:24 cmd [2020-09-18T15:24:54.413Z] -rw-rw-r--. 1 jenkins jenkins 1519 Sep 18 15:24 Dockerfile [2020-09-18T15:24:54.413Z] -rw-rw-r--. 1 jenkins jenkins 989 Sep 18 15:24 Dockerfile.build [2020-09-18T15:24:54.413Z] -rw-rw-r--. 1 jenkins jenkins 151 Sep 18 15:24 .dockerignore [2020-09-18T15:24:54.413Z] drwxrwxr-x. 2 jenkins jenkins 76 Sep 18 15:24 driver [2020-09-18T15:24:54.413Z] drwxrwxr-x. 8 jenkins jenkins 162 Sep 18 15:24 .git [2020-09-18T15:24:54.413Z] drwxrwxr-x. 2 jenkins jenkins 38 Sep 18 15:24 .github [2020-09-18T15:24:54.413Z] -rw-rw-r--. 1 jenkins jenkins 339 Sep 18 15:24 .gitignore [2020-09-18T15:24:54.413Z] -rw-rw-r--. 1 jenkins jenkins 266 Sep 18 15:24 go.mod [2020-09-18T15:24:54.413Z] -rw-rw-r--. 1 jenkins jenkins 680 Sep 18 15:24 Jenkinsfile [2020-09-18T15:24:54.413Z] -rw-rw-r--. 1 jenkins jenkins 11340 Sep 18 15:24 LICENSE [2020-09-18T15:24:54.413Z] -rw-rw-r--. 1 jenkins jenkins 951 Sep 18 15:24 Makefile [2020-09-18T15:24:54.413Z] -rw-rw-r--. 1 jenkins jenkins 5917 Sep 18 15:24 README.md [2020-09-18T15:24:54.413Z] drwxrwxr-x. 3 jenkins jenkins 32 Sep 18 15:24 .semver [2020-09-18T15:24:54.413Z] drwxrwxr-x. 4 jenkins jenkins 54 Sep 18 15:24 snap [2020-09-18T15:24:54.413Z] -rw-rw-r--. 1 jenkins jenkins 11 Sep 18 15:19 VERSION [2020-09-18T15:24:54.413Z] -rw-rw-r--. 1 jenkins jenkins 713 Sep 18 15:24 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-18T15:24:54.725Z] + 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=93ede67d7b538e9acd9cb68b0396d1389d21b332 --label arch=amd64 --label version=1.1.3-dev.4 . [2020-09-18T15:24:54.725Z] Sending build context to Docker daemon 8.049MB [2020-09-18T15:24:54.725Z] Step 1/25 : ARG BASE=golang:1.15-alpine [2020-09-18T15:24:54.725Z] Step 2/25 : FROM ${BASE} AS builder [2020-09-18T15:24:54.725Z] ---> f746daa2d678 [2020-09-18T15:24:54.725Z] Step 3/25 : ARG MAKE='make build' [2020-09-18T15:24:54.988Z] ---> Running in 054978b11a8b [2020-09-18T15:24:55.251Z] Removing intermediate container 054978b11a8b [2020-09-18T15:24:55.251Z] ---> 700d20f8f96f [2020-09-18T15:24:55.251Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git" [2020-09-18T15:24:55.251Z] ---> Running in c81376f3e164 [2020-09-18T15:24:55.527Z] Removing intermediate container c81376f3e164 [2020-09-18T15:24:55.527Z] ---> 7ab7baafadf5 [2020-09-18T15:24:55.527Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2020-09-18T15:24:55.527Z] ---> Running in 39bb82d212e8 [2020-09-18T15:24:55.840Z] Removing intermediate container 39bb82d212e8 [2020-09-18T15:24:55.840Z] ---> 1aaf2d41a97d [2020-09-18T15:24:55.840Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-18T15:24:55.840Z] ---> Running in 64f59c7805c6 [2020-09-18T15:24:57.237Z] Removing intermediate container 64f59c7805c6 [2020-09-18T15:24:57.237Z] ---> 0ec4633c7eeb [2020-09-18T15:24:57.237Z] Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-18T15:24:57.237Z] ---> Running in 01f35a153afc [2020-09-18T15:24:57.499Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-18T15:24:58.072Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-18T15:24:58.653Z] OK: 166 MiB in 39 packages [2020-09-18T15:24:58.916Z] Removing intermediate container 01f35a153afc [2020-09-18T15:24:58.916Z] ---> a24296a1a5ef [2020-09-18T15:24:58.916Z] Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go [2020-09-18T15:24:58.916Z] ---> Running in 701f4819cfc9 [2020-09-18T15:24:59.177Z] Removing intermediate container 701f4819cfc9 [2020-09-18T15:24:59.177Z] ---> abb24fa850df [2020-09-18T15:24:59.177Z] Step 9/25 : COPY go.mod . [2020-09-18T15:24:59.440Z] ---> 70a1b1919338 [2020-09-18T15:24:59.440Z] Step 10/25 : COPY Makefile . [2020-09-18T15:24:59.701Z] ---> 0331a7a8e7d8 [2020-09-18T15:24:59.701Z] Step 11/25 : RUN make update [2020-09-18T15:24:59.701Z] ---> Running in bcc358c526ec [2020-09-18T15:24:59.973Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-09-18T15:25:00.547Z] Removing intermediate container bcc358c526ec [2020-09-18T15:25:00.547Z] ---> d204e61bc7e6 [2020-09-18T15:25:00.547Z] Step 12/25 : COPY . . [2020-09-18T15:25:00.808Z] ---> ecd34cb6256e [2020-09-18T15:25:00.808Z] Step 13/25 : RUN $MAKE [2020-09-18T15:25:01.080Z] ---> Running in 65ace0954170 [2020-09-18T15:25:01.667Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=1.1.3-dev.4" -o cmd/device-rest-go ./cmd [2020-09-18T15:25:11.785Z] Removing intermediate container 65ace0954170 [2020-09-18T15:25:11.785Z] ---> 01ef76548b13 [2020-09-18T15:25:11.785Z] Step 14/25 : FROM alpine:latest [2020-09-18T15:25:11.785Z] latest: Pulling from library/alpine [2020-09-18T15:25:17.086Z] df20fa9351a1: Already exists [2020-09-18T15:25:19.007Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-18T15:25:19.007Z] Status: Downloaded newer image for alpine:latest [2020-09-18T15:25:19.007Z] ---> a24bb4013296 [2020-09-18T15:25:19.007Z] Step 15/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-18T15:25:19.007Z] ---> Running in 2c290e9466c1 [2020-09-18T15:25:19.268Z] Removing intermediate container 2c290e9466c1 [2020-09-18T15:25:19.268Z] ---> 009f24554f6a [2020-09-18T15:25:19.268Z] Step 16/25 : LABEL Name=device-rest-go Version=${VERSION} [2020-09-18T15:25:19.268Z] ---> Running in 823a88cf7707 [2020-09-18T15:25:19.530Z] Removing intermediate container 823a88cf7707 [2020-09-18T15:25:19.530Z] ---> 931e5526e085 [2020-09-18T15:25:19.530Z] Step 17/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / [2020-09-18T15:25:19.792Z] ---> 7e61ac93461a [2020-09-18T15:25:19.792Z] Step 18/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / [2020-09-18T15:25:20.054Z] ---> 9cf64131cdd0 [2020-09-18T15:25:20.054Z] Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / [2020-09-18T15:25:20.629Z] ---> 719d0c0e7b39 [2020-09-18T15:25:20.629Z] Step 20/25 : EXPOSE 49986 [2020-09-18T15:25:20.629Z] ---> Running in 1d036e30640e [2020-09-18T15:25:20.629Z] Removing intermediate container 1d036e30640e [2020-09-18T15:25:20.629Z] ---> 9ce74db41745 [2020-09-18T15:25:20.629Z] Step 21/25 : ENTRYPOINT ["/device-rest-go"] [2020-09-18T15:25:20.892Z] ---> Running in 9629a8bd2efd [2020-09-18T15:25:20.892Z] Removing intermediate container 9629a8bd2efd [2020-09-18T15:25:20.892Z] ---> 5540bfb2b8e8 [2020-09-18T15:25:20.892Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2020-09-18T15:25:20.892Z] ---> Running in 6cbd568b54c7 [2020-09-18T15:25:21.154Z] Removing intermediate container 6cbd568b54c7 [2020-09-18T15:25:21.154Z] ---> 044a95850856 [2020-09-18T15:25:21.154Z] Step 23/25 : LABEL arch=amd64 [2020-09-18T15:25:21.154Z] ---> Running in d42fdb20d822 [2020-09-18T15:25:21.416Z] Removing intermediate container d42fdb20d822 [2020-09-18T15:25:21.416Z] ---> dab17e1d20b1 [2020-09-18T15:25:21.416Z] Step 24/25 : LABEL git_sha=93ede67d7b538e9acd9cb68b0396d1389d21b332 [2020-09-18T15:25:21.416Z] ---> Running in b7fa0bec9cf1 [2020-09-18T15:25:21.678Z] Removing intermediate container b7fa0bec9cf1 [2020-09-18T15:25:21.678Z] ---> a9bd80d7bd64 [2020-09-18T15:25:21.678Z] Step 25/25 : LABEL version=1.1.3-dev.4 [2020-09-18T15:25:21.678Z] ---> Running in fe27e7930237 [2020-09-18T15:25:21.940Z] Removing intermediate container fe27e7930237 [2020-09-18T15:25:21.940Z] ---> ce9bdba80f60 [2020-09-18T15:25:21.940Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-18T15:25:21.940Z] Successfully built ce9bdba80f60 [2020-09-18T15:25:21.940Z] Successfully tagged docker-device-rest-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-09-18T15:25:22.471Z] provisioning config files... [2020-09-18T15:25:22.503Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/20@tmp/config8539113201601894842tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-18T15:25:22.875Z] ---> docker-login.sh [2020-09-18T15:25:22.875Z] nexus3.edgexfoundry.org:10001 [2020-09-18T15:25:22.875Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-18T15:25:23.139Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-18T15:25:23.139Z] Configure a credential helper to remove this warning. See [2020-09-18T15:25:23.139Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-18T15:25:23.139Z] [2020-09-18T15:25:23.139Z] Login Succeeded [2020-09-18T15:25:23.139Z] nexus3.edgexfoundry.org:10002 [2020-09-18T15:25:23.139Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-18T15:25:23.139Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-18T15:25:23.139Z] Configure a credential helper to remove this warning. See [2020-09-18T15:25:23.139Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-18T15:25:23.139Z] [2020-09-18T15:25:23.139Z] Login Succeeded [2020-09-18T15:25:23.139Z] nexus3.edgexfoundry.org:10003 [2020-09-18T15:25:23.400Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-18T15:25:23.400Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-18T15:25:23.400Z] Configure a credential helper to remove this warning. See [2020-09-18T15:25:23.400Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-18T15:25:23.400Z] [2020-09-18T15:25:23.400Z] Login Succeeded [2020-09-18T15:25:23.400Z] nexus3.edgexfoundry.org:10004 [2020-09-18T15:25:23.400Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-18T15:25:23.661Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-18T15:25:23.661Z] Configure a credential helper to remove this warning. See [2020-09-18T15:25:23.661Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-18T15:25:23.661Z] [2020-09-18T15:25:23.661Z] Login Succeeded [2020-09-18T15:25:23.661Z] docker.io [2020-09-18T15:25:23.661Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-18T15:25:23.923Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-18T15:25:23.923Z] Configure a credential helper to remove this warning. See [2020-09-18T15:25:23.923Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-18T15:25:23.923Z] [2020-09-18T15:25:23.923Z] Login Succeeded [2020-09-18T15:25:23.923Z] ---> docker-login.sh ends [Pipeline] } [2020-09-18T15:25:23.933Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-18T15:25:24.140Z] [edgeXDocker.push] Tagging docker image docker-device-rest-go with the following tags: [2020-09-18T15:25:24.140Z] 93ede67d7b538e9acd9cb68b0396d1389d21b332 [2020-09-18T15:25:24.140Z] latest [2020-09-18T15:25:24.140Z] 1.1.3-dev.4 [2020-09-18T15:25:24.140Z] 93ede67d7b538e9acd9cb68b0396d1389d21b332-1.1.3-dev.4 [2020-09-18T15:25:24.140Z] master [2020-09-18T15:25:24.140Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-18T15:25:24.625Z] + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:93ede67d7b538e9acd9cb68b0396d1389d21b332 [Pipeline] isUnix [Pipeline] sh [2020-09-18T15:25:24.933Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:93ede67d7b538e9acd9cb68b0396d1389d21b332 [2020-09-18T15:25:24.933Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] [2020-09-18T15:25:24.933Z] 18844160220a: Preparing [2020-09-18T15:25:24.933Z] 69a8201df9f2: Preparing [2020-09-18T15:25:24.933Z] f5528a3df423: Preparing [2020-09-18T15:25:24.933Z] 50644c29ef5a: Preparing [2020-09-18T15:25:24.933Z] 50644c29ef5a: Layer already exists [2020-09-18T15:25:24.933Z] 69a8201df9f2: Pushed [2020-09-18T15:25:24.933Z] f5528a3df423: Pushed [2020-09-18T15:25:25.884Z] 18844160220a: Pushed [2020-09-18T15:25:26.145Z] 93ede67d7b538e9acd9cb68b0396d1389d21b332: digest: sha256:388263549668441f217fa28c3a3853ab0848a13c9e468f76fd513fffc13be916 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-09-18T15:25:26.448Z] + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:latest [Pipeline] isUnix [Pipeline] sh [2020-09-18T15:25:26.747Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:latest [2020-09-18T15:25:26.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] [2020-09-18T15:25:26.748Z] 18844160220a: Preparing [2020-09-18T15:25:26.748Z] 69a8201df9f2: Preparing [2020-09-18T15:25:26.748Z] f5528a3df423: Preparing [2020-09-18T15:25:26.748Z] 50644c29ef5a: Preparing [2020-09-18T15:25:26.748Z] 50644c29ef5a: Layer already exists [2020-09-18T15:25:26.748Z] 18844160220a: Layer already exists [2020-09-18T15:25:26.748Z] 69a8201df9f2: Layer already exists [2020-09-18T15:25:26.748Z] f5528a3df423: Layer already exists [2020-09-18T15:25:26.748Z] latest: digest: sha256:388263549668441f217fa28c3a3853ab0848a13c9e468f76fd513fffc13be916 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-09-18T15:25:27.054Z] + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:1.1.3-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-09-18T15:25:27.355Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:1.1.3-dev.4 [2020-09-18T15:25:27.355Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] [2020-09-18T15:25:27.355Z] 18844160220a: Preparing [2020-09-18T15:25:27.355Z] 69a8201df9f2: Preparing [2020-09-18T15:25:27.355Z] f5528a3df423: Preparing [2020-09-18T15:25:27.355Z] 50644c29ef5a: Preparing [2020-09-18T15:25:27.355Z] 69a8201df9f2: Layer already exists [2020-09-18T15:25:27.355Z] f5528a3df423: Layer already exists [2020-09-18T15:25:27.355Z] 50644c29ef5a: Layer already exists [2020-09-18T15:25:27.355Z] 18844160220a: Layer already exists [2020-09-18T15:25:27.355Z] 1.1.3-dev.4: digest: sha256:388263549668441f217fa28c3a3853ab0848a13c9e468f76fd513fffc13be916 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-09-18T15:25:27.660Z] + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:93ede67d7b538e9acd9cb68b0396d1389d21b332-1.1.3-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-09-18T15:25:27.960Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:93ede67d7b538e9acd9cb68b0396d1389d21b332-1.1.3-dev.4 [2020-09-18T15:25:27.960Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] [2020-09-18T15:25:27.960Z] 18844160220a: Preparing [2020-09-18T15:25:27.960Z] 69a8201df9f2: Preparing [2020-09-18T15:25:27.960Z] f5528a3df423: Preparing [2020-09-18T15:25:27.960Z] 50644c29ef5a: Preparing [2020-09-18T15:25:27.960Z] 69a8201df9f2: Layer already exists [2020-09-18T15:25:27.960Z] 18844160220a: Layer already exists [2020-09-18T15:25:27.960Z] 50644c29ef5a: Layer already exists [2020-09-18T15:25:27.960Z] f5528a3df423: Layer already exists [2020-09-18T15:25:27.960Z] 93ede67d7b538e9acd9cb68b0396d1389d21b332-1.1.3-dev.4: digest: sha256:388263549668441f217fa28c3a3853ab0848a13c9e468f76fd513fffc13be916 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-09-18T15:25:28.275Z] + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-18T15:25:28.575Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:master [2020-09-18T15:25:28.575Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] [2020-09-18T15:25:28.575Z] 18844160220a: Preparing [2020-09-18T15:25:28.575Z] 69a8201df9f2: Preparing [2020-09-18T15:25:28.575Z] f5528a3df423: Preparing [2020-09-18T15:25:28.575Z] 50644c29ef5a: Preparing [2020-09-18T15:25:28.575Z] f5528a3df423: Layer already exists [2020-09-18T15:25:28.575Z] 50644c29ef5a: Layer already exists [2020-09-18T15:25:28.575Z] 69a8201df9f2: Layer already exists [2020-09-18T15:25:28.575Z] 18844160220a: Layer already exists [2020-09-18T15:25:28.575Z] master: digest: sha256:388263549668441f217fa28c3a3853ab0848a13c9e468f76fd513fffc13be916 size: 1154 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-18T15:25:28.754Z] ===================================================== [Pipeline] echo [2020-09-18T15:25:28.800Z] taggedImages: [2020-09-18T15:25:28.800Z] - nexus3.edgexfoundry.org:10004/docker-device-rest-go:93ede67d7b538e9acd9cb68b0396d1389d21b332 [2020-09-18T15:25:28.800Z] - nexus3.edgexfoundry.org:10004/docker-device-rest-go:latest [2020-09-18T15:25:28.800Z] - nexus3.edgexfoundry.org:10004/docker-device-rest-go:1.1.3-dev.4 [2020-09-18T15:25:28.800Z] - nexus3.edgexfoundry.org:10004/docker-device-rest-go:93ede67d7b538e9acd9cb68b0396d1389d21b332-1.1.3-dev.4 [2020-09-18T15:25:28.800Z] - 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-09-18T15:25:31.370Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-18T15:25:31.372Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-18T15:25:31.444Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-18T15:25:31.795Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-18T15:25:31.795Z] [2020-09-18T15:25:31.795Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-18T15:25:32.179Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-18T15:25:32.179Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-18T15:25:32.179Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-18T15:25:32.179Z] 408f87550127: Pulling fs layer [2020-09-18T15:25:32.179Z] fe522b08c979: Pulling fs layer [2020-09-18T15:25:32.179Z] 221eaa008020: Pulling fs layer [2020-09-18T15:25:32.179Z] 2a4607e5d6b9: Pulling fs layer [2020-09-18T15:25:32.179Z] 8f79b27c4fd2: Pulling fs layer [2020-09-18T15:25:32.179Z] e5c8dbe1645b: Pulling fs layer [2020-09-18T15:25:32.179Z] 23e8b3b47431: Pulling fs layer [2020-09-18T15:25:32.179Z] 5c568d65a230: Pulling fs layer [2020-09-18T15:25:32.179Z] 221eaa008020: Waiting [2020-09-18T15:25:32.179Z] 2a4607e5d6b9: Waiting [2020-09-18T15:25:32.179Z] 8f79b27c4fd2: Waiting [2020-09-18T15:25:32.179Z] e5c8dbe1645b: Waiting [2020-09-18T15:25:32.179Z] 23e8b3b47431: Waiting [2020-09-18T15:25:32.179Z] 5c568d65a230: Waiting [2020-09-18T15:25:32.179Z] fe522b08c979: Verifying Checksum [2020-09-18T15:25:32.179Z] fe522b08c979: Download complete [2020-09-18T15:25:32.179Z] 408f87550127: Download complete [2020-09-18T15:25:32.179Z] 2a4607e5d6b9: Verifying Checksum [2020-09-18T15:25:32.179Z] 2a4607e5d6b9: Download complete [2020-09-18T15:25:32.179Z] cbdbe7a5bc2a: Verifying Checksum [2020-09-18T15:25:32.179Z] cbdbe7a5bc2a: Download complete [2020-09-18T15:25:32.179Z] 8f79b27c4fd2: Verifying Checksum [2020-09-18T15:25:32.179Z] 8f79b27c4fd2: Download complete [2020-09-18T15:25:32.443Z] cbdbe7a5bc2a: Pull complete [2020-09-18T15:25:32.709Z] 408f87550127: Pull complete [2020-09-18T15:25:32.973Z] fe522b08c979: Pull complete [2020-09-18T15:25:33.238Z] e5c8dbe1645b: Verifying Checksum [2020-09-18T15:25:33.238Z] e5c8dbe1645b: Download complete [2020-09-18T15:25:34.639Z] 23e8b3b47431: Verifying Checksum [2020-09-18T15:25:34.639Z] 23e8b3b47431: Download complete [2020-09-18T15:25:34.639Z] 5c568d65a230: Verifying Checksum [2020-09-18T15:25:34.639Z] 5c568d65a230: Download complete [2020-09-18T15:25:36.035Z] 221eaa008020: Download complete [2020-09-18T15:25:41.378Z] 221eaa008020: Pull complete [2020-09-18T15:25:41.378Z] 2a4607e5d6b9: Pull complete [2020-09-18T15:25:41.959Z] 8f79b27c4fd2: Pull complete [2020-09-18T15:25:43.903Z] e5c8dbe1645b: Pull complete [2020-09-18T15:25:47.226Z] 23e8b3b47431: Pull complete [2020-09-18T15:25:48.179Z] 5c568d65a230: Pull complete [2020-09-18T15:25:48.179Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-18T15:25:48.179Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-18T15:25:48.179Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-18T15:25:48.375Z] prd-centos7-docker-4c-2g-395 does not seem to be running inside a container [2020-09-18T15:25:48.425Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/gexfoundry_device-rest-go_master:/ws -w /ws --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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-09-18T15:25:49.365Z] $ docker top 6c0f9c5616b40efcfb997c96e3a9e25d6ac9219b951f53d0073d942aee06d7c0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-18T15:25:49.869Z] + snyk monitor '--org=edgex-jenkins' [2020-09-18T15:26:11.871Z] [2020-09-18T15:26:11.871Z] Monitoring /w/workspace/gexfoundry_device-rest-go_master (github.com/edgexfoundry/device-rest-go)... [2020-09-18T15:26:11.871Z] [2020-09-18T15:26:11.871Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/100cb2ad-363b-48d6-95bb-098d49e3156b/history/1427dbe6-7fbb-4b9f-b1b6-3a36d6d07906 [2020-09-18T15:26:11.871Z] [2020-09-18T15:26:11.871Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-18T15:26:11.871Z] [2020-09-18T15:26:11.871Z] [2020-09-18T15:26:11.871Z] Snyk CLI supports Node.js 8 and higher. [2020-09-18T15:26:11.871Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-09-18T15:26:11.871Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-18T15:26:11.871Z] [2020-09-18T15:26:11.871Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-18T15:26:11.871Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-18T15:26:11.888Z] $ docker stop --time=1 6c0f9c5616b40efcfb997c96e3a9e25d6ac9219b951f53d0073d942aee06d7c0 [2020-09-18T15:26:13.977Z] $ docker rm -f 6c0f9c5616b40efcfb997c96e3a9e25d6ac9219b951f53d0073d942aee06d7c0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-18T15:26:15.271Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-18T15:26:15.271Z] [2020-09-18T15:26:15.271Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-09-18T15:26:15.720Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-18T15:26:15.721Z] latest: Pulling from edgex-devops/edgex-klar [2020-09-18T15:26:15.721Z] e7c96db7181b: Pulling fs layer [2020-09-18T15:26:15.721Z] 1868ca2cb446: Pulling fs layer [2020-09-18T15:26:15.721Z] 136be5d0fe8e: Pulling fs layer [2020-09-18T15:26:15.721Z] 894bfe63afcb: Pulling fs layer [2020-09-18T15:26:15.721Z] 894bfe63afcb: Waiting [2020-09-18T15:26:15.721Z] 1868ca2cb446: Verifying Checksum [2020-09-18T15:26:15.721Z] 1868ca2cb446: Download complete [2020-09-18T15:26:15.721Z] 136be5d0fe8e: Verifying Checksum [2020-09-18T15:26:15.721Z] 136be5d0fe8e: Download complete [2020-09-18T15:26:15.721Z] e7c96db7181b: Verifying Checksum [2020-09-18T15:26:15.721Z] e7c96db7181b: Download complete [2020-09-18T15:26:15.721Z] 894bfe63afcb: Verifying Checksum [2020-09-18T15:26:15.721Z] 894bfe63afcb: Download complete [2020-09-18T15:26:15.991Z] e7c96db7181b: Pull complete [2020-09-18T15:26:16.253Z] 1868ca2cb446: Pull complete [2020-09-18T15:26:16.253Z] 136be5d0fe8e: Pull complete [2020-09-18T15:26:16.515Z] 894bfe63afcb: Pull complete [2020-09-18T15:26:16.515Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-09-18T15:26:16.515Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-18T15:26:16.515Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-09-18T15:26:16.611Z] prd-centos7-docker-4c-2g-395 does not seem to be running inside a container [2020-09-18T15:26:16.661Z] $ docker run -t -d -u 1001:1001 --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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-18T15:26:17.609Z] $ docker top db11e567454d9da51ae014a3070de702d0e6af57127906706f252b4b09d293c2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-18T15:26:18.146Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-rest-go:93ede67d7b538e9acd9cb68b0396d1389d21b332 [2020-09-18T15:26:18.146Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-18T15:26:21.609Z] $ docker stop --time=1 db11e567454d9da51ae014a3070de702d0e6af57127906706f252b4b09d293c2 [2020-09-18T15:26:22.962Z] $ docker rm -f db11e567454d9da51ae014a3070de702d0e6af57127906706f252b4b09d293c2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-18T15:26:23.439Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-18T15:26:23.439Z] . [Pipeline] withDockerContainer [2020-09-18T15:26:23.538Z] prd-centos7-docker-4c-2g-395 does not seem to be running inside a container [2020-09-18T15:26:23.583Z] $ docker run -t -d -u 1001:1001 --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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-18T15:26:24.236Z] $ docker top b9404b3d3e86a57bc6986cdef1a0bf0a3282c62a26ad34c7e72c072a1210c171 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-18T15:26:24.836Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-rest-go:93ede67d7b538e9acd9cb68b0396d1389d21b332 [2020-09-18T15:26:24.837Z] + tee [2020-09-18T15:26:24.837Z] clair timeout 1m0s [2020-09-18T15:26:24.837Z] docker timeout: 1m0s [2020-09-18T15:26:24.837Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-18T15:26:25.592Z] $ docker stop --time=1 b9404b3d3e86a57bc6986cdef1a0bf0a3282c62a26ad34c7e72c072a1210c171 [2020-09-18T15:26:26.946Z] $ docker rm -f b9404b3d3e86a57bc6986cdef1a0bf0a3282c62a26ad34c7e72c072a1210c171 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-18T15:26:27.424Z] + mkdir -p /w/workspace/gexfoundry_device-rest-go_master/clair-reports [Pipeline] echo [2020-09-18T15:26:27.441Z] Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-rest-go_master/clair-reports/clair_results_docker-device-rest-go_93ede67d7b538e9acd9cb68b0396d1389d21b332.html [Pipeline] writeFile [Pipeline] step [2020-09-18T15:26:27.502Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-18T15:26:27.866Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-18T15:26:27.866Z] . [Pipeline] withDockerContainer [2020-09-18T15:26:27.989Z] prd-centos7-docker-4c-2g-395 does not seem to be running inside a container [2020-09-18T15:26:28.046Z] $ docker run -t -d -u 1001:1001 --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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-18T15:26:28.744Z] $ docker top f45ffc20c51a87a36105b702468c00d21d0eae166136c77d9af653a7f1e28c4d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-18T15:26:29.286Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:93ede67d7b538e9acd9cb68b0396d1389d21b332 [2020-09-18T15:26:29.286Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-18T15:26:32.782Z] $ docker stop --time=1 f45ffc20c51a87a36105b702468c00d21d0eae166136c77d9af653a7f1e28c4d [2020-09-18T15:26:34.134Z] $ docker rm -f f45ffc20c51a87a36105b702468c00d21d0eae166136c77d9af653a7f1e28c4d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-18T15:26:34.621Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-18T15:26:34.621Z] . [Pipeline] withDockerContainer [2020-09-18T15:26:34.716Z] prd-centos7-docker-4c-2g-395 does not seem to be running inside a container [2020-09-18T15:26:34.763Z] $ docker run -t -d -u 1001:1001 --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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-18T15:26:35.315Z] $ docker top 49c684f31138c1e0a43efe02e9f4744c21dd09b0908e9bcc588fcb5e37358920 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-18T15:26:35.845Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:93ede67d7b538e9acd9cb68b0396d1389d21b332 [2020-09-18T15:26:35.845Z] + tee [2020-09-18T15:26:35.845Z] clair timeout 1m0s [2020-09-18T15:26:35.845Z] docker timeout: 1m0s [2020-09-18T15:26:35.845Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-18T15:26:36.624Z] $ docker stop --time=1 49c684f31138c1e0a43efe02e9f4744c21dd09b0908e9bcc588fcb5e37358920 [2020-09-18T15:26:37.991Z] $ docker rm -f 49c684f31138c1e0a43efe02e9f4744c21dd09b0908e9bcc588fcb5e37358920 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-18T15:26:38.516Z] + mkdir -p /w/workspace/gexfoundry_device-rest-go_master/clair-reports [Pipeline] echo [2020-09-18T15:26:38.534Z] Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-rest-go_master/clair-reports/clair_results_docker-device-rest-go-arm64_93ede67d7b538e9acd9cb68b0396d1389d21b332.html [Pipeline] writeFile [Pipeline] step [2020-09-18T15:26:38.601Z] Archiving artifacts [Pipeline] } [Pipeline] // script [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] unstash [Pipeline] isUnix [Pipeline] sh [2020-09-18T15:26:40.770Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-18T15:26:40.770Z] . [Pipeline] withDockerContainer [2020-09-18T15:26:40.872Z] prd-centos7-docker-4c-2g-395 does not seem to be running inside a container [2020-09-18T15:26:40.929Z] $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-18T15:26:41.815Z] $ docker top 109fc1e10bcc688f230cdeee180aec497e49a96cced7f95f28fe5a55b95f0b88 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-18T15:26:42.195Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-18T15:26:42.195Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-18T15:26:42.421Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-18T15:26:42.424Z] $ docker exec 109fc1e10bcc688f230cdeee180aec497e49a96cced7f95f28fe5a55b95f0b88 ssh-agent [2020-09-18T15:26:42.606Z] SSH_AUTH_SOCK=/tmp/ssh-cIGZJIAZZLUy/agent.12 [2020-09-18T15:26:42.606Z] SSH_AGENT_PID=17 [2020-09-18T15:26:42.616Z] Running ssh-add (command line suppressed) [2020-09-18T15:26:42.748Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_2024185828345779825.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_2024185828345779825.key) [2020-09-18T15:26:42.801Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-18T15:26:43.216Z] + git semver tag [2020-09-18T15:26:43.216Z] # -> Open(): unable to determine branch for HEAD [2020-09-18T15:26:43.216Z] # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git [2020-09-18T15:26:43.216Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master [2020-09-18T15:26:43.216Z] # $SEMVER_REMOTE_NAME = origin [2020-09-18T15:26:43.216Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-18T15:26:43.216Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-18T15:26:43.216Z] # $SEMVER_BRANCH = master [2020-09-18T15:26:43.216Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [2020-09-18T15:26:43.216Z] # 93ede67d7b538e9acd9cb68b0396d1389d21b332 HEAD [2020-09-18T15:26:43.216Z] # -> Force: false [2020-09-18T15:26:43.216Z] # 968495235127aea1b5b66476d67b99af2186af80 refs/tags/v1.1.3-dev.4 [Pipeline] } [2020-09-18T15:26:43.292Z] $ docker exec --env ******** --env ******** 109fc1e10bcc688f230cdeee180aec497e49a96cced7f95f28fe5a55b95f0b88 ssh-agent -k [2020-09-18T15:26:43.409Z] unset SSH_AUTH_SOCK; [2020-09-18T15:26:43.410Z] unset SSH_AGENT_PID; [2020-09-18T15:26:43.410Z] echo Agent pid 17 killed; [2020-09-18T15:26:43.460Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-18T15:26:43.966Z] + git semver [Pipeline] } [2020-09-18T15:26:43.991Z] $ docker stop --time=1 109fc1e10bcc688f230cdeee180aec497e49a96cced7f95f28fe5a55b95f0b88 [2020-09-18T15:26:45.352Z] $ docker rm -f 109fc1e10bcc688f230cdeee180aec497e49a96cced7f95f28fe5a55b95f0b88 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-18T15:26:45.998Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-18T15:26:45.998Z] [2020-09-18T15:26:45.998Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-18T15:26:46.359Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-18T15:26:46.359Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-18T15:26:46.359Z] ab5ef0e58194: Pulling fs layer [2020-09-18T15:26:46.359Z] 9712f1f96733: Pulling fs layer [2020-09-18T15:26:46.359Z] 63f879dbbcfc: Pulling fs layer [2020-09-18T15:26:46.359Z] 0d9ebad4ef96: Pulling fs layer [2020-09-18T15:26:46.359Z] e9a5061849ea: Pulling fs layer [2020-09-18T15:26:46.359Z] d747dcd14b5f: Pulling fs layer [2020-09-18T15:26:46.359Z] 2de7ff778b66: Pulling fs layer [2020-09-18T15:26:46.359Z] 0d9ebad4ef96: Waiting [2020-09-18T15:26:46.359Z] 2de7ff778b66: Waiting [2020-09-18T15:26:46.359Z] d747dcd14b5f: Waiting [2020-09-18T15:26:46.359Z] 9712f1f96733: Verifying Checksum [2020-09-18T15:26:46.359Z] 9712f1f96733: Download complete [2020-09-18T15:26:48.288Z] 63f879dbbcfc: Verifying Checksum [2020-09-18T15:26:48.288Z] 63f879dbbcfc: Download complete [2020-09-18T15:26:48.550Z] e9a5061849ea: Verifying Checksum [2020-09-18T15:26:48.550Z] e9a5061849ea: Download complete [2020-09-18T15:26:48.550Z] d747dcd14b5f: Download complete [2020-09-18T15:26:48.811Z] 2de7ff778b66: Verifying Checksum [2020-09-18T15:26:48.811Z] 2de7ff778b66: Download complete [2020-09-18T15:26:49.074Z] 0d9ebad4ef96: Verifying Checksum [2020-09-18T15:26:49.074Z] 0d9ebad4ef96: Download complete [2020-09-18T15:26:49.337Z] ab5ef0e58194: Verifying Checksum [2020-09-18T15:26:49.337Z] ab5ef0e58194: Download complete [2020-09-18T15:26:54.651Z] ab5ef0e58194: Pull complete [2020-09-18T15:26:54.651Z] 9712f1f96733: Pull complete [2020-09-18T15:26:57.208Z] 63f879dbbcfc: Pull complete [2020-09-18T15:27:03.838Z] 0d9ebad4ef96: Pull complete [2020-09-18T15:27:07.156Z] e9a5061849ea: Pull complete [2020-09-18T15:27:07.156Z] d747dcd14b5f: Pull complete [2020-09-18T15:27:08.554Z] 2de7ff778b66: Pull complete [2020-09-18T15:27:08.554Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-18T15:27:08.554Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-18T15:27:08.554Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-18T15:27:08.742Z] prd-centos7-docker-4c-2g-395 does not seem to be running inside a container [2020-09-18T15:27:08.792Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-09-18T15:27:11.924Z] $ docker top 96d6edaed475ac91f380d23cd7617396a36a7f5dd4210f264abf38d3baff127a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-18T15:27:12.157Z] provisioning config files... [2020-09-18T15:27:12.172Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config4537850556897483725tmp [2020-09-18T15:27:12.188Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config1003171803599494465tmp [2020-09-18T15:27:12.202Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config227333469842191468tmp [Pipeline] { [Pipeline] echo [2020-09-18T15:27:12.306Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-18T15:27:12.605Z] ---> sigul-configuration.sh [2020-09-18T15:27:12.605Z] gpg: directory `/root/.gnupg' created [2020-09-18T15:27:12.605Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-18T15:27:12.605Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-18T15:27:12.605Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-18T15:27:12.605Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-18T15:27:12.605Z] gpg: CAST5 encrypted data [2020-09-18T15:27:12.868Z] gpg: encrypted with 1 passphrase [2020-09-18T15:27:12.869Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-18T15:27:13.167Z] + mkdir /home/jenkins [2020-09-18T15:27:13.167Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-18T15:27:13.469Z] + 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 [2020-09-18T15:27:13.481Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-18T15:27:13.780Z] ---> sigul-install.sh [2020-09-18T15:27:20.385Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-18T15:27:20.692Z] + git tag --list [2020-09-18T15:27:20.692Z] v1.1.3-dev.4 [Pipeline] sh [2020-09-18T15:27:21.094Z] + lftools sign git-tag v1.1.3-dev.4 [2020-09-18T15:27:22.518Z] Signing Git tag with Sigul... [2020-09-18T15:27:22.518Z] Signing v1.1.3-dev.4 [Pipeline] echo [2020-09-18T15:27:23.099Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-18T15:27:23.400Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-18T15:27:23.410Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-18T15:27:23.525Z] $ docker stop --time=1 96d6edaed475ac91f380d23cd7617396a36a7f5dd4210f264abf38d3baff127a [2020-09-18T15:27:25.576Z] $ docker rm -f 96d6edaed475ac91f380d23cd7617396a36a7f5dd4210f264abf38d3baff127a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-18T15:27:26.482Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-18T15:27:26.482Z] . [Pipeline] withDockerContainer [2020-09-18T15:27:26.583Z] prd-centos7-docker-4c-2g-395 does not seem to be running inside a container [2020-09-18T15:27:26.634Z] $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-18T15:27:27.400Z] $ docker top a45d99a2ae02390af69edb3b975c3283876f858edb4a0ebf0da620493808f281 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-18T15:27:27.724Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-18T15:27:27.724Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-18T15:27:27.939Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-18T15:27:27.944Z] $ docker exec a45d99a2ae02390af69edb3b975c3283876f858edb4a0ebf0da620493808f281 ssh-agent [2020-09-18T15:27:28.118Z] SSH_AUTH_SOCK=/tmp/ssh-NZ2xYyjXxpvx/agent.12 [2020-09-18T15:27:28.118Z] SSH_AGENT_PID=17 [2020-09-18T15:27:28.125Z] Running ssh-add (command line suppressed) [2020-09-18T15:27:28.266Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_1621404180855326399.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_1621404180855326399.key) [2020-09-18T15:27:28.321Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-18T15:27:28.658Z] + git semver bump pre [2020-09-18T15:27:28.658Z] # -> Open(): unable to determine branch for HEAD [2020-09-18T15:27:28.658Z] # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git [2020-09-18T15:27:28.658Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master [2020-09-18T15:27:28.658Z] # $SEMVER_REMOTE_NAME = origin [2020-09-18T15:27:28.658Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-18T15:27:28.658Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-18T15:27:28.658Z] # $SEMVER_BRANCH = master [2020-09-18T15:27:28.658Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [2020-09-18T15:27:28.658Z] 1.1.3-dev.5 [Pipeline] } [2020-09-18T15:27:28.670Z] $ docker exec --env ******** --env ******** a45d99a2ae02390af69edb3b975c3283876f858edb4a0ebf0da620493808f281 ssh-agent -k [2020-09-18T15:27:28.794Z] unset SSH_AUTH_SOCK; [2020-09-18T15:27:28.794Z] unset SSH_AGENT_PID; [2020-09-18T15:27:28.794Z] echo Agent pid 17 killed; [2020-09-18T15:27:28.847Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-18T15:27:29.322Z] + git semver [Pipeline] } [2020-09-18T15:27:29.339Z] $ docker stop --time=1 a45d99a2ae02390af69edb3b975c3283876f858edb4a0ebf0da620493808f281 [2020-09-18T15:27:30.684Z] $ docker rm -f a45d99a2ae02390af69edb3b975c3283876f858edb4a0ebf0da620493808f281 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-18T15:27:31.442Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-18T15:27:31.442Z] . [Pipeline] withDockerContainer [2020-09-18T15:27:31.547Z] prd-centos7-docker-4c-2g-395 does not seem to be running inside a container [2020-09-18T15:27:31.597Z] $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-18T15:27:32.170Z] $ docker top a0470d6f768de42ea39ca8216b3fb409d806b7e7fa8d8f126d379c8ccec1879a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-18T15:27:32.480Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-18T15:27:32.480Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-18T15:27:32.691Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-18T15:27:32.695Z] $ docker exec a0470d6f768de42ea39ca8216b3fb409d806b7e7fa8d8f126d379c8ccec1879a ssh-agent [2020-09-18T15:27:32.899Z] SSH_AUTH_SOCK=/tmp/ssh-q7nnEbLMlQ57/agent.12 [2020-09-18T15:27:32.899Z] SSH_AGENT_PID=18 [2020-09-18T15:27:32.907Z] Running ssh-add (command line suppressed) [2020-09-18T15:27:33.032Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_8769994549230672104.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_8769994549230672104.key) [2020-09-18T15:27:33.085Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-18T15:27:33.415Z] + git semver push [2020-09-18T15:27:33.415Z] # -> Open(): unable to determine branch for HEAD [2020-09-18T15:27:33.415Z] # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git [2020-09-18T15:27:33.415Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master [2020-09-18T15:27:33.415Z] # $SEMVER_REMOTE_NAME = origin [2020-09-18T15:27:33.415Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-18T15:27:33.415Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-18T15:27:33.415Z] # $SEMVER_BRANCH = master [2020-09-18T15:27:33.415Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [Pipeline] } [2020-09-18T15:27:40.023Z] $ docker exec --env ******** --env ******** a0470d6f768de42ea39ca8216b3fb409d806b7e7fa8d8f126d379c8ccec1879a ssh-agent -k [2020-09-18T15:27:40.151Z] unset SSH_AUTH_SOCK; [2020-09-18T15:27:40.151Z] unset SSH_AGENT_PID; [2020-09-18T15:27:40.151Z] echo Agent pid 18 killed; [2020-09-18T15:27:40.212Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-18T15:27:40.882Z] + git semver [Pipeline] } [2020-09-18T15:27:40.899Z] $ docker stop --time=1 a0470d6f768de42ea39ca8216b3fb409d806b7e7fa8d8f126d379c8ccec1879a [2020-09-18T15:27:42.264Z] $ docker rm -f a0470d6f768de42ea39ca8216b3fb409d806b7e7fa8d8f126d379c8ccec1879a [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 [2020-09-18T15:27:43.780Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-18T15:27:44.663Z] ---> package-listing.sh [2020-09-18T15:27:44.663Z] ++ facter osfamily [2020-09-18T15:27:44.663Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-18T15:27:44.663Z] + OS_FAMILY=redhat [2020-09-18T15:27:44.663Z] + workspace=/w/workspace/gexfoundry_device-rest-go_master [2020-09-18T15:27:44.663Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-18T15:27:44.663Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-18T15:27:44.663Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-18T15:27:44.663Z] + PACKAGES=/tmp/packages_start.txt [2020-09-18T15:27:44.663Z] + '[' /w/workspace/gexfoundry_device-rest-go_master ']' [2020-09-18T15:27:44.663Z] + PACKAGES=/tmp/packages_end.txt [2020-09-18T15:27:44.663Z] + case "${OS_FAMILY}" in [2020-09-18T15:27:44.663Z] + rpm -qa [2020-09-18T15:27:44.663Z] + sort [2020-09-18T15:27:48.883Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-18T15:27:48.883Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-18T15:27:48.883Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-18T15:27:48.883Z] + '[' /w/workspace/gexfoundry_device-rest-go_master ']' [2020-09-18T15:27:48.883Z] + mkdir -p /w/workspace/gexfoundry_device-rest-go_master/archives/ [2020-09-18T15:27:48.883Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-rest-go_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-18T15:27:50.020Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-18T15:27:50.020Z] [2020-09-18T15:27:50.020Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-18T15:27:50.369Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-18T15:27:50.369Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-18T15:27:50.369Z] df20fa9351a1: Pulling fs layer [2020-09-18T15:27:50.369Z] 36b3adc4ff6f: Pulling fs layer [2020-09-18T15:27:50.369Z] 8ad3a11d3b57: Pulling fs layer [2020-09-18T15:27:50.369Z] 46f8f816bc3b: Pulling fs layer [2020-09-18T15:27:50.369Z] 0dadc02b9964: Pulling fs layer [2020-09-18T15:27:50.369Z] ce6a7cf60c04: Pulling fs layer [2020-09-18T15:27:50.369Z] 7a184a31f384: Pulling fs layer [2020-09-18T15:27:50.369Z] 0879bd2ef858: Pulling fs layer [2020-09-18T15:27:50.369Z] 0dadc02b9964: Waiting [2020-09-18T15:27:50.369Z] ce6a7cf60c04: Waiting [2020-09-18T15:27:50.369Z] 7a184a31f384: Waiting [2020-09-18T15:27:50.369Z] 0879bd2ef858: Waiting [2020-09-18T15:27:50.369Z] 46f8f816bc3b: Waiting [2020-09-18T15:27:50.369Z] 36b3adc4ff6f: Verifying Checksum [2020-09-18T15:27:50.369Z] 36b3adc4ff6f: Download complete [2020-09-18T15:27:50.369Z] 46f8f816bc3b: Verifying Checksum [2020-09-18T15:27:50.369Z] 46f8f816bc3b: Download complete [2020-09-18T15:27:50.369Z] df20fa9351a1: Download complete [2020-09-18T15:27:50.369Z] ce6a7cf60c04: Verifying Checksum [2020-09-18T15:27:50.369Z] ce6a7cf60c04: Download complete [2020-09-18T15:27:50.636Z] 7a184a31f384: Verifying Checksum [2020-09-18T15:27:50.636Z] 7a184a31f384: Download complete [2020-09-18T15:27:50.636Z] 0dadc02b9964: Verifying Checksum [2020-09-18T15:27:50.636Z] 0dadc02b9964: Download complete [2020-09-18T15:27:50.636Z] 8ad3a11d3b57: Verifying Checksum [2020-09-18T15:27:50.636Z] 8ad3a11d3b57: Download complete [2020-09-18T15:27:50.900Z] df20fa9351a1: Pull complete [2020-09-18T15:27:51.162Z] 36b3adc4ff6f: Pull complete [2020-09-18T15:27:51.162Z] 0879bd2ef858: Verifying Checksum [2020-09-18T15:27:51.162Z] 0879bd2ef858: Download complete [2020-09-18T15:27:52.106Z] 8ad3a11d3b57: Pull complete [2020-09-18T15:27:52.106Z] 46f8f816bc3b: Pull complete [2020-09-18T15:27:52.371Z] 0dadc02b9964: Pull complete [2020-09-18T15:27:52.371Z] ce6a7cf60c04: Pull complete [2020-09-18T15:27:52.635Z] 7a184a31f384: Pull complete [2020-09-18T15:27:56.877Z] 0879bd2ef858: Pull complete [2020-09-18T15:27:56.877Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-18T15:27:56.877Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-18T15:27:56.877Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-18T15:27:56.987Z] prd-centos7-docker-4c-2g-395 does not seem to be running inside a container [2020-09-18T15:27:57.033Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-18T15:27:59.452Z] $ docker top 164afbd4420be1f58d691aa0b29d1139263491a3f6495bfb7b1227f624257a13 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-18T15:27:59.943Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-18T15:28:00.242Z] + ls /var/log/sa-host [2020-09-18T15:28:00.242Z] + sadf -c /var/log/sa-host/sa05 [2020-09-18T15:28:00.242Z] file_magic: OK [2020-09-18T15:28:00.242Z] HZ: Using current value: 100 [2020-09-18T15:28:00.242Z] file_header: OK [2020-09-18T15:28:00.242Z] 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 [2020-09-18T15:28:00.242Z] Statistics: [2020-09-18T15:28:00.242Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-18T15:28:00.242Z] File successfully converted to sysstat format version 12.2.1 [2020-09-18T15:28:00.242Z] + sadf -c /var/log/sa-host/sa18 [2020-09-18T15:28:00.242Z] file_magic: OK [2020-09-18T15:28:00.242Z] HZ: Using current value: 100 [2020-09-18T15:28:00.242Z] file_header: OK [2020-09-18T15:28:00.242Z] 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 [2020-09-18T15:28:00.242Z] Statistics: [2020-09-18T15:28:00.243Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-18T15:28:00.243Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-18T15:28:00.317Z] provisioning config files... [2020-09-18T15:28:00.333Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config9152025104010916412tmp [Pipeline] { [Pipeline] echo [2020-09-18T15:28:00.561Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-18T15:28:00.934Z] ---> create-netrc.sh [Pipeline] echo [2020-09-18T15:28:00.944Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-18T15:28:01.241Z] ---> logs-deploy.sh [2020-09-18T15:28:01.241Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/master/20 [2020-09-18T15:28:01.241Z] INFO: archiving workspace using pattern(s): [2020-09-18T15:28:02.639Z] Archives upload complete. [2020-09-18T15:28:02.639Z] INFO: archiving logs to Nexus [2020-09-18T15:28:03.583Z] ---> uname -a: [2020-09-18T15:28:03.583Z] Linux 164afbd4420b 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-09-18T15:28:03.583Z] [2020-09-18T15:28:03.583Z] [2020-09-18T15:28:03.583Z] ---> lscpu: [2020-09-18T15:28:03.583Z] Architecture: x86_64 [2020-09-18T15:28:03.583Z] CPU op-mode(s): 32-bit, 64-bit [2020-09-18T15:28:03.583Z] Byte Order: Little Endian [2020-09-18T15:28:03.583Z] Address sizes: 40 bits physical, 48 bits virtual [2020-09-18T15:28:03.583Z] CPU(s): 4 [2020-09-18T15:28:03.583Z] On-line CPU(s) list: 0-3 [2020-09-18T15:28:03.583Z] Thread(s) per core: 1 [2020-09-18T15:28:03.583Z] Core(s) per socket: 1 [2020-09-18T15:28:03.583Z] Socket(s): 4 [2020-09-18T15:28:03.583Z] NUMA node(s): 1 [2020-09-18T15:28:03.583Z] Vendor ID: GenuineIntel [2020-09-18T15:28:03.583Z] CPU family: 6 [2020-09-18T15:28:03.583Z] Model: 44 [2020-09-18T15:28:03.583Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-09-18T15:28:03.583Z] Stepping: 1 [2020-09-18T15:28:03.583Z] CPU MHz: 2933.436 [2020-09-18T15:28:03.583Z] BogoMIPS: 5866.87 [2020-09-18T15:28:03.583Z] Virtualization: VT-x [2020-09-18T15:28:03.583Z] Hypervisor vendor: KVM [2020-09-18T15:28:03.583Z] Virtualization type: full [2020-09-18T15:28:03.583Z] L1d cache: 128 KiB [2020-09-18T15:28:03.583Z] L1i cache: 128 KiB [2020-09-18T15:28:03.583Z] L2 cache: 16 MiB [2020-09-18T15:28:03.583Z] L3 cache: 64 MiB [2020-09-18T15:28:03.583Z] NUMA node0 CPU(s): 0-3 [2020-09-18T15:28:03.583Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-09-18T15:28:03.583Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-09-18T15:28:03.583Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-09-18T15:28:03.583Z] Vulnerability Meltdown: Mitigation; PTI [2020-09-18T15:28:03.583Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-09-18T15:28:03.583Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-09-18T15:28:03.583Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-09-18T15:28:03.583Z] Vulnerability Tsx async abort: Not affected [2020-09-18T15:28:03.583Z] 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 [2020-09-18T15:28:03.583Z] [2020-09-18T15:28:03.583Z] [2020-09-18T15:28:03.583Z] ---> nproc: [2020-09-18T15:28:03.583Z] 4 [2020-09-18T15:28:03.583Z] [2020-09-18T15:28:03.583Z] [2020-09-18T15:28:03.583Z] ---> df -h: [2020-09-18T15:28:03.583Z] Filesystem Size Used Available Use% Mounted on [2020-09-18T15:28:03.583Z] overlay 50.0G 7.9G 42.1G 16% / [2020-09-18T15:28:03.583Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-09-18T15:28:03.583Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-09-18T15:28:03.583Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-09-18T15:28:03.583Z] /dev/vda1 50.0G 7.9G 42.1G 16% /etc/resolv.conf [2020-09-18T15:28:03.583Z] /dev/vda1 50.0G 7.9G 42.1G 16% /etc/hostname [2020-09-18T15:28:03.583Z] /dev/vda1 50.0G 7.9G 42.1G 16% /etc/hosts [2020-09-18T15:28:03.583Z] /dev/vda1 50.0G 7.9G 42.1G 16% /var/log/sa-host [2020-09-18T15:28:03.583Z] /dev/vda1 50.0G 7.9G 42.1G 16% /w/workspace/gexfoundry_device-rest-go_master [2020-09-18T15:28:03.583Z] /dev/vda1 50.0G 7.9G 42.1G 16% /w/workspace/gexfoundry_device-rest-go_master@tmp [2020-09-18T15:28:03.583Z] [2020-09-18T15:28:03.583Z] [2020-09-18T15:28:03.583Z] ---> free -m: [2020-09-18T15:28:03.583Z] total used free shared buff/cache available [2020-09-18T15:28:03.583Z] Mem: 1837 804 111 0 921 984 [2020-09-18T15:28:03.583Z] Swap: 1023 3 1020 [2020-09-18T15:28:03.583Z] [2020-09-18T15:28:03.583Z] [2020-09-18T15:28:03.583Z] ---> ip addr: [2020-09-18T15:28:03.583Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-09-18T15:28:03.583Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-09-18T15:28:03.583Z] inet 127.0.0.1/8 scope host lo [2020-09-18T15:28:03.583Z] valid_lft forever preferred_lft forever [2020-09-18T15:28:03.583Z] 24: eth0@if25: mtu 1458 qdisc noqueue state UP [2020-09-18T15:28:03.583Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-09-18T15:28:03.583Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-09-18T15:28:03.583Z] valid_lft forever preferred_lft forever [2020-09-18T15:28:03.583Z] [2020-09-18T15:28:03.583Z]