Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4c3c8919c2a915030aa42238d07aeb28434825d2 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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:go-mod-secrets, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [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: go-mod-secrets-settings PROJECT: go-mod-secrets 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-go-mod-secrets 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: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: 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-19785 in /w/workspace/gexfoundry_go-mod-secrets_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/go-mod-secrets.git > git init /w/workspace/gexfoundry_go-mod-secrets_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.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/go-mod-secrets.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 4c3c8919c2a915030aa42238d07aeb28434825d2 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4c3c8919c2a915030aa42238d07aeb28434825d2 # timeout=10 Commit message: "Merge pull request #79 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.142" > git rev-list --no-walk 753bfb8c14c2f31b20ebe1befeb8dd0f4267c76b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-12T20:14:23.692Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-12T20:14:23.950Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-12T20:14:24.040Z] ========================================================= [2021-01-12T20:14:24.040Z] EdgeX Global Pipelines Version Info [2021-01-12T20:14:24.040Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-12T20:14:26.270Z] ------------------- [2021-01-12T20:14:26.270Z] stable info: [2021-01-12T20:14:26.270Z] ------------------- [2021-01-12T20:14:26.270Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-12T20:14:26.270Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-12T20:14:26.270Z] Message: update stable to v1.0.173 [2021-01-12T20:14:27.231Z] ------------------- [2021-01-12T20:14:27.231Z] experimental info: [2021-01-12T20:14:27.231Z] ------------------- [2021-01-12T20:14:27.231Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-12T20:14:27.231Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-12T20:14:27.231Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-12T20:14:27.522Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo [2021-01-12T20:14:27.638Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo [2021-01-12T20:14:27.725Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-12T20:14:27.812Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-12T20:14:27.895Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-12T20:14:27.984Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-12T20:14:28.151Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-12T20:14:28.265Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-12T20:14:28.353Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-12T20:14:28.439Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-12T20:14:28.525Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-12T20:14:28.611Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo [2021-01-12T20:14:28.696Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-12T20:14:28.780Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-12T20:14:28.872Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-01-12T20:14:28.959Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-12T20:14:29.047Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-12T20:14:29.139Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-12T20:14:29.234Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2021-01-12T20:14:29.351Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-12T20:14:29.447Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-12T20:14:29.532Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-12T20:14:29.618Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-12T20:14:29.735Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-12T20:14:29.820Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-01-12T20:14:29.926Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-12T20:14:30.011Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-12T20:14:30.104Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-12T20:14:30.241Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-12T20:14:30.425Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-12T20:14:30.510Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4c3c8919c2a915030aa42238d07aeb28434825d2 [Pipeline] echo [2021-01-12T20:14:30.649Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4c3c891 [Pipeline] echo [2021-01-12T20:14:30.736Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-12T20:14:31.445Z] + git log --format=format:%s -1 4c3c8919c2a915030aa42238d07aeb28434825d2 [Pipeline] echo [2021-01-12T20:14:31.584Z] GIT_COMMIT: 4c3c8919c2a915030aa42238d07aeb28434825d2, Commit Message: Merge pull request #79 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.142 [Pipeline] echo [2021-01-12T20:14:31.632Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:14:32.275Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-12T20:14:32.880Z] [2021-01-12T20:14:32.880Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:14:33.398Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-12T20:14:33.713Z] latest: Pulling from edgex-devops/git-semver [2021-01-12T20:14:33.713Z] 31603596830f: Pulling fs layer [2021-01-12T20:14:33.713Z] 2a8b12db71e7: Pulling fs layer [2021-01-12T20:14:33.713Z] 6ca5941a6612: Pulling fs layer [2021-01-12T20:14:33.713Z] ecc8261a40a4: Pulling fs layer [2021-01-12T20:14:33.713Z] ecc8261a40a4: Waiting [2021-01-12T20:14:33.713Z] 2a8b12db71e7: Download complete [2021-01-12T20:14:33.713Z] 31603596830f: Verifying Checksum [2021-01-12T20:14:33.713Z] 31603596830f: Download complete [2021-01-12T20:14:34.350Z] ecc8261a40a4: Verifying Checksum [2021-01-12T20:14:34.350Z] ecc8261a40a4: Download complete [2021-01-12T20:14:34.350Z] 6ca5941a6612: Verifying Checksum [2021-01-12T20:14:34.350Z] 6ca5941a6612: Download complete [2021-01-12T20:14:34.620Z] 31603596830f: Pull complete [2021-01-12T20:14:34.620Z] 2a8b12db71e7: Pull complete [2021-01-12T20:14:36.115Z] 6ca5941a6612: Pull complete [2021-01-12T20:14:36.727Z] ecc8261a40a4: Pull complete [2021-01-12T20:14:36.727Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-12T20:14:36.727Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-12T20:14:36.727Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-12T20:14:36.955Z] prd-centos7-docker-4c-2g-19785 does not seem to be running inside a container [2021-01-12T20:14:37.054Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-12T20:14:39.694Z] $ docker top 4c172f905212abb5d2821f90e4c3ac95fb0b024b75f1eb7ba6c60b0768b73ed5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-12T20:14:40.290Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-12T20:14:40.290Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-12T20:14:40.796Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-12T20:14:40.801Z] $ docker exec 4c172f905212abb5d2821f90e4c3ac95fb0b024b75f1eb7ba6c60b0768b73ed5 ssh-agent [2021-01-12T20:14:41.072Z] SSH_AUTH_SOCK=/tmp/ssh-48A6icboabQH/agent.11 [2021-01-12T20:14:41.072Z] SSH_AGENT_PID=17 [2021-01-12T20:14:41.095Z] Running ssh-add (command line suppressed) [2021-01-12T20:14:41.329Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_1851812384461539136.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_1851812384461539136.key) [2021-01-12T20:14:41.442Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-12T20:14:41.816Z] + git tag --points-at HEAD [Pipeline] } [2021-01-12T20:14:41.866Z] $ docker exec --env ******** --env ******** 4c172f905212abb5d2821f90e4c3ac95fb0b024b75f1eb7ba6c60b0768b73ed5 ssh-agent -k [2021-01-12T20:14:42.147Z] unset SSH_AUTH_SOCK; [2021-01-12T20:14:42.149Z] unset SSH_AGENT_PID; [2021-01-12T20:14:42.149Z] echo Agent pid 17 killed; [2021-01-12T20:14:42.282Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-12T20:14:42.537Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-12T20:14:42.537Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-12T20:14:42.932Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-12T20:14:42.938Z] $ docker exec 4c172f905212abb5d2821f90e4c3ac95fb0b024b75f1eb7ba6c60b0768b73ed5 ssh-agent [2021-01-12T20:14:43.343Z] SSH_AUTH_SOCK=/tmp/ssh-09FA6PaA8eHy/agent.47 [2021-01-12T20:14:43.343Z] SSH_AGENT_PID=52 [2021-01-12T20:14:43.353Z] Running ssh-add (command line suppressed) [2021-01-12T20:14:43.566Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_6310635618370217171.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_6310635618370217171.key) [2021-01-12T20:14:43.661Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-12T20:14:44.031Z] + git semver init [2021-01-12T20:14:44.031Z] # -> Open(): unable to determine branch for HEAD [2021-01-12T20:14:44.031Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-01-12T20:14:44.031Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-01-12T20:14:44.031Z] # $SEMVER_REMOTE_NAME = origin [2021-01-12T20:14:44.031Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-12T20:14:44.031Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-12T20:14:44.031Z] # $SEMVER_BRANCH = master [2021-01-12T20:14:44.031Z] # $SEMVER_TEMP = /tmp/semver-612304033 [2021-01-12T20:14:44.031Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP [2021-01-12T20:14:44.684Z] # '/tmp/semver-612304033' -> '/w/workspace/gexfoundry_go-mod-secrets_master/.semver' [2021-01-12T20:14:44.684Z] # -> Force: false [2021-01-12T20:14:44.684Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } [2021-01-12T20:14:44.726Z] $ docker exec --env ******** --env ******** 4c172f905212abb5d2821f90e4c3ac95fb0b024b75f1eb7ba6c60b0768b73ed5 ssh-agent -k [2021-01-12T20:14:44.972Z] unset SSH_AUTH_SOCK; [2021-01-12T20:14:44.974Z] unset SSH_AGENT_PID; [2021-01-12T20:14:44.974Z] echo Agent pid 52 killed; [2021-01-12T20:14:45.167Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-12T20:14:45.772Z] + git semver [Pipeline] } [2021-01-12T20:14:45.825Z] $ docker stop --time=1 4c172f905212abb5d2821f90e4c3ac95fb0b024b75f1eb7ba6c60b0768b73ed5 [2021-01-12T20:14:47.561Z] $ docker rm -f 4c172f905212abb5d2821f90e4c3ac95fb0b024b75f1eb7ba6c60b0768b73ed5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-12T20:14:48.199Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-12T20:14:48.881Z] Stashed 1 file(s) [Pipeline] echo [2021-01-12T20:14:48.884Z] [edgeXSemver]: initialized semver on version 0.0.32 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-01-12T20:15:04.371Z] Still waiting to schedule task [2021-01-12T20:15:04.371Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-12T20:15:04.373Z] Still waiting to schedule task [2021-01-12T20:15:04.373Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-12T20:16:25.934Z] Running on prd-centos7-docker-4c-2g-19788 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws [2021-01-12T20:16:25.988Z] Running in /w/workspace/go-mod-secrets/22 [Pipeline] { [Pipeline] checkout [2021-01-12T20:16:28.285Z] using credential edgex-jenkins-ssh [2021-01-12T20:16:28.337Z] Cloning the remote Git repository [2021-01-12T20:16:28.363Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2021-01-12T20:16:28.438Z] > git init /w/workspace/go-mod-secrets/22 # timeout=10 [2021-01-12T20:16:29.495Z] Checking out Revision 4c3c8919c2a915030aa42238d07aeb28434825d2 (master) [2021-01-12T20:16:28.501Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-01-12T20:16:28.501Z] > git --version # timeout=10 [2021-01-12T20:16:28.509Z] > git --version # 'git version 2.24.3' [2021-01-12T20:16:28.510Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T20:16:28.541Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T20:16:29.064Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-01-12T20:16:29.072Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T20:16:29.084Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-01-12T20:16:29.098Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-01-12T20:16:29.099Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T20:16:29.103Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-12T20:16:29.505Z] > git config core.sparsecheckout # timeout=10 [2021-01-12T20:16:29.510Z] > git checkout -f 4c3c8919c2a915030aa42238d07aeb28434825d2 # timeout=10 [2021-01-12T20:16:33.141Z] Commit message: "Merge pull request #79 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.142" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-12T20:16:34.272Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-12T20:16:34.599Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-12T20:16:34.896Z] + true [2021-01-12T20:16:34.896Z] + sudo service docker restart [2021-01-12T20:16:34.896Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-01-12T20:16:35.974Z] ========================================================= [2021-01-12T20:16:35.975Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-12T20:16:35.975Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:16:36.320Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-12T20:16:36.901Z] Sending build context to Docker daemon 430.6kB [2021-01-12T20:16:36.901Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-12T20:16:36.901Z] Step 2/7 : FROM ${BASE} [2021-01-12T20:16:36.901Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-12T20:16:36.901Z] 188c0c94c7c5: Pulling fs layer [2021-01-12T20:16:36.901Z] 0ef7d3d256c8: Pulling fs layer [2021-01-12T20:16:36.901Z] de9db76c5a1d: Pulling fs layer [2021-01-12T20:16:36.901Z] bca2f99d35d6: Pulling fs layer [2021-01-12T20:16:36.901Z] 93359f2a8cfa: Pulling fs layer [2021-01-12T20:16:36.901Z] 7c6f9722023f: Pulling fs layer [2021-01-12T20:16:36.901Z] a35cf1a2eb13: Pulling fs layer [2021-01-12T20:16:36.901Z] 93359f2a8cfa: Waiting [2021-01-12T20:16:36.901Z] 7c6f9722023f: Waiting [2021-01-12T20:16:36.901Z] a35cf1a2eb13: Waiting [2021-01-12T20:16:36.901Z] bca2f99d35d6: Waiting [2021-01-12T20:16:36.901Z] de9db76c5a1d: Verifying Checksum [2021-01-12T20:16:36.902Z] de9db76c5a1d: Download complete [2021-01-12T20:16:36.902Z] 0ef7d3d256c8: Download complete [2021-01-12T20:16:36.902Z] 93359f2a8cfa: Verifying Checksum [2021-01-12T20:16:36.902Z] 93359f2a8cfa: Download complete [2021-01-12T20:16:36.902Z] 7c6f9722023f: Verifying Checksum [2021-01-12T20:16:36.902Z] 7c6f9722023f: Download complete [2021-01-12T20:16:36.902Z] 188c0c94c7c5: Verifying Checksum [2021-01-12T20:16:36.902Z] 188c0c94c7c5: Download complete [2021-01-12T20:16:37.167Z] 188c0c94c7c5: Pull complete [2021-01-12T20:16:37.429Z] 0ef7d3d256c8: Pull complete [2021-01-12T20:16:37.693Z] de9db76c5a1d: Pull complete [2021-01-12T20:16:39.086Z] a35cf1a2eb13: Verifying Checksum [2021-01-12T20:16:40.036Z] bca2f99d35d6: Verifying Checksum [2021-01-12T20:16:40.036Z] bca2f99d35d6: Download complete [2021-01-12T20:16:45.387Z] bca2f99d35d6: Pull complete [2021-01-12T20:16:45.387Z] 93359f2a8cfa: Pull complete [2021-01-12T20:16:45.657Z] 7c6f9722023f: Pull complete [2021-01-12T20:16:51.040Z] a35cf1a2eb13: Pull complete [2021-01-12T20:16:51.040Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-12T20:16:51.040Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-12T20:16:51.040Z] ---> a62c8e92a672 [2021-01-12T20:16:51.040Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-12T20:16:51.040Z] ---> Running in 146a63c09e50 [2021-01-12T20:16:51.040Z] Removing intermediate container 146a63c09e50 [2021-01-12T20:16:51.040Z] ---> 60233bbf96cb [2021-01-12T20:16:51.040Z] Step 4/7 : RUN apk add --update bash [2021-01-12T20:16:51.040Z] ---> Running in dbf83b4eaf7b [2021-01-12T20:16:51.996Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T20:16:54.565Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T20:16:57.130Z] OK: 166 MiB in 39 packages [2021-01-12T20:16:57.394Z] Removing intermediate container dbf83b4eaf7b [2021-01-12T20:16:57.394Z] ---> f0b267065720 [2021-01-12T20:16:57.394Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-12T20:16:57.394Z] ---> Running in 51aae3a76829 [2021-01-12T20:16:57.660Z] Removing intermediate container 51aae3a76829 [2021-01-12T20:16:57.661Z] ---> b3e3c8f15966 [2021-01-12T20:16:57.661Z] Step 6/7 : COPY go.mod . [2021-01-12T20:16:57.931Z] ---> 7bad77f78efc [2021-01-12T20:16:57.931Z] Step 7/7 : RUN go mod download [2021-01-12T20:16:57.931Z] ---> Running in 91925bbefc7f [2021-01-12T20:17:12.902Z] Removing intermediate container 91925bbefc7f [2021-01-12T20:17:12.902Z] ---> a5a5416a7153 [2021-01-12T20:17:12.902Z] Successfully built a5a5416a7153 [2021-01-12T20:17:12.902Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:17:13.223Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-12T20:17:13.223Z] . [Pipeline] withDockerContainer [2021-01-12T20:17:13.339Z] prd-centos7-docker-4c-2g-19788 does not seem to be running inside a container [2021-01-12T20:17:13.548Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/22 -v /w/workspace/go-mod-secrets/22:/w/workspace/go-mod-secrets/22:rw,z -v /w/workspace/go-mod-secrets/22@tmp:/w/workspace/go-mod-secrets/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-12T20:17:14.431Z] $ docker top 245df4d2ed67e4959275a77864904c0c87f9df19b6d15c5f2b0bfa449459fcd6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T20:17:14.946Z] + go version [2021-01-12T20:17:14.947Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-12T20:17:14.961Z] $ docker stop --time=1 245df4d2ed67e4959275a77864904c0c87f9df19b6d15c5f2b0bfa449459fcd6 [2021-01-12T20:17:16.334Z] $ docker rm -f 245df4d2ed67e4959275a77864904c0c87f9df19b6d15c5f2b0bfa449459fcd6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:17:17.222Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-12T20:17:17.222Z] . [Pipeline] withDockerContainer [2021-01-12T20:17:17.321Z] prd-centos7-docker-4c-2g-19788 does not seem to be running inside a container [2021-01-12T20:17:17.368Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/22 -v /w/workspace/go-mod-secrets/22:/w/workspace/go-mod-secrets/22:rw,z -v /w/workspace/go-mod-secrets/22@tmp:/w/workspace/go-mod-secrets/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-12T20:17:18.056Z] $ docker top 17f7ecb1a96de30b163e2152c8ef86a2cafcaeca8d782a46e27d4235197fffe2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T20:17:18.547Z] + make test [2021-01-12T20:17:18.547Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-01-12T20:17:25.235Z] ? github.com/edgexfoundry/go-mod-secrets/pkg [no test files] [2021-01-12T20:17:25.235Z] ? github.com/edgexfoundry/go-mod-secrets/pkg/keys [no test files] [2021-01-12T20:17:35.327Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/listener 9.006s coverage: 96.7% of statements [2021-01-12T20:17:35.327Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault 0.029s coverage: 44.1% of statements [2021-01-12T20:17:35.327Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader 0.006s coverage: 89.5% of statements [2021-01-12T20:17:35.327Z] ? github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks [no test files] [2021-01-12T20:17:35.327Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer 0.012s coverage: 100.0% of statements [2021-01-12T20:17:35.327Z] ? github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks [no test files] [2021-01-12T20:17:35.327Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/types 0.004s coverage: 87.5% of statements [2021-01-12T20:17:43.500Z] ok github.com/edgexfoundry/go-mod-secrets/secrets 15.012s coverage: 93.3% of statements [2021-01-12T20:17:43.500Z] ? github.com/edgexfoundry/go-mod-secrets/secrets/mocks [no test files] [2021-01-12T20:17:43.500Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-12T20:17:43.500Z] gofmt -l . [2021-01-12T20:17:43.500Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-01-12T20:17:43.516Z] $ docker stop --time=1 17f7ecb1a96de30b163e2152c8ef86a2cafcaeca8d782a46e27d4235197fffe2 [2021-01-12T20:17:45.772Z] $ docker rm -f 17f7ecb1a96de30b163e2152c8ef86a2cafcaeca8d782a46e27d4235197fffe2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-12T20:17:46.178Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-19790 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws [2021-01-12T20:17:46.248Z] Running in /w/workspace/go-mod-secrets/22 [Pipeline] { [Pipeline] checkout [2021-01-12T20:17:46.414Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-12T20:17:46.757Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [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] } [2021-01-12T20:17:51.081Z] using credential edgex-jenkins-ssh [2021-01-12T20:17:51.146Z] Cloning the remote Git repository [2021-01-12T20:17:51.225Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2021-01-12T20:17:51.334Z] > git init /w/workspace/go-mod-secrets/22 # timeout=10 [2021-01-12T20:17:51.398Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-01-12T20:17:51.399Z] > git --version # timeout=10 [2021-01-12T20:17:51.419Z] > git --version # 'git version 2.17.1' [2021-01-12T20:17:51.421Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T20:17:51.488Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T20:17:52.746Z] Checking out Revision 4c3c8919c2a915030aa42238d07aeb28434825d2 (master) [2021-01-12T20:17:52.193Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-01-12T20:17:52.215Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T20:17:52.237Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-01-12T20:17:52.279Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-01-12T20:17:52.280Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T20:17:52.292Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-12T20:17:52.768Z] > git config core.sparsecheckout # timeout=10 [2021-01-12T20:17:52.790Z] > git checkout -f 4c3c8919c2a915030aa42238d07aeb28434825d2 # timeout=10 [2021-01-12T20:17:57.059Z] Commit message: "Merge pull request #79 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.142" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-12T20:17:58.609Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-12T20:17:59.008Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-12T20:17:59.346Z] + + sudo service docker restart [2021-01-12T20:17:59.347Z] true [Pipeline] unstash [Pipeline] echo [2021-01-12T20:18:02.309Z] ========================================================= [2021-01-12T20:18:02.309Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-12T20:18:02.309Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:18:02.695Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-12T20:18:03.685Z] Sending build context to Docker daemon 429.6kB [2021-01-12T20:18:03.685Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-12T20:18:03.685Z] Step 2/7 : FROM ${BASE} [2021-01-12T20:18:03.960Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-12T20:18:03.960Z] 5f621e34cdf4: Pulling fs layer [2021-01-12T20:18:03.960Z] a4357932f1b6: Pulling fs layer [2021-01-12T20:18:03.960Z] 18c013af1878: Pulling fs layer [2021-01-12T20:18:03.960Z] 00ac8860ef70: Pulling fs layer [2021-01-12T20:18:03.960Z] 63d7cb157983: Pulling fs layer [2021-01-12T20:18:03.960Z] b116817d02f9: Pulling fs layer [2021-01-12T20:18:03.960Z] 745a02a5169b: Pulling fs layer [2021-01-12T20:18:03.960Z] 00ac8860ef70: Waiting [2021-01-12T20:18:03.960Z] 63d7cb157983: Waiting [2021-01-12T20:18:03.960Z] b116817d02f9: Waiting [2021-01-12T20:18:03.960Z] 745a02a5169b: Waiting [2021-01-12T20:18:03.960Z] 18c013af1878: Verifying Checksum [2021-01-12T20:18:03.960Z] 18c013af1878: Download complete [2021-01-12T20:18:03.960Z] a4357932f1b6: Verifying Checksum [2021-01-12T20:18:03.960Z] a4357932f1b6: Download complete [2021-01-12T20:18:04.237Z] 63d7cb157983: Download complete [2021-01-12T20:18:04.237Z] b116817d02f9: Verifying Checksum [2021-01-12T20:18:04.237Z] b116817d02f9: Download complete [2021-01-12T20:18:04.237Z] 5f621e34cdf4: Download complete [2021-01-12T20:18:04.990Z] 5f621e34cdf4: Pull complete [2021-01-12T20:18:05.610Z] a4357932f1b6: Pull complete [2021-01-12T20:18:05.883Z] 18c013af1878: Pull complete [2021-01-12T20:18:07.352Z] 745a02a5169b: Verifying Checksum [2021-01-12T20:18:07.352Z] 745a02a5169b: Download complete [2021-01-12T20:18:07.627Z] 00ac8860ef70: Verifying Checksum [2021-01-12T20:18:07.627Z] 00ac8860ef70: Download complete [2021-01-12T20:18:17.776Z] 00ac8860ef70: Pull complete [2021-01-12T20:18:17.776Z] 63d7cb157983: Pull complete [2021-01-12T20:18:17.776Z] b116817d02f9: Pull complete [2021-01-12T20:18:21.164Z] 745a02a5169b: Pull complete [2021-01-12T20:18:21.164Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-12T20:18:21.164Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-12T20:18:21.164Z] ---> b7e6874047d6 [2021-01-12T20:18:21.164Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-12T20:18:23.797Z] ---> Running in 52fdad8d894a [2021-01-12T20:18:23.797Z] Removing intermediate container 52fdad8d894a [2021-01-12T20:18:23.797Z] ---> 8004380262f6 [2021-01-12T20:18:23.797Z] Step 4/7 : RUN apk add --update bash [2021-01-12T20:18:24.069Z] ---> Running in 4aa61faf232d [2021-01-12T20:18:25.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T20:18:26.477Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T20:18:27.938Z] OK: 142 MiB in 39 packages [2021-01-12T20:18:28.932Z] Removing intermediate container 4aa61faf232d [2021-01-12T20:18:28.932Z] ---> 8febd4f50e7b [2021-01-12T20:18:28.932Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-12T20:18:29.214Z] ---> Running in 2e2957f157a0 [2021-01-12T20:18:29.811Z] Removing intermediate container 2e2957f157a0 [2021-01-12T20:18:29.811Z] ---> 76996e6c5250 [2021-01-12T20:18:29.811Z] Step 6/7 : COPY go.mod . [2021-01-12T20:18:30.415Z] ---> dfb9b1987670 [2021-01-12T20:18:30.415Z] Step 7/7 : RUN go mod download [2021-01-12T20:18:30.415Z] ---> Running in 3ae1a9708947 [2021-01-12T20:18:45.525Z] Removing intermediate container 3ae1a9708947 [2021-01-12T20:18:45.525Z] ---> 70fb616eefd4 [2021-01-12T20:18:45.525Z] Successfully built 70fb616eefd4 [2021-01-12T20:18:45.525Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:18:45.869Z] + docker inspect -f . ci-base-image-arm64 [2021-01-12T20:18:45.869Z] . [Pipeline] withDockerContainer [2021-01-12T20:18:46.152Z] prd-ubuntu18.04-docker-arm64-4c-16g-19790 does not seem to be running inside a container [2021-01-12T20:18:46.243Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/22 -v /w/workspace/go-mod-secrets/22:/w/workspace/go-mod-secrets/22:rw,z -v /w/workspace/go-mod-secrets/22@tmp:/w/workspace/go-mod-secrets/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-12T20:18:47.790Z] $ docker top d83aecd8aea1ad97fcb783a13a109cecc60adea27d47496fc3e2d749cd34d57e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T20:18:48.834Z] + go version [2021-01-12T20:18:48.834Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-12T20:18:48.860Z] $ docker stop --time=1 d83aecd8aea1ad97fcb783a13a109cecc60adea27d47496fc3e2d749cd34d57e [2021-01-12T20:18:50.837Z] $ docker rm -f d83aecd8aea1ad97fcb783a13a109cecc60adea27d47496fc3e2d749cd34d57e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:18:51.833Z] + docker inspect -f . ci-base-image-arm64 [2021-01-12T20:18:51.833Z] . [Pipeline] withDockerContainer [2021-01-12T20:18:52.134Z] prd-ubuntu18.04-docker-arm64-4c-16g-19790 does not seem to be running inside a container [2021-01-12T20:18:52.239Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/22 -v /w/workspace/go-mod-secrets/22:/w/workspace/go-mod-secrets/22:rw,z -v /w/workspace/go-mod-secrets/22@tmp:/w/workspace/go-mod-secrets/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-12T20:18:53.887Z] $ docker top b588c53e09ca657d0663906cc8a303027f044da1934f9e0efa63a4c715982be8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T20:18:54.924Z] + make test [2021-01-12T20:18:54.924Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-01-12T20:19:17.137Z] ? github.com/edgexfoundry/go-mod-secrets/pkg [no test files] [2021-01-12T20:19:17.137Z] ? github.com/edgexfoundry/go-mod-secrets/pkg/keys [no test files] [2021-01-12T20:19:27.292Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/listener 9.022s coverage: 96.7% of statements [2021-01-12T20:19:27.292Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault 0.023s coverage: 44.1% of statements [2021-01-12T20:19:27.292Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader 0.024s coverage: 89.5% of statements [2021-01-12T20:19:27.292Z] ? github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks [no test files] [2021-01-12T20:19:27.292Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer 0.041s coverage: 100.0% of statements [2021-01-12T20:19:27.292Z] ? github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks [no test files] [2021-01-12T20:19:27.292Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/types 0.014s coverage: 87.5% of statements [2021-01-12T20:19:37.420Z] ok github.com/edgexfoundry/go-mod-secrets/secrets 15.027s coverage: 93.3% of statements [2021-01-12T20:19:37.420Z] ? github.com/edgexfoundry/go-mod-secrets/secrets/mocks [no test files] [2021-01-12T20:19:37.420Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-12T20:19:40.047Z] gofmt -l . [2021-01-12T20:19:40.047Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-01-12T20:19:40.073Z] $ docker stop --time=1 b588c53e09ca657d0663906cc8a303027f044da1934f9e0efa63a4c715982be8 [2021-01-12T20:19:42.291Z] $ docker rm -f b588c53e09ca657d0663906cc8a303027f044da1934f9e0efa63a4c715982be8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-12T20:19:43.085Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-12T20:19:43.150Z] Warning: overwriting stash ‘coverage-report’ [2021-01-12T20:19:43.902Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-12T20:19:45.830Z] provisioning config files... [2021-01-12T20:19:45.846Z] copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config8274508255773956735tmp [Pipeline] { [Pipeline] sh [2021-01-12T20:19:46.296Z] + set +x [2021-01-12T20:19:46.296Z] + curl -s https://codecov.io/bash [2021-01-12T20:19:46.296Z] + bash -s -- [2021-01-12T20:19:46.577Z] [2021-01-12T20:19:46.577Z] _____ _ [2021-01-12T20:19:46.577Z] / ____| | | [2021-01-12T20:19:46.577Z] | | ___ __| | ___ ___ _____ __ [2021-01-12T20:19:46.577Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-12T20:19:46.577Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-12T20:19:46.577Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-12T20:19:46.577Z] Bash-20201231-23d4836 [2021-01-12T20:19:46.577Z] [2021-01-12T20:19:46.577Z] [2021-01-12T20:19:46.577Z] ==> git version 2.24.3 found [2021-01-12T20:19:46.577Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-12T20:19:46.577Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-12T20:19:46.577Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-12T20:19:46.577Z] ==> Jenkins CI detected. [2021-01-12T20:19:46.577Z] project root: . [2021-01-12T20:19:46.577Z] --> token set from env [2021-01-12T20:19:46.577Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-12T20:19:46.577Z] ==> Running gcov in . (disable via -X gcov) [2021-01-12T20:19:46.578Z] ==> Python coveragepy not found [2021-01-12T20:19:46.578Z] ==> Searching for coverage reports in: [2021-01-12T20:19:46.578Z] + . [2021-01-12T20:19:46.578Z] -> Found 1 reports [2021-01-12T20:19:46.578Z] ==> Detecting git/mercurial file structure [2021-01-12T20:19:46.854Z] ==> Reading reports [2021-01-12T20:19:46.854Z] + ./coverage.out bytes=16629 [2021-01-12T20:19:46.854Z] ==> Appending adjustments [2021-01-12T20:19:46.854Z] https://docs.codecov.io/docs/fixing-reports [2021-01-12T20:19:46.854Z] + Found adjustments [2021-01-12T20:19:46.854Z] ==> Gzipping contents [2021-01-12T20:19:46.854Z] 4.0K /tmp/codecov.WCN9UU.gz [2021-01-12T20:19:46.854Z] ==> Uploading reports [2021-01-12T20:19:46.854Z] url: https://codecov.io [2021-01-12T20:19:46.854Z] query: branch=master&commit=4c3c8919c2a915030aa42238d07aeb28434825d2&build=22&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F22%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-12T20:19:46.854Z] -> Pinging Codecov [2021-01-12T20:19:46.854Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=4c3c8919c2a915030aa42238d07aeb28434825d2&build=22&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F22%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-12T20:19:47.439Z] -> Uploading to [2021-01-12T20:19:47.439Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-12/D63849C06B6B67093493C71CE874ED06/4c3c8919c2a915030aa42238d07aeb28434825d2/5d16a401-8fdc-4cff-a462-35963e0ef9ef.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210112%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210112T201947Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2ebafb0a716f978800713f5f40514e22f958a300476ccbfb30c31111dee478a1 [2021-01-12T20:19:47.439Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-12T20:19:47.439Z] Dload Upload Total Spent Left Speed [2021-01-12T20:19:48.038Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3739 0 0 100 3739 0 6576 --:--:-- --:--:-- --:--:-- 6571 [2021-01-12T20:19:48.038Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-secrets/commit/4c3c8919c2a915030aa42238d07aeb28434825d2 [Pipeline] } [2021-01-12T20:19:48.064Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-01-12T20:19:48.937Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-12T20:19:49.022Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:19:49.419Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-12T20:19:49.690Z] [2021-01-12T20:19:49.690Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:19:50.199Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-12T20:19:50.199Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-12T20:19:50.199Z] 188c0c94c7c5: Pulling fs layer [2021-01-12T20:19:50.199Z] 0ef7d3d256c8: Pulling fs layer [2021-01-12T20:19:50.199Z] de9db76c5a1d: Pulling fs layer [2021-01-12T20:19:50.199Z] 0eba1c9be4d2: Pulling fs layer [2021-01-12T20:19:50.199Z] 0d57e429df01: Pulling fs layer [2021-01-12T20:19:50.199Z] 4e4be7b47b0d: Pulling fs layer [2021-01-12T20:19:50.199Z] e1f770b5df2f: Pulling fs layer [2021-01-12T20:19:50.199Z] 85a0685a4137: Pulling fs layer [2021-01-12T20:19:50.199Z] 0d57e429df01: Waiting [2021-01-12T20:19:50.199Z] 4e4be7b47b0d: Waiting [2021-01-12T20:19:50.199Z] e1f770b5df2f: Waiting [2021-01-12T20:19:50.199Z] 0eba1c9be4d2: Waiting [2021-01-12T20:19:50.199Z] 85a0685a4137: Waiting [2021-01-12T20:19:50.199Z] de9db76c5a1d: Verifying Checksum [2021-01-12T20:19:50.199Z] de9db76c5a1d: Download complete [2021-01-12T20:19:50.500Z] 0ef7d3d256c8: Download complete [2021-01-12T20:19:50.501Z] 0d57e429df01: Download complete [2021-01-12T20:19:50.501Z] 4e4be7b47b0d: Verifying Checksum [2021-01-12T20:19:50.501Z] 4e4be7b47b0d: Download complete [2021-01-12T20:19:50.501Z] 188c0c94c7c5: Verifying Checksum [2021-01-12T20:19:51.175Z] 188c0c94c7c5: Pull complete [2021-01-12T20:19:51.473Z] 0ef7d3d256c8: Pull complete [2021-01-12T20:19:51.776Z] de9db76c5a1d: Pull complete [2021-01-12T20:19:52.419Z] e1f770b5df2f: Verifying Checksum [2021-01-12T20:19:52.419Z] e1f770b5df2f: Download complete [2021-01-12T20:19:56.906Z] 0eba1c9be4d2: Verifying Checksum [2021-01-12T20:19:56.906Z] 0eba1c9be4d2: Download complete [2021-01-12T20:19:59.673Z] 85a0685a4137: Verifying Checksum [2021-01-12T20:19:59.673Z] 85a0685a4137: Download complete [2021-01-12T20:20:09.902Z] 0eba1c9be4d2: Pull complete [2021-01-12T20:20:09.902Z] 0d57e429df01: Pull complete [2021-01-12T20:20:09.902Z] 4e4be7b47b0d: Pull complete [2021-01-12T20:20:11.959Z] e1f770b5df2f: Pull complete [2021-01-12T20:20:27.295Z] 85a0685a4137: Pull complete [2021-01-12T20:20:27.295Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-12T20:20:27.295Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-12T20:20:27.295Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-12T20:20:27.835Z] prd-centos7-docker-4c-2g-19785 does not seem to be running inside a container [2021-01-12T20:20:27.976Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-12T20:20:29.876Z] $ docker top ac82aef53dbd337e0f60cf0293c716c476705488a4287586c3d65594e83c469a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-12T20:20:30.207Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-12T20:20:30.603Z] + set -o pipefail [2021-01-12T20:20:30.603Z] + snyk monitor '--org=edgex-jenkins' [2021-01-12T20:20:38.884Z] [2021-01-12T20:20:38.884Z] Monitoring /w/workspace/gexfoundry_go-mod-secrets_master (github.com/edgexfoundry/go-mod-secrets)... [2021-01-12T20:20:38.884Z] [2021-01-12T20:20:38.884Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/4cfb1d28-864a-4661-be71-b40abb9d5161/history/a5201b48-6802-4ba1-8a54-70d096d059ee [2021-01-12T20:20:38.884Z] [2021-01-12T20:20:38.884Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-12T20:20:38.884Z] [2021-01-12T20:20:39.158Z] [Pipeline] } [2021-01-12T20:20:39.183Z] $ docker stop --time=1 ac82aef53dbd337e0f60cf0293c716c476705488a4287586c3d65594e83c469a [2021-01-12T20:20:41.347Z] $ docker rm -f ac82aef53dbd337e0f60cf0293c716c476705488a4287586c3d65594e83c469a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-01-12T20:20:43.334Z] + git log --format=format:%s -1 4c3c8919c2a915030aa42238d07aeb28434825d2 [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:20:43.691Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-12T20:20:43.691Z] . [Pipeline] withDockerContainer [2021-01-12T20:20:43.927Z] prd-centos7-docker-4c-2g-19785 does not seem to be running inside a container [2021-01-12T20:20:44.045Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-12T20:20:45.594Z] $ docker top 2b41731e8a8e481682887256b4576cd5009f3d1da6bb1ef3397dcac059ccfc7d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-12T20:20:45.949Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-12T20:20:45.949Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-12T20:20:46.680Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-12T20:20:46.684Z] $ docker exec 2b41731e8a8e481682887256b4576cd5009f3d1da6bb1ef3397dcac059ccfc7d ssh-agent [2021-01-12T20:20:47.185Z] SSH_AUTH_SOCK=/tmp/ssh-c7Td10iAgszZ/agent.12 [2021-01-12T20:20:47.186Z] SSH_AGENT_PID=17 [2021-01-12T20:20:47.195Z] Running ssh-add (command line suppressed) [2021-01-12T20:20:47.679Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_5303617691257296124.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_5303617691257296124.key) [2021-01-12T20:20:47.821Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-12T20:20:48.615Z] + git semver tag [2021-01-12T20:20:48.615Z] # -> Open(): unable to determine branch for HEAD [2021-01-12T20:20:48.615Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-01-12T20:20:48.615Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-01-12T20:20:48.615Z] # $SEMVER_REMOTE_NAME = origin [2021-01-12T20:20:48.615Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-12T20:20:48.615Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-12T20:20:48.615Z] # $SEMVER_BRANCH = master [2021-01-12T20:20:48.615Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [2021-01-12T20:20:48.615Z] # 4c3c8919c2a915030aa42238d07aeb28434825d2 HEAD [2021-01-12T20:20:48.615Z] # -> Force: false [2021-01-12T20:20:48.615Z] # 9fe315448a25593979768d5bb4ca6758ce536865 refs/tags/v0.0.32 [Pipeline] } [2021-01-12T20:20:48.631Z] $ docker exec --env ******** --env ******** 2b41731e8a8e481682887256b4576cd5009f3d1da6bb1ef3397dcac059ccfc7d ssh-agent -k [2021-01-12T20:20:48.903Z] unset SSH_AUTH_SOCK; [2021-01-12T20:20:48.904Z] unset SSH_AGENT_PID; [2021-01-12T20:20:48.904Z] echo Agent pid 17 killed; [2021-01-12T20:20:49.049Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-12T20:20:49.548Z] + git semver [Pipeline] } [2021-01-12T20:20:49.579Z] $ docker stop --time=1 2b41731e8a8e481682887256b4576cd5009f3d1da6bb1ef3397dcac059ccfc7d [2021-01-12T20:20:51.414Z] $ docker rm -f 2b41731e8a8e481682887256b4576cd5009f3d1da6bb1ef3397dcac059ccfc7d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:20:52.194Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-12T20:20:52.194Z] [2021-01-12T20:20:52.194Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:20:52.600Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-12T20:20:52.600Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-12T20:20:52.600Z] ab5ef0e58194: Pulling fs layer [2021-01-12T20:20:52.600Z] 9712f1f96733: Pulling fs layer [2021-01-12T20:20:52.600Z] 63f879dbbcfc: Pulling fs layer [2021-01-12T20:20:52.600Z] 0d9ebad4ef96: Pulling fs layer [2021-01-12T20:20:52.600Z] e9a5061849ea: Pulling fs layer [2021-01-12T20:20:52.600Z] d747dcd14b5f: Pulling fs layer [2021-01-12T20:20:52.600Z] 2de7ff778b66: Pulling fs layer [2021-01-12T20:20:52.600Z] 0d9ebad4ef96: Waiting [2021-01-12T20:20:52.600Z] e9a5061849ea: Waiting [2021-01-12T20:20:52.600Z] d747dcd14b5f: Waiting [2021-01-12T20:20:52.600Z] 2de7ff778b66: Waiting [2021-01-12T20:20:52.600Z] 9712f1f96733: Verifying Checksum [2021-01-12T20:20:52.600Z] 9712f1f96733: Download complete [2021-01-12T20:20:55.308Z] 63f879dbbcfc: Verifying Checksum [2021-01-12T20:20:55.308Z] 63f879dbbcfc: Download complete [2021-01-12T20:20:55.950Z] e9a5061849ea: Verifying Checksum [2021-01-12T20:20:55.950Z] e9a5061849ea: Download complete [2021-01-12T20:20:55.950Z] d747dcd14b5f: Verifying Checksum [2021-01-12T20:20:55.950Z] d747dcd14b5f: Download complete [2021-01-12T20:20:57.495Z] 2de7ff778b66: Verifying Checksum [2021-01-12T20:20:57.495Z] 2de7ff778b66: Download complete [2021-01-12T20:20:57.771Z] 0d9ebad4ef96: Verifying Checksum [2021-01-12T20:20:57.771Z] 0d9ebad4ef96: Download complete [2021-01-12T20:20:58.373Z] ab5ef0e58194: Verifying Checksum [2021-01-12T20:20:58.373Z] ab5ef0e58194: Download complete [2021-01-12T20:21:06.729Z] ab5ef0e58194: Pull complete [2021-01-12T20:21:06.729Z] 9712f1f96733: Pull complete [2021-01-12T20:21:08.828Z] 63f879dbbcfc: Pull complete [2021-01-12T20:21:19.129Z] 0d9ebad4ef96: Pull complete [2021-01-12T20:21:21.118Z] e9a5061849ea: Pull complete [2021-01-12T20:21:21.118Z] d747dcd14b5f: Pull complete [2021-01-12T20:21:24.546Z] 2de7ff778b66: Pull complete [2021-01-12T20:21:24.546Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-12T20:21:24.546Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-12T20:21:24.546Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-12T20:21:24.878Z] prd-centos7-docker-4c-2g-19785 does not seem to be running inside a container [2021-01-12T20:21:24.987Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-12T20:21:28.444Z] $ docker top 1bace6cb104edd8a096e2b011a1fef0fb2895f65395979ea129d9050ac9e946c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-12T20:21:28.805Z] provisioning config files... [2021-01-12T20:21:28.827Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config7231862850537783892tmp [2021-01-12T20:21:28.852Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config2972249766807673490tmp [2021-01-12T20:21:28.880Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config1711596272789302759tmp [Pipeline] { [Pipeline] echo [2021-01-12T20:21:28.948Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T20:21:29.596Z] ---> sigul-configuration.sh [2021-01-12T20:21:29.596Z] gpg: directory `/root/.gnupg' created [2021-01-12T20:21:29.596Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-12T20:21:29.596Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-12T20:21:29.596Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-12T20:21:29.596Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-12T20:21:29.596Z] gpg: CAST5 encrypted data [2021-01-12T20:21:29.596Z] gpg: encrypted with 1 passphrase [2021-01-12T20:21:29.596Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-12T20:21:29.975Z] + mkdir /home/jenkins [2021-01-12T20:21:29.975Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-12T20:21:30.626Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-01-12T20:21:30.639Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T20:21:31.286Z] ---> sigul-install.sh [2021-01-12T20:21:41.502Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-12T20:21:42.168Z] + git tag --list [2021-01-12T20:21:42.168Z] v0.0.0 [2021-01-12T20:21:42.168Z] v0.0.1 [2021-01-12T20:21:42.168Z] v0.0.10 [2021-01-12T20:21:42.168Z] v0.0.11 [2021-01-12T20:21:42.168Z] v0.0.12 [2021-01-12T20:21:42.168Z] v0.0.13 [2021-01-12T20:21:42.168Z] v0.0.14 [2021-01-12T20:21:42.168Z] v0.0.15 [2021-01-12T20:21:42.168Z] v0.0.16 [2021-01-12T20:21:42.168Z] v0.0.17 [2021-01-12T20:21:42.168Z] v0.0.18 [2021-01-12T20:21:42.168Z] v0.0.19 [2021-01-12T20:21:42.168Z] v0.0.2 [2021-01-12T20:21:42.168Z] v0.0.20 [2021-01-12T20:21:42.168Z] v0.0.21 [2021-01-12T20:21:42.168Z] v0.0.22 [2021-01-12T20:21:42.168Z] v0.0.23 [2021-01-12T20:21:42.168Z] v0.0.24 [2021-01-12T20:21:42.168Z] v0.0.25 [2021-01-12T20:21:42.168Z] v0.0.26 [2021-01-12T20:21:42.168Z] v0.0.27 [2021-01-12T20:21:42.168Z] v0.0.28 [2021-01-12T20:21:42.168Z] v0.0.29 [2021-01-12T20:21:42.168Z] v0.0.3 [2021-01-12T20:21:42.168Z] v0.0.30 [2021-01-12T20:21:42.168Z] v0.0.31 [2021-01-12T20:21:42.168Z] v0.0.32 [2021-01-12T20:21:42.168Z] v0.0.4 [2021-01-12T20:21:42.168Z] v0.0.5 [2021-01-12T20:21:42.168Z] v0.0.6 [2021-01-12T20:21:42.168Z] v0.0.7 [2021-01-12T20:21:42.168Z] v0.0.8 [2021-01-12T20:21:42.168Z] v0.0.9 [Pipeline] sh [2021-01-12T20:21:42.835Z] + lftools sign git-tag v0.0.32 [2021-01-12T20:21:44.831Z] Signing Git tag with Sigul... [2021-01-12T20:21:44.831Z] Signing v0.0.32 [Pipeline] echo [2021-01-12T20:21:45.832Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T20:21:46.528Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-12T20:21:46.559Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-12T20:21:46.702Z] $ docker stop --time=1 1bace6cb104edd8a096e2b011a1fef0fb2895f65395979ea129d9050ac9e946c [2021-01-12T20:21:48.792Z] $ docker rm -f 1bace6cb104edd8a096e2b011a1fef0fb2895f65395979ea129d9050ac9e946c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:21:50.227Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-12T20:21:50.503Z] . [Pipeline] withDockerContainer [2021-01-12T20:21:50.766Z] prd-centos7-docker-4c-2g-19785 does not seem to be running inside a container [2021-01-12T20:21:50.868Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-12T20:21:51.980Z] $ docker top 0ea8e09e1b71fd5a1dec9c056358fd804d160a4d186fb8db28882d363f139a01 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-12T20:21:52.350Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-12T20:21:52.350Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-12T20:21:52.732Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-12T20:21:52.737Z] $ docker exec 0ea8e09e1b71fd5a1dec9c056358fd804d160a4d186fb8db28882d363f139a01 ssh-agent [2021-01-12T20:21:53.252Z] SSH_AUTH_SOCK=/tmp/ssh-q1t6k5CoOS0g/agent.12 [2021-01-12T20:21:53.252Z] SSH_AGENT_PID=17 [2021-01-12T20:21:53.261Z] Running ssh-add (command line suppressed) [2021-01-12T20:21:53.595Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_8554196667429945373.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_8554196667429945373.key) [2021-01-12T20:21:53.711Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-12T20:21:54.070Z] + git semver bump patch [2021-01-12T20:21:54.070Z] # -> Open(): unable to determine branch for HEAD [2021-01-12T20:21:54.070Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-01-12T20:21:54.071Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-01-12T20:21:54.071Z] # $SEMVER_REMOTE_NAME = origin [2021-01-12T20:21:54.071Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-12T20:21:54.071Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-12T20:21:54.071Z] # $SEMVER_BRANCH = master [2021-01-12T20:21:54.071Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [2021-01-12T20:21:54.344Z] 0.0.33 [Pipeline] } [2021-01-12T20:21:54.372Z] $ docker exec --env ******** --env ******** 0ea8e09e1b71fd5a1dec9c056358fd804d160a4d186fb8db28882d363f139a01 ssh-agent -k [2021-01-12T20:21:54.726Z] unset SSH_AUTH_SOCK; [2021-01-12T20:21:54.727Z] unset SSH_AGENT_PID; [2021-01-12T20:21:54.727Z] echo Agent pid 17 killed; [2021-01-12T20:21:54.812Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-12T20:21:55.755Z] + git semver [Pipeline] } [2021-01-12T20:21:55.872Z] $ docker stop --time=1 0ea8e09e1b71fd5a1dec9c056358fd804d160a4d186fb8db28882d363f139a01 [2021-01-12T20:21:57.653Z] $ docker rm -f 0ea8e09e1b71fd5a1dec9c056358fd804d160a4d186fb8db28882d363f139a01 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:21:58.620Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-12T20:21:58.620Z] . [Pipeline] withDockerContainer [2021-01-12T20:21:58.858Z] prd-centos7-docker-4c-2g-19785 does not seem to be running inside a container [2021-01-12T20:21:59.019Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-12T20:22:00.453Z] $ docker top f2b83e30e0afe3f56c1805abf8f9b21f2188072f075345b7e91c01cf959aace0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-12T20:22:01.114Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-12T20:22:01.114Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-12T20:22:01.799Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-12T20:22:01.804Z] $ docker exec f2b83e30e0afe3f56c1805abf8f9b21f2188072f075345b7e91c01cf959aace0 ssh-agent [2021-01-12T20:22:02.264Z] SSH_AUTH_SOCK=/tmp/ssh-U7Cpb9SYaTcs/agent.12 [2021-01-12T20:22:02.264Z] SSH_AGENT_PID=17 [2021-01-12T20:22:02.284Z] Running ssh-add (command line suppressed) [2021-01-12T20:22:02.560Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7845011395461536192.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7845011395461536192.key) [2021-01-12T20:22:02.692Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-12T20:22:03.096Z] + git semver push [2021-01-12T20:22:03.096Z] # -> Open(): unable to determine branch for HEAD [2021-01-12T20:22:03.096Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-01-12T20:22:03.096Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-01-12T20:22:03.096Z] # $SEMVER_REMOTE_NAME = origin [2021-01-12T20:22:03.096Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-12T20:22:03.096Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-12T20:22:03.096Z] # $SEMVER_BRANCH = master [2021-01-12T20:22:03.096Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } [2021-01-12T20:22:11.411Z] $ docker exec --env ******** --env ******** f2b83e30e0afe3f56c1805abf8f9b21f2188072f075345b7e91c01cf959aace0 ssh-agent -k [2021-01-12T20:22:11.745Z] unset SSH_AUTH_SOCK; [2021-01-12T20:22:11.747Z] unset SSH_AGENT_PID; [2021-01-12T20:22:11.747Z] echo Agent pid 17 killed; [2021-01-12T20:22:11.946Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-12T20:22:12.568Z] + git semver [Pipeline] } [2021-01-12T20:22:12.623Z] $ docker stop --time=1 f2b83e30e0afe3f56c1805abf8f9b21f2188072f075345b7e91c01cf959aace0 [2021-01-12T20:22:14.339Z] $ docker rm -f f2b83e30e0afe3f56c1805abf8f9b21f2188072f075345b7e91c01cf959aace0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-12T20:22:15.864Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T20:22:16.520Z] ---> package-listing.sh [2021-01-12T20:22:16.520Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-12T20:22:16.520Z] ++ facter osfamily [2021-01-12T20:22:16.786Z] + OS_FAMILY=redhat [2021-01-12T20:22:16.786Z] + workspace=/w/workspace/gexfoundry_go-mod-secrets_master [2021-01-12T20:22:16.786Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-12T20:22:16.786Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-12T20:22:16.786Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-12T20:22:16.786Z] + PACKAGES=/tmp/packages_start.txt [2021-01-12T20:22:16.786Z] + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' [2021-01-12T20:22:16.786Z] + PACKAGES=/tmp/packages_end.txt [2021-01-12T20:22:16.786Z] + case "${OS_FAMILY}" in [2021-01-12T20:22:16.786Z] + rpm -qa [2021-01-12T20:22:16.786Z] + sort [2021-01-12T20:22:23.489Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-12T20:22:23.489Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-12T20:22:23.489Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-12T20:22:23.489Z] + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' [2021-01-12T20:22:23.489Z] + mkdir -p /w/workspace/gexfoundry_go-mod-secrets_master/archives/ [2021-01-12T20:22:23.489Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-secrets_master/archives/ [Pipeline] echo [2021-01-12T20:22:23.514Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_go-mod-secrets_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-12T20:22:23.902Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:22:24.550Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-12T20:22:24.550Z] [2021-01-12T20:22:24.550Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:22:25.251Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-12T20:22:25.529Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-12T20:22:25.529Z] df20fa9351a1: Pulling fs layer [2021-01-12T20:22:25.529Z] 36b3adc4ff6f: Pulling fs layer [2021-01-12T20:22:25.529Z] 8ad3a11d3b57: Pulling fs layer [2021-01-12T20:22:25.529Z] 46f8f816bc3b: Pulling fs layer [2021-01-12T20:22:25.529Z] 93b61091891f: Pulling fs layer [2021-01-12T20:22:25.529Z] 93b9cdb0e59b: Pulling fs layer [2021-01-12T20:22:25.529Z] 5e14af77c1be: Pulling fs layer [2021-01-12T20:22:25.529Z] 01666e4c0597: Pulling fs layer [2021-01-12T20:22:25.529Z] aa168da1d23b: Pulling fs layer [2021-01-12T20:22:25.529Z] 46f8f816bc3b: Waiting [2021-01-12T20:22:25.529Z] 93b61091891f: Waiting [2021-01-12T20:22:25.529Z] 93b9cdb0e59b: Waiting [2021-01-12T20:22:25.529Z] 5e14af77c1be: Waiting [2021-01-12T20:22:25.529Z] 01666e4c0597: Waiting [2021-01-12T20:22:25.529Z] aa168da1d23b: Waiting [2021-01-12T20:22:25.529Z] 36b3adc4ff6f: Verifying Checksum [2021-01-12T20:22:25.529Z] 36b3adc4ff6f: Download complete [2021-01-12T20:22:25.529Z] 46f8f816bc3b: Verifying Checksum [2021-01-12T20:22:25.529Z] 46f8f816bc3b: Download complete [2021-01-12T20:22:25.529Z] df20fa9351a1: Verifying Checksum [2021-01-12T20:22:25.529Z] df20fa9351a1: Download complete [2021-01-12T20:22:25.529Z] 93b9cdb0e59b: Verifying Checksum [2021-01-12T20:22:25.529Z] 93b9cdb0e59b: Download complete [2021-01-12T20:22:25.805Z] 5e14af77c1be: Verifying Checksum [2021-01-12T20:22:25.805Z] 5e14af77c1be: Download complete [2021-01-12T20:22:25.805Z] 01666e4c0597: Verifying Checksum [2021-01-12T20:22:25.805Z] 01666e4c0597: Download complete [2021-01-12T20:22:25.805Z] 93b61091891f: Verifying Checksum [2021-01-12T20:22:25.805Z] 93b61091891f: Download complete [2021-01-12T20:22:26.481Z] df20fa9351a1: Pull complete [2021-01-12T20:22:26.787Z] 36b3adc4ff6f: Pull complete [2021-01-12T20:22:27.478Z] 8ad3a11d3b57: Verifying Checksum [2021-01-12T20:22:27.478Z] 8ad3a11d3b57: Download complete [2021-01-12T20:22:28.995Z] 8ad3a11d3b57: Pull complete [2021-01-12T20:22:29.276Z] 46f8f816bc3b: Pull complete [2021-01-12T20:22:29.886Z] 93b61091891f: Pull complete [2021-01-12T20:22:30.176Z] 93b9cdb0e59b: Pull complete [2021-01-12T20:22:30.510Z] 5e14af77c1be: Pull complete [2021-01-12T20:22:31.184Z] 01666e4c0597: Pull complete [2021-01-12T20:22:33.277Z] aa168da1d23b: Verifying Checksum [2021-01-12T20:22:33.277Z] aa168da1d23b: Download complete [2021-01-12T20:22:48.465Z] aa168da1d23b: Pull complete [2021-01-12T20:22:48.465Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-12T20:22:48.465Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-12T20:22:48.465Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-12T20:22:48.765Z] prd-centos7-docker-4c-2g-19785 does not seem to be running inside a container [2021-01-12T20:22:48.839Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_go-mod-secrets_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-12T20:22:51.132Z] $ docker top 7a086fa36c439127ed5d64e2f95cfe386ebd4c396855e870c7faa4daeaef4890 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T20:22:51.751Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-12T20:22:52.110Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-12T20:22:52.442Z] + ls /var/log/sa-host [2021-01-12T20:22:52.442Z] + sadf -c /var/log/sa-host/sa12 [2021-01-12T20:22:52.442Z] file_magic: OK [2021-01-12T20:22:52.442Z] HZ: Using current value: 100 [2021-01-12T20:22:52.442Z] file_header: OK [2021-01-12T20:22:52.442Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-12T20:22:52.442Z] Statistics: [2021-01-12T20:22:52.442Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-12T20:22:52.442Z] File successfully converted to sysstat format version 12.2.1 [2021-01-12T20:22:52.442Z] + sadf -c /var/log/sa-host/sa23 [2021-01-12T20:22:52.443Z] file_magic: OK [2021-01-12T20:22:52.443Z] HZ: Using current value: 100 [2021-01-12T20:22:52.443Z] file_header: OK [2021-01-12T20:22:52.443Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-12T20:22:52.443Z] Statistics: [2021-01-12T20:22:52.443Z] Hnuu...uuuununununu... [2021-01-12T20:22:52.443Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-12T20:22:52.665Z] provisioning config files... [2021-01-12T20:22:52.684Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config2255435431731262278tmp [Pipeline] { [Pipeline] echo [2021-01-12T20:22:52.763Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T20:22:53.150Z] ---> create-netrc.sh [Pipeline] } [2021-01-12T20:22:53.196Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-12T20:22:53.288Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T20:22:53.632Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-12T20:22:53.658Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T20:22:54.038Z] ---> sudo-logs.sh [2021-01-12T20:22:54.038Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-12T20:22:54.065Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T20:22:54.539Z] ---> job-cost.sh [2021-01-12T20:22:54.819Z] lf-activate-venv: SKIPPING [2021-01-12T20:22:54.819Z] INFO: No Stack... [2021-01-12T20:22:55.823Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-12T20:22:56.419Z] INFO: Archiving Costs [Pipeline] echo [2021-01-12T20:22:56.446Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T20:22:57.096Z] ---> logs-deploy.sh [2021-01-12T20:22:57.097Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/master/22 [2021-01-12T20:22:57.097Z] INFO: archiving workspace using pattern(s): [2021-01-12T20:22:59.696Z] Archives upload complete. [2021-01-12T20:22:59.696Z] INFO: archiving logs to Nexus [2021-01-12T20:23:01.117Z] ---> uname -a: [2021-01-12T20:23:01.117Z] Linux prd-centos7-docker-4c-2g-19785.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-12T20:23:01.117Z] [2021-01-12T20:23:01.117Z] [2021-01-12T20:23:01.117Z] ---> lscpu: [2021-01-12T20:23:01.117Z] Architecture: x86_64 [2021-01-12T20:23:01.117Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-12T20:23:01.117Z] Byte Order: Little Endian [2021-01-12T20:23:01.117Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-12T20:23:01.117Z] CPU(s): 4 [2021-01-12T20:23:01.117Z] On-line CPU(s) list: 0-3 [2021-01-12T20:23:01.118Z] Thread(s) per core: 1 [2021-01-12T20:23:01.118Z] Core(s) per socket: 1 [2021-01-12T20:23:01.118Z] Socket(s): 4 [2021-01-12T20:23:01.118Z] NUMA node(s): 1 [2021-01-12T20:23:01.118Z] Vendor ID: GenuineIntel [2021-01-12T20:23:01.118Z] CPU family: 6 [2021-01-12T20:23:01.118Z] Model: 44 [2021-01-12T20:23:01.118Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-12T20:23:01.118Z] Stepping: 1 [2021-01-12T20:23:01.118Z] CPU MHz: 2933.438 [2021-01-12T20:23:01.118Z] BogoMIPS: 5866.87 [2021-01-12T20:23:01.118Z] Virtualization: VT-x [2021-01-12T20:23:01.118Z] Hypervisor vendor: KVM [2021-01-12T20:23:01.118Z] Virtualization type: full [2021-01-12T20:23:01.118Z] L1d cache: 128 KiB [2021-01-12T20:23:01.118Z] L1i cache: 128 KiB [2021-01-12T20:23:01.118Z] L2 cache: 16 MiB [2021-01-12T20:23:01.118Z] L3 cache: 64 MiB [2021-01-12T20:23:01.118Z] NUMA node0 CPU(s): 0-3 [2021-01-12T20:23:01.118Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-12T20:23:01.118Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-12T20:23:01.118Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-12T20:23:01.118Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-12T20:23:01.118Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-12T20:23:01.118Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-12T20:23:01.118Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-12T20:23:01.118Z] Vulnerability Srbds: Not affected [2021-01-12T20:23:01.118Z] Vulnerability Tsx async abort: Not affected [2021-01-12T20:23:01.118Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-01-12T20:23:01.118Z] [2021-01-12T20:23:01.118Z] [2021-01-12T20:23:01.118Z] ---> nproc: [2021-01-12T20:23:01.118Z] 4 [2021-01-12T20:23:01.118Z] [2021-01-12T20:23:01.118Z] [2021-01-12T20:23:01.118Z] ---> df -h: [2021-01-12T20:23:01.118Z] Filesystem Size Used Available Use% Mounted on [2021-01-12T20:23:01.118Z] overlay 50.0G 8.5G 41.4G 17% / [2021-01-12T20:23:01.118Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-12T20:23:01.118Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-12T20:23:01.118Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-12T20:23:01.118Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2021-01-12T20:23:01.118Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2021-01-12T20:23:01.118Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2021-01-12T20:23:01.118Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2021-01-12T20:23:01.118Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2021-01-12T20:23:01.118Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/gexfoundry_go-mod-secrets_master [2021-01-12T20:23:01.118Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2021-01-12T20:23:01.118Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/gexfoundry_go-mod-secrets_master@tmp [2021-01-12T20:23:01.118Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2021-01-12T20:23:01.118Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2021-01-12T20:23:01.118Z] [2021-01-12T20:23:01.118Z] [2021-01-12T20:23:01.118Z] ---> free -m: [2021-01-12T20:23:01.118Z] total used free shared buff/cache available [2021-01-12T20:23:01.118Z] Mem: 1837 817 139 0 880 955 [2021-01-12T20:23:01.118Z] Swap: 1023 2 1021 [2021-01-12T20:23:01.118Z] [2021-01-12T20:23:01.118Z]