Pull request #498 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 32101a865ec8ab76a9ecd4d4e55190b971edc5d6+a28a1e282162ae220bb16baae6b474c93cd0f1dd (16d86b853521f8c6eb3c07fef0805e58c92e9852) 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > 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. [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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-719’ Running on prd-centos7-docker-4c-2g-722 in /w/workspace/ndry_app-functions-sdk-go_PR-498 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_PR-498 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/498/head:refs/remotes/origin/PR-498 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/498/head:refs/remotes/origin/PR-498 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/498/head:refs/remotes/origin/PR-498 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit a28a1e282162ae220bb16baae6b474c93cd0f1dd into PR head commit 32101a865ec8ab76a9ecd4d4e55190b971edc5d6 Merge succeeded, producing 49cf6c699600559d18c79d4e234237d00e59285a Checking out Revision 49cf6c699600559d18c79d4e234237d00e59285a (PR-498) > git config core.sparsecheckout # timeout=10 > git checkout -f 32101a865ec8ab76a9ecd4d4e55190b971edc5d6 # 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 a28a1e282162ae220bb16baae6b474c93cd0f1dd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 49cf6c699600559d18c79d4e234237d00e59285a # timeout=10 Commit message: "Merge commit 'a28a1e282162ae220bb16baae6b474c93cd0f1dd' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-22T01:10:29.600Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk 59d924bba760eb91ac66e59a4a5447034f0f1fa0 # timeout=10 [2020-09-22T01:10:29.856Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-22T01:10:29.953Z] ========================================================= [2020-09-22T01:10:29.953Z] EdgeX Global Pipelines Version Info [2020-09-22T01:10:29.953Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-22T01:10:32.151Z] ------------------- [2020-09-22T01:10:32.151Z] stable info: [2020-09-22T01:10:32.151Z] ------------------- [2020-09-22T01:10:32.151Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-22T01:10:32.151Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-22T01:10:32.151Z] Message: update stable to v1.0.122 [2020-09-22T01:10:33.169Z] ------------------- [2020-09-22T01:10:33.169Z] experimental info: [2020-09-22T01:10:33.169Z] ------------------- [2020-09-22T01:10:33.169Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-22T01:10:33.169Z] Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 [2020-09-22T01:10:33.169Z] Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-22T01:10:33.542Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2020-09-22T01:10:33.631Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2020-09-22T01:10:33.738Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-22T01:10:33.833Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-22T01:10:33.986Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-22T01:10:34.075Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-22T01:10:34.162Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-22T01:10:34.249Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-22T01:10:34.347Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-22T01:10:34.431Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-22T01:10:34.515Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-22T01:10:34.631Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2020-09-22T01:10:34.717Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-22T01:10:34.821Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-22T01:10:34.906Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-09-22T01:10:34.991Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-22T01:10:35.076Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-22T01:10:35.162Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-22T01:10:35.248Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-22T01:10:35.335Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-22T01:10:35.421Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-09-22T01:10:35.509Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2020-09-22T01:10:35.595Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-498 [Pipeline] echo [2020-09-22T01:10:35.683Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-498 [Pipeline] echo [2020-09-22T01:10:35.801Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-498 [Pipeline] echo [2020-09-22T01:10:35.894Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 49cf6c699600559d18c79d4e234237d00e59285a [Pipeline] echo [2020-09-22T01:10:35.977Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 49cf6c6 [Pipeline] echo [2020-09-22T01:10:36.068Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-22T01:10:36.712Z] + git log --format=format:%s -1 49cf6c699600559d18c79d4e234237d00e59285a [Pipeline] echo [2020-09-22T01:10:36.783Z] GIT_COMMIT: 49cf6c699600559d18c79d4e234237d00e59285a, Commit Message: Merge commit 'a28a1e282162ae220bb16baae6b474c93cd0f1dd' into HEAD [Pipeline] echo [2020-09-22T01:10:36.828Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-22T01:10:37.433Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-22T01:10:37.701Z] [2020-09-22T01:10:37.701Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-22T01:10:38.105Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-22T01:10:38.443Z] latest: Pulling from edgex-devops/git-semver [2020-09-22T01:10:38.443Z] 31603596830f: Pulling fs layer [2020-09-22T01:10:38.443Z] 2a8b12db71e7: Pulling fs layer [2020-09-22T01:10:38.443Z] 6ca5941a6612: Pulling fs layer [2020-09-22T01:10:38.443Z] ecc8261a40a4: Pulling fs layer [2020-09-22T01:10:38.443Z] ecc8261a40a4: Waiting [2020-09-22T01:10:38.443Z] 2a8b12db71e7: Verifying Checksum [2020-09-22T01:10:38.443Z] 2a8b12db71e7: Download complete [2020-09-22T01:10:38.443Z] 31603596830f: Verifying Checksum [2020-09-22T01:10:38.443Z] 31603596830f: Download complete [2020-09-22T01:10:39.143Z] ecc8261a40a4: Verifying Checksum [2020-09-22T01:10:39.143Z] ecc8261a40a4: Download complete [2020-09-22T01:10:39.143Z] 31603596830f: Pull complete [2020-09-22T01:10:39.143Z] 2a8b12db71e7: Pull complete [2020-09-22T01:10:39.143Z] 6ca5941a6612: Verifying Checksum [2020-09-22T01:10:39.143Z] 6ca5941a6612: Download complete [2020-09-22T01:10:40.550Z] 6ca5941a6612: Pull complete [2020-09-22T01:10:40.824Z] ecc8261a40a4: Pull complete [2020-09-22T01:10:40.824Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-22T01:10:40.824Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-22T01:10:40.824Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-22T01:10:41.135Z] prd-centos7-docker-4c-2g-722 does not seem to be running inside a container [2020-09-22T01:10:41.226Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-498 -v /w/workspace/ndry_app-functions-sdk-go_PR-498:/w/workspace/ndry_app-functions-sdk-go_PR-498:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-498@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-498@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-22T01:10:43.565Z] $ docker top 14313d680256adb3642b9430a1c7eb9e568d6ded20f120edb43812e986884e15 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-22T01:10:43.925Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-22T01:10:43.925Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-22T01:10:44.331Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-22T01:10:44.333Z] $ docker exec 14313d680256adb3642b9430a1c7eb9e568d6ded20f120edb43812e986884e15 ssh-agent [2020-09-22T01:10:44.551Z] SSH_AUTH_SOCK=/tmp/ssh-Zaq9juP9oBrh/agent.11 [2020-09-22T01:10:44.551Z] SSH_AGENT_PID=17 [2020-09-22T01:10:44.567Z] Running ssh-add (command line suppressed) [2020-09-22T01:10:44.726Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-498@tmp/private_key_8125052099029375742.key (/w/workspace/ndry_app-functions-sdk-go_PR-498@tmp/private_key_8125052099029375742.key) [2020-09-22T01:10:44.812Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-22T01:10:45.201Z] + git describe --exact-match --tags HEAD [2020-09-22T01:10:45.201Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-22T01:10:45.238Z] $ docker exec --env ******** --env ******** 14313d680256adb3642b9430a1c7eb9e568d6ded20f120edb43812e986884e15 ssh-agent -k [2020-09-22T01:10:45.482Z] unset SSH_AUTH_SOCK; [2020-09-22T01:10:45.488Z] unset SSH_AGENT_PID; [2020-09-22T01:10:45.488Z] echo Agent pid 17 killed; [2020-09-22T01:10:45.605Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-22T01:10:45.692Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-22T01:10:45.692Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-22T01:10:45.787Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-22T01:10:45.787Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-22T01:10:46.083Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-22T01:10:46.084Z] $ docker exec 14313d680256adb3642b9430a1c7eb9e568d6ded20f120edb43812e986884e15 ssh-agent [2020-09-22T01:10:46.427Z] SSH_AUTH_SOCK=/tmp/ssh-wWU0WhsmYdnx/agent.46 [2020-09-22T01:10:46.427Z] SSH_AGENT_PID=52 [2020-09-22T01:10:46.435Z] Running ssh-add (command line suppressed) [2020-09-22T01:10:46.651Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-498@tmp/private_key_1734675919179449475.key (/w/workspace/ndry_app-functions-sdk-go_PR-498@tmp/private_key_1734675919179449475.key) [2020-09-22T01:10:46.824Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-22T01:10:47.517Z] + git semver init [2020-09-22T01:10:47.517Z] # -> Open(): unable to determine branch for HEAD [2020-09-22T01:10:47.517Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-498/.git [2020-09-22T01:10:47.517Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-498 [2020-09-22T01:10:47.517Z] # $SEMVER_REMOTE_NAME = origin [2020-09-22T01:10:47.517Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-22T01:10:47.517Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-22T01:10:47.517Z] # $SEMVER_BRANCH = PR-498 [2020-09-22T01:10:47.517Z] # $SEMVER_TEMP = /tmp/semver-676557667 [2020-09-22T01:10:47.517Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2020-09-22T01:10:51.014Z] # '/tmp/semver-676557667' -> '/w/workspace/ndry_app-functions-sdk-go_PR-498/.semver' [2020-09-22T01:10:51.014Z] # -> Force: false [2020-09-22T01:10:51.014Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-498/.semver [Pipeline] } [2020-09-22T01:10:51.094Z] $ docker exec --env ******** --env ******** 14313d680256adb3642b9430a1c7eb9e568d6ded20f120edb43812e986884e15 ssh-agent -k [2020-09-22T01:10:51.514Z] unset SSH_AUTH_SOCK; [2020-09-22T01:10:51.520Z] unset SSH_AGENT_PID; [2020-09-22T01:10:51.521Z] echo Agent pid 52 killed; [2020-09-22T01:10:51.606Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-22T01:10:52.093Z] + git semver [Pipeline] } [2020-09-22T01:10:52.125Z] $ docker stop --time=1 14313d680256adb3642b9430a1c7eb9e568d6ded20f120edb43812e986884e15 [2020-09-22T01:10:53.783Z] $ docker rm -f 14313d680256adb3642b9430a1c7eb9e568d6ded20f120edb43812e986884e15 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-22T01:10:57.396Z] Stashed 50 file(s) [Pipeline] echo [2020-09-22T01:10:57.398Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-22T01:10:57.494Z] Archived original 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 [2020-09-22T01:11:12.895Z] Still waiting to schedule task [2020-09-22T01:11:12.895Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-22T01:11:12.897Z] Still waiting to schedule task [2020-09-22T01:11:12.897Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-720’ is offline [2020-09-22T01:13:03.530Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-723 in /w/workspace/ndry_app-functions-sdk-go_PR-498 [Pipeline] { [Pipeline] ws [2020-09-22T01:13:03.633Z] Running in /w/workspace/app-functions-sdk-go/2 [Pipeline] { [Pipeline] checkout [2020-09-22T01:13:08.817Z] using credential edgex-jenkins-ssh [2020-09-22T01:13:08.878Z] Cloning the remote Git repository [2020-09-22T01:13:08.878Z] Cloning with configured refspecs honoured and without tags [2020-09-22T01:13:08.925Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-22T01:13:09.038Z] > git init /w/workspace/app-functions-sdk-go/2 # timeout=10 [2020-09-22T01:13:09.136Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-22T01:13:09.137Z] > git --version # timeout=10 [2020-09-22T01:13:09.152Z] > git --version # 'git version 2.17.1' [2020-09-22T01:13:09.153Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-22T01:13:09.223Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/498/head:refs/remotes/origin/PR-498 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-22T01:13:12.016Z] Fetching without tags [2020-09-22T01:13:12.464Z] Merging remotes/origin/master commit a28a1e282162ae220bb16baae6b474c93cd0f1dd into PR head commit 32101a865ec8ab76a9ecd4d4e55190b971edc5d6 [2020-09-22T01:13:11.933Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-22T01:13:11.948Z] > git config --add remote.origin.fetch +refs/pull/498/head:refs/remotes/origin/PR-498 # timeout=10 [2020-09-22T01:13:11.966Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-22T01:13:11.992Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-22T01:13:12.017Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-22T01:13:12.017Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-22T01:13:12.030Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/498/head:refs/remotes/origin/PR-498 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-22T01:13:12.474Z] > git config core.sparsecheckout # timeout=10 [2020-09-22T01:13:12.488Z] > git checkout -f 32101a865ec8ab76a9ecd4d4e55190b971edc5d6 # timeout=10 [2020-09-22T01:13:12.598Z] > git remote # timeout=10 [2020-09-22T01:13:12.615Z] > git config --get remote.origin.url # timeout=10 [2020-09-22T01:13:12.626Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-22T01:13:12.638Z] > git merge a28a1e282162ae220bb16baae6b474c93cd0f1dd # timeout=10 [2020-09-22T01:13:12.757Z] Merge succeeded, producing fe37f8cec13d0d3ae452d765fd1273d8447b3b22 [2020-09-22T01:13:12.758Z] Checking out Revision fe37f8cec13d0d3ae452d765fd1273d8447b3b22 (PR-498) [2020-09-22T01:13:12.723Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-22T01:13:12.755Z] > git config core.sparsecheckout # timeout=10 [2020-09-22T01:13:12.768Z] > git checkout -f fe37f8cec13d0d3ae452d765fd1273d8447b3b22 # timeout=10 [2020-09-22T01:13:17.094Z] Commit message: "Merge commit 'a28a1e282162ae220bb16baae6b474c93cd0f1dd' into HEAD" [2020-09-22T01:13:17.124Z] First time build. Skipping changelog. [2020-09-22T01:13:17.097Z] > git rev-list --no-walk 59d924bba760eb91ac66e59a4a5447034f0f1fa0 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-22T01:13:20.393Z] ========================================================= [2020-09-22T01:13:20.393Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-22T01:13:20.393Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-22T01:13:21.463Z] + 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 . [2020-09-22T01:13:22.915Z] Sending build context to Docker daemon 37.25MB [2020-09-22T01:13:22.915Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-22T01:13:22.915Z] Step 2/8 : FROM ${BASE} [2020-09-22T01:13:22.915Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-22T01:13:22.915Z] b538f80385f9: Pulling fs layer [2020-09-22T01:13:22.915Z] 74f711af9a0d: Pulling fs layer [2020-09-22T01:13:22.915Z] 99f96fe45779: Pulling fs layer [2020-09-22T01:13:22.915Z] 8529a6b9a6be: Pulling fs layer [2020-09-22T01:13:22.915Z] 45590311c82a: Pulling fs layer [2020-09-22T01:13:22.915Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-22T01:13:22.915Z] 209524e5b208: Pulling fs layer [2020-09-22T01:13:22.915Z] 8529a6b9a6be: Waiting [2020-09-22T01:13:22.915Z] 45590311c82a: Waiting [2020-09-22T01:13:22.915Z] 69ca0ff8b7b3: Waiting [2020-09-22T01:13:22.915Z] 209524e5b208: Waiting [2020-09-22T01:13:22.915Z] 99f96fe45779: Verifying Checksum [2020-09-22T01:13:22.915Z] 99f96fe45779: Download complete [2020-09-22T01:13:22.915Z] 74f711af9a0d: Verifying Checksum [2020-09-22T01:13:22.915Z] 74f711af9a0d: Download complete [2020-09-22T01:13:22.915Z] 45590311c82a: Verifying Checksum [2020-09-22T01:13:22.915Z] 45590311c82a: Download complete [2020-09-22T01:13:23.190Z] 69ca0ff8b7b3: Download complete [2020-09-22T01:13:23.190Z] b538f80385f9: Download complete [2020-09-22T01:13:23.786Z] b538f80385f9: Pull complete [2020-09-22T01:13:24.389Z] 74f711af9a0d: Pull complete [2020-09-22T01:13:24.665Z] 99f96fe45779: Pull complete [2020-09-22T01:13:26.109Z] 209524e5b208: Verifying Checksum [2020-09-22T01:13:26.109Z] 209524e5b208: Download complete [2020-09-22T01:13:26.708Z] 8529a6b9a6be: Verifying Checksum [2020-09-22T01:13:26.708Z] 8529a6b9a6be: Download complete [2020-09-22T01:13:33.877Z] Running on prd-centos7-docker-4c-2g-724 in /w/workspace/ndry_app-functions-sdk-go_PR-498 [Pipeline] { [Pipeline] ws [2020-09-22T01:13:33.960Z] Running in /w/workspace/app-functions-sdk-go/2 [Pipeline] { [Pipeline] checkout [2020-09-22T01:13:36.888Z] 8529a6b9a6be: Pull complete [2020-09-22T01:13:37.164Z] 45590311c82a: Pull complete [2020-09-22T01:13:37.437Z] 69ca0ff8b7b3: Pull complete [2020-09-22T01:13:40.995Z] using credential edgex-jenkins-ssh [2020-09-22T01:13:41.116Z] Cloning the remote Git repository [2020-09-22T01:13:41.116Z] Cloning with configured refspecs honoured and without tags [2020-09-22T01:13:41.782Z] 209524e5b208: Pull complete [2020-09-22T01:13:41.782Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-22T01:13:41.782Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-22T01:13:41.782Z] ---> 5bddaf1c2fca [2020-09-22T01:13:41.782Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-22T01:13:41.782Z] latest: Pulling from library/docker [2020-09-22T01:13:41.782Z] b538f80385f9: Already exists [2020-09-22T01:13:41.782Z] 259a493cd78d: Pulling fs layer [2020-09-22T01:13:41.782Z] b8e66b5100f5: Pulling fs layer [2020-09-22T01:13:41.782Z] 7f8258a56ab6: Pulling fs layer [2020-09-22T01:13:41.782Z] 75a0a0ebb566: Pulling fs layer [2020-09-22T01:13:41.782Z] 4a2c62f0a2a3: Pulling fs layer [2020-09-22T01:13:41.782Z] 294320357d30: Pulling fs layer [2020-09-22T01:13:41.782Z] 75a0a0ebb566: Waiting [2020-09-22T01:13:41.782Z] 4a2c62f0a2a3: Waiting [2020-09-22T01:13:41.782Z] b8e66b5100f5: Verifying Checksum [2020-09-22T01:13:41.782Z] b8e66b5100f5: Download complete [2020-09-22T01:13:41.168Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-22T01:13:41.246Z] > git init /w/workspace/app-functions-sdk-go/2 # timeout=10 [2020-09-22T01:13:41.326Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-22T01:13:41.326Z] > git --version # timeout=10 [2020-09-22T01:13:41.404Z] > git --version # 'git version 2.16.5' [2020-09-22T01:13:41.405Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-22T01:13:41.527Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/498/head:refs/remotes/origin/PR-498 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-22T01:13:42.062Z] 259a493cd78d: Verifying Checksum [2020-09-22T01:13:42.062Z] 259a493cd78d: Download complete [2020-09-22T01:13:42.062Z] 75a0a0ebb566: Verifying Checksum [2020-09-22T01:13:42.062Z] 75a0a0ebb566: Download complete [2020-09-22T01:13:42.062Z] 4a2c62f0a2a3: Verifying Checksum [2020-09-22T01:13:42.062Z] 4a2c62f0a2a3: Download complete [2020-09-22T01:13:42.356Z] 294320357d30: Verifying Checksum [2020-09-22T01:13:42.356Z] 294320357d30: Download complete [2020-09-22T01:13:42.633Z] 259a493cd78d: Pull complete [2020-09-22T01:13:43.234Z] b8e66b5100f5: Pull complete [2020-09-22T01:13:43.234Z] 7f8258a56ab6: Verifying Checksum [2020-09-22T01:13:43.234Z] 7f8258a56ab6: Download complete [2020-09-22T01:13:43.343Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-22T01:13:43.369Z] > git config --add remote.origin.fetch +refs/pull/498/head:refs/remotes/origin/PR-498 # timeout=10 [2020-09-22T01:13:43.490Z] Fetching without tags [2020-09-22T01:13:43.947Z] Merging remotes/origin/master commit a28a1e282162ae220bb16baae6b474c93cd0f1dd into PR head commit 32101a865ec8ab76a9ecd4d4e55190b971edc5d6 [2020-09-22T01:13:44.319Z] Merge succeeded, producing fb0fec6c0ec16bf5fbcf807f1c30caba132bd645 [2020-09-22T01:13:44.320Z] Checking out Revision fb0fec6c0ec16bf5fbcf807f1c30caba132bd645 (PR-498) [2020-09-22T01:13:43.405Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-22T01:13:43.458Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-22T01:13:43.497Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-22T01:13:43.498Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-22T01:13:43.506Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/498/head:refs/remotes/origin/PR-498 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-22T01:13:43.958Z] > git config core.sparsecheckout # timeout=10 [2020-09-22T01:13:44.014Z] > git checkout -f 32101a865ec8ab76a9ecd4d4e55190b971edc5d6 # timeout=10 [2020-09-22T01:13:44.204Z] > git remote # timeout=10 [2020-09-22T01:13:44.237Z] > git config --get remote.origin.url # timeout=10 [2020-09-22T01:13:44.253Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-22T01:13:44.261Z] > git merge a28a1e282162ae220bb16baae6b474c93cd0f1dd # timeout=10 [2020-09-22T01:13:44.305Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-22T01:13:44.327Z] > git config core.sparsecheckout # timeout=10 [2020-09-22T01:13:44.369Z] > git checkout -f fb0fec6c0ec16bf5fbcf807f1c30caba132bd645 # timeout=10 [2020-09-22T01:13:46.634Z] 7f8258a56ab6: Pull complete [2020-09-22T01:13:47.233Z] 75a0a0ebb566: Pull complete [2020-09-22T01:13:47.508Z] 4a2c62f0a2a3: Pull complete [2020-09-22T01:13:47.783Z] 294320357d30: Pull complete [2020-09-22T01:13:47.783Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-09-22T01:13:47.783Z] Status: Downloaded newer image for docker:latest [2020-09-22T01:13:48.854Z] Commit message: "Merge commit 'a28a1e282162ae220bb16baae6b474c93cd0f1dd' into HEAD" [2020-09-22T01:13:48.869Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2020-09-22T01:13:48.860Z] > git rev-list --no-walk 59d924bba760eb91ac66e59a4a5447034f0f1fa0 # timeout=10 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-22T01:13:52.617Z] ========================================================= [2020-09-22T01:13:52.617Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-22T01:13:52.617Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-22T01:13:53.446Z] + 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 . [2020-09-22T01:13:54.464Z] Sending build context to Docker daemon 37.25MB [2020-09-22T01:13:54.464Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-22T01:13:54.464Z] Step 2/8 : FROM ${BASE} [2020-09-22T01:13:54.464Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-22T01:13:54.464Z] df20fa9351a1: Pulling fs layer [2020-09-22T01:13:54.464Z] ed8968b2872e: Pulling fs layer [2020-09-22T01:13:54.464Z] a92cc7c5fd73: Pulling fs layer [2020-09-22T01:13:54.464Z] e871e8e8d7a9: Pulling fs layer [2020-09-22T01:13:54.464Z] e73272ec9a57: Pulling fs layer [2020-09-22T01:13:54.464Z] 1e910a182e73: Pulling fs layer [2020-09-22T01:13:54.464Z] 4e634b169226: Pulling fs layer [2020-09-22T01:13:54.464Z] e871e8e8d7a9: Waiting [2020-09-22T01:13:54.464Z] e73272ec9a57: Waiting [2020-09-22T01:13:54.464Z] 1e910a182e73: Waiting [2020-09-22T01:13:54.464Z] 4e634b169226: Waiting [2020-09-22T01:13:54.464Z] a92cc7c5fd73: Verifying Checksum [2020-09-22T01:13:54.464Z] a92cc7c5fd73: Download complete [2020-09-22T01:13:54.464Z] ed8968b2872e: Verifying Checksum [2020-09-22T01:13:54.464Z] ed8968b2872e: Download complete [2020-09-22T01:13:54.464Z] e73272ec9a57: Verifying Checksum [2020-09-22T01:13:54.464Z] e73272ec9a57: Download complete [2020-09-22T01:13:54.464Z] 1e910a182e73: Download complete [2020-09-22T01:13:54.534Z] ---> 7ee65a319ad1 [2020-09-22T01:13:54.534Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-22T01:13:54.534Z] ---> Running in a933f43fbfc0 [2020-09-22T01:13:54.534Z] Removing intermediate container a933f43fbfc0 [2020-09-22T01:13:54.534Z] ---> 29019356bafc [2020-09-22T01:13:54.534Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-09-22T01:13:54.534Z] ---> Running in d5793f032cb3 [2020-09-22T01:13:54.778Z] df20fa9351a1: Verifying Checksum [2020-09-22T01:13:54.778Z] df20fa9351a1: Download complete [2020-09-22T01:13:55.051Z] df20fa9351a1: Pull complete [2020-09-22T01:13:55.645Z] ed8968b2872e: Pull complete [2020-09-22T01:13:55.645Z] a92cc7c5fd73: Pull complete [2020-09-22T01:13:55.965Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-22T01:13:56.942Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-22T01:13:57.215Z] (1/5) Installing libsodium (1.0.18-r0) [2020-09-22T01:13:57.487Z] (2/5) Installing libzmq (4.3.3-r0) [2020-09-22T01:13:58.077Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-09-22T01:13:58.346Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-09-22T01:13:58.618Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-09-22T01:13:58.619Z] Executing busybox-1.31.1-r16.trigger [2020-09-22T01:13:58.619Z] OK: 144 MiB in 44 packages [2020-09-22T01:13:59.115Z] 4e634b169226: Verifying Checksum [2020-09-22T01:13:59.115Z] 4e634b169226: Download complete [2020-09-22T01:13:59.715Z] e871e8e8d7a9: Verifying Checksum [2020-09-22T01:13:59.715Z] e871e8e8d7a9: Download complete [2020-09-22T01:14:00.069Z] Removing intermediate container d5793f032cb3 [2020-09-22T01:14:00.069Z] ---> ea17650f93a1 [2020-09-22T01:14:00.069Z] Step 6/8 : WORKDIR /build [2020-09-22T01:14:00.344Z] ---> Running in ffbcb869daff [2020-09-22T01:14:00.942Z] Removing intermediate container ffbcb869daff [2020-09-22T01:14:00.942Z] ---> 96f504b9764d [2020-09-22T01:14:00.942Z] Step 7/8 : COPY go.mod . [2020-09-22T01:14:01.540Z] ---> dd7f7f5f7198 [2020-09-22T01:14:01.540Z] Step 8/8 : RUN go mod download [2020-09-22T01:14:01.540Z] ---> Running in 31d579203ac8 [2020-09-22T01:14:07.977Z] e871e8e8d7a9: Pull complete [2020-09-22T01:14:07.977Z] e73272ec9a57: Pull complete [2020-09-22T01:14:07.977Z] 1e910a182e73: Pull complete [2020-09-22T01:14:14.721Z] 4e634b169226: Pull complete [2020-09-22T01:14:14.721Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-22T01:14:14.721Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-22T01:14:14.721Z] ---> f7629b54cfaa [2020-09-22T01:14:14.721Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-22T01:14:14.721Z] latest: Pulling from library/docker [2020-09-22T01:14:14.721Z] df20fa9351a1: Already exists [2020-09-22T01:14:14.721Z] 25ad7478873d: Pulling fs layer [2020-09-22T01:14:14.721Z] 4684f6177b5d: Pulling fs layer [2020-09-22T01:14:14.721Z] 8ba584e970af: Pulling fs layer [2020-09-22T01:14:14.721Z] 3cdc74d2b06d: Pulling fs layer [2020-09-22T01:14:14.721Z] 4cf5a0d07c1f: Pulling fs layer [2020-09-22T01:14:14.721Z] fca0ccc462d5: Pulling fs layer [2020-09-22T01:14:14.721Z] 3cdc74d2b06d: Waiting [2020-09-22T01:14:14.721Z] 4cf5a0d07c1f: Waiting [2020-09-22T01:14:14.721Z] fca0ccc462d5: Waiting [2020-09-22T01:14:14.721Z] 4684f6177b5d: Verifying Checksum [2020-09-22T01:14:14.721Z] 4684f6177b5d: Download complete [2020-09-22T01:14:14.721Z] 25ad7478873d: Verifying Checksum [2020-09-22T01:14:14.721Z] 25ad7478873d: Download complete [2020-09-22T01:14:14.721Z] 3cdc74d2b06d: Verifying Checksum [2020-09-22T01:14:14.721Z] 3cdc74d2b06d: Download complete [2020-09-22T01:14:15.021Z] 4cf5a0d07c1f: Verifying Checksum [2020-09-22T01:14:15.021Z] 4cf5a0d07c1f: Download complete [2020-09-22T01:14:15.021Z] 25ad7478873d: Pull complete [2020-09-22T01:14:15.021Z] fca0ccc462d5: Verifying Checksum [2020-09-22T01:14:15.021Z] fca0ccc462d5: Download complete [2020-09-22T01:14:15.021Z] 4684f6177b5d: Pull complete [2020-09-22T01:14:16.022Z] 8ba584e970af: Verifying Checksum [2020-09-22T01:14:16.022Z] 8ba584e970af: Download complete [2020-09-22T01:14:19.447Z] 8ba584e970af: Pull complete [2020-09-22T01:14:19.447Z] 3cdc74d2b06d: Pull complete [2020-09-22T01:14:19.713Z] 4cf5a0d07c1f: Pull complete [2020-09-22T01:14:19.713Z] fca0ccc462d5: Pull complete [2020-09-22T01:14:19.713Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-09-22T01:14:19.713Z] Status: Downloaded newer image for docker:latest [2020-09-22T01:14:22.325Z] ---> a7360596c443 [2020-09-22T01:14:22.325Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-22T01:14:22.325Z] ---> Running in 01ecd1637923 [2020-09-22T01:14:22.325Z] Removing intermediate container 01ecd1637923 [2020-09-22T01:14:22.325Z] ---> 5fcb24586f24 [2020-09-22T01:14:22.325Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-09-22T01:14:22.325Z] ---> Running in b7b0d694b4a0 [2020-09-22T01:14:22.954Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-22T01:14:23.920Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-22T01:14:24.187Z] (1/5) Installing libsodium (1.0.18-r0) [2020-09-22T01:14:24.187Z] (2/5) Installing libzmq (4.3.3-r0) [2020-09-22T01:14:24.484Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-09-22T01:14:24.484Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-09-22T01:14:24.484Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-09-22T01:14:24.751Z] Executing busybox-1.31.1-r16.trigger [2020-09-22T01:14:24.751Z] OK: 167 MiB in 44 packages [2020-09-22T01:14:25.340Z] Removing intermediate container b7b0d694b4a0 [2020-09-22T01:14:25.340Z] ---> 31288b96de83 [2020-09-22T01:14:25.340Z] Step 6/8 : WORKDIR /build [2020-09-22T01:14:25.340Z] ---> Running in e23dd3cf4ca3 [2020-09-22T01:14:25.606Z] Removing intermediate container e23dd3cf4ca3 [2020-09-22T01:14:25.606Z] ---> cb474a969f40 [2020-09-22T01:14:25.606Z] Step 7/8 : COPY go.mod . [2020-09-22T01:14:25.883Z] ---> 988f57720ec3 [2020-09-22T01:14:25.883Z] Step 8/8 : RUN go mod download [2020-09-22T01:14:25.883Z] ---> Running in 2a8b28815f22 [2020-09-22T01:14:28.338Z] Removing intermediate container 31d579203ac8 [2020-09-22T01:14:28.338Z] ---> 1f48fbe0d5c1 [2020-09-22T01:14:28.338Z] Successfully built 1f48fbe0d5c1 [2020-09-22T01:14:28.338Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-22T01:14:28.754Z] + docker inspect -f . ci-base-image-arm64 [2020-09-22T01:14:28.754Z] . [Pipeline] withDockerContainer [2020-09-22T01:14:29.023Z] prd-ubuntu18.04-docker-arm64-4c-16g-723 does not seem to be running inside a container [2020-09-22T01:14:29.111Z] $ 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 ******** ci-base-image-arm64 cat [2020-09-22T01:14:31.080Z] $ docker top a901089e71ac60fb3fb7edd1505897ac97202ca41eac56ef62f3aa4ac34d8a5e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-22T01:14:32.490Z] + go version [2020-09-22T01:14:32.490Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-22T01:14:32.522Z] $ docker stop --time=1 a901089e71ac60fb3fb7edd1505897ac97202ca41eac56ef62f3aa4ac34d8a5e [2020-09-22T01:14:34.554Z] $ docker rm -f a901089e71ac60fb3fb7edd1505897ac97202ca41eac56ef62f3aa4ac34d8a5e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-22T01:14:35.661Z] + docker inspect -f . ci-base-image-arm64 [2020-09-22T01:14:35.661Z] . [Pipeline] withDockerContainer [2020-09-22T01:14:35.925Z] prd-ubuntu18.04-docker-arm64-4c-16g-723 does not seem to be running inside a container [2020-09-22T01:14:36.010Z] $ 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 ******** ci-base-image-arm64 cat [2020-09-22T01:14:37.897Z] $ docker top 1f197f9fec5466a671633de10fbdd2cc2c8c5b7f243c4036c6113798c20a0b5b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-22T01:14:39.315Z] + make test [2020-09-22T01:14:39.315Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-09-22T01:14:40.755Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2020-09-22T01:14:52.686Z] Removing intermediate container 2a8b28815f22 [2020-09-22T01:14:52.686Z] ---> 4f5d71dd0ce1 [2020-09-22T01:14:52.686Z] Successfully built 4f5d71dd0ce1 [2020-09-22T01:14:52.686Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-22T01:14:53.188Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-22T01:14:53.455Z] . [Pipeline] withDockerContainer [2020-09-22T01:14:53.609Z] prd-centos7-docker-4c-2g-724 does not seem to be running inside a container [2020-09-22T01:14:53.677Z] $ 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 ******** ci-base-image-x86_64 cat [2020-09-22T01:14:54.811Z] $ docker top 317375453d54f6bc42de6e0e60443e16311b99a34e85b3e643135adda8f6953c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-22T01:14:55.545Z] + go version [2020-09-22T01:14:55.545Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-22T01:14:55.577Z] $ docker stop --time=1 317375453d54f6bc42de6e0e60443e16311b99a34e85b3e643135adda8f6953c [2020-09-22T01:14:57.267Z] $ docker rm -f 317375453d54f6bc42de6e0e60443e16311b99a34e85b3e643135adda8f6953c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-22T01:14:58.254Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-22T01:14:58.254Z] . [Pipeline] withDockerContainer [2020-09-22T01:14:58.576Z] prd-centos7-docker-4c-2g-724 does not seem to be running inside a container [2020-09-22T01:14:58.660Z] $ 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 ******** ci-base-image-x86_64 cat [2020-09-22T01:14:59.724Z] $ docker top 517c018adef0354796d4780afa924b9714779ad1541a417a6c77bd0910e22eac -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-22T01:15:00.305Z] + make test [2020-09-22T01:15:00.305Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-09-22T01:15:02.966Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2020-09-22T01:15:02.980Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.115s coverage: 86.2% of statements [2020-09-22T01:15:18.511Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.158s coverage: 86.2% of statements [2020-09-22T01:15:46.368Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.071s coverage: 55.8% of statements [2020-09-22T01:15:46.368Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2020-09-22T01:15:46.368Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2020-09-22T01:15:46.368Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.031s coverage: 53.5% of statements [2020-09-22T01:15:46.368Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2020-09-22T01:15:46.368Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.397s coverage: 69.1% of statements [2020-09-22T01:15:50.037Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.074s coverage: 55.8% of statements [2020-09-22T01:15:50.037Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2020-09-22T01:15:50.037Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2020-09-22T01:15:50.037Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.061s coverage: 53.5% of statements [2020-09-22T01:15:50.037Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2020-09-22T01:15:50.037Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.545s coverage: 69.1% of statements [2020-09-22T01:15:50.037Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.602s coverage: 61.6% of statements [2020-09-22T01:15:50.037Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.013s coverage: 89.5% of statements [2020-09-22T01:15:50.037Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.013s coverage: 100.0% of statements [2020-09-22T01:15:50.037Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.199s coverage: 100.0% of statements [2020-09-22T01:15:50.037Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.011s coverage: 100.0% of statements [2020-09-22T01:15:50.037Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.013s coverage: 100.0% of statements [2020-09-22T01:15:50.037Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] [2020-09-22T01:15:50.037Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2020-09-22T01:15:50.037Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2020-09-22T01:15:50.037Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2020-09-22T01:15:50.037Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2020-09-22T01:15:50.037Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2020-09-22T01:15:50.037Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] [2020-09-22T01:15:50.037Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.014s coverage: 96.6% of statements [2020-09-22T01:15:50.037Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2020-09-22T01:15:50.037Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.011s coverage: 97.7% of statements [2020-09-22T01:15:50.037Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2020-09-22T01:15:50.037Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] [2020-09-22T01:15:50.037Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.022s coverage: 9.4% of statements [2020-09-22T01:15:55.452Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.246s coverage: 75.0% of statements [2020-09-22T01:15:55.452Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2020-09-22T01:15:55.452Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.045s coverage: 89.7% of statements [2020-09-22T01:15:55.452Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.029s coverage: 88.9% of statements [2020-09-22T01:15:55.452Z] level=ERROR ts=2020-09-22T01:15:49.726847151Z app=app_functions_sdk_go source=server.go:122 msg="Error encoding the data: json: unsupported value: +Inf" [2020-09-22T01:15:55.452Z] level=INFO ts=2020-09-22T01:15:49.738193227Z app=app_functions_sdk_go source=server.go:284 msg="Registering standard routes..." [2020-09-22T01:15:55.452Z] level=INFO ts=2020-09-22T01:15:49.746175271Z app=app_functions_sdk_go source=controller.go:63 msg="Registering standard V2 routes..." [2020-09-22T01:15:55.452Z] level=INFO ts=2020-09-22T01:15:49.754654419Z app=app_functions_sdk_go source=server.go:284 msg="Registering standard routes..." [2020-09-22T01:15:55.452Z] level=INFO ts=2020-09-22T01:15:49.76382311Z app=app_functions_sdk_go source=controller.go:63 msg="Registering standard V2 routes..." [2020-09-22T01:15:55.452Z] level=INFO ts=2020-09-22T01:15:49.773430772Z app=app_functions_sdk_go source=server.go:284 msg="Registering standard routes..." [2020-09-22T01:15:55.452Z] level=INFO ts=2020-09-22T01:15:49.781132482Z app=app_functions_sdk_go source=controller.go:63 msg="Registering standard V2 routes..." [2020-09-22T01:15:55.452Z] --- FAIL: TestConfigureAndConfigRoute (0.02s) [2020-09-22T01:15:55.452Z] server_test.go:115: [2020-09-22T01:15:55.452Z] Error Trace: server_test.go:115 [2020-09-22T01:15:55.452Z] Error: Not equal: [2020-09-22T01:15:55.452Z] expected: "{\"Writable\":{\"LogLevel\":\"\",\"Pipeline\":{\"ExecutionOrder\":\"\",\"UseTargetTypeOfByteArray\":false,\"Functions\":null},\"StoreAndForward\":{\"Enabled\":false,\"RetryInterval\":\"\",\"MaxRetryCount\":0},\"InsecureSecrets\":null},\"Logging\":{\"EnableRemote\":false,\"File\":\"\"},\"Registry\":{\"Host\":\"\",\"Port\":0,\"Type\":\"\"},\"Service\":{\"BootTimeout\":\"\",\"CheckInterval\":\"\",\"Host\":\"\",\"HTTPSCert\":\"\",\"HTTPSKey\":\"\",\"ServerBindAddr\":\"\",\"Port\":0,\"Protocol\":\"\",\"StartupMsg\":\"\",\"ReadMaxLimit\":0,\"Timeout\":\"\"},\"MessageBus\":{\"PublishHost\":{\"Host\":\"\",\"Port\":0,\"Protocol\":\"\"},\"SubscribeHost\":{\"Host\":\"\",\"Port\":0,\"Protocol\":\"\"},\"Type\":\"\",\"Optional\":null},\"Binding\":{\"Type\":\"\",\"SubscribeTopic\":\"\",\"PublishTopic\":\"\"},\"ApplicationSettings\":null,\"Clients\":null,\"Database\":{\"Type\":\"\",\"Host\":\"\",\"Port\":0,\"Timeout\":\"\",\"Username\":\"\",\"Password\":\"\",\"MaxIdle\":0,\"BatchSize\":0},\"SecretStore\":{\"Host\":\"\",\"Port\":0,\"Path\":\"\",\"Protocol\":\"\",\"Namespace\":\"\",\"RootCaCertPath\":\"\",\"ServerName\":\"\",\"Authentication\":{\"AuthType\":\"\",\"AuthToken\":\"\"},\"AdditionalRetryAttempts\":0,\"RetryWaitPeriod\":\"\",\"TokenFile\":\"\"},\"SecretStoreExclusive\":{\"Host\":\"\",\"Port\":0,\"Path\":\"\",\"Protocol\":\"\",\"Namespace\":\"\",\"RootCaCertPath\":\"\",\"ServerName\":\"\",\"Authentication\":{\"AuthType\":\"\",\"AuthToken\":\"\"},\"AdditionalRetryAttempts\":0,\"RetryWaitPeriod\":\"\",\"TokenFile\":\"\"}}\n" [2020-09-22T01:15:55.452Z] actual : "{\"Writable\":{\"LogLevel\":\"\",\"Pipeline\":{\"ExecutionOrder\":\"\",\"UseTargetTypeOfByteArray\":false,\"Functions\":null},\"StoreAndForward\":{\"Enabled\":false,\"RetryInterval\":\"\",\"MaxRetryCount\":0},\"InsecureSecrets\":null},\"Logging\":{\"EnableRemote\":false,\"File\":\"\"},\"Registry\":{\"Host\":\"\",\"Port\":0,\"Type\":\"\"},\"Service\":{\"BootTimeout\":\"\",\"CheckInterval\":\"\",\"Host\":\"\",\"HTTPSCert\":\"\",\"HTTPSKey\":\"\",\"ServerBindAddr\":\"\",\"Port\":0,\"Protocol\":\"\",\"StartupMsg\":\"\",\"ReadMaxLimit\":0,\"Timeout\":\"\"},\"MessageBus\":{\"PublishHost\":{\"Host\":\"\",\"Port\":0,\"Protocol\":\"\"},\"SubscribeHost\":{\"Host\":\"\",\"Port\":0,\"Protocol\":\"\"},\"Type\":\"\",\"Optional\":null},\"MqttBroker\":{\"Url\":\"\",\"ClientId\":\"\",\"ConnectTimeout\":\"\",\"AutoReconnect\":false,\"KeepAlive\":0,\"QoS\":0,\"Retain\":false,\"SkipCertVerify\":false,\"SecretPath\":\"\",\"AuthMode\":\"\"},\"Binding\":{\"Type\":\"\",\"SubscribeTopic\":\"\",\"PublishTopic\":\"\"},\"ApplicationSettings\":null,\"Clients\":null,\"Database\":{\"Type\":\"\",\"Host\":\"\",\"Port\":0,\"Timeout\":\"\",\"Username\":\"\",\"Password\":\"\",\"MaxIdle\":0,\"BatchSize\":0},\"SecretStore\":{\"Host\":\"\",\"Port\":0,\"Path\":\"\",\"Protocol\":\"\",\"Namespace\":\"\",\"RootCaCertPath\":\"\",\"ServerName\":\"\",\"Authentication\":{\"AuthType\":\"\",\"AuthToken\":\"\"},\"AdditionalRetryAttempts\":0,\"RetryWaitPeriod\":\"\",\"TokenFile\":\"\"},\"SecretStoreExclusive\":{\"Host\":\"\",\"Port\":0,\"Path\":\"\",\"Protocol\":\"\",\"Namespace\":\"\",\"RootCaCertPath\":\"\",\"ServerName\":\"\",\"Authentication\":{\"AuthType\":\"\",\"AuthToken\":\"\"},\"AdditionalRetryAttempts\":0,\"RetryWaitPeriod\":\"\",\"TokenFile\":\"\"}}\n" [2020-09-22T01:15:55.452Z] [2020-09-22T01:15:55.452Z] Diff: [2020-09-22T01:15:55.452Z] --- Expected [2020-09-22T01:15:55.452Z] +++ Actual [2020-09-22T01:15:55.452Z] @@ -1,2 +1,2 @@ [2020-09-22T01:15:55.452Z] -{"Writable":{"LogLevel":"","Pipeline":{"ExecutionOrder":"","UseTargetTypeOfByteArray":false,"Functions":null},"StoreAndForward":{"Enabled":false,"RetryInterval":"","MaxRetryCount":0},"InsecureSecrets":null},"Logging":{"EnableRemote":false,"File":""},"Registry":{"Host":"","Port":0,"Type":""},"Service":{"BootTimeout":"","CheckInterval":"","Host":"","HTTPSCert":"","HTTPSKey":"","ServerBindAddr":"","Port":0,"Protocol":"","StartupMsg":"","ReadMaxLimit":0,"Timeout":""},"MessageBus":{"PublishHost":{"Host":"","Port":0,"Protocol":""},"SubscribeHost":{"Host":"","Port":0,"Protocol":""},"Type":"","Optional":null},"Binding":{"Type":"","SubscribeTopic":"","PublishTopic":""},"ApplicationSettings":null,"Clients":null,"Database":{"Type":"","Host":"","Port":0,"Timeout":"","Username":"","Password":"","MaxIdle":0,"BatchSize":0},"SecretStore":{"Host":"","Port":0,"Path":"","Protocol":"","Namespace":"","RootCaCertPath":"","ServerName":"","Authentication":{"AuthType":"","AuthToken":""},"AdditionalRetryAttempts":0,"RetryWaitPeriod":"","TokenFile":""},"SecretStoreExclusive":{"Host":"","Port":0,"Path":"","Protocol":"","Namespace":"","RootCaCertPath":"","ServerName":"","Authentication":{"AuthType":"","AuthToken":""},"AdditionalRetryAttempts":0,"RetryWaitPeriod":"","TokenFile":""}} [2020-09-22T01:15:55.452Z] +{"Writable":{"LogLevel":"","Pipeline":{"ExecutionOrder":"","UseTargetTypeOfByteArray":false,"Functions":null},"StoreAndForward":{"Enabled":false,"RetryInterval":"","MaxRetryCount":0},"InsecureSecrets":null},"Logging":{"EnableRemote":false,"File":""},"Registry":{"Host":"","Port":0,"Type":""},"Service":{"BootTimeout":"","CheckInterval":"","Host":"","HTTPSCert":"","HTTPSKey":"","ServerBindAddr":"","Port":0,"Protocol":"","StartupMsg":"","ReadMaxLimit":0,"Timeout":""},"MessageBus":{"PublishHost":{"Host":"","Port":0,"Protocol":""},"SubscribeHost":{"Host":"","Port":0,"Protocol":""},"Type":"","Optional":null},"MqttBroker":{"Url":"","ClientId":"","ConnectTimeout":"","AutoReconnect":false,"KeepAlive":0,"QoS":0,"Retain":false,"SkipCertVerify":false,"SecretPath":"","AuthMode":""},"Binding":{"Type":"","SubscribeTopic":"","PublishTopic":""},"ApplicationSettings":null,"Clients":null,"Database":{"Type":"","Host":"","Port":0,"Timeout":"","Username":"","Password":"","MaxIdle":0,"BatchSize":0},"SecretStore":{"Host":"","Port":0,"Path":"","Protocol":"","Namespace":"","RootCaCertPath":"","ServerName":"","Authentication":{"AuthType":"","AuthToken":""},"AdditionalRetryAttempts":0,"RetryWaitPeriod":"","TokenFile":""},"SecretStoreExclusive":{"Host":"","Port":0,"Path":"","Protocol":"","Namespace":"","RootCaCertPath":"","ServerName":"","Authentication":{"AuthType":"","AuthToken":""},"AdditionalRetryAttempts":0,"RetryWaitPeriod":"","TokenFile":""}} [2020-09-22T01:15:55.452Z] [2020-09-22T01:15:55.452Z] Test: TestConfigureAndConfigRoute [2020-09-22T01:15:55.452Z] level=INFO ts=2020-09-22T01:15:49.793528199Z app=app_functions_sdk_go source=server.go:284 msg="Registering standard routes..." [2020-09-22T01:15:55.452Z] level=INFO ts=2020-09-22T01:15:49.801579086Z app=app_functions_sdk_go source=controller.go:63 msg="Registering standard V2 routes..." [2020-09-22T01:15:55.452Z] level=INFO ts=2020-09-22T01:15:49.811954355Z app=app_functions_sdk_go source=server.go:284 msg="Registering standard routes..." [2020-09-22T01:15:55.452Z] level=INFO ts=2020-09-22T01:15:49.819911108Z app=app_functions_sdk_go source=controller.go:63 msg="Registering standard V2 routes..." [2020-09-22T01:15:55.452Z] level=ERROR ts=2020-09-22T01:15:49.82889666Z app=app_functions_sdk_go source=server.go:268 msg="'Secrets' path should not be empty" [2020-09-22T01:15:55.452Z] level=ERROR ts=2020-09-22T01:15:49.836417882Z app=app_functions_sdk_go source=server.go:268 msg="Missing required field 'Secrets'" [2020-09-22T01:15:55.452Z] level=ERROR ts=2020-09-22T01:15:49.844518982Z app=app_functions_sdk_go source=server.go:268 msg="Failed to parse json payload: invalid character '<' looking for beginning of value" [2020-09-22T01:15:55.452Z] FAIL [2020-09-22T01:15:55.452Z] coverage: 80.5% of statements [2020-09-22T01:15:55.452Z] FAIL github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.148s [2020-09-22T01:15:55.452Z] --- FAIL: TestGetSecrets (0.00s) [2020-09-22T01:15:55.452Z] --- FAIL: TestGetSecrets/Auth_With_Secrets (0.00s) [2020-09-22T01:15:55.452Z] mqttfactory_test.go:193: [2020-09-22T01:15:55.452Z] Error Trace: mqttfactory_test.go:193 [2020-09-22T01:15:55.452Z] Error: Not equal: [2020-09-22T01:15:55.452Z] expected: &secure.mqttSecrets{Username:"TEST_USER", Password:"TEST_PASS", KeyPemBlock:[]uint8{}, CertPemBlock:[]uint8{}, CaPemBlock:[]uint8{}} [2020-09-22T01:15:55.452Z] actual : &secure.mqttSecrets{Username:"", Password:"", KeyPemBlock:[]uint8{}, CertPemBlock:[]uint8{}, CaPemBlock:[]uint8{}} [2020-09-22T01:15:55.452Z] [2020-09-22T01:15:55.452Z] Diff: [2020-09-22T01:15:55.452Z] --- Expected [2020-09-22T01:15:55.452Z] +++ Actual [2020-09-22T01:15:55.452Z] @@ -1,4 +1,4 @@ [2020-09-22T01:15:55.452Z] (*secure.mqttSecrets)({ [2020-09-22T01:15:55.452Z] - Username: (string) (len=9) "TEST_USER", [2020-09-22T01:15:55.452Z] - Password: (string) (len=9) "TEST_PASS", [2020-09-22T01:15:55.452Z] + Username: (string) "", [2020-09-22T01:15:55.452Z] + Password: (string) "", [2020-09-22T01:15:55.452Z] KeyPemBlock: ([]uint8) { [2020-09-22T01:15:55.452Z] Test: TestGetSecrets/Auth_With_Secrets [2020-09-22T01:15:55.452Z] FAIL [2020-09-22T01:15:55.452Z] coverage: 71.7% of statements [2020-09-22T01:15:55.452Z] FAIL github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.028s [2020-09-22T01:15:59.014Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.646s coverage: 61.6% of statements [2020-09-22T01:15:59.015Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.006s coverage: 89.5% of statements [2020-09-22T01:15:59.015Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.010s coverage: 100.0% of statements [2020-09-22T01:15:59.015Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.252s coverage: 100.0% of statements [2020-09-22T01:15:59.015Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.007s coverage: 100.0% of statements [2020-09-22T01:15:59.015Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.022s coverage: 100.0% of statements [2020-09-22T01:15:59.015Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] [2020-09-22T01:15:59.015Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2020-09-22T01:15:59.015Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2020-09-22T01:15:59.015Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2020-09-22T01:15:59.015Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2020-09-22T01:15:59.015Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2020-09-22T01:15:59.015Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] [2020-09-22T01:15:59.015Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.009s coverage: 96.6% of statements [2020-09-22T01:15:59.015Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2020-09-22T01:15:59.015Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.008s coverage: 97.7% of statements [2020-09-22T01:15:59.015Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2020-09-22T01:15:59.015Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] [2020-09-22T01:15:59.015Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.028s coverage: 9.4% of statements [2020-09-22T01:15:59.015Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.118s coverage: 75.0% of statements [2020-09-22T01:15:59.015Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2020-09-22T01:15:59.015Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.022s coverage: 89.7% of statements [2020-09-22T01:15:59.015Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.034s coverage: 88.9% of statements [2020-09-22T01:15:59.015Z] level=ERROR ts=2020-09-22T01:15:53.047352856Z app=app_functions_sdk_go source=server.go:122 msg="Error encoding the data: json: unsupported value: +Inf" [2020-09-22T01:15:59.015Z] level=INFO ts=2020-09-22T01:15:53.124475467Z app=app_functions_sdk_go source=server.go:284 msg="Registering standard routes..." [2020-09-22T01:15:59.015Z] level=INFO ts=2020-09-22T01:15:53.132746938Z app=app_functions_sdk_go source=controller.go:63 msg="Registering standard V2 routes..." [2020-09-22T01:15:59.015Z] level=INFO ts=2020-09-22T01:15:53.140831441Z app=app_functions_sdk_go source=server.go:284 msg="Registering standard routes..." [2020-09-22T01:15:59.015Z] level=INFO ts=2020-09-22T01:15:53.150347872Z app=app_functions_sdk_go source=controller.go:63 msg="Registering standard V2 routes..." [2020-09-22T01:15:59.015Z] level=INFO ts=2020-09-22T01:15:53.175270065Z app=app_functions_sdk_go source=server.go:284 msg="Registering standard routes..." [2020-09-22T01:15:59.015Z] level=INFO ts=2020-09-22T01:15:53.194116537Z app=app_functions_sdk_go source=controller.go:63 msg="Registering standard V2 routes..." [2020-09-22T01:15:59.015Z] --- FAIL: TestConfigureAndConfigRoute (0.05s) [2020-09-22T01:15:59.015Z] server_test.go:115: [2020-09-22T01:15:59.015Z] Error Trace: server_test.go:115 [2020-09-22T01:15:59.015Z] Error: Not equal: [2020-09-22T01:15:59.015Z] expected: "{\"Writable\":{\"LogLevel\":\"\",\"Pipeline\":{\"ExecutionOrder\":\"\",\"UseTargetTypeOfByteArray\":false,\"Functions\":null},\"StoreAndForward\":{\"Enabled\":false,\"RetryInterval\":\"\",\"MaxRetryCount\":0},\"InsecureSecrets\":null},\"Logging\":{\"EnableRemote\":false,\"File\":\"\"},\"Registry\":{\"Host\":\"\",\"Port\":0,\"Type\":\"\"},\"Service\":{\"BootTimeout\":\"\",\"CheckInterval\":\"\",\"Host\":\"\",\"HTTPSCert\":\"\",\"HTTPSKey\":\"\",\"ServerBindAddr\":\"\",\"Port\":0,\"Protocol\":\"\",\"StartupMsg\":\"\",\"ReadMaxLimit\":0,\"Timeout\":\"\"},\"MessageBus\":{\"PublishHost\":{\"Host\":\"\",\"Port\":0,\"Protocol\":\"\"},\"SubscribeHost\":{\"Host\":\"\",\"Port\":0,\"Protocol\":\"\"},\"Type\":\"\",\"Optional\":null},\"Binding\":{\"Type\":\"\",\"SubscribeTopic\":\"\",\"PublishTopic\":\"\"},\"ApplicationSettings\":null,\"Clients\":null,\"Database\":{\"Type\":\"\",\"Host\":\"\",\"Port\":0,\"Timeout\":\"\",\"Username\":\"\",\"Password\":\"\",\"MaxIdle\":0,\"BatchSize\":0},\"SecretStore\":{\"Host\":\"\",\"Port\":0,\"Path\":\"\",\"Protocol\":\"\",\"Namespace\":\"\",\"RootCaCertPath\":\"\",\"ServerName\":\"\",\"Authentication\":{\"AuthType\":\"\",\"AuthToken\":\"\"},\"AdditionalRetryAttempts\":0,\"RetryWaitPeriod\":\"\",\"TokenFile\":\"\"},\"SecretStoreExclusive\":{\"Host\":\"\",\"Port\":0,\"Path\":\"\",\"Protocol\":\"\",\"Namespace\":\"\",\"RootCaCertPath\":\"\",\"ServerName\":\"\",\"Authentication\":{\"AuthType\":\"\",\"AuthToken\":\"\"},\"AdditionalRetryAttempts\":0,\"RetryWaitPeriod\":\"\",\"TokenFile\":\"\"}}\n" [2020-09-22T01:15:59.015Z] actual : "{\"Writable\":{\"LogLevel\":\"\",\"Pipeline\":{\"ExecutionOrder\":\"\",\"UseTargetTypeOfByteArray\":false,\"Functions\":null},\"StoreAndForward\":{\"Enabled\":false,\"RetryInterval\":\"\",\"MaxRetryCount\":0},\"InsecureSecrets\":null},\"Logging\":{\"EnableRemote\":false,\"File\":\"\"},\"Registry\":{\"Host\":\"\",\"Port\":0,\"Type\":\"\"},\"Service\":{\"BootTimeout\":\"\",\"CheckInterval\":\"\",\"Host\":\"\",\"HTTPSCert\":\"\",\"HTTPSKey\":\"\",\"ServerBindAddr\":\"\",\"Port\":0,\"Protocol\":\"\",\"StartupMsg\":\"\",\"ReadMaxLimit\":0,\"Timeout\":\"\"},\"MessageBus\":{\"PublishHost\":{\"Host\":\"\",\"Port\":0,\"Protocol\":\"\"},\"SubscribeHost\":{\"Host\":\"\",\"Port\":0,\"Protocol\":\"\"},\"Type\":\"\",\"Optional\":null},\"MqttBroker\":{\"Url\":\"\",\"ClientId\":\"\",\"ConnectTimeout\":\"\",\"AutoReconnect\":false,\"KeepAlive\":0,\"QoS\":0,\"Retain\":false,\"SkipCertVerify\":false,\"SecretPath\":\"\",\"AuthMode\":\"\"},\"Binding\":{\"Type\":\"\",\"SubscribeTopic\":\"\",\"PublishTopic\":\"\"},\"ApplicationSettings\":null,\"Clients\":null,\"Database\":{\"Type\":\"\",\"Host\":\"\",\"Port\":0,\"Timeout\":\"\",\"Username\":\"\",\"Password\":\"\",\"MaxIdle\":0,\"BatchSize\":0},\"SecretStore\":{\"Host\":\"\",\"Port\":0,\"Path\":\"\",\"Protocol\":\"\",\"Namespace\":\"\",\"RootCaCertPath\":\"\",\"ServerName\":\"\",\"Authentication\":{\"AuthType\":\"\",\"AuthToken\":\"\"},\"AdditionalRetryAttempts\":0,\"RetryWaitPeriod\":\"\",\"TokenFile\":\"\"},\"SecretStoreExclusive\":{\"Host\":\"\",\"Port\":0,\"Path\":\"\",\"Protocol\":\"\",\"Namespace\":\"\",\"RootCaCertPath\":\"\",\"ServerName\":\"\",\"Authentication\":{\"AuthType\":\"\",\"AuthToken\":\"\"},\"AdditionalRetryAttempts\":0,\"RetryWaitPeriod\":\"\",\"TokenFile\":\"\"}}\n" [2020-09-22T01:15:59.015Z] [2020-09-22T01:15:59.015Z] Diff: [2020-09-22T01:15:59.015Z] --- Expected [2020-09-22T01:15:59.015Z] +++ Actual [2020-09-22T01:15:59.015Z] @@ -1,2 +1,2 @@ [2020-09-22T01:15:59.015Z] -{"Writable":{"LogLevel":"","Pipeline":{"ExecutionOrder":"","UseTargetTypeOfByteArray":false,"Functions":null},"StoreAndForward":{"Enabled":false,"RetryInterval":"","MaxRetryCount":0},"InsecureSecrets":null},"Logging":{"EnableRemote":false,"File":""},"Registry":{"Host":"","Port":0,"Type":""},"Service":{"BootTimeout":"","CheckInterval":"","Host":"","HTTPSCert":"","HTTPSKey":"","ServerBindAddr":"","Port":0,"Protocol":"","StartupMsg":"","ReadMaxLimit":0,"Timeout":""},"MessageBus":{"PublishHost":{"Host":"","Port":0,"Protocol":""},"SubscribeHost":{"Host":"","Port":0,"Protocol":""},"Type":"","Optional":null},"Binding":{"Type":"","SubscribeTopic":"","PublishTopic":""},"ApplicationSettings":null,"Clients":null,"Database":{"Type":"","Host":"","Port":0,"Timeout":"","Username":"","Password":"","MaxIdle":0,"BatchSize":0},"SecretStore":{"Host":"","Port":0,"Path":"","Protocol":"","Namespace":"","RootCaCertPath":"","ServerName":"","Authentication":{"AuthType":"","AuthToken":""},"AdditionalRetryAttempts":0,"RetryWaitPeriod":"","TokenFile":""},"SecretStoreExclusive":{"Host":"","Port":0,"Path":"","Protocol":"","Namespace":"","RootCaCertPath":"","ServerName":"","Authentication":{"AuthType":"","AuthToken":""},"AdditionalRetryAttempts":0,"RetryWaitPeriod":"","TokenFile":""}} [2020-09-22T01:15:59.015Z] +{"Writable":{"LogLevel":"","Pipeline":{"ExecutionOrder":"","UseTargetTypeOfByteArray":false,"Functions":null},"StoreAndForward":{"Enabled":false,"RetryInterval":"","MaxRetryCount":0},"InsecureSecrets":null},"Logging":{"EnableRemote":false,"File":""},"Registry":{"Host":"","Port":0,"Type":""},"Service":{"BootTimeout":"","CheckInterval":"","Host":"","HTTPSCert":"","HTTPSKey":"","ServerBindAddr":"","Port":0,"Protocol":"","StartupMsg":"","ReadMaxLimit":0,"Timeout":""},"MessageBus":{"PublishHost":{"Host":"","Port":0,"Protocol":""},"SubscribeHost":{"Host":"","Port":0,"Protocol":""},"Type":"","Optional":null},"MqttBroker":{"Url":"","ClientId":"","ConnectTimeout":"","AutoReconnect":false,"KeepAlive":0,"QoS":0,"Retain":false,"SkipCertVerify":false,"SecretPath":"","AuthMode":""},"Binding":{"Type":"","SubscribeTopic":"","PublishTopic":""},"ApplicationSettings":null,"Clients":null,"Database":{"Type":"","Host":"","Port":0,"Timeout":"","Username":"","Password":"","MaxIdle":0,"BatchSize":0},"SecretStore":{"Host":"","Port":0,"Path":"","Protocol":"","Namespace":"","RootCaCertPath":"","ServerName":"","Authentication":{"AuthType":"","AuthToken":""},"AdditionalRetryAttempts":0,"RetryWaitPeriod":"","TokenFile":""},"SecretStoreExclusive":{"Host":"","Port":0,"Path":"","Protocol":"","Namespace":"","RootCaCertPath":"","ServerName":"","Authentication":{"AuthType":"","AuthToken":""},"AdditionalRetryAttempts":0,"RetryWaitPeriod":"","TokenFile":""}} [2020-09-22T01:15:59.015Z] [2020-09-22T01:15:59.015Z] Test: TestConfigureAndConfigRoute [2020-09-22T01:15:59.015Z] level=INFO ts=2020-09-22T01:15:53.229581279Z app=app_functions_sdk_go source=server.go:284 msg="Registering standard routes..." [2020-09-22T01:15:59.015Z] level=INFO ts=2020-09-22T01:15:53.248417904Z app=app_functions_sdk_go source=controller.go:63 msg="Registering standard V2 routes..." [2020-09-22T01:15:59.015Z] level=INFO ts=2020-09-22T01:15:53.266717258Z app=app_functions_sdk_go source=server.go:284 msg="Registering standard routes..." [2020-09-22T01:15:59.015Z] level=INFO ts=2020-09-22T01:15:53.280573261Z app=app_functions_sdk_go source=controller.go:63 msg="Registering standard V2 routes..." [2020-09-22T01:15:59.015Z] level=ERROR ts=2020-09-22T01:15:53.287827407Z app=app_functions_sdk_go source=server.go:268 msg="'Secrets' path should not be empty" [2020-09-22T01:15:59.015Z] level=ERROR ts=2020-09-22T01:15:53.30247961Z app=app_functions_sdk_go source=server.go:268 msg="Missing required field 'Secrets'" [2020-09-22T01:15:59.015Z] level=ERROR ts=2020-09-22T01:15:53.315455678Z app=app_functions_sdk_go source=server.go:268 msg="Failed to parse json payload: invalid character '<' looking for beginning of value" [2020-09-22T01:15:59.015Z] FAIL [2020-09-22T01:15:59.015Z] coverage: 80.5% of statements [2020-09-22T01:15:59.015Z] FAIL github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.329s [2020-09-22T01:15:59.015Z] --- FAIL: TestGetSecrets (0.00s) [2020-09-22T01:15:59.015Z] --- FAIL: TestGetSecrets/Auth_With_Secrets (0.00s) [2020-09-22T01:15:59.015Z] mqttfactory_test.go:193: [2020-09-22T01:15:59.015Z] Error Trace: mqttfactory_test.go:193 [2020-09-22T01:15:59.015Z] Error: Not equal: [2020-09-22T01:15:59.015Z] expected: &secure.mqttSecrets{Username:"TEST_USER", Password:"TEST_PASS", KeyPemBlock:[]uint8{}, CertPemBlock:[]uint8{}, CaPemBlock:[]uint8{}} [2020-09-22T01:15:59.015Z] actual : &secure.mqttSecrets{Username:"", Password:"", KeyPemBlock:[]uint8{}, CertPemBlock:[]uint8{}, CaPemBlock:[]uint8{}} [2020-09-22T01:15:59.015Z] [2020-09-22T01:15:59.015Z] Diff: [2020-09-22T01:15:59.015Z] --- Expected [2020-09-22T01:15:59.015Z] +++ Actual [2020-09-22T01:15:59.015Z] @@ -1,4 +1,4 @@ [2020-09-22T01:15:59.015Z] (*secure.mqttSecrets)({ [2020-09-22T01:15:59.015Z] - Username: (string) (len=9) "TEST_USER", [2020-09-22T01:15:59.015Z] - Password: (string) (len=9) "TEST_PASS", [2020-09-22T01:15:59.015Z] + Username: (string) "", [2020-09-22T01:15:59.015Z] + Password: (string) "", [2020-09-22T01:15:59.015Z] KeyPemBlock: ([]uint8) { [2020-09-22T01:15:59.015Z] Test: TestGetSecrets/Auth_With_Secrets [2020-09-22T01:15:59.015Z] FAIL [2020-09-22T01:15:59.015Z] coverage: 71.7% of statements [2020-09-22T01:15:59.015Z] FAIL github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.019s [2020-09-22T01:16:17.610Z] level=DEBUG ts=2020-09-22T01:15:53.07587182Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" [2020-09-22T01:16:17.611Z] level=DEBUG ts=2020-09-22T01:15:53.11305796Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" [2020-09-22T01:16:17.611Z] level=DEBUG ts=2020-09-22T01:15:53.119576894Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" [2020-09-22T01:16:17.611Z] level=DEBUG ts=2020-09-22T01:15:53.125818515Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." [2020-09-22T01:16:17.611Z] level=DEBUG ts=2020-09-22T01:15:53.131784192Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" [2020-09-22T01:16:17.611Z] level=DEBUG ts=2020-09-22T01:15:53.137686556Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" [2020-09-22T01:16:17.611Z] level=DEBUG ts=2020-09-22T01:15:53.143805291Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" [2020-09-22T01:16:17.611Z] level=DEBUG ts=2020-09-22T01:15:53.149761048Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." [2020-09-22T01:16:17.611Z] level=DEBUG ts=2020-09-22T01:15:53.155959656Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" [2020-09-22T01:16:17.611Z] level=DEBUG ts=2020-09-22T01:15:55.156586106Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" [2020-09-22T01:16:17.611Z] level=DEBUG ts=2020-09-22T01:15:55.156541834Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" [2020-09-22T01:16:17.611Z] level=DEBUG ts=2020-09-22T01:15:55.162496751Z app=app_functions_sdk_go source=batch.go:150 msg="Timer has elapsed" [2020-09-22T01:16:17.611Z] level=DEBUG ts=2020-09-22T01:15:55.178989825Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." [2020-09-22T01:16:17.611Z] level=DEBUG ts=2020-09-22T01:15:55.185896568Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" [2020-09-22T01:16:17.611Z] level=DEBUG ts=2020-09-22T01:16:05.186674577Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" [2020-09-22T01:16:17.611Z] level=DEBUG ts=2020-09-22T01:16:15.187017396Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" [2020-09-22T01:16:17.611Z] level=DEBUG ts=2020-09-22T01:16:15.271556739Z app=app_functions_sdk_go source=batch.go:148 msg="Batch count has been reached" [2020-09-22T01:16:17.611Z] level=DEBUG ts=2020-09-22T01:16:15.271717107Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." [2020-09-22T01:16:17.611Z] level=DEBUG ts=2020-09-22T01:16:15.280399767Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." [2020-09-22T01:16:17.611Z] panic: interface conversion: interface {} is nil, not [][]uint8 [2020-09-22T01:16:17.611Z] [2020-09-22T01:16:17.611Z] goroutine 8 [running]: [2020-09-22T01:16:17.611Z] github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms.TestBatchInTimeAndCountMode_CountMet.func3(0x400002a210, 0x400002a220, 0x4000202080, 0x4000001500, 0x400002a200) [2020-09-22T01:16:17.611Z] /w/workspace/app-functions-sdk-go/2/pkg/transforms/batch_test.go:119 +0x224 [2020-09-22T01:16:17.611Z] created by github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms.TestBatchInTimeAndCountMode_CountMet [2020-09-22T01:16:17.611Z] /w/workspace/app-functions-sdk-go/2/pkg/transforms/batch_test.go:114 +0x17c [2020-09-22T01:16:17.611Z] FAIL github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 22.235s [2020-09-22T01:16:17.611Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.013s coverage: 94.4% of statements [2020-09-22T01:16:17.611Z] FAIL [2020-09-22T01:16:17.611Z] make: *** [Makefile:6: test] Error 1 [Pipeline] } [2020-09-22T01:16:17.648Z] $ docker stop --time=1 1f197f9fec5466a671633de10fbdd2cc2c8c5b7f243c4036c6113798c20a0b5b [2020-09-22T01:16:19.717Z] $ docker rm -f 1f197f9fec5466a671633de10fbdd2cc2c8c5b7f243c4036c6113798c20a0b5b [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) [2020-09-22T01:16:21.120Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 26.231s coverage: 70.6% of statements [2020-09-22T01:16:21.120Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.026s coverage: 94.4% of statements [2020-09-22T01:16:21.120Z] FAIL Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [2020-09-22T01:16:21.391Z] make: *** [Makefile:6: test] Error 1 [Pipeline] } [2020-09-22T01:16:21.426Z] $ docker stop --time=1 517c018adef0354796d4780afa924b9714779ad1541a417a6c77bd0910e22eac [2020-09-22T01:16:23.204Z] $ docker rm -f 517c018adef0354796d4780afa924b9714779ad1541a417a6c77bd0910e22eac [Pipeline] // withDockerContainer [Pipeline] } Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // script [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // withEnv [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] stage [Pipeline] { (Build) [Pipeline] // ws [Pipeline] } Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [2020-09-22T01:16:24.551Z] Failed in branch arm64 [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-22T01:16:25.898Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" 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 [2020-09-22T01:16:29.995Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-22T01:16:30.651Z] ---> package-listing.sh [2020-09-22T01:16:30.651Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-22T01:16:30.651Z] ++ facter osfamily [2020-09-22T01:16:30.651Z] + OS_FAMILY=redhat [2020-09-22T01:16:30.651Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-498 [2020-09-22T01:16:30.651Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-22T01:16:30.651Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-22T01:16:30.651Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-22T01:16:30.651Z] + PACKAGES=/tmp/packages_start.txt [2020-09-22T01:16:30.651Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-498 ']' [2020-09-22T01:16:30.651Z] + PACKAGES=/tmp/packages_end.txt [2020-09-22T01:16:30.651Z] + case "${OS_FAMILY}" in [2020-09-22T01:16:30.651Z] + rpm -qa [2020-09-22T01:16:30.651Z] + sort [2020-09-22T01:16:34.991Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-22T01:16:34.991Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-22T01:16:34.991Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-22T01:16:34.991Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-498 ']' [2020-09-22T01:16:34.991Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-498/archives/ [2020-09-22T01:16:34.991Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-498/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-22T01:16:35.558Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-22T01:16:35.837Z] [2020-09-22T01:16:35.837Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-22T01:16:36.248Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-22T01:16:36.594Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-22T01:16:36.594Z] df20fa9351a1: Pulling fs layer [2020-09-22T01:16:36.594Z] 36b3adc4ff6f: Pulling fs layer [2020-09-22T01:16:36.594Z] 8ad3a11d3b57: Pulling fs layer [2020-09-22T01:16:36.594Z] 46f8f816bc3b: Pulling fs layer [2020-09-22T01:16:36.594Z] 0dadc02b9964: Pulling fs layer [2020-09-22T01:16:36.594Z] ce6a7cf60c04: Pulling fs layer [2020-09-22T01:16:36.594Z] 7a184a31f384: Pulling fs layer [2020-09-22T01:16:36.594Z] 0879bd2ef858: Pulling fs layer [2020-09-22T01:16:36.594Z] 46f8f816bc3b: Waiting [2020-09-22T01:16:36.594Z] 0dadc02b9964: Waiting [2020-09-22T01:16:36.594Z] ce6a7cf60c04: Waiting [2020-09-22T01:16:36.594Z] 7a184a31f384: Waiting [2020-09-22T01:16:36.594Z] 0879bd2ef858: Waiting [2020-09-22T01:16:36.594Z] 36b3adc4ff6f: Verifying Checksum [2020-09-22T01:16:36.594Z] 36b3adc4ff6f: Download complete [2020-09-22T01:16:36.594Z] 46f8f816bc3b: Download complete [2020-09-22T01:16:36.924Z] df20fa9351a1: Verifying Checksum [2020-09-22T01:16:36.924Z] ce6a7cf60c04: Verifying Checksum [2020-09-22T01:16:36.924Z] ce6a7cf60c04: Download complete [2020-09-22T01:16:36.924Z] 7a184a31f384: Verifying Checksum [2020-09-22T01:16:36.924Z] 7a184a31f384: Download complete [2020-09-22T01:16:37.229Z] 0dadc02b9964: Verifying Checksum [2020-09-22T01:16:37.229Z] 0dadc02b9964: Download complete [2020-09-22T01:16:37.519Z] df20fa9351a1: Pull complete [2020-09-22T01:16:37.817Z] 8ad3a11d3b57: Verifying Checksum [2020-09-22T01:16:37.817Z] 8ad3a11d3b57: Download complete [2020-09-22T01:16:37.817Z] 36b3adc4ff6f: Pull complete [2020-09-22T01:16:38.807Z] 0879bd2ef858: Verifying Checksum [2020-09-22T01:16:38.807Z] 0879bd2ef858: Download complete [2020-09-22T01:16:39.405Z] 8ad3a11d3b57: Pull complete [2020-09-22T01:16:39.405Z] 46f8f816bc3b: Pull complete [2020-09-22T01:16:39.998Z] 0dadc02b9964: Pull complete [2020-09-22T01:16:40.293Z] ce6a7cf60c04: Pull complete [2020-09-22T01:16:40.559Z] 7a184a31f384: Pull complete [2020-09-22T01:16:46.155Z] 0879bd2ef858: Pull complete [2020-09-22T01:16:46.155Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-22T01:16:46.155Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-22T01:16:46.155Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-22T01:16:46.395Z] prd-centos7-docker-4c-2g-722 does not seem to be running inside a container [2020-09-22T01:16:46.575Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/ndry_app-functions-sdk-go_PR-498 -v /w/workspace/ndry_app-functions-sdk-go_PR-498:/w/workspace/ndry_app-functions-sdk-go_PR-498:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-498@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-498@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-22T01:16:53.161Z] $ docker top 97b7e69f6801b0c4da18f371c47f9f324a9dffa6db57802e039c0de4025c1026 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-22T01:16:53.775Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-22T01:16:54.092Z] + ls /var/log/sa-host [2020-09-22T01:16:54.092Z] + sadf -c /var/log/sa-host/sa05 [2020-09-22T01:16:54.092Z] file_magic: OK [2020-09-22T01:16:54.092Z] HZ: Using current value: 100 [2020-09-22T01:16:54.092Z] file_header: OK [2020-09-22T01:16:54.092Z] 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 [2020-09-22T01:16:54.092Z] Statistics: [2020-09-22T01:16:54.092Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-22T01:16:54.092Z] File successfully converted to sysstat format version 12.2.1 [2020-09-22T01:16:54.092Z] + sadf -c /var/log/sa-host/sa22 [2020-09-22T01:16:54.092Z] file_magic: OK [2020-09-22T01:16:54.092Z] HZ: Using current value: 100 [2020-09-22T01:16:54.092Z] file_header: OK [2020-09-22T01:16:54.092Z] 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 [2020-09-22T01:16:54.092Z] Statistics: [2020-09-22T01:16:54.092Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-22T01:16:54.092Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-22T01:16:54.181Z] provisioning config files... [2020-09-22T01:16:54.206Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-498@tmp/config4949621007741496763tmp [Pipeline] { [Pipeline] echo [2020-09-22T01:16:54.306Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-22T01:16:54.621Z] ---> create-netrc.sh [Pipeline] echo [2020-09-22T01:16:54.634Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-22T01:16:54.943Z] ---> logs-deploy.sh [2020-09-22T01:16:54.943Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-498/2 [2020-09-22T01:16:54.943Z] INFO: archiving workspace using pattern(s): [2020-09-22T01:16:56.357Z] Archives upload complete. [2020-09-22T01:16:56.644Z] INFO: archiving logs to Nexus [2020-09-22T01:16:58.073Z] ---> uname -a: [2020-09-22T01:16:58.073Z] Linux 97b7e69f6801 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-09-22T01:16:58.073Z] [2020-09-22T01:16:58.073Z] [2020-09-22T01:16:58.073Z] ---> lscpu: [2020-09-22T01:16:58.073Z] Architecture: x86_64 [2020-09-22T01:16:58.073Z] CPU op-mode(s): 32-bit, 64-bit [2020-09-22T01:16:58.073Z] Byte Order: Little Endian [2020-09-22T01:16:58.073Z] Address sizes: 40 bits physical, 48 bits virtual [2020-09-22T01:16:58.073Z] CPU(s): 4 [2020-09-22T01:16:58.073Z] On-line CPU(s) list: 0-3 [2020-09-22T01:16:58.073Z] Thread(s) per core: 1 [2020-09-22T01:16:58.073Z] Core(s) per socket: 1 [2020-09-22T01:16:58.073Z] Socket(s): 4 [2020-09-22T01:16:58.073Z] NUMA node(s): 1 [2020-09-22T01:16:58.073Z] Vendor ID: GenuineIntel [2020-09-22T01:16:58.073Z] CPU family: 6 [2020-09-22T01:16:58.073Z] Model: 44 [2020-09-22T01:16:58.073Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-09-22T01:16:58.073Z] Stepping: 1 [2020-09-22T01:16:58.073Z] CPU MHz: 2933.438 [2020-09-22T01:16:58.073Z] BogoMIPS: 5866.87 [2020-09-22T01:16:58.073Z] Virtualization: VT-x [2020-09-22T01:16:58.073Z] Hypervisor vendor: KVM [2020-09-22T01:16:58.073Z] Virtualization type: full [2020-09-22T01:16:58.073Z] L1d cache: 128 KiB [2020-09-22T01:16:58.073Z] L1i cache: 128 KiB [2020-09-22T01:16:58.073Z] L2 cache: 16 MiB [2020-09-22T01:16:58.073Z] L3 cache: 64 MiB [2020-09-22T01:16:58.073Z] NUMA node0 CPU(s): 0-3 [2020-09-22T01:16:58.073Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-09-22T01:16:58.073Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-09-22T01:16:58.073Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-09-22T01:16:58.073Z] Vulnerability Meltdown: Mitigation; PTI [2020-09-22T01:16:58.073Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-09-22T01:16:58.073Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-09-22T01:16:58.073Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-09-22T01:16:58.073Z] Vulnerability Tsx async abort: Not affected [2020-09-22T01:16:58.073Z] 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 [2020-09-22T01:16:58.073Z] [2020-09-22T01:16:58.073Z] [2020-09-22T01:16:58.073Z] ---> nproc: [2020-09-22T01:16:58.073Z] 4 [2020-09-22T01:16:58.073Z] [2020-09-22T01:16:58.073Z] [2020-09-22T01:16:58.073Z] ---> df -h: [2020-09-22T01:16:58.073Z] Filesystem Size Used Available Use% Mounted on [2020-09-22T01:16:58.073Z] overlay 50.0G 7.0G 43.0G 14% / [2020-09-22T01:16:58.073Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-09-22T01:16:58.073Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-09-22T01:16:58.073Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-09-22T01:16:58.073Z] /dev/vda1 50.0G 7.0G 43.0G 14% /etc/resolv.conf [2020-09-22T01:16:58.073Z] /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hostname [2020-09-22T01:16:58.073Z] /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hosts [2020-09-22T01:16:58.073Z] /dev/vda1 50.0G 7.0G 43.0G 14% /var/log/sa-host [2020-09-22T01:16:58.073Z] /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/ndry_app-functions-sdk-go_PR-498 [2020-09-22T01:16:58.073Z] /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/ndry_app-functions-sdk-go_PR-498@tmp [2020-09-22T01:16:58.073Z] [2020-09-22T01:16:58.073Z]