Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3bd4578e25bcde68fcf7cceea36aad07a0fe1d18 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > 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:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [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: app-functions-sdk-go-settings PROJECT: app-functions-sdk-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-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-9171 in /w/workspace/ndry_app-functions-sdk-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/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-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/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-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/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 3bd4578e25bcde68fcf7cceea36aad07a0fe1d18 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 3bd4578e25bcde68fcf7cceea36aad07a0fe1d18 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap (#563)" > git rev-list --no-walk a92a438410e8353070781e72258a0255f6bf6bbe # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-27T16:54:19.899Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-27T16:54:20.217Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-27T16:54:20.351Z] ========================================================= [2020-10-27T16:54:20.351Z] EdgeX Global Pipelines Version Info [2020-10-27T16:54:20.351Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-27T16:54:21.838Z] ------------------- [2020-10-27T16:54:21.838Z] stable info: [2020-10-27T16:54:21.838Z] ------------------- [2020-10-27T16:54:21.838Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-27T16:54:21.838Z] Commit SHA: f3f382fce060f16c10d6f597981912fab355381a [2020-10-27T16:54:21.838Z] Message: update stable to v1.0.148 [2020-10-27T16:54:22.786Z] ------------------- [2020-10-27T16:54:22.786Z] experimental info: [2020-10-27T16:54:22.786Z] ------------------- [2020-10-27T16:54:22.786Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-27T16:54:22.786Z] Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc [2020-10-27T16:54:22.786Z] Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-27T16:54:23.305Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2020-10-27T16:54:23.432Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2020-10-27T16:54:23.528Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-27T16:54:23.641Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-27T16:54:23.749Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-27T16:54:23.843Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-27T16:54:23.938Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-27T16:54:24.075Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-27T16:54:24.175Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-27T16:54:24.283Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-27T16:54:24.419Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-27T16:54:24.528Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2020-10-27T16:54:24.619Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-27T16:54:24.740Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-27T16:54:24.832Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-27T16:54:24.926Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-27T16:54:25.046Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-27T16:54:25.146Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-27T16:54:25.253Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-27T16:54:25.347Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-27T16:54:25.433Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-27T16:54:25.532Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2020-10-27T16:54:25.656Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-27T16:54:25.780Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-27T16:54:25.885Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-27T16:54:26.026Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-27T16:54:26.164Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-27T16:54:26.251Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-27T16:54:26.335Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3bd4578e25bcde68fcf7cceea36aad07a0fe1d18 [Pipeline] echo [2020-10-27T16:54:26.437Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3bd4578 [Pipeline] echo [2020-10-27T16:54:26.524Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-27T16:54:28.994Z] + git log --format=format:%s -1 3bd4578e25bcde68fcf7cceea36aad07a0fe1d18 [Pipeline] echo [2020-10-27T16:54:29.058Z] GIT_COMMIT: 3bd4578e25bcde68fcf7cceea36aad07a0fe1d18, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap (#563) [Pipeline] echo [2020-10-27T16:54:29.107Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:54:30.338Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-27T16:54:30.600Z] [2020-10-27T16:54:30.600Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:54:31.045Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-27T16:54:31.046Z] latest: Pulling from edgex-devops/git-semver [2020-10-27T16:54:31.046Z] 31603596830f: Pulling fs layer [2020-10-27T16:54:31.046Z] 2a8b12db71e7: Pulling fs layer [2020-10-27T16:54:31.046Z] 6ca5941a6612: Pulling fs layer [2020-10-27T16:54:31.046Z] ecc8261a40a4: Pulling fs layer [2020-10-27T16:54:31.046Z] ecc8261a40a4: Waiting [2020-10-27T16:54:31.046Z] 2a8b12db71e7: Verifying Checksum [2020-10-27T16:54:31.046Z] 2a8b12db71e7: Download complete [2020-10-27T16:54:31.313Z] 31603596830f: Download complete [2020-10-27T16:54:31.313Z] ecc8261a40a4: Verifying Checksum [2020-10-27T16:54:31.313Z] ecc8261a40a4: Download complete [2020-10-27T16:54:31.313Z] 6ca5941a6612: Verifying Checksum [2020-10-27T16:54:31.313Z] 6ca5941a6612: Download complete [2020-10-27T16:54:31.577Z] 31603596830f: Pull complete [2020-10-27T16:54:31.838Z] 2a8b12db71e7: Pull complete [2020-10-27T16:54:32.417Z] 6ca5941a6612: Pull complete [2020-10-27T16:54:32.678Z] ecc8261a40a4: Pull complete [2020-10-27T16:54:32.678Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-27T16:54:32.678Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-27T16:54:32.678Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-27T16:54:32.782Z] prd-centos7-docker-4c-2g-9171 does not seem to be running inside a container [2020-10-27T16:54:32.872Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-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-10-27T16:54:34.591Z] $ docker top 2a8314d67db5c53b1b1d9478b6eb274a8771ed2c1e572d33179a0ffa09a201ea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-27T16:54:34.894Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-27T16:54:34.894Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-27T16:54:35.116Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-27T16:54:35.122Z] $ docker exec 2a8314d67db5c53b1b1d9478b6eb274a8771ed2c1e572d33179a0ffa09a201ea ssh-agent [2020-10-27T16:54:35.284Z] SSH_AUTH_SOCK=/tmp/ssh-V0q7bmgEnNEN/agent.12 [2020-10-27T16:54:35.284Z] SSH_AGENT_PID=18 [2020-10-27T16:54:35.298Z] Running ssh-add (command line suppressed) [2020-10-27T16:54:35.422Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7141241906659452256.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7141241906659452256.key) [2020-10-27T16:54:35.475Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-27T16:54:35.821Z] + git tag --points-at HEAD [Pipeline] } [2020-10-27T16:54:35.848Z] $ docker exec --env ******** --env ******** 2a8314d67db5c53b1b1d9478b6eb274a8771ed2c1e572d33179a0ffa09a201ea ssh-agent -k [2020-10-27T16:54:35.970Z] unset SSH_AUTH_SOCK; [2020-10-27T16:54:35.971Z] unset SSH_AGENT_PID; [2020-10-27T16:54:35.971Z] echo Agent pid 18 killed; [2020-10-27T16:54:36.014Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-27T16:54:36.203Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-27T16:54:36.203Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-27T16:54:36.372Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-27T16:54:36.378Z] $ docker exec 2a8314d67db5c53b1b1d9478b6eb274a8771ed2c1e572d33179a0ffa09a201ea ssh-agent [2020-10-27T16:54:36.537Z] SSH_AUTH_SOCK=/tmp/ssh-fKdIYHN5iJMX/agent.49 [2020-10-27T16:54:36.537Z] SSH_AGENT_PID=54 [2020-10-27T16:54:36.544Z] Running ssh-add (command line suppressed) [2020-10-27T16:54:36.670Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_214021292237935682.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_214021292237935682.key) [2020-10-27T16:54:36.719Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-27T16:54:37.061Z] + git semver init [2020-10-27T16:54:37.061Z] # -> Open(): unable to determine branch for HEAD [2020-10-27T16:54:37.061Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-10-27T16:54:37.061Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-10-27T16:54:37.061Z] # $SEMVER_REMOTE_NAME = origin [2020-10-27T16:54:37.061Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-27T16:54:37.061Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-27T16:54:37.061Z] # $SEMVER_BRANCH = master [2020-10-27T16:54:37.061Z] # $SEMVER_TEMP = /tmp/semver-486653280 [2020-10-27T16:54:37.061Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2020-10-27T16:54:39.622Z] # '/tmp/semver-486653280' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' [2020-10-27T16:54:39.884Z] # -> Force: false [2020-10-27T16:54:39.884Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-10-27T16:54:39.899Z] $ docker exec --env ******** --env ******** 2a8314d67db5c53b1b1d9478b6eb274a8771ed2c1e572d33179a0ffa09a201ea ssh-agent -k [2020-10-27T16:54:40.014Z] unset SSH_AUTH_SOCK; [2020-10-27T16:54:40.015Z] unset SSH_AGENT_PID; [2020-10-27T16:54:40.015Z] echo Agent pid 54 killed; [2020-10-27T16:54:40.068Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-27T16:54:40.658Z] + git semver [Pipeline] } [2020-10-27T16:54:40.677Z] $ docker stop --time=1 2a8314d67db5c53b1b1d9478b6eb274a8771ed2c1e572d33179a0ffa09a201ea [2020-10-27T16:54:42.132Z] $ docker rm -f 2a8314d67db5c53b1b1d9478b6eb274a8771ed2c1e572d33179a0ffa09a201ea [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-27T16:54:42.703Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-27T16:54:43.235Z] Stashed 1 file(s) [Pipeline] echo [2020-10-27T16:54:43.237Z] [edgeXSemver]: initialized semver on version 1.2.1-dev.55 [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-10-27T16:54:58.979Z] Still waiting to schedule task [2020-10-27T16:54:58.979Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-27T16:54:58.982Z] Still waiting to schedule task [2020-10-27T16:54:58.982Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-10-27T16:56:39.801Z] Running on prd-centos7-docker-4c-2g-9173 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-10-27T16:56:39.876Z] Running in /w/workspace/app-functions-sdk-go/143 [Pipeline] { [Pipeline] checkout [2020-10-27T16:56:42.465Z] using credential edgex-jenkins-ssh [2020-10-27T16:56:42.523Z] Cloning the remote Git repository [2020-10-27T16:56:42.554Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-27T16:56:42.619Z] > git init /w/workspace/app-functions-sdk-go/143 # timeout=10 [2020-10-27T16:56:42.674Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-27T16:56:42.674Z] > git --version # timeout=10 [2020-10-27T16:56:42.683Z] > git --version # 'git version 2.16.5' [2020-10-27T16:56:42.684Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T16:56:42.766Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T16:56:45.806Z] Checking out Revision 3bd4578e25bcde68fcf7cceea36aad07a0fe1d18 (master) [2020-10-27T16:56:45.393Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-10-27T16:56:45.401Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T16:56:45.414Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-10-27T16:56:45.428Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-27T16:56:45.428Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T16:56:45.434Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-27T16:56:45.819Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T16:56:45.824Z] > git checkout -f 3bd4578e25bcde68fcf7cceea36aad07a0fe1d18 # timeout=10 [2020-10-27T16:56:49.506Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap (#563)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-27T16:56:50.551Z] ========================================================= [2020-10-27T16:56:50.551Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-27T16:56:50.551Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:56:51.392Z] + 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-10-27T16:56:51.981Z] Sending build context to Docker daemon 19.14MB [2020-10-27T16:56:51.981Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-27T16:56:51.981Z] Step 2/8 : FROM ${BASE} [2020-10-27T16:56:51.981Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-27T16:56:51.981Z] df20fa9351a1: Pulling fs layer [2020-10-27T16:56:51.981Z] ed8968b2872e: Pulling fs layer [2020-10-27T16:56:51.981Z] a92cc7c5fd73: Pulling fs layer [2020-10-27T16:56:51.981Z] e871e8e8d7a9: Pulling fs layer [2020-10-27T16:56:51.981Z] e73272ec9a57: Pulling fs layer [2020-10-27T16:56:51.981Z] 1e910a182e73: Pulling fs layer [2020-10-27T16:56:51.981Z] 4e634b169226: Pulling fs layer [2020-10-27T16:56:51.981Z] e73272ec9a57: Waiting [2020-10-27T16:56:51.981Z] 1e910a182e73: Waiting [2020-10-27T16:56:51.981Z] 4e634b169226: Waiting [2020-10-27T16:56:51.981Z] e871e8e8d7a9: Waiting [2020-10-27T16:56:51.981Z] a92cc7c5fd73: Verifying Checksum [2020-10-27T16:56:51.981Z] a92cc7c5fd73: Download complete [2020-10-27T16:56:51.981Z] ed8968b2872e: Download complete [2020-10-27T16:56:51.981Z] e73272ec9a57: Verifying Checksum [2020-10-27T16:56:51.981Z] e73272ec9a57: Download complete [2020-10-27T16:56:51.981Z] 1e910a182e73: Verifying Checksum [2020-10-27T16:56:51.981Z] 1e910a182e73: Download complete [2020-10-27T16:56:51.981Z] df20fa9351a1: Verifying Checksum [2020-10-27T16:56:51.981Z] df20fa9351a1: Download complete [2020-10-27T16:56:52.564Z] df20fa9351a1: Pull complete [2020-10-27T16:56:52.564Z] ed8968b2872e: Pull complete [2020-10-27T16:56:52.826Z] a92cc7c5fd73: Pull complete [2020-10-27T16:56:54.232Z] 4e634b169226: Verifying Checksum [2020-10-27T16:56:54.232Z] 4e634b169226: Download complete [2020-10-27T16:56:55.188Z] e871e8e8d7a9: Verifying Checksum [2020-10-27T16:56:55.188Z] e871e8e8d7a9: Download complete [2020-10-27T16:57:00.521Z] e871e8e8d7a9: Pull complete [2020-10-27T16:57:00.521Z] e73272ec9a57: Pull complete [2020-10-27T16:57:00.521Z] 1e910a182e73: Pull complete [2020-10-27T16:57:07.175Z] 4e634b169226: Pull complete [2020-10-27T16:57:07.175Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-27T16:57:07.175Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-27T16:57:07.175Z] ---> f7629b54cfaa [2020-10-27T16:57:07.175Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-27T16:57:09.744Z] latest: Pulling from library/docker [2020-10-27T16:57:09.744Z] 188c0c94c7c5: Pulling fs layer [2020-10-27T16:57:09.744Z] 0c7c675703d6: Pulling fs layer [2020-10-27T16:57:09.744Z] cc8c12a437cb: Pulling fs layer [2020-10-27T16:57:09.744Z] c5dafad2182a: Pulling fs layer [2020-10-27T16:57:09.744Z] 5aa711733414: Pulling fs layer [2020-10-27T16:57:09.744Z] 058f73b55e4b: Pulling fs layer [2020-10-27T16:57:09.744Z] 8c9c664faf12: Pulling fs layer [2020-10-27T16:57:09.744Z] 058f73b55e4b: Waiting [2020-10-27T16:57:09.744Z] 5aa711733414: Waiting [2020-10-27T16:57:09.744Z] 8c9c664faf12: Waiting [2020-10-27T16:57:09.744Z] c5dafad2182a: Waiting [2020-10-27T16:57:09.744Z] cc8c12a437cb: Verifying Checksum [2020-10-27T16:57:09.744Z] cc8c12a437cb: Download complete [2020-10-27T16:57:10.008Z] 0c7c675703d6: Verifying Checksum [2020-10-27T16:57:10.008Z] 0c7c675703d6: Download complete [2020-10-27T16:57:10.008Z] 188c0c94c7c5: Verifying Checksum [2020-10-27T16:57:10.008Z] 188c0c94c7c5: Download complete [2020-10-27T16:57:10.008Z] 5aa711733414: Verifying Checksum [2020-10-27T16:57:10.008Z] 5aa711733414: Download complete [2020-10-27T16:57:10.008Z] 058f73b55e4b: Download complete [2020-10-27T16:57:10.277Z] 8c9c664faf12: Verifying Checksum [2020-10-27T16:57:10.277Z] 8c9c664faf12: Download complete [2020-10-27T16:57:10.277Z] 188c0c94c7c5: Pull complete [2020-10-27T16:57:10.855Z] 0c7c675703d6: Pull complete [2020-10-27T16:57:10.855Z] cc8c12a437cb: Pull complete [2020-10-27T16:57:11.122Z] c5dafad2182a: Verifying Checksum [2020-10-27T16:57:11.122Z] c5dafad2182a: Download complete [2020-10-27T16:57:13.771Z] c5dafad2182a: Pull complete [2020-10-27T16:57:13.771Z] 5aa711733414: Pull complete [2020-10-27T16:57:13.771Z] 058f73b55e4b: Pull complete [2020-10-27T16:57:13.771Z] 8c9c664faf12: Pull complete [2020-10-27T16:57:13.771Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-27T16:57:13.771Z] Status: Downloaded newer image for docker:latest [2020-10-27T16:57:15.725Z] ---> a12c1a945cba [2020-10-27T16:57:15.725Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-27T16:57:15.725Z] ---> Running in 7cae50f28111 [2020-10-27T16:57:15.725Z] Removing intermediate container 7cae50f28111 [2020-10-27T16:57:15.725Z] ---> 451a155cab69 [2020-10-27T16:57:15.725Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-10-27T16:57:15.725Z] ---> Running in ef5f0caf5d6b [2020-10-27T16:57:16.682Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T16:57:17.632Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T16:57:17.895Z] (1/5) Installing libsodium (1.0.18-r0) [2020-10-27T16:57:17.895Z] (2/5) Installing libzmq (4.3.3-r0) [2020-10-27T16:57:18.158Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-10-27T16:57:18.158Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-10-27T16:57:18.422Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-10-27T16:57:18.422Z] Executing busybox-1.31.1-r16.trigger [2020-10-27T16:57:18.422Z] OK: 167 MiB in 44 packages [2020-10-27T16:57:18.999Z] Removing intermediate container ef5f0caf5d6b [2020-10-27T16:57:18.999Z] ---> 36d11437cf9b [2020-10-27T16:57:18.999Z] Step 6/8 : WORKDIR /build [2020-10-27T16:57:19.265Z] ---> Running in f044697fb388 [2020-10-27T16:57:19.265Z] Removing intermediate container f044697fb388 [2020-10-27T16:57:19.265Z] ---> 713b60091cbf [2020-10-27T16:57:19.265Z] Step 7/8 : COPY go.mod . [2020-10-27T16:57:19.534Z] ---> a19a9dea60b4 [2020-10-27T16:57:19.534Z] Step 8/8 : RUN go mod download [2020-10-27T16:57:19.534Z] ---> Running in 823997d3cace [2020-10-27T16:57:46.196Z] Removing intermediate container 823997d3cace [2020-10-27T16:57:46.196Z] ---> a81d72d8582d [2020-10-27T16:57:46.196Z] Successfully built a81d72d8582d [2020-10-27T16:57:46.196Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:57:46.584Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-27T16:57:46.584Z] . [Pipeline] withDockerContainer [2020-10-27T16:57:46.713Z] prd-centos7-docker-4c-2g-9173 does not seem to be running inside a container [2020-10-27T16:57:46.769Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/143 -v /w/workspace/app-functions-sdk-go/143:/w/workspace/app-functions-sdk-go/143:rw,z -v /w/workspace/app-functions-sdk-go/143@tmp:/w/workspace/app-functions-sdk-go/143@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-10-27T16:57:47.669Z] $ docker top fb2be64b57322177a68066637c2efe14c162eee0c2f554145e7d4f55e1405975 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-27T16:57:48.264Z] + go version [2020-10-27T16:57:48.264Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-27T16:57:48.282Z] $ docker stop --time=1 fb2be64b57322177a68066637c2efe14c162eee0c2f554145e7d4f55e1405975 [2020-10-27T16:57:49.651Z] $ docker rm -f fb2be64b57322177a68066637c2efe14c162eee0c2f554145e7d4f55e1405975 [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) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-27T16:58:39.463Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-9176 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-10-27T16:58:39.524Z] Running in /w/workspace/app-functions-sdk-go/143 [Pipeline] { [Pipeline] checkout [2020-10-27T16:58:44.802Z] using credential edgex-jenkins-ssh [2020-10-27T16:58:44.866Z] Cloning the remote Git repository [2020-10-27T16:58:44.926Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-27T16:58:45.038Z] > git init /w/workspace/app-functions-sdk-go/143 # timeout=10 [2020-10-27T16:58:45.119Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-27T16:58:45.120Z] > git --version # timeout=10 [2020-10-27T16:58:45.144Z] > git --version # 'git version 2.17.1' [2020-10-27T16:58:45.146Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T16:58:45.231Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T16:58:48.100Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-10-27T16:58:48.117Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T16:58:48.145Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-10-27T16:58:48.193Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-27T16:58:48.194Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T16:58:48.208Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-27T16:58:48.666Z] Checking out Revision 3bd4578e25bcde68fcf7cceea36aad07a0fe1d18 (master) [2020-10-27T16:58:48.697Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T16:58:48.721Z] > git checkout -f 3bd4578e25bcde68fcf7cceea36aad07a0fe1d18 # timeout=10 [2020-10-27T16:58:53.260Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap (#563)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-27T16:58:54.393Z] ========================================================= [2020-10-27T16:58:54.393Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-27T16:58:54.393Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:58:55.368Z] + 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-10-27T16:58:56.399Z] Sending build context to Docker daemon 19.14MB [2020-10-27T16:58:56.399Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-27T16:58:56.399Z] Step 2/8 : FROM ${BASE} [2020-10-27T16:58:56.679Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-27T16:58:56.679Z] b538f80385f9: Pulling fs layer [2020-10-27T16:58:56.679Z] 74f711af9a0d: Pulling fs layer [2020-10-27T16:58:56.679Z] 99f96fe45779: Pulling fs layer [2020-10-27T16:58:56.679Z] 8529a6b9a6be: Pulling fs layer [2020-10-27T16:58:56.679Z] 45590311c82a: Pulling fs layer [2020-10-27T16:58:56.679Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-27T16:58:56.679Z] 209524e5b208: Pulling fs layer [2020-10-27T16:58:56.679Z] 8529a6b9a6be: Waiting [2020-10-27T16:58:56.679Z] 45590311c82a: Waiting [2020-10-27T16:58:56.679Z] 69ca0ff8b7b3: Waiting [2020-10-27T16:58:56.679Z] 209524e5b208: Waiting [2020-10-27T16:58:56.679Z] 99f96fe45779: Verifying Checksum [2020-10-27T16:58:56.679Z] 99f96fe45779: Download complete [2020-10-27T16:58:56.679Z] 74f711af9a0d: Download complete [2020-10-27T16:58:56.679Z] 45590311c82a: Verifying Checksum [2020-10-27T16:58:56.679Z] 45590311c82a: Download complete [2020-10-27T16:58:56.679Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-27T16:58:56.679Z] 69ca0ff8b7b3: Download complete [2020-10-27T16:58:56.954Z] b538f80385f9: Download complete [2020-10-27T16:58:57.946Z] b538f80385f9: Pull complete [2020-10-27T16:58:58.221Z] 74f711af9a0d: Pull complete [2020-10-27T16:58:58.826Z] 99f96fe45779: Pull complete [2020-10-27T16:58:59.103Z] 209524e5b208: Verifying Checksum [2020-10-27T16:58:59.103Z] 209524e5b208: Download complete [2020-10-27T16:59:00.568Z] 8529a6b9a6be: Verifying Checksum [2020-10-27T16:59:00.568Z] 8529a6b9a6be: Download complete [2020-10-27T16:59:10.747Z] 8529a6b9a6be: Pull complete [2020-10-27T16:59:10.747Z] 45590311c82a: Pull complete [2020-10-27T16:59:10.747Z] 69ca0ff8b7b3: Pull complete [2020-10-27T16:59:15.086Z] 209524e5b208: Pull complete [2020-10-27T16:59:15.086Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-27T16:59:15.086Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-27T16:59:15.086Z] ---> 5bddaf1c2fca [2020-10-27T16:59:15.086Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-27T16:59:15.086Z] latest: Pulling from library/docker [2020-10-27T16:59:15.086Z] 5f621e34cdf4: Pulling fs layer [2020-10-27T16:59:15.086Z] 85db56a05063: Pulling fs layer [2020-10-27T16:59:15.086Z] ccb67d6aeaaa: Pulling fs layer [2020-10-27T16:59:15.086Z] a0b19fc83503: Pulling fs layer [2020-10-27T16:59:15.086Z] 8eb508b41278: Pulling fs layer [2020-10-27T16:59:15.086Z] 37236713561e: Pulling fs layer [2020-10-27T16:59:15.086Z] 07c93f2b1b56: Pulling fs layer [2020-10-27T16:59:15.086Z] a0b19fc83503: Waiting [2020-10-27T16:59:15.086Z] 8eb508b41278: Waiting [2020-10-27T16:59:15.086Z] 37236713561e: Waiting [2020-10-27T16:59:15.086Z] 07c93f2b1b56: Waiting [2020-10-27T16:59:15.086Z] ccb67d6aeaaa: Verifying Checksum [2020-10-27T16:59:15.086Z] ccb67d6aeaaa: Download complete [2020-10-27T16:59:15.086Z] 85db56a05063: Verifying Checksum [2020-10-27T16:59:15.086Z] 85db56a05063: Download complete [2020-10-27T16:59:15.086Z] 5f621e34cdf4: Verifying Checksum [2020-10-27T16:59:15.086Z] 5f621e34cdf4: Download complete [2020-10-27T16:59:15.365Z] 8eb508b41278: Verifying Checksum [2020-10-27T16:59:15.365Z] 8eb508b41278: Download complete [2020-10-27T16:59:15.365Z] 07c93f2b1b56: Verifying Checksum [2020-10-27T16:59:15.365Z] 07c93f2b1b56: Download complete [2020-10-27T16:59:15.365Z] 37236713561e: Verifying Checksum [2020-10-27T16:59:15.365Z] 37236713561e: Download complete [2020-10-27T16:59:15.972Z] 5f621e34cdf4: Pull complete [2020-10-27T16:59:16.576Z] a0b19fc83503: Verifying Checksum [2020-10-27T16:59:16.577Z] a0b19fc83503: Download complete [2020-10-27T16:59:16.577Z] 85db56a05063: Pull complete [2020-10-27T16:59:16.853Z] ccb67d6aeaaa: Pull complete [2020-10-27T16:59:20.271Z] a0b19fc83503: Pull complete [2020-10-27T16:59:20.577Z] 8eb508b41278: Pull complete [2020-10-27T16:59:20.870Z] 37236713561e: Pull complete [2020-10-27T16:59:21.153Z] 07c93f2b1b56: Pull complete [2020-10-27T16:59:21.153Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-27T16:59:21.431Z] Status: Downloaded newer image for docker:latest [2020-10-27T16:59:28.175Z] ---> 5342bb05278b [2020-10-27T16:59:28.175Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-27T16:59:28.175Z] ---> Running in 071d2a5dc232 [2020-10-27T16:59:28.175Z] Removing intermediate container 071d2a5dc232 [2020-10-27T16:59:28.175Z] ---> 219b10955b20 [2020-10-27T16:59:28.175Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-10-27T16:59:28.175Z] ---> Running in cbd6ad6cb437 [2020-10-27T16:59:29.611Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T16:59:31.052Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T16:59:35.367Z] (1/5) Installing libsodium (1.0.18-r0) [2020-10-27T16:59:35.367Z] (2/5) Installing libzmq (4.3.3-r0) [2020-10-27T16:59:35.367Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-10-27T16:59:35.367Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-10-27T16:59:35.644Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-10-27T16:59:35.644Z] Executing busybox-1.31.1-r16.trigger [2020-10-27T16:59:35.644Z] OK: 144 MiB in 44 packages [2020-10-27T16:59:37.081Z] Removing intermediate container cbd6ad6cb437 [2020-10-27T16:59:37.081Z] ---> 5a72890b21f1 [2020-10-27T16:59:37.081Z] Step 6/8 : WORKDIR /build [2020-10-27T16:59:37.081Z] ---> Running in ddf58b81f191 [2020-10-27T16:59:37.680Z] Removing intermediate container ddf58b81f191 [2020-10-27T16:59:37.680Z] ---> 1a28aef306db [2020-10-27T16:59:37.680Z] Step 7/8 : COPY go.mod . [2020-10-27T16:59:38.276Z] ---> bf4893c32e27 [2020-10-27T16:59:38.276Z] Step 8/8 : RUN go mod download [2020-10-27T16:59:38.552Z] ---> Running in 129e70450703 [2020-10-27T17:00:05.387Z] Removing intermediate container 129e70450703 [2020-10-27T17:00:05.387Z] ---> 3f94ce64becd [2020-10-27T17:00:05.387Z] Successfully built 3f94ce64becd [2020-10-27T17:00:05.658Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:00:06.057Z] + docker inspect -f . ci-base-image-arm64 [2020-10-27T17:00:06.057Z] . [Pipeline] withDockerContainer [2020-10-27T17:00:06.336Z] prd-ubuntu18.04-docker-arm64-4c-16g-9176 does not seem to be running inside a container [2020-10-27T17:00:06.431Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/143 -v /w/workspace/app-functions-sdk-go/143:/w/workspace/app-functions-sdk-go/143:rw,z -v /w/workspace/app-functions-sdk-go/143@tmp:/w/workspace/app-functions-sdk-go/143@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-10-27T17:00:08.234Z] $ docker top 2fbbd6d46e219410104830158342c2e35c5b31f44145913d59d09f8c327749df -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-27T17:00:09.694Z] + go version [2020-10-27T17:00:09.694Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-27T17:00:09.726Z] $ docker stop --time=1 2fbbd6d46e219410104830158342c2e35c5b31f44145913d59d09f8c327749df [2020-10-27T17:00:11.784Z] $ docker rm -f 2fbbd6d46e219410104830158342c2e35c5b31f44145913d59d09f8c327749df [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) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [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-10-27T17:00:14.695Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-27T17:00:14.697Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-27T17:00:14.759Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:00:15.123Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-27T17:00:15.123Z] [2020-10-27T17:00:15.123Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:00:15.496Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-27T17:00:15.496Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-27T17:00:15.496Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-27T17:00:15.496Z] 408f87550127: Pulling fs layer [2020-10-27T17:00:15.496Z] fe522b08c979: Pulling fs layer [2020-10-27T17:00:15.496Z] 221eaa008020: Pulling fs layer [2020-10-27T17:00:15.496Z] 2a4607e5d6b9: Pulling fs layer [2020-10-27T17:00:15.496Z] 8f79b27c4fd2: Pulling fs layer [2020-10-27T17:00:15.496Z] e5c8dbe1645b: Pulling fs layer [2020-10-27T17:00:15.496Z] 23e8b3b47431: Pulling fs layer [2020-10-27T17:00:15.496Z] 5c568d65a230: Pulling fs layer [2020-10-27T17:00:15.496Z] e5c8dbe1645b: Waiting [2020-10-27T17:00:15.496Z] 23e8b3b47431: Waiting [2020-10-27T17:00:15.496Z] 5c568d65a230: Waiting [2020-10-27T17:00:15.496Z] 8f79b27c4fd2: Waiting [2020-10-27T17:00:15.496Z] 2a4607e5d6b9: Waiting [2020-10-27T17:00:15.496Z] 221eaa008020: Waiting [2020-10-27T17:00:15.496Z] fe522b08c979: Download complete [2020-10-27T17:00:15.496Z] 408f87550127: Verifying Checksum [2020-10-27T17:00:15.496Z] 408f87550127: Download complete [2020-10-27T17:00:15.496Z] 2a4607e5d6b9: Verifying Checksum [2020-10-27T17:00:15.496Z] 2a4607e5d6b9: Download complete [2020-10-27T17:00:15.496Z] 8f79b27c4fd2: Download complete [2020-10-27T17:00:15.496Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-27T17:00:15.496Z] cbdbe7a5bc2a: Download complete [2020-10-27T17:00:16.080Z] cbdbe7a5bc2a: Pull complete [2020-10-27T17:00:16.344Z] 408f87550127: Pull complete [2020-10-27T17:00:16.344Z] fe522b08c979: Pull complete [2020-10-27T17:00:16.610Z] e5c8dbe1645b: Verifying Checksum [2020-10-27T17:00:16.610Z] e5c8dbe1645b: Download complete [2020-10-27T17:00:18.022Z] 5c568d65a230: Verifying Checksum [2020-10-27T17:00:18.022Z] 5c568d65a230: Download complete [2020-10-27T17:00:18.022Z] 23e8b3b47431: Verifying Checksum [2020-10-27T17:00:18.022Z] 23e8b3b47431: Download complete [2020-10-27T17:00:19.443Z] 221eaa008020: Verifying Checksum [2020-10-27T17:00:19.443Z] 221eaa008020: Download complete [2020-10-27T17:00:24.780Z] 221eaa008020: Pull complete [2020-10-27T17:00:24.780Z] 2a4607e5d6b9: Pull complete [2020-10-27T17:00:24.780Z] 8f79b27c4fd2: Pull complete [2020-10-27T17:00:26.734Z] e5c8dbe1645b: Pull complete [2020-10-27T17:00:29.320Z] 23e8b3b47431: Pull complete [2020-10-27T17:00:30.280Z] 5c568d65a230: Pull complete [2020-10-27T17:00:30.280Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-27T17:00:30.280Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-27T17:00:30.280Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-27T17:00:30.497Z] prd-centos7-docker-4c-2g-9171 does not seem to be running inside a container [2020-10-27T17:00:30.559Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/ndry_app-functions-sdk-go_master:/ws -w /ws --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-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-10-27T17:00:31.738Z] $ docker top a372f5696f97750670114923d7af10523cf63288f0d2c6317542d14f87a8516c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-27T17:00:32.231Z] + snyk monitor '--org=edgex-jenkins' [2020-10-27T17:00:42.269Z] [2020-10-27T17:00:42.269Z] Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... [2020-10-27T17:00:42.269Z] [2020-10-27T17:00:42.269Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/55dd031f-eec7-4131-a035-5c43c46ee155 [2020-10-27T17:00:42.269Z] [2020-10-27T17:00:42.269Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-27T17:00:42.269Z] [2020-10-27T17:00:42.269Z] [2020-10-27T17:00:42.269Z] Snyk CLI supports Node.js 8 and higher. [2020-10-27T17:00:42.269Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-10-27T17:00:42.269Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-27T17:00:42.269Z] [2020-10-27T17:00:42.269Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-27T17:00:42.270Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-27T17:00:42.270Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-27T17:00:42.270Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-27T17:00:42.287Z] $ docker stop --time=1 a372f5696f97750670114923d7af10523cf63288f0d2c6317542d14f87a8516c [2020-10-27T17:00:45.368Z] $ docker rm -f a372f5696f97750670114923d7af10523cf63288f0d2c6317542d14f87a8516c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-27T17:00:46.959Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-27T17:00:47.033Z] provisioning config files... [2020-10-27T17:00:47.052Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4748984542715744466tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-27T17:00:47.439Z] --> edgex-publish-swagger.sh [2020-10-27T17:00:47.439Z] === Publish openapi/v2 API === [2020-10-27T17:00:47.440Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-27T17:00:47.440Z] [publishToSwagger] Publishing API Name [app-functions-sdk] [2020-10-27T17:00:47.440Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-27T17:00:47.440Z] Dload Upload Total Spent Left Speed [2020-10-27T17:00:48.832Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13025 0 0 100 13025 0 10106 0:00:01 0:00:01 --:--:-- 10112 100 13025 0 0 100 13025 0 9776 0:00:01 0:00:01 --:--:-- 9785 [2020-10-27T17:00:48.832Z] [2020-10-27T17:00:48.832Z] [Pipeline] } [2020-10-27T17:00:48.843Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2020-10-27T17:00:49.769Z] + git log --format=format:%s -1 3bd4578e25bcde68fcf7cceea36aad07a0fe1d18 [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:00:50.085Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-27T17:00:50.085Z] . [Pipeline] withDockerContainer [2020-10-27T17:00:50.205Z] prd-centos7-docker-4c-2g-9171 does not seem to be running inside a container [2020-10-27T17:00:50.262Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-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-10-27T17:00:51.053Z] $ docker top abbf8d96bd0be8eb60651cc0bfddf4aa34dadb71ba2f127e7804eb4f36a7a6d3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-27T17:00:51.366Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-27T17:00:51.366Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-27T17:00:51.603Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-27T17:00:51.608Z] $ docker exec abbf8d96bd0be8eb60651cc0bfddf4aa34dadb71ba2f127e7804eb4f36a7a6d3 ssh-agent [2020-10-27T17:00:51.766Z] SSH_AUTH_SOCK=/tmp/ssh-Oa5cGN2m9eTU/agent.11 [2020-10-27T17:00:51.766Z] SSH_AGENT_PID=16 [2020-10-27T17:00:51.774Z] Running ssh-add (command line suppressed) [2020-10-27T17:00:51.906Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_838769763992076424.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_838769763992076424.key) [2020-10-27T17:00:51.957Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-27T17:00:52.299Z] + git semver tag [2020-10-27T17:00:52.299Z] # -> Open(): unable to determine branch for HEAD [2020-10-27T17:00:52.299Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-10-27T17:00:52.299Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-10-27T17:00:52.299Z] # $SEMVER_REMOTE_NAME = origin [2020-10-27T17:00:52.299Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-27T17:00:52.299Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-27T17:00:52.299Z] # $SEMVER_BRANCH = master [2020-10-27T17:00:52.299Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-10-27T17:00:52.299Z] # 3bd4578e25bcde68fcf7cceea36aad07a0fe1d18 HEAD [2020-10-27T17:00:52.299Z] # -> Force: false [2020-10-27T17:00:52.299Z] # ae5c6701e7d60ba82387c5e3a07382ad8b281689 refs/tags/v1.2.1-dev.55 [Pipeline] } [2020-10-27T17:00:52.315Z] $ docker exec --env ******** --env ******** abbf8d96bd0be8eb60651cc0bfddf4aa34dadb71ba2f127e7804eb4f36a7a6d3 ssh-agent -k [2020-10-27T17:00:52.444Z] unset SSH_AUTH_SOCK; [2020-10-27T17:00:52.444Z] unset SSH_AGENT_PID; [2020-10-27T17:00:52.444Z] echo Agent pid 16 killed; [2020-10-27T17:00:52.490Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-27T17:00:52.974Z] + git semver [Pipeline] } [2020-10-27T17:00:52.995Z] $ docker stop --time=1 abbf8d96bd0be8eb60651cc0bfddf4aa34dadb71ba2f127e7804eb4f36a7a6d3 [2020-10-27T17:00:54.356Z] $ docker rm -f abbf8d96bd0be8eb60651cc0bfddf4aa34dadb71ba2f127e7804eb4f36a7a6d3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:00:55.068Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-27T17:00:55.069Z] [2020-10-27T17:00:55.069Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:00:55.430Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-27T17:00:55.430Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-27T17:00:55.430Z] ab5ef0e58194: Pulling fs layer [2020-10-27T17:00:55.430Z] 9712f1f96733: Pulling fs layer [2020-10-27T17:00:55.430Z] 63f879dbbcfc: Pulling fs layer [2020-10-27T17:00:55.430Z] 0d9ebad4ef96: Pulling fs layer [2020-10-27T17:00:55.430Z] e9a5061849ea: Pulling fs layer [2020-10-27T17:00:55.430Z] d747dcd14b5f: Pulling fs layer [2020-10-27T17:00:55.430Z] 2de7ff778b66: Pulling fs layer [2020-10-27T17:00:55.430Z] 0d9ebad4ef96: Waiting [2020-10-27T17:00:55.430Z] e9a5061849ea: Waiting [2020-10-27T17:00:55.430Z] d747dcd14b5f: Waiting [2020-10-27T17:00:55.430Z] 2de7ff778b66: Waiting [2020-10-27T17:00:55.430Z] 9712f1f96733: Verifying Checksum [2020-10-27T17:00:55.430Z] 9712f1f96733: Download complete [2020-10-27T17:00:56.834Z] 63f879dbbcfc: Verifying Checksum [2020-10-27T17:00:56.834Z] 63f879dbbcfc: Download complete [2020-10-27T17:00:57.098Z] e9a5061849ea: Verifying Checksum [2020-10-27T17:00:57.098Z] e9a5061849ea: Download complete [2020-10-27T17:00:57.098Z] d747dcd14b5f: Download complete [2020-10-27T17:00:57.676Z] 2de7ff778b66: Verifying Checksum [2020-10-27T17:00:57.676Z] 2de7ff778b66: Download complete [2020-10-27T17:00:57.676Z] 0d9ebad4ef96: Verifying Checksum [2020-10-27T17:00:57.676Z] 0d9ebad4ef96: Download complete [2020-10-27T17:00:57.942Z] ab5ef0e58194: Verifying Checksum [2020-10-27T17:00:57.942Z] ab5ef0e58194: Download complete [2020-10-27T17:01:02.186Z] ab5ef0e58194: Pull complete [2020-10-27T17:01:02.186Z] 9712f1f96733: Pull complete [2020-10-27T17:01:04.763Z] 63f879dbbcfc: Pull complete [2020-10-27T17:01:11.434Z] 0d9ebad4ef96: Pull complete [2020-10-27T17:01:13.360Z] e9a5061849ea: Pull complete [2020-10-27T17:01:13.360Z] d747dcd14b5f: Pull complete [2020-10-27T17:01:16.692Z] 2de7ff778b66: Pull complete [2020-10-27T17:01:16.692Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-27T17:01:16.692Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-27T17:01:16.692Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-27T17:01:16.910Z] prd-centos7-docker-4c-2g-9171 does not seem to be running inside a container [2020-10-27T17:01:16.960Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-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-10-27T17:01:21.459Z] $ docker top 72d710c9cea25d2159fb3aa758e8077f79638451877f27fa75ed9d3aa5fcf4c5 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-27T17:01:21.694Z] provisioning config files... [2020-10-27T17:01:21.708Z] copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1084116223636691765tmp [2020-10-27T17:01:21.724Z] copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2046160908627269559tmp [2020-10-27T17:01:21.741Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3366833603213220882tmp [Pipeline] { [Pipeline] echo [2020-10-27T17:01:21.800Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T17:01:22.100Z] ---> sigul-configuration.sh [2020-10-27T17:01:22.100Z] gpg: directory `/root/.gnupg' created [2020-10-27T17:01:22.100Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-27T17:01:22.100Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-27T17:01:22.100Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-27T17:01:22.100Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-27T17:01:22.100Z] gpg: CAST5 encrypted data [2020-10-27T17:01:22.362Z] gpg: encrypted with 1 passphrase [2020-10-27T17:01:22.362Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-27T17:01:22.662Z] + mkdir /home/jenkins [2020-10-27T17:01:22.662Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-27T17:01:22.956Z] + 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-10-27T17:01:22.966Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T17:01:23.260Z] ---> sigul-install.sh [2020-10-27T17:01:28.638Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-27T17:01:28.946Z] + git tag --list [2020-10-27T17:01:28.946Z] v0.1.0 [2020-10-27T17:01:28.946Z] v0.1.1 [2020-10-27T17:01:28.946Z] v1.0.0 [2020-10-27T17:01:28.946Z] v1.1.0 [2020-10-27T17:01:28.946Z] v1.2.0 [2020-10-27T17:01:28.946Z] v1.2.1-dev.1 [2020-10-27T17:01:28.946Z] v1.2.1-dev.10 [2020-10-27T17:01:28.946Z] v1.2.1-dev.11 [2020-10-27T17:01:28.946Z] v1.2.1-dev.12 [2020-10-27T17:01:28.946Z] v1.2.1-dev.13 [2020-10-27T17:01:28.946Z] v1.2.1-dev.14 [2020-10-27T17:01:28.946Z] v1.2.1-dev.15 [2020-10-27T17:01:28.946Z] v1.2.1-dev.16 [2020-10-27T17:01:28.946Z] v1.2.1-dev.17 [2020-10-27T17:01:28.946Z] v1.2.1-dev.18 [2020-10-27T17:01:28.946Z] v1.2.1-dev.19 [2020-10-27T17:01:28.946Z] v1.2.1-dev.2 [2020-10-27T17:01:28.946Z] v1.2.1-dev.20 [2020-10-27T17:01:28.946Z] v1.2.1-dev.21 [2020-10-27T17:01:28.946Z] v1.2.1-dev.22 [2020-10-27T17:01:28.946Z] v1.2.1-dev.23 [2020-10-27T17:01:28.946Z] v1.2.1-dev.24 [2020-10-27T17:01:28.946Z] v1.2.1-dev.25 [2020-10-27T17:01:28.946Z] v1.2.1-dev.26 [2020-10-27T17:01:28.946Z] v1.2.1-dev.27 [2020-10-27T17:01:28.946Z] v1.2.1-dev.28 [2020-10-27T17:01:28.946Z] v1.2.1-dev.29 [2020-10-27T17:01:28.946Z] v1.2.1-dev.3 [2020-10-27T17:01:28.946Z] v1.2.1-dev.30 [2020-10-27T17:01:28.946Z] v1.2.1-dev.31 [2020-10-27T17:01:28.946Z] v1.2.1-dev.32 [2020-10-27T17:01:28.946Z] v1.2.1-dev.33 [2020-10-27T17:01:28.946Z] v1.2.1-dev.34 [2020-10-27T17:01:28.946Z] v1.2.1-dev.35 [2020-10-27T17:01:28.946Z] v1.2.1-dev.36 [2020-10-27T17:01:28.946Z] v1.2.1-dev.37 [2020-10-27T17:01:28.946Z] v1.2.1-dev.38 [2020-10-27T17:01:28.946Z] v1.2.1-dev.39 [2020-10-27T17:01:28.946Z] v1.2.1-dev.4 [2020-10-27T17:01:28.946Z] v1.2.1-dev.40 [2020-10-27T17:01:28.946Z] v1.2.1-dev.41 [2020-10-27T17:01:28.946Z] v1.2.1-dev.42 [2020-10-27T17:01:28.946Z] v1.2.1-dev.43 [2020-10-27T17:01:28.946Z] v1.2.1-dev.44 [2020-10-27T17:01:28.946Z] v1.2.1-dev.45 [2020-10-27T17:01:28.946Z] v1.2.1-dev.46 [2020-10-27T17:01:28.946Z] v1.2.1-dev.47 [2020-10-27T17:01:28.946Z] v1.2.1-dev.48 [2020-10-27T17:01:28.946Z] v1.2.1-dev.49 [2020-10-27T17:01:28.946Z] v1.2.1-dev.5 [2020-10-27T17:01:28.946Z] v1.2.1-dev.50 [2020-10-27T17:01:28.946Z] v1.2.1-dev.51 [2020-10-27T17:01:28.946Z] v1.2.1-dev.52 [2020-10-27T17:01:28.946Z] v1.2.1-dev.53 [2020-10-27T17:01:28.946Z] v1.2.1-dev.54 [2020-10-27T17:01:28.946Z] v1.2.1-dev.55 [2020-10-27T17:01:28.946Z] v1.2.1-dev.6 [2020-10-27T17:01:28.946Z] v1.2.1-dev.7 [2020-10-27T17:01:28.946Z] v1.2.1-dev.8 [2020-10-27T17:01:28.946Z] v1.2.1-dev.9 [Pipeline] sh [2020-10-27T17:01:29.248Z] + lftools sign git-tag v1.2.1-dev.55 [2020-10-27T17:01:30.639Z] Signing Git tag with Sigul... [2020-10-27T17:01:30.639Z] Signing v1.2.1-dev.55 [Pipeline] echo [2020-10-27T17:01:31.598Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T17:01:31.898Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-27T17:01:31.908Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-27T17:01:32.007Z] $ docker stop --time=1 72d710c9cea25d2159fb3aa758e8077f79638451877f27fa75ed9d3aa5fcf4c5 [2020-10-27T17:01:34.037Z] $ docker rm -f 72d710c9cea25d2159fb3aa758e8077f79638451877f27fa75ed9d3aa5fcf4c5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:01:35.114Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-27T17:01:35.114Z] . [Pipeline] withDockerContainer [2020-10-27T17:01:35.222Z] prd-centos7-docker-4c-2g-9171 does not seem to be running inside a container [2020-10-27T17:01:35.277Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-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-10-27T17:01:36.045Z] $ docker top 15f44c8af723bc40e332acffb6ad930298af27f4f2554c41270df7713004ab24 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-27T17:01:36.351Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-27T17:01:36.351Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-27T17:01:36.568Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-27T17:01:36.574Z] $ docker exec 15f44c8af723bc40e332acffb6ad930298af27f4f2554c41270df7713004ab24 ssh-agent [2020-10-27T17:01:36.753Z] SSH_AUTH_SOCK=/tmp/ssh-c7EFtxySpfqH/agent.12 [2020-10-27T17:01:36.753Z] SSH_AGENT_PID=17 [2020-10-27T17:01:36.760Z] Running ssh-add (command line suppressed) [2020-10-27T17:01:36.891Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6278142037461497486.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6278142037461497486.key) [2020-10-27T17:01:36.943Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-27T17:01:37.282Z] + git semver bump pre [2020-10-27T17:01:37.282Z] # -> Open(): unable to determine branch for HEAD [2020-10-27T17:01:37.282Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-10-27T17:01:37.282Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-10-27T17:01:37.282Z] # $SEMVER_REMOTE_NAME = origin [2020-10-27T17:01:37.282Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-27T17:01:37.282Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-27T17:01:37.282Z] # $SEMVER_BRANCH = master [2020-10-27T17:01:37.282Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-10-27T17:01:37.282Z] 1.2.1-dev.56 [Pipeline] } [2020-10-27T17:01:37.297Z] $ docker exec --env ******** --env ******** 15f44c8af723bc40e332acffb6ad930298af27f4f2554c41270df7713004ab24 ssh-agent -k [2020-10-27T17:01:37.423Z] unset SSH_AUTH_SOCK; [2020-10-27T17:01:37.423Z] unset SSH_AGENT_PID; [2020-10-27T17:01:37.423Z] echo Agent pid 17 killed; [2020-10-27T17:01:37.477Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-27T17:01:37.949Z] + git semver [Pipeline] } [2020-10-27T17:01:37.969Z] $ docker stop --time=1 15f44c8af723bc40e332acffb6ad930298af27f4f2554c41270df7713004ab24 [2020-10-27T17:01:39.317Z] $ docker rm -f 15f44c8af723bc40e332acffb6ad930298af27f4f2554c41270df7713004ab24 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:01:39.848Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-27T17:01:39.848Z] . [Pipeline] withDockerContainer [2020-10-27T17:01:39.946Z] prd-centos7-docker-4c-2g-9171 does not seem to be running inside a container [2020-10-27T17:01:39.998Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-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-10-27T17:01:40.591Z] $ docker top b4b027160464eb98bffef0d64060f23a467f8227e4ae385b7305fcbe1e764b8c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-27T17:01:40.918Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-27T17:01:40.918Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-27T17:01:41.102Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-27T17:01:41.107Z] $ docker exec b4b027160464eb98bffef0d64060f23a467f8227e4ae385b7305fcbe1e764b8c ssh-agent [2020-10-27T17:01:41.282Z] SSH_AUTH_SOCK=/tmp/ssh-3Wwv4MCkotdD/agent.11 [2020-10-27T17:01:41.282Z] SSH_AGENT_PID=16 [2020-10-27T17:01:41.288Z] Running ssh-add (command line suppressed) [2020-10-27T17:01:41.419Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7309249359709591059.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7309249359709591059.key) [2020-10-27T17:01:41.472Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-27T17:01:41.824Z] + git semver push [2020-10-27T17:01:41.824Z] # -> Open(): unable to determine branch for HEAD [2020-10-27T17:01:41.824Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-10-27T17:01:41.824Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-10-27T17:01:41.824Z] # $SEMVER_REMOTE_NAME = origin [2020-10-27T17:01:41.824Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-27T17:01:41.824Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-27T17:01:41.824Z] # $SEMVER_BRANCH = master [2020-10-27T17:01:41.824Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-10-27T17:01:48.436Z] $ docker exec --env ******** --env ******** b4b027160464eb98bffef0d64060f23a467f8227e4ae385b7305fcbe1e764b8c ssh-agent -k [2020-10-27T17:01:48.590Z] unset SSH_AUTH_SOCK; [2020-10-27T17:01:48.591Z] unset SSH_AGENT_PID; [2020-10-27T17:01:48.591Z] echo Agent pid 16 killed; [2020-10-27T17:01:48.656Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-27T17:01:49.186Z] + git semver [Pipeline] } [2020-10-27T17:01:49.208Z] $ docker stop --time=1 b4b027160464eb98bffef0d64060f23a467f8227e4ae385b7305fcbe1e764b8c [2020-10-27T17:01:50.554Z] $ docker rm -f b4b027160464eb98bffef0d64060f23a467f8227e4ae385b7305fcbe1e764b8c [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-10-27T17:01:52.248Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T17:01:52.816Z] ---> package-listing.sh [2020-10-27T17:01:52.816Z] ++ facter osfamily [2020-10-27T17:01:52.816Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-27T17:01:52.816Z] + OS_FAMILY=redhat [2020-10-27T17:01:52.816Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_master [2020-10-27T17:01:52.816Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-27T17:01:52.816Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-27T17:01:52.816Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-27T17:01:52.816Z] + PACKAGES=/tmp/packages_start.txt [2020-10-27T17:01:52.816Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-10-27T17:01:52.816Z] + PACKAGES=/tmp/packages_end.txt [2020-10-27T17:01:52.816Z] + case "${OS_FAMILY}" in [2020-10-27T17:01:52.816Z] + rpm -qa [2020-10-27T17:01:52.816Z] + sort [2020-10-27T17:01:57.040Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-27T17:01:57.040Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-27T17:01:57.040Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-27T17:01:57.040Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-10-27T17:01:57.040Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ [2020-10-27T17:01:57.040Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_master/archives/ [Pipeline] echo [2020-10-27T17:01:57.054Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-27T17:01:57.351Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:01:57.659Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-27T17:01:57.659Z] [2020-10-27T17:01:57.659Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:01:58.014Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-27T17:01:58.014Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-27T17:01:58.014Z] df20fa9351a1: Pulling fs layer [2020-10-27T17:01:58.014Z] 36b3adc4ff6f: Pulling fs layer [2020-10-27T17:01:58.014Z] 8ad3a11d3b57: Pulling fs layer [2020-10-27T17:01:58.014Z] 46f8f816bc3b: Pulling fs layer [2020-10-27T17:01:58.014Z] 93b61091891f: Pulling fs layer [2020-10-27T17:01:58.014Z] 93b9cdb0e59b: Pulling fs layer [2020-10-27T17:01:58.014Z] 5e14af77c1be: Pulling fs layer [2020-10-27T17:01:58.014Z] 01666e4c0597: Pulling fs layer [2020-10-27T17:01:58.014Z] aa168da1d23b: Pulling fs layer [2020-10-27T17:01:58.014Z] 93b9cdb0e59b: Waiting [2020-10-27T17:01:58.014Z] 46f8f816bc3b: Waiting [2020-10-27T17:01:58.014Z] 93b61091891f: Waiting [2020-10-27T17:01:58.014Z] 5e14af77c1be: Waiting [2020-10-27T17:01:58.014Z] 01666e4c0597: Waiting [2020-10-27T17:01:58.014Z] aa168da1d23b: Waiting [2020-10-27T17:01:58.014Z] 36b3adc4ff6f: Download complete [2020-10-27T17:01:58.014Z] 46f8f816bc3b: Verifying Checksum [2020-10-27T17:01:58.014Z] 46f8f816bc3b: Download complete [2020-10-27T17:01:58.278Z] df20fa9351a1: Download complete [2020-10-27T17:01:58.278Z] 93b61091891f: Verifying Checksum [2020-10-27T17:01:58.278Z] 93b61091891f: Download complete [2020-10-27T17:01:58.278Z] 93b9cdb0e59b: Verifying Checksum [2020-10-27T17:01:58.278Z] 93b9cdb0e59b: Download complete [2020-10-27T17:01:58.278Z] 5e14af77c1be: Verifying Checksum [2020-10-27T17:01:58.278Z] 5e14af77c1be: Download complete [2020-10-27T17:01:58.278Z] 01666e4c0597: Verifying Checksum [2020-10-27T17:01:58.278Z] 01666e4c0597: Download complete [2020-10-27T17:01:58.545Z] 8ad3a11d3b57: Verifying Checksum [2020-10-27T17:01:58.545Z] 8ad3a11d3b57: Download complete [2020-10-27T17:01:58.545Z] df20fa9351a1: Pull complete [2020-10-27T17:01:58.809Z] 36b3adc4ff6f: Pull complete [2020-10-27T17:01:59.771Z] 8ad3a11d3b57: Pull complete [2020-10-27T17:01:59.771Z] 46f8f816bc3b: Pull complete [2020-10-27T17:02:00.037Z] 93b61091891f: Pull complete [2020-10-27T17:02:00.304Z] 93b9cdb0e59b: Pull complete [2020-10-27T17:02:00.304Z] 5e14af77c1be: Pull complete [2020-10-27T17:02:00.575Z] aa168da1d23b: Verifying Checksum [2020-10-27T17:02:00.575Z] aa168da1d23b: Download complete [2020-10-27T17:02:00.575Z] 01666e4c0597: Pull complete [2020-10-27T17:02:07.204Z] aa168da1d23b: Pull complete [2020-10-27T17:02:07.204Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-27T17:02:07.204Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-27T17:02:07.204Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-27T17:02:07.383Z] prd-centos7-docker-4c-2g-9171 does not seem to be running inside a container [2020-10-27T17:02:07.481Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-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-log-publisher:alpine cat [2020-10-27T17:02:12.905Z] $ docker top 90c9705fdace11868498c0b22c858bc6f5be6307a62889980d2c0141ca6bf2e6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-27T17:02:13.451Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-27T17:02:13.749Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-27T17:02:14.053Z] + ls /var/log/sa-host [2020-10-27T17:02:14.053Z] + sadf -c /var/log/sa-host/sa05 [2020-10-27T17:02:14.053Z] file_magic: OK [2020-10-27T17:02:14.053Z] HZ: Using current value: 100 [2020-10-27T17:02:14.053Z] file_header: OK [2020-10-27T17:02:14.053Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-27T17:02:14.053Z] Statistics: [2020-10-27T17:02:14.053Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-27T17:02:14.053Z] File successfully converted to sysstat format version 12.2.1 [2020-10-27T17:02:14.053Z] + sadf -c /var/log/sa-host/sa27 [2020-10-27T17:02:14.053Z] file_magic: OK [2020-10-27T17:02:14.053Z] HZ: Using current value: 100 [2020-10-27T17:02:14.053Z] file_header: OK [2020-10-27T17:02:14.053Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-27T17:02:14.053Z] Statistics: [2020-10-27T17:02:14.053Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-27T17:02:14.053Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-27T17:02:14.297Z] provisioning config files... [2020-10-27T17:02:14.314Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3944399003897441293tmp [Pipeline] { [Pipeline] echo [2020-10-27T17:02:14.392Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T17:02:14.691Z] ---> create-netrc.sh [Pipeline] } [2020-10-27T17:02:14.702Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-27T17:02:14.809Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T17:02:15.106Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-27T17:02:15.116Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T17:02:15.414Z] ---> sudo-logs.sh [2020-10-27T17:02:15.414Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-27T17:02:15.425Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T17:02:15.720Z] ---> job-cost.sh [2020-10-27T17:02:15.720Z] lf-activate-venv: SKIPPING [2020-10-27T17:02:15.720Z] INFO: No Stack... [2020-10-27T17:02:17.111Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-27T17:02:17.379Z] INFO: Archiving Costs [Pipeline] echo [2020-10-27T17:02:17.420Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T17:02:17.715Z] ---> logs-deploy.sh [2020-10-27T17:02:17.715Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/143 [2020-10-27T17:02:17.715Z] INFO: archiving workspace using pattern(s): [2020-10-27T17:02:19.114Z] Archives upload complete. [2020-10-27T17:02:19.376Z] INFO: archiving logs to Nexus [2020-10-27T17:02:20.324Z] ---> uname -a: [2020-10-27T17:02:20.324Z] Linux prd-centos7-docker-4c-2g-9171.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-10-27T17:02:20.324Z] [2020-10-27T17:02:20.324Z] [2020-10-27T17:02:20.324Z] ---> lscpu: [2020-10-27T17:02:20.324Z] Architecture: x86_64 [2020-10-27T17:02:20.324Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-27T17:02:20.324Z] Byte Order: Little Endian [2020-10-27T17:02:20.324Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-27T17:02:20.324Z] CPU(s): 4 [2020-10-27T17:02:20.324Z] On-line CPU(s) list: 0-3 [2020-10-27T17:02:20.324Z] Thread(s) per core: 1 [2020-10-27T17:02:20.324Z] Core(s) per socket: 1 [2020-10-27T17:02:20.324Z] Socket(s): 4 [2020-10-27T17:02:20.324Z] NUMA node(s): 1 [2020-10-27T17:02:20.324Z] Vendor ID: GenuineIntel [2020-10-27T17:02:20.324Z] CPU family: 6 [2020-10-27T17:02:20.324Z] Model: 44 [2020-10-27T17:02:20.324Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-27T17:02:20.324Z] Stepping: 1 [2020-10-27T17:02:20.324Z] CPU MHz: 2933.438 [2020-10-27T17:02:20.324Z] BogoMIPS: 5866.87 [2020-10-27T17:02:20.324Z] Virtualization: VT-x [2020-10-27T17:02:20.324Z] Hypervisor vendor: KVM [2020-10-27T17:02:20.324Z] Virtualization type: full [2020-10-27T17:02:20.324Z] L1d cache: 128 KiB [2020-10-27T17:02:20.324Z] L1i cache: 128 KiB [2020-10-27T17:02:20.324Z] L2 cache: 16 MiB [2020-10-27T17:02:20.324Z] L3 cache: 64 MiB [2020-10-27T17:02:20.324Z] NUMA node0 CPU(s): 0-3 [2020-10-27T17:02:20.324Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-27T17:02:20.324Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-27T17:02:20.324Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-27T17:02:20.324Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-27T17:02:20.324Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-27T17:02:20.324Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-27T17:02:20.324Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-27T17:02:20.324Z] Vulnerability Tsx async abort: Not affected [2020-10-27T17:02:20.324Z] 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-10-27T17:02:20.324Z] [2020-10-27T17:02:20.324Z] [2020-10-27T17:02:20.324Z] ---> nproc: [2020-10-27T17:02:20.324Z] 4 [2020-10-27T17:02:20.324Z] [2020-10-27T17:02:20.324Z] [2020-10-27T17:02:20.324Z] ---> df -h: [2020-10-27T17:02:20.324Z] Filesystem Size Used Available Use% Mounted on [2020-10-27T17:02:20.324Z] overlay 50.0G 8.5G 41.5G 17% / [2020-10-27T17:02:20.324Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-10-27T17:02:20.324Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-10-27T17:02:20.324Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-10-27T17:02:20.324Z] /dev/vda1 50.0G 8.5G 41.5G 17% /facter-os [2020-10-27T17:02:20.324Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf [2020-10-27T17:02:20.324Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname [2020-10-27T17:02:20.324Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts [2020-10-27T17:02:20.324Z] /dev/vda1 50.0G 8.5G 41.5G 17% /run/cloud-init/result.json [2020-10-27T17:02:20.324Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/ndry_app-functions-sdk-go_master [2020-10-27T17:02:20.324Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/ndry_app-functions-sdk-go_master@tmp [2020-10-27T17:02:20.324Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa-host [2020-10-27T17:02:20.325Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/secure [2020-10-27T17:02:20.325Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/auth.log [2020-10-27T17:02:20.325Z] [2020-10-27T17:02:20.325Z] [2020-10-27T17:02:20.325Z] ---> free -m: [2020-10-27T17:02:20.325Z] total used free shared buff/cache available [2020-10-27T17:02:20.325Z] Mem: 1837 793 157 0 886 982 [2020-10-27T17:02:20.325Z] Swap: 1023 2 1021 [2020-10-27T17:02:20.325Z] [2020-10-27T17:02:20.325Z] [2020-10-27T17:02:20.325Z] ---> ip addr: [2020-10-27T17:02:20.325Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-10-27T17:02:20.325Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-27T17:02:20.325Z] inet 127.0.0.1/8 scope host lo [2020-10-27T17:02:20.325Z] valid_lft forever preferred_lft forever [2020-10-27T17:02:20.325Z] inet6 ::1/128 scope host [2020-10-27T17:02:20.325Z] valid_lft forever preferred_lft forever [2020-10-27T17:02:20.325Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-10-27T17:02:20.325Z] link/ether fa:16:3e:86:26:39 brd ff:ff:ff:ff:ff:ff [2020-10-27T17:02:20.325Z] inet 10.30.122.109/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-27T17:02:20.325Z] valid_lft 85883sec preferred_lft 85883sec [2020-10-27T17:02:20.325Z] inet6 fe80::f816:3eff:fe86:2639/64 scope link [2020-10-27T17:02:20.325Z] valid_lft forever preferred_lft forever [2020-10-27T17:02:20.325Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-10-27T17:02:20.325Z] link/ether 02:42:f2:23:c5:d2 brd ff:ff:ff:ff:ff:ff [2020-10-27T17:02:20.325Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-27T17:02:20.325Z] valid_lft forever preferred_lft forever [2020-10-27T17:02:20.325Z] inet6 fe80::42:f2ff:fe23:c5d2/64 scope link [2020-10-27T17:02:20.325Z] valid_lft forever preferred_lft forever [2020-10-27T17:02:20.325Z] [2020-10-27T17:02:20.325Z] [2020-10-27T17:02:20.325Z] ---> sar -b -r -n DEV: [2020-10-27T17:02:20.325Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/27/20 _x86_64_ (4 CPU) [2020-10-27T17:02:20.325Z] [2020-10-27T17:02:20.325Z] 16:53:24 LINUX RESTART (4 CPU) [2020-10-27T17:02:20.325Z] [2020-10-27T17:02:20.325Z] 16:54:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-10-27T17:02:20.325Z] 16:55:01 66.79 20.82 45.97 0.00 5426.10 6629.31 0.00 [2020-10-27T17:02:20.325Z] 16:56:01 2.10 0.00 2.10 0.00 0.00 41.35 0.00 [2020-10-27T17:02:20.325Z] 16:57:01 0.23 0.00 0.23 0.00 0.00 3.11 0.00 [2020-10-27T17:02:20.325Z] 16:58:01 0.37 0.00 0.37 0.00 0.00 5.55 0.00 [2020-10-27T17:02:20.325Z] 16:59:01 0.20 0.00 0.20 0.00 0.00 3.03 0.00 [2020-10-27T17:02:20.325Z] 17:00:01 0.27 0.00 0.27 0.00 0.00 3.51 0.00 [2020-10-27T17:02:20.325Z] 17:01:01 277.35 146.13 131.22 0.00 7630.69 46653.20 0.00 [2020-10-27T17:02:20.325Z] 17:02:01 243.95 115.20 128.74 0.00 8773.39 26973.44 0.00 [2020-10-27T17:02:20.325Z] Average: 73.95 35.29 38.66 0.00 2730.40 10044.99 0.00 [2020-10-27T17:02:20.325Z] [2020-10-27T17:02:20.325Z] 16:54:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-27T17:02:20.325Z] 16:55:01 236236 0 558492 29.68 2620 1084208 1094024 37.34 416020 1070344 132 [2020-10-27T17:02:20.325Z] 16:56:01 241076 0 553656 29.43 2620 1084204 1064592 36.33 415404 1066876 16 [2020-10-27T17:02:20.325Z] 16:57:01 240004 0 554724 29.48 2620 1084208 1064820 36.34 416676 1066872 16 [2020-10-27T17:02:20.325Z] 16:58:01 238916 0 555808 29.54 2620 1084212 1064736 36.34 418104 1066368 20 [2020-10-27T17:02:20.325Z] 16:59:01 239004 0 555716 29.53 2620 1084216 1064784 36.34 429520 1055176 8 [2020-10-27T17:02:20.325Z] 17:00:01 239932 0 554784 29.49 2620 1084220 1064944 36.34 429092 1055176 8 [2020-10-27T17:02:20.325Z] 17:01:01 184352 0 655156 34.82 2596 1039452 1283156 43.79 557504 927156 77792 [2020-10-27T17:02:20.325Z] 17:02:01 78572 0 797472 42.38 1492 1004020 1515016 51.70 701232 811920 92232 [2020-10-27T17:02:20.325Z] Average: 212262 0 598226 31.79 2476 1068592 1152009 39.32 472944 1014986 21278 [2020-10-27T17:02:20.325Z] [2020-10-27T17:02:20.325Z] 16:54:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-10-27T17:02:20.325Z] 16:55:01 eth0 620.26 453.73 1626.83 111.35 0.00 0.00 0.00 0.00 [2020-10-27T17:02:20.325Z] 16:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T17:02:20.325Z] 16:55:01 docker0 89.03 69.84 8.37 303.22 0.00 0.00 0.00 0.00 [2020-10-27T17:02:20.325Z] 16:56:01 eth0 0.85 0.08 0.08 0.01 0.00 0.00 0.00 0.00 [2020-10-27T17:02:20.325Z] 16:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T17:02:20.325Z] 16:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T17:02:20.325Z] 16:57:01 eth0 1.27 0.55 0.56 0.39 0.00 0.00 0.00 0.00 [2020-10-27T17:02:20.325Z] 16:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T17:02:20.325Z] 16:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T17:02:20.325Z] 16:58:01 eth0 2.30 0.37 0.43 0.20 0.00 0.00 0.00 0.00 [2020-10-27T17:02:20.325Z] 16:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T17:02:20.325Z] 16:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T17:02:20.325Z] 16:59:01 eth0 1.03 0.60 0.54 0.37 0.00 0.00 0.00 0.00 [2020-10-27T17:02:20.325Z] 16:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T17:02:20.325Z] 16:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T17:02:20.325Z] 17:00:01 eth0 0.37 0.25 0.15 0.10 0.00 0.00 0.00 0.00 [2020-10-27T17:02:20.325Z] 17:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T17:02:20.325Z] 17:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T17:02:20.325Z] 17:01:01 eth0 822.48 740.42 7403.50 66.42 0.00 0.00 0.00 0.00 [2020-10-27T17:02:20.325Z] 17:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T17:02:20.325Z] 17:01:01 docker0 59.39 62.41 4.94 412.39 0.00 0.00 0.00 0.00 [2020-10-27T17:02:20.325Z] 17:02:01 eth0 323.59 274.88 2426.21 97.13 0.00 0.00 0.00 0.00 [2020-10-27T17:02:20.325Z] 17:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T17:02:20.325Z] 17:02:01 docker0 24.88 29.27 1.55 198.72 0.00 0.00 0.00 0.00 [2020-10-27T17:02:20.325Z] Average: eth0 221.62 183.95 1433.03 34.52 0.00 0.00 0.00 0.00 [2020-10-27T17:02:20.325Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T17:02:20.325Z] Average: docker0 21.67 20.20 1.86 114.35 0.00 0.00 0.00 0.00 [2020-10-27T17:02:20.325Z] [2020-10-27T17:02:20.325Z] [2020-10-27T17:02:20.325Z] ---> sar -P ALL: [2020-10-27T17:02:20.325Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/27/20 _x86_64_ (4 CPU) [2020-10-27T17:02:20.325Z] [2020-10-27T17:02:20.325Z] 16:53:24 LINUX RESTART (4 CPU) [2020-10-27T17:02:20.325Z] [2020-10-27T17:02:20.325Z] 16:54:01 CPU %user %nice %system %iowait %steal %idle [2020-10-27T17:02:20.325Z] 16:55:01 all 13.47 0.00 4.54 2.28 0.02 79.69 [2020-10-27T17:02:20.325Z] 16:55:01 0 13.10 0.00 4.59 2.23 0.02 80.06 [2020-10-27T17:02:20.325Z] 16:55:01 1 12.46 0.00 4.72 4.08 0.03 78.71 [2020-10-27T17:02:20.325Z] 16:55:01 2 14.50 0.00 3.75 1.63 0.02 80.10 [2020-10-27T17:02:20.325Z] 16:55:01 3 13.82 0.00 5.09 1.18 0.02 79.89 [2020-10-27T17:02:20.325Z] 16:56:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2020-10-27T17:02:20.325Z] 16:56:01 0 0.20 0.00 0.03 0.00 0.00 99.77 [2020-10-27T17:02:20.325Z] 16:56:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2020-10-27T17:02:20.325Z] 16:56:01 2 0.37 0.00 0.03 0.00 0.00 99.60 [2020-10-27T17:02:20.325Z] 16:56:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2020-10-27T17:02:20.325Z] 16:57:01 all 0.17 0.00 0.04 0.00 0.00 99.79 [2020-10-27T17:02:20.325Z] 16:57:01 0 0.13 0.00 0.03 0.00 0.00 99.83 [2020-10-27T17:02:20.325Z] 16:57:01 1 0.08 0.00 0.02 0.00 0.00 99.90 [2020-10-27T17:02:20.325Z] 16:57:01 2 0.40 0.00 0.05 0.00 0.00 99.55 [2020-10-27T17:02:20.325Z] 16:57:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2020-10-27T17:02:20.325Z] 16:58:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2020-10-27T17:02:20.325Z] 16:58:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-27T17:02:20.325Z] 16:58:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2020-10-27T17:02:20.325Z] 16:58:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-10-27T17:02:20.325Z] 16:58:01 3 0.53 0.00 0.02 0.00 0.00 99.45 [2020-10-27T17:02:20.325Z] 16:59:01 all 0.18 0.00 0.08 0.00 0.00 99.75 [2020-10-27T17:02:20.325Z] 16:59:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-27T17:02:20.325Z] 16:59:01 1 0.13 0.00 0.05 0.00 0.00 99.82 [2020-10-27T17:02:20.325Z] 16:59:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-27T17:02:20.325Z] 16:59:01 3 0.53 0.00 0.22 0.00 0.00 99.25 [2020-10-27T17:02:20.325Z] 17:00:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2020-10-27T17:02:20.325Z] 17:00:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2020-10-27T17:02:20.325Z] 17:00:01 1 0.53 0.00 0.03 0.00 0.00 99.43 [2020-10-27T17:02:20.325Z] 17:00:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-27T17:02:20.325Z] 17:00:01 3 0.03 0.00 0.07 0.00 0.00 99.90 [2020-10-27T17:02:20.325Z] 17:01:01 all 12.41 0.00 8.52 3.58 0.04 75.45 [2020-10-27T17:02:20.325Z] 17:01:01 0 12.79 0.00 8.92 2.93 0.03 75.34 [2020-10-27T17:02:20.325Z] 17:01:01 1 11.74 0.00 8.42 4.55 0.03 75.26 [2020-10-27T17:02:20.325Z] 17:01:01 2 12.82 0.00 8.48 3.48 0.05 75.17 [2020-10-27T17:02:20.325Z] 17:01:01 3 12.30 0.00 8.29 3.34 0.05 76.02 [2020-10-27T17:02:20.325Z] 17:02:01 all 10.95 0.00 7.88 3.59 0.03 77.55 [2020-10-27T17:02:20.325Z] 17:02:01 0 11.09 0.00 8.76 1.77 0.02 78.36 [2020-10-27T17:02:20.325Z] 17:02:01 1 10.01 0.00 8.04 7.46 0.03 74.46 [2020-10-27T17:02:20.325Z] 17:02:01 2 9.50 0.00 7.04 2.78 0.02 80.66 [2020-10-27T17:02:20.325Z] 17:02:01 3 13.19 0.00 7.68 2.38 0.03 76.72 [2020-10-27T17:02:20.325Z] Average: all 4.66 0.00 2.61 1.17 0.01 91.56 [2020-10-27T17:02:20.325Z] Average: 0 4.61 0.00 2.76 0.85 0.01 91.77 [2020-10-27T17:02:20.325Z] Average: 1 4.34 0.00 2.64 1.99 0.01 91.02 [2020-10-27T17:02:20.325Z] Average: 2 4.66 0.00 2.40 0.97 0.01 91.96 [2020-10-27T17:02:20.325Z] Average: 3 5.01 0.00 2.65 0.85 0.01 91.48 [2020-10-27T17:02:20.325Z] [2020-10-27T17:02:20.325Z] [2020-10-27T17:02:20.325Z]