Pull request #99 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b50891af696819e4c375d560db6453c529aa8fe6+56bf3a934bd322bb4dbd660945e55fa2dba34717 (5edc232b4089cd5700e3fcdd48919b12a8696876) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-secrets, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [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: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-32960 in /w/workspace/dgexfoundry_go-mod-secrets_PR-99 [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/dgexfoundry_go-mod-secrets_PR-99 # 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 Merging remotes/origin/master commit 56bf3a934bd322bb4dbd660945e55fa2dba34717 into PR head commit b50891af696819e4c375d560db6453c529aa8fe6 > 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/pull/99/head:refs/remotes/origin/PR-99 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b50891af696819e4c375d560db6453c529aa8fe6 # timeout=10 Merge succeeded, producing b50891af696819e4c375d560db6453c529aa8fe6 Checking out Revision b50891af696819e4c375d560db6453c529aa8fe6 (PR-99) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 56bf3a934bd322bb4dbd660945e55fa2dba34717 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b50891af696819e4c375d560db6453c529aa8fe6 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-06T14:15:03.656Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-06T14:15:03.915Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-06T14:15:04.067Z] ========================================================= [2021-04-06T14:15:04.067Z] EdgeX Global Pipelines Version Info [2021-04-06T14:15:04.067Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk e3ba7bd66f1a46e8d9d10b7a24ced2a7fe8b2322 # timeout=10 [2021-04-06T14:15:07.967Z] ------------------- [2021-04-06T14:15:07.967Z] stable info: [2021-04-06T14:15:07.967Z] ------------------- [2021-04-06T14:15:07.967Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-06T14:15:07.967Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-06T14:15:07.967Z] Message: update stable to v1.0.186 [2021-04-06T14:15:10.371Z] ------------------- [2021-04-06T14:15:10.371Z] experimental info: [2021-04-06T14:15:10.371Z] ------------------- [2021-04-06T14:15:10.371Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-06T14:15:10.371Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-06T14:15:10.371Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-06T14:15:10.784Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo [2021-04-06T14:15:10.889Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo [2021-04-06T14:15:10.973Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-06T14:15:11.064Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-06T14:15:11.153Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-06T14:15:11.240Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-06T14:15:11.407Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-06T14:15:11.488Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-06T14:15:11.606Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-06T14:15:11.693Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-06T14:15:11.775Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-06T14:15:11.869Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo [2021-04-06T14:15:11.989Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-06T14:15:12.102Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-06T14:15:12.225Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-04-06T14:15:12.366Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-06T14:15:12.453Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-06T14:15:12.564Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-06T14:15:12.654Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-06T14:15:12.784Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-06T14:15:12.912Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-06T14:15:13.023Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-06T14:15:13.111Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-06T14:15:13.204Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-06T14:15:13.296Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-04-06T14:15:13.387Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-06T14:15:13.523Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-99 [Pipeline] echo [2021-04-06T14:15:13.613Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-99 [Pipeline] echo [2021-04-06T14:15:13.724Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-99 [Pipeline] echo [2021-04-06T14:15:13.813Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b50891af696819e4c375d560db6453c529aa8fe6 [Pipeline] echo [2021-04-06T14:15:13.935Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b50891a [Pipeline] echo [2021-04-06T14:15:14.081Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-06T14:15:15.016Z] + git log --format=format:%s -1 b50891af696819e4c375d560db6453c529aa8fe6 [Pipeline] echo [2021-04-06T14:15:15.199Z] GIT_COMMIT: b50891af696819e4c375d560db6453c529aa8fe6, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo [2021-04-06T14:15:15.243Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-06T14:15:15.910Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T14:15:16.678Z] [2021-04-06T14:15:16.678Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-06T14:15:17.623Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T14:15:18.325Z] latest: Pulling from edgex-devops/git-semver [2021-04-06T14:15:18.325Z] 31603596830f: Pulling fs layer [2021-04-06T14:15:18.325Z] 2a8b12db71e7: Pulling fs layer [2021-04-06T14:15:18.325Z] 6ca5941a6612: Pulling fs layer [2021-04-06T14:15:18.325Z] ecc8261a40a4: Pulling fs layer [2021-04-06T14:15:18.325Z] ecc8261a40a4: Waiting [2021-04-06T14:15:18.325Z] 2a8b12db71e7: Verifying Checksum [2021-04-06T14:15:18.325Z] 2a8b12db71e7: Download complete [2021-04-06T14:15:19.110Z] 31603596830f: Verifying Checksum [2021-04-06T14:15:19.110Z] 31603596830f: Download complete [2021-04-06T14:15:19.828Z] ecc8261a40a4: Verifying Checksum [2021-04-06T14:15:19.828Z] ecc8261a40a4: Download complete [2021-04-06T14:15:19.828Z] 6ca5941a6612: Verifying Checksum [2021-04-06T14:15:19.828Z] 6ca5941a6612: Download complete [2021-04-06T14:15:20.201Z] 31603596830f: Pull complete [2021-04-06T14:15:20.531Z] 2a8b12db71e7: Pull complete [2021-04-06T14:15:23.392Z] 6ca5941a6612: Pull complete [2021-04-06T14:15:24.219Z] ecc8261a40a4: Pull complete [2021-04-06T14:15:24.219Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-06T14:15:24.219Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T14:15:24.219Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-06T14:15:24.778Z] prd-centos7-docker-4c-2g-32960 does not seem to be running inside a container [2021-04-06T14:15:25.061Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_go-mod-secrets_PR-99 -v /w/workspace/dgexfoundry_go-mod-secrets_PR-99:/w/workspace/dgexfoundry_go-mod-secrets_PR-99:rw,z -v /w/workspace/dgexfoundry_go-mod-secrets_PR-99@tmp:/w/workspace/dgexfoundry_go-mod-secrets_PR-99@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-06T14:15:29.501Z] $ docker top f5fb287169fdacfae9e608aabbbf5290b750d3febbddc45da1a4e139a0cb9d00 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-06T14:15:29.958Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-06T14:15:29.958Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-06T14:15:30.903Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-06T14:15:30.936Z] $ docker exec f5fb287169fdacfae9e608aabbbf5290b750d3febbddc45da1a4e139a0cb9d00 ssh-agent [2021-04-06T14:15:31.568Z] SSH_AUTH_SOCK=/tmp/ssh-Cs1eGAbAVuk4/agent.11 [2021-04-06T14:15:31.568Z] SSH_AGENT_PID=16 [2021-04-06T14:15:31.613Z] Running ssh-add (command line suppressed) [2021-04-06T14:15:32.053Z] Identity added: /w/workspace/dgexfoundry_go-mod-secrets_PR-99@tmp/private_key_568941004679440721.key (/w/workspace/dgexfoundry_go-mod-secrets_PR-99@tmp/private_key_568941004679440721.key) [2021-04-06T14:15:32.498Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-06T14:15:33.327Z] + git tag --points-at HEAD [Pipeline] } [2021-04-06T14:15:33.438Z] $ docker exec --env ******** --env ******** f5fb287169fdacfae9e608aabbbf5290b750d3febbddc45da1a4e139a0cb9d00 ssh-agent -k [2021-04-06T14:15:33.932Z] unset SSH_AUTH_SOCK; [2021-04-06T14:15:33.933Z] unset SSH_AGENT_PID; [2021-04-06T14:15:33.933Z] echo Agent pid 16 killed; [2021-04-06T14:15:34.116Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-06T14:15:34.263Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-06T14:15:34.263Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-06T14:15:34.761Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-06T14:15:34.762Z] $ docker exec f5fb287169fdacfae9e608aabbbf5290b750d3febbddc45da1a4e139a0cb9d00 ssh-agent [2021-04-06T14:15:34.991Z] SSH_AUTH_SOCK=/tmp/ssh-eIf404Pu1jpo/agent.44 [2021-04-06T14:15:34.991Z] SSH_AGENT_PID=49 [2021-04-06T14:15:35.003Z] Running ssh-add (command line suppressed) [2021-04-06T14:15:35.375Z] Identity added: /w/workspace/dgexfoundry_go-mod-secrets_PR-99@tmp/private_key_6451931540957625079.key (/w/workspace/dgexfoundry_go-mod-secrets_PR-99@tmp/private_key_6451931540957625079.key) [2021-04-06T14:15:35.748Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-06T14:15:36.644Z] + git semver init [2021-04-06T14:15:36.644Z] # -> Open(): unable to determine branch for HEAD [2021-04-06T14:15:36.644Z] # $GIT_DIR = /w/workspace/dgexfoundry_go-mod-secrets_PR-99/.git [2021-04-06T14:15:36.644Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_go-mod-secrets_PR-99 [2021-04-06T14:15:36.644Z] # $SEMVER_REMOTE_NAME = origin [2021-04-06T14:15:36.644Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-06T14:15:36.644Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-06T14:15:36.644Z] # $SEMVER_BRANCH = PR-99 [2021-04-06T14:15:36.644Z] # $SEMVER_TEMP = /tmp/semver-239930450 [2021-04-06T14:15:36.644Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP [2021-04-06T14:15:37.253Z] # '/tmp/semver-239930450' -> '/w/workspace/dgexfoundry_go-mod-secrets_PR-99/.semver' [2021-04-06T14:15:37.531Z] # -> Force: false [2021-04-06T14:15:37.531Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_go-mod-secrets_PR-99/.semver [Pipeline] } [2021-04-06T14:15:37.555Z] $ docker exec --env ******** --env ******** f5fb287169fdacfae9e608aabbbf5290b750d3febbddc45da1a4e139a0cb9d00 ssh-agent -k [2021-04-06T14:15:38.387Z] unset SSH_AUTH_SOCK; [2021-04-06T14:15:38.388Z] unset SSH_AGENT_PID; [2021-04-06T14:15:38.388Z] echo Agent pid 49 killed; [2021-04-06T14:15:38.689Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-06T14:15:39.809Z] + git semver [Pipeline] } [2021-04-06T14:15:39.915Z] $ docker stop --time=1 f5fb287169fdacfae9e608aabbbf5290b750d3febbddc45da1a4e139a0cb9d00 [2021-04-06T14:15:41.760Z] $ docker rm -f f5fb287169fdacfae9e608aabbbf5290b750d3febbddc45da1a4e139a0cb9d00 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-06T14:15:42.621Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-06T14:15:45.131Z] Stashed 1 file(s) [Pipeline] echo [2021-04-06T14:15:45.134Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-04-06T14:15:45.854Z] Running on prd-centos7-docker-4c-2g-32961 in /w/workspace/dgexfoundry_go-mod-secrets_PR-99 [Pipeline] { [Pipeline] ws [2021-04-06T14:15:45.904Z] Running in /w/workspace/go-mod-secrets/3 [Pipeline] { [Pipeline] checkout [2021-04-06T14:15:55.159Z] using credential edgex-jenkins-ssh [2021-04-06T14:15:55.221Z] Cloning the remote Git repository [2021-04-06T14:15:55.264Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2021-04-06T14:15:55.648Z] > git init /w/workspace/go-mod-secrets/3 # timeout=10 [2021-04-06T14:15:55.843Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-04-06T14:15:55.844Z] > git --version # timeout=10 [2021-04-06T14:15:55.945Z] > git --version # 'git version 2.24.3' [2021-04-06T14:15:55.946Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T14:15:56.202Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T14:15:57.953Z] Merging remotes/origin/master commit 56bf3a934bd322bb4dbd660945e55fa2dba34717 into PR head commit b50891af696819e4c375d560db6453c529aa8fe6 [2021-04-06T14:15:57.219Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-04-06T14:15:57.263Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T14:15:57.284Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-04-06T14:15:57.357Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-04-06T14:15:57.357Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T14:15:57.401Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/99/head:refs/remotes/origin/PR-99 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-06T14:15:57.965Z] > git config core.sparsecheckout # timeout=10 [2021-04-06T14:15:57.999Z] > git checkout -f b50891af696819e4c375d560db6453c529aa8fe6 # timeout=10 [2021-04-06T14:15:59.091Z] Merge succeeded, producing b50891af696819e4c375d560db6453c529aa8fe6 [2021-04-06T14:15:59.091Z] Checking out Revision b50891af696819e4c375d560db6453c529aa8fe6 (PR-99) [2021-04-06T14:15:58.822Z] > git remote # timeout=10 [2021-04-06T14:15:58.892Z] > git config --get remote.origin.url # timeout=10 [2021-04-06T14:15:58.979Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T14:15:58.984Z] > git merge 56bf3a934bd322bb4dbd660945e55fa2dba34717 # timeout=10 [2021-04-06T14:15:59.032Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-06T14:15:59.097Z] > git config core.sparsecheckout # timeout=10 [2021-04-06T14:15:59.119Z] > git checkout -f b50891af696819e4c375d560db6453c529aa8fe6 # timeout=10 [2021-04-06T14:16:00.683Z] Still waiting to schedule task [2021-04-06T14:16:00.684Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-32957’ [2021-04-06T14:16:05.281Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-06T14:16:07.599Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-06T14:16:08.264Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-06T14:16:08.918Z] + sudo service docker restart [2021-04-06T14:16:08.919Z] + true [2021-04-06T14:16:08.919Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-04-06T14:16:11.462Z] ========================================================= [2021-04-06T14:16:11.462Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-06T14:16:11.462Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-06T14:16:11.940Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-06T14:16:13.039Z] Sending build context to Docker daemon 623.6kB [2021-04-06T14:16:13.039Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-04-06T14:16:13.039Z] Step 2/7 : FROM ${BASE} [2021-04-06T14:16:13.039Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-06T14:16:13.039Z] 188c0c94c7c5: Pulling fs layer [2021-04-06T14:16:13.039Z] 0ef7d3d256c8: Pulling fs layer [2021-04-06T14:16:13.039Z] de9db76c5a1d: Pulling fs layer [2021-04-06T14:16:13.039Z] bca2f99d35d6: Pulling fs layer [2021-04-06T14:16:13.039Z] 93359f2a8cfa: Pulling fs layer [2021-04-06T14:16:13.039Z] 7c6f9722023f: Pulling fs layer [2021-04-06T14:16:13.039Z] a35cf1a2eb13: Pulling fs layer [2021-04-06T14:16:13.039Z] bca2f99d35d6: Waiting [2021-04-06T14:16:13.039Z] 93359f2a8cfa: Waiting [2021-04-06T14:16:13.039Z] 7c6f9722023f: Waiting [2021-04-06T14:16:13.039Z] a35cf1a2eb13: Waiting [2021-04-06T14:16:13.039Z] de9db76c5a1d: Verifying Checksum [2021-04-06T14:16:13.039Z] de9db76c5a1d: Download complete [2021-04-06T14:16:13.039Z] 0ef7d3d256c8: Download complete [2021-04-06T14:16:13.039Z] 93359f2a8cfa: Verifying Checksum [2021-04-06T14:16:13.039Z] 93359f2a8cfa: Download complete [2021-04-06T14:16:13.770Z] 7c6f9722023f: Verifying Checksum [2021-04-06T14:16:13.770Z] 7c6f9722023f: Download complete [2021-04-06T14:16:13.770Z] 188c0c94c7c5: Verifying Checksum [2021-04-06T14:16:13.771Z] 188c0c94c7c5: Download complete [2021-04-06T14:16:14.524Z] 188c0c94c7c5: Pull complete [2021-04-06T14:16:15.245Z] 0ef7d3d256c8: Pull complete [2021-04-06T14:16:15.847Z] de9db76c5a1d: Pull complete [2021-04-06T14:16:21.951Z] a35cf1a2eb13: Verifying Checksum [2021-04-06T14:16:21.951Z] a35cf1a2eb13: Download complete [2021-04-06T14:16:24.317Z] bca2f99d35d6: Verifying Checksum [2021-04-06T14:16:24.317Z] bca2f99d35d6: Download complete [2021-04-06T14:16:39.744Z] bca2f99d35d6: Pull complete [2021-04-06T14:16:39.744Z] 93359f2a8cfa: Pull complete [2021-04-06T14:16:40.043Z] 7c6f9722023f: Pull complete [2021-04-06T14:16:48.479Z] a35cf1a2eb13: Pull complete [2021-04-06T14:16:48.479Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-06T14:16:48.479Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-06T14:16:48.480Z] ---> a62c8e92a672 [2021-04-06T14:16:48.480Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-06T14:16:48.480Z] ---> Running in fc172b0730f7 [2021-04-06T14:16:48.480Z] Removing intermediate container fc172b0730f7 [2021-04-06T14:16:48.480Z] ---> 9d41ca562669 [2021-04-06T14:16:48.480Z] Step 4/7 : RUN apk add --update bash [2021-04-06T14:16:48.480Z] ---> Running in 9713ddf6f166 [2021-04-06T14:16:50.047Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T14:16:51.027Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T14:16:52.146Z] OK: 166 MiB in 39 packages [2021-04-06T14:16:53.594Z] Removing intermediate container 9713ddf6f166 [2021-04-06T14:16:53.594Z] ---> dfc5094ba69a [2021-04-06T14:16:53.594Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-04-06T14:16:53.594Z] ---> Running in 5ea4c36dd2a9 [2021-04-06T14:16:53.875Z] Removing intermediate container 5ea4c36dd2a9 [2021-04-06T14:16:53.875Z] ---> 0925636fc4b2 [2021-04-06T14:16:53.875Z] Step 6/7 : COPY go.mod . [2021-04-06T14:16:54.569Z] ---> 0cce7f7722be [2021-04-06T14:16:54.569Z] Step 7/7 : RUN go mod download [2021-04-06T14:16:54.569Z] ---> Running in 52ddf1bc80e5 [2021-04-06T14:17:22.241Z] Removing intermediate container 52ddf1bc80e5 [2021-04-06T14:17:22.242Z] ---> ed04043fcd58 [2021-04-06T14:17:22.242Z] Successfully built ed04043fcd58 [2021-04-06T14:17:22.242Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-06T14:17:22.575Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-06T14:17:22.844Z] . [Pipeline] withDockerContainer [2021-04-06T14:17:23.052Z] prd-centos7-docker-4c-2g-32961 does not seem to be running inside a container [2021-04-06T14:17:23.219Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/3 -v /w/workspace/go-mod-secrets/3:/w/workspace/go-mod-secrets/3:rw,z -v /w/workspace/go-mod-secrets/3@tmp:/w/workspace/go-mod-secrets/3@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-06T14:17:25.105Z] $ docker top 5f9ceac4e48c64a54854c45f42e2fc72da6c18fbf7539dade8c9e4c0b18fbc96 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T14:17:26.547Z] + go version [2021-04-06T14:17:26.547Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-06T14:17:26.868Z] $ docker stop --time=1 5f9ceac4e48c64a54854c45f42e2fc72da6c18fbf7539dade8c9e4c0b18fbc96 [2021-04-06T14:17:29.261Z] $ docker rm -f 5f9ceac4e48c64a54854c45f42e2fc72da6c18fbf7539dade8c9e4c0b18fbc96 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T14:17:31.084Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-06T14:17:31.084Z] . [Pipeline] withDockerContainer [2021-04-06T14:17:31.620Z] prd-centos7-docker-4c-2g-32961 does not seem to be running inside a container [2021-04-06T14:17:31.911Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/3 -v /w/workspace/go-mod-secrets/3:/w/workspace/go-mod-secrets/3:rw,z -v /w/workspace/go-mod-secrets/3@tmp:/w/workspace/go-mod-secrets/3@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-06T14:17:33.826Z] $ docker top 4b3a4b049efe794c6539325a14ae43463e67a6c3d125bc3723ee4b36b036fd03 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T14:17:35.359Z] + make test [2021-04-06T14:17:35.359Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-04-06T14:18:03.657Z] ok github.com/edgexfoundry/go-mod-secrets/v2/internal/pkg/vault 7.338s coverage: 81.0% of statements [2021-04-06T14:18:03.657Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg 0.008s coverage: 57.1% of statements [2021-04-06T14:18:03.657Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] [2021-04-06T14:18:05.228Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.024s coverage: 96.7% of statements [2021-04-06T14:18:05.228Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.076s coverage: 89.5% of statements [2021-04-06T14:18:05.228Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] [2021-04-06T14:18:05.228Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.019s coverage: 100.0% of statements [2021-04-06T14:18:05.228Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] [2021-04-06T14:18:05.228Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.019s coverage: 85.7% of statements [2021-04-06T14:18:05.228Z] ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 0.016s coverage: 100.0% of statements [2021-04-06T14:18:05.228Z] ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] [2021-04-06T14:18:05.228Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-04-06T14:18:07.343Z] gofmt -l . [2021-04-06T14:18:07.343Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-04-06T14:18:07.364Z] $ docker stop --time=1 4b3a4b049efe794c6539325a14ae43463e67a6c3d125bc3723ee4b36b036fd03 [2021-04-06T14:18:09.956Z] $ docker rm -f 4b3a4b049efe794c6539325a14ae43463e67a6c3d125bc3723ee4b36b036fd03 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-06T14:18:10.935Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-06T14:18:12.075Z] 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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-06T14:18:13.517Z] ---> job-cost.sh [2021-04-06T14:18:13.517Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-sTT7 [2021-04-06T14:18:36.609Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32962 in /w/workspace/dgexfoundry_go-mod-secrets_PR-99 [Pipeline] { [Pipeline] ws [2021-04-06T14:18:36.699Z] Running in /w/workspace/go-mod-secrets/3 [Pipeline] { [Pipeline] checkout [2021-04-06T14:18:42.008Z] using credential edgex-jenkins-ssh [2021-04-06T14:18:42.081Z] Cloning the remote Git repository [2021-04-06T14:18:42.136Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2021-04-06T14:18:42.238Z] > git init /w/workspace/go-mod-secrets/3 # timeout=10 [2021-04-06T14:18:42.300Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-04-06T14:18:42.301Z] > git --version # timeout=10 [2021-04-06T14:18:42.318Z] > git --version # 'git version 2.17.1' [2021-04-06T14:18:42.320Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T14:18:42.400Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T14:18:43.742Z] Merging remotes/origin/master commit 56bf3a934bd322bb4dbd660945e55fa2dba34717 into PR head commit b50891af696819e4c375d560db6453c529aa8fe6 [2021-04-06T14:18:43.981Z] Merge succeeded, producing b50891af696819e4c375d560db6453c529aa8fe6 [2021-04-06T14:18:43.981Z] Checking out Revision b50891af696819e4c375d560db6453c529aa8fe6 (PR-99) [2021-04-06T14:18:43.155Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-04-06T14:18:43.176Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T14:18:43.206Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-04-06T14:18:43.248Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-04-06T14:18:43.249Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T14:18:43.263Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/99/head:refs/remotes/origin/PR-99 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-06T14:18:43.759Z] > git config core.sparsecheckout # timeout=10 [2021-04-06T14:18:43.777Z] > git checkout -f b50891af696819e4c375d560db6453c529aa8fe6 # timeout=10 [2021-04-06T14:18:43.866Z] > git remote # timeout=10 [2021-04-06T14:18:43.893Z] > git config --get remote.origin.url # timeout=10 [2021-04-06T14:18:43.913Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T14:18:43.923Z] > git merge 56bf3a934bd322bb4dbd660945e55fa2dba34717 # timeout=10 [2021-04-06T14:18:43.947Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-06T14:18:43.985Z] > git config core.sparsecheckout # timeout=10 [2021-04-06T14:18:44.000Z] > git checkout -f b50891af696819e4c375d560db6453c529aa8fe6 # timeout=10 [2021-04-06T14:18:47.621Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-06T14:18:48.495Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-04-06T14:18:48.760Z] [2021-04-06T14:18:48.760Z] GitHub has been notified of this commit’s build result [2021-04-06T14:18:48.760Z] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-06T14:18:49.987Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-06T14:18:50.398Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-06T14:18:50.744Z] + true [2021-04-06T14:18:50.744Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2021-04-06T14:18:53.187Z] ========================================================= [2021-04-06T14:18:53.188Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-06T14:18:53.188Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-06T14:18:53.586Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-06T14:18:54.568Z] Sending build context to Docker daemon 630.8kB [2021-04-06T14:18:54.568Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-04-06T14:18:54.568Z] Step 2/7 : FROM ${BASE} [2021-04-06T14:18:54.841Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-06T14:18:54.841Z] 5f621e34cdf4: Pulling fs layer [2021-04-06T14:18:54.841Z] a4357932f1b6: Pulling fs layer [2021-04-06T14:18:54.841Z] 18c013af1878: Pulling fs layer [2021-04-06T14:18:54.841Z] 00ac8860ef70: Pulling fs layer [2021-04-06T14:18:54.841Z] 63d7cb157983: Pulling fs layer [2021-04-06T14:18:54.841Z] b116817d02f9: Pulling fs layer [2021-04-06T14:18:54.841Z] 745a02a5169b: Pulling fs layer [2021-04-06T14:18:54.841Z] b116817d02f9: Waiting [2021-04-06T14:18:54.841Z] 745a02a5169b: Waiting [2021-04-06T14:18:54.841Z] 00ac8860ef70: Waiting [2021-04-06T14:18:54.841Z] 63d7cb157983: Waiting [2021-04-06T14:18:54.841Z] 18c013af1878: Verifying Checksum [2021-04-06T14:18:54.841Z] 18c013af1878: Download complete [2021-04-06T14:18:54.841Z] a4357932f1b6: Verifying Checksum [2021-04-06T14:18:54.841Z] a4357932f1b6: Download complete [2021-04-06T14:18:54.841Z] 63d7cb157983: Verifying Checksum [2021-04-06T14:18:54.841Z] 63d7cb157983: Download complete [2021-04-06T14:18:54.841Z] b116817d02f9: Download complete [2021-04-06T14:18:54.841Z] 5f621e34cdf4: Verifying Checksum [2021-04-06T14:18:54.841Z] 5f621e34cdf4: Download complete [2021-04-06T14:18:56.277Z] 5f621e34cdf4: Pull complete [2021-04-06T14:18:56.880Z] a4357932f1b6: Pull complete [2021-04-06T14:18:57.155Z] 18c013af1878: Pull complete [2021-04-06T14:18:57.755Z] 745a02a5169b: Verifying Checksum [2021-04-06T14:18:57.755Z] 745a02a5169b: Download complete [2021-04-06T14:18:59.193Z] 00ac8860ef70: Verifying Checksum [2021-04-06T14:18:59.193Z] 00ac8860ef70: Download complete [2021-04-06T14:19:09.370Z] 00ac8860ef70: Pull complete [2021-04-06T14:19:09.370Z] 63d7cb157983: Pull complete [2021-04-06T14:19:09.370Z] b116817d02f9: Pull complete [2021-04-06T14:19:12.799Z] 745a02a5169b: Pull complete [2021-04-06T14:19:12.799Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-06T14:19:12.799Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-06T14:19:12.799Z] ---> b7e6874047d6 [2021-04-06T14:19:12.799Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-06T14:19:16.202Z] ---> Running in 85985184fb44 [2021-04-06T14:19:16.202Z] Removing intermediate container 85985184fb44 [2021-04-06T14:19:16.202Z] ---> 4ac0415ce35b [2021-04-06T14:19:16.202Z] Step 4/7 : RUN apk add --update bash [2021-04-06T14:19:16.475Z] ---> Running in 97f092b4a85c [2021-04-06T14:19:17.909Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T14:19:18.512Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T14:19:19.942Z] OK: 142 MiB in 39 packages [2021-04-06T14:19:20.919Z] Removing intermediate container 97f092b4a85c [2021-04-06T14:19:20.919Z] ---> f88e2043c8a4 [2021-04-06T14:19:20.919Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-04-06T14:19:21.194Z] ---> Running in 8bdc0f350282 [2021-04-06T14:19:21.467Z] Removing intermediate container 8bdc0f350282 [2021-04-06T14:19:21.467Z] ---> c17053de0658 [2021-04-06T14:19:21.467Z] Step 6/7 : COPY go.mod . [2021-04-06T14:19:22.443Z] ---> 45d7b1e679d6 [2021-04-06T14:19:22.443Z] Step 7/7 : RUN go mod download [2021-04-06T14:19:22.443Z] ---> Running in 11d5f2141185 [2021-04-06T14:19:27.327Z] lf-activate-venv(): INFO: Adding /tmp/venv-sTT7/bin to PATH [2021-04-06T14:19:27.327Z] INFO: No Stack... [2021-04-06T14:19:27.327Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-06T14:19:27.327Z] INFO: Archiving Costs [Pipeline] sh [2021-04-06T14:19:27.881Z] + cut -d, -f6 [2021-04-06T14:19:27.881Z] + cat /w/workspace/go-mod-secrets/3/archives/cost.csv [Pipeline] lock [2021-04-06T14:19:28.846Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-secrets-PR-99-3-stack-cost] [2021-04-06T14:19:28.855Z] Resource [jenkins-edgexfoundry-go-mod-secrets-PR-99-3-stack-cost] did not exist. Created. [2021-04-06T14:19:28.855Z] Lock acquired on [jenkins-edgexfoundry-go-mod-secrets-PR-99-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-06T14:19:29.742Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-06T14:19:30.026Z] Stashed 1 file(s) [Pipeline] } [2021-04-06T14:19:30.042Z] Lock released on resource [jenkins-edgexfoundry-go-mod-secrets-PR-99-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-06T14:19:40.795Z] Removing intermediate container 11d5f2141185 [2021-04-06T14:19:40.795Z] ---> 82b5cc5f0551 [2021-04-06T14:19:40.795Z] Successfully built 82b5cc5f0551 [2021-04-06T14:19:40.795Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-06T14:19:41.144Z] + docker inspect -f . ci-base-image-arm64 [2021-04-06T14:19:41.144Z] . [Pipeline] withDockerContainer [2021-04-06T14:19:41.415Z] prd-ubuntu18.04-docker-arm64-4c-16g-32962 does not seem to be running inside a container [2021-04-06T14:19:41.512Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/3 -v /w/workspace/go-mod-secrets/3:/w/workspace/go-mod-secrets/3:rw,z -v /w/workspace/go-mod-secrets/3@tmp:/w/workspace/go-mod-secrets/3@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-06T14:19:43.129Z] $ docker top 043219addd70ddac1ff1b1d628ca5943580fd6e8713cbe3b4621719b4efef121 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T14:19:44.164Z] + go version [2021-04-06T14:19:44.164Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-06T14:19:44.195Z] $ docker stop --time=1 043219addd70ddac1ff1b1d628ca5943580fd6e8713cbe3b4621719b4efef121 [2021-04-06T14:19:46.257Z] $ docker rm -f 043219addd70ddac1ff1b1d628ca5943580fd6e8713cbe3b4621719b4efef121 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T14:19:47.216Z] + docker inspect -f . ci-base-image-arm64 [2021-04-06T14:19:47.216Z] . [Pipeline] withDockerContainer [2021-04-06T14:19:47.477Z] prd-ubuntu18.04-docker-arm64-4c-16g-32962 does not seem to be running inside a container [2021-04-06T14:19:47.561Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/3 -v /w/workspace/go-mod-secrets/3:/w/workspace/go-mod-secrets/3:rw,z -v /w/workspace/go-mod-secrets/3@tmp:/w/workspace/go-mod-secrets/3@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-06T14:19:49.069Z] $ docker top 75365332ef7db5915c59a3e5e610c8af7191190c0367d0ff773f92e8d24db036 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T14:19:50.117Z] + make test [2021-04-06T14:19:50.117Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-04-06T14:20:22.535Z] ok github.com/edgexfoundry/go-mod-secrets/v2/internal/pkg/vault 7.492s coverage: 81.0% of statements [2021-04-06T14:20:22.536Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg 0.058s coverage: 57.1% of statements [2021-04-06T14:20:22.536Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] [2021-04-06T14:20:23.969Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.029s coverage: 96.7% of statements [2021-04-06T14:20:23.969Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.011s coverage: 89.5% of statements [2021-04-06T14:20:23.969Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] [2021-04-06T14:20:23.969Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.010s coverage: 100.0% of statements [2021-04-06T14:20:23.969Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] [2021-04-06T14:20:23.969Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.016s coverage: 85.7% of statements [2021-04-06T14:20:23.969Z] ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 0.020s coverage: 100.0% of statements [2021-04-06T14:20:23.969Z] ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] [2021-04-06T14:20:24.243Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-04-06T14:20:27.642Z] gofmt -l . [2021-04-06T14:20:27.914Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-04-06T14:20:27.948Z] $ docker stop --time=1 75365332ef7db5915c59a3e5e610c8af7191190c0367d0ff773f92e8d24db036 [2021-04-06T14:20:30.263Z] $ docker rm -f 75365332ef7db5915c59a3e5e610c8af7191190c0367d0ff773f92e8d24db036 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-06T14:20:31.075Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-06T14:20:31.098Z] Warning: overwriting stash ‘coverage-report’ [2021-04-06T14:20:31.909Z] 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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-06T14:20:32.974Z] ---> job-cost.sh [2021-04-06T14:20:32.974Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Rj6Z [2021-04-06T14:21:11.984Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-06T14:22:33.747Z] lf-activate-venv(): INFO: Adding /tmp/venv-Rj6Z/bin to PATH [2021-04-06T14:22:33.747Z] INFO: No Stack... [2021-04-06T14:22:34.720Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-06T14:22:35.311Z] INFO: Archiving Costs [Pipeline] sh [2021-04-06T14:22:35.650Z] + cut -d, -f6 [2021-04-06T14:22:35.650Z] + cat /w/workspace/go-mod-secrets/3/archives/cost.csv [Pipeline] lock [2021-04-06T14:22:35.763Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-secrets-PR-99-3-stack-cost] [2021-04-06T14:22:35.773Z] Resource [jenkins-edgexfoundry-go-mod-secrets-PR-99-3-stack-cost] did not exist. Created. [2021-04-06T14:22:35.773Z] Lock acquired on [jenkins-edgexfoundry-go-mod-secrets-PR-99-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-06T14:22:36.223Z] /w/workspace/go-mod-secrets/3@tmp/durable-fcb72716/script.sh: 1: /w/workspace/go-mod-secrets/3@tmp/durable-fcb72716/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-06T14:22:36.569Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-06T14:22:36.590Z] Warning: overwriting stash ‘stack-cost’ [2021-04-06T14:22:36.738Z] Stashed 1 file(s) [Pipeline] } [2021-04-06T14:22:36.751Z] Lock released on resource [jenkins-edgexfoundry-go-mod-secrets-PR-99-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-06T14:22:38.175Z] provisioning config files... [2021-04-06T14:22:38.214Z] copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/dgexfoundry_go-mod-secrets_PR-99@tmp/config1746180283408056309tmp [Pipeline] { [Pipeline] sh [2021-04-06T14:22:38.647Z] + set +x [2021-04-06T14:22:38.647Z] + bash -s -- [2021-04-06T14:22:38.647Z] + curl -s https://codecov.io/bash [2021-04-06T14:22:38.920Z] [2021-04-06T14:22:38.920Z] _____ _ [2021-04-06T14:22:38.920Z] / ____| | | [2021-04-06T14:22:38.920Z] | | ___ __| | ___ ___ _____ __ [2021-04-06T14:22:38.920Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-06T14:22:38.920Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-06T14:22:38.920Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-06T14:22:38.920Z] Bash-20210309-2b87ace [2021-04-06T14:22:38.920Z] [2021-04-06T14:22:38.920Z] [2021-04-06T14:22:38.920Z] ==> git version 2.24.3 found [2021-04-06T14:22:38.920Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-04-06T14:22:38.920Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-06T14:22:38.920Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-06T14:22:38.920Z] ==> Jenkins CI detected. [2021-04-06T14:22:39.208Z] project root: . [2021-04-06T14:22:39.208Z] --> token set from env [2021-04-06T14:22:39.208Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-06T14:22:39.208Z] ==> Running gcov in . (disable via -X gcov) [2021-04-06T14:22:39.208Z] ==> Python coveragepy not found [2021-04-06T14:22:39.208Z] ==> Searching for coverage reports in: [2021-04-06T14:22:39.208Z] + . [2021-04-06T14:22:39.208Z] -> Found 1 reports [2021-04-06T14:22:39.208Z] ==> Detecting git/mercurial file structure [2021-04-06T14:22:39.208Z] ==> Reading reports [2021-04-06T14:22:39.208Z] + ./coverage.out bytes=29270 [2021-04-06T14:22:39.550Z] ==> Appending adjustments [2021-04-06T14:22:39.550Z] https://docs.codecov.io/docs/fixing-reports [2021-04-06T14:22:40.175Z] + Found adjustments [2021-04-06T14:22:40.175Z] ==> Gzipping contents [2021-04-06T14:22:40.175Z] 8.0K /tmp/codecov.nWaEEy.gz [2021-04-06T14:22:40.175Z] ==> Uploading reports [2021-04-06T14:22:40.175Z] url: https://codecov.io [2021-04-06T14:22:40.175Z] query: branch=PR-99&commit=b50891af696819e4c375d560db6453c529aa8fe6&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2FPR-99%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=99&job=&cmd_args= [2021-04-06T14:22:40.175Z] -> Pinging Codecov [2021-04-06T14:22:40.175Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-99&commit=b50891af696819e4c375d560db6453c529aa8fe6&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2FPR-99%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=99&job=&cmd_args= [2021-04-06T14:22:40.466Z] -> Uploading to [2021-04-06T14:22:40.466Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-06/D63849C06B6B67093493C71CE874ED06/b50891af696819e4c375d560db6453c529aa8fe6/0e195296-d90f-4cd1-b0e7-ff004f958d41.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210406%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210406T142240Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=48fb00ecdaccddbded040572f633537259801558a93549aaffcf06354cc89c36 [2021-04-06T14:22:40.466Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-06T14:22:40.466Z] Dload Upload Total Spent Left Speed [2021-04-06T14:22:41.193Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5999 0 0 100 5999 0 9926 --:--:-- --:--:-- --:--:-- 9932 100 5999 0 0 100 5999 0 9921 --:--:-- --:--:-- --:--:-- 9915 [2021-04-06T14:22:41.193Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-secrets/commit/b50891af696819e4c375d560db6453c529aa8fe6 [Pipeline] } [2021-04-06T14:22:41.232Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency 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) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-06T14:22:43.766Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T14:22:44.848Z] ---> package-listing.sh [2021-04-06T14:22:44.848Z] ++ facter osfamily [2021-04-06T14:22:44.848Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-06T14:22:45.119Z] + OS_FAMILY=redhat [2021-04-06T14:22:45.119Z] + workspace=/w/workspace/dgexfoundry_go-mod-secrets_PR-99 [2021-04-06T14:22:45.119Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-06T14:22:45.119Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-06T14:22:45.119Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-06T14:22:45.119Z] + PACKAGES=/tmp/packages_start.txt [2021-04-06T14:22:45.119Z] + '[' /w/workspace/dgexfoundry_go-mod-secrets_PR-99 ']' [2021-04-06T14:22:45.119Z] + PACKAGES=/tmp/packages_end.txt [2021-04-06T14:22:45.119Z] + case "${OS_FAMILY}" in [2021-04-06T14:22:45.119Z] + rpm -qa [2021-04-06T14:22:45.119Z] + sort [2021-04-06T14:22:52.050Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-06T14:22:52.050Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-06T14:22:52.050Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-06T14:22:52.050Z] + '[' /w/workspace/dgexfoundry_go-mod-secrets_PR-99 ']' [2021-04-06T14:22:52.050Z] + mkdir -p /w/workspace/dgexfoundry_go-mod-secrets_PR-99/archives/ [2021-04-06T14:22:52.050Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_go-mod-secrets_PR-99/archives/ [Pipeline] echo [2021-04-06T14:22:52.174Z] 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/dgexfoundry_go-mod-secrets_PR-99/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-06T14:22:52.636Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-06T14:22:53.376Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-06T14:22:53.650Z] [2021-04-06T14:22:53.650Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-06T14:22:54.081Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-06T14:22:54.081Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-06T14:22:54.081Z] df20fa9351a1: Pulling fs layer [2021-04-06T14:22:54.081Z] 36b3adc4ff6f: Pulling fs layer [2021-04-06T14:22:54.081Z] 8ad3a11d3b57: Pulling fs layer [2021-04-06T14:22:54.081Z] 46f8f816bc3b: Pulling fs layer [2021-04-06T14:22:54.081Z] 93b61091891f: Pulling fs layer [2021-04-06T14:22:54.081Z] 93b9cdb0e59b: Pulling fs layer [2021-04-06T14:22:54.081Z] 5e14af77c1be: Pulling fs layer [2021-04-06T14:22:54.081Z] 01666e4c0597: Pulling fs layer [2021-04-06T14:22:54.081Z] aa168da1d23b: Pulling fs layer [2021-04-06T14:22:54.081Z] 93b9cdb0e59b: Waiting [2021-04-06T14:22:54.081Z] 5e14af77c1be: Waiting [2021-04-06T14:22:54.081Z] 46f8f816bc3b: Waiting [2021-04-06T14:22:54.081Z] 93b61091891f: Waiting [2021-04-06T14:22:54.081Z] 01666e4c0597: Waiting [2021-04-06T14:22:54.081Z] aa168da1d23b: Waiting [2021-04-06T14:22:54.384Z] 36b3adc4ff6f: Verifying Checksum [2021-04-06T14:22:54.384Z] 36b3adc4ff6f: Download complete [2021-04-06T14:22:54.384Z] 46f8f816bc3b: Verifying Checksum [2021-04-06T14:22:54.384Z] 46f8f816bc3b: Download complete [2021-04-06T14:22:54.384Z] df20fa9351a1: Verifying Checksum [2021-04-06T14:22:54.384Z] df20fa9351a1: Download complete [2021-04-06T14:22:54.384Z] 93b9cdb0e59b: Verifying Checksum [2021-04-06T14:22:54.673Z] 93b9cdb0e59b: Download complete [2021-04-06T14:22:54.673Z] 5e14af77c1be: Verifying Checksum [2021-04-06T14:22:54.673Z] 5e14af77c1be: Download complete [2021-04-06T14:22:54.673Z] 93b61091891f: Download complete [2021-04-06T14:22:54.673Z] 01666e4c0597: Verifying Checksum [2021-04-06T14:22:55.307Z] df20fa9351a1: Pull complete [2021-04-06T14:22:55.610Z] 36b3adc4ff6f: Pull complete [2021-04-06T14:22:55.898Z] 8ad3a11d3b57: Verifying Checksum [2021-04-06T14:22:55.898Z] 8ad3a11d3b57: Download complete [2021-04-06T14:22:57.499Z] 8ad3a11d3b57: Pull complete [2021-04-06T14:22:58.186Z] 46f8f816bc3b: Pull complete [2021-04-06T14:22:58.895Z] 93b61091891f: Pull complete [2021-04-06T14:22:59.342Z] 93b9cdb0e59b: Pull complete [2021-04-06T14:22:59.650Z] 5e14af77c1be: Pull complete [2021-04-06T14:22:59.650Z] 01666e4c0597: Pull complete [2021-04-06T14:23:03.849Z] aa168da1d23b: Verifying Checksum [2021-04-06T14:23:03.849Z] aa168da1d23b: Download complete [2021-04-06T14:23:22.786Z] aa168da1d23b: Pull complete [2021-04-06T14:23:22.786Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-06T14:23:22.786Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-06T14:23:22.786Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-06T14:23:23.425Z] prd-centos7-docker-4c-2g-32960 does not seem to be running inside a container [2021-04-06T14:23:23.585Z] $ 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/dgexfoundry_go-mod-secrets_PR-99/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_go-mod-secrets_PR-99 -v /w/workspace/dgexfoundry_go-mod-secrets_PR-99:/w/workspace/dgexfoundry_go-mod-secrets_PR-99:rw,z -v /w/workspace/dgexfoundry_go-mod-secrets_PR-99@tmp:/w/workspace/dgexfoundry_go-mod-secrets_PR-99@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-06T14:23:27.332Z] $ docker top d837f411e3c041ef73a0283853f32e132b3ab59b73190d497d83bda5382c9f94 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T14:23:28.732Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-06T14:23:29.585Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-06T14:23:30.532Z] + ls /var/log/sa-host [2021-04-06T14:23:30.532Z] + sadf -c /var/log/sa-host/sa06 [2021-04-06T14:23:30.532Z] file_magic: OK [2021-04-06T14:23:30.532Z] HZ: Using current value: 100 [2021-04-06T14:23:30.532Z] file_header: OK [2021-04-06T14:23:30.532Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-06T14:23:30.532Z] Statistics: [2021-04-06T14:23:30.532Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-06T14:23:30.532Z] File successfully converted to sysstat format version 12.2.1 [2021-04-06T14:23:30.532Z] + sadf -c /var/log/sa-host/sa23 [2021-04-06T14:23:30.532Z] file_magic: OK [2021-04-06T14:23:30.532Z] HZ: Using current value: 100 [2021-04-06T14:23:30.532Z] file_header: OK [2021-04-06T14:23:30.532Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-06T14:23:30.532Z] Statistics: [2021-04-06T14:23:30.532Z] Hnuu...uuuununununu... [2021-04-06T14:23:30.532Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-06T14:23:31.012Z] provisioning config files... [2021-04-06T14:23:31.101Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_go-mod-secrets_PR-99@tmp/config7655979508070674685tmp [Pipeline] { [Pipeline] echo [2021-04-06T14:23:31.182Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T14:23:32.163Z] ---> create-netrc.sh [Pipeline] } [2021-04-06T14:23:32.196Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-06T14:23:32.306Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T14:23:33.343Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-06T14:23:33.361Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T14:23:33.744Z] ---> sudo-logs.sh [2021-04-06T14:23:33.744Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-06T14:23:34.064Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T14:23:35.018Z] ---> job-cost.sh [2021-04-06T14:23:35.018Z] lf-activate-venv: SKIPPING [2021-04-06T14:23:35.018Z] DEBUG: total: 0.20999999344348907 [2021-04-06T14:23:35.018Z] INFO: Retrieving Stack Cost... [2021-04-06T14:23:36.475Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-06T14:23:37.106Z] INFO: Archiving Costs [Pipeline] echo [2021-04-06T14:23:37.132Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T14:23:37.877Z] ---> logs-deploy.sh [2021-04-06T14:23:37.877Z] lf-activate-venv: SKIPPING [2021-04-06T14:23:37.877Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/PR-99/3 [2021-04-06T14:23:37.877Z] INFO: archiving workspace using pattern(s): [2021-04-06T14:23:41.464Z] Archives upload complete. [2021-04-06T14:23:41.738Z] INFO: archiving logs to Nexus [2021-04-06T14:23:43.189Z] ---> uname -a: [2021-04-06T14:23:43.189Z] Linux prd-centos7-docker-4c-2g-32960.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-04-06T14:23:43.189Z] [2021-04-06T14:23:43.189Z] [2021-04-06T14:23:43.189Z] ---> lscpu: [2021-04-06T14:23:43.189Z] Architecture: x86_64 [2021-04-06T14:23:43.189Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-06T14:23:43.189Z] Byte Order: Little Endian [2021-04-06T14:23:43.189Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-06T14:23:43.189Z] CPU(s): 4 [2021-04-06T14:23:43.189Z] On-line CPU(s) list: 0-3 [2021-04-06T14:23:43.189Z] Thread(s) per core: 1 [2021-04-06T14:23:43.189Z] Core(s) per socket: 1 [2021-04-06T14:23:43.189Z] Socket(s): 4 [2021-04-06T14:23:43.189Z] NUMA node(s): 1 [2021-04-06T14:23:43.189Z] Vendor ID: GenuineIntel [2021-04-06T14:23:43.189Z] CPU family: 6 [2021-04-06T14:23:43.189Z] Model: 44 [2021-04-06T14:23:43.189Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-06T14:23:43.189Z] Stepping: 1 [2021-04-06T14:23:43.189Z] CPU MHz: 2933.438 [2021-04-06T14:23:43.189Z] BogoMIPS: 5866.87 [2021-04-06T14:23:43.189Z] Virtualization: VT-x [2021-04-06T14:23:43.189Z] Hypervisor vendor: KVM [2021-04-06T14:23:43.189Z] Virtualization type: full [2021-04-06T14:23:43.189Z] L1d cache: 128 KiB [2021-04-06T14:23:43.189Z] L1i cache: 128 KiB [2021-04-06T14:23:43.189Z] L2 cache: 16 MiB [2021-04-06T14:23:43.189Z] L3 cache: 64 MiB [2021-04-06T14:23:43.189Z] NUMA node0 CPU(s): 0-3 [2021-04-06T14:23:43.189Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-06T14:23:43.189Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-06T14:23:43.189Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-06T14:23:43.189Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-06T14:23:43.189Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-06T14:23:43.189Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-06T14:23:43.189Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-06T14:23:43.189Z] Vulnerability Srbds: Not affected [2021-04-06T14:23:43.189Z] Vulnerability Tsx async abort: Not affected [2021-04-06T14:23:43.189Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-04-06T14:23:43.189Z] [2021-04-06T14:23:43.189Z] [2021-04-06T14:23:43.189Z] ---> nproc: [2021-04-06T14:23:43.189Z] 4 [2021-04-06T14:23:43.189Z] [2021-04-06T14:23:43.189Z] [2021-04-06T14:23:43.189Z] ---> df -h: [2021-04-06T14:23:43.189Z] Filesystem Size Used Available Use% Mounted on [2021-04-06T14:23:43.189Z] overlay 50.0G 7.3G 42.7G 15% / [2021-04-06T14:23:43.189Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-06T14:23:43.189Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-06T14:23:43.189Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-06T14:23:43.189Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-04-06T14:23:43.189Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-04-06T14:23:43.189Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-04-06T14:23:43.189Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-04-06T14:23:43.189Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_go-mod-secrets_PR-99@tmp [2021-04-06T14:23:43.189Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-04-06T14:23:43.189Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-04-06T14:23:43.189Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-04-06T14:23:43.189Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-04-06T14:23:43.189Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_go-mod-secrets_PR-99 [2021-04-06T14:23:43.189Z] [2021-04-06T14:23:43.189Z]