Branch indexing 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 weichou1229 for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at 693df338c8eb598b828fcdb5998037a9ff32d047 rather than 25a4917d5544e6bcde1447309bf18add20eb9278 Obtained Jenkinsfile from 693df338c8eb598b828fcdb5998037a9ff32d047 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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-core-contracts, 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-core-contracts-settings PROJECT: go-mod-core-contracts 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-core-contracts 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Running on prd-centos7-docker-4c-2g-23577 in /w/workspace/dry_go-mod-core-contracts_PR-462 [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-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_PR-462 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.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-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 693df338c8eb598b828fcdb5998037a9ff32d047 into PR head commit 25a4917d5544e6bcde1447309bf18add20eb9278 Merge succeeded, producing 5b80684b4aa8a715372abee27686f8f00bcb3c11 Checking out Revision 5b80684b4aa8a715372abee27686f8f00bcb3c11 (PR-462) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.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-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/462/head:refs/remotes/origin/PR-462 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 25a4917d5544e6bcde1447309bf18add20eb9278 # 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 693df338c8eb598b828fcdb5998037a9ff32d047 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5b80684b4aa8a715372abee27686f8f00bcb3c11 # timeout=10 Commit message: "Merge commit '693df338c8eb598b828fcdb5998037a9ff32d047' into HEAD" > git rev-list --no-walk 25a4917d5544e6bcde1447309bf18add20eb9278 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-28T00:38:21.834Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-28T00:38:22.073Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-28T00:38:22.178Z] ========================================================= [2021-01-28T00:38:22.178Z] EdgeX Global Pipelines Version Info [2021-01-28T00:38:22.178Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:38:24.093Z] ------------------- [2021-01-28T00:38:24.093Z] stable info: [2021-01-28T00:38:24.093Z] ------------------- [2021-01-28T00:38:24.093Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T00:38:24.093Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T00:38:24.093Z] Message: update stable to v1.0.179 [2021-01-28T00:38:24.669Z] ------------------- [2021-01-28T00:38:24.669Z] experimental info: [2021-01-28T00:38:24.669Z] ------------------- [2021-01-28T00:38:24.669Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T00:38:24.669Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T00:38:24.669Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-28T00:38:24.933Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-01-28T00:38:25.020Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-01-28T00:38:25.109Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-28T00:38:25.213Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-28T00:38:25.318Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-28T00:38:25.426Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-28T00:38:25.524Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-28T00:38:25.617Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-28T00:38:25.733Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-28T00:38:25.820Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-28T00:38:25.914Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-28T00:38:25.999Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2021-01-28T00:38:26.099Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-28T00:38:26.187Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-28T00:38:26.273Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-01-28T00:38:26.369Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-28T00:38:26.497Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-28T00:38:26.591Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-28T00:38:26.707Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-28T00:38:26.813Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-28T00:38:26.902Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-28T00:38:26.988Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-28T00:38:27.100Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-28T00:38:27.203Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-28T00:38:27.290Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-01-28T00:38:27.376Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-28T00:38:27.460Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-28T00:38:27.547Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-462 [Pipeline] echo [2021-01-28T00:38:27.649Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-462 [Pipeline] echo [2021-01-28T00:38:27.743Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-462 [Pipeline] echo [2021-01-28T00:38:27.827Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5b80684b4aa8a715372abee27686f8f00bcb3c11 [Pipeline] echo [2021-01-28T00:38:27.940Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5b80684 [Pipeline] echo [2021-01-28T00:38:28.023Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-28T00:38:28.744Z] + git log --format=format:%s -1 5b80684b4aa8a715372abee27686f8f00bcb3c11 [Pipeline] echo [2021-01-28T00:38:28.820Z] GIT_COMMIT: 5b80684b4aa8a715372abee27686f8f00bcb3c11, Commit Message: Merge commit '693df338c8eb598b828fcdb5998037a9ff32d047' into HEAD [Pipeline] echo [2021-01-28T00:38:28.866Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:38:29.463Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T00:38:29.731Z] [2021-01-28T00:38:29.731Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:38:30.097Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T00:38:30.097Z] latest: Pulling from edgex-devops/git-semver [2021-01-28T00:38:30.097Z] 31603596830f: Pulling fs layer [2021-01-28T00:38:30.097Z] 2a8b12db71e7: Pulling fs layer [2021-01-28T00:38:30.097Z] 6ca5941a6612: Pulling fs layer [2021-01-28T00:38:30.097Z] ecc8261a40a4: Pulling fs layer [2021-01-28T00:38:30.097Z] ecc8261a40a4: Waiting [2021-01-28T00:38:30.097Z] 2a8b12db71e7: Verifying Checksum [2021-01-28T00:38:30.097Z] 2a8b12db71e7: Download complete [2021-01-28T00:38:30.387Z] 31603596830f: Download complete [2021-01-28T00:38:30.664Z] ecc8261a40a4: Verifying Checksum [2021-01-28T00:38:30.664Z] ecc8261a40a4: Download complete [2021-01-28T00:38:30.664Z] 6ca5941a6612: Verifying Checksum [2021-01-28T00:38:30.664Z] 6ca5941a6612: Download complete [2021-01-28T00:38:30.931Z] 31603596830f: Pull complete [2021-01-28T00:38:31.206Z] 2a8b12db71e7: Pull complete [2021-01-28T00:38:32.226Z] 6ca5941a6612: Pull complete [2021-01-28T00:38:32.812Z] ecc8261a40a4: Pull complete [2021-01-28T00:38:32.812Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-28T00:38:32.812Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T00:38:32.812Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-28T00:38:33.045Z] prd-centos7-docker-4c-2g-23577 does not seem to be running inside a container [2021-01-28T00:38:33.104Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-462 -v /w/workspace/dry_go-mod-core-contracts_PR-462:/w/workspace/dry_go-mod-core-contracts_PR-462:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-462@tmp:/w/workspace/dry_go-mod-core-contracts_PR-462@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-28T00:38:35.382Z] $ docker top c4fa232331f7a20c5fe499c48857a9ebe8f89dbc86d308e635f7c9c14159ed14 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-28T00:38:35.726Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T00:38:35.726Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T00:38:35.986Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T00:38:35.991Z] $ docker exec c4fa232331f7a20c5fe499c48857a9ebe8f89dbc86d308e635f7c9c14159ed14 ssh-agent [2021-01-28T00:38:36.232Z] SSH_AUTH_SOCK=/tmp/ssh-85TVpN6B8ohn/agent.12 [2021-01-28T00:38:36.232Z] SSH_AGENT_PID=17 [2021-01-28T00:38:36.247Z] Running ssh-add (command line suppressed) [2021-01-28T00:38:36.406Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-462@tmp/private_key_8850133502774630619.key (/w/workspace/dry_go-mod-core-contracts_PR-462@tmp/private_key_8850133502774630619.key) [2021-01-28T00:38:36.471Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T00:38:36.815Z] + git tag --points-at HEAD [Pipeline] } [2021-01-28T00:38:36.842Z] $ docker exec --env ******** --env ******** c4fa232331f7a20c5fe499c48857a9ebe8f89dbc86d308e635f7c9c14159ed14 ssh-agent -k [2021-01-28T00:38:36.993Z] unset SSH_AUTH_SOCK; [2021-01-28T00:38:36.993Z] unset SSH_AGENT_PID; [2021-01-28T00:38:36.993Z] echo Agent pid 17 killed; [2021-01-28T00:38:37.052Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-28T00:38:37.225Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T00:38:37.225Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T00:38:37.442Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T00:38:37.446Z] $ docker exec c4fa232331f7a20c5fe499c48857a9ebe8f89dbc86d308e635f7c9c14159ed14 ssh-agent [2021-01-28T00:38:37.650Z] SSH_AUTH_SOCK=/tmp/ssh-USxC2L39vhkq/agent.46 [2021-01-28T00:38:37.650Z] SSH_AGENT_PID=51 [2021-01-28T00:38:37.658Z] Running ssh-add (command line suppressed) [2021-01-28T00:38:37.807Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-462@tmp/private_key_706274423372823922.key (/w/workspace/dry_go-mod-core-contracts_PR-462@tmp/private_key_706274423372823922.key) [2021-01-28T00:38:37.881Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T00:38:38.232Z] + git semver init [2021-01-28T00:38:38.232Z] # -> Open(): unable to determine branch for HEAD [2021-01-28T00:38:38.232Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-462/.git [2021-01-28T00:38:38.232Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-462 [2021-01-28T00:38:38.232Z] # $SEMVER_REMOTE_NAME = origin [2021-01-28T00:38:38.232Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-28T00:38:38.232Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-28T00:38:38.232Z] # $SEMVER_BRANCH = PR-462 [2021-01-28T00:38:38.232Z] # $SEMVER_TEMP = /tmp/semver-012553864 [2021-01-28T00:38:38.232Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-01-28T00:38:39.190Z] # '/tmp/semver-012553864' -> '/w/workspace/dry_go-mod-core-contracts_PR-462/.semver' [2021-01-28T00:38:39.191Z] # -> Force: false [2021-01-28T00:38:39.191Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-462/.semver [Pipeline] } [2021-01-28T00:38:39.229Z] $ docker exec --env ******** --env ******** c4fa232331f7a20c5fe499c48857a9ebe8f89dbc86d308e635f7c9c14159ed14 ssh-agent -k [2021-01-28T00:38:39.424Z] unset SSH_AUTH_SOCK; [2021-01-28T00:38:39.425Z] unset SSH_AGENT_PID; [2021-01-28T00:38:39.425Z] echo Agent pid 51 killed; [2021-01-28T00:38:39.515Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T00:38:40.005Z] + git semver [Pipeline] } [2021-01-28T00:38:40.022Z] $ docker stop --time=1 c4fa232331f7a20c5fe499c48857a9ebe8f89dbc86d308e635f7c9c14159ed14 [2021-01-28T00:38:41.929Z] $ docker rm -f c4fa232331f7a20c5fe499c48857a9ebe8f89dbc86d308e635f7c9c14159ed14 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T00:38:42.463Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-28T00:38:43.261Z] Stashed 1 file(s) [Pipeline] echo [2021-01-28T00:38:43.263Z] [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-01-28T00:38:58.849Z] Still waiting to schedule task [2021-01-28T00:38:58.849Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-28T00:38:58.851Z] Still waiting to schedule task [2021-01-28T00:38:58.851Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-28T00:41:32.605Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-23585 in /w/workspace/dry_go-mod-core-contracts_PR-462 [Pipeline] { [Pipeline] ws [2021-01-28T00:41:32.659Z] Running in /w/workspace/go-mod-core-contracts/5 [Pipeline] { [Pipeline] checkout [2021-01-28T00:41:37.931Z] using credential edgex-jenkins-ssh [2021-01-28T00:41:37.992Z] Cloning the remote Git repository [2021-01-28T00:41:38.056Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-28T00:41:38.170Z] > git init /w/workspace/go-mod-core-contracts/5 # timeout=10 [2021-01-28T00:41:38.254Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-28T00:41:38.257Z] > git --version # timeout=10 [2021-01-28T00:41:38.290Z] > git --version # 'git version 2.17.1' [2021-01-28T00:41:38.292Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:41:38.387Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T00:41:39.537Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-28T00:41:39.564Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T00:41:39.591Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-28T00:41:39.631Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-28T00:41:39.632Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:41:39.644Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/462/head:refs/remotes/origin/PR-462 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-28T00:41:40.306Z] Merging remotes/origin/master commit 693df338c8eb598b828fcdb5998037a9ff32d047 into PR head commit 25a4917d5544e6bcde1447309bf18add20eb9278 [2021-01-28T00:41:40.773Z] Merge succeeded, producing 3bbfc643fef10ff69fe892ecef2a9d9f99b21cef [2021-01-28T00:41:40.773Z] Checking out Revision 3bbfc643fef10ff69fe892ecef2a9d9f99b21cef (PR-462) [2021-01-28T00:41:40.331Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T00:41:40.366Z] > git checkout -f 25a4917d5544e6bcde1447309bf18add20eb9278 # timeout=10 [2021-01-28T00:41:40.531Z] > git remote # timeout=10 [2021-01-28T00:41:40.566Z] > git config --get remote.origin.url # timeout=10 [2021-01-28T00:41:40.584Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:41:40.597Z] > git merge 693df338c8eb598b828fcdb5998037a9ff32d047 # timeout=10 [2021-01-28T00:41:40.752Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-28T00:41:40.783Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T00:41:40.808Z] > git checkout -f 3bbfc643fef10ff69fe892ecef2a9d9f99b21cef # timeout=10 [2021-01-28T00:41:45.174Z] Commit message: "Merge commit '693df338c8eb598b828fcdb5998037a9ff32d047' into HEAD" [2021-01-28T00:41:45.184Z] > git rev-list --no-walk 25a4917d5544e6bcde1447309bf18add20eb9278 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-28T00:41:46.733Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-28T00:41:47.179Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T00:41:47.545Z] + sudo service docker restart [2021-01-28T00:41:47.545Z] + true [Pipeline] unstash [Pipeline] echo [2021-01-28T00:41:50.496Z] ========================================================= [2021-01-28T00:41:50.497Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-28T00:41:50.497Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:41:50.917Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-28T00:41:51.910Z] Sending build context to Docker daemon 2.434MB [2021-01-28T00:41:51.910Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-28T00:41:51.910Z] Step 2/7 : FROM ${BASE} [2021-01-28T00:41:52.510Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-28T00:41:52.510Z] 5f621e34cdf4: Pulling fs layer [2021-01-28T00:41:52.510Z] a4357932f1b6: Pulling fs layer [2021-01-28T00:41:52.510Z] 18c013af1878: Pulling fs layer [2021-01-28T00:41:52.510Z] 00ac8860ef70: Pulling fs layer [2021-01-28T00:41:52.510Z] 63d7cb157983: Pulling fs layer [2021-01-28T00:41:52.510Z] b116817d02f9: Pulling fs layer [2021-01-28T00:41:52.510Z] 745a02a5169b: Pulling fs layer [2021-01-28T00:41:52.510Z] 63d7cb157983: Waiting [2021-01-28T00:41:52.510Z] 00ac8860ef70: Waiting [2021-01-28T00:41:52.510Z] b116817d02f9: Waiting [2021-01-28T00:41:52.510Z] 745a02a5169b: Waiting [2021-01-28T00:41:52.510Z] 18c013af1878: Verifying Checksum [2021-01-28T00:41:52.510Z] 18c013af1878: Download complete [2021-01-28T00:41:52.510Z] a4357932f1b6: Verifying Checksum [2021-01-28T00:41:52.510Z] a4357932f1b6: Download complete [2021-01-28T00:41:52.510Z] 63d7cb157983: Download complete [2021-01-28T00:41:52.510Z] b116817d02f9: Verifying Checksum [2021-01-28T00:41:52.510Z] b116817d02f9: Download complete [2021-01-28T00:41:53.110Z] 5f621e34cdf4: Verifying Checksum [2021-01-28T00:41:53.110Z] 5f621e34cdf4: Download complete [2021-01-28T00:41:53.716Z] 5f621e34cdf4: Pull complete [2021-01-28T00:41:54.321Z] a4357932f1b6: Pull complete [2021-01-28T00:41:54.926Z] 18c013af1878: Pull complete [2021-01-28T00:41:55.925Z] 745a02a5169b: Verifying Checksum [2021-01-28T00:41:55.925Z] 745a02a5169b: Download complete [2021-01-28T00:41:57.901Z] 00ac8860ef70: Verifying Checksum [2021-01-28T00:41:57.901Z] 00ac8860ef70: Download complete [2021-01-28T00:42:08.051Z] 00ac8860ef70: Pull complete [2021-01-28T00:42:08.051Z] 63d7cb157983: Pull complete [2021-01-28T00:42:08.051Z] b116817d02f9: Pull complete [2021-01-28T00:42:11.447Z] 745a02a5169b: Pull complete [2021-01-28T00:42:11.447Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-28T00:42:11.447Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-28T00:42:11.447Z] ---> b7e6874047d6 [2021-01-28T00:42:11.447Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-28T00:42:14.097Z] ---> Running in c90b6a9f75ca [2021-01-28T00:42:14.698Z] Removing intermediate container c90b6a9f75ca [2021-01-28T00:42:14.698Z] ---> 2b05f5b28cb5 [2021-01-28T00:42:14.698Z] Step 4/7 : RUN apk add bash [2021-01-28T00:42:14.698Z] ---> Running in ee54dbdd282f [2021-01-28T00:42:16.140Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:42:17.124Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:42:19.099Z] OK: 142 MiB in 39 packages [2021-01-28T00:42:20.534Z] Removing intermediate container ee54dbdd282f [2021-01-28T00:42:20.534Z] ---> 4ee47f845f09 [2021-01-28T00:42:20.534Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-28T00:42:20.534Z] ---> Running in ce11e65a2c8f [2021-01-28T00:42:21.130Z] Removing intermediate container ce11e65a2c8f [2021-01-28T00:42:21.130Z] ---> d57eb7325ac3 [2021-01-28T00:42:21.130Z] Step 6/7 : COPY go.mod . [2021-01-28T00:42:21.741Z] ---> a785060fab41 [2021-01-28T00:42:21.741Z] Step 7/7 : RUN go mod download [2021-01-28T00:42:22.021Z] ---> Running in a88c9501cf7c [2021-01-28T00:42:37.137Z] Removing intermediate container a88c9501cf7c [2021-01-28T00:42:37.137Z] ---> 5d768640d654 [2021-01-28T00:42:37.137Z] Successfully built 5d768640d654 [2021-01-28T00:42:37.137Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:42:37.482Z] + docker inspect -f . ci-base-image-arm64 [2021-01-28T00:42:37.482Z] . [Pipeline] withDockerContainer [2021-01-28T00:42:37.747Z] prd-ubuntu18.04-docker-arm64-4c-16g-23585 does not seem to be running inside a container [2021-01-28T00:42:37.843Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/5 -v /w/workspace/go-mod-core-contracts/5:/w/workspace/go-mod-core-contracts/5:rw,z -v /w/workspace/go-mod-core-contracts/5@tmp:/w/workspace/go-mod-core-contracts/5@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-28T00:42:39.286Z] $ docker top e86904e44cb133fc363a81695e856be39f52c2744c3bc7ed107207ba67b18e20 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:42:40.325Z] + go version [2021-01-28T00:42:40.325Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-28T00:42:40.351Z] $ docker stop --time=1 e86904e44cb133fc363a81695e856be39f52c2744c3bc7ed107207ba67b18e20 [2021-01-28T00:42:42.307Z] $ docker rm -f e86904e44cb133fc363a81695e856be39f52c2744c3bc7ed107207ba67b18e20 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:42:43.326Z] + docker inspect -f . ci-base-image-arm64 [2021-01-28T00:42:43.326Z] . [Pipeline] withDockerContainer [2021-01-28T00:42:43.596Z] prd-ubuntu18.04-docker-arm64-4c-16g-23585 does not seem to be running inside a container [2021-01-28T00:42:43.704Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/5 -v /w/workspace/go-mod-core-contracts/5:/w/workspace/go-mod-core-contracts/5:rw,z -v /w/workspace/go-mod-core-contracts/5@tmp:/w/workspace/go-mod-core-contracts/5@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-28T00:42:45.329Z] $ docker top fe8a3181466c86ed58fce6d26a91ee4f9848c27ee2067b63c56edaad4b92585f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:42:46.397Z] + make test [2021-01-28T00:42:46.397Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-28T00:43:13.278Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-01-28T00:43:13.278Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.038s coverage: 85.7% of statements [2021-01-28T00:43:13.278Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.035s coverage: 100.0% of statements [2021-01-28T00:43:14.295Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.060s coverage: 45.4% of statements [2021-01-28T00:43:14.574Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.038s coverage: 77.8% of statements [2021-01-28T00:43:14.574Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-01-28T00:43:16.595Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.032s coverage: 26.3% of statements [2021-01-28T00:43:18.081Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.047s coverage: 14.7% of statements [2021-01-28T00:43:18.081Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.028s coverage: 100.0% of statements [2021-01-28T00:43:19.071Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.095s coverage: 91.8% of statements [2021-01-28T00:43:19.071Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-01-28T00:43:19.071Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-01-28T00:43:19.071Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.013s coverage: 100.0% of statements [2021-01-28T00:43:19.071Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.028s coverage: 36.7% of statements [2021-01-28T00:43:24.491Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.102s coverage: 63.0% of statements [2021-01-28T00:43:24.491Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.011s coverage: 26.3% of statements [2021-01-28T00:43:24.491Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.027s coverage: 15.4% of statements [2021-01-28T00:43:24.491Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.058s coverage: 15.4% of statements [2021-01-28T00:43:24.491Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.014s coverage: 14.3% of statements [2021-01-28T00:43:24.491Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-01-28T00:43:27.939Z] --- FAIL: TestWriteCommand (0.00s) [2021-01-28T00:43:27.939Z] panic: reflect: call of reflect.Value.Elem on map Value [recovered] [2021-01-28T00:43:27.939Z] panic: reflect: call of reflect.Value.Elem on map Value [2021-01-28T00:43:27.939Z] [2021-01-28T00:43:27.939Z] goroutine 262 [running]: [2021-01-28T00:43:27.939Z] testing.tRunner.func1.1(0x31f120, 0x4000356a60) [2021-01-28T00:43:27.939Z] /usr/local/go/src/testing/testing.go:1072 +0x240 [2021-01-28T00:43:27.939Z] testing.tRunner.func1(0x400037a300) [2021-01-28T00:43:27.939Z] /usr/local/go/src/testing/testing.go:1075 +0x34c [2021-01-28T00:43:27.939Z] panic(0x31f120, 0x4000356a60) [2021-01-28T00:43:27.939Z] /usr/local/go/src/runtime/panic.go:969 +0x15c [2021-01-28T00:43:27.939Z] reflect.Value.Elem(0x323ba0, 0x0, 0x15, 0x400033d400, 0x400005ab01, 0xffff6b8aed01) [2021-01-28T00:43:27.939Z] /usr/local/go/src/reflect/value.go:843 +0x198 [2021-01-28T00:43:27.939Z] github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils.setApiVersion(0x323ba0, 0x0) [2021-01-28T00:43:27.939Z] /w/workspace/go-mod-core-contracts/5/v2/clients/http/utils/request.go:37 +0xb0 [2021-01-28T00:43:27.939Z] github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils.PutRequest(0x4060e0, 0x400001a150, 0x300f40, 0x4000342fc0, 0x4000582000, 0x40, 0x323ba0, 0x0, 0xf, 0x4000378240) [2021-01-28T00:43:27.939Z] /w/workspace/go-mod-core-contracts/5/v2/clients/http/utils/request.go:84 +0x30 [2021-01-28T00:43:27.939Z] github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http.(*deviceServiceCommandClient).WriteCommand(0x4000333840, 0x4060e0, 0x400001a150, 0x38d355, 0xa, 0x38d99b, 0xb, 0x0, 0x0, 0x0, ...) [2021-01-28T00:43:27.939Z] /w/workspace/go-mod-core-contracts/5/v2/clients/http/deviceservicecommand.go:48 +0x188 [2021-01-28T00:43:27.939Z] github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http.TestWriteCommand(0x400037a300) [2021-01-28T00:43:27.939Z] /w/workspace/go-mod-core-contracts/5/v2/clients/http/deviceservicecommand_test.go:65 +0x244 [2021-01-28T00:43:27.939Z] testing.tRunner(0x400037a300, 0x3a9180) [2021-01-28T00:43:27.939Z] /usr/local/go/src/testing/testing.go:1123 +0xdc [2021-01-28T00:43:27.939Z] created by testing.(*T).Run [2021-01-28T00:43:27.939Z] /usr/local/go/src/testing/testing.go:1168 +0x244 [2021-01-28T00:43:27.939Z] FAIL github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.187s [2021-01-28T00:43:27.939Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils 0.044s coverage: 6.6% of statements [2021-01-28T00:43:27.939Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-01-28T00:43:27.939Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-01-28T00:43:28.994Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.028s coverage: 43.6% of statements [2021-01-28T00:43:29.600Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.029s coverage: 89.5% of statements [2021-01-28T00:43:30.580Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.125s coverage: 90.7% of statements [2021-01-28T00:43:30.580Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.024s coverage: 100.0% of statements [2021-01-28T00:43:30.580Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-01-28T00:43:30.580Z] FAIL [2021-01-28T00:43:30.853Z] make: *** [Makefile:6: test] Error 1 [Pipeline] } [2021-01-28T00:43:30.881Z] $ docker stop --time=1 fe8a3181466c86ed58fce6d26a91ee4f9848c27ee2067b63c56edaad4b92585f [2021-01-28T00:43:33.204Z] $ docker rm -f fe8a3181466c86ed58fce6d26a91ee4f9848c27ee2067b63c56edaad4b92585f [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] } [2021-01-28T00:43:34.746Z] Failed in branch arm64 [2021-01-28T00:43:56.847Z] Running on prd-centos7-docker-4c-2g-23587 in /w/workspace/dry_go-mod-core-contracts_PR-462 [Pipeline] { [Pipeline] ws [2021-01-28T00:43:56.903Z] Running in /w/workspace/go-mod-core-contracts/5 [Pipeline] { [Pipeline] checkout [2021-01-28T00:43:59.382Z] using credential edgex-jenkins-ssh [2021-01-28T00:43:59.443Z] Cloning the remote Git repository [2021-01-28T00:43:59.447Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-28T00:43:59.536Z] > git init /w/workspace/go-mod-core-contracts/5 # timeout=10 [2021-01-28T00:43:59.603Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-28T00:43:59.603Z] > git --version # timeout=10 [2021-01-28T00:43:59.611Z] > git --version # 'git version 2.24.3' [2021-01-28T00:43:59.612Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:43:59.640Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T00:44:00.966Z] Merging remotes/origin/master commit 693df338c8eb598b828fcdb5998037a9ff32d047 into PR head commit 25a4917d5544e6bcde1447309bf18add20eb9278 [2021-01-28T00:44:01.128Z] Merge succeeded, producing 81fb54c710bb431c0f36b96e3c22113e4623e217 [2021-01-28T00:44:01.129Z] Checking out Revision 81fb54c710bb431c0f36b96e3c22113e4623e217 (PR-462) [2021-01-28T00:44:00.444Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-28T00:44:00.451Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T00:44:00.462Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-28T00:44:00.480Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-28T00:44:00.480Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:44:00.485Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/462/head:refs/remotes/origin/PR-462 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-28T00:44:00.976Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T00:44:00.983Z] > git checkout -f 25a4917d5544e6bcde1447309bf18add20eb9278 # timeout=10 [2021-01-28T00:44:01.055Z] > git remote # timeout=10 [2021-01-28T00:44:01.069Z] > git config --get remote.origin.url # timeout=10 [2021-01-28T00:44:01.075Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:44:01.079Z] > git merge 693df338c8eb598b828fcdb5998037a9ff32d047 # timeout=10 [2021-01-28T00:44:01.117Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-28T00:44:01.132Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T00:44:01.137Z] > git checkout -f 81fb54c710bb431c0f36b96e3c22113e4623e217 # timeout=10 [2021-01-28T00:44:04.880Z] Commit message: "Merge commit '693df338c8eb598b828fcdb5998037a9ff32d047' into HEAD" [2021-01-28T00:44:04.884Z] > git rev-list --no-walk 25a4917d5544e6bcde1447309bf18add20eb9278 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-28T00:44:06.248Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-28T00:44:06.576Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T00:44:06.880Z] + sudo service docker restart [2021-01-28T00:44:06.881Z] + true [2021-01-28T00:44:06.881Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-01-28T00:44:09.008Z] ========================================================= [2021-01-28T00:44:09.008Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-28T00:44:09.008Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:44:09.370Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-28T00:44:09.636Z] Sending build context to Docker daemon 2.435MB [2021-01-28T00:44:09.636Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-28T00:44:09.636Z] Step 2/7 : FROM ${BASE} [2021-01-28T00:44:09.898Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-28T00:44:09.898Z] 188c0c94c7c5: Pulling fs layer [2021-01-28T00:44:09.898Z] 0ef7d3d256c8: Pulling fs layer [2021-01-28T00:44:09.898Z] de9db76c5a1d: Pulling fs layer [2021-01-28T00:44:09.898Z] bca2f99d35d6: Pulling fs layer [2021-01-28T00:44:09.898Z] 93359f2a8cfa: Pulling fs layer [2021-01-28T00:44:09.898Z] 7c6f9722023f: Pulling fs layer [2021-01-28T00:44:09.898Z] a35cf1a2eb13: Pulling fs layer [2021-01-28T00:44:09.898Z] 93359f2a8cfa: Waiting [2021-01-28T00:44:09.898Z] 7c6f9722023f: Waiting [2021-01-28T00:44:09.898Z] a35cf1a2eb13: Waiting [2021-01-28T00:44:09.898Z] bca2f99d35d6: Waiting [2021-01-28T00:44:09.898Z] de9db76c5a1d: Verifying Checksum [2021-01-28T00:44:09.898Z] de9db76c5a1d: Download complete [2021-01-28T00:44:09.898Z] 0ef7d3d256c8: Verifying Checksum [2021-01-28T00:44:09.898Z] 0ef7d3d256c8: Download complete [2021-01-28T00:44:09.898Z] 93359f2a8cfa: Verifying Checksum [2021-01-28T00:44:09.898Z] 93359f2a8cfa: Download complete [2021-01-28T00:44:10.477Z] 7c6f9722023f: Verifying Checksum [2021-01-28T00:44:10.477Z] 7c6f9722023f: Download complete [2021-01-28T00:44:10.477Z] 188c0c94c7c5: Verifying Checksum [2021-01-28T00:44:10.477Z] 188c0c94c7c5: Download complete [2021-01-28T00:44:10.748Z] 188c0c94c7c5: Pull complete [2021-01-28T00:44:11.010Z] 0ef7d3d256c8: Pull complete [2021-01-28T00:44:11.271Z] de9db76c5a1d: Pull complete [2021-01-28T00:44:12.679Z] a35cf1a2eb13: Verifying Checksum [2021-01-28T00:44:12.679Z] a35cf1a2eb13: Download complete [2021-01-28T00:44:13.257Z] bca2f99d35d6: Verifying Checksum [2021-01-28T00:44:13.257Z] bca2f99d35d6: Download complete [2021-01-28T00:44:18.620Z] bca2f99d35d6: Pull complete [2021-01-28T00:44:18.620Z] 93359f2a8cfa: Pull complete [2021-01-28T00:44:18.620Z] 7c6f9722023f: Pull complete [2021-01-28T00:44:26.813Z] a35cf1a2eb13: Pull complete [2021-01-28T00:44:26.813Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-28T00:44:26.813Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-28T00:44:26.813Z] ---> a62c8e92a672 [2021-01-28T00:44:26.813Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-28T00:44:26.813Z] ---> Running in 5682aa3416b6 [2021-01-28T00:44:26.813Z] Removing intermediate container 5682aa3416b6 [2021-01-28T00:44:26.813Z] ---> c42b5f04e99e [2021-01-28T00:44:26.813Z] Step 4/7 : RUN apk add bash [2021-01-28T00:44:26.813Z] ---> Running in c5bf1683f3a5 [2021-01-28T00:44:27.392Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:44:28.348Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:44:29.302Z] OK: 166 MiB in 39 packages [2021-01-28T00:44:29.882Z] Removing intermediate container c5bf1683f3a5 [2021-01-28T00:44:29.882Z] ---> 40d36d68c360 [2021-01-28T00:44:29.882Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-28T00:44:29.882Z] ---> Running in 3b766bc440ce [2021-01-28T00:44:30.147Z] Removing intermediate container 3b766bc440ce [2021-01-28T00:44:30.147Z] ---> 03858e13de55 [2021-01-28T00:44:30.147Z] Step 6/7 : COPY go.mod . [2021-01-28T00:44:30.147Z] ---> 2f5ded4b59f7 [2021-01-28T00:44:30.147Z] Step 7/7 : RUN go mod download [2021-01-28T00:44:30.411Z] ---> Running in 74d29a7d0ed5 [2021-01-28T00:44:42.709Z] Removing intermediate container 74d29a7d0ed5 [2021-01-28T00:44:42.709Z] ---> 174390d4dea6 [2021-01-28T00:44:42.709Z] Successfully built 174390d4dea6 [2021-01-28T00:44:42.709Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:44:43.028Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T00:44:43.028Z] . [Pipeline] withDockerContainer [2021-01-28T00:44:43.141Z] prd-centos7-docker-4c-2g-23587 does not seem to be running inside a container [2021-01-28T00:44:43.193Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/5 -v /w/workspace/go-mod-core-contracts/5:/w/workspace/go-mod-core-contracts/5:rw,z -v /w/workspace/go-mod-core-contracts/5@tmp:/w/workspace/go-mod-core-contracts/5@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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-28T00:44:43.971Z] $ docker top a2bc9c8d9178e1c4f8f13692ebd5030a641f7c22cfa4a7d86d75408e951806e6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:44:44.580Z] + go version [2021-01-28T00:44:44.580Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-28T00:44:44.596Z] $ docker stop --time=1 a2bc9c8d9178e1c4f8f13692ebd5030a641f7c22cfa4a7d86d75408e951806e6 [2021-01-28T00:44:45.942Z] $ docker rm -f a2bc9c8d9178e1c4f8f13692ebd5030a641f7c22cfa4a7d86d75408e951806e6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:44:48.162Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T00:44:48.162Z] . [Pipeline] withDockerContainer [2021-01-28T00:44:48.264Z] prd-centos7-docker-4c-2g-23587 does not seem to be running inside a container [2021-01-28T00:44:48.321Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/5 -v /w/workspace/go-mod-core-contracts/5:/w/workspace/go-mod-core-contracts/5:rw,z -v /w/workspace/go-mod-core-contracts/5@tmp:/w/workspace/go-mod-core-contracts/5@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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-28T00:44:49.004Z] $ docker top 5b33807f8855be9109486db852733464242c2a350577401b789af7d2166fd006 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:44:49.499Z] + make test [2021-01-28T00:44:49.499Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-28T00:44:57.824Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-01-28T00:44:57.824Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.026s coverage: 85.7% of statements [2021-01-28T00:44:57.824Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.013s coverage: 100.0% of statements [2021-01-28T00:44:58.096Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.036s coverage: 45.4% of statements [2021-01-28T00:44:58.096Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.022s coverage: 77.8% of statements [2021-01-28T00:44:58.096Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-01-28T00:44:58.703Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.012s coverage: 26.3% of statements [2021-01-28T00:44:58.970Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.014s coverage: 14.7% of statements [2021-01-28T00:44:58.970Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.012s coverage: 100.0% of statements [2021-01-28T00:44:59.558Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.023s coverage: 91.8% of statements [2021-01-28T00:44:59.558Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-01-28T00:44:59.558Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-01-28T00:44:59.558Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.004s coverage: 100.0% of statements [2021-01-28T00:44:59.558Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.008s coverage: 36.7% of statements [2021-01-28T00:45:02.235Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.034s coverage: 63.0% of statements [2021-01-28T00:45:02.236Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.005s coverage: 26.3% of statements [2021-01-28T00:45:02.236Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.014s coverage: 15.4% of statements [2021-01-28T00:45:02.236Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.007s coverage: 15.4% of statements [2021-01-28T00:45:02.236Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.074s coverage: 14.3% of statements [2021-01-28T00:45:02.236Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-01-28T00:45:03.687Z] --- FAIL: TestWriteCommand (0.00s) [2021-01-28T00:45:03.687Z] panic: reflect: call of reflect.Value.Elem on map Value [recovered] [2021-01-28T00:45:03.687Z] panic: reflect: call of reflect.Value.Elem on map Value [2021-01-28T00:45:03.687Z] [2021-01-28T00:45:03.687Z] goroutine 318 [running]: [2021-01-28T00:45:03.687Z] testing.tRunner.func1.1(0x78e020, 0xc0004f81c0) [2021-01-28T00:45:03.687Z] /usr/local/go/src/testing/testing.go:1072 +0x30d [2021-01-28T00:45:03.687Z] testing.tRunner.func1(0xc0004c1980) [2021-01-28T00:45:03.687Z] /usr/local/go/src/testing/testing.go:1075 +0x41a [2021-01-28T00:45:03.687Z] panic(0x78e020, 0xc0004f81c0) [2021-01-28T00:45:03.687Z] /usr/local/go/src/runtime/panic.go:969 +0x1b9 [2021-01-28T00:45:03.688Z] reflect.Value.Elem(0x792a40, 0x0, 0x15, 0x10, 0x0, 0x0) [2021-01-28T00:45:03.688Z] /usr/local/go/src/reflect/value.go:843 +0x1a5 [2021-01-28T00:45:03.688Z] github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils.setApiVersion(0x792a40, 0x0) [2021-01-28T00:45:03.688Z] /w/workspace/go-mod-core-contracts/5/v2/clients/http/utils/request.go:37 +0xc8 [2021-01-28T00:45:03.688Z] github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils.PutRequest(0x874f20, 0xc0000ac010, 0x76ff00, 0xc0004d4d40, 0xc00001ea80, 0x40, 0x792a40, 0x0, 0x10, 0x10) [2021-01-28T00:45:03.688Z] /w/workspace/go-mod-core-contracts/5/v2/clients/http/utils/request.go:84 +0x4d [2021-01-28T00:45:03.688Z] github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http.(*deviceServiceCommandClient).WriteCommand(0xc0004e6690, 0x874f20, 0xc0000ac010, 0x7fc28e, 0xa, 0x7fc8be, 0xb, 0x0, 0x0, 0x0, ...) [2021-01-28T00:45:03.688Z] /w/workspace/go-mod-core-contracts/5/v2/clients/http/deviceservicecommand.go:48 +0x226 [2021-01-28T00:45:03.688Z] github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http.TestWriteCommand(0xc0004c1980) [2021-01-28T00:45:03.688Z] /w/workspace/go-mod-core-contracts/5/v2/clients/http/deviceservicecommand_test.go:65 +0x309 [2021-01-28T00:45:03.688Z] testing.tRunner(0xc0004c1980, 0x818140) [2021-01-28T00:45:03.688Z] /usr/local/go/src/testing/testing.go:1123 +0xef [2021-01-28T00:45:03.688Z] created by testing.(*T).Run [2021-01-28T00:45:03.688Z] /usr/local/go/src/testing/testing.go:1168 +0x2b3 [2021-01-28T00:45:03.688Z] FAIL github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.052s [2021-01-28T00:45:03.688Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils 0.016s coverage: 6.6% of statements [2021-01-28T00:45:03.688Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-01-28T00:45:03.688Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-01-28T00:45:03.688Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.015s coverage: 43.6% of statements [2021-01-28T00:45:04.279Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.008s coverage: 89.5% of statements [2021-01-28T00:45:04.544Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.036s coverage: 90.7% of statements [2021-01-28T00:45:04.544Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.008s coverage: 100.0% of statements [2021-01-28T00:45:04.544Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-01-28T00:45:04.544Z] FAIL [2021-01-28T00:45:04.544Z] make: *** [Makefile:6: test] Error 1 [Pipeline] } [2021-01-28T00:45:04.571Z] $ docker stop --time=1 5b33807f8855be9109486db852733464242c2a350577401b789af7d2166fd006 [2021-01-28T00:45:07.031Z] $ docker rm -f 5b33807f8855be9109486db852733464242c2a350577401b789af7d2166fd006 [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] } [2021-01-28T00:45:08.885Z] Failed in branch amd64 [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 [2021-01-28T00:45:13.312Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:45:13.883Z] ---> package-listing.sh [2021-01-28T00:45:13.883Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-28T00:45:13.883Z] ++ facter osfamily [2021-01-28T00:45:13.883Z] + OS_FAMILY=redhat [2021-01-28T00:45:13.883Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-462 [2021-01-28T00:45:13.883Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-28T00:45:13.883Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-28T00:45:13.883Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-28T00:45:13.883Z] + PACKAGES=/tmp/packages_start.txt [2021-01-28T00:45:13.883Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-462 ']' [2021-01-28T00:45:13.883Z] + PACKAGES=/tmp/packages_end.txt [2021-01-28T00:45:13.883Z] + case "${OS_FAMILY}" in [2021-01-28T00:45:13.883Z] + rpm -qa [2021-01-28T00:45:13.883Z] + sort [2021-01-28T00:45:19.210Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-28T00:45:19.210Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-28T00:45:19.210Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-28T00:45:19.210Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-462 ']' [2021-01-28T00:45:19.210Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-462/archives/ [2021-01-28T00:45:19.210Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-462/archives/ [Pipeline] echo [2021-01-28T00:45:19.227Z] 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/dry_go-mod-core-contracts_PR-462/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-28T00:45:19.527Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:45:19.838Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T00:45:19.839Z] [2021-01-28T00:45:19.839Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:45:20.204Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T00:45:20.204Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-28T00:45:20.204Z] df20fa9351a1: Pulling fs layer [2021-01-28T00:45:20.204Z] 36b3adc4ff6f: Pulling fs layer [2021-01-28T00:45:20.204Z] 8ad3a11d3b57: Pulling fs layer [2021-01-28T00:45:20.204Z] 46f8f816bc3b: Pulling fs layer [2021-01-28T00:45:20.204Z] 93b61091891f: Pulling fs layer [2021-01-28T00:45:20.204Z] 93b9cdb0e59b: Pulling fs layer [2021-01-28T00:45:20.204Z] 5e14af77c1be: Pulling fs layer [2021-01-28T00:45:20.204Z] 01666e4c0597: Pulling fs layer [2021-01-28T00:45:20.204Z] aa168da1d23b: Pulling fs layer [2021-01-28T00:45:20.204Z] 5e14af77c1be: Waiting [2021-01-28T00:45:20.204Z] 93b9cdb0e59b: Waiting [2021-01-28T00:45:20.204Z] aa168da1d23b: Waiting [2021-01-28T00:45:20.204Z] 01666e4c0597: Waiting [2021-01-28T00:45:20.204Z] 46f8f816bc3b: Waiting [2021-01-28T00:45:20.204Z] 93b61091891f: Waiting [2021-01-28T00:45:20.204Z] 36b3adc4ff6f: Verifying Checksum [2021-01-28T00:45:20.204Z] 36b3adc4ff6f: Download complete [2021-01-28T00:45:20.204Z] 46f8f816bc3b: Verifying Checksum [2021-01-28T00:45:20.204Z] 46f8f816bc3b: Download complete [2021-01-28T00:45:20.468Z] 93b61091891f: Verifying Checksum [2021-01-28T00:45:20.468Z] 93b61091891f: Download complete [2021-01-28T00:45:20.468Z] 93b9cdb0e59b: Download complete [2021-01-28T00:45:20.468Z] 5e14af77c1be: Download complete [2021-01-28T00:45:20.468Z] 01666e4c0597: Verifying Checksum [2021-01-28T00:45:20.468Z] 01666e4c0597: Download complete [2021-01-28T00:45:20.733Z] 8ad3a11d3b57: Verifying Checksum [2021-01-28T00:45:20.733Z] 8ad3a11d3b57: Download complete [2021-01-28T00:45:20.733Z] df20fa9351a1: Verifying Checksum [2021-01-28T00:45:20.733Z] df20fa9351a1: Download complete [2021-01-28T00:45:20.997Z] df20fa9351a1: Pull complete [2021-01-28T00:45:21.264Z] 36b3adc4ff6f: Pull complete [2021-01-28T00:45:22.222Z] 8ad3a11d3b57: Pull complete [2021-01-28T00:45:22.801Z] aa168da1d23b: Verifying Checksum [2021-01-28T00:45:22.801Z] aa168da1d23b: Download complete [2021-01-28T00:45:23.064Z] 46f8f816bc3b: Pull complete [2021-01-28T00:45:23.639Z] 93b61091891f: Pull complete [2021-01-28T00:45:23.639Z] 93b9cdb0e59b: Pull complete [2021-01-28T00:45:23.639Z] 5e14af77c1be: Pull complete [2021-01-28T00:45:23.909Z] 01666e4c0597: Pull complete [2021-01-28T00:45:32.095Z] aa168da1d23b: Pull complete [2021-01-28T00:45:32.095Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-28T00:45:32.095Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T00:45:32.095Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-28T00:45:32.269Z] prd-centos7-docker-4c-2g-23577 does not seem to be running inside a container [2021-01-28T00:45:32.317Z] $ 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/dry_go-mod-core-contracts_PR-462/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_PR-462 -v /w/workspace/dry_go-mod-core-contracts_PR-462:/w/workspace/dry_go-mod-core-contracts_PR-462:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-462@tmp:/w/workspace/dry_go-mod-core-contracts_PR-462@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-28T00:45:36.656Z] $ docker top 0498705badd137b285625dcda4577b58d054b30ae5596d55b4383ec757689f64 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:45:37.222Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-28T00:45:37.534Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-28T00:45:37.847Z] + ls /var/log/sa-host [2021-01-28T00:45:37.847Z] + sadf -c /var/log/sa-host/sa23 [2021-01-28T00:45:37.847Z] file_magic: OK [2021-01-28T00:45:37.847Z] HZ: Using current value: 100 [2021-01-28T00:45:37.847Z] file_header: OK [2021-01-28T00:45:37.847Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-28T00:45:37.847Z] Statistics: [2021-01-28T00:45:37.847Z] Hnuu...uuuununununu... [2021-01-28T00:45:37.847Z] File successfully converted to sysstat format version 12.2.1 [2021-01-28T00:45:37.847Z] + sadf -c /var/log/sa-host/sa28 [2021-01-28T00:45:37.847Z] file_magic: OK [2021-01-28T00:45:37.847Z] HZ: Using current value: 100 [2021-01-28T00:45:37.847Z] file_header: OK [2021-01-28T00:45:37.847Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-28T00:45:37.847Z] Statistics: [2021-01-28T00:45:37.847Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-28T00:45:37.847Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-28T00:45:38.125Z] provisioning config files... [2021-01-28T00:45:38.164Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-462@tmp/config278550206567718304tmp [Pipeline] { [Pipeline] echo [2021-01-28T00:45:38.256Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:45:38.557Z] ---> create-netrc.sh [Pipeline] } [2021-01-28T00:45:38.567Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-28T00:45:38.664Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:45:38.965Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-28T00:45:38.979Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:45:39.330Z] ---> sudo-logs.sh [2021-01-28T00:45:39.330Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-28T00:45:39.340Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:45:39.641Z] ---> job-cost.sh [2021-01-28T00:45:39.641Z] lf-activate-venv: SKIPPING [2021-01-28T00:45:39.641Z] INFO: No Stack... [2021-01-28T00:45:40.587Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-28T00:45:41.161Z] INFO: Archiving Costs [Pipeline] echo [2021-01-28T00:45:41.175Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:45:41.472Z] ---> logs-deploy.sh [2021-01-28T00:45:41.472Z] lf-activate-venv: SKIPPING [2021-01-28T00:45:41.472Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-462/5 [2021-01-28T00:45:41.472Z] INFO: archiving workspace using pattern(s): [2021-01-28T00:45:43.389Z] Archives upload complete. [2021-01-28T00:45:43.389Z] INFO: archiving logs to Nexus [2021-01-28T00:45:44.345Z] ---> uname -a: [2021-01-28T00:45:44.345Z] Linux prd-centos7-docker-4c-2g-23577.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-28T00:45:44.345Z] [2021-01-28T00:45:44.345Z] [2021-01-28T00:45:44.345Z] ---> lscpu: [2021-01-28T00:45:44.345Z] Architecture: x86_64 [2021-01-28T00:45:44.345Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-28T00:45:44.345Z] Byte Order: Little Endian [2021-01-28T00:45:44.345Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-28T00:45:44.345Z] CPU(s): 4 [2021-01-28T00:45:44.345Z] On-line CPU(s) list: 0-3 [2021-01-28T00:45:44.345Z] Thread(s) per core: 1 [2021-01-28T00:45:44.345Z] Core(s) per socket: 1 [2021-01-28T00:45:44.345Z] Socket(s): 4 [2021-01-28T00:45:44.345Z] NUMA node(s): 1 [2021-01-28T00:45:44.345Z] Vendor ID: GenuineIntel [2021-01-28T00:45:44.345Z] CPU family: 6 [2021-01-28T00:45:44.345Z] Model: 44 [2021-01-28T00:45:44.345Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-28T00:45:44.345Z] Stepping: 1 [2021-01-28T00:45:44.345Z] CPU MHz: 2933.438 [2021-01-28T00:45:44.345Z] BogoMIPS: 5866.87 [2021-01-28T00:45:44.345Z] Virtualization: VT-x [2021-01-28T00:45:44.345Z] Hypervisor vendor: KVM [2021-01-28T00:45:44.345Z] Virtualization type: full [2021-01-28T00:45:44.345Z] L1d cache: 128 KiB [2021-01-28T00:45:44.345Z] L1i cache: 128 KiB [2021-01-28T00:45:44.345Z] L2 cache: 16 MiB [2021-01-28T00:45:44.345Z] L3 cache: 64 MiB [2021-01-28T00:45:44.345Z] NUMA node0 CPU(s): 0-3 [2021-01-28T00:45:44.345Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-28T00:45:44.345Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-28T00:45:44.345Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-28T00:45:44.345Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-28T00:45:44.345Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-28T00:45:44.345Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-28T00:45:44.345Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-28T00:45:44.345Z] Vulnerability Srbds: Not affected [2021-01-28T00:45:44.345Z] Vulnerability Tsx async abort: Not affected [2021-01-28T00:45:44.345Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-01-28T00:45:44.345Z] [2021-01-28T00:45:44.345Z] [2021-01-28T00:45:44.345Z] ---> nproc: [2021-01-28T00:45:44.345Z] 4 [2021-01-28T00:45:44.345Z] [2021-01-28T00:45:44.345Z] [2021-01-28T00:45:44.345Z] ---> df -h: [2021-01-28T00:45:44.345Z] Filesystem Size Used Available Use% Mounted on [2021-01-28T00:45:44.345Z] overlay 50.0G 7.3G 42.7G 15% / [2021-01-28T00:45:44.345Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-28T00:45:44.345Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-28T00:45:44.345Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-28T00:45:44.345Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-01-28T00:45:44.345Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-01-28T00:45:44.345Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-01-28T00:45:44.345Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-01-28T00:45:44.345Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-462@tmp [2021-01-28T00:45:44.345Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-01-28T00:45:44.345Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-01-28T00:45:44.345Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-01-28T00:45:44.345Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-01-28T00:45:44.345Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-462 [2021-01-28T00:45:44.345Z] [2021-01-28T00:45:44.345Z] [2021-01-28T00:45:44.345Z] ---> free -m: [2021-01-28T00:45:44.345Z] total used free shared buff/cache available [2021-01-28T00:45:44.345Z] Mem: 1837 699 102 0 1035 1033 [2021-01-28T00:45:44.345Z] Swap: 1023 1 1022 [2021-01-28T00:45:44.345Z] [2021-01-28T00:45:44.345Z] [2021-01-28T00:45:44.345Z] ---> ip addr: [2021-01-28T00:45:44.345Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-28T00:45:44.345Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-28T00:45:44.345Z] inet 127.0.0.1/8 scope host lo [2021-01-28T00:45:44.345Z] valid_lft forever preferred_lft forever [2021-01-28T00:45:44.345Z] inet6 ::1/128 scope host [2021-01-28T00:45:44.345Z] valid_lft forever preferred_lft forever [2021-01-28T00:45:44.345Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-28T00:45:44.345Z] link/ether fa:16:3e:38:dc:22 brd ff:ff:ff:ff:ff:ff [2021-01-28T00:45:44.345Z] inet 10.30.122.214/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-28T00:45:44.345Z] valid_lft 85741sec preferred_lft 85741sec [2021-01-28T00:45:44.345Z] inet6 fe80::f816:3eff:fe38:dc22/64 scope link [2021-01-28T00:45:44.345Z] valid_lft forever preferred_lft forever [2021-01-28T00:45:44.345Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-28T00:45:44.345Z] link/ether 02:42:54:b7:00:30 brd ff:ff:ff:ff:ff:ff [2021-01-28T00:45:44.345Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-28T00:45:44.345Z] valid_lft forever preferred_lft forever [2021-01-28T00:45:44.345Z] inet6 fe80::42:54ff:feb7:30/64 scope link [2021-01-28T00:45:44.345Z] valid_lft forever preferred_lft forever [2021-01-28T00:45:44.345Z] [2021-01-28T00:45:44.345Z] [2021-01-28T00:45:44.345Z] ---> sar -b -r -n DEV: [2021-01-28T00:45:44.345Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/28/21 _x86_64_ (4 CPU) [2021-01-28T00:45:44.345Z] [2021-01-28T00:45:44.345Z] 00:34:32 LINUX RESTART (4 CPU) [2021-01-28T00:45:44.345Z] [2021-01-28T00:45:44.345Z] 00:35:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-28T00:45:44.345Z] 00:36:01 26.96 17.16 9.80 0.00 2668.38 1265.00 0.00 [2021-01-28T00:45:44.345Z] 00:37:01 1.28 0.00 1.28 0.00 0.00 22.04 0.00 [2021-01-28T00:45:44.345Z] 00:38:01 0.38 0.00 0.38 0.00 0.00 6.16 0.00 [2021-01-28T00:45:44.345Z] 00:39:01 49.55 14.28 35.27 0.00 4568.71 2637.23 0.00 [2021-01-28T00:45:44.345Z] 00:40:01 2.98 0.02 2.96 0.00 0.53 108.92 0.00 [2021-01-28T00:45:44.345Z] 00:41:01 0.48 0.00 0.48 0.00 0.00 8.77 0.00 [2021-01-28T00:45:44.345Z] 00:42:01 0.22 0.00 0.22 0.00 0.00 2.45 0.00 [2021-01-28T00:45:44.345Z] 00:43:01 0.25 0.00 0.25 0.00 0.00 3.08 0.00 [2021-01-28T00:45:44.345Z] 00:44:02 0.25 0.00 0.25 0.00 0.00 2.98 0.00 [2021-01-28T00:45:44.345Z] 00:45:01 0.27 0.00 0.27 0.00 0.00 3.81 0.00 [2021-01-28T00:45:44.345Z] Average: 8.25 3.13 5.12 0.00 721.90 405.38 0.00 [2021-01-28T00:45:44.345Z] [2021-01-28T00:45:44.345Z] 00:35:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-28T00:45:44.345Z] 00:36:01 100596 0 494972 26.31 2620 1283356 966348 32.98 298672 1286172 20 [2021-01-28T00:45:44.345Z] 00:37:01 104992 0 490568 26.07 2620 1283364 960712 32.79 292560 1288432 12 [2021-01-28T00:45:44.345Z] 00:38:01 105344 0 490212 26.05 2620 1283368 960760 32.79 292712 1288420 8 [2021-01-28T00:45:44.345Z] 00:39:01 164900 0 597560 31.76 2620 1116464 1111296 37.93 396428 1119344 124 [2021-01-28T00:45:44.345Z] 00:40:01 170160 0 592292 31.48 2620 1116472 1093376 37.32 405432 1105980 20 [2021-01-28T00:45:44.345Z] 00:41:01 169548 0 592900 31.51 2620 1116476 1085176 37.04 406220 1105936 20 [2021-01-28T00:45:44.345Z] 00:42:01 169516 0 592928 31.51 2620 1116480 1085248 37.04 424312 1088248 8 [2021-01-28T00:45:44.345Z] 00:43:01 169972 0 592468 31.49 2620 1116484 1077148 36.76 417632 1094520 16 [2021-01-28T00:45:44.345Z] 00:44:02 170088 0 592288 31.48 2620 1116548 1077236 36.76 418064 1094536 40 [2021-01-28T00:45:44.345Z] 00:45:01 170216 0 592212 31.47 2620 1116496 1077164 36.76 417596 1094516 16 [2021-01-28T00:45:44.345Z] Average: 149533 0 562840 29.91 2620 1166551 1049446 35.82 376963 1156610 28 [2021-01-28T00:45:44.345Z] [2021-01-28T00:45:44.345Z] 00:35:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-28T00:45:44.345Z] 00:36:01 eth0 149.05 87.00 371.40 23.26 0.00 0.00 0.00 0.00 [2021-01-28T00:45:44.345Z] 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:45:44.345Z] 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:45:44.345Z] 00:37:01 eth0 0.23 0.08 0.02 0.04 0.00 0.00 0.00 0.00 [2021-01-28T00:45:44.345Z] 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:45:44.345Z] 00:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:45:44.345Z] 00:38:01 eth0 0.75 0.13 0.12 0.01 0.00 0.00 0.00 0.00 [2021-01-28T00:45:44.345Z] 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:45:44.345Z] 00:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:45:44.345Z] 00:39:01 eth0 296.39 212.43 710.76 68.79 0.00 0.00 0.00 0.00 [2021-01-28T00:45:44.345Z] 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:45:44.345Z] 00:39:01 docker0 8.37 6.96 1.68 17.11 0.00 0.00 0.00 0.00 [2021-01-28T00:45:44.345Z] 00:40:01 eth0 1.83 0.30 0.37 0.20 0.00 0.00 0.00 0.00 [2021-01-28T00:45:44.345Z] 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:45:44.345Z] 00:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:45:44.345Z] 00:41:01 eth0 1.63 0.55 0.53 0.28 0.00 0.00 0.00 0.00 [2021-01-28T00:45:44.345Z] 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:45:44.345Z] 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:45:44.345Z] 00:42:01 eth0 1.00 0.70 0.54 0.40 0.00 0.00 0.00 0.00 [2021-01-28T00:45:44.345Z] 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:45:44.345Z] 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:45:44.345Z] 00:43:01 eth0 1.12 0.35 0.33 0.17 0.00 0.00 0.00 0.00 [2021-01-28T00:45:44.345Z] 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:45:44.345Z] 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:45:44.345Z] 00:44:02 eth0 1.48 0.60 0.59 0.40 0.00 0.00 0.00 0.00 [2021-01-28T00:45:44.345Z] 00:44:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:45:44.345Z] 00:44:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:45:44.345Z] 00:45:01 eth0 2.34 0.30 0.44 0.21 0.00 0.00 0.00 0.00 [2021-01-28T00:45:44.345Z] 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:45:44.345Z] 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:45:44.345Z] Average: eth0 45.49 30.21 108.28 9.37 0.00 0.00 0.00 0.00 [2021-01-28T00:45:44.345Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:45:44.345Z] Average: docker0 0.84 0.70 0.17 1.72 0.00 0.00 0.00 0.00 [2021-01-28T00:45:44.345Z] [2021-01-28T00:45:44.345Z] [2021-01-28T00:45:44.345Z] ---> sar -P ALL: [2021-01-28T00:45:44.345Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/28/21 _x86_64_ (4 CPU) [2021-01-28T00:45:44.345Z] [2021-01-28T00:45:44.345Z] 00:34:32 LINUX RESTART (4 CPU) [2021-01-28T00:45:44.345Z] [2021-01-28T00:45:44.345Z] 00:35:02 CPU %user %nice %system %iowait %steal %idle [2021-01-28T00:45:44.345Z] 00:36:01 all 7.32 0.00 2.13 0.44 0.05 90.05 [2021-01-28T00:45:44.345Z] 00:36:01 0 6.03 0.00 2.81 0.24 0.05 90.87 [2021-01-28T00:45:44.345Z] 00:36:01 1 7.08 0.00 2.11 0.29 0.07 90.45 [2021-01-28T00:45:44.345Z] 00:36:01 2 5.96 0.00 2.33 0.90 0.03 90.78 [2021-01-28T00:45:44.345Z] 00:36:01 3 10.25 0.00 1.28 0.34 0.05 88.08 [2021-01-28T00:45:44.345Z] 00:37:01 all 0.15 0.00 0.05 0.00 0.03 99.78 [2021-01-28T00:45:44.345Z] 00:37:01 0 0.05 0.00 0.05 0.00 0.02 99.88 [2021-01-28T00:45:44.345Z] 00:37:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2021-01-28T00:45:44.345Z] 00:37:01 2 0.08 0.00 0.08 0.00 0.05 99.78 [2021-01-28T00:45:44.345Z] 00:37:01 3 0.42 0.00 0.02 0.00 0.02 99.55 [2021-01-28T00:45:44.345Z] 00:38:01 all 0.10 0.00 0.04 0.00 0.01 99.86 [2021-01-28T00:45:44.345Z] 00:38:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-28T00:45:44.345Z] 00:38:01 1 0.03 0.00 0.05 0.00 0.02 99.90 [2021-01-28T00:45:44.345Z] 00:38:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2021-01-28T00:45:44.345Z] 00:38:01 3 0.30 0.00 0.03 0.00 0.00 99.67 [2021-01-28T00:45:44.345Z] 00:39:01 all 6.58 0.00 3.31 1.33 0.82 87.96 [2021-01-28T00:45:44.345Z] 00:39:01 0 6.43 0.00 4.50 0.94 0.78 87.35 [2021-01-28T00:45:44.345Z] 00:39:01 1 6.75 0.00 2.91 2.22 0.76 87.37 [2021-01-28T00:45:44.345Z] 00:39:01 2 6.87 0.00 2.84 1.68 0.81 87.80 [2021-01-28T00:45:44.346Z] 00:39:01 3 6.26 0.00 3.00 0.47 0.94 89.33 [2021-01-28T00:45:44.346Z] 00:40:01 all 0.11 0.00 0.08 0.00 0.07 99.74 [2021-01-28T00:45:44.346Z] 00:40:01 0 0.10 0.00 0.05 0.00 0.03 99.82 [2021-01-28T00:45:44.346Z] 00:40:01 1 0.08 0.00 0.10 0.00 0.13 99.68 [2021-01-28T00:45:44.346Z] 00:40:01 2 0.22 0.00 0.07 0.00 0.07 99.65 [2021-01-28T00:45:44.346Z] 00:40:01 3 0.05 0.00 0.10 0.00 0.03 99.82 [2021-01-28T00:45:44.346Z] 00:41:01 all 0.13 0.00 0.05 0.00 0.05 99.77 [2021-01-28T00:45:44.346Z] 00:41:01 0 0.07 0.00 0.05 0.00 0.02 99.87 [2021-01-28T00:45:44.346Z] 00:41:01 1 0.08 0.00 0.05 0.00 0.08 99.78 [2021-01-28T00:45:44.346Z] 00:41:01 2 0.37 0.00 0.03 0.00 0.03 99.57 [2021-01-28T00:45:44.346Z] 00:41:01 3 0.02 0.00 0.05 0.00 0.07 99.87 [2021-01-28T00:45:44.346Z] 00:42:01 all 0.08 0.00 0.09 0.00 0.09 99.74 [2021-01-28T00:45:44.346Z] 00:42:01 0 0.03 0.00 0.02 0.00 0.07 99.88 [2021-01-28T00:45:44.346Z] 00:42:01 1 0.05 0.00 0.03 0.00 0.13 99.78 [2021-01-28T00:45:44.346Z] 00:42:01 2 0.22 0.00 0.08 0.00 0.10 99.60 [2021-01-28T00:45:44.346Z] 00:42:01 3 0.02 0.00 0.22 0.00 0.07 99.70 [2021-01-28T00:45:44.346Z] 00:43:01 all 0.14 0.00 0.44 0.00 1.07 98.35 [2021-01-28T00:45:44.346Z] 00:43:01 0 0.07 0.00 0.08 0.00 0.79 99.06 [2021-01-28T00:45:44.346Z] 00:43:01 1 0.08 0.00 0.73 0.00 1.21 97.98 [2021-01-28T00:45:44.346Z] 00:43:01 2 0.35 0.00 0.40 0.00 1.14 98.12 [2021-01-28T00:45:44.346Z] 00:43:01 3 0.08 0.00 0.54 0.00 1.12 98.25 [2021-01-28T00:45:44.346Z] 00:44:02 all 0.17 0.00 0.04 0.00 0.02 99.77 [2021-01-28T00:45:44.346Z] 00:44:02 0 0.08 0.00 0.05 0.00 0.08 99.78 [2021-01-28T00:45:44.346Z] 00:44:02 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-28T00:45:44.346Z] 00:44:02 2 0.53 0.00 0.07 0.00 0.00 99.40 [2021-01-28T00:45:44.346Z] 00:44:02 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-28T00:45:44.346Z] 00:45:01 all 0.14 0.00 0.03 0.00 0.03 99.80 [2021-01-28T00:45:44.346Z] 00:45:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2021-01-28T00:45:44.346Z] 00:45:01 1 0.05 0.00 0.07 0.00 0.05 99.83 [2021-01-28T00:45:44.346Z] 00:45:01 2 0.47 0.00 0.03 0.00 0.02 99.47 [2021-01-28T00:45:44.346Z] 00:45:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2021-01-28T00:45:44.346Z] Average: all 1.48 0.00 0.62 0.18 0.22 97.50 [2021-01-28T00:45:44.346Z] Average: 0 1.28 0.00 0.76 0.12 0.19 97.66 [2021-01-28T00:45:44.346Z] Average: 1 1.41 0.00 0.61 0.25 0.25 97.49 [2021-01-28T00:45:44.346Z] Average: 2 1.50 0.00 0.59 0.26 0.23 97.43 [2021-01-28T00:45:44.346Z] Average: 3 1.72 0.00 0.53 0.08 0.23 97.44 [2021-01-28T00:45:44.346Z] [2021-01-28T00:45:44.346Z] [2021-01-28T00:45:44.346Z]