Pull request #71 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/go-mod-secrets Obtained Jenkinsfile from 5317c897c3b826b606443705c861a64b8f6efb3b+56512cd11a939a123a86bcf526f428629016a167 (85cbeb110c7a28edf2f3a6d14d13f7c849036aba) 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-15943 in /w/workspace/dgexfoundry_go-mod-secrets_PR-71 [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-71 # 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/pull/71/head:refs/remotes/origin/PR-71 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 56512cd11a939a123a86bcf526f428629016a167 into PR head commit 5317c897c3b826b606443705c861a64b8f6efb3b Merge succeeded, producing 5317c897c3b826b606443705c861a64b8f6efb3b Checking out Revision 5317c897c3b826b606443705c861a64b8f6efb3b (PR-71) > git config core.sparsecheckout # timeout=10 > git checkout -f 5317c897c3b826b606443705c861a64b8f6efb3b # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 56512cd11a939a123a86bcf526f428629016a167 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5317c897c3b826b606443705c861a64b8f6efb3b # timeout=10 Commit message: "refactor: Fixup from PR review comments." > git rev-list --no-walk 62837fd31727f7254abcd7a7f991ae5bfca05bc3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:56:47 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:56:47 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:56:47 ========================================================= 17:56:47 EdgeX Global Pipelines Version Info 17:56:47 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:56:48 ------------------- 17:56:48 stable info: 17:56:48 ------------------- 17:56:48 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:56:48 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 17:56:48 Message: update stable to v1.0.172 17:56:49 ------------------- 17:56:49 experimental info: 17:56:49 ------------------- 17:56:49 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:56:49 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 17:56:49 Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:56:50 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo 17:56:50 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo 17:56:50 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:56:50 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:56:50 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:56:50 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:56:51 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:56:51 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:56:51 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:56:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:56:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:56:51 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo 17:56:51 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:56:51 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:56:51 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 17:56:52 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 17:56:52 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:56:52 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:56:52 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 17:56:52 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:56:52 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 17:56:52 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 17:56:52 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:56:53 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:56:53 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 17:56:53 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 17:56:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-71 [Pipeline] echo 17:56:53 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-71 [Pipeline] echo 17:56:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-71 [Pipeline] echo 17:56:53 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5317c897c3b826b606443705c861a64b8f6efb3b [Pipeline] echo 17:56:53 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5317c89 [Pipeline] echo 17:56:53 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:56:54 + git log --format=format:%s -1 5317c897c3b826b606443705c861a64b8f6efb3b [Pipeline] echo 17:56:54 GIT_COMMIT: 5317c897c3b826b606443705c861a64b8f6efb3b, Commit Message: refactor: Fixup from PR review comments. [Pipeline] echo 17:56:54 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 17:56:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:56:55 17:56:55 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:56:55 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:56:55 latest: Pulling from edgex-devops/git-semver 17:56:55 31603596830f: Pulling fs layer 17:56:55 2a8b12db71e7: Pulling fs layer 17:56:55 6ca5941a6612: Pulling fs layer 17:56:55 ecc8261a40a4: Pulling fs layer 17:56:55 ecc8261a40a4: Waiting 17:56:55 2a8b12db71e7: Verifying Checksum 17:56:55 2a8b12db71e7: Download complete 17:56:56 31603596830f: Verifying Checksum 17:56:56 31603596830f: Download complete 17:56:56 ecc8261a40a4: Verifying Checksum 17:56:56 ecc8261a40a4: Download complete 17:56:56 31603596830f: Pull complete 17:56:56 6ca5941a6612: Verifying Checksum 17:56:56 6ca5941a6612: Download complete 17:56:56 2a8b12db71e7: Pull complete 17:56:57 6ca5941a6612: Pull complete 17:56:57 ecc8261a40a4: Pull complete 17:56:57 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:56:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:56:57 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:56:57 prd-centos7-docker-4c-2g-15943 does not seem to be running inside a container 17:56:57 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_go-mod-secrets_PR-71 -v /w/workspace/dgexfoundry_go-mod-secrets_PR-71:/w/workspace/dgexfoundry_go-mod-secrets_PR-71:rw,z -v /w/workspace/dgexfoundry_go-mod-secrets_PR-71@tmp:/w/workspace/dgexfoundry_go-mod-secrets_PR-71@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:56:59 $ docker top 67c6223388c89da3ed96654bbd5710fd0c5cf1607c470f3422327665f9140e66 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:57:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:57:00 [ssh-agent] Looking for ssh-agent implementation... 17:57:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:57:00 $ docker exec 67c6223388c89da3ed96654bbd5710fd0c5cf1607c470f3422327665f9140e66 ssh-agent 17:57:00 SSH_AUTH_SOCK=/tmp/ssh-Aszc6ftEHrq9/agent.12 17:57:00 SSH_AGENT_PID=18 17:57:00 Running ssh-add (command line suppressed) 17:57:00 Identity added: /w/workspace/dgexfoundry_go-mod-secrets_PR-71@tmp/private_key_8226387433607879295.key (/w/workspace/dgexfoundry_go-mod-secrets_PR-71@tmp/private_key_8226387433607879295.key) 17:57:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:57:01 + git tag --points-at HEAD [Pipeline] } 17:57:01 $ docker exec --env ******** --env ******** 67c6223388c89da3ed96654bbd5710fd0c5cf1607c470f3422327665f9140e66 ssh-agent -k 17:57:01 unset SSH_AUTH_SOCK; 17:57:01 unset SSH_AGENT_PID; 17:57:01 echo Agent pid 18 killed; 17:57:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:57:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:57:01 [ssh-agent] Looking for ssh-agent implementation... 17:57:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:57:01 $ docker exec 67c6223388c89da3ed96654bbd5710fd0c5cf1607c470f3422327665f9140e66 ssh-agent 17:57:02 SSH_AUTH_SOCK=/tmp/ssh-ARuOq2nmcowy/agent.46 17:57:02 SSH_AGENT_PID=52 17:57:02 Running ssh-add (command line suppressed) 17:57:02 Identity added: /w/workspace/dgexfoundry_go-mod-secrets_PR-71@tmp/private_key_2281602740299697750.key (/w/workspace/dgexfoundry_go-mod-secrets_PR-71@tmp/private_key_2281602740299697750.key) 17:57:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:57:02 + git semver init 17:57:02 # -> Open(): unable to determine branch for HEAD 17:57:02 # $GIT_DIR = /w/workspace/dgexfoundry_go-mod-secrets_PR-71/.git 17:57:02 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_go-mod-secrets_PR-71 17:57:02 # $SEMVER_REMOTE_NAME = origin 17:57:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:57:02 # $SEMVER_USER_NAME = edgex-jenkins 17:57:02 # $SEMVER_BRANCH = PR-71 17:57:02 # $SEMVER_TEMP = /tmp/semver-972489608 17:57:02 # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP 17:57:05 # '/tmp/semver-972489608' -> '/w/workspace/dgexfoundry_go-mod-secrets_PR-71/.semver' 17:57:05 # -> Force: false 17:57:05 # $SEMVER_DIR = /w/workspace/dgexfoundry_go-mod-secrets_PR-71/.semver [Pipeline] } 17:57:05 $ docker exec --env ******** --env ******** 67c6223388c89da3ed96654bbd5710fd0c5cf1607c470f3422327665f9140e66 ssh-agent -k 17:57:05 unset SSH_AUTH_SOCK; 17:57:05 unset SSH_AGENT_PID; 17:57:05 echo Agent pid 52 killed; 17:57:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:57:05 + git semver [Pipeline] } 17:57:05 $ docker stop --time=1 67c6223388c89da3ed96654bbd5710fd0c5cf1607c470f3422327665f9140e66 17:57:07 $ docker rm -f 67c6223388c89da3ed96654bbd5710fd0c5cf1607c470f3422327665f9140e66 [Pipeline] // withDockerContainer [Pipeline] sh 17:57:07 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:57:08 Stashed 1 file(s) [Pipeline] echo 17:57:08 [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 17:57:23 Still waiting to schedule task 17:57:23 Waiting for next available executor on ‘centos7-docker-4c-2g’ 17:57:23 Still waiting to schedule task 17:57:23 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 17:59:19 Running on prd-centos7-docker-4c-2g-15945 in /w/workspace/dgexfoundry_go-mod-secrets_PR-71 [Pipeline] { [Pipeline] ws 17:59:19 Running in /w/workspace/go-mod-secrets/2 [Pipeline] { [Pipeline] checkout 17:59:21 using credential edgex-jenkins-ssh 17:59:22 Cloning the remote Git repository 17:59:22 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 17:59:22 > git init /w/workspace/go-mod-secrets/2 # timeout=10 17:59:22 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 17:59:22 > git --version # timeout=10 17:59:22 > git --version # 'git version 2.24.3' 17:59:22 using GIT_SSH to set credentials SSH Credentials for GitHub 17:59:22 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:59:22 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 17:59:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:59:22 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 17:59:22 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 17:59:22 using GIT_SSH to set credentials SSH Credentials for GitHub 17:59:22 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/71/head:refs/remotes/origin/PR-71 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:59:23 Merging remotes/origin/master commit 56512cd11a939a123a86bcf526f428629016a167 into PR head commit 5317c897c3b826b606443705c861a64b8f6efb3b 17:59:23 Merge succeeded, producing 5317c897c3b826b606443705c861a64b8f6efb3b 17:59:23 Checking out Revision 5317c897c3b826b606443705c861a64b8f6efb3b (PR-71) 17:59:23 > git config core.sparsecheckout # timeout=10 17:59:23 > git checkout -f 5317c897c3b826b606443705c861a64b8f6efb3b # timeout=10 17:59:23 > git remote # timeout=10 17:59:23 > git config --get remote.origin.url # timeout=10 17:59:23 using GIT_SSH to set credentials SSH Credentials for GitHub 17:59:23 > git merge 56512cd11a939a123a86bcf526f428629016a167 # timeout=10 17:59:23 > git rev-parse HEAD^{commit} # timeout=10 17:59:23 > git config core.sparsecheckout # timeout=10 17:59:23 > git checkout -f 5317c897c3b826b606443705c861a64b8f6efb3b # timeout=10 17:59:27 Commit message: "refactor: Fixup from PR review comments." [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:59:29 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:59:29 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:59:29 + sudo service docker restart 17:59:29 + true 17:59:29 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 17:59:31 ========================================================= 17:59:31 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:59:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:59:31 + 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 . 17:59:32 Sending build context to Docker daemon 495.6kB 17:59:32 Step 1/7 : ARG BASE=golang:1.15-alpine 17:59:32 Step 2/7 : FROM ${BASE} 17:59:32 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:59:32 188c0c94c7c5: Pulling fs layer 17:59:32 0ef7d3d256c8: Pulling fs layer 17:59:32 de9db76c5a1d: Pulling fs layer 17:59:32 bca2f99d35d6: Pulling fs layer 17:59:32 93359f2a8cfa: Pulling fs layer 17:59:32 7c6f9722023f: Pulling fs layer 17:59:32 a35cf1a2eb13: Pulling fs layer 17:59:32 93359f2a8cfa: Waiting 17:59:32 7c6f9722023f: Waiting 17:59:32 a35cf1a2eb13: Waiting 17:59:32 bca2f99d35d6: Waiting 17:59:32 de9db76c5a1d: Verifying Checksum 17:59:32 de9db76c5a1d: Download complete 17:59:32 0ef7d3d256c8: Verifying Checksum 17:59:32 0ef7d3d256c8: Download complete 17:59:32 93359f2a8cfa: Verifying Checksum 17:59:32 93359f2a8cfa: Download complete 17:59:32 188c0c94c7c5: Verifying Checksum 17:59:32 7c6f9722023f: Verifying Checksum 17:59:32 7c6f9722023f: Download complete 17:59:33 188c0c94c7c5: Pull complete 17:59:33 0ef7d3d256c8: Pull complete 17:59:33 de9db76c5a1d: Pull complete 17:59:34 a35cf1a2eb13: Verifying Checksum 17:59:34 a35cf1a2eb13: Download complete 17:59:34 Running on prd-ubuntu18.04-docker-arm64-4c-16g-15944 in /w/workspace/dgexfoundry_go-mod-secrets_PR-71 [Pipeline] { [Pipeline] ws 17:59:35 Running in /w/workspace/go-mod-secrets/2 [Pipeline] { [Pipeline] checkout 17:59:35 bca2f99d35d6: Verifying Checksum 17:59:35 bca2f99d35d6: Download complete 17:59:39 using credential edgex-jenkins-ssh 17:59:39 Cloning the remote Git repository 17:59:39 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 17:59:40 > git init /w/workspace/go-mod-secrets/2 # timeout=10 17:59:40 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 17:59:40 > git --version # timeout=10 17:59:40 > git --version # 'git version 2.17.1' 17:59:40 using GIT_SSH to set credentials SSH Credentials for GitHub 17:59:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:59:41 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 17:59:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:59:41 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 17:59:41 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 17:59:41 using GIT_SSH to set credentials SSH Credentials for GitHub 17:59:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/71/head:refs/remotes/origin/PR-71 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:59:41 Merging remotes/origin/master commit 56512cd11a939a123a86bcf526f428629016a167 into PR head commit 5317c897c3b826b606443705c861a64b8f6efb3b 17:59:42 bca2f99d35d6: Pull complete 17:59:42 93359f2a8cfa: Pull complete 17:59:42 7c6f9722023f: Pull complete 17:59:42 Merge succeeded, producing 5317c897c3b826b606443705c861a64b8f6efb3b 17:59:42 Checking out Revision 5317c897c3b826b606443705c861a64b8f6efb3b (PR-71) 17:59:41 > git config core.sparsecheckout # timeout=10 17:59:41 > git checkout -f 5317c897c3b826b606443705c861a64b8f6efb3b # timeout=10 17:59:41 > git remote # timeout=10 17:59:41 > git config --get remote.origin.url # timeout=10 17:59:42 using GIT_SSH to set credentials SSH Credentials for GitHub 17:59:42 > git merge 56512cd11a939a123a86bcf526f428629016a167 # timeout=10 17:59:42 > git rev-parse HEAD^{commit} # timeout=10 17:59:42 > git config core.sparsecheckout # timeout=10 17:59:42 > git checkout -f 5317c897c3b826b606443705c861a64b8f6efb3b # timeout=10 17:59:46 Commit message: "refactor: Fixup from PR review comments." [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 17:59:47 a35cf1a2eb13: Pull complete 17:59:47 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 17:59:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:59:47 ---> a62c8e92a672 17:59:47 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:59:47 ---> Running in 02429f7b6d6e 17:59:47 Removing intermediate container 02429f7b6d6e 17:59:47 ---> eb5f1343c31b 17:59:47 Step 4/7 : RUN apk add --update bash 17:59:47 ---> Running in 87e7024048d1 [Pipeline] script [Pipeline] { [Pipeline] sh 17:59:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:59:48 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:59:48 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:59:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:59:49 + sudo service docker restart 17:59:49 + true 17:59:49 OK: 166 MiB in 39 packages 17:59:50 Removing intermediate container 87e7024048d1 17:59:50 ---> f8f54520e956 17:59:50 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 17:59:50 ---> Running in 5627e04b324d 17:59:50 Removing intermediate container 5627e04b324d 17:59:50 ---> 8ef7967dc020 17:59:50 Step 6/7 : COPY go.mod . 17:59:50 ---> 1cb4af0e7ec3 17:59:50 Step 7/7 : RUN go mod download 17:59:50 ---> Running in 2b05a9a50c90 [Pipeline] unstash [Pipeline] echo 17:59:52 ========================================================= 17:59:52 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:59:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:59:52 + 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 . 17:59:53 Sending build context to Docker daemon 494.6kB 17:59:53 Step 1/7 : ARG BASE=golang:1.15-alpine 17:59:53 Step 2/7 : FROM ${BASE} 17:59:54 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:59:54 5f621e34cdf4: Pulling fs layer 17:59:54 a4357932f1b6: Pulling fs layer 17:59:54 18c013af1878: Pulling fs layer 17:59:54 00ac8860ef70: Pulling fs layer 17:59:54 63d7cb157983: Pulling fs layer 17:59:54 b116817d02f9: Pulling fs layer 17:59:54 745a02a5169b: Pulling fs layer 17:59:54 00ac8860ef70: Waiting 17:59:54 63d7cb157983: Waiting 17:59:54 745a02a5169b: Waiting 17:59:54 b116817d02f9: Waiting 17:59:54 18c013af1878: Verifying Checksum 17:59:54 18c013af1878: Download complete 17:59:54 a4357932f1b6: Verifying Checksum 17:59:54 a4357932f1b6: Download complete 17:59:54 63d7cb157983: Verifying Checksum 17:59:54 63d7cb157983: Download complete 17:59:54 b116817d02f9: Verifying Checksum 17:59:54 b116817d02f9: Download complete 17:59:54 5f621e34cdf4: Download complete 17:59:55 5f621e34cdf4: Pull complete 17:59:55 a4357932f1b6: Pull complete 17:59:55 18c013af1878: Pull complete 17:59:56 745a02a5169b: Verifying Checksum 17:59:56 745a02a5169b: Download complete 17:59:57 00ac8860ef70: Verifying Checksum 17:59:57 00ac8860ef70: Download complete 18:00:03 Removing intermediate container 2b05a9a50c90 18:00:03 ---> 3d3ce5dcaa26 18:00:03 Successfully built 3d3ce5dcaa26 18:00:03 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:00:03 + docker inspect -f . ci-base-image-x86_64 18:00:03 . [Pipeline] withDockerContainer 18:00:03 prd-centos7-docker-4c-2g-15945 does not seem to be running inside a container 18:00:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/2 -v /w/workspace/go-mod-secrets/2:/w/workspace/go-mod-secrets/2:rw,z -v /w/workspace/go-mod-secrets/2@tmp:/w/workspace/go-mod-secrets/2@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-x86_64 cat 18:00:04 $ docker top 204ad0cb31b1158c2e25da6bc8d65daa0ece40c2f960aea736a65079bcf08b44 -eo pid,comm [Pipeline] { [Pipeline] sh 18:00:04 + go version 18:00:04 go version go1.15.5 linux/amd64 [Pipeline] } 18:00:04 $ docker stop --time=1 204ad0cb31b1158c2e25da6bc8d65daa0ece40c2f960aea736a65079bcf08b44 18:00:06 $ docker rm -f 204ad0cb31b1158c2e25da6bc8d65daa0ece40c2f960aea736a65079bcf08b44 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:00:07 + docker inspect -f . ci-base-image-x86_64 18:00:07 . [Pipeline] withDockerContainer 18:00:07 prd-centos7-docker-4c-2g-15945 does not seem to be running inside a container 18:00:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/2 -v /w/workspace/go-mod-secrets/2:/w/workspace/go-mod-secrets/2:rw,z -v /w/workspace/go-mod-secrets/2@tmp:/w/workspace/go-mod-secrets/2@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-x86_64 cat 18:00:07 $ docker top 8b905b0dffe7e1eada9ce08de111f3014b8b71ff0c0d06e2a7dcc406923b3dce -eo pid,comm [Pipeline] { [Pipeline] sh 18:00:08 + make test 18:00:08 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 18:00:09 00ac8860ef70: Pull complete 18:00:09 63d7cb157983: Pull complete 18:00:09 b116817d02f9: Pull complete 18:00:12 745a02a5169b: Pull complete 18:00:12 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:00:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:00:12 ---> b7e6874047d6 18:00:12 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:00:15 ? github.com/edgexfoundry/go-mod-secrets/pkg [no test files] 18:00:15 ? github.com/edgexfoundry/go-mod-secrets/pkg/keys [no test files] 18:00:15 ---> Running in d4ac725993bb 18:00:15 Removing intermediate container d4ac725993bb 18:00:15 ---> 50d196183ae4 18:00:15 Step 4/7 : RUN apk add --update bash 18:00:15 ---> Running in 2204540c355a 18:00:16 # github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks [github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks.test] 18:00:16 pkg/token/authtokenloader/mocks/mock_test.go:22:2: AuthTokenLoader redeclared during import "github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader" 18:00:16 previous declaration at pkg/token/authtokenloader/mocks/AuthTokenLoader.go:8 18:00:16 pkg/token/authtokenloader/mocks/mock_test.go:22:2: imported and not used: "github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader" 18:00:16 pkg/token/authtokenloader/mocks/mock_test.go:29:6: cannot use &MockAuthTokenLoader literal (type *MockAuthTokenLoader) as type AuthTokenLoader in assignment 18:00:16 # github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks [github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks.test] 18:00:16 pkg/token/fileioperformer/mocks/mock_test.go:23:2: FileIoPerformer redeclared during import "github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer" 18:00:16 previous declaration at pkg/token/fileioperformer/mocks/FileIoPerformer.go:13 18:00:16 pkg/token/fileioperformer/mocks/mock_test.go:23:2: imported and not used: "github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer" 18:00:16 pkg/token/fileioperformer/mocks/mock_test.go:30:6: cannot use &MockFileIoPerformer literal (type *MockFileIoPerformer) as type FileIoPerformer in assignment 18:00:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:00:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:00:19 OK: 142 MiB in 39 packages 18:00:20 Removing intermediate container 2204540c355a 18:00:20 ---> 2735e476f5f9 18:00:20 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 18:00:20 ---> Running in b516d4ebe053 18:00:21 Removing intermediate container b516d4ebe053 18:00:21 ---> 9e297e3cc563 18:00:21 Step 6/7 : COPY go.mod . 18:00:22 ---> d5046bf0eaf6 18:00:22 Step 7/7 : RUN go mod download 18:00:22 ---> Running in 01187392c46f 18:00:26 ok github.com/edgexfoundry/go-mod-secrets/pkg/listener 9.018s coverage: 96.7% of statements 18:00:26 ok github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault 0.018s coverage: 44.1% of statements 18:00:26 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader 0.008s coverage: 89.5% of statements 18:00:26 FAIL github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks [build failed] 18:00:26 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer 0.018s coverage: 100.0% of statements 18:00:26 FAIL github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks [build failed] 18:00:26 ok github.com/edgexfoundry/go-mod-secrets/pkg/types 0.028s coverage: 87.5% of statements 18:00:33 ok github.com/edgexfoundry/go-mod-secrets/secrets 15.010s coverage: 93.3% of statements 18:00:33 ? github.com/edgexfoundry/go-mod-secrets/secrets/mocks [no test files] 18:00:33 FAIL 18:00:33 make: *** [Makefile:12: test] Error 2 [Pipeline] } 18:00:33 $ docker stop --time=1 8b905b0dffe7e1eada9ce08de111f3014b8b71ff0c0d06e2a7dcc406923b3dce 18:00:35 $ docker rm -f 8b905b0dffe7e1eada9ce08de111f3014b8b71ff0c0d06e2a7dcc406923b3dce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:00:37 Failed in branch amd64 18:00:40 Removing intermediate container 01187392c46f 18:00:40 ---> 047063c18a9e 18:00:40 Successfully built 047063c18a9e 18:00:40 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:00:40 + docker inspect -f . ci-base-image-arm64 18:00:40 . [Pipeline] withDockerContainer 18:00:40 prd-ubuntu18.04-docker-arm64-4c-16g-15944 does not seem to be running inside a container 18:00:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/2 -v /w/workspace/go-mod-secrets/2:/w/workspace/go-mod-secrets/2:rw,z -v /w/workspace/go-mod-secrets/2@tmp:/w/workspace/go-mod-secrets/2@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 18:00:42 $ docker top be46ee73e1bd8afd046c5a1b450f45044319464826dbcc1f88df5ed43ce0fd1b -eo pid,comm [Pipeline] { [Pipeline] sh 18:00:43 + go version 18:00:43 go version go1.15.5 linux/arm64 [Pipeline] } 18:00:43 $ docker stop --time=1 be46ee73e1bd8afd046c5a1b450f45044319464826dbcc1f88df5ed43ce0fd1b 18:00:45 $ docker rm -f be46ee73e1bd8afd046c5a1b450f45044319464826dbcc1f88df5ed43ce0fd1b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:00:46 + docker inspect -f . ci-base-image-arm64 18:00:46 . [Pipeline] withDockerContainer 18:00:46 prd-ubuntu18.04-docker-arm64-4c-16g-15944 does not seem to be running inside a container 18:00:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/2 -v /w/workspace/go-mod-secrets/2:/w/workspace/go-mod-secrets/2:rw,z -v /w/workspace/go-mod-secrets/2@tmp:/w/workspace/go-mod-secrets/2@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 18:00:48 $ docker top 7b8598bf538f1f2b382cb743e3a7f85796d0815efba66e81436646a40f9a85e9 -eo pid,comm [Pipeline] { [Pipeline] sh 18:00:49 + make test 18:00:49 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 18:01:11 ? github.com/edgexfoundry/go-mod-secrets/pkg [no test files] 18:01:11 ? github.com/edgexfoundry/go-mod-secrets/pkg/keys [no test files] 18:01:11 # github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks [github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks.test] 18:01:11 pkg/token/authtokenloader/mocks/mock_test.go:22:2: AuthTokenLoader redeclared during import "github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader" 18:01:11 previous declaration at pkg/token/authtokenloader/mocks/AuthTokenLoader.go:8 18:01:11 pkg/token/authtokenloader/mocks/mock_test.go:22:2: imported and not used: "github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader" 18:01:11 pkg/token/authtokenloader/mocks/mock_test.go:29:6: cannot use &MockAuthTokenLoader literal (type *MockAuthTokenLoader) as type AuthTokenLoader in assignment 18:01:11 # github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks [github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks.test] 18:01:11 pkg/token/fileioperformer/mocks/mock_test.go:23:2: FileIoPerformer redeclared during import "github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer" 18:01:11 previous declaration at pkg/token/fileioperformer/mocks/FileIoPerformer.go:13 18:01:11 pkg/token/fileioperformer/mocks/mock_test.go:23:2: imported and not used: "github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer" 18:01:11 pkg/token/fileioperformer/mocks/mock_test.go:30:6: cannot use &MockFileIoPerformer literal (type *MockFileIoPerformer) as type FileIoPerformer in assignment 18:01:20 ok github.com/edgexfoundry/go-mod-secrets/pkg/listener 9.021s coverage: 96.7% of statements 18:01:20 ok github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault 0.048s coverage: 44.1% of statements 18:01:20 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader 0.020s coverage: 89.5% of statements 18:01:20 FAIL github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks [build failed] 18:01:20 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer 0.028s coverage: 100.0% of statements 18:01:20 FAIL github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks [build failed] 18:01:20 ok github.com/edgexfoundry/go-mod-secrets/pkg/types 0.052s coverage: 87.5% of statements 18:01:30 ok github.com/edgexfoundry/go-mod-secrets/secrets 15.022s coverage: 93.3% of statements 18:01:30 ? github.com/edgexfoundry/go-mod-secrets/secrets/mocks [no test files] 18:01:30 FAIL 18:01:30 make: *** [Makefile:12: test] Error 2 [Pipeline] } 18:01:30 $ docker stop --time=1 7b8598bf538f1f2b382cb743e3a7f85796d0815efba66e81436646a40f9a85e9 18:01:32 $ docker rm -f 7b8598bf538f1f2b382cb743e3a7f85796d0815efba66e81436646a40f9a85e9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:01:34 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 18:01:37 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:01:37 ---> package-listing.sh 18:01:37 ++ tr '[:upper:]' '[:lower:]' 18:01:37 ++ facter osfamily 18:01:37 + OS_FAMILY=redhat 18:01:37 + workspace=/w/workspace/dgexfoundry_go-mod-secrets_PR-71 18:01:37 + START_PACKAGES=/tmp/packages_start.txt 18:01:37 + END_PACKAGES=/tmp/packages_end.txt 18:01:37 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:01:37 + PACKAGES=/tmp/packages_start.txt 18:01:37 + '[' /w/workspace/dgexfoundry_go-mod-secrets_PR-71 ']' 18:01:37 + PACKAGES=/tmp/packages_end.txt 18:01:37 + case "${OS_FAMILY}" in 18:01:37 + rpm -qa 18:01:37 + sort 18:01:43 + '[' -f /tmp/packages_start.txt ']' 18:01:43 + '[' -f /tmp/packages_end.txt ']' 18:01:43 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:01:43 + '[' /w/workspace/dgexfoundry_go-mod-secrets_PR-71 ']' 18:01:43 + mkdir -p /w/workspace/dgexfoundry_go-mod-secrets_PR-71/archives/ 18:01:43 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_go-mod-secrets_PR-71/archives/ [Pipeline] echo 18:01:43 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-71/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:01:43 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:01:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:01:43 18:01:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:01:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:01:44 alpine: Pulling from edgex-lftools-log-publisher 18:01:44 df20fa9351a1: Pulling fs layer 18:01:44 36b3adc4ff6f: Pulling fs layer 18:01:44 8ad3a11d3b57: Pulling fs layer 18:01:44 46f8f816bc3b: Pulling fs layer 18:01:44 93b61091891f: Pulling fs layer 18:01:44 93b9cdb0e59b: Pulling fs layer 18:01:44 5e14af77c1be: Pulling fs layer 18:01:44 01666e4c0597: Pulling fs layer 18:01:44 aa168da1d23b: Pulling fs layer 18:01:44 46f8f816bc3b: Waiting 18:01:44 93b61091891f: Waiting 18:01:44 93b9cdb0e59b: Waiting 18:01:44 5e14af77c1be: Waiting 18:01:44 01666e4c0597: Waiting 18:01:44 aa168da1d23b: Waiting 18:01:44 36b3adc4ff6f: Download complete 18:01:44 46f8f816bc3b: Verifying Checksum 18:01:44 46f8f816bc3b: Download complete 18:01:44 93b61091891f: Verifying Checksum 18:01:44 93b61091891f: Download complete 18:01:44 93b9cdb0e59b: Verifying Checksum 18:01:44 93b9cdb0e59b: Download complete 18:01:44 df20fa9351a1: Download complete 18:01:44 5e14af77c1be: Verifying Checksum 18:01:44 5e14af77c1be: Download complete 18:01:44 01666e4c0597: Verifying Checksum 18:01:44 01666e4c0597: Download complete 18:01:44 df20fa9351a1: Pull complete 18:01:44 36b3adc4ff6f: Pull complete 18:01:44 8ad3a11d3b57: Verifying Checksum 18:01:44 8ad3a11d3b57: Download complete 18:01:45 8ad3a11d3b57: Pull complete 18:01:45 46f8f816bc3b: Pull complete 18:01:46 93b61091891f: Pull complete 18:01:46 93b9cdb0e59b: Pull complete 18:01:46 5e14af77c1be: Pull complete 18:01:47 aa168da1d23b: Verifying Checksum 18:01:47 aa168da1d23b: Download complete 18:01:47 01666e4c0597: Pull complete 18:01:55 aa168da1d23b: Pull complete 18:01:55 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:01:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:01:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:01:55 prd-centos7-docker-4c-2g-15943 does not seem to be running inside a container 18:01:55 $ 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-71/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-71 -v /w/workspace/dgexfoundry_go-mod-secrets_PR-71:/w/workspace/dgexfoundry_go-mod-secrets_PR-71:rw,z -v /w/workspace/dgexfoundry_go-mod-secrets_PR-71@tmp:/w/workspace/dgexfoundry_go-mod-secrets_PR-71@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:01:58 $ docker top 59c15225bfa40f80de1d7b263c8f4ff3609d77e765abe3fead47204bfbba42dd -eo pid,comm [Pipeline] { [Pipeline] sh 18:01:59 + touch /tmp/pre-build-complete [Pipeline] sh 18:01:59 + mkdir -p /var/log/sa [Pipeline] sh 18:02:00 + ls /var/log/sa-host 18:02:00 + sadf -c /var/log/sa-host/sa14 18:02:00 file_magic: OK 18:02:00 HZ: Using current value: 100 18:02:00 file_header: OK 18:02:00 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 18:02:00 Statistics: 18:02:00 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:02:00 File successfully converted to sysstat format version 12.2.1 18:02:00 + sadf -c /var/log/sa-host/sa23 18:02:00 file_magic: OK 18:02:00 HZ: Using current value: 100 18:02:00 file_header: OK 18:02:00 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 18:02:00 Statistics: 18:02:00 Hnuu...uuuununununu... 18:02:00 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:02:00 provisioning config files... 18:02:00 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_go-mod-secrets_PR-71@tmp/config3735279722988416394tmp [Pipeline] { [Pipeline] echo 18:02:00 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:02:00 ---> create-netrc.sh [Pipeline] } 18:02:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:02:00 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:02:01 ---> python-tools-install.sh [Pipeline] echo 18:02:01 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:02:01 ---> sudo-logs.sh 18:02:01 Archiving 'sudo' log.. [Pipeline] echo 18:02:01 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:02:02 ---> job-cost.sh 18:02:02 lf-activate-venv: SKIPPING 18:02:02 INFO: No Stack... 18:02:03 INFO: Retrieving Pricing Info for: v1-standard-2 18:02:04 INFO: Archiving Costs [Pipeline] echo 18:02:04 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:02:04 ---> logs-deploy.sh 18:02:04 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/PR-71/2 18:02:04 INFO: archiving workspace using pattern(s): 18:02:06 Archives upload complete. 18:02:06 INFO: archiving logs to Nexus 18:02:07 ---> uname -a: 18:02:07 Linux prd-centos7-docker-4c-2g-15943.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 18:02:07 18:02:07 18:02:07 ---> lscpu: 18:02:07 Architecture: x86_64 18:02:07 CPU op-mode(s): 32-bit, 64-bit 18:02:07 Byte Order: Little Endian 18:02:07 Address sizes: 40 bits physical, 48 bits virtual 18:02:07 CPU(s): 4 18:02:07 On-line CPU(s) list: 0-3 18:02:07 Thread(s) per core: 1 18:02:07 Core(s) per socket: 1 18:02:07 Socket(s): 4 18:02:07 NUMA node(s): 1 18:02:07 Vendor ID: GenuineIntel 18:02:07 CPU family: 6 18:02:07 Model: 44 18:02:07 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:02:07 Stepping: 1 18:02:07 CPU MHz: 2933.436 18:02:07 BogoMIPS: 5866.87 18:02:07 Virtualization: VT-x 18:02:07 Hypervisor vendor: KVM 18:02:07 Virtualization type: full 18:02:07 L1d cache: 128 KiB 18:02:07 L1i cache: 128 KiB 18:02:07 L2 cache: 16 MiB 18:02:07 L3 cache: 64 MiB 18:02:07 NUMA node0 CPU(s): 0-3 18:02:07 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:02:07 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:02:07 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:02:07 Vulnerability Meltdown: Mitigation; PTI 18:02:07 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:02:07 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:02:07 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:02:07 Vulnerability Srbds: Not affected 18:02:07 Vulnerability Tsx async abort: Not affected 18:02:07 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 18:02:07 18:02:07 18:02:07 ---> nproc: 18:02:07 4 18:02:07 18:02:07 18:02:07 ---> df -h: 18:02:07 Filesystem Size Used Available Use% Mounted on 18:02:07 overlay 50.0G 7.3G 42.7G 15% / 18:02:07 tmpfs 64.0M 0 64.0M 0% /dev 18:02:07 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:02:07 shm 64.0M 0 64.0M 0% /dev/shm 18:02:07 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 18:02:07 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 18:02:07 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 18:02:07 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 18:02:07 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 18:02:07 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_go-mod-secrets_PR-71 18:02:07 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 18:02:07 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_go-mod-secrets_PR-71@tmp 18:02:07 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 18:02:07 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 18:02:07 18:02:07 18:02:07 ---> free -m: 18:02:07 total used free shared buff/cache available 18:02:07 Mem: 1837 689 106 0 1041 1043 18:02:07 Swap: 1023 1 1022 18:02:07 18:02:07 18:02:07 ---> ip addr: 18:02:07 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:02:07 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:02:07 inet 127.0.0.1/8 scope host lo 18:02:07 valid_lft forever preferred_lft forever 18:02:07 inet6 ::1/128 scope host 18:02:07 valid_lft forever preferred_lft forever 18:02:07 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:02:07 link/ether fa:16:3e:23:f7:a1 brd ff:ff:ff:ff:ff:ff 18:02:07 inet 10.30.122.174/23 brd 10.30.123.255 scope global dynamic eth0 18:02:07 valid_lft 86046sec preferred_lft 86046sec 18:02:07 inet6 fe80::f816:3eff:fe23:f7a1/64 scope link 18:02:07 valid_lft forever preferred_lft forever 18:02:07 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:02:07 link/ether 02:42:ed:19:05:c7 brd ff:ff:ff:ff:ff:ff 18:02:07 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:02:07 valid_lft forever preferred_lft forever 18:02:07 inet6 fe80::42:edff:fe19:5c7/64 scope link 18:02:07 valid_lft forever preferred_lft forever 18:02:07 18:02:07 18:02:07 ---> sar -b -r -n DEV: 18:02:07 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/14/20 _x86_64_ (4 CPU) 18:02:07 18:02:07 17:56:02 LINUX RESTART (4 CPU) 18:02:07 18:02:07 17:57:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:02:07 17:58:01 4.86 0.33 4.53 0.00 29.44 89.66 0.00 18:02:07 17:59:01 0.45 0.00 0.45 0.00 0.00 6.61 0.00 18:02:07 18:00:01 0.25 0.00 0.25 0.00 0.00 2.71 0.00 18:02:07 18:01:01 0.22 0.02 0.20 0.00 0.13 2.01 0.00 18:02:07 Average: 1.44 0.09 1.36 0.00 7.39 25.25 0.00 18:02:07 18:02:07 17:57:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:02:07 17:58:01 149824 0 582232 30.94 2620 1146868 1113308 38.00 392888 1139880 20 18:02:07 17:59:01 149712 0 582336 30.95 2620 1146876 1083376 36.97 399248 1133488 8 18:02:07 18:00:01 149780 0 582264 30.95 2620 1146880 1083484 36.98 403692 1129660 12 18:02:07 18:01:01 147896 0 584144 31.05 2620 1146884 1085716 37.05 410212 1124376 8 18:02:07 Average: 149303 0 582744 30.97 2620 1146877 1091471 37.25 401510 1131851 12 18:02:07 18:02:07 17:57:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:02:07 17:58:01 eth0 20.68 13.75 22.35 5.71 0.00 0.00 0.00 0.00 18:02:07 17:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:02:07 17:58:01 docker0 1.33 1.10 0.31 2.71 0.00 0.00 0.00 0.00 18:02:07 17:59:01 eth0 1.23 0.08 0.11 0.01 0.00 0.00 0.00 0.00 18:02:07 17:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:02:07 17:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:02:07 18:00:01 eth0 2.48 1.73 2.02 0.47 0.00 0.00 0.00 0.00 18:02:07 18:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:02:07 18:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:02:07 18:01:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:02:07 18:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:02:07 18:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:02:07 Average: eth0 6.12 3.91 6.12 1.55 0.00 0.00 0.00 0.00 18:02:07 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:02:07 Average: docker0 0.33 0.27 0.08 0.68 0.00 0.00 0.00 0.00 18:02:07 18:02:07 18:02:07 ---> sar -P ALL: 18:02:07 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/14/20 _x86_64_ (4 CPU) 18:02:07 18:02:07 17:56:02 LINUX RESTART (4 CPU) 18:02:07 18:02:07 17:57:01 CPU %user %nice %system %iowait %steal %idle 18:02:07 17:58:01 all 0.93 0.00 0.49 0.04 0.00 98.54 18:02:07 17:58:01 0 0.75 0.00 0.50 0.00 0.00 98.75 18:02:07 17:58:01 1 1.07 0.00 0.48 0.02 0.02 98.41 18:02:07 17:58:01 2 1.12 0.00 0.45 0.07 0.00 98.36 18:02:07 17:58:01 3 0.80 0.00 0.52 0.07 0.00 98.62 18:02:07 17:59:01 all 0.15 0.00 0.03 0.00 0.00 99.82 18:02:07 17:59:01 0 0.02 0.00 0.03 0.00 0.00 99.95 18:02:07 17:59:01 1 0.48 0.00 0.03 0.00 0.00 99.48 18:02:07 17:59:01 2 0.07 0.00 0.03 0.00 0.00 99.90 18:02:07 17:59:01 3 0.02 0.00 0.03 0.00 0.02 99.93 18:02:07 18:00:01 all 0.18 0.00 0.06 0.00 0.00 99.76 18:02:07 18:00:01 0 0.08 0.00 0.10 0.00 0.00 99.82 18:02:07 18:00:01 1 0.48 0.00 0.03 0.00 0.00 99.48 18:02:07 18:00:01 2 0.07 0.00 0.05 0.00 0.02 99.87 18:02:07 18:00:01 3 0.08 0.00 0.05 0.00 0.00 99.87 18:02:07 18:01:01 all 0.15 0.00 0.04 0.00 0.00 99.81 18:02:07 18:01:01 0 0.02 0.00 0.05 0.00 0.00 99.93 18:02:07 18:01:01 1 0.52 0.00 0.03 0.00 0.00 99.45 18:02:07 18:01:01 2 0.05 0.00 0.05 0.00 0.00 99.90 18:02:07 18:01:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:02:07 Average: all 0.35 0.00 0.15 0.01 0.00 99.48 18:02:07 Average: 0 0.22 0.00 0.17 0.00 0.00 99.61 18:02:07 Average: 1 0.64 0.00 0.15 0.00 0.00 99.21 18:02:07 Average: 2 0.33 0.00 0.15 0.02 0.00 99.51 18:02:07 Average: 3 0.23 0.00 0.15 0.02 0.00 99.60 18:02:07 18:02:07 18:02:07