Pull request #784 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/app-functions-sdk-go Obtained Jenkinsfile from dd31cd7acb44caeeced9357078bf73151429bd0e+1798f22c4beb2284959a60107cdee2587c045e25 (c857efe3842d60e43fcaad68db2a39c3f0976413) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-33171 in /w/workspace/ndry_app-functions-sdk-go_PR-784 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_PR-784 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.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/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 1798f22c4beb2284959a60107cdee2587c045e25 into PR head commit dd31cd7acb44caeeced9357078bf73151429bd0e Merge succeeded, producing dd31cd7acb44caeeced9357078bf73151429bd0e Checking out Revision dd31cd7acb44caeeced9357078bf73151429bd0e (PR-784) > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/784/head:refs/remotes/origin/PR-784 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dd31cd7acb44caeeced9357078bf73151429bd0e # 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 1798f22c4beb2284959a60107cdee2587c045e25 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dd31cd7acb44caeeced9357078bf73151429bd0e # timeout=10 Commit message: "refactor: Replace file based with use of Secret Provider to get Access Tokens" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk 75b460fd918df2d2ab04da3665df36095b26342c # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-07T18:41:08.788Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-07T18:41:09.130Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-07T18:41:09.237Z] ========================================================= [2021-04-07T18:41:09.237Z] EdgeX Global Pipelines Version Info [2021-04-07T18:41:09.237Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-07T18:41:10.831Z] ------------------- [2021-04-07T18:41:10.831Z] stable info: [2021-04-07T18:41:10.831Z] ------------------- [2021-04-07T18:41:10.831Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-07T18:41:10.831Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-07T18:41:10.831Z] Message: update stable to v1.0.186 [2021-04-07T18:41:11.782Z] ------------------- [2021-04-07T18:41:11.782Z] experimental info: [2021-04-07T18:41:11.782Z] ------------------- [2021-04-07T18:41:11.782Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-07T18:41:11.782Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-07T18:41:11.782Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-07T18:41:12.102Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2021-04-07T18:41:12.188Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2021-04-07T18:41:12.351Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-07T18:41:12.438Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-07T18:41:12.532Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-07T18:41:12.620Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-07T18:41:12.711Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-07T18:41:12.803Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-07T18:41:12.907Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-07T18:41:12.996Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-07T18:41:13.082Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-07T18:41:13.172Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2021-04-07T18:41:13.258Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-07T18:41:13.344Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-07T18:41:13.432Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-04-07T18:41:13.528Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-07T18:41:13.613Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-07T18:41:13.700Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-07T18:41:13.789Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-07T18:41:13.876Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-07T18:41:14.009Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-07T18:41:14.114Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-04-07T18:41:14.197Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-07T18:41:14.280Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-07T18:41:14.367Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-04-07T18:41:14.452Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-07T18:41:14.543Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-784 [Pipeline] echo [2021-04-07T18:41:14.627Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-784 [Pipeline] echo [2021-04-07T18:41:14.714Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-784 [Pipeline] echo [2021-04-07T18:41:14.816Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = dd31cd7acb44caeeced9357078bf73151429bd0e [Pipeline] echo [2021-04-07T18:41:14.919Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = dd31cd7 [Pipeline] echo [2021-04-07T18:41:15.007Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-07T18:41:15.691Z] + git log --format=format:%s -1 dd31cd7acb44caeeced9357078bf73151429bd0e [Pipeline] echo [2021-04-07T18:41:15.802Z] GIT_COMMIT: dd31cd7acb44caeeced9357078bf73151429bd0e, Commit Message: refactor: Replace file based with use of Secret Provider to get Access Tokens [Pipeline] echo [2021-04-07T18:41:15.847Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-07T18:41:16.446Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-07T18:41:16.709Z] [2021-04-07T18:41:16.709Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-07T18:41:17.082Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-07T18:41:17.083Z] latest: Pulling from edgex-devops/git-semver [2021-04-07T18:41:17.083Z] 31603596830f: Pulling fs layer [2021-04-07T18:41:17.083Z] 2a8b12db71e7: Pulling fs layer [2021-04-07T18:41:17.083Z] 6ca5941a6612: Pulling fs layer [2021-04-07T18:41:17.083Z] ecc8261a40a4: Pulling fs layer [2021-04-07T18:41:17.083Z] ecc8261a40a4: Waiting [2021-04-07T18:41:17.083Z] 2a8b12db71e7: Verifying Checksum [2021-04-07T18:41:17.083Z] 2a8b12db71e7: Download complete [2021-04-07T18:41:17.347Z] 31603596830f: Verifying Checksum [2021-04-07T18:41:17.347Z] 31603596830f: Download complete [2021-04-07T18:41:17.347Z] ecc8261a40a4: Verifying Checksum [2021-04-07T18:41:17.347Z] ecc8261a40a4: Download complete [2021-04-07T18:41:17.347Z] 6ca5941a6612: Verifying Checksum [2021-04-07T18:41:17.347Z] 6ca5941a6612: Download complete [2021-04-07T18:41:17.611Z] 31603596830f: Pull complete [2021-04-07T18:41:17.882Z] 2a8b12db71e7: Pull complete [2021-04-07T18:41:18.461Z] 6ca5941a6612: Pull complete [2021-04-07T18:41:18.735Z] ecc8261a40a4: Pull complete [2021-04-07T18:41:18.735Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-07T18:41:18.998Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-07T18:41:18.998Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-07T18:41:19.112Z] prd-centos7-docker-4c-2g-33171 does not seem to be running inside a container [2021-04-07T18:41:19.155Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-784 -v /w/workspace/ndry_app-functions-sdk-go_PR-784:/w/workspace/ndry_app-functions-sdk-go_PR-784:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-784@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-784@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 [2021-04-07T18:41:21.577Z] $ docker top b7444a9345c52b0ec554a70e8c6bbcd7eb337c0466927956f394a364e00b46b9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-07T18:41:21.891Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-07T18:41:21.891Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-07T18:41:22.148Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-07T18:41:22.147Z] $ docker exec b7444a9345c52b0ec554a70e8c6bbcd7eb337c0466927956f394a364e00b46b9 ssh-agent [2021-04-07T18:41:22.335Z] SSH_AUTH_SOCK=/tmp/ssh-rauDlpi1yXeV/agent.11 [2021-04-07T18:41:22.335Z] SSH_AGENT_PID=16 [2021-04-07T18:41:22.346Z] Running ssh-add (command line suppressed) [2021-04-07T18:41:22.485Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-784@tmp/private_key_3060331434554491452.key (/w/workspace/ndry_app-functions-sdk-go_PR-784@tmp/private_key_3060331434554491452.key) [2021-04-07T18:41:22.546Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-07T18:41:22.881Z] + git tag --points-at HEAD [Pipeline] } [2021-04-07T18:41:22.906Z] $ docker exec --env ******** --env ******** b7444a9345c52b0ec554a70e8c6bbcd7eb337c0466927956f394a364e00b46b9 ssh-agent -k [2021-04-07T18:41:23.030Z] unset SSH_AUTH_SOCK; [2021-04-07T18:41:23.031Z] unset SSH_AGENT_PID; [2021-04-07T18:41:23.031Z] echo Agent pid 16 killed; [2021-04-07T18:41:23.088Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-07T18:41:23.303Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-07T18:41:23.303Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-07T18:41:23.495Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-07T18:41:23.495Z] $ docker exec b7444a9345c52b0ec554a70e8c6bbcd7eb337c0466927956f394a364e00b46b9 ssh-agent [2021-04-07T18:41:23.687Z] SSH_AUTH_SOCK=/tmp/ssh-749DOw21ylQs/agent.45 [2021-04-07T18:41:23.687Z] SSH_AGENT_PID=51 [2021-04-07T18:41:23.694Z] Running ssh-add (command line suppressed) [2021-04-07T18:41:23.818Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-784@tmp/private_key_6352648204652325773.key (/w/workspace/ndry_app-functions-sdk-go_PR-784@tmp/private_key_6352648204652325773.key) [2021-04-07T18:41:23.878Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-07T18:41:24.217Z] + git semver init [2021-04-07T18:41:24.217Z] # -> Open(): unable to determine branch for HEAD [2021-04-07T18:41:24.217Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-784/.git [2021-04-07T18:41:24.217Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-784 [2021-04-07T18:41:24.217Z] # $SEMVER_REMOTE_NAME = origin [2021-04-07T18:41:24.217Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-07T18:41:24.217Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-07T18:41:24.217Z] # $SEMVER_BRANCH = PR-784 [2021-04-07T18:41:24.217Z] # $SEMVER_TEMP = /tmp/semver-949597664 [2021-04-07T18:41:24.217Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2021-04-07T18:41:26.804Z] # '/tmp/semver-949597664' -> '/w/workspace/ndry_app-functions-sdk-go_PR-784/.semver' [2021-04-07T18:41:26.804Z] # -> Force: false [2021-04-07T18:41:26.804Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-784/.semver [Pipeline] } [2021-04-07T18:41:26.813Z] $ docker exec --env ******** --env ******** b7444a9345c52b0ec554a70e8c6bbcd7eb337c0466927956f394a364e00b46b9 ssh-agent -k [2021-04-07T18:41:26.948Z] unset SSH_AUTH_SOCK; [2021-04-07T18:41:26.949Z] unset SSH_AGENT_PID; [2021-04-07T18:41:26.949Z] echo Agent pid 51 killed; [2021-04-07T18:41:27.013Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-07T18:41:27.475Z] + git semver [Pipeline] } [2021-04-07T18:41:27.488Z] $ docker stop --time=1 b7444a9345c52b0ec554a70e8c6bbcd7eb337c0466927956f394a364e00b46b9 [2021-04-07T18:41:29.004Z] $ docker rm -f b7444a9345c52b0ec554a70e8c6bbcd7eb337c0466927956f394a364e00b46b9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-07T18:41:29.498Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-07T18:41:30.162Z] Stashed 1 file(s) [Pipeline] echo [2021-04-07T18:41:30.165Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-04-07T18:41:45.746Z] Still waiting to schedule task [2021-04-07T18:41:45.746Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-07T18:41:45.748Z] Still waiting to schedule task [2021-04-07T18:41:45.748Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-07T18:43:35.535Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-33173 in /w/workspace/ndry_app-functions-sdk-go_PR-784 [Pipeline] { [Pipeline] ws [2021-04-07T18:43:35.644Z] Running in /w/workspace/app-functions-sdk-go/2 [Pipeline] { [Pipeline] checkout [2021-04-07T18:43:40.594Z] using credential edgex-jenkins-ssh [2021-04-07T18:43:40.659Z] Cloning the remote Git repository [2021-04-07T18:43:40.709Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-04-07T18:43:40.820Z] > git init /w/workspace/app-functions-sdk-go/2 # timeout=10 [2021-04-07T18:43:40.898Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-04-07T18:43:40.899Z] > git --version # timeout=10 [2021-04-07T18:43:40.926Z] > git --version # 'git version 2.17.1' [2021-04-07T18:43:40.928Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T18:43:40.981Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-07T18:43:43.976Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-04-07T18:43:43.995Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-07T18:43:44.020Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-04-07T18:43:44.053Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-04-07T18:43:44.053Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T18:43:44.068Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/784/head:refs/remotes/origin/PR-784 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-07T18:43:44.654Z] Merging remotes/origin/master commit 1798f22c4beb2284959a60107cdee2587c045e25 into PR head commit dd31cd7acb44caeeced9357078bf73151429bd0e [2021-04-07T18:43:44.878Z] Merge succeeded, producing dd31cd7acb44caeeced9357078bf73151429bd0e [2021-04-07T18:43:44.879Z] Checking out Revision dd31cd7acb44caeeced9357078bf73151429bd0e (PR-784) [2021-04-07T18:43:44.664Z] > git config core.sparsecheckout # timeout=10 [2021-04-07T18:43:44.678Z] > git checkout -f dd31cd7acb44caeeced9357078bf73151429bd0e # timeout=10 [2021-04-07T18:43:44.787Z] > git remote # timeout=10 [2021-04-07T18:43:44.804Z] > git config --get remote.origin.url # timeout=10 [2021-04-07T18:43:44.819Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T18:43:44.829Z] > git merge 1798f22c4beb2284959a60107cdee2587c045e25 # timeout=10 [2021-04-07T18:43:44.850Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-07T18:43:44.872Z] > git config core.sparsecheckout # timeout=10 [2021-04-07T18:43:44.888Z] > git checkout -f dd31cd7acb44caeeced9357078bf73151429bd0e # timeout=10 [2021-04-07T18:43:49.332Z] Commit message: "refactor: Replace file based with use of Secret Provider to get Access Tokens" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-07T18:43:51.334Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-07T18:43:51.805Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-07T18:43:52.141Z] + sudo service docker+ restart [2021-04-07T18:43:52.141Z] true [Pipeline] unstash [Pipeline] echo [2021-04-07T18:43:55.054Z] ========================================================= [2021-04-07T18:43:55.054Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-07T18:43:55.054Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-07T18:43:55.435Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-07T18:43:56.880Z] Sending build context to Docker daemon 19.47MB [2021-04-07T18:43:56.880Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-07T18:43:56.880Z] Step 2/8 : FROM ${BASE} [2021-04-07T18:43:56.880Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-07T18:43:56.880Z] 5f621e34cdf4: Pulling fs layer [2021-04-07T18:43:56.880Z] a4357932f1b6: Pulling fs layer [2021-04-07T18:43:56.880Z] 18c013af1878: Pulling fs layer [2021-04-07T18:43:56.880Z] 00ac8860ef70: Pulling fs layer [2021-04-07T18:43:56.880Z] 63d7cb157983: Pulling fs layer [2021-04-07T18:43:56.880Z] b116817d02f9: Pulling fs layer [2021-04-07T18:43:56.880Z] 745a02a5169b: Pulling fs layer [2021-04-07T18:43:56.880Z] 00ac8860ef70: Waiting [2021-04-07T18:43:56.880Z] 63d7cb157983: Waiting [2021-04-07T18:43:56.880Z] b116817d02f9: Waiting [2021-04-07T18:43:56.880Z] 745a02a5169b: Waiting [2021-04-07T18:43:57.157Z] 18c013af1878: Download complete [2021-04-07T18:43:57.157Z] a4357932f1b6: Verifying Checksum [2021-04-07T18:43:57.157Z] a4357932f1b6: Download complete [2021-04-07T18:43:57.157Z] 63d7cb157983: Download complete [2021-04-07T18:43:57.157Z] b116817d02f9: Verifying Checksum [2021-04-07T18:43:57.157Z] b116817d02f9: Download complete [2021-04-07T18:43:57.157Z] 5f621e34cdf4: Verifying Checksum [2021-04-07T18:43:57.157Z] 5f621e34cdf4: Download complete [2021-04-07T18:43:57.757Z] 5f621e34cdf4: Pull complete [2021-04-07T18:43:58.372Z] a4357932f1b6: Pull complete [2021-04-07T18:43:58.975Z] 18c013af1878: Pull complete [2021-04-07T18:43:59.574Z] 745a02a5169b: Verifying Checksum [2021-04-07T18:43:59.574Z] 745a02a5169b: Download complete [2021-04-07T18:44:01.010Z] 00ac8860ef70: Verifying Checksum [2021-04-07T18:44:01.010Z] 00ac8860ef70: Download complete [2021-04-07T18:44:11.183Z] 00ac8860ef70: Pull complete [2021-04-07T18:44:11.456Z] 63d7cb157983: Pull complete [2021-04-07T18:44:11.730Z] b116817d02f9: Pull complete [2021-04-07T18:44:15.154Z] 745a02a5169b: Pull complete [2021-04-07T18:44:15.439Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-07T18:44:15.439Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-07T18:44:15.439Z] ---> b7e6874047d6 [2021-04-07T18:44:15.439Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-04-07T18:44:15.439Z] 20.10.0: Pulling from library/docker [2021-04-07T18:44:15.439Z] a3cc7d3b244e: Pulling fs layer [2021-04-07T18:44:15.439Z] 02a3295e0d61: Pulling fs layer [2021-04-07T18:44:15.439Z] 0f4f2e6d8100: Pulling fs layer [2021-04-07T18:44:15.439Z] 330b718f631f: Pulling fs layer [2021-04-07T18:44:15.439Z] a93816041522: Pulling fs layer [2021-04-07T18:44:15.439Z] bdb6da89ff94: Pulling fs layer [2021-04-07T18:44:15.439Z] 2a70c0c122f4: Pulling fs layer [2021-04-07T18:44:15.439Z] 330b718f631f: Waiting [2021-04-07T18:44:15.439Z] a93816041522: Waiting [2021-04-07T18:44:15.439Z] bdb6da89ff94: Waiting [2021-04-07T18:44:15.439Z] 2a70c0c122f4: Waiting [2021-04-07T18:44:15.439Z] 0f4f2e6d8100: Verifying Checksum [2021-04-07T18:44:15.439Z] 0f4f2e6d8100: Download complete [2021-04-07T18:44:15.439Z] 02a3295e0d61: Verifying Checksum [2021-04-07T18:44:15.439Z] 02a3295e0d61: Download complete [2021-04-07T18:44:15.717Z] a3cc7d3b244e: Verifying Checksum [2021-04-07T18:44:15.717Z] a3cc7d3b244e: Download complete [2021-04-07T18:44:15.717Z] a93816041522: Download complete [2021-04-07T18:44:15.717Z] bdb6da89ff94: Verifying Checksum [2021-04-07T18:44:15.717Z] 2a70c0c122f4: Download complete [2021-04-07T18:44:16.323Z] a3cc7d3b244e: Pull complete [2021-04-07T18:44:16.824Z] Running on prd-centos7-docker-4c-2g-33174 in /w/workspace/ndry_app-functions-sdk-go_PR-784 [Pipeline] { [Pipeline] ws [2021-04-07T18:44:16.878Z] Running in /w/workspace/app-functions-sdk-go/2 [Pipeline] { [2021-04-07T18:44:16.931Z] 02a3295e0d61: Pull complete [Pipeline] checkout [2021-04-07T18:44:17.208Z] 330b718f631f: Verifying Checksum [2021-04-07T18:44:17.208Z] 330b718f631f: Download complete [2021-04-07T18:44:17.484Z] 0f4f2e6d8100: Pull complete [2021-04-07T18:44:19.093Z] using credential edgex-jenkins-ssh [2021-04-07T18:44:19.151Z] Cloning the remote Git repository [2021-04-07T18:44:18.555Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-04-07T18:44:18.621Z] > git init /w/workspace/app-functions-sdk-go/2 # timeout=10 [2021-04-07T18:44:18.688Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-04-07T18:44:18.688Z] > git --version # timeout=10 [2021-04-07T18:44:18.696Z] > git --version # 'git version 2.24.3' [2021-04-07T18:44:18.696Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T18:44:18.722Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-07T18:44:21.265Z] Merging remotes/origin/master commit 1798f22c4beb2284959a60107cdee2587c045e25 into PR head commit dd31cd7acb44caeeced9357078bf73151429bd0e [2021-04-07T18:44:20.216Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-04-07T18:44:20.222Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-07T18:44:20.234Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-04-07T18:44:20.254Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-04-07T18:44:20.254Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T18:44:20.262Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/784/head:refs/remotes/origin/PR-784 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-07T18:44:20.823Z] > git config core.sparsecheckout # timeout=10 [2021-04-07T18:44:20.830Z] > git checkout -f dd31cd7acb44caeeced9357078bf73151429bd0e # timeout=10 [2021-04-07T18:44:21.352Z] Merge succeeded, producing dd31cd7acb44caeeced9357078bf73151429bd0e [2021-04-07T18:44:21.352Z] Checking out Revision dd31cd7acb44caeeced9357078bf73151429bd0e (PR-784) [2021-04-07T18:44:21.827Z] 330b718f631f: Pull complete [2021-04-07T18:44:21.827Z] a93816041522: Pull complete [2021-04-07T18:44:21.827Z] bdb6da89ff94: Pull complete [2021-04-07T18:44:20.875Z] > git remote # timeout=10 [2021-04-07T18:44:20.881Z] > git config --get remote.origin.url # timeout=10 [2021-04-07T18:44:20.890Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T18:44:20.894Z] > git merge 1798f22c4beb2284959a60107cdee2587c045e25 # timeout=10 [2021-04-07T18:44:20.902Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-07T18:44:20.914Z] > git config core.sparsecheckout # timeout=10 [2021-04-07T18:44:20.919Z] > git checkout -f dd31cd7acb44caeeced9357078bf73151429bd0e # timeout=10 [2021-04-07T18:44:22.426Z] 2a70c0c122f4: Pull complete [2021-04-07T18:44:22.426Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-07T18:44:22.426Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-07T18:44:24.764Z] Commit message: "refactor: Replace file based with use of Secret Provider to get Access Tokens" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-07T18:44:26.038Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-07T18:44:26.370Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-07T18:44:26.677Z] + sudo service docker restart [2021-04-07T18:44:26.677Z] + true [2021-04-07T18:44:26.677Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-04-07T18:44:28.203Z] ========================================================= [2021-04-07T18:44:28.203Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-07T18:44:28.203Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-07T18:44:28.548Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-07T18:44:29.126Z] Sending build context to Docker daemon 19.48MB [2021-04-07T18:44:29.126Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-07T18:44:29.126Z] Step 2/8 : FROM ${BASE} [2021-04-07T18:44:29.126Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-07T18:44:29.126Z] 188c0c94c7c5: Pulling fs layer [2021-04-07T18:44:29.126Z] 0ef7d3d256c8: Pulling fs layer [2021-04-07T18:44:29.126Z] de9db76c5a1d: Pulling fs layer [2021-04-07T18:44:29.126Z] bca2f99d35d6: Pulling fs layer [2021-04-07T18:44:29.126Z] 93359f2a8cfa: Pulling fs layer [2021-04-07T18:44:29.126Z] 7c6f9722023f: Pulling fs layer [2021-04-07T18:44:29.126Z] a35cf1a2eb13: Pulling fs layer [2021-04-07T18:44:29.126Z] 93359f2a8cfa: Waiting [2021-04-07T18:44:29.126Z] 7c6f9722023f: Waiting [2021-04-07T18:44:29.126Z] a35cf1a2eb13: Waiting [2021-04-07T18:44:29.126Z] bca2f99d35d6: Waiting [2021-04-07T18:44:29.126Z] de9db76c5a1d: Verifying Checksum [2021-04-07T18:44:29.126Z] de9db76c5a1d: Download complete [2021-04-07T18:44:29.126Z] 0ef7d3d256c8: Verifying Checksum [2021-04-07T18:44:29.126Z] 0ef7d3d256c8: Download complete [2021-04-07T18:44:29.126Z] 93359f2a8cfa: Verifying Checksum [2021-04-07T18:44:29.126Z] 93359f2a8cfa: Download complete [2021-04-07T18:44:29.126Z] 7c6f9722023f: Verifying Checksum [2021-04-07T18:44:29.126Z] 7c6f9722023f: Download complete [2021-04-07T18:44:29.126Z] 188c0c94c7c5: Verifying Checksum [2021-04-07T18:44:29.126Z] 188c0c94c7c5: Download complete [2021-04-07T18:44:29.142Z] ---> 5eb8721fd7e8 [2021-04-07T18:44:29.142Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-07T18:44:29.142Z] ---> Running in 62e1c22a9e3a [2021-04-07T18:44:29.142Z] Removing intermediate container 62e1c22a9e3a [2021-04-07T18:44:29.142Z] ---> 3b08d83e0296 [2021-04-07T18:44:29.142Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-04-07T18:44:29.390Z] 188c0c94c7c5: Pull complete [2021-04-07T18:44:29.425Z] ---> Running in 1c68f0701598 [2021-04-07T18:44:29.655Z] 0ef7d3d256c8: Pull complete [2021-04-07T18:44:29.917Z] de9db76c5a1d: Pull complete [2021-04-07T18:44:30.864Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T18:44:30.869Z] a35cf1a2eb13: Verifying Checksum [2021-04-07T18:44:30.869Z] a35cf1a2eb13: Download complete [2021-04-07T18:44:31.448Z] bca2f99d35d6: Verifying Checksum [2021-04-07T18:44:31.448Z] bca2f99d35d6: Download complete [2021-04-07T18:44:32.288Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T18:44:34.250Z] (1/5) Installing libsodium (1.0.18-r0) [2021-04-07T18:44:34.250Z] (2/5) Installing libzmq (4.3.3-r0) [2021-04-07T18:44:34.838Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-04-07T18:44:34.838Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-04-07T18:44:34.838Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-04-07T18:44:35.110Z] Executing busybox-1.31.1-r19.trigger [2021-04-07T18:44:35.110Z] OK: 144 MiB in 44 packages [2021-04-07T18:44:35.680Z] bca2f99d35d6: Pull complete [2021-04-07T18:44:35.942Z] 93359f2a8cfa: Pull complete [2021-04-07T18:44:35.942Z] 7c6f9722023f: Pull complete [2021-04-07T18:44:36.088Z] Removing intermediate container 1c68f0701598 [2021-04-07T18:44:36.088Z] ---> cbbdcccde15a [2021-04-07T18:44:36.088Z] Step 6/8 : WORKDIR /build [2021-04-07T18:44:36.360Z] ---> Running in 33f4b167268f [2021-04-07T18:44:36.957Z] Removing intermediate container 33f4b167268f [2021-04-07T18:44:36.957Z] ---> a66b8abef9bd [2021-04-07T18:44:36.957Z] Step 7/8 : COPY go.mod . [2021-04-07T18:44:37.552Z] ---> 0d3d3d13b9ef [2021-04-07T18:44:37.552Z] Step 8/8 : RUN go mod download [2021-04-07T18:44:37.552Z] ---> Running in 00e16da195d1 [2021-04-07T18:44:44.106Z] a35cf1a2eb13: Pull complete [2021-04-07T18:44:44.106Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-07T18:44:44.106Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-07T18:44:44.106Z] ---> a62c8e92a672 [2021-04-07T18:44:44.106Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-04-07T18:44:44.371Z] 20.10.0: Pulling from library/docker [2021-04-07T18:44:44.371Z] 05e7bc50f07f: Pulling fs layer [2021-04-07T18:44:44.371Z] 6db28d0fdbf6: Pulling fs layer [2021-04-07T18:44:44.371Z] 292df0bc6bf3: Pulling fs layer [2021-04-07T18:44:44.371Z] 2e060f4bd70b: Pulling fs layer [2021-04-07T18:44:44.371Z] 80e8d568a223: Pulling fs layer [2021-04-07T18:44:44.371Z] 8dc6ef1a942a: Pulling fs layer [2021-04-07T18:44:44.371Z] 2312dd95470a: Pulling fs layer [2021-04-07T18:44:44.371Z] 2e060f4bd70b: Waiting [2021-04-07T18:44:44.371Z] 80e8d568a223: Waiting [2021-04-07T18:44:44.371Z] 8dc6ef1a942a: Waiting [2021-04-07T18:44:44.371Z] 2312dd95470a: Waiting [2021-04-07T18:44:44.371Z] 292df0bc6bf3: Verifying Checksum [2021-04-07T18:44:44.371Z] 292df0bc6bf3: Download complete [2021-04-07T18:44:44.371Z] 6db28d0fdbf6: Download complete [2021-04-07T18:44:44.371Z] 05e7bc50f07f: Download complete [2021-04-07T18:44:44.371Z] 80e8d568a223: Download complete [2021-04-07T18:44:44.371Z] 8dc6ef1a942a: Verifying Checksum [2021-04-07T18:44:44.371Z] 8dc6ef1a942a: Download complete [2021-04-07T18:44:44.371Z] 2312dd95470a: Download complete [2021-04-07T18:44:44.946Z] 05e7bc50f07f: Pull complete [2021-04-07T18:44:44.946Z] 6db28d0fdbf6: Pull complete [2021-04-07T18:44:45.208Z] 292df0bc6bf3: Pull complete [2021-04-07T18:44:45.469Z] 2e060f4bd70b: Verifying Checksum [2021-04-07T18:44:45.469Z] 2e060f4bd70b: Download complete [2021-04-07T18:44:48.026Z] 2e060f4bd70b: Pull complete [2021-04-07T18:44:48.026Z] 80e8d568a223: Pull complete [2021-04-07T18:44:48.288Z] 8dc6ef1a942a: Pull complete [2021-04-07T18:44:48.288Z] 2312dd95470a: Pull complete [2021-04-07T18:44:48.288Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-07T18:44:48.551Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-07T18:44:49.948Z] ---> 08491736fc29 [2021-04-07T18:44:49.948Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-07T18:44:49.948Z] ---> Running in 817b151af890 [2021-04-07T18:44:49.948Z] Removing intermediate container 817b151af890 [2021-04-07T18:44:49.948Z] ---> 1e759c00d2bc [2021-04-07T18:44:49.948Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-04-07T18:44:49.948Z] ---> Running in a64c24b3c08b [2021-04-07T18:44:50.907Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T18:44:51.855Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T18:44:52.808Z] (1/5) Installing libsodium (1.0.18-r0) [2021-04-07T18:44:53.071Z] (2/5) Installing libzmq (4.3.3-r0) [2021-04-07T18:44:53.333Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-04-07T18:44:53.333Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-04-07T18:44:53.333Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-04-07T18:44:53.595Z] Executing busybox-1.31.1-r19.trigger [2021-04-07T18:44:53.595Z] OK: 167 MiB in 44 packages [2021-04-07T18:44:54.172Z] Removing intermediate container a64c24b3c08b [2021-04-07T18:44:54.172Z] ---> 3772c1685054 [2021-04-07T18:44:54.172Z] Step 6/8 : WORKDIR /build [2021-04-07T18:44:54.172Z] ---> Running in 024f0816b7ce [2021-04-07T18:44:54.436Z] Removing intermediate container 024f0816b7ce [2021-04-07T18:44:54.436Z] ---> 9f2aa9a9fd45 [2021-04-07T18:44:54.436Z] Step 7/8 : COPY go.mod . [2021-04-07T18:44:54.698Z] ---> a1355a57f9fd [2021-04-07T18:44:54.698Z] Step 8/8 : RUN go mod download [2021-04-07T18:44:54.698Z] ---> Running in e5bebffa3eb9 [2021-04-07T18:45:04.617Z] Removing intermediate container 00e16da195d1 [2021-04-07T18:45:04.618Z] ---> d505341a9a7f [2021-04-07T18:45:04.618Z] Successfully built d505341a9a7f [2021-04-07T18:45:04.618Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-07T18:45:04.961Z] + docker inspect -f . ci-base-image-arm64 [2021-04-07T18:45:04.961Z] . [Pipeline] withDockerContainer [2021-04-07T18:45:05.226Z] prd-ubuntu18.04-docker-arm64-4c-16g-33173 does not seem to be running inside a container [2021-04-07T18:45:05.312Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/2 -v /w/workspace/app-functions-sdk-go/2:/w/workspace/app-functions-sdk-go/2:rw,z -v /w/workspace/app-functions-sdk-go/2@tmp:/w/workspace/app-functions-sdk-go/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 ******** -e ******** ci-base-image-arm64 cat [2021-04-07T18:45:06.736Z] $ docker top b890f982a579bfbaaa49dc35e7c24e18b3a32ed67b7e7d9624737e9add503081 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T18:45:07.717Z] + go version [2021-04-07T18:45:07.717Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-07T18:45:07.747Z] $ docker stop --time=1 b890f982a579bfbaaa49dc35e7c24e18b3a32ed67b7e7d9624737e9add503081 [2021-04-07T18:45:09.571Z] $ docker rm -f b890f982a579bfbaaa49dc35e7c24e18b3a32ed67b7e7d9624737e9add503081 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T18:45:10.661Z] + docker inspect -f . ci-base-image-arm64 [2021-04-07T18:45:10.661Z] . [Pipeline] withDockerContainer [2021-04-07T18:45:10.895Z] prd-ubuntu18.04-docker-arm64-4c-16g-33173 does not seem to be running inside a container [2021-04-07T18:45:10.983Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/2 -v /w/workspace/app-functions-sdk-go/2:/w/workspace/app-functions-sdk-go/2:rw,z -v /w/workspace/app-functions-sdk-go/2@tmp:/w/workspace/app-functions-sdk-go/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 ******** -e ******** ci-base-image-arm64 cat [2021-04-07T18:45:12.525Z] $ docker top 9a4f7cbe1b9adfb2218605f970eca8669aa23bfd107f539be049af75000ad136 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T18:45:13.517Z] + make test [2021-04-07T18:45:13.517Z] make -C ./app-service-template build [2021-04-07T18:45:13.517Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/2/app-service-template' [2021-04-07T18:45:13.517Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.14 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service [2021-04-07T18:45:16.783Z] Removing intermediate container e5bebffa3eb9 [2021-04-07T18:45:16.783Z] ---> 2ba1d25789e5 [2021-04-07T18:45:16.783Z] Successfully built 2ba1d25789e5 [2021-04-07T18:45:16.783Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-07T18:45:17.098Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-07T18:45:17.098Z] . [Pipeline] withDockerContainer [2021-04-07T18:45:17.227Z] prd-centos7-docker-4c-2g-33174 does not seem to be running inside a container [2021-04-07T18:45:17.274Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/2 -v /w/workspace/app-functions-sdk-go/2:/w/workspace/app-functions-sdk-go/2:rw,z -v /w/workspace/app-functions-sdk-go/2@tmp:/w/workspace/app-functions-sdk-go/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 [2021-04-07T18:45:17.943Z] $ docker top cc2f3379f8815bf1ff35d53fdd5ab23e996a543355567ac40b41250abaf55cf1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T18:45:18.422Z] + go version [2021-04-07T18:45:18.422Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-07T18:45:18.436Z] $ docker stop --time=1 cc2f3379f8815bf1ff35d53fdd5ab23e996a543355567ac40b41250abaf55cf1 [2021-04-07T18:45:19.779Z] $ docker rm -f cc2f3379f8815bf1ff35d53fdd5ab23e996a543355567ac40b41250abaf55cf1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T18:45:20.634Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-07T18:45:20.634Z] . [Pipeline] withDockerContainer [2021-04-07T18:45:20.731Z] prd-centos7-docker-4c-2g-33174 does not seem to be running inside a container [2021-04-07T18:45:20.780Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/2 -v /w/workspace/app-functions-sdk-go/2:/w/workspace/app-functions-sdk-go/2:rw,z -v /w/workspace/app-functions-sdk-go/2@tmp:/w/workspace/app-functions-sdk-go/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 [2021-04-07T18:45:21.371Z] $ docker top 12de4e2027c6622f1d2848f7f1c674319f72823bfb40bdb61d57f4602c3e1e31 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T18:45:21.903Z] + make test [2021-04-07T18:45:21.903Z] make -C ./app-service-template build [2021-04-07T18:45:21.903Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/2/app-service-template' [2021-04-07T18:45:21.903Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.14 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service [2021-04-07T18:45:36.912Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/2/app-service-template' [2021-04-07T18:45:36.912Z] make -C ./app-service-template test [2021-04-07T18:45:36.912Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/2/app-service-template' [2021-04-07T18:45:36.912Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-04-07T18:45:42.276Z] ok new-app-service 0.016s coverage: 47.8% of statements [2021-04-07T18:45:42.276Z] ? new-app-service/config [no test files] [2021-04-07T18:45:42.276Z] ok new-app-service/functions 0.010s [2021-04-07T18:45:42.276Z] CGO_ENABLED=1 go vet ./... [2021-04-07T18:45:45.633Z] gofmt -l . [2021-04-07T18:45:45.633Z] [ "`gofmt -l .`" = "" ] [2021-04-07T18:45:45.633Z] ./bin/test-go-mod-tidy.sh [2021-04-07T18:45:45.633Z] ./bin/test-attribution-txt.sh [2021-04-07T18:45:46.208Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/2/app-service-template' [2021-04-07T18:45:46.208Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-04-07T18:45:46.788Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] [2021-04-07T18:45:48.754Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.032s coverage: 55.8% of statements [2021-04-07T18:45:48.754Z] --- FAIL: TestContext_GetSecret (0.00s) [2021-04-07T18:45:48.754Z] panic: runtime error: invalid memory address or nil pointer dereference [recovered] [2021-04-07T18:45:48.754Z] panic: runtime error: invalid memory address or nil pointer dereference [2021-04-07T18:45:48.754Z] [signal SIGSEGV: segmentation violation code=0x1 addr=0x20 pc=0x74d8a4] [2021-04-07T18:45:48.754Z] [2021-04-07T18:45:48.754Z] goroutine 48 [running]: [2021-04-07T18:45:48.754Z] testing.tRunner.func1.1(0x79ca80, 0xa6dec0) [2021-04-07T18:45:48.754Z] /usr/local/go/src/testing/testing.go:1072 +0x30d [2021-04-07T18:45:48.754Z] testing.tRunner.func1(0xc000309800) [2021-04-07T18:45:48.754Z] /usr/local/go/src/testing/testing.go:1075 +0x41a [2021-04-07T18:45:48.754Z] panic(0x79ca80, 0xa6dec0) [2021-04-07T18:45:48.754Z] /usr/local/go/src/runtime/panic.go:969 +0x1b9 [2021-04-07T18:45:48.754Z] github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction.(*Context).GetSecret(0xc000281570, 0x80727f, 0x4, 0x0, 0x0, 0x0, 0xc00032a000, 0xa3edc0, 0x826040) [2021-04-07T18:45:48.754Z] /w/workspace/app-functions-sdk-go/2/internal/appfunction/context.go:188 +0xa4 [2021-04-07T18:45:48.754Z] github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction.TestContext_GetSecret(0xc000309800) [2021-04-07T18:45:48.754Z] /w/workspace/app-functions-sdk-go/2/internal/appfunction/context_test.go:245 +0x311 [2021-04-07T18:45:48.754Z] testing.tRunner(0xc000309800, 0x825160) [2021-04-07T18:45:48.754Z] /usr/local/go/src/testing/testing.go:1123 +0xef [2021-04-07T18:45:48.754Z] created by testing.(*T).Run [2021-04-07T18:45:48.754Z] /usr/local/go/src/testing/testing.go:1168 +0x2b3 [2021-04-07T18:45:48.754Z] FAIL github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.030s [2021-04-07T18:45:48.754Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] [2021-04-07T18:45:48.754Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.031s coverage: 61.5% of statements [2021-04-07T18:45:48.754Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] [2021-04-07T18:45:48.754Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.022s [2021-04-07T18:45:49.023Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.040s coverage: 75.4% of statements [2021-04-07T18:45:49.023Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] [2021-04-07T18:45:49.023Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] [2021-04-07T18:45:49.023Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] [2021-04-07T18:45:49.023Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] [2021-04-07T18:45:49.023Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] [2021-04-07T18:45:49.023Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] [2021-04-07T18:45:49.023Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.005s coverage: 97.0% of statements [2021-04-07T18:45:49.023Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] [2021-04-07T18:45:49.292Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.020s coverage: 10.5% of statements [2021-04-07T18:45:52.564Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/2/app-service-template' [2021-04-07T18:45:52.564Z] make -C ./app-service-template test [2021-04-07T18:45:52.564Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/2/app-service-template' [2021-04-07T18:45:52.564Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-04-07T18:45:52.621Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 2.743s coverage: 78.4% of statements [2021-04-07T18:45:52.621Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] [2021-04-07T18:45:52.621Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.017s coverage: 18.4% of statements [2021-04-07T18:45:52.621Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.044s coverage: 27.3% of statements [2021-04-07T18:45:52.621Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] [2021-04-07T18:45:52.621Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] [2021-04-07T18:45:52.621Z] --- FAIL: TestGetSecrets (0.00s) [2021-04-07T18:45:52.621Z] --- FAIL: TestGetSecrets/Auth_No_Secrets_found (0.00s) [2021-04-07T18:45:52.621Z] panic: runtime error: invalid memory address or nil pointer dereference [recovered] [2021-04-07T18:45:52.621Z] panic: runtime error: invalid memory address or nil pointer dereference [2021-04-07T18:45:52.621Z] [signal SIGSEGV: segmentation violation code=0x1 addr=0x20 pc=0x66015a] [2021-04-07T18:45:52.621Z] [2021-04-07T18:45:52.621Z] goroutine 33 [running]: [2021-04-07T18:45:52.621Z] testing.tRunner.func1.1(0x6a1380, 0x8c2370) [2021-04-07T18:45:52.621Z] /usr/local/go/src/testing/testing.go:1072 +0x30d [2021-04-07T18:45:52.621Z] testing.tRunner.func1(0xc00034ac00) [2021-04-07T18:45:52.621Z] /usr/local/go/src/testing/testing.go:1075 +0x41a [2021-04-07T18:45:52.621Z] panic(0x6a1380, 0x8c2370) [2021-04-07T18:45:52.621Z] /usr/local/go/src/runtime/panic.go:969 +0x1b9 [2021-04-07T18:45:52.621Z] github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction.(*Context).GetSecret(0xc000339570, 0x6f1509, 0x9, 0x0, 0x0, 0x0, 0xd0, 0x7f0848, 0x895a00) [2021-04-07T18:45:52.621Z] /w/workspace/app-functions-sdk-go/2/internal/appfunction/context.go:188 +0x9a [2021-04-07T18:45:52.621Z] github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure.MqttFactory.getSecrets(0x74c320, 0xc000339570, 0x0, 0x0, 0x6f075a, 0x6, 0x6f1509, 0x9, 0x0, 0x0, ...) [2021-04-07T18:45:52.621Z] /w/workspace/app-functions-sdk-go/2/pkg/secure/mqttfactory.go:104 +0xa7 [2021-04-07T18:45:52.621Z] github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure.TestGetSecrets.func2(0xc00034ac00) [2021-04-07T18:45:52.621Z] /w/workspace/app-functions-sdk-go/2/pkg/secure/mqttfactory_test.go:222 +0xb8 [2021-04-07T18:45:52.621Z] testing.tRunner(0xc00034ac00, 0xc0002e7600) [2021-04-07T18:45:52.621Z] /usr/local/go/src/testing/testing.go:1123 +0xef [2021-04-07T18:45:52.621Z] created by testing.(*T).Run [2021-04-07T18:45:52.621Z] /usr/local/go/src/testing/testing.go:1168 +0x2b3 [2021-04-07T18:45:52.621Z] FAIL github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.010s [2021-04-07T18:46:10.899Z] ok new-app-service 0.037s coverage: 47.8% of statements [2021-04-07T18:46:10.899Z] ? new-app-service/config [no test files] [2021-04-07T18:46:11.492Z] ok new-app-service/functions 0.029s [2021-04-07T18:46:11.772Z] CGO_ENABLED=1 go vet ./... [2021-04-07T18:46:19.217Z] --- FAIL: TestNewEncryptionWithSecrets (0.00s) [2021-04-07T18:46:19.217Z] panic: runtime error: invalid memory address or nil pointer dereference [recovered] [2021-04-07T18:46:19.217Z] panic: runtime error: invalid memory address or nil pointer dereference [2021-04-07T18:46:19.217Z] [signal SIGSEGV: segmentation violation code=0x1 addr=0x20 pc=0x7a9d5a] [2021-04-07T18:46:19.217Z] [2021-04-07T18:46:19.217Z] goroutine 72 [running]: [2021-04-07T18:46:19.217Z] testing.tRunner.func1.1(0x8138c0, 0xb35c90) [2021-04-07T18:46:19.217Z] /usr/local/go/src/testing/testing.go:1072 +0x30d [2021-04-07T18:46:19.217Z] testing.tRunner.func1(0xc000082c00) [2021-04-07T18:46:19.217Z] /usr/local/go/src/testing/testing.go:1075 +0x41a [2021-04-07T18:46:19.217Z] panic(0x8138c0, 0xb35c90) [2021-04-07T18:46:19.217Z] /usr/local/go/src/runtime/panic.go:969 +0x1b9 [2021-04-07T18:46:19.217Z] github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction.(*Context).GetSecret(0xc00030d570, 0x889465, 0x3, 0xc000098140, 0x1, 0x1, 0x0, 0xc000056c70, 0xc000056df0) [2021-04-07T18:46:19.217Z] /w/workspace/app-functions-sdk-go/2/internal/appfunction/context.go:188 +0x9a [2021-04-07T18:46:19.217Z] github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms.Encryption.EncryptWithAES(0x889465, 0x3, 0x88a5ab, 0x6, 0x0, 0x0, 0x895b6c, 0x1e, 0x918a00, 0xc00030d570, ...) [2021-04-07T18:46:19.217Z] /w/workspace/app-functions-sdk-go/2/pkg/transforms/encryption.go:92 +0x65d [2021-04-07T18:46:19.217Z] github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms.TestNewEncryptionWithSecrets(0xc000082c00) [2021-04-07T18:46:19.217Z] /w/workspace/app-functions-sdk-go/2/pkg/transforms/encryption_test.go:105 +0x4c5 [2021-04-07T18:46:19.217Z] testing.tRunner(0xc000082c00, 0x8ac678) [2021-04-07T18:46:19.217Z] /usr/local/go/src/testing/testing.go:1123 +0xef [2021-04-07T18:46:19.217Z] created by testing.(*T).Run [2021-04-07T18:46:19.217Z] /usr/local/go/src/testing/testing.go:1168 +0x2b3 [2021-04-07T18:46:19.217Z] FAIL github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.045s [2021-04-07T18:46:19.217Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.008s coverage: 94.4% of statements [2021-04-07T18:46:19.217Z] FAIL [2021-04-07T18:46:19.217Z] make: *** [Makefile:28: test-sdk] Error 1 [Pipeline] } [2021-04-07T18:46:19.238Z] $ docker stop --time=1 12de4e2027c6622f1d2848f7f1c674319f72823bfb40bdb61d57f4602c3e1e31 [2021-04-07T18:46:20.768Z] $ docker rm -f 12de4e2027c6622f1d2848f7f1c674319f72823bfb40bdb61d57f4602c3e1e31 [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 Post stage [2021-04-07T18:46:21.963Z] gofmt -l . [2021-04-07T18:46:21.963Z] [ "`gofmt -l .`" = "" ] [2021-04-07T18:46:21.963Z] ./bin/test-go-mod-tidy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T18:46:22.402Z] ---> job-cost.sh [2021-04-07T18:46:22.402Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-5O1s [2021-04-07T18:46:22.562Z] ./bin/test-attribution-txt.sh [2021-04-07T18:46:23.540Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/2/app-service-template' [2021-04-07T18:46:23.540Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-04-07T18:46:24.973Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] [2021-04-07T18:46:35.509Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.079s coverage: 55.8% of statements [2021-04-07T18:46:35.509Z] --- FAIL: TestContext_GetSecret (0.00s) [2021-04-07T18:46:35.509Z] panic: runtime error: invalid memory address or nil pointer dereference [recovered] [2021-04-07T18:46:35.509Z] panic: runtime error: invalid memory address or nil pointer dereference [2021-04-07T18:46:35.509Z] [signal SIGSEGV: segmentation violation code=0x1 addr=0x20 pc=0x2d6544] [2021-04-07T18:46:35.509Z] [2021-04-07T18:46:35.509Z] goroutine 55 [running]: [2021-04-07T18:46:35.509Z] testing.tRunner.func1.1(0x32abe0, 0x5fad90) [2021-04-07T18:46:35.509Z] /usr/local/go/src/testing/testing.go:1072 +0x240 [2021-04-07T18:46:35.509Z] testing.tRunner.func1(0x4000363500) [2021-04-07T18:46:35.509Z] /usr/local/go/src/testing/testing.go:1075 +0x34c [2021-04-07T18:46:35.509Z] panic(0x32abe0, 0x5fad90) [2021-04-07T18:46:35.509Z] /usr/local/go/src/runtime/panic.go:969 +0x15c [2021-04-07T18:46:35.509Z] github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction.(*Context).GetSecret(0x400033b570, 0x395219, 0x4, 0x0, 0x0, 0x0, 0x4000313400, 0x4bf2f0, 0x5cbca0) [2021-04-07T18:46:35.509Z] /w/workspace/app-functions-sdk-go/2/internal/appfunction/context.go:188 +0xa4 [2021-04-07T18:46:35.509Z] github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction.TestContext_GetSecret(0x4000363500) [2021-04-07T18:46:35.509Z] /w/workspace/app-functions-sdk-go/2/internal/appfunction/context_test.go:245 +0x2c0 [2021-04-07T18:46:35.509Z] testing.tRunner(0x4000363500, 0x3b3170) [2021-04-07T18:46:35.509Z] /usr/local/go/src/testing/testing.go:1123 +0xdc [2021-04-07T18:46:35.509Z] created by testing.(*T).Run [2021-04-07T18:46:35.509Z] /usr/local/go/src/testing/testing.go:1168 +0x244 [2021-04-07T18:46:35.509Z] FAIL github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.035s [2021-04-07T18:46:35.509Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] [2021-04-07T18:46:35.509Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.069s coverage: 61.5% of statements [2021-04-07T18:46:35.509Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] [2021-04-07T18:46:35.509Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.125s [2021-04-07T18:46:35.509Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.078s coverage: 75.4% of statements [2021-04-07T18:46:35.509Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] [2021-04-07T18:46:35.509Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] [2021-04-07T18:46:35.509Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] [2021-04-07T18:46:35.509Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] [2021-04-07T18:46:35.509Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] [2021-04-07T18:46:35.509Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] [2021-04-07T18:46:35.509Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.039s coverage: 97.0% of statements [2021-04-07T18:46:35.509Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] [2021-04-07T18:46:35.509Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.034s coverage: 10.5% of statements [2021-04-07T18:46:37.326Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-07T18:46:42.251Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 2.810s coverage: 78.4% of statements [2021-04-07T18:46:42.251Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] [2021-04-07T18:46:42.251Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.028s coverage: 18.4% of statements [2021-04-07T18:46:42.251Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.062s coverage: 27.3% of statements [2021-04-07T18:46:42.251Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] [2021-04-07T18:46:42.251Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] [2021-04-07T18:46:42.251Z] --- FAIL: TestGetSecrets (0.00s) [2021-04-07T18:46:42.251Z] --- FAIL: TestGetSecrets/Auth_No_Secrets_found (0.00s) [2021-04-07T18:46:42.251Z] panic: runtime error: invalid memory address or nil pointer dereference [recovered] [2021-04-07T18:46:42.251Z] panic: runtime error: invalid memory address or nil pointer dereference [2021-04-07T18:46:42.251Z] [signal SIGSEGV: segmentation violation code=0x1 addr=0x20 pc=0x217fd4] [2021-04-07T18:46:42.251Z] [2021-04-07T18:46:42.251Z] goroutine 21 [running]: [2021-04-07T18:46:42.251Z] testing.tRunner.func1.1(0x25b4c0, 0x488230) [2021-04-07T18:46:42.251Z] /usr/local/go/src/testing/testing.go:1072 +0x240 [2021-04-07T18:46:42.251Z] testing.tRunner.func1(0x4000292180) [2021-04-07T18:46:42.251Z] /usr/local/go/src/testing/testing.go:1075 +0x34c [2021-04-07T18:46:42.251Z] panic(0x25b4c0, 0x488230) [2021-04-07T18:46:42.251Z] /usr/local/go/src/runtime/panic.go:969 +0x15c [2021-04-07T18:46:42.251Z] github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction.(*Context).GetSecret(0x4000281570, 0x2ab54b, 0x9, 0x0, 0x0, 0x0, 0xffffb2231108, 0x3a81f0, 0x45b8c0) [2021-04-07T18:46:42.251Z] /w/workspace/app-functions-sdk-go/2/internal/appfunction/context.go:188 +0x94 [2021-04-07T18:46:42.251Z] github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure.MqttFactory.getSecrets(0x306480, 0x4000281570, 0x0, 0x0, 0x2aa6e1, 0x6, 0x2ab54b, 0x9, 0x0, 0x0, ...) [2021-04-07T18:46:42.251Z] /w/workspace/app-functions-sdk-go/2/pkg/secure/mqttfactory.go:104 +0x88 [2021-04-07T18:46:42.251Z] github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure.TestGetSecrets.func2(0x4000292180) [2021-04-07T18:46:42.251Z] /w/workspace/app-functions-sdk-go/2/pkg/secure/mqttfactory_test.go:222 +0xa0 [2021-04-07T18:46:42.251Z] testing.tRunner(0x4000292180, 0x40001f7640) [2021-04-07T18:46:42.251Z] /usr/local/go/src/testing/testing.go:1123 +0xdc [2021-04-07T18:46:42.251Z] created by testing.(*T).Run [2021-04-07T18:46:42.251Z] /usr/local/go/src/testing/testing.go:1168 +0x244 [2021-04-07T18:46:42.251Z] FAIL github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.053s [2021-04-07T18:47:03.977Z] lf-activate-venv(): INFO: Adding /tmp/venv-5O1s/bin to PATH [2021-04-07T18:47:03.977Z] INFO: No Stack... [2021-04-07T18:47:03.977Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-07T18:47:03.977Z] INFO: Archiving Costs [Pipeline] sh [2021-04-07T18:47:04.289Z] + cut -d, -f6 [2021-04-07T18:47:04.289Z] + cat /w/workspace/app-functions-sdk-go/2/archives/cost.csv [Pipeline] lock [2021-04-07T18:47:04.371Z] Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-PR-784-2-stack-cost] [2021-04-07T18:47:04.381Z] Resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-784-2-stack-cost] did not exist. Created. [2021-04-07T18:47:04.382Z] Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-PR-784-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-07T18:47:04.790Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-07T18:47:05.210Z] Stashed 1 file(s) [Pipeline] } [2021-04-07T18:47:05.226Z] Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-784-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-07T18:47:05.836Z] Failed in branch amd64 [2021-04-07T18:47:09.003Z] --- FAIL: TestNewEncryptionWithSecrets (0.00s) [2021-04-07T18:47:09.003Z] panic: runtime error: invalid memory address or nil pointer dereference [recovered] [2021-04-07T18:47:09.003Z] panic: runtime error: invalid memory address or nil pointer dereference [2021-04-07T18:47:09.003Z] [signal SIGSEGV: segmentation violation code=0x1 addr=0x20 pc=0x324ec4] [2021-04-07T18:47:09.003Z] [2021-04-07T18:47:09.003Z] goroutine 43 [running]: [2021-04-07T18:47:09.003Z] testing.tRunner.func1.1(0x391a40, 0x6bcb20) [2021-04-07T18:47:09.003Z] /usr/local/go/src/testing/testing.go:1072 +0x240 [2021-04-07T18:47:09.003Z] testing.tRunner.func1(0x4000001980) [2021-04-07T18:47:09.003Z] /usr/local/go/src/testing/testing.go:1075 +0x34c [2021-04-07T18:47:09.003Z] panic(0x391a40, 0x6bcb20) [2021-04-07T18:47:09.003Z] /usr/local/go/src/runtime/panic.go:969 +0x15c [2021-04-07T18:47:09.003Z] github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction.(*Context).GetSecret(0x40002c9570, 0x407447, 0x3, 0x400030a170, 0x1, 0x1, 0x0, 0x1b710, 0x400000e100) [2021-04-07T18:47:09.004Z] /w/workspace/app-functions-sdk-go/2/internal/appfunction/context.go:188 +0x94 [2021-04-07T18:47:09.004Z] github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms.Encryption.EncryptWithAES(0x407447, 0x3, 0x408592, 0x6, 0x0, 0x0, 0x413c3c, 0x1e, 0x496be0, 0x40002c9570, ...) [2021-04-07T18:47:09.004Z] /w/workspace/app-functions-sdk-go/2/pkg/transforms/encryption.go:92 +0x53c [2021-04-07T18:47:09.004Z] github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms.TestNewEncryptionWithSecrets(0x4000001980) [2021-04-07T18:47:09.004Z] /w/workspace/app-functions-sdk-go/2/pkg/transforms/encryption_test.go:105 +0x3dc [2021-04-07T18:47:09.004Z] testing.tRunner(0x4000001980, 0x42a6f0) [2021-04-07T18:47:09.004Z] /usr/local/go/src/testing/testing.go:1123 +0xdc [2021-04-07T18:47:09.004Z] created by testing.(*T).Run [2021-04-07T18:47:09.004Z] /usr/local/go/src/testing/testing.go:1168 +0x244 [2021-04-07T18:47:09.004Z] FAIL github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.049s [2021-04-07T18:47:09.004Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.025s coverage: 94.4% of statements [2021-04-07T18:47:09.004Z] FAIL [2021-04-07T18:47:09.004Z] make: *** [Makefile:28: test-sdk] Error 1 [Pipeline] } [2021-04-07T18:47:09.044Z] $ docker stop --time=1 9a4f7cbe1b9adfb2218605f970eca8669aa23bfd107f539be049af75000ad136 [2021-04-07T18:47:11.104Z] $ docker rm -f 9a4f7cbe1b9adfb2218605f970eca8669aa23bfd107f539be049af75000ad136 [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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-07T18:47:12.610Z] ---> job-cost.sh [2021-04-07T18:47:12.610Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-wWnc [2021-04-07T18:47:51.551Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-07T18:49:28.306Z] lf-activate-venv(): INFO: Adding /tmp/venv-wWnc/bin to PATH [2021-04-07T18:49:28.306Z] INFO: No Stack... [2021-04-07T18:49:28.306Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-07T18:49:28.306Z] INFO: Archiving Costs [Pipeline] sh [2021-04-07T18:49:28.641Z] + cat /w/workspace/app-functions-sdk-go/2/archives/cost.csv [2021-04-07T18:49:28.641Z] + cut -d, -f6 [Pipeline] lock [2021-04-07T18:49:28.759Z] Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-PR-784-2-stack-cost] [2021-04-07T18:49:28.767Z] Resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-784-2-stack-cost] did not exist. Created. [2021-04-07T18:49:28.767Z] Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-PR-784-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-07T18:49:29.223Z] /w/workspace/app-functions-sdk-go/2@tmp/durable-b6c2fda5/script.sh: 1: /w/workspace/app-functions-sdk-go/2@tmp/durable-b6c2fda5/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-07T18:49:29.570Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-07T18:49:29.590Z] Warning: overwriting stash ‘stack-cost’ [2021-04-07T18:49:30.511Z] Stashed 1 file(s) [Pipeline] } [2021-04-07T18:49:30.525Z] Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-784-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-07T18:49:31.324Z] 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] { (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-04-07T18:49:33.995Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T18:49:34.580Z] ---> package-listing.sh [2021-04-07T18:49:34.581Z] ++ facter osfamily [2021-04-07T18:49:34.581Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-07T18:49:34.581Z] + OS_FAMILY=redhat [2021-04-07T18:49:34.581Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-784 [2021-04-07T18:49:34.581Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-07T18:49:34.581Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-07T18:49:34.581Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-07T18:49:34.581Z] + PACKAGES=/tmp/packages_start.txt [2021-04-07T18:49:34.581Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-784 ']' [2021-04-07T18:49:34.581Z] + PACKAGES=/tmp/packages_end.txt [2021-04-07T18:49:34.581Z] + case "${OS_FAMILY}" in [2021-04-07T18:49:34.581Z] + rpm -qa [2021-04-07T18:49:34.581Z] + sort [2021-04-07T18:49:39.897Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-07T18:49:39.897Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-07T18:49:39.897Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-07T18:49:39.897Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-784 ']' [2021-04-07T18:49:39.897Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-784/archives/ [2021-04-07T18:49:39.897Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-784/archives/ [Pipeline] echo [2021-04-07T18:49:39.911Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_PR-784/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-07T18:49:40.210Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-07T18:49:40.517Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-07T18:49:40.517Z] [2021-04-07T18:49:40.517Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-07T18:49:40.877Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-07T18:49:40.877Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-07T18:49:40.877Z] df20fa9351a1: Pulling fs layer [2021-04-07T18:49:40.877Z] 36b3adc4ff6f: Pulling fs layer [2021-04-07T18:49:40.877Z] 8ad3a11d3b57: Pulling fs layer [2021-04-07T18:49:40.877Z] 46f8f816bc3b: Pulling fs layer [2021-04-07T18:49:40.877Z] 93b61091891f: Pulling fs layer [2021-04-07T18:49:40.877Z] 93b9cdb0e59b: Pulling fs layer [2021-04-07T18:49:40.877Z] 5e14af77c1be: Pulling fs layer [2021-04-07T18:49:40.877Z] 01666e4c0597: Pulling fs layer [2021-04-07T18:49:40.877Z] aa168da1d23b: Pulling fs layer [2021-04-07T18:49:40.877Z] 93b61091891f: Waiting [2021-04-07T18:49:40.877Z] 93b9cdb0e59b: Waiting [2021-04-07T18:49:40.877Z] 01666e4c0597: Waiting [2021-04-07T18:49:40.877Z] 5e14af77c1be: Waiting [2021-04-07T18:49:40.877Z] 46f8f816bc3b: Waiting [2021-04-07T18:49:40.877Z] 36b3adc4ff6f: Verifying Checksum [2021-04-07T18:49:40.877Z] 36b3adc4ff6f: Download complete [2021-04-07T18:49:41.145Z] 46f8f816bc3b: Verifying Checksum [2021-04-07T18:49:41.145Z] 46f8f816bc3b: Download complete [2021-04-07T18:49:41.145Z] df20fa9351a1: Download complete [2021-04-07T18:49:41.145Z] 93b9cdb0e59b: Verifying Checksum [2021-04-07T18:49:41.145Z] 93b9cdb0e59b: Download complete [2021-04-07T18:49:41.145Z] 93b61091891f: Verifying Checksum [2021-04-07T18:49:41.145Z] 93b61091891f: Download complete [2021-04-07T18:49:41.145Z] 01666e4c0597: Verifying Checksum [2021-04-07T18:49:41.145Z] 01666e4c0597: Download complete [2021-04-07T18:49:41.145Z] 5e14af77c1be: Verifying Checksum [2021-04-07T18:49:41.145Z] 5e14af77c1be: Download complete [2021-04-07T18:49:41.408Z] df20fa9351a1: Pull complete [2021-04-07T18:49:41.672Z] 36b3adc4ff6f: Pull complete [2021-04-07T18:49:41.938Z] 8ad3a11d3b57: Verifying Checksum [2021-04-07T18:49:41.938Z] 8ad3a11d3b57: Download complete [2021-04-07T18:49:42.916Z] 8ad3a11d3b57: Pull complete [2021-04-07T18:49:42.916Z] 46f8f816bc3b: Pull complete [2021-04-07T18:49:43.498Z] 93b61091891f: Pull complete [2021-04-07T18:49:43.760Z] aa168da1d23b: Verifying Checksum [2021-04-07T18:49:43.760Z] aa168da1d23b: Download complete [2021-04-07T18:49:44.025Z] 93b9cdb0e59b: Pull complete [2021-04-07T18:49:44.025Z] 5e14af77c1be: Pull complete [2021-04-07T18:49:44.295Z] 01666e4c0597: Pull complete [2021-04-07T18:49:52.498Z] aa168da1d23b: Pull complete [2021-04-07T18:49:52.498Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-07T18:49:52.498Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-07T18:49:52.498Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-07T18:49:52.707Z] prd-centos7-docker-4c-2g-33171 does not seem to be running inside a container [2021-04-07T18:49:52.760Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_PR-784/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_app-functions-sdk-go_PR-784 -v /w/workspace/ndry_app-functions-sdk-go_PR-784:/w/workspace/ndry_app-functions-sdk-go_PR-784:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-784@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-784@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 [2021-04-07T18:49:55.568Z] $ docker top 2dc4b52470890f507557cb0141a05b04921210e5a224e7be9d56533d4111a4e0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T18:49:56.134Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-07T18:49:56.436Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-07T18:49:56.741Z] + ls /var/log/sa-host [2021-04-07T18:49:56.742Z] + sadf -c /var/log/sa-host/sa07 [2021-04-07T18:49:56.742Z] file_magic: OK [2021-04-07T18:49:56.742Z] HZ: Using current value: 100 [2021-04-07T18:49:56.742Z] file_header: OK [2021-04-07T18:49:56.742Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-07T18:49:56.742Z] Statistics: [2021-04-07T18:49:56.742Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-07T18:49:56.742Z] File successfully converted to sysstat format version 12.2.1 [2021-04-07T18:49:56.742Z] + sadf -c /var/log/sa-host/sa23 [2021-04-07T18:49:56.742Z] file_magic: OK [2021-04-07T18:49:56.742Z] HZ: Using current value: 100 [2021-04-07T18:49:56.742Z] file_header: OK [2021-04-07T18:49:56.742Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-07T18:49:56.742Z] Statistics: [2021-04-07T18:49:56.742Z] Hnuu...uuuununununu... [2021-04-07T18:49:56.742Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-07T18:49:56.946Z] provisioning config files... [2021-04-07T18:49:56.967Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-784@tmp/config7328954197687187408tmp [Pipeline] { [Pipeline] echo [2021-04-07T18:49:57.041Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T18:49:57.339Z] ---> create-netrc.sh [Pipeline] } [2021-04-07T18:49:57.349Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-07T18:49:57.447Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T18:49:57.746Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-07T18:49:57.758Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T18:49:58.060Z] ---> sudo-logs.sh [2021-04-07T18:49:58.060Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-07T18:49:58.155Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T18:49:58.490Z] ---> job-cost.sh [2021-04-07T18:49:58.490Z] lf-activate-venv: SKIPPING [2021-04-07T18:49:58.490Z] DEBUG: total: 0.20999999344348907 [2021-04-07T18:49:58.490Z] INFO: Retrieving Stack Cost... [2021-04-07T18:49:59.440Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-07T18:50:00.016Z] INFO: Archiving Costs [Pipeline] echo [2021-04-07T18:50:00.030Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T18:50:00.330Z] ---> logs-deploy.sh [2021-04-07T18:50:00.330Z] lf-activate-venv: SKIPPING [2021-04-07T18:50:00.330Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-784/2 [2021-04-07T18:50:00.330Z] INFO: archiving workspace using pattern(s): [2021-04-07T18:50:02.274Z] Archives upload complete. [2021-04-07T18:50:02.274Z] INFO: archiving logs to Nexus [2021-04-07T18:50:03.223Z] ---> uname -a: [2021-04-07T18:50:03.224Z] Linux prd-centos7-docker-4c-2g-33171.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-04-07T18:50:03.224Z] [2021-04-07T18:50:03.224Z] [2021-04-07T18:50:03.224Z] ---> lscpu: [2021-04-07T18:50:03.224Z] Architecture: x86_64 [2021-04-07T18:50:03.224Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-07T18:50:03.224Z] Byte Order: Little Endian [2021-04-07T18:50:03.224Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-07T18:50:03.224Z] CPU(s): 4 [2021-04-07T18:50:03.224Z] On-line CPU(s) list: 0-3 [2021-04-07T18:50:03.224Z] Thread(s) per core: 1 [2021-04-07T18:50:03.224Z] Core(s) per socket: 1 [2021-04-07T18:50:03.224Z] Socket(s): 4 [2021-04-07T18:50:03.224Z] NUMA node(s): 1 [2021-04-07T18:50:03.224Z] Vendor ID: GenuineIntel [2021-04-07T18:50:03.224Z] CPU family: 6 [2021-04-07T18:50:03.224Z] Model: 44 [2021-04-07T18:50:03.224Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-07T18:50:03.224Z] Stepping: 1 [2021-04-07T18:50:03.224Z] CPU MHz: 2933.442 [2021-04-07T18:50:03.224Z] BogoMIPS: 5866.88 [2021-04-07T18:50:03.224Z] Virtualization: VT-x [2021-04-07T18:50:03.224Z] Hypervisor vendor: KVM [2021-04-07T18:50:03.224Z] Virtualization type: full [2021-04-07T18:50:03.224Z] L1d cache: 128 KiB [2021-04-07T18:50:03.224Z] L1i cache: 128 KiB [2021-04-07T18:50:03.224Z] L2 cache: 16 MiB [2021-04-07T18:50:03.224Z] L3 cache: 64 MiB [2021-04-07T18:50:03.224Z] NUMA node0 CPU(s): 0-3 [2021-04-07T18:50:03.224Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-07T18:50:03.224Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-07T18:50:03.224Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-07T18:50:03.224Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-07T18:50:03.224Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-07T18:50:03.224Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-07T18:50:03.224Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-07T18:50:03.224Z] Vulnerability Srbds: Not affected [2021-04-07T18:50:03.224Z] Vulnerability Tsx async abort: Not affected [2021-04-07T18:50:03.224Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-04-07T18:50:03.224Z] [2021-04-07T18:50:03.224Z] [2021-04-07T18:50:03.224Z] ---> nproc: [2021-04-07T18:50:03.224Z] 4 [2021-04-07T18:50:03.224Z] [2021-04-07T18:50:03.224Z] [2021-04-07T18:50:03.224Z] ---> df -h: [2021-04-07T18:50:03.224Z] Filesystem Size Used Available Use% Mounted on [2021-04-07T18:50:03.224Z] overlay 50.0G 7.3G 42.7G 15% / [2021-04-07T18:50:03.224Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-07T18:50:03.224Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-07T18:50:03.224Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-07T18:50:03.224Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-04-07T18:50:03.224Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-04-07T18:50:03.224Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-04-07T18:50:03.224Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-04-07T18:50:03.224Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-04-07T18:50:03.224Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-04-07T18:50:03.224Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-04-07T18:50:03.224Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-04-07T18:50:03.224Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-784 [2021-04-07T18:50:03.224Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-784@tmp [2021-04-07T18:50:03.224Z] [2021-04-07T18:50:03.224Z] [2021-04-07T18:50:03.224Z] ---> free -m: [2021-04-07T18:50:03.224Z] total used free shared buff/cache available [2021-04-07T18:50:03.224Z] Mem: 1837 696 99 0 1041 1036 [2021-04-07T18:50:03.224Z] Swap: 1023 1 1022 [2021-04-07T18:50:03.224Z] [2021-04-07T18:50:03.224Z] [2021-04-07T18:50:03.224Z] ---> ip addr: [2021-04-07T18:50:03.224Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-07T18:50:03.224Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-07T18:50:03.224Z] inet 127.0.0.1/8 scope host lo [2021-04-07T18:50:03.224Z] valid_lft forever preferred_lft forever [2021-04-07T18:50:03.224Z] inet6 ::1/128 scope host [2021-04-07T18:50:03.224Z] valid_lft forever preferred_lft forever [2021-04-07T18:50:03.224Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-07T18:50:03.224Z] link/ether fa:16:3e:bc:1b:17 brd ff:ff:ff:ff:ff:ff [2021-04-07T18:50:03.224Z] inet 10.30.123.214/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-07T18:50:03.224Z] valid_lft 85829sec preferred_lft 85829sec [2021-04-07T18:50:03.224Z] inet6 fe80::f816:3eff:febc:1b17/64 scope link [2021-04-07T18:50:03.224Z] valid_lft forever preferred_lft forever [2021-04-07T18:50:03.224Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-07T18:50:03.224Z] link/ether 02:42:3b:65:3e:9a brd ff:ff:ff:ff:ff:ff [2021-04-07T18:50:03.224Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-07T18:50:03.224Z] valid_lft forever preferred_lft forever [2021-04-07T18:50:03.224Z] inet6 fe80::42:3bff:fe65:3e9a/64 scope link [2021-04-07T18:50:03.224Z] valid_lft forever preferred_lft forever [2021-04-07T18:50:03.224Z] [2021-04-07T18:50:03.224Z] [2021-04-07T18:50:03.224Z] ---> sar -b -r -n DEV: [2021-04-07T18:50:03.224Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/07/21 _x86_64_ (4 CPU) [2021-04-07T18:50:03.224Z] [2021-04-07T18:50:03.224Z] 18:40:20 LINUX RESTART (4 CPU) [2021-04-07T18:50:03.224Z] [2021-04-07T18:50:03.224Z] 18:41:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-04-07T18:50:03.224Z] 18:42:01 52.25 13.98 38.27 0.00 4581.03 4967.30 0.00 [2021-04-07T18:50:03.224Z] 18:43:02 1.96 0.00 1.96 0.00 0.00 38.58 0.00 [2021-04-07T18:50:03.224Z] 18:44:01 0.24 0.00 0.24 0.00 0.00 3.03 0.00 [2021-04-07T18:50:03.224Z] 18:45:01 0.37 0.00 0.37 0.00 0.00 6.03 0.00 [2021-04-07T18:50:03.224Z] 18:46:01 0.22 0.00 0.22 0.00 0.00 2.75 0.00 [2021-04-07T18:50:03.224Z] 18:47:01 0.23 0.00 0.23 0.00 0.00 2.98 0.00 [2021-04-07T18:50:03.224Z] 18:48:01 0.28 0.00 0.28 0.00 0.00 3.33 0.00 [2021-04-07T18:50:03.224Z] 18:49:01 0.22 0.00 0.22 0.00 0.00 2.56 0.00 [2021-04-07T18:50:03.224Z] Average: 6.99 1.75 5.24 0.00 574.22 630.05 0.00 [2021-04-07T18:50:03.224Z] [2021-04-07T18:50:03.224Z] 18:41:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-04-07T18:50:03.224Z] 18:42:01 217644 0 592588 31.49 2620 1068692 1112452 37.97 399412 1065556 136 [2021-04-07T18:50:03.224Z] 18:43:02 222764 0 587460 31.22 2620 1068700 1072824 36.61 398344 1062416 20 [2021-04-07T18:50:03.224Z] 18:44:01 222456 0 587764 31.24 2620 1068704 1072884 36.62 400900 1060224 8 [2021-04-07T18:50:03.224Z] 18:45:01 220348 0 589868 31.35 2620 1068708 1072872 36.62 402800 1060072 12 [2021-04-07T18:50:03.224Z] 18:46:01 221020 0 589136 31.31 2620 1068768 1072788 36.61 413488 1049628 20 [2021-04-07T18:50:03.224Z] 18:47:01 218064 0 592144 31.47 2620 1068716 1072752 36.61 421708 1044288 12 [2021-04-07T18:50:03.224Z] 18:48:01 218284 0 591920 31.46 2620 1068720 1072972 36.62 421524 1044284 16 [2021-04-07T18:50:03.224Z] 18:49:01 218160 0 592040 31.47 2620 1068724 1072972 36.62 421552 1044284 8 [2021-04-07T18:50:03.224Z] Average: 219842 0 590365 31.38 2620 1068716 1077814 36.78 409966 1053844 29 [2021-04-07T18:50:03.224Z] [2021-04-07T18:50:03.224Z] 18:41:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-04-07T18:50:03.224Z] 18:42:01 eth0 318.72 270.02 1087.44 70.47 0.00 0.00 0.00 0.00 [2021-04-07T18:50:03.224Z] 18:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T18:50:03.224Z] 18:42:01 docker0 89.50 78.29 8.53 309.16 0.00 0.00 0.00 0.00 [2021-04-07T18:50:03.224Z] 18:43:02 eth0 1.17 0.30 0.32 0.17 0.00 0.00 0.00 0.00 [2021-04-07T18:50:03.224Z] 18:43:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T18:50:03.224Z] 18:43:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T18:50:03.224Z] 18:44:01 eth0 1.07 0.49 0.33 0.24 0.00 0.00 0.00 0.00 [2021-04-07T18:50:03.224Z] 18:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T18:50:03.224Z] 18:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T18:50:03.224Z] 18:45:01 eth0 0.53 0.40 0.29 0.21 0.00 0.00 0.00 0.00 [2021-04-07T18:50:03.224Z] 18:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T18:50:03.224Z] 18:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T18:50:03.224Z] 18:46:01 eth0 0.20 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2021-04-07T18:50:03.224Z] 18:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T18:50:03.224Z] 18:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T18:50:03.224Z] 18:47:01 eth0 0.22 0.13 0.07 0.01 0.00 0.00 0.00 0.00 [2021-04-07T18:50:03.224Z] 18:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T18:50:03.224Z] 18:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T18:50:03.224Z] 18:48:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-07T18:50:03.224Z] 18:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T18:50:03.224Z] 18:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T18:50:03.224Z] 18:49:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-07T18:50:03.224Z] 18:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T18:50:03.224Z] 18:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T18:50:03.224Z] Average: eth0 40.37 34.06 136.45 8.92 0.00 0.00 0.00 0.00 [2021-04-07T18:50:03.224Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T18:50:03.224Z] Average: docker0 11.22 9.81 1.07 38.75 0.00 0.00 0.00 0.00 [2021-04-07T18:50:03.224Z] [2021-04-07T18:50:03.224Z] [2021-04-07T18:50:03.224Z] ---> sar -P ALL: [2021-04-07T18:50:03.224Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/07/21 _x86_64_ (4 CPU) [2021-04-07T18:50:03.224Z] [2021-04-07T18:50:03.224Z] 18:40:20 LINUX RESTART (4 CPU) [2021-04-07T18:50:03.224Z] [2021-04-07T18:50:03.224Z] 18:41:01 CPU %user %nice %system %iowait %steal %idle [2021-04-07T18:50:03.224Z] 18:42:01 all 5.69 0.00 2.92 1.09 0.07 90.23 [2021-04-07T18:50:03.224Z] 18:42:01 0 5.75 0.00 3.56 2.99 0.07 87.62 [2021-04-07T18:50:03.224Z] 18:42:01 1 4.41 0.00 2.23 0.39 0.08 92.89 [2021-04-07T18:50:03.224Z] 18:42:01 2 6.78 0.00 2.83 0.70 0.07 89.61 [2021-04-07T18:50:03.224Z] 18:42:01 3 5.81 0.00 3.06 0.27 0.07 90.79 [2021-04-07T18:50:03.224Z] 18:43:02 all 0.22 0.00 0.06 0.00 0.02 99.71 [2021-04-07T18:50:03.224Z] 18:43:02 0 0.08 0.00 0.03 0.00 0.00 99.88 [2021-04-07T18:50:03.224Z] 18:43:02 1 0.08 0.00 0.08 0.00 0.03 99.80 [2021-04-07T18:50:03.224Z] 18:43:02 2 0.55 0.00 0.05 0.00 0.02 99.38 [2021-04-07T18:50:03.224Z] 18:43:02 3 0.15 0.00 0.07 0.00 0.02 99.77 [2021-04-07T18:50:03.224Z] 18:44:01 all 0.17 0.00 0.06 0.00 0.00 99.78 [2021-04-07T18:50:03.224Z] 18:44:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-07T18:50:03.224Z] 18:44:01 1 0.07 0.00 0.07 0.00 0.00 99.86 [2021-04-07T18:50:03.224Z] 18:44:01 2 0.53 0.00 0.05 0.00 0.00 99.42 [2021-04-07T18:50:03.224Z] 18:44:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-07T18:50:03.224Z] 18:45:01 all 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-07T18:50:03.224Z] 18:45:01 0 0.03 0.00 0.02 0.02 0.00 99.93 [2021-04-07T18:50:03.224Z] 18:45:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-07T18:50:03.224Z] 18:45:01 2 0.05 0.00 0.07 0.00 0.00 99.88 [2021-04-07T18:50:03.224Z] 18:45:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-07T18:50:03.224Z] 18:46:01 all 0.15 0.00 0.15 0.00 0.00 99.70 [2021-04-07T18:50:03.224Z] 18:46:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-07T18:50:03.224Z] 18:46:01 1 0.23 0.00 0.32 0.00 0.00 99.45 [2021-04-07T18:50:03.224Z] 18:46:01 2 0.27 0.00 0.10 0.00 0.02 99.62 [2021-04-07T18:50:03.224Z] 18:46:01 3 0.08 0.00 0.15 0.00 0.00 99.77 [2021-04-07T18:50:03.224Z] 18:47:01 all 0.15 0.00 0.05 0.00 0.00 99.79 [2021-04-07T18:50:03.224Z] 18:47:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2021-04-07T18:50:03.224Z] 18:47:01 1 0.02 0.00 0.12 0.00 0.00 99.87 [2021-04-07T18:50:03.224Z] 18:47:01 2 0.07 0.00 0.03 0.00 0.00 99.90 [2021-04-07T18:50:03.224Z] 18:47:01 3 0.50 0.00 0.03 0.00 0.00 99.47 [2021-04-07T18:50:03.225Z] 18:48:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2021-04-07T18:50:03.225Z] 18:48:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-07T18:50:03.225Z] 18:48:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-07T18:50:03.225Z] 18:48:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2021-04-07T18:50:03.225Z] 18:48:01 3 0.52 0.00 0.03 0.00 0.00 99.45 [2021-04-07T18:50:03.225Z] 18:49:01 all 0.15 0.00 0.02 0.00 0.00 99.82 [2021-04-07T18:50:03.225Z] 18:49:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2021-04-07T18:50:03.225Z] 18:49:01 1 0.05 0.00 0.05 0.00 0.02 99.88 [2021-04-07T18:50:03.225Z] 18:49:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-07T18:50:03.225Z] 18:49:01 3 0.52 0.00 0.03 0.00 0.00 99.45 [2021-04-07T18:50:03.225Z] Average: all 0.84 0.00 0.41 0.14 0.01 98.60 [2021-04-07T18:50:03.225Z] Average: 0 0.75 0.00 0.47 0.37 0.01 98.40 [2021-04-07T18:50:03.225Z] Average: 1 0.61 0.00 0.36 0.05 0.02 98.96 [2021-04-07T18:50:03.225Z] Average: 2 1.04 0.00 0.40 0.09 0.01 98.46 [2021-04-07T18:50:03.225Z] Average: 3 0.95 0.00 0.43 0.03 0.01 98.58 [2021-04-07T18:50:03.225Z] [2021-04-07T18:50:03.225Z] [2021-04-07T18:50:03.225Z]