Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from cf586b04128a22612e4c07fc62a16321cfe56fab 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-rest-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-rest-go-settings PROJECT: device-rest-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-rest-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Running on prd-centos7-docker-4c-2g-2020 in /w/workspace/gexfoundry_device-rest-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-rest-go.git > git init /w/workspace/gexfoundry_device-rest-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision cf586b04128a22612e4c07fc62a16321cfe56fab (master) > git config core.sparsecheckout # timeout=10 > git checkout -f cf586b04128a22612e4c07fc62a16321cfe56fab # timeout=10 Commit message: "Merge pull request #45 from edgexfoundry/dependabot/go_modules/github.com/spf13/cast-1.3.1" > git rev-list --no-walk 172864091628f91237888ceec3b813680f51db30 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-29T20:38:52.916Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-29T20:38:53.199Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-29T20:38:53.312Z] ========================================================= [2020-09-29T20:38:53.312Z] EdgeX Global Pipelines Version Info [2020-09-29T20:38:53.312Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-29T20:38:54.778Z] ------------------- [2020-09-29T20:38:54.778Z] stable info: [2020-09-29T20:38:54.778Z] ------------------- [2020-09-29T20:38:54.778Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-29T20:38:54.778Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-09-29T20:38:54.778Z] Message: update stable to v1.0.131 [2020-09-29T20:38:55.727Z] ------------------- [2020-09-29T20:38:55.727Z] experimental info: [2020-09-29T20:38:55.727Z] ------------------- [2020-09-29T20:38:55.727Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-29T20:38:55.727Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-09-29T20:38:55.727Z] Message: update experimental to v1.0.131 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-29T20:38:56.110Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2020-09-29T20:38:56.210Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2020-09-29T20:38:56.309Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-29T20:38:56.410Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-29T20:38:56.509Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-29T20:38:56.605Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-29T20:38:56.721Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-29T20:38:56.823Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-29T20:38:56.929Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-29T20:38:57.038Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-29T20:38:57.134Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-29T20:38:57.236Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-rest-go [Pipeline] echo [2020-09-29T20:38:57.336Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-29T20:38:57.445Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-29T20:38:57.545Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-29T20:38:57.643Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-29T20:38:57.739Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-29T20:38:57.839Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-29T20:38:58.005Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-29T20:38:58.207Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-29T20:38:58.317Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-29T20:38:58.430Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-29T20:38:58.523Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-09-29T20:38:58.635Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-09-29T20:38:58.728Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-09-29T20:38:58.860Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-29T20:38:58.969Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-29T20:38:59.067Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-29T20:38:59.158Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cf586b04128a22612e4c07fc62a16321cfe56fab [Pipeline] echo [2020-09-29T20:38:59.250Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cf586b0 [Pipeline] echo [2020-09-29T20:38:59.345Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-29T20:39:00.053Z] + git log --format=format:%s -1 cf586b04128a22612e4c07fc62a16321cfe56fab [Pipeline] echo [2020-09-29T20:39:00.121Z] GIT_COMMIT: cf586b04128a22612e4c07fc62a16321cfe56fab, Commit Message: Merge pull request #45 from edgexfoundry/dependabot/go_modules/github.com/spf13/cast-1.3.1 [Pipeline] echo [2020-09-29T20:39:00.194Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-29T20:39:01.046Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-29T20:39:01.312Z] [2020-09-29T20:39:01.312Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-29T20:39:01.679Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-29T20:39:01.679Z] latest: Pulling from edgex-devops/git-semver [2020-09-29T20:39:01.679Z] 31603596830f: Pulling fs layer [2020-09-29T20:39:01.679Z] 2a8b12db71e7: Pulling fs layer [2020-09-29T20:39:01.679Z] 6ca5941a6612: Pulling fs layer [2020-09-29T20:39:01.679Z] ecc8261a40a4: Pulling fs layer [2020-09-29T20:39:01.679Z] ecc8261a40a4: Waiting [2020-09-29T20:39:01.679Z] 2a8b12db71e7: Download complete [2020-09-29T20:39:01.946Z] 31603596830f: Verifying Checksum [2020-09-29T20:39:01.946Z] 31603596830f: Download complete [2020-09-29T20:39:01.946Z] ecc8261a40a4: Verifying Checksum [2020-09-29T20:39:01.946Z] ecc8261a40a4: Download complete [2020-09-29T20:39:02.209Z] 6ca5941a6612: Verifying Checksum [2020-09-29T20:39:02.209Z] 6ca5941a6612: Download complete [2020-09-29T20:39:02.209Z] 31603596830f: Pull complete [2020-09-29T20:39:02.470Z] 2a8b12db71e7: Pull complete [2020-09-29T20:39:03.056Z] 6ca5941a6612: Pull complete [2020-09-29T20:39:03.320Z] ecc8261a40a4: Pull complete [2020-09-29T20:39:03.320Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-29T20:39:03.320Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-29T20:39:03.320Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-29T20:39:03.439Z] prd-centos7-docker-4c-2g-2020 does not seem to be running inside a container [2020-09-29T20:39:03.496Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-29T20:39:05.386Z] $ docker top 4f0fa3cfb67dc9ae5ba08084dbe7d2fb04f3302892a130d46c1b2d4aedb14a1a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-29T20:39:05.776Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-29T20:39:05.776Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-29T20:39:05.996Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-29T20:39:06.002Z] $ docker exec 4f0fa3cfb67dc9ae5ba08084dbe7d2fb04f3302892a130d46c1b2d4aedb14a1a ssh-agent [2020-09-29T20:39:06.171Z] SSH_AUTH_SOCK=/tmp/ssh-m1j1W9sYsefc/agent.11 [2020-09-29T20:39:06.171Z] SSH_AGENT_PID=17 [2020-09-29T20:39:06.183Z] Running ssh-add (command line suppressed) [2020-09-29T20:39:06.313Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_561828736913036763.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_561828736913036763.key) [2020-09-29T20:39:06.365Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-29T20:39:06.726Z] + git describe --exact-match --tags HEAD [2020-09-29T20:39:06.726Z] fatal: no tag exactly matches 'cf586b04128a22612e4c07fc62a16321cfe56fab' [Pipeline] } [2020-09-29T20:39:06.846Z] $ docker exec --env ******** --env ******** 4f0fa3cfb67dc9ae5ba08084dbe7d2fb04f3302892a130d46c1b2d4aedb14a1a ssh-agent -k [2020-09-29T20:39:06.967Z] unset SSH_AUTH_SOCK; [2020-09-29T20:39:06.968Z] unset SSH_AGENT_PID; [2020-09-29T20:39:06.968Z] echo Agent pid 17 killed; [2020-09-29T20:39:07.017Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-29T20:39:07.113Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-29T20:39:07.113Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-29T20:39:07.223Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-29T20:39:07.223Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-29T20:39:07.395Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-29T20:39:07.400Z] $ docker exec 4f0fa3cfb67dc9ae5ba08084dbe7d2fb04f3302892a130d46c1b2d4aedb14a1a ssh-agent [2020-09-29T20:39:07.567Z] SSH_AUTH_SOCK=/tmp/ssh-e3BKEquYh1ix/agent.45 [2020-09-29T20:39:07.567Z] SSH_AGENT_PID=50 [2020-09-29T20:39:07.574Z] Running ssh-add (command line suppressed) [2020-09-29T20:39:07.692Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_3078857540579745452.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_3078857540579745452.key) [2020-09-29T20:39:07.744Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-29T20:39:08.088Z] + git semver init [2020-09-29T20:39:08.088Z] # -> Open(): unable to determine branch for HEAD [2020-09-29T20:39:08.088Z] # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git [2020-09-29T20:39:08.088Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master [2020-09-29T20:39:08.088Z] # $SEMVER_REMOTE_NAME = origin [2020-09-29T20:39:08.088Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-29T20:39:08.088Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-29T20:39:08.088Z] # $SEMVER_BRANCH = master [2020-09-29T20:39:08.088Z] # $SEMVER_TEMP = /tmp/semver-917917463 [2020-09-29T20:39:08.088Z] # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP [2020-09-29T20:39:09.044Z] # '/tmp/semver-917917463' -> '/w/workspace/gexfoundry_device-rest-go_master/.semver' [2020-09-29T20:39:09.044Z] # -> Force: false [2020-09-29T20:39:09.044Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [Pipeline] } [2020-09-29T20:39:09.059Z] $ docker exec --env ******** --env ******** 4f0fa3cfb67dc9ae5ba08084dbe7d2fb04f3302892a130d46c1b2d4aedb14a1a ssh-agent -k [2020-09-29T20:39:09.186Z] unset SSH_AUTH_SOCK; [2020-09-29T20:39:09.186Z] unset SSH_AGENT_PID; [2020-09-29T20:39:09.186Z] echo Agent pid 50 killed; [2020-09-29T20:39:09.237Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-29T20:39:09.733Z] + git semver [Pipeline] } [2020-09-29T20:39:09.752Z] $ docker stop --time=1 4f0fa3cfb67dc9ae5ba08084dbe7d2fb04f3302892a130d46c1b2d4aedb14a1a [2020-09-29T20:39:11.198Z] $ docker rm -f 4f0fa3cfb67dc9ae5ba08084dbe7d2fb04f3302892a130d46c1b2d4aedb14a1a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-29T20:39:12.586Z] Stashed 21 file(s) [Pipeline] echo [2020-09-29T20:39:12.589Z] [edgeXSemver]: initialized semver on version 1.1.3-dev.7 [Pipeline] echo [2020-09-29T20:39:12.687Z] Archived original version: [1.1.3-dev.7] [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-29T20:39:13.262Z] Running on prd-centos7-docker-4c-2g-2019 in /w/workspace/gexfoundry_device-rest-go_master [Pipeline] { [Pipeline] ws [2020-09-29T20:39:13.381Z] Running in /w/workspace/device-rest-go/23 [Pipeline] { [Pipeline] checkout [2020-09-29T20:39:15.994Z] using credential edgex-jenkins-ssh [2020-09-29T20:39:16.049Z] Cloning the remote Git repository [2020-09-29T20:39:16.081Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2020-09-29T20:39:16.149Z] > git init /w/workspace/device-rest-go/23 # timeout=10 [2020-09-29T20:39:16.227Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-09-29T20:39:16.227Z] > git --version # timeout=10 [2020-09-29T20:39:16.235Z] > git --version # 'git version 2.16.5' [2020-09-29T20:39:16.236Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-29T20:39:16.267Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-29T20:39:17.613Z] Checking out Revision cf586b04128a22612e4c07fc62a16321cfe56fab (master) [2020-09-29T20:39:17.155Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-09-29T20:39:17.164Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-29T20:39:17.177Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-09-29T20:39:17.191Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-09-29T20:39:17.191Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-29T20:39:17.195Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-29T20:39:17.624Z] > git config core.sparsecheckout # timeout=10 [2020-09-29T20:39:17.631Z] > git checkout -f cf586b04128a22612e4c07fc62a16321cfe56fab # timeout=10 [2020-09-29T20:39:21.245Z] Commit message: "Merge pull request #45 from edgexfoundry/dependabot/go_modules/github.com/spf13/cast-1.3.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-29T20:39:22.427Z] ========================================================= [2020-09-29T20:39:22.427Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-29T20:39:22.427Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-29T20:39:23.118Z] + 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-29T20:39:23.382Z] Sending build context to Docker daemon 8.056MB [2020-09-29T20:39:23.382Z] Step 1/10 : ARG BASE=golang:1.15-alpine [2020-09-29T20:39:23.382Z] Step 2/10 : FROM ${BASE} [2020-09-29T20:39:23.645Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-29T20:39:23.645Z] df20fa9351a1: Pulling fs layer [2020-09-29T20:39:23.645Z] ed8968b2872e: Pulling fs layer [2020-09-29T20:39:23.645Z] a92cc7c5fd73: Pulling fs layer [2020-09-29T20:39:23.645Z] e871e8e8d7a9: Pulling fs layer [2020-09-29T20:39:23.645Z] e73272ec9a57: Pulling fs layer [2020-09-29T20:39:23.645Z] 1e910a182e73: Pulling fs layer [2020-09-29T20:39:23.645Z] 4e634b169226: Pulling fs layer [2020-09-29T20:39:23.645Z] e871e8e8d7a9: Waiting [2020-09-29T20:39:23.645Z] e73272ec9a57: Waiting [2020-09-29T20:39:23.645Z] 1e910a182e73: Waiting [2020-09-29T20:39:23.645Z] 4e634b169226: Waiting [2020-09-29T20:39:23.645Z] a92cc7c5fd73: Verifying Checksum [2020-09-29T20:39:23.645Z] a92cc7c5fd73: Download complete [2020-09-29T20:39:23.645Z] ed8968b2872e: Verifying Checksum [2020-09-29T20:39:23.645Z] ed8968b2872e: Download complete [2020-09-29T20:39:23.645Z] e73272ec9a57: Verifying Checksum [2020-09-29T20:39:23.645Z] e73272ec9a57: Download complete [2020-09-29T20:39:23.645Z] 1e910a182e73: Verifying Checksum [2020-09-29T20:39:23.645Z] 1e910a182e73: Download complete [2020-09-29T20:39:23.645Z] df20fa9351a1: Verifying Checksum [2020-09-29T20:39:23.645Z] df20fa9351a1: Download complete [2020-09-29T20:39:23.913Z] df20fa9351a1: Pull complete [2020-09-29T20:39:24.180Z] ed8968b2872e: Pull complete [2020-09-29T20:39:24.180Z] a92cc7c5fd73: Pull complete [2020-09-29T20:39:25.583Z] 4e634b169226: Verifying Checksum [2020-09-29T20:39:25.583Z] 4e634b169226: Download complete [2020-09-29T20:39:26.161Z] e871e8e8d7a9: Verifying Checksum [2020-09-29T20:39:26.161Z] e871e8e8d7a9: Download complete [2020-09-29T20:39:28.176Z] Still waiting to schedule task [2020-09-29T20:39:28.176Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-29T20:39:31.487Z] e871e8e8d7a9: Pull complete [2020-09-29T20:39:31.487Z] e73272ec9a57: Pull complete [2020-09-29T20:39:31.487Z] 1e910a182e73: Pull complete [2020-09-29T20:39:35.724Z] 4e634b169226: Pull complete [2020-09-29T20:39:35.724Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-29T20:39:35.724Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-29T20:39:35.724Z] ---> f7629b54cfaa [2020-09-29T20:39:35.724Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-09-29T20:39:35.987Z] ---> Running in 05773f0e893d [2020-09-29T20:39:35.987Z] Removing intermediate container 05773f0e893d [2020-09-29T20:39:35.987Z] ---> 21ba42c99afc [2020-09-29T20:39:35.987Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-09-29T20:39:35.987Z] ---> Running in 6d1656a122c2 [2020-09-29T20:39:36.253Z] Removing intermediate container 6d1656a122c2 [2020-09-29T20:39:36.253Z] ---> a5e876869551 [2020-09-29T20:39:36.253Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-29T20:39:36.253Z] ---> Running in b05704a06c3e [2020-09-29T20:39:36.516Z] Removing intermediate container b05704a06c3e [2020-09-29T20:39:36.516Z] ---> 383fb3e7cb81 [2020-09-29T20:39:36.516Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-29T20:39:36.516Z] ---> Running in d9c837af8654 [2020-09-29T20:39:37.917Z] Removing intermediate container d9c837af8654 [2020-09-29T20:39:37.917Z] ---> 155416c3b287 [2020-09-29T20:39:37.917Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-29T20:39:37.917Z] ---> Running in be8ac5345ae6 [2020-09-29T20:39:38.493Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-29T20:39:39.445Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-29T20:39:39.709Z] OK: 166 MiB in 39 packages [2020-09-29T20:39:39.971Z] Removing intermediate container be8ac5345ae6 [2020-09-29T20:39:39.971Z] ---> 36773c326066 [2020-09-29T20:39:39.971Z] Step 8/10 : WORKDIR /device-rest-go [2020-09-29T20:39:40.234Z] ---> Running in 0dddef5c813f [2020-09-29T20:39:40.234Z] Removing intermediate container 0dddef5c813f [2020-09-29T20:39:40.234Z] ---> ac4d9d898253 [2020-09-29T20:39:40.234Z] Step 9/10 : COPY . . [2020-09-29T20:39:40.818Z] ---> 35b1317a07f1 [2020-09-29T20:39:40.818Z] Step 10/10 : RUN go mod download [2020-09-29T20:39:40.818Z] ---> Running in 45520909d4b8 [2020-09-29T20:39:53.078Z] Removing intermediate container 45520909d4b8 [2020-09-29T20:39:53.078Z] ---> bc651192613d [2020-09-29T20:39:53.078Z] Successfully built bc651192613d [2020-09-29T20:39:53.078Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-29T20:39:53.432Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-29T20:39:53.432Z] . [Pipeline] withDockerContainer [2020-09-29T20:39:53.545Z] prd-centos7-docker-4c-2g-2019 does not seem to be running inside a container [2020-09-29T20:39:53.595Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/23 -v /w/workspace/device-rest-go/23:/w/workspace/device-rest-go/23:rw,z -v /w/workspace/device-rest-go/23@tmp:/w/workspace/device-rest-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-29T20:39:54.616Z] $ docker top 1aa5b0eee3736e934291c64960fb1a8f31428dec7530d7bb3a848b34364510b9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-29T20:39:55.186Z] + go version [2020-09-29T20:39:55.186Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-29T20:39:55.240Z] $ docker stop --time=1 1aa5b0eee3736e934291c64960fb1a8f31428dec7530d7bb3a848b34364510b9 [2020-09-29T20:39:56.601Z] $ docker rm -f 1aa5b0eee3736e934291c64960fb1a8f31428dec7530d7bb3a848b34364510b9 [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] sh [2020-09-29T20:39:59.661Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-29T20:39:59.961Z] + ls -al . [2020-09-29T20:39:59.961Z] total 68 [2020-09-29T20:39:59.961Z] drwxrwxr-x. 9 jenkins jenkins 4096 Sep 29 20:39 . [2020-09-29T20:39:59.961Z] drwxrwxr-x. 4 jenkins jenkins 30 Sep 29 20:39 .. [2020-09-29T20:39:59.961Z] -rw-rw-r--. 1 jenkins jenkins 4566 Sep 29 20:39 Attribution.txt [2020-09-29T20:39:59.961Z] drwxrwxr-x. 2 jenkins jenkins 64 Sep 29 20:39 bin [2020-09-29T20:39:59.961Z] drwxrwxr-x. 3 jenkins jenkins 32 Sep 29 20:39 cmd [2020-09-29T20:39:59.961Z] -rw-rw-r--. 1 jenkins jenkins 1519 Sep 29 20:39 Dockerfile [2020-09-29T20:39:59.961Z] -rw-rw-r--. 1 jenkins jenkins 989 Sep 29 20:39 Dockerfile.build [2020-09-29T20:39:59.961Z] -rw-rw-r--. 1 jenkins jenkins 151 Sep 29 20:39 .dockerignore [2020-09-29T20:39:59.961Z] drwxrwxr-x. 2 jenkins jenkins 76 Sep 29 20:39 driver [2020-09-29T20:39:59.961Z] drwxrwxr-x. 8 jenkins jenkins 162 Sep 29 20:39 .git [2020-09-29T20:39:59.961Z] drwxrwxr-x. 2 jenkins jenkins 60 Sep 29 20:39 .github [2020-09-29T20:39:59.961Z] -rw-rw-r--. 1 jenkins jenkins 339 Sep 29 20:39 .gitignore [2020-09-29T20:39:59.961Z] -rw-rw-r--. 1 jenkins jenkins 273 Sep 29 20:39 go.mod [2020-09-29T20:39:59.961Z] -rw-rw-r--. 1 jenkins jenkins 680 Sep 29 20:39 Jenkinsfile [2020-09-29T20:39:59.961Z] -rw-rw-r--. 1 jenkins jenkins 11340 Sep 29 20:39 LICENSE [2020-09-29T20:39:59.961Z] -rw-rw-r--. 1 jenkins jenkins 951 Sep 29 20:39 Makefile [2020-09-29T20:39:59.961Z] -rw-rw-r--. 1 jenkins jenkins 5917 Sep 29 20:39 README.md [2020-09-29T20:39:59.961Z] drwxrwxr-x. 3 jenkins jenkins 32 Sep 29 20:39 .semver [2020-09-29T20:39:59.961Z] drwxrwxr-x. 4 jenkins jenkins 54 Sep 29 20:39 snap [2020-09-29T20:39:59.961Z] -rw-rw-r--. 1 jenkins jenkins 11 Sep 29 20:39 VERSION [2020-09-29T20:39:59.961Z] -rw-rw-r--. 1 jenkins jenkins 713 Sep 29 20:39 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-29T20:40:00.276Z] + 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=cf586b04128a22612e4c07fc62a16321cfe56fab --label arch=amd64 --label version=1.1.3-dev.7 . [2020-09-29T20:40:00.276Z] Sending build context to Docker daemon 8.057MB [2020-09-29T20:40:00.276Z] Step 1/25 : ARG BASE=golang:1.15-alpine [2020-09-29T20:40:00.276Z] Step 2/25 : FROM ${BASE} AS builder [2020-09-29T20:40:00.276Z] ---> bc651192613d [2020-09-29T20:40:00.276Z] Step 3/25 : ARG MAKE='make build' [2020-09-29T20:40:00.539Z] ---> Running in b8acfe4dece7 [2020-09-29T20:40:00.539Z] Removing intermediate container b8acfe4dece7 [2020-09-29T20:40:00.539Z] ---> 456a9e90f133 [2020-09-29T20:40:00.539Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git" [2020-09-29T20:40:00.801Z] ---> Running in a33e87d45e29 [2020-09-29T20:40:00.801Z] Removing intermediate container a33e87d45e29 [2020-09-29T20:40:00.801Z] ---> 3c4f142e01de [2020-09-29T20:40:00.801Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2020-09-29T20:40:00.801Z] ---> Running in 0c92dfc9510c [2020-09-29T20:40:01.064Z] Removing intermediate container 0c92dfc9510c [2020-09-29T20:40:01.064Z] ---> 51bf23550297 [2020-09-29T20:40:01.064Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-29T20:40:01.064Z] ---> Running in 4929c28fd88c [2020-09-29T20:40:02.462Z] Removing intermediate container 4929c28fd88c [2020-09-29T20:40:02.462Z] ---> b5705cdb00f9 [2020-09-29T20:40:02.462Z] Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-29T20:40:02.462Z] ---> Running in c7d7e61655d2 [2020-09-29T20:40:02.725Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-29T20:40:03.302Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-29T20:40:03.878Z] OK: 166 MiB in 39 packages [2020-09-29T20:40:04.141Z] Removing intermediate container c7d7e61655d2 [2020-09-29T20:40:04.141Z] ---> 70f60eaee715 [2020-09-29T20:40:04.141Z] Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go [2020-09-29T20:40:04.141Z] ---> Running in 7240a27a3dd0 [2020-09-29T20:40:04.404Z] Removing intermediate container 7240a27a3dd0 [2020-09-29T20:40:04.404Z] ---> 2a135f712d07 [2020-09-29T20:40:04.404Z] Step 9/25 : COPY go.mod . [2020-09-29T20:40:04.665Z] ---> fe0d67c9a810 [2020-09-29T20:40:04.665Z] Step 10/25 : COPY Makefile . [2020-09-29T20:40:04.927Z] ---> 55e4752406ac [2020-09-29T20:40:04.927Z] Step 11/25 : RUN make update [2020-09-29T20:40:04.927Z] ---> Running in e70aa1459acb [2020-09-29T20:40:05.192Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-09-29T20:40:05.774Z] Removing intermediate container e70aa1459acb [2020-09-29T20:40:05.774Z] ---> 71fb9126d4a9 [2020-09-29T20:40:05.774Z] Step 12/25 : COPY . . [2020-09-29T20:40:06.039Z] ---> e1bd1ad258f1 [2020-09-29T20:40:06.039Z] Step 13/25 : RUN $MAKE [2020-09-29T20:40:06.304Z] ---> Running in 9944c9bd23f0 [2020-09-29T20:40:06.567Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=1.1.3-dev.7" -o cmd/device-rest-go ./cmd [2020-09-29T20:40:16.642Z] Removing intermediate container 9944c9bd23f0 [2020-09-29T20:40:16.642Z] ---> 6fce7462ac1d [2020-09-29T20:40:16.642Z] Step 14/25 : FROM alpine:latest [2020-09-29T20:40:16.906Z] latest: Pulling from library/alpine [2020-09-29T20:40:16.906Z] df20fa9351a1: Already exists [2020-09-29T20:40:17.169Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-29T20:40:17.169Z] Status: Downloaded newer image for alpine:latest [2020-09-29T20:40:17.169Z] ---> a24bb4013296 [2020-09-29T20:40:17.170Z] Step 15/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-29T20:40:17.170Z] ---> Running in a1e66ce2c0e6 [2020-09-29T20:40:17.432Z] Removing intermediate container a1e66ce2c0e6 [2020-09-29T20:40:17.432Z] ---> ca1716950d28 [2020-09-29T20:40:17.432Z] Step 16/25 : LABEL Name=device-rest-go Version=${VERSION} [2020-09-29T20:40:17.432Z] ---> Running in 81f2b76677dc [2020-09-29T20:40:17.432Z] Removing intermediate container 81f2b76677dc [2020-09-29T20:40:17.432Z] ---> 916b8c4aaebf [2020-09-29T20:40:17.432Z] Step 17/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / [2020-09-29T20:40:17.694Z] ---> 62751da9b6b5 [2020-09-29T20:40:17.694Z] Step 18/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / [2020-09-29T20:40:17.956Z] ---> c8a382604165 [2020-09-29T20:40:17.956Z] Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / [2020-09-29T20:40:18.531Z] ---> f77abda15e5b [2020-09-29T20:40:18.531Z] Step 20/25 : EXPOSE 49986 [2020-09-29T20:40:18.531Z] ---> Running in 0a0ede3bbe05 [2020-09-29T20:40:18.793Z] Removing intermediate container 0a0ede3bbe05 [2020-09-29T20:40:18.793Z] ---> d461ed6f47f0 [2020-09-29T20:40:18.793Z] Step 21/25 : ENTRYPOINT ["/device-rest-go"] [2020-09-29T20:40:18.793Z] ---> Running in cf905e980c0c [2020-09-29T20:40:18.793Z] Removing intermediate container cf905e980c0c [2020-09-29T20:40:18.793Z] ---> f0dbac2daf90 [2020-09-29T20:40:18.793Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2020-09-29T20:40:19.056Z] ---> Running in 1dd13329fc8d [2020-09-29T20:40:19.056Z] Removing intermediate container 1dd13329fc8d [2020-09-29T20:40:19.056Z] ---> c0272f3912fa [2020-09-29T20:40:19.056Z] Step 23/25 : LABEL arch=amd64 [2020-09-29T20:40:19.056Z] ---> Running in b59e19404b0c [2020-09-29T20:40:19.319Z] Removing intermediate container b59e19404b0c [2020-09-29T20:40:19.319Z] ---> 085f71919a9c [2020-09-29T20:40:19.319Z] Step 24/25 : LABEL git_sha=cf586b04128a22612e4c07fc62a16321cfe56fab [2020-09-29T20:40:19.319Z] ---> Running in 823f31a84d46 [2020-09-29T20:40:19.582Z] Removing intermediate container 823f31a84d46 [2020-09-29T20:40:19.582Z] ---> 198a3e76b596 [2020-09-29T20:40:19.582Z] Step 25/25 : LABEL version=1.1.3-dev.7 [2020-09-29T20:40:19.582Z] ---> Running in 855f28187216 [2020-09-29T20:40:19.845Z] Removing intermediate container 855f28187216 [2020-09-29T20:40:19.845Z] ---> dd97840eb4d0 [2020-09-29T20:40:19.845Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-29T20:40:19.845Z] Successfully built dd97840eb4d0 [2020-09-29T20:40:19.845Z] Successfully tagged docker-device-rest-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-09-29T20:40:20.430Z] provisioning config files... [2020-09-29T20:40:20.466Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/23@tmp/config3259199484524813094tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-29T20:40:20.871Z] ---> docker-login.sh [2020-09-29T20:40:20.871Z] nexus3.edgexfoundry.org:10001 [2020-09-29T20:40:20.871Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-29T20:40:21.134Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-29T20:40:21.134Z] Configure a credential helper to remove this warning. See [2020-09-29T20:40:21.134Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-29T20:40:21.134Z] [2020-09-29T20:40:21.134Z] Login Succeeded [2020-09-29T20:40:21.134Z] nexus3.edgexfoundry.org:10002 [2020-09-29T20:40:21.134Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-29T20:40:21.134Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-29T20:40:21.134Z] Configure a credential helper to remove this warning. See [2020-09-29T20:40:21.134Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-29T20:40:21.134Z] [2020-09-29T20:40:21.134Z] Login Succeeded [2020-09-29T20:40:21.396Z] nexus3.edgexfoundry.org:10003 [2020-09-29T20:40:21.396Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-29T20:40:21.396Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-29T20:40:21.396Z] Configure a credential helper to remove this warning. See [2020-09-29T20:40:21.396Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-29T20:40:21.396Z] [2020-09-29T20:40:21.396Z] Login Succeeded [2020-09-29T20:40:21.396Z] nexus3.edgexfoundry.org:10004 [2020-09-29T20:40:21.661Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-29T20:40:21.661Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-29T20:40:21.661Z] Configure a credential helper to remove this warning. See [2020-09-29T20:40:21.661Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-29T20:40:21.661Z] [2020-09-29T20:40:21.661Z] Login Succeeded [2020-09-29T20:40:21.661Z] docker.io [2020-09-29T20:40:21.661Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-29T20:40:21.923Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-29T20:40:21.923Z] Configure a credential helper to remove this warning. See [2020-09-29T20:40:21.923Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-29T20:40:21.923Z] [2020-09-29T20:40:21.923Z] Login Succeeded [2020-09-29T20:40:21.923Z] ---> docker-login.sh ends [Pipeline] } [2020-09-29T20:40:21.933Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-29T20:40:22.135Z] [edgeXDocker.push] Tagging docker image docker-device-rest-go with the following tags: [2020-09-29T20:40:22.135Z] cf586b04128a22612e4c07fc62a16321cfe56fab [2020-09-29T20:40:22.135Z] latest [2020-09-29T20:40:22.135Z] 1.1.3-dev.7 [2020-09-29T20:40:22.135Z] cf586b04128a22612e4c07fc62a16321cfe56fab-1.1.3-dev.7 [2020-09-29T20:40:22.135Z] master [2020-09-29T20:40:22.135Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-29T20:40:22.614Z] + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:cf586b04128a22612e4c07fc62a16321cfe56fab [Pipeline] isUnix [Pipeline] sh [2020-09-29T20:40:22.917Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:cf586b04128a22612e4c07fc62a16321cfe56fab [2020-09-29T20:40:22.917Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] [2020-09-29T20:40:22.917Z] 5228b5eaa556: Preparing [2020-09-29T20:40:22.917Z] 65c4b2006b55: Preparing [2020-09-29T20:40:22.917Z] 45c9631970cd: Preparing [2020-09-29T20:40:22.917Z] 50644c29ef5a: Preparing [2020-09-29T20:40:22.917Z] 50644c29ef5a: Layer already exists [2020-09-29T20:40:23.180Z] 45c9631970cd: Pushed [2020-09-29T20:40:23.180Z] 65c4b2006b55: Pushed [2020-09-29T20:40:24.124Z] 5228b5eaa556: Pushed [2020-09-29T20:40:24.124Z] cf586b04128a22612e4c07fc62a16321cfe56fab: digest: sha256:56036df78100fe7a97695bf9580c5ca753bd7096ce500ba71055249a7991310f size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-09-29T20:40:24.431Z] + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:latest [Pipeline] isUnix [Pipeline] sh [2020-09-29T20:40:24.734Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:latest [2020-09-29T20:40:24.734Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] [2020-09-29T20:40:24.734Z] 5228b5eaa556: Preparing [2020-09-29T20:40:24.734Z] 65c4b2006b55: Preparing [2020-09-29T20:40:24.734Z] 45c9631970cd: Preparing [2020-09-29T20:40:24.734Z] 50644c29ef5a: Preparing [2020-09-29T20:40:24.734Z] 65c4b2006b55: Layer already exists [2020-09-29T20:40:24.734Z] 45c9631970cd: Layer already exists [2020-09-29T20:40:24.734Z] 50644c29ef5a: Layer already exists [2020-09-29T20:40:24.734Z] 5228b5eaa556: Layer already exists [2020-09-29T20:40:24.734Z] latest: digest: sha256:56036df78100fe7a97695bf9580c5ca753bd7096ce500ba71055249a7991310f size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-09-29T20:40:25.044Z] + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:1.1.3-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-09-29T20:40:25.412Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:1.1.3-dev.7 [2020-09-29T20:40:25.412Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] [2020-09-29T20:40:25.412Z] 5228b5eaa556: Preparing [2020-09-29T20:40:25.412Z] 65c4b2006b55: Preparing [2020-09-29T20:40:25.412Z] 45c9631970cd: Preparing [2020-09-29T20:40:25.412Z] 50644c29ef5a: Preparing [2020-09-29T20:40:25.412Z] 65c4b2006b55: Layer already exists [2020-09-29T20:40:25.412Z] 50644c29ef5a: Layer already exists [2020-09-29T20:40:25.412Z] 5228b5eaa556: Layer already exists [2020-09-29T20:40:25.412Z] 45c9631970cd: Layer already exists [2020-09-29T20:40:25.412Z] 1.1.3-dev.7: digest: sha256:56036df78100fe7a97695bf9580c5ca753bd7096ce500ba71055249a7991310f size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-09-29T20:40:25.727Z] + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:cf586b04128a22612e4c07fc62a16321cfe56fab-1.1.3-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-09-29T20:40:26.026Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:cf586b04128a22612e4c07fc62a16321cfe56fab-1.1.3-dev.7 [2020-09-29T20:40:26.026Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] [2020-09-29T20:40:26.026Z] 5228b5eaa556: Preparing [2020-09-29T20:40:26.026Z] 65c4b2006b55: Preparing [2020-09-29T20:40:26.026Z] 45c9631970cd: Preparing [2020-09-29T20:40:26.026Z] 50644c29ef5a: Preparing [2020-09-29T20:40:26.026Z] 50644c29ef5a: Layer already exists [2020-09-29T20:40:26.026Z] 65c4b2006b55: Layer already exists [2020-09-29T20:40:26.026Z] 45c9631970cd: Layer already exists [2020-09-29T20:40:26.026Z] 5228b5eaa556: Layer already exists [2020-09-29T20:40:26.026Z] cf586b04128a22612e4c07fc62a16321cfe56fab-1.1.3-dev.7: digest: sha256:56036df78100fe7a97695bf9580c5ca753bd7096ce500ba71055249a7991310f size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-09-29T20:40:26.341Z] + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-29T20:40:26.653Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:master [2020-09-29T20:40:26.653Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] [2020-09-29T20:40:26.653Z] 5228b5eaa556: Preparing [2020-09-29T20:40:26.653Z] 65c4b2006b55: Preparing [2020-09-29T20:40:26.653Z] 45c9631970cd: Preparing [2020-09-29T20:40:26.653Z] 50644c29ef5a: Preparing [2020-09-29T20:40:26.653Z] 5228b5eaa556: Layer already exists [2020-09-29T20:40:26.653Z] 45c9631970cd: Layer already exists [2020-09-29T20:40:26.653Z] 50644c29ef5a: Layer already exists [2020-09-29T20:40:26.653Z] 65c4b2006b55: Layer already exists [2020-09-29T20:40:26.653Z] master: digest: sha256:56036df78100fe7a97695bf9580c5ca753bd7096ce500ba71055249a7991310f size: 1154 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-29T20:40:26.860Z] ===================================================== [Pipeline] echo [2020-09-29T20:40:26.907Z] taggedImages: [2020-09-29T20:40:26.907Z] - nexus3.edgexfoundry.org:10004/docker-device-rest-go:cf586b04128a22612e4c07fc62a16321cfe56fab [2020-09-29T20:40:26.907Z] - nexus3.edgexfoundry.org:10004/docker-device-rest-go:latest [2020-09-29T20:40:26.907Z] - nexus3.edgexfoundry.org:10004/docker-device-rest-go:1.1.3-dev.7 [2020-09-29T20:40:26.907Z] - nexus3.edgexfoundry.org:10004/docker-device-rest-go:cf586b04128a22612e4c07fc62a16321cfe56fab-1.1.3-dev.7 [2020-09-29T20:40:26.907Z] - 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] } [2020-09-29T20:41:31.032Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2024 in /w/workspace/gexfoundry_device-rest-go_master [Pipeline] { [Pipeline] ws [2020-09-29T20:41:31.084Z] Running in /w/workspace/device-rest-go/23 [Pipeline] { [Pipeline] checkout [2020-09-29T20:41:36.103Z] using credential edgex-jenkins-ssh [2020-09-29T20:41:36.160Z] Cloning the remote Git repository [2020-09-29T20:41:36.247Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2020-09-29T20:41:36.376Z] > git init /w/workspace/device-rest-go/23 # timeout=10 [2020-09-29T20:41:36.453Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-09-29T20:41:36.454Z] > git --version # timeout=10 [2020-09-29T20:41:36.473Z] > git --version # 'git version 2.17.1' [2020-09-29T20:41:36.475Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-29T20:41:36.554Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-29T20:41:38.086Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-09-29T20:41:38.110Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-29T20:41:38.134Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-09-29T20:41:38.167Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-09-29T20:41:38.168Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-29T20:41:38.180Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-29T20:41:38.644Z] Checking out Revision cf586b04128a22612e4c07fc62a16321cfe56fab (master) [2020-09-29T20:41:38.688Z] > git config core.sparsecheckout # timeout=10 [2020-09-29T20:41:38.708Z] > git checkout -f cf586b04128a22612e4c07fc62a16321cfe56fab # timeout=10 [2020-09-29T20:41:43.076Z] Commit message: "Merge pull request #45 from edgexfoundry/dependabot/go_modules/github.com/spf13/cast-1.3.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-29T20:41:45.108Z] ========================================================= [2020-09-29T20:41:45.108Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-29T20:41:45.108Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-29T20:41:46.112Z] + 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-29T20:41:47.109Z] Sending build context to Docker daemon 8.056MB [2020-09-29T20:41:47.109Z] Step 1/10 : ARG BASE=golang:1.15-alpine [2020-09-29T20:41:47.109Z] Step 2/10 : FROM ${BASE} [2020-09-29T20:41:47.393Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-29T20:41:47.393Z] b538f80385f9: Pulling fs layer [2020-09-29T20:41:47.393Z] 74f711af9a0d: Pulling fs layer [2020-09-29T20:41:47.393Z] 99f96fe45779: Pulling fs layer [2020-09-29T20:41:47.393Z] 8529a6b9a6be: Pulling fs layer [2020-09-29T20:41:47.393Z] 45590311c82a: Pulling fs layer [2020-09-29T20:41:47.393Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-29T20:41:47.393Z] 209524e5b208: Pulling fs layer [2020-09-29T20:41:47.393Z] 8529a6b9a6be: Waiting [2020-09-29T20:41:47.393Z] 45590311c82a: Waiting [2020-09-29T20:41:47.393Z] 69ca0ff8b7b3: Waiting [2020-09-29T20:41:47.393Z] 209524e5b208: Waiting [2020-09-29T20:41:47.393Z] 99f96fe45779: Verifying Checksum [2020-09-29T20:41:47.393Z] 99f96fe45779: Download complete [2020-09-29T20:41:47.393Z] 74f711af9a0d: Download complete [2020-09-29T20:41:47.393Z] 45590311c82a: Verifying Checksum [2020-09-29T20:41:47.393Z] 45590311c82a: Download complete [2020-09-29T20:41:47.393Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-29T20:41:47.393Z] 69ca0ff8b7b3: Download complete [2020-09-29T20:41:47.669Z] b538f80385f9: Download complete [2020-09-29T20:41:48.274Z] b538f80385f9: Pull complete [2020-09-29T20:41:48.878Z] 74f711af9a0d: Pull complete [2020-09-29T20:41:49.153Z] 99f96fe45779: Pull complete [2020-09-29T20:41:49.753Z] 209524e5b208: Verifying Checksum [2020-09-29T20:41:49.753Z] 209524e5b208: Download complete [2020-09-29T20:41:51.188Z] 8529a6b9a6be: Verifying Checksum [2020-09-29T20:41:51.188Z] 8529a6b9a6be: Download complete [2020-09-29T20:42:01.361Z] 8529a6b9a6be: Pull complete [2020-09-29T20:42:01.635Z] 45590311c82a: Pull complete [2020-09-29T20:42:01.921Z] 69ca0ff8b7b3: Pull complete [2020-09-29T20:42:05.345Z] 209524e5b208: Pull complete [2020-09-29T20:42:05.345Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-29T20:42:05.345Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-29T20:42:05.345Z] ---> 5bddaf1c2fca [2020-09-29T20:42:05.345Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-09-29T20:42:08.742Z] ---> Running in 262c226a62c8 [2020-09-29T20:42:08.742Z] Removing intermediate container 262c226a62c8 [2020-09-29T20:42:08.742Z] ---> 8310fab09bd6 [2020-09-29T20:42:08.742Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-09-29T20:42:08.742Z] ---> Running in 546a3c852665 [2020-09-29T20:42:09.344Z] Removing intermediate container 546a3c852665 [2020-09-29T20:42:09.344Z] ---> 78063b651634 [2020-09-29T20:42:09.344Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-29T20:42:09.344Z] ---> Running in f21c92f20692 [2020-09-29T20:42:09.943Z] Removing intermediate container f21c92f20692 [2020-09-29T20:42:09.943Z] ---> 87eb96498549 [2020-09-29T20:42:09.943Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-29T20:42:10.218Z] ---> Running in ca4730924127 [2020-09-29T20:42:12.848Z] Removing intermediate container ca4730924127 [2020-09-29T20:42:12.848Z] ---> fb10b83fca2f [2020-09-29T20:42:12.848Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-29T20:42:12.848Z] ---> Running in 7ce6d01074e5 [2020-09-29T20:42:14.320Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-29T20:42:15.300Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-29T20:42:15.898Z] OK: 142 MiB in 39 packages [2020-09-29T20:42:16.879Z] Removing intermediate container 7ce6d01074e5 [2020-09-29T20:42:16.879Z] ---> cadf393e022e [2020-09-29T20:42:16.879Z] Step 8/10 : WORKDIR /device-rest-go [2020-09-29T20:42:17.157Z] ---> Running in a613b97f48f7 [2020-09-29T20:42:17.758Z] Removing intermediate container a613b97f48f7 [2020-09-29T20:42:17.758Z] ---> 44c4c9ba8731 [2020-09-29T20:42:17.758Z] Step 9/10 : COPY . . [2020-09-29T20:42:18.745Z] ---> f5c10a588190 [2020-09-29T20:42:18.745Z] Step 10/10 : RUN go mod download [2020-09-29T20:42:19.023Z] ---> Running in 6b7dc25ce77f [2020-09-29T20:42:34.133Z] Removing intermediate container 6b7dc25ce77f [2020-09-29T20:42:34.133Z] ---> 878892325865 [2020-09-29T20:42:34.133Z] Successfully built 878892325865 [2020-09-29T20:42:34.133Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-29T20:42:34.528Z] + docker inspect -f . ci-base-image-arm64 [2020-09-29T20:42:34.528Z] . [Pipeline] withDockerContainer [2020-09-29T20:42:34.808Z] prd-ubuntu18.04-docker-arm64-4c-16g-2024 does not seem to be running inside a container [2020-09-29T20:42:34.903Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/23 -v /w/workspace/device-rest-go/23:/w/workspace/device-rest-go/23:rw,z -v /w/workspace/device-rest-go/23@tmp:/w/workspace/device-rest-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-29T20:42:36.751Z] $ docker top a18778350769acb335025862c47efc87af1573c1b348a2699a068aa85a4d65d8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-29T20:42:38.153Z] + go version [2020-09-29T20:42:38.153Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-29T20:42:38.185Z] $ docker stop --time=1 a18778350769acb335025862c47efc87af1573c1b348a2699a068aa85a4d65d8 [2020-09-29T20:42:40.198Z] $ docker rm -f a18778350769acb335025862c47efc87af1573c1b348a2699a068aa85a4d65d8 [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-29T20:42:41.653Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-29T20:42:41.988Z] + ls -al . [2020-09-29T20:42:41.988Z] total 100 [2020-09-29T20:42:41.988Z] drwxrwxr-x 9 jenkins jenkins 4096 Sep 29 20:41 . [2020-09-29T20:42:41.988Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 29 20:41 .. [2020-09-29T20:42:41.988Z] -rw-rw-r-- 1 jenkins jenkins 151 Sep 29 20:41 .dockerignore [2020-09-29T20:42:41.988Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 29 20:41 .git [2020-09-29T20:42:41.988Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 29 20:41 .github [2020-09-29T20:42:41.988Z] -rw-rw-r-- 1 jenkins jenkins 339 Sep 29 20:41 .gitignore [2020-09-29T20:42:41.988Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 29 20:41 .semver [2020-09-29T20:42:41.988Z] -rw-rw-r-- 1 jenkins jenkins 4566 Sep 29 20:41 Attribution.txt [2020-09-29T20:42:41.988Z] -rw-rw-r-- 1 jenkins jenkins 1519 Sep 29 20:41 Dockerfile [2020-09-29T20:42:41.988Z] -rw-rw-r-- 1 jenkins jenkins 989 Sep 29 20:41 Dockerfile.build [2020-09-29T20:42:41.988Z] -rw-rw-r-- 1 jenkins jenkins 680 Sep 29 20:41 Jenkinsfile [2020-09-29T20:42:41.988Z] -rw-rw-r-- 1 jenkins jenkins 11340 Sep 29 20:41 LICENSE [2020-09-29T20:42:41.988Z] -rw-rw-r-- 1 jenkins jenkins 951 Sep 29 20:41 Makefile [2020-09-29T20:42:41.988Z] -rw-rw-r-- 1 jenkins jenkins 5917 Sep 29 20:41 README.md [2020-09-29T20:42:41.988Z] -rw-rw-r-- 1 jenkins jenkins 11 Sep 29 20:39 VERSION [2020-09-29T20:42:41.988Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 29 20:41 bin [2020-09-29T20:42:41.988Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 29 20:41 cmd [2020-09-29T20:42:41.988Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 29 20:41 driver [2020-09-29T20:42:41.988Z] -rw-rw-r-- 1 jenkins jenkins 273 Sep 29 20:41 go.mod [2020-09-29T20:42:41.988Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 29 20:41 snap [2020-09-29T20:42:41.988Z] -rw-rw-r-- 1 jenkins jenkins 713 Sep 29 20:41 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-29T20:42:42.339Z] + 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=cf586b04128a22612e4c07fc62a16321cfe56fab --label arch=arm64 --label version=1.1.3-dev.7 . [2020-09-29T20:42:42.614Z] Sending build context to Docker daemon 8.057MB [2020-09-29T20:42:42.890Z] Step 1/25 : ARG BASE=golang:1.15-alpine [2020-09-29T20:42:42.890Z] Step 2/25 : FROM ${BASE} AS builder [2020-09-29T20:42:42.890Z] ---> 878892325865 [2020-09-29T20:42:42.890Z] Step 3/25 : ARG MAKE='make build' [2020-09-29T20:42:43.163Z] ---> Running in cdce82d03853 [2020-09-29T20:42:43.437Z] Removing intermediate container cdce82d03853 [2020-09-29T20:42:43.437Z] ---> fdcc1b631c41 [2020-09-29T20:42:43.437Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git" [2020-09-29T20:42:43.710Z] ---> Running in 13c1fc1a295d [2020-09-29T20:42:44.309Z] Removing intermediate container 13c1fc1a295d [2020-09-29T20:42:44.309Z] ---> 633c646d7240 [2020-09-29T20:42:44.309Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2020-09-29T20:42:44.309Z] ---> Running in d7ba2b01a03c [2020-09-29T20:42:44.904Z] Removing intermediate container d7ba2b01a03c [2020-09-29T20:42:44.904Z] ---> ac0963d6a997 [2020-09-29T20:42:44.904Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-29T20:42:44.904Z] ---> Running in c2cba27e0cf2 [2020-09-29T20:42:47.530Z] Removing intermediate container c2cba27e0cf2 [2020-09-29T20:42:47.530Z] ---> 15777a24d582 [2020-09-29T20:42:47.530Z] Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-29T20:42:47.530Z] ---> Running in e34cfecdca6c [2020-09-29T20:42:48.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-29T20:42:49.559Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-29T20:42:50.159Z] OK: 142 MiB in 39 packages [2020-09-29T20:42:51.598Z] Removing intermediate container e34cfecdca6c [2020-09-29T20:42:51.598Z] ---> 903587b49d07 [2020-09-29T20:42:51.598Z] Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go [2020-09-29T20:42:51.598Z] ---> Running in 90a15f53c193 [2020-09-29T20:42:51.875Z] Removing intermediate container 90a15f53c193 [2020-09-29T20:42:51.875Z] ---> f40248926c6c [2020-09-29T20:42:51.875Z] Step 9/25 : COPY go.mod . [2020-09-29T20:42:52.868Z] ---> 1b645762ee72 [2020-09-29T20:42:52.868Z] Step 10/25 : COPY Makefile . [2020-09-29T20:42:53.472Z] ---> 20cf55f37d26 [2020-09-29T20:42:53.472Z] Step 11/25 : RUN make update [2020-09-29T20:42:53.472Z] ---> Running in 00742cccaeb7 [2020-09-29T20:42:54.906Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-09-29T20:42:56.346Z] Removing intermediate container 00742cccaeb7 [2020-09-29T20:42:56.346Z] ---> 77861e23fb90 [2020-09-29T20:42:56.346Z] Step 12/25 : COPY . . [2020-09-29T20:42:57.323Z] ---> f5f59ed0030a [2020-09-29T20:42:57.323Z] Step 13/25 : RUN $MAKE [2020-09-29T20:42:57.323Z] ---> Running in 46594bef7236 [2020-09-29T20:42:58.760Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=1.1.3-dev.7" -o cmd/device-rest-go ./cmd [2020-09-29T20:43:25.587Z] Removing intermediate container 46594bef7236 [2020-09-29T20:43:25.587Z] ---> cef1f7a82044 [2020-09-29T20:43:25.587Z] Step 14/25 : FROM alpine:latest [2020-09-29T20:43:25.587Z] latest: Pulling from library/alpine [2020-09-29T20:43:25.587Z] b538f80385f9: Already exists [2020-09-29T20:43:25.587Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-29T20:43:25.587Z] Status: Downloaded newer image for alpine:latest [2020-09-29T20:43:25.587Z] ---> 62ee0e9f8440 [2020-09-29T20:43:25.587Z] Step 15/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-29T20:43:25.587Z] ---> Running in 86bfe64297a6 [2020-09-29T20:43:25.587Z] Removing intermediate container 86bfe64297a6 [2020-09-29T20:43:25.587Z] ---> 3b496d843b38 [2020-09-29T20:43:25.587Z] Step 16/25 : LABEL Name=device-rest-go Version=${VERSION} [2020-09-29T20:43:25.587Z] ---> Running in bc05736bfeb4 [2020-09-29T20:43:25.587Z] Removing intermediate container bc05736bfeb4 [2020-09-29T20:43:25.587Z] ---> da452edce5fc [2020-09-29T20:43:25.587Z] Step 17/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / [2020-09-29T20:43:25.862Z] ---> 2198d1dd11e8 [2020-09-29T20:43:25.862Z] Step 18/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / [2020-09-29T20:43:26.460Z] ---> 37c4f0851150 [2020-09-29T20:43:26.460Z] Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / [2020-09-29T20:43:27.900Z] ---> 71fd822ffcac [2020-09-29T20:43:27.900Z] Step 20/25 : EXPOSE 49986 [2020-09-29T20:43:27.900Z] ---> Running in 6eeb706d88d2 [2020-09-29T20:43:28.497Z] Removing intermediate container 6eeb706d88d2 [2020-09-29T20:43:28.497Z] ---> 60ee5b5829ba [2020-09-29T20:43:28.497Z] Step 21/25 : ENTRYPOINT ["/device-rest-go"] [2020-09-29T20:43:28.497Z] ---> Running in d851f9fbca04 [2020-09-29T20:43:29.092Z] Removing intermediate container d851f9fbca04 [2020-09-29T20:43:29.092Z] ---> 41b1aeb08d0e [2020-09-29T20:43:29.092Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2020-09-29T20:43:29.092Z] ---> Running in 4b3d240556cb [2020-09-29T20:43:29.687Z] Removing intermediate container 4b3d240556cb [2020-09-29T20:43:29.687Z] ---> b5e6639386fe [2020-09-29T20:43:29.687Z] Step 23/25 : LABEL arch=arm64 [2020-09-29T20:43:29.687Z] ---> Running in f8ab0654aac4 [2020-09-29T20:43:30.283Z] Removing intermediate container f8ab0654aac4 [2020-09-29T20:43:30.283Z] ---> 8fc91dc569f4 [2020-09-29T20:43:30.283Z] Step 24/25 : LABEL git_sha=cf586b04128a22612e4c07fc62a16321cfe56fab [2020-09-29T20:43:30.283Z] ---> Running in 7d97f24d8b7e [2020-09-29T20:43:30.558Z] Removing intermediate container 7d97f24d8b7e [2020-09-29T20:43:30.558Z] ---> a93d0c3d8b1d [2020-09-29T20:43:30.558Z] Step 25/25 : LABEL version=1.1.3-dev.7 [2020-09-29T20:43:30.835Z] ---> Running in 7bd0d8472ff7 [2020-09-29T20:43:31.430Z] Removing intermediate container 7bd0d8472ff7 [2020-09-29T20:43:31.430Z] ---> 37f95b73a8f9 [2020-09-29T20:43:31.430Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-29T20:43:31.430Z] Successfully built 37f95b73a8f9 [2020-09-29T20:43:31.430Z] 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-29T20:43:31.927Z] provisioning config files... [2020-09-29T20:43:32.056Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/23@tmp/config4988905218387178869tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-29T20:43:32.622Z] ---> docker-login.sh [2020-09-29T20:43:32.622Z] nexus3.edgexfoundry.org:10001 [2020-09-29T20:43:32.896Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-29T20:43:33.169Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-29T20:43:33.169Z] Configure a credential helper to remove this warning. See [2020-09-29T20:43:33.169Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-29T20:43:33.169Z] [2020-09-29T20:43:33.169Z] Login Succeeded [2020-09-29T20:43:33.169Z] nexus3.edgexfoundry.org:10002 [2020-09-29T20:43:33.443Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-29T20:43:33.717Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-29T20:43:33.717Z] Configure a credential helper to remove this warning. See [2020-09-29T20:43:33.717Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-29T20:43:33.717Z] [2020-09-29T20:43:33.717Z] Login Succeeded [2020-09-29T20:43:33.717Z] nexus3.edgexfoundry.org:10003 [2020-09-29T20:43:34.313Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-29T20:43:34.313Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-29T20:43:34.313Z] Configure a credential helper to remove this warning. See [2020-09-29T20:43:34.313Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-29T20:43:34.313Z] [2020-09-29T20:43:34.313Z] Login Succeeded [2020-09-29T20:43:34.313Z] nexus3.edgexfoundry.org:10004 [2020-09-29T20:43:34.589Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-29T20:43:34.863Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-29T20:43:34.863Z] Configure a credential helper to remove this warning. See [2020-09-29T20:43:34.863Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-29T20:43:34.863Z] [2020-09-29T20:43:34.863Z] Login Succeeded [2020-09-29T20:43:34.863Z] docker.io [2020-09-29T20:43:35.458Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-29T20:43:35.731Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-29T20:43:35.731Z] Configure a credential helper to remove this warning. See [2020-09-29T20:43:35.731Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-29T20:43:35.731Z] [2020-09-29T20:43:35.731Z] Login Succeeded [2020-09-29T20:43:35.731Z] ---> docker-login.sh ends [Pipeline] } [2020-09-29T20:43:35.748Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-29T20:43:35.959Z] [edgeXDocker.push] Tagging docker image docker-device-rest-go-arm64 with the following tags: [2020-09-29T20:43:35.959Z] cf586b04128a22612e4c07fc62a16321cfe56fab [2020-09-29T20:43:35.959Z] latest [2020-09-29T20:43:35.959Z] 1.1.3-dev.7 [2020-09-29T20:43:35.959Z] cf586b04128a22612e4c07fc62a16321cfe56fab-1.1.3-dev.7 [2020-09-29T20:43:35.959Z] master [2020-09-29T20:43:35.959Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-29T20:43:36.554Z] + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:cf586b04128a22612e4c07fc62a16321cfe56fab [Pipeline] isUnix [Pipeline] sh [2020-09-29T20:43:36.904Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:cf586b04128a22612e4c07fc62a16321cfe56fab [2020-09-29T20:43:36.904Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] [2020-09-29T20:43:36.904Z] 1edec40c3f19: Preparing [2020-09-29T20:43:36.904Z] 22c1c3da2166: Preparing [2020-09-29T20:43:36.904Z] 48275b267168: Preparing [2020-09-29T20:43:36.904Z] e2f13739ad41: Preparing [2020-09-29T20:43:37.177Z] e2f13739ad41: Layer already exists [2020-09-29T20:43:37.177Z] 22c1c3da2166: Pushed [2020-09-29T20:43:37.177Z] 48275b267168: Pushed [2020-09-29T20:43:39.788Z] 1edec40c3f19: Pushed [2020-09-29T20:43:39.788Z] cf586b04128a22612e4c07fc62a16321cfe56fab: digest: sha256:bcb7818bbe49af0c392a706e65ed12662fc4686d029d90572853ae3010606da2 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-09-29T20:43:40.138Z] + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-29T20:43:40.479Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:latest [2020-09-29T20:43:40.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] [2020-09-29T20:43:40.479Z] 1edec40c3f19: Preparing [2020-09-29T20:43:40.479Z] 22c1c3da2166: Preparing [2020-09-29T20:43:40.479Z] 48275b267168: Preparing [2020-09-29T20:43:40.479Z] e2f13739ad41: Preparing [2020-09-29T20:43:40.753Z] 48275b267168: Layer already exists [2020-09-29T20:43:40.753Z] 22c1c3da2166: Layer already exists [2020-09-29T20:43:40.753Z] e2f13739ad41: Layer already exists [2020-09-29T20:43:40.753Z] 1edec40c3f19: Layer already exists [2020-09-29T20:43:40.753Z] latest: digest: sha256:bcb7818bbe49af0c392a706e65ed12662fc4686d029d90572853ae3010606da2 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-09-29T20:43:41.100Z] + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:1.1.3-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-09-29T20:43:41.442Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:1.1.3-dev.7 [2020-09-29T20:43:41.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] [2020-09-29T20:43:41.443Z] 1edec40c3f19: Preparing [2020-09-29T20:43:41.443Z] 22c1c3da2166: Preparing [2020-09-29T20:43:41.443Z] 48275b267168: Preparing [2020-09-29T20:43:41.443Z] e2f13739ad41: Preparing [2020-09-29T20:43:41.443Z] 22c1c3da2166: Layer already exists [2020-09-29T20:43:41.443Z] 48275b267168: Layer already exists [2020-09-29T20:43:41.715Z] 1edec40c3f19: Layer already exists [2020-09-29T20:43:41.715Z] e2f13739ad41: Layer already exists [2020-09-29T20:43:41.715Z] 1.1.3-dev.7: digest: sha256:bcb7818bbe49af0c392a706e65ed12662fc4686d029d90572853ae3010606da2 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-09-29T20:43:42.061Z] + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:cf586b04128a22612e4c07fc62a16321cfe56fab-1.1.3-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-09-29T20:43:42.399Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:cf586b04128a22612e4c07fc62a16321cfe56fab-1.1.3-dev.7 [2020-09-29T20:43:42.399Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] [2020-09-29T20:43:42.399Z] 1edec40c3f19: Preparing [2020-09-29T20:43:42.399Z] 22c1c3da2166: Preparing [2020-09-29T20:43:42.399Z] 48275b267168: Preparing [2020-09-29T20:43:42.399Z] e2f13739ad41: Preparing [2020-09-29T20:43:42.400Z] e2f13739ad41: Layer already exists [2020-09-29T20:43:42.400Z] 48275b267168: Layer already exists [2020-09-29T20:43:42.400Z] 22c1c3da2166: Layer already exists [2020-09-29T20:43:42.672Z] 1edec40c3f19: Layer already exists [2020-09-29T20:43:42.672Z] cf586b04128a22612e4c07fc62a16321cfe56fab-1.1.3-dev.7: digest: sha256:bcb7818bbe49af0c392a706e65ed12662fc4686d029d90572853ae3010606da2 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-09-29T20:43:43.022Z] + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-29T20:43:43.358Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:master [2020-09-29T20:43:43.358Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] [2020-09-29T20:43:43.358Z] 1edec40c3f19: Preparing [2020-09-29T20:43:43.358Z] 22c1c3da2166: Preparing [2020-09-29T20:43:43.358Z] 48275b267168: Preparing [2020-09-29T20:43:43.358Z] e2f13739ad41: Preparing [2020-09-29T20:43:43.358Z] 22c1c3da2166: Layer already exists [2020-09-29T20:43:43.358Z] 1edec40c3f19: Layer already exists [2020-09-29T20:43:43.358Z] 48275b267168: Layer already exists [2020-09-29T20:43:43.358Z] e2f13739ad41: Layer already exists [2020-09-29T20:43:43.628Z] master: digest: sha256:bcb7818bbe49af0c392a706e65ed12662fc4686d029d90572853ae3010606da2 size: 1154 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-29T20:43:43.820Z] ===================================================== [Pipeline] echo [2020-09-29T20:43:43.882Z] taggedImages: [2020-09-29T20:43:43.882Z] - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:cf586b04128a22612e4c07fc62a16321cfe56fab [2020-09-29T20:43:43.882Z] - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:latest [2020-09-29T20:43:43.882Z] - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:1.1.3-dev.7 [2020-09-29T20:43:43.882Z] - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:cf586b04128a22612e4c07fc62a16321cfe56fab-1.1.3-dev.7 [2020-09-29T20:43:43.882Z] - 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] } [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-29T20:43:45.948Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-29T20:43:45.950Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-29T20:43:46.000Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-29T20:43:46.365Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-29T20:43:46.365Z] [2020-09-29T20:43:46.365Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-29T20:43:46.718Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-29T20:43:46.718Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-29T20:43:46.718Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-29T20:43:46.718Z] 408f87550127: Pulling fs layer [2020-09-29T20:43:46.718Z] fe522b08c979: Pulling fs layer [2020-09-29T20:43:46.718Z] 221eaa008020: Pulling fs layer [2020-09-29T20:43:46.718Z] 2a4607e5d6b9: Pulling fs layer [2020-09-29T20:43:46.718Z] 8f79b27c4fd2: Pulling fs layer [2020-09-29T20:43:46.718Z] e5c8dbe1645b: Pulling fs layer [2020-09-29T20:43:46.718Z] 23e8b3b47431: Pulling fs layer [2020-09-29T20:43:46.718Z] 5c568d65a230: Pulling fs layer [2020-09-29T20:43:46.718Z] 8f79b27c4fd2: Waiting [2020-09-29T20:43:46.718Z] e5c8dbe1645b: Waiting [2020-09-29T20:43:46.718Z] 23e8b3b47431: Waiting [2020-09-29T20:43:46.718Z] 5c568d65a230: Waiting [2020-09-29T20:43:46.718Z] 221eaa008020: Waiting [2020-09-29T20:43:46.718Z] 2a4607e5d6b9: Waiting [2020-09-29T20:43:46.718Z] 408f87550127: Verifying Checksum [2020-09-29T20:43:46.718Z] 408f87550127: Download complete [2020-09-29T20:43:46.718Z] fe522b08c979: Verifying Checksum [2020-09-29T20:43:46.718Z] fe522b08c979: Download complete [2020-09-29T20:43:46.718Z] 2a4607e5d6b9: Verifying Checksum [2020-09-29T20:43:46.718Z] 2a4607e5d6b9: Download complete [2020-09-29T20:43:46.718Z] 8f79b27c4fd2: Verifying Checksum [2020-09-29T20:43:46.718Z] 8f79b27c4fd2: Download complete [2020-09-29T20:43:46.718Z] cbdbe7a5bc2a: Verifying Checksum [2020-09-29T20:43:46.718Z] cbdbe7a5bc2a: Download complete [2020-09-29T20:43:47.296Z] cbdbe7a5bc2a: Pull complete [2020-09-29T20:43:47.296Z] 408f87550127: Pull complete [2020-09-29T20:43:47.559Z] fe522b08c979: Pull complete [2020-09-29T20:43:48.513Z] e5c8dbe1645b: Verifying Checksum [2020-09-29T20:43:48.513Z] e5c8dbe1645b: Download complete [2020-09-29T20:43:49.486Z] 23e8b3b47431: Verifying Checksum [2020-09-29T20:43:49.486Z] 23e8b3b47431: Download complete [2020-09-29T20:43:49.486Z] 5c568d65a230: Verifying Checksum [2020-09-29T20:43:49.486Z] 5c568d65a230: Download complete [2020-09-29T20:43:50.879Z] 221eaa008020: Verifying Checksum [2020-09-29T20:43:50.880Z] 221eaa008020: Download complete [2020-09-29T20:43:57.527Z] 221eaa008020: Pull complete [2020-09-29T20:43:57.527Z] 2a4607e5d6b9: Pull complete [2020-09-29T20:43:57.527Z] 8f79b27c4fd2: Pull complete [2020-09-29T20:43:59.449Z] e5c8dbe1645b: Pull complete [2020-09-29T20:44:02.786Z] 23e8b3b47431: Pull complete [2020-09-29T20:44:04.199Z] 5c568d65a230: Pull complete [2020-09-29T20:44:04.199Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-29T20:44:04.199Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-29T20:44:04.199Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-29T20:44:04.455Z] prd-centos7-docker-4c-2g-2020 does not seem to be running inside a container [2020-09-29T20:44:04.509Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-09-29T20:44:05.691Z] $ docker top dacfda95836432e91c5bdb2bbcf3af9a3bf000546a7f3f494bd157a2e0319437 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-29T20:44:06.224Z] + snyk monitor '--org=edgex-jenkins' [2020-09-29T20:44:12.828Z] [2020-09-29T20:44:12.828Z] Monitoring /w/workspace/gexfoundry_device-rest-go_master (github.com/edgexfoundry/device-rest-go)... [2020-09-29T20:44:12.828Z] [2020-09-29T20:44:12.828Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/100cb2ad-363b-48d6-95bb-098d49e3156b/history/927d948c-1bca-4213-a3df-14852b6998c8 [2020-09-29T20:44:12.828Z] [2020-09-29T20:44:12.828Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-29T20:44:12.828Z] [2020-09-29T20:44:12.828Z] [2020-09-29T20:44:12.828Z] Snyk CLI supports Node.js 8 and higher. [2020-09-29T20:44:12.828Z] 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-29T20:44:12.828Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-29T20:44:12.828Z] [2020-09-29T20:44:12.828Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-29T20:44:12.828Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-29T20:44:12.845Z] $ docker stop --time=1 dacfda95836432e91c5bdb2bbcf3af9a3bf000546a7f3f494bd157a2e0319437 [2020-09-29T20:44:14.864Z] $ docker rm -f dacfda95836432e91c5bdb2bbcf3af9a3bf000546a7f3f494bd157a2e0319437 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-29T20:44:15.984Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-29T20:44:15.984Z] [2020-09-29T20:44:15.984Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-09-29T20:44:16.344Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-29T20:44:16.344Z] latest: Pulling from edgex-devops/edgex-klar [2020-09-29T20:44:16.344Z] e7c96db7181b: Pulling fs layer [2020-09-29T20:44:16.344Z] 1868ca2cb446: Pulling fs layer [2020-09-29T20:44:16.344Z] 136be5d0fe8e: Pulling fs layer [2020-09-29T20:44:16.344Z] 894bfe63afcb: Pulling fs layer [2020-09-29T20:44:16.344Z] 894bfe63afcb: Waiting [2020-09-29T20:44:16.344Z] 1868ca2cb446: Verifying Checksum [2020-09-29T20:44:16.344Z] 1868ca2cb446: Download complete [2020-09-29T20:44:16.344Z] 136be5d0fe8e: Verifying Checksum [2020-09-29T20:44:16.344Z] 136be5d0fe8e: Download complete [2020-09-29T20:44:16.344Z] e7c96db7181b: Verifying Checksum [2020-09-29T20:44:16.344Z] e7c96db7181b: Download complete [2020-09-29T20:44:16.608Z] 894bfe63afcb: Verifying Checksum [2020-09-29T20:44:16.608Z] 894bfe63afcb: Download complete [2020-09-29T20:44:16.608Z] e7c96db7181b: Pull complete [2020-09-29T20:44:16.868Z] 1868ca2cb446: Pull complete [2020-09-29T20:44:16.869Z] 136be5d0fe8e: Pull complete [2020-09-29T20:44:17.130Z] 894bfe63afcb: Pull complete [2020-09-29T20:44:17.130Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-09-29T20:44:17.130Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-29T20:44:17.130Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-09-29T20:44:17.267Z] prd-centos7-docker-4c-2g-2020 does not seem to be running inside a container [2020-09-29T20:44:17.314Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-29T20:44:18.365Z] $ docker top 9dbaeeeb682f6862861e0b5b578e4e6963f61e69c402bc0419da69095cfd782e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-29T20:44:18.944Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-rest-go:cf586b04128a22612e4c07fc62a16321cfe56fab [2020-09-29T20:44:18.944Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-29T20:44:22.412Z] $ docker stop --time=1 9dbaeeeb682f6862861e0b5b578e4e6963f61e69c402bc0419da69095cfd782e [2020-09-29T20:44:23.794Z] $ docker rm -f 9dbaeeeb682f6862861e0b5b578e4e6963f61e69c402bc0419da69095cfd782e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-29T20:44:24.279Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-29T20:44:24.279Z] . [Pipeline] withDockerContainer [2020-09-29T20:44:24.377Z] prd-centos7-docker-4c-2g-2020 does not seem to be running inside a container [2020-09-29T20:44:24.428Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-29T20:44:25.112Z] $ docker top 69ad724ffb240da841f8645a0bdd8163ae41f8ba4f1f6a5bdaae5553dc6e10d7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-29T20:44:25.749Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-rest-go:cf586b04128a22612e4c07fc62a16321cfe56fab [2020-09-29T20:44:25.749Z] + tee [2020-09-29T20:44:25.749Z] clair timeout 1m0s [2020-09-29T20:44:25.749Z] docker timeout: 1m0s [2020-09-29T20:44:25.749Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-29T20:44:26.435Z] $ docker stop --time=1 69ad724ffb240da841f8645a0bdd8163ae41f8ba4f1f6a5bdaae5553dc6e10d7 [2020-09-29T20:44:27.790Z] $ docker rm -f 69ad724ffb240da841f8645a0bdd8163ae41f8ba4f1f6a5bdaae5553dc6e10d7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-29T20:44:28.257Z] + mkdir -p /w/workspace/gexfoundry_device-rest-go_master/clair-reports [Pipeline] echo [2020-09-29T20:44:28.272Z] Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-rest-go_master/clair-reports/clair_results_docker-device-rest-go_cf586b04128a22612e4c07fc62a16321cfe56fab.html [Pipeline] writeFile [Pipeline] step [2020-09-29T20:44:28.334Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-29T20:44:28.685Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-29T20:44:28.686Z] . [Pipeline] withDockerContainer [2020-09-29T20:44:28.791Z] prd-centos7-docker-4c-2g-2020 does not seem to be running inside a container [2020-09-29T20:44:28.841Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-29T20:44:29.467Z] $ docker top 2b2836d4acdd41431bab1122ed179ef330783dacb5c2e37d70a6fbbe3468a365 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-29T20:44:30.029Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:cf586b04128a22612e4c07fc62a16321cfe56fab [2020-09-29T20:44:30.029Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-29T20:44:33.501Z] $ docker stop --time=1 2b2836d4acdd41431bab1122ed179ef330783dacb5c2e37d70a6fbbe3468a365 [2020-09-29T20:44:34.889Z] $ docker rm -f 2b2836d4acdd41431bab1122ed179ef330783dacb5c2e37d70a6fbbe3468a365 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-29T20:44:35.374Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-29T20:44:35.374Z] . [Pipeline] withDockerContainer [2020-09-29T20:44:35.471Z] prd-centos7-docker-4c-2g-2020 does not seem to be running inside a container [2020-09-29T20:44:35.523Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-29T20:44:36.182Z] $ docker top 7a103891bb1aa9d17e6c519fc0207d19dae47a2bf241a0cd4cc080367dd2f5cc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-29T20:44:36.747Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:cf586b04128a22612e4c07fc62a16321cfe56fab [2020-09-29T20:44:36.747Z] + tee [2020-09-29T20:44:36.747Z] clair timeout 1m0s [2020-09-29T20:44:36.747Z] docker timeout: 1m0s [2020-09-29T20:44:36.747Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-29T20:44:37.444Z] $ docker stop --time=1 7a103891bb1aa9d17e6c519fc0207d19dae47a2bf241a0cd4cc080367dd2f5cc [2020-09-29T20:44:38.810Z] $ docker rm -f 7a103891bb1aa9d17e6c519fc0207d19dae47a2bf241a0cd4cc080367dd2f5cc [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-29T20:44:39.293Z] + mkdir -p /w/workspace/gexfoundry_device-rest-go_master/clair-reports [Pipeline] echo [2020-09-29T20:44:39.307Z] Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-rest-go_master/clair-reports/clair_results_docker-device-rest-go-arm64_cf586b04128a22612e4c07fc62a16321cfe56fab.html [Pipeline] writeFile [Pipeline] step [2020-09-29T20:44:39.369Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-09-29T20:44:41.925Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-29T20:44:41.925Z] . [Pipeline] withDockerContainer [2020-09-29T20:44:42.026Z] prd-centos7-docker-4c-2g-2020 does not seem to be running inside a container [2020-09-29T20:44:42.075Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-29T20:44:42.736Z] $ docker top 19563f410aa408aea2227db33063714312000d7a99954f48a7848f6aebd51867 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-29T20:44:43.016Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-29T20:44:43.016Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-29T20:44:43.214Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-29T20:44:43.220Z] $ docker exec 19563f410aa408aea2227db33063714312000d7a99954f48a7848f6aebd51867 ssh-agent [2020-09-29T20:44:43.377Z] SSH_AUTH_SOCK=/tmp/ssh-4vdJe36PahCw/agent.12 [2020-09-29T20:44:43.377Z] SSH_AGENT_PID=17 [2020-09-29T20:44:43.385Z] Running ssh-add (command line suppressed) [2020-09-29T20:44:43.520Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_2991044461742656082.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_2991044461742656082.key) [2020-09-29T20:44:43.567Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-29T20:44:43.908Z] + git semver tag [2020-09-29T20:44:43.909Z] # -> Open(): unable to determine branch for HEAD [2020-09-29T20:44:43.909Z] # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git [2020-09-29T20:44:43.909Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master [2020-09-29T20:44:43.909Z] # $SEMVER_REMOTE_NAME = origin [2020-09-29T20:44:43.909Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-29T20:44:43.909Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-29T20:44:43.909Z] # $SEMVER_BRANCH = master [2020-09-29T20:44:43.909Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [2020-09-29T20:44:43.909Z] # cf586b04128a22612e4c07fc62a16321cfe56fab HEAD [2020-09-29T20:44:43.909Z] # -> Force: false [2020-09-29T20:44:43.909Z] # e751b4e892c8817bd0c4fd1e6fe2f4d9ce1334f4 refs/tags/v1.1.3-dev.7 [Pipeline] } [2020-09-29T20:44:43.926Z] $ docker exec --env ******** --env ******** 19563f410aa408aea2227db33063714312000d7a99954f48a7848f6aebd51867 ssh-agent -k [2020-09-29T20:44:44.047Z] unset SSH_AUTH_SOCK; [2020-09-29T20:44:44.047Z] unset SSH_AGENT_PID; [2020-09-29T20:44:44.047Z] echo Agent pid 17 killed; [2020-09-29T20:44:44.090Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-29T20:44:44.594Z] + git semver [Pipeline] } [2020-09-29T20:44:44.613Z] $ docker stop --time=1 19563f410aa408aea2227db33063714312000d7a99954f48a7848f6aebd51867 [2020-09-29T20:44:45.945Z] $ docker rm -f 19563f410aa408aea2227db33063714312000d7a99954f48a7848f6aebd51867 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-29T20:44:46.580Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-29T20:44:46.580Z] [2020-09-29T20:44:46.580Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-29T20:44:46.927Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-29T20:44:46.927Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-29T20:44:46.928Z] ab5ef0e58194: Pulling fs layer [2020-09-29T20:44:46.928Z] 9712f1f96733: Pulling fs layer [2020-09-29T20:44:46.928Z] 63f879dbbcfc: Pulling fs layer [2020-09-29T20:44:46.928Z] 0d9ebad4ef96: Pulling fs layer [2020-09-29T20:44:46.928Z] e9a5061849ea: Pulling fs layer [2020-09-29T20:44:46.928Z] d747dcd14b5f: Pulling fs layer [2020-09-29T20:44:46.928Z] 2de7ff778b66: Pulling fs layer [2020-09-29T20:44:46.928Z] e9a5061849ea: Waiting [2020-09-29T20:44:46.928Z] d747dcd14b5f: Waiting [2020-09-29T20:44:46.928Z] 2de7ff778b66: Waiting [2020-09-29T20:44:46.928Z] 0d9ebad4ef96: Waiting [2020-09-29T20:44:46.928Z] 9712f1f96733: Verifying Checksum [2020-09-29T20:44:46.928Z] 9712f1f96733: Download complete [2020-09-29T20:44:48.324Z] 63f879dbbcfc: Verifying Checksum [2020-09-29T20:44:48.324Z] 63f879dbbcfc: Download complete [2020-09-29T20:44:48.589Z] e9a5061849ea: Verifying Checksum [2020-09-29T20:44:48.589Z] e9a5061849ea: Download complete [2020-09-29T20:44:48.589Z] d747dcd14b5f: Download complete [2020-09-29T20:44:49.168Z] 2de7ff778b66: Verifying Checksum [2020-09-29T20:44:49.168Z] 2de7ff778b66: Download complete [2020-09-29T20:44:49.168Z] 0d9ebad4ef96: Verifying Checksum [2020-09-29T20:44:49.168Z] 0d9ebad4ef96: Download complete [2020-09-29T20:44:49.430Z] ab5ef0e58194: Verifying Checksum [2020-09-29T20:44:49.430Z] ab5ef0e58194: Download complete [2020-09-29T20:44:54.761Z] ab5ef0e58194: Pull complete [2020-09-29T20:44:54.761Z] 9712f1f96733: Pull complete [2020-09-29T20:44:57.325Z] 63f879dbbcfc: Pull complete [2020-09-29T20:45:02.730Z] 0d9ebad4ef96: Pull complete [2020-09-29T20:45:05.293Z] e9a5061849ea: Pull complete [2020-09-29T20:45:05.293Z] d747dcd14b5f: Pull complete [2020-09-29T20:45:07.226Z] 2de7ff778b66: Pull complete [2020-09-29T20:45:07.226Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-29T20:45:07.226Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-29T20:45:07.226Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-29T20:45:07.690Z] prd-centos7-docker-4c-2g-2020 does not seem to be running inside a container [2020-09-29T20:45:07.741Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-09-29T20:45:11.374Z] $ docker top a754d5cf8d9fcdb03a6e46095a54c9decde34e654538603dccd2fce5569ca948 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-29T20:45:11.586Z] provisioning config files... [2020-09-29T20:45:11.601Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config8653511990082770197tmp [2020-09-29T20:45:11.617Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config6005983158098975632tmp [2020-09-29T20:45:11.632Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config6216975440287258909tmp [Pipeline] { [Pipeline] echo [2020-09-29T20:45:11.690Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-29T20:45:11.987Z] ---> sigul-configuration.sh [2020-09-29T20:45:11.987Z] gpg: directory `/root/.gnupg' created [2020-09-29T20:45:11.987Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-29T20:45:11.987Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-29T20:45:11.987Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-29T20:45:11.987Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-29T20:45:11.987Z] gpg: CAST5 encrypted data [2020-09-29T20:45:12.248Z] gpg: encrypted with 1 passphrase [2020-09-29T20:45:12.248Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-29T20:45:12.547Z] + mkdir /home/jenkins [2020-09-29T20:45:12.547Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-29T20:45:12.843Z] + 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-29T20:45:12.854Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-29T20:45:13.153Z] ---> sigul-install.sh [2020-09-29T20:45:19.749Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-29T20:45:20.057Z] + git tag --list [2020-09-29T20:45:20.057Z] v1.0.0 [2020-09-29T20:45:20.057Z] v1.1.0 [2020-09-29T20:45:20.057Z] v1.1.1 [2020-09-29T20:45:20.057Z] v1.1.2 [2020-09-29T20:45:20.057Z] v1.1.2-dev.1 [2020-09-29T20:45:20.057Z] v1.1.2-dev.2 [2020-09-29T20:45:20.057Z] v1.1.3-dev.1 [2020-09-29T20:45:20.057Z] v1.1.3-dev.2 [2020-09-29T20:45:20.057Z] v1.1.3-dev.3 [2020-09-29T20:45:20.057Z] v1.1.3-dev.4 [2020-09-29T20:45:20.057Z] v1.1.3-dev.5 [2020-09-29T20:45:20.057Z] v1.1.3-dev.6 [2020-09-29T20:45:20.057Z] v1.1.3-dev.7 [Pipeline] sh [2020-09-29T20:45:20.373Z] + lftools sign git-tag v1.1.3-dev.7 [2020-09-29T20:45:21.765Z] Signing Git tag with Sigul... [2020-09-29T20:45:21.765Z] Signing v1.1.3-dev.7 [Pipeline] echo [2020-09-29T20:45:22.725Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-29T20:45:23.027Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-29T20:45:23.049Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-29T20:45:23.153Z] $ docker stop --time=1 a754d5cf8d9fcdb03a6e46095a54c9decde34e654538603dccd2fce5569ca948 [2020-09-29T20:45:25.161Z] $ docker rm -f a754d5cf8d9fcdb03a6e46095a54c9decde34e654538603dccd2fce5569ca948 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-29T20:45:26.072Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-29T20:45:26.072Z] . [Pipeline] withDockerContainer [2020-09-29T20:45:26.174Z] prd-centos7-docker-4c-2g-2020 does not seem to be running inside a container [2020-09-29T20:45:26.222Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-29T20:45:26.905Z] $ docker top 76a48643bbeaa2fcd122afe09e6d14d0bf57256f3d23ac6023803d47048b50e5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-29T20:45:27.194Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-29T20:45:27.194Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-29T20:45:27.407Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-29T20:45:27.413Z] $ docker exec 76a48643bbeaa2fcd122afe09e6d14d0bf57256f3d23ac6023803d47048b50e5 ssh-agent [2020-09-29T20:45:27.580Z] SSH_AUTH_SOCK=/tmp/ssh-78JoBG8ddaKG/agent.11 [2020-09-29T20:45:27.580Z] SSH_AGENT_PID=16 [2020-09-29T20:45:27.588Z] Running ssh-add (command line suppressed) [2020-09-29T20:45:27.727Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_4134745336494381633.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_4134745336494381633.key) [2020-09-29T20:45:27.781Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-29T20:45:28.145Z] + git semver bump pre [2020-09-29T20:45:28.145Z] # -> Open(): unable to determine branch for HEAD [2020-09-29T20:45:28.145Z] # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git [2020-09-29T20:45:28.145Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master [2020-09-29T20:45:28.146Z] # $SEMVER_REMOTE_NAME = origin [2020-09-29T20:45:28.146Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-29T20:45:28.146Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-29T20:45:28.146Z] # $SEMVER_BRANCH = master [2020-09-29T20:45:28.146Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [2020-09-29T20:45:28.146Z] 1.1.3-dev.8 [Pipeline] } [2020-09-29T20:45:28.160Z] $ docker exec --env ******** --env ******** 76a48643bbeaa2fcd122afe09e6d14d0bf57256f3d23ac6023803d47048b50e5 ssh-agent -k [2020-09-29T20:45:28.287Z] unset SSH_AUTH_SOCK; [2020-09-29T20:45:28.287Z] unset SSH_AGENT_PID; [2020-09-29T20:45:28.287Z] echo Agent pid 16 killed; [2020-09-29T20:45:28.341Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-29T20:45:28.827Z] + git semver [Pipeline] } [2020-09-29T20:45:28.851Z] $ docker stop --time=1 76a48643bbeaa2fcd122afe09e6d14d0bf57256f3d23ac6023803d47048b50e5 [2020-09-29T20:45:30.201Z] $ docker rm -f 76a48643bbeaa2fcd122afe09e6d14d0bf57256f3d23ac6023803d47048b50e5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-29T20:45:30.867Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-29T20:45:30.867Z] . [Pipeline] withDockerContainer [2020-09-29T20:45:30.967Z] prd-centos7-docker-4c-2g-2020 does not seem to be running inside a container [2020-09-29T20:45:31.140Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-29T20:45:31.842Z] $ docker top 4334e08103d174c716e7b77ca5d32e4180a41feeece713a9a9f99d7400ea4e5d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-29T20:45:32.175Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-29T20:45:32.175Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-29T20:45:32.361Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-29T20:45:32.367Z] $ docker exec 4334e08103d174c716e7b77ca5d32e4180a41feeece713a9a9f99d7400ea4e5d ssh-agent [2020-09-29T20:45:32.533Z] SSH_AUTH_SOCK=/tmp/ssh-NhdHMsy02c02/agent.11 [2020-09-29T20:45:32.533Z] SSH_AGENT_PID=17 [2020-09-29T20:45:32.543Z] Running ssh-add (command line suppressed) [2020-09-29T20:45:32.688Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_2469426807255077355.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_2469426807255077355.key) [2020-09-29T20:45:32.743Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-29T20:45:33.078Z] + git semver push [2020-09-29T20:45:33.078Z] # -> Open(): unable to determine branch for HEAD [2020-09-29T20:45:33.078Z] # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git [2020-09-29T20:45:33.078Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master [2020-09-29T20:45:33.078Z] # $SEMVER_REMOTE_NAME = origin [2020-09-29T20:45:33.079Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-29T20:45:33.079Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-29T20:45:33.079Z] # $SEMVER_BRANCH = master [2020-09-29T20:45:33.079Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [Pipeline] } [2020-09-29T20:45:39.690Z] $ docker exec --env ******** --env ******** 4334e08103d174c716e7b77ca5d32e4180a41feeece713a9a9f99d7400ea4e5d ssh-agent -k [2020-09-29T20:45:39.839Z] unset SSH_AUTH_SOCK; [2020-09-29T20:45:39.839Z] unset SSH_AGENT_PID; [2020-09-29T20:45:39.839Z] echo Agent pid 17 killed; [2020-09-29T20:45:39.888Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-29T20:45:40.400Z] + git semver [Pipeline] } [2020-09-29T20:45:40.422Z] $ docker stop --time=1 4334e08103d174c716e7b77ca5d32e4180a41feeece713a9a9f99d7400ea4e5d [2020-09-29T20:45:41.785Z] $ docker rm -f 4334e08103d174c716e7b77ca5d32e4180a41feeece713a9a9f99d7400ea4e5d [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-29T20:45:43.352Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-29T20:45:44.232Z] ---> package-listing.sh [2020-09-29T20:45:44.232Z] ++ facter osfamily [2020-09-29T20:45:44.232Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-29T20:45:44.232Z] + OS_FAMILY=redhat [2020-09-29T20:45:44.232Z] + workspace=/w/workspace/gexfoundry_device-rest-go_master [2020-09-29T20:45:44.232Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-29T20:45:44.232Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-29T20:45:44.232Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-29T20:45:44.232Z] + PACKAGES=/tmp/packages_start.txt [2020-09-29T20:45:44.232Z] + '[' /w/workspace/gexfoundry_device-rest-go_master ']' [2020-09-29T20:45:44.232Z] + PACKAGES=/tmp/packages_end.txt [2020-09-29T20:45:44.232Z] + case "${OS_FAMILY}" in [2020-09-29T20:45:44.232Z] + rpm -qa [2020-09-29T20:45:44.232Z] + sort [2020-09-29T20:45:48.446Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-29T20:45:48.446Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-29T20:45:48.446Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-29T20:45:48.446Z] + '[' /w/workspace/gexfoundry_device-rest-go_master ']' [2020-09-29T20:45:48.446Z] + mkdir -p /w/workspace/gexfoundry_device-rest-go_master/archives/ [2020-09-29T20:45:48.446Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-rest-go_master/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-29T20:45:48.633Z] provisioning config files... [2020-09-29T20:45:48.651Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config6492709738893752462tmp [Pipeline] { [Pipeline] echo [2020-09-29T20:45:48.722Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-29T20:45:49.021Z] ---> create-netrc.sh [Pipeline] } [2020-09-29T20:45:49.031Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-09-29T20:45:49.123Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-29T20:45:49.422Z] ---> python-tools-install.sh [2020-09-29T20:45:49.422Z] Generating Requirements File [2020-09-29T20:47:10.968Z] Python 3.6.8 [2020-09-29T20:47:10.968Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-09-29T20:47:10.968Z] aiohttp==3.6.2 [2020-09-29T20:47:10.968Z] appdirs==1.4.3 [2020-09-29T20:47:10.968Z] argcomplete==1.12.1 [2020-09-29T20:47:10.968Z] aspy.yaml==1.3.0 [2020-09-29T20:47:10.968Z] async-timeout==3.0.1 [2020-09-29T20:47:10.968Z] attrs==19.3.0 [2020-09-29T20:47:10.968Z] Babel==2.8.0 [2020-09-29T20:47:10.968Z] beautifulsoup4==4.8.2 [2020-09-29T20:47:10.968Z] boto3==1.11.6 [2020-09-29T20:47:10.968Z] botocore==1.14.6 [2020-09-29T20:47:10.968Z] bs4==0.0.1 [2020-09-29T20:47:10.968Z] cachetools==4.1.1 [2020-09-29T20:47:10.968Z] certifi==2019.11.28 [2020-09-29T20:47:10.968Z] cffi==1.14.3 [2020-09-29T20:47:10.968Z] cfgv==2.0.1 [2020-09-29T20:47:10.968Z] chardet==3.0.4 [2020-09-29T20:47:10.968Z] click==7.1 [2020-09-29T20:47:10.968Z] cliff==3.4.0 [2020-09-29T20:47:10.968Z] cmd2==1.3.10 [2020-09-29T20:47:10.968Z] colorama==0.4.3 [2020-09-29T20:47:10.968Z] cryptography==3.1.1 [2020-09-29T20:47:10.968Z] debtcollector==2.2.0 [2020-09-29T20:47:10.969Z] decorator==4.4.2 [2020-09-29T20:47:10.969Z] defusedxml==0.6.0 [2020-09-29T20:47:10.969Z] Deprecated==1.2.7 [2020-09-29T20:47:10.969Z] distlib==0.3.1 [2020-09-29T20:47:10.969Z] distro==1.2.0 [2020-09-29T20:47:10.969Z] dnspython==1.16.0 [2020-09-29T20:47:10.969Z] docker==4.2.0 [2020-09-29T20:47:10.969Z] docutils==0.15.2 [2020-09-29T20:47:10.969Z] dogpile.cache==1.0.2 [2020-09-29T20:47:10.969Z] email-validator==1.0.5 [2020-09-29T20:47:10.969Z] filelock==3.0.12 [2020-09-29T20:47:10.969Z] future==0.18.2 [2020-09-29T20:47:10.969Z] google-auth==1.22.0 [2020-09-29T20:47:10.969Z] httplib2==0.17.0 [2020-09-29T20:47:10.969Z] identify==1.4.11 [2020-09-29T20:47:10.969Z] idna==2.9 [2020-09-29T20:47:10.969Z] idna-ssl==1.1.0 [2020-09-29T20:47:10.969Z] importlib-metadata==1.7.0 [2020-09-29T20:47:10.969Z] importlib-resources==1.5.0 [2020-09-29T20:47:10.969Z] iso8601==0.1.13 [2020-09-29T20:47:10.969Z] Jinja2==2.11.1 [2020-09-29T20:47:10.969Z] jmespath==0.10.0 [2020-09-29T20:47:10.969Z] jsonpatch==1.26 [2020-09-29T20:47:10.969Z] jsonpointer==2.0 [2020-09-29T20:47:10.969Z] jsonschema==3.2.0 [2020-09-29T20:47:10.969Z] keystoneauth1==4.2.1 [2020-09-29T20:47:10.969Z] kubernetes==11.0.0 [2020-09-29T20:47:10.969Z] lftools==0.34.2 [2020-09-29T20:47:10.969Z] lxml==4.5.0 [2020-09-29T20:47:10.969Z] MarkupSafe==0.23 [2020-09-29T20:47:10.969Z] msgpack==1.0.0 [2020-09-29T20:47:10.969Z] multi-key-dict==2.0.3 [2020-09-29T20:47:10.969Z] multidict==4.7.6 [2020-09-29T20:47:10.969Z] munch==2.5.0 [2020-09-29T20:47:10.969Z] netaddr==0.8.0 [2020-09-29T20:47:10.969Z] netifaces==0.10.9 [2020-09-29T20:47:10.969Z] niet==1.4.2 [2020-09-29T20:47:10.969Z] nodeenv==1.3.5 [2020-09-29T20:47:10.969Z] oauth2client==4.1.3 [2020-09-29T20:47:10.969Z] oauthlib==3.1.0 [2020-09-29T20:47:10.969Z] openstacksdk==0.50.0 [2020-09-29T20:47:10.969Z] os-client-config==2.1.0 [2020-09-29T20:47:10.969Z] os-service-types==1.7.0 [2020-09-29T20:47:10.969Z] osc-lib==2.2.1 [2020-09-29T20:47:10.969Z] oslo.config==8.3.2 [2020-09-29T20:47:10.969Z] oslo.context==3.1.1 [2020-09-29T20:47:10.969Z] oslo.i18n==5.0.1 [2020-09-29T20:47:10.969Z] oslo.log==4.4.0 [2020-09-29T20:47:10.969Z] oslo.serialization==4.0.1 [2020-09-29T20:47:10.969Z] oslo.utils==4.6.0 [2020-09-29T20:47:10.969Z] packaging==20.4 [2020-09-29T20:47:10.969Z] pbr==5.4.4 [2020-09-29T20:47:10.969Z] pluggy==0.13.1 [2020-09-29T20:47:10.969Z] prettytable==0.7.2 [2020-09-29T20:47:10.969Z] py==1.9.0 [2020-09-29T20:47:10.969Z] pyasn1==0.4.8 [2020-09-29T20:47:10.969Z] pyasn1-modules==0.2.8 [2020-09-29T20:47:10.969Z] pycparser==2.20 [2020-09-29T20:47:10.969Z] pygerrit2==2.0.10 [2020-09-29T20:47:10.969Z] PyGithub==1.46 [2020-09-29T20:47:10.969Z] pyinotify==0.9.6 [2020-09-29T20:47:10.969Z] PyJWT==1.7.1 [2020-09-29T20:47:10.969Z] pyparsing==2.4.7 [2020-09-29T20:47:10.969Z] pyperclip==1.8.0 [2020-09-29T20:47:10.969Z] pyroute2==0.4.13 [2020-09-29T20:47:10.969Z] pyrsistent==0.15.7 [2020-09-29T20:47:10.969Z] PySocks==1.6.8 [2020-09-29T20:47:10.969Z] python-cinderclient==7.2.0 [2020-09-29T20:47:10.969Z] python-dateutil==2.8.1 [2020-09-29T20:47:10.969Z] python-heatclient==2.2.1 [2020-09-29T20:47:10.969Z] python-jenkins==1.7.0 [2020-09-29T20:47:10.969Z] python-keystoneclient==4.1.1 [2020-09-29T20:47:10.969Z] python-magnumclient==3.2.1 [2020-09-29T20:47:10.969Z] python-novaclient==17.2.1 [2020-09-29T20:47:10.969Z] python-openstackclient==5.3.1 [2020-09-29T20:47:10.969Z] python-swiftclient==3.10.1 [2020-09-29T20:47:10.969Z] pytz==2020.1 [2020-09-29T20:47:10.969Z] PyYAML==5.3 [2020-09-29T20:47:10.969Z] requests==2.23.0 [2020-09-29T20:47:10.969Z] requests-oauthlib==1.3.0 [2020-09-29T20:47:10.969Z] requestsexceptions==1.4.0 [2020-09-29T20:47:10.969Z] rfc3986==1.4.0 [2020-09-29T20:47:10.969Z] rpm==4.11.3 [2020-09-29T20:47:10.969Z] rsa==4.0 [2020-09-29T20:47:10.969Z] ruamel.yaml==0.16.10 [2020-09-29T20:47:10.969Z] ruamel.yaml.clib==0.2.0 [2020-09-29T20:47:10.969Z] s3transfer==0.3.3 [2020-09-29T20:47:10.969Z] shade==1.27.2 [2020-09-29T20:47:10.969Z] simplejson==3.17.2 [2020-09-29T20:47:10.969Z] six==1.14.0 [2020-09-29T20:47:10.969Z] soupsieve==2.0 [2020-09-29T20:47:10.969Z] stevedore==3.2.2 [2020-09-29T20:47:10.969Z] tabulate==0.8.6 [2020-09-29T20:47:10.969Z] toml==0.10.0 [2020-09-29T20:47:10.969Z] tox==3.20.0 [2020-09-29T20:47:10.969Z] tqdm==4.43.0 [2020-09-29T20:47:10.969Z] typing-extensions==3.7.4.3 [2020-09-29T20:47:10.969Z] urllib3==1.25.8 [2020-09-29T20:47:10.969Z] virtualenv==20.0.31 [2020-09-29T20:47:10.969Z] wcwidth==0.2.5 [2020-09-29T20:47:10.969Z] websocket-client==0.57.0 [2020-09-29T20:47:10.969Z] wrapt==1.12.1 [2020-09-29T20:47:10.969Z] xdg==3.0.2 [2020-09-29T20:47:10.969Z] xmltodict==0.12.0 [2020-09-29T20:47:10.969Z] yarl==1.6.0 [2020-09-29T20:47:10.969Z] yq==2.11.1 [2020-09-29T20:47:10.969Z] zipp==3.2.0 [2020-09-29T20:47:10.969Z] Cache entry deserialization failed, entry ignored [2020-09-29T20:47:12.890Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-09-29T20:47:15.446Z] Python 2.7.5 [2020-09-29T20:47:15.709Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-09-29T20:47:16.282Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-09-29T20:47:16.282Z] ansible==2.9.7 [2020-09-29T20:47:16.282Z] Babel==0.9.6 [2020-09-29T20:47:16.282Z] backports.ssl-match-hostname==3.5.0.1 [2020-09-29T20:47:16.282Z] beautifulsoup4==4.4.1 [2020-09-29T20:47:16.282Z] bodhi==2.11.0 [2020-09-29T20:47:16.282Z] bodhi-client==2.11.0 [2020-09-29T20:47:16.282Z] CCColUtils==1.4 [2020-09-29T20:47:16.282Z] cffi==1.6.0 [2020-09-29T20:47:16.282Z] chardet==2.2.1 [2020-09-29T20:47:16.282Z] click==6.7 [2020-09-29T20:47:16.282Z] cloud-init==18.5 [2020-09-29T20:47:16.282Z] configobj==4.7.2 [2020-09-29T20:47:16.282Z] cryptography==1.7.2 [2020-09-29T20:47:16.282Z] decorator==3.4.0 [2020-09-29T20:47:16.282Z] distro==1.2.0 [2020-09-29T20:47:16.282Z] enum34==1.0.4 [2020-09-29T20:47:16.282Z] fedpkg==1.38 [2020-09-29T20:47:16.282Z] futures==3.1.1 [2020-09-29T20:47:16.282Z] gitdb==0.6.4 [2020-09-29T20:47:16.282Z] GitPython==1.0.1 [2020-09-29T20:47:16.282Z] html5lib==0.999 [2020-09-29T20:47:16.282Z] httplib2==0.9.2 [2020-09-29T20:47:16.282Z] idna==2.4 [2020-09-29T20:47:16.282Z] iniparse==0.4 [2020-09-29T20:47:16.282Z] ipaddress==1.0.16 [2020-09-29T20:47:16.282Z] IPy==0.75 [2020-09-29T20:47:16.282Z] javapackages==1.0.0 [2020-09-29T20:47:16.282Z] Jinja2==2.7.2 [2020-09-29T20:47:16.282Z] jmespath==0.9.4 [2020-09-29T20:47:16.282Z] jsonpatch==1.2 [2020-09-29T20:47:16.282Z] jsonpointer==1.9 [2020-09-29T20:47:16.282Z] kerberos==1.1 [2020-09-29T20:47:16.282Z] kitchen==1.1.1 [2020-09-29T20:47:16.282Z] langtable==0.0.31 [2020-09-29T20:47:16.282Z] lockfile==0.9.1 [2020-09-29T20:47:16.282Z] lxml==3.2.1 [2020-09-29T20:47:16.282Z] MarkupSafe==0.11 [2020-09-29T20:47:16.282Z] munch==2.0.2 [2020-09-29T20:47:16.282Z] offtrac==0.1.0 [2020-09-29T20:47:16.282Z] openidc-client==0.6.0 [2020-09-29T20:47:16.282Z] packagedb-cli==2.14.1 [2020-09-29T20:47:16.282Z] paramiko==2.1.1 [2020-09-29T20:47:16.282Z] perf==0.1 [2020-09-29T20:47:16.282Z] ply==3.4 [2020-09-29T20:47:16.282Z] policycoreutils-default-encoding==0.1 [2020-09-29T20:47:16.282Z] prettytable==0.7.2 [2020-09-29T20:47:16.282Z] pyasn1==0.1.9 [2020-09-29T20:47:16.282Z] pycparser==2.14 [2020-09-29T20:47:16.282Z] pycurl==7.19.0 [2020-09-29T20:47:16.282Z] pygobject==3.22.0 [2020-09-29T20:47:16.282Z] pygpgme==0.3 [2020-09-29T20:47:16.282Z] pyliblzma==0.5.3 [2020-09-29T20:47:16.282Z] pyOpenSSL==0.13.1 [2020-09-29T20:47:16.282Z] pyparsing==1.5.6 [2020-09-29T20:47:16.282Z] pyserial==2.6 [2020-09-29T20:47:16.282Z] python-augeas==0.5.0 [2020-09-29T20:47:16.282Z] python-bugzilla==2.3.0 [2020-09-29T20:47:16.282Z] python-dateutil==1.5 [2020-09-29T20:47:16.282Z] python-fedora==0.10.0 [2020-09-29T20:47:16.282Z] python-linux-procfs==0.4.9 [2020-09-29T20:47:16.282Z] python-yubico==1.2.3 [2020-09-29T20:47:16.282Z] pyudev==0.15 [2020-09-29T20:47:16.282Z] pyusb==1.0.0b1 [2020-09-29T20:47:16.282Z] pyxattr==0.5.1 [2020-09-29T20:47:16.282Z] PyYAML==3.10 [2020-09-29T20:47:16.282Z] requests==2.6.0 [2020-09-29T20:47:16.282Z] requests-kerberos==0.7.0 [2020-09-29T20:47:16.282Z] rpkg==1.60 [2020-09-29T20:47:16.282Z] schedutils==0.4 [2020-09-29T20:47:16.282Z] seobject==0.1 [2020-09-29T20:47:16.282Z] sepolicy==1.1 [2020-09-29T20:47:16.282Z] six==1.9.0 [2020-09-29T20:47:16.282Z] smmap==0.9.0 [2020-09-29T20:47:16.282Z] urlgrabber==3.10 [2020-09-29T20:47:16.282Z] urllib3==1.10.2 [2020-09-29T20:47:16.282Z] virtualenv==15.1.0 [2020-09-29T20:47:16.282Z] yum-langpacks==0.4.2 [2020-09-29T20:47:16.282Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-09-29T20:47:16.295Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-29T20:47:16.607Z] ---> sudo-logs.sh [2020-09-29T20:47:16.607Z] Archiving 'sudo' log.. [Pipeline] echo [2020-09-29T20:47:16.881Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-29T20:47:17.181Z] ---> job-cost.sh [2020-09-29T20:47:17.181Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-LmJG [2020-09-29T20:47:27.206Z] Cache entry deserialization failed, entry ignored [2020-09-29T20:47:27.206Z] Cache entry deserialization failed, entry ignored [2020-09-29T20:47:27.470Z] Cache entry deserialization failed, entry ignored [2020-09-29T20:47:27.732Z] Cache entry deserialization failed, entry ignored [2020-09-29T20:47:27.732Z] Cache entry deserialization failed, entry ignored [2020-09-29T20:47:27.994Z] Cache entry deserialization failed, entry ignored [2020-09-29T20:47:27.994Z] Cache entry deserialization failed, entry ignored [2020-09-29T20:47:27.994Z] Cache entry deserialization failed, entry ignored [2020-09-29T20:47:28.255Z] Cache entry deserialization failed, entry ignored [2020-09-29T20:47:28.255Z] Cache entry deserialization failed, entry ignored [2020-09-29T20:47:28.255Z] Cache entry deserialization failed, entry ignored [2020-09-29T20:47:28.517Z] Cache entry deserialization failed, entry ignored [2020-09-29T20:47:28.517Z] Cache entry deserialization failed, entry ignored [2020-09-29T20:47:31.069Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-09-29T20:48:03.240Z] ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts. [2020-09-29T20:48:03.240Z] [2020-09-29T20:48:03.240Z] We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default. [2020-09-29T20:48:03.240Z] [2020-09-29T20:48:03.240Z] virtualenv 20.0.31 requires importlib-metadata<2,>=0.12; python_version < "3.8", but you'll have importlib-metadata 2.0.0 which is incompatible. [2020-09-29T20:48:03.240Z] lf-activate-venv(): INFO: Adding /tmp/venv-LmJG/bin to PATH [2020-09-29T20:48:03.240Z] INFO: No Stack... [2020-09-29T20:48:03.240Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-09-29T20:48:03.240Z] INFO: Archiving Costs [Pipeline] echo [2020-09-29T20:48:03.255Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-29T20:48:03.558Z] ---> logs-deploy.sh [2020-09-29T20:48:03.558Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/master/23 [2020-09-29T20:48:03.558Z] INFO: archiving workspace using pattern(s): [2020-09-29T20:48:06.108Z] Archives upload complete. [2020-09-29T20:48:06.108Z] INFO: archiving logs to Nexus [2020-09-29T20:48:07.053Z] ---> uname -a: [2020-09-29T20:48:07.053Z] Linux prd-centos7-docker-4c-2g-2020.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux [2020-09-29T20:48:07.053Z] [2020-09-29T20:48:07.053Z] [2020-09-29T20:48:07.053Z] ---> lscpu: [2020-09-29T20:48:07.053Z] Architecture: x86_64 [2020-09-29T20:48:07.053Z] CPU op-mode(s): 32-bit, 64-bit [2020-09-29T20:48:07.053Z] Byte Order: Little Endian [2020-09-29T20:48:07.053Z] CPU(s): 4 [2020-09-29T20:48:07.053Z] On-line CPU(s) list: 0-3 [2020-09-29T20:48:07.053Z] Thread(s) per core: 1 [2020-09-29T20:48:07.053Z] Core(s) per socket: 1 [2020-09-29T20:48:07.053Z] Socket(s): 4 [2020-09-29T20:48:07.053Z] NUMA node(s): 1 [2020-09-29T20:48:07.053Z] Vendor ID: GenuineIntel [2020-09-29T20:48:07.053Z] CPU family: 6 [2020-09-29T20:48:07.053Z] Model: 44 [2020-09-29T20:48:07.053Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-09-29T20:48:07.053Z] Stepping: 1 [2020-09-29T20:48:07.053Z] CPU MHz: 2933.438 [2020-09-29T20:48:07.053Z] BogoMIPS: 5866.87 [2020-09-29T20:48:07.053Z] Virtualization: VT-x [2020-09-29T20:48:07.053Z] Hypervisor vendor: KVM [2020-09-29T20:48:07.053Z] Virtualization type: full [2020-09-29T20:48:07.053Z] L1d cache: 32K [2020-09-29T20:48:07.053Z] L1i cache: 32K [2020-09-29T20:48:07.053Z] L2 cache: 4096K [2020-09-29T20:48:07.053Z] L3 cache: 16384K [2020-09-29T20:48:07.053Z] NUMA node0 CPU(s): 0-3 [2020-09-29T20:48:07.053Z] 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-29T20:48:07.053Z] [2020-09-29T20:48:07.053Z] [2020-09-29T20:48:07.053Z] ---> nproc: [2020-09-29T20:48:07.053Z] 4 [2020-09-29T20:48:07.053Z] [2020-09-29T20:48:07.053Z] [2020-09-29T20:48:07.053Z] ---> df -h: [2020-09-29T20:48:07.053Z] Filesystem Size Used Avail Use% Mounted on [2020-09-29T20:48:07.053Z] devtmpfs 887M 0 887M 0% /dev [2020-09-29T20:48:07.053Z] tmpfs 919M 0 919M 0% /dev/shm [2020-09-29T20:48:07.053Z] tmpfs 919M 17M 903M 2% /run [2020-09-29T20:48:07.053Z] tmpfs 919M 0 919M 0% /sys/fs/cgroup [2020-09-29T20:48:07.053Z] /dev/vda1 50G 8.3G 42G 17% / [2020-09-29T20:48:07.053Z] tmpfs 184M 0 184M 0% /run/user/1001 [2020-09-29T20:48:07.053Z] [2020-09-29T20:48:07.053Z] [2020-09-29T20:48:07.053Z] ---> free -m: [2020-09-29T20:48:07.053Z] total used free shared buff/cache available [2020-09-29T20:48:07.053Z] Mem: 1837 684 73 15 1078 953 [2020-09-29T20:48:07.053Z] Swap: 1023 3 1020 [2020-09-29T20:48:07.053Z] [2020-09-29T20:48:07.053Z] [2020-09-29T20:48:07.053Z] ---> ip addr: [2020-09-29T20:48:07.053Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 [2020-09-29T20:48:07.053Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-09-29T20:48:07.053Z] inet 127.0.0.1/8 scope host lo [2020-09-29T20:48:07.053Z] valid_lft forever preferred_lft forever [2020-09-29T20:48:07.053Z] inet6 ::1/128 scope host [2020-09-29T20:48:07.053Z] valid_lft forever preferred_lft forever [2020-09-29T20:48:07.053Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP group default qlen 1000 [2020-09-29T20:48:07.053Z] link/ether fa:16:3e:4e:e0:f2 brd ff:ff:ff:ff:ff:ff [2020-09-29T20:48:07.053Z] inet 10.30.122.175/23 brd 10.30.123.255 scope global dynamic eth0 [2020-09-29T20:48:07.053Z] valid_lft 78644sec preferred_lft 78644sec [2020-09-29T20:48:07.053Z] inet6 fe80::f816:3eff:fe4e:e0f2/64 scope link [2020-09-29T20:48:07.053Z] valid_lft forever preferred_lft forever [2020-09-29T20:48:07.053Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN group default [2020-09-29T20:48:07.053Z] link/ether 02:42:05:c4:59:6b brd ff:ff:ff:ff:ff:ff [2020-09-29T20:48:07.053Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-09-29T20:48:07.053Z] valid_lft forever preferred_lft forever [2020-09-29T20:48:07.053Z] inet6 fe80::42:5ff:fec4:596b/64 scope link [2020-09-29T20:48:07.053Z] valid_lft forever preferred_lft forever [2020-09-29T20:48:07.053Z] [2020-09-29T20:48:07.053Z]