Pull request #2699 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 AlexCuse for edgexfoundry/edgex-go Loading trusted files from base branch master at 9c6c7941f6c82385f6caa68ca03335fcee301072 rather than 65fb21ffdabc24c95267aa8b5787eef96a872207 Obtained Jenkinsfile from 9c6c7941f6c82385f6caa68ca03335fcee301072 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 3d6ad8b0eebc6ba17484a6174ca49e1f7b1272fd 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 3d6ad8b0eebc6ba17484a6174ca49e1f7b1272fd 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 3d6ad8b0eebc6ba17484a6174ca49e1f7b1272fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 3d6ad8b0eebc6ba17484a6174ca49e1f7b1272fd # timeout=10 Commit message: "Merge pull request #248 from bill-mahoney/swaggerfix" > 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 ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [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 ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1020’ Running on prd-centos7-docker-4c-2g-1022 in /w/workspace/edgexfoundry_edgex-go_PR-2699 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/edgex-go.git > git init /w/workspace/edgex-go/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-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/edgex-go.git +refs/pull/2699/head:refs/remotes/origin/PR-2699 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 9c6c7941f6c82385f6caa68ca03335fcee301072 into PR head commit 65fb21ffdabc24c95267aa8b5787eef96a872207 Merge succeeded, producing 16c650bc86bfcd81332f0590b35871b7f4c84854 Checking out Revision 16c650bc86bfcd81332f0590b35871b7f4c84854 (PR-2699) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2699/head:refs/remotes/origin/PR-2699 # 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/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2699/head:refs/remotes/origin/PR-2699 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 65fb21ffdabc24c95267aa8b5787eef96a872207 # 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 9c6c7941f6c82385f6caa68ca03335fcee301072 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 16c650bc86bfcd81332f0590b35871b7f4c84854 # timeout=10 Commit message: "Merge commit '9c6c7941f6c82385f6caa68ca03335fcee301072' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-23T16:58:05.259Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-23T16:58:05.557Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-23T16:58:05.660Z] ========================================================= [2020-09-23T16:58:05.660Z] EdgeX Global Pipelines Version Info [2020-09-23T16:58:05.660Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 4ea1eb03927e9d9fb37b8746b3dd4406481538d7 # timeout=10 [2020-09-23T16:58:07.088Z] ------------------- [2020-09-23T16:58:07.088Z] stable info: [2020-09-23T16:58:07.088Z] ------------------- [2020-09-23T16:58:07.088Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-23T16:58:07.088Z] Commit SHA: 3d6ad8b0eebc6ba17484a6174ca49e1f7b1272fd [2020-09-23T16:58:07.088Z] Message: update stable to v1.0.127 [2020-09-23T16:58:08.035Z] ------------------- [2020-09-23T16:58:08.035Z] experimental info: [2020-09-23T16:58:08.035Z] ------------------- [2020-09-23T16:58:08.035Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-23T16:58:08.035Z] Commit SHA: 3d6ad8b0eebc6ba17484a6174ca49e1f7b1272fd [2020-09-23T16:58:08.035Z] Message: update experimental to v1.0.127 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-09-23T16:58:08.330Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-09-23T16:58:08.446Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-09-23T16:58:08.543Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-23T16:58:08.717Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-23T16:58:08.825Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-23T16:58:08.929Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-23T16:58:09.034Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-23T16:58:09.136Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-09-23T16:58:09.233Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-09-23T16:58:09.339Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-09-23T16:58:09.452Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-23T16:58:09.551Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-23T16:58:09.694Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-23T16:58:09.798Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-23T16:58:09.899Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-23T16:58:09.990Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-23T16:58:10.118Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-23T16:58:10.236Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-23T16:58:10.342Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-09-23T16:58:10.520Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-09-23T16:58:10.637Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-09-23T16:58:10.785Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2699 [Pipeline] echo [2020-09-23T16:58:10.930Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2699 [Pipeline] echo [2020-09-23T16:58:11.113Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2699 [Pipeline] echo [2020-09-23T16:58:11.253Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 16c650bc86bfcd81332f0590b35871b7f4c84854 [Pipeline] echo [2020-09-23T16:58:11.364Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 16c650b [Pipeline] echo [2020-09-23T16:58:11.454Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-09-23T16:58:11.837Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-09-23T16:58:11.837Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-23T16:58:11.837Z] ++ dirname cmd/core-command/Dockerfile [2020-09-23T16:58:11.837Z] ++ cut -d/ -f2 [2020-09-23T16:58:11.837Z] + echo core-command,cmd/core-command/Dockerfile [2020-09-23T16:58:11.837Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-23T16:58:11.837Z] ++ dirname cmd/core-data/Dockerfile [2020-09-23T16:58:11.837Z] ++ cut -d/ -f2 [2020-09-23T16:58:11.837Z] + echo core-data,cmd/core-data/Dockerfile [2020-09-23T16:58:11.837Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-23T16:58:11.837Z] ++ dirname cmd/core-metadata/Dockerfile [2020-09-23T16:58:11.837Z] ++ cut -d/ -f2 [2020-09-23T16:58:11.837Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-09-23T16:58:11.837Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-23T16:58:11.837Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-09-23T16:58:11.837Z] ++ cut -d/ -f2 [2020-09-23T16:58:11.837Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-09-23T16:58:11.837Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-23T16:58:11.837Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-09-23T16:58:11.837Z] ++ cut -d/ -f2 [2020-09-23T16:58:11.837Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-09-23T16:58:11.837Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-23T16:58:11.837Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-09-23T16:58:11.837Z] ++ cut -d/ -f2 [2020-09-23T16:58:11.837Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-09-23T16:58:11.837Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-23T16:58:11.837Z] ++ dirname cmd/support-logging/Dockerfile [2020-09-23T16:58:11.837Z] ++ cut -d/ -f2 [2020-09-23T16:58:11.837Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-09-23T16:58:11.837Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-23T16:58:11.837Z] ++ dirname cmd/support-notifications/Dockerfile [2020-09-23T16:58:11.837Z] ++ cut -d/ -f2 [2020-09-23T16:58:11.837Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-09-23T16:58:11.837Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-23T16:58:11.837Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-09-23T16:58:11.837Z] ++ cut -d/ -f2 [2020-09-23T16:58:11.837Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-09-23T16:58:11.837Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-23T16:58:11.837Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-09-23T16:58:11.837Z] ++ cut -d/ -f2 [2020-09-23T16:58:11.837Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-09-23T16:58:11.903Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-09-23T16:58:13.449Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-23T16:58:13.449Z] [2020-09-23T16:58:13.449Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-23T16:58:13.814Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-23T16:58:13.814Z] latest: Pulling from edgex-devops/git-semver [2020-09-23T16:58:13.814Z] 31603596830f: Pulling fs layer [2020-09-23T16:58:13.814Z] 2a8b12db71e7: Pulling fs layer [2020-09-23T16:58:13.814Z] 6ca5941a6612: Pulling fs layer [2020-09-23T16:58:13.814Z] ecc8261a40a4: Pulling fs layer [2020-09-23T16:58:13.814Z] ecc8261a40a4: Waiting [2020-09-23T16:58:13.814Z] 2a8b12db71e7: Verifying Checksum [2020-09-23T16:58:13.814Z] 2a8b12db71e7: Download complete [2020-09-23T16:58:14.077Z] 31603596830f: Download complete [2020-09-23T16:58:14.077Z] ecc8261a40a4: Verifying Checksum [2020-09-23T16:58:14.077Z] ecc8261a40a4: Download complete [2020-09-23T16:58:14.077Z] 6ca5941a6612: Verifying Checksum [2020-09-23T16:58:14.077Z] 6ca5941a6612: Download complete [2020-09-23T16:58:14.340Z] 31603596830f: Pull complete [2020-09-23T16:58:14.606Z] 2a8b12db71e7: Pull complete [2020-09-23T16:58:15.179Z] 6ca5941a6612: Pull complete [2020-09-23T16:58:15.440Z] ecc8261a40a4: Pull complete [2020-09-23T16:58:15.440Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-23T16:58:15.440Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-23T16:58:15.440Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-23T16:58:15.542Z] prd-centos7-docker-4c-2g-1022 does not seem to be running inside a container [2020-09-23T16:58:15.589Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-23T16:58:18.150Z] $ docker top 378b02ad0fb72ccf3758229b4b39ef41196d533c741fe7cc526428125e37a3e1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-23T16:58:18.498Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-23T16:58:18.498Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-23T16:58:18.724Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-23T16:58:18.727Z] $ docker exec 378b02ad0fb72ccf3758229b4b39ef41196d533c741fe7cc526428125e37a3e1 ssh-agent [2020-09-23T16:58:18.890Z] SSH_AUTH_SOCK=/tmp/ssh-1e3sZwQuKKQf/agent.11 [2020-09-23T16:58:18.890Z] SSH_AGENT_PID=16 [2020-09-23T16:58:18.903Z] Running ssh-add (command line suppressed) [2020-09-23T16:58:19.024Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_4472127050654451794.key (/w/workspace/edgex-go/4@tmp/private_key_4472127050654451794.key) [2020-09-23T16:58:19.081Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-23T16:58:19.448Z] + git describe --exact-match --tags HEAD [2020-09-23T16:58:19.448Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-23T16:58:19.473Z] $ docker exec --env ******** --env ******** 378b02ad0fb72ccf3758229b4b39ef41196d533c741fe7cc526428125e37a3e1 ssh-agent -k [2020-09-23T16:58:19.590Z] unset SSH_AUTH_SOCK; [2020-09-23T16:58:19.591Z] unset SSH_AGENT_PID; [2020-09-23T16:58:19.591Z] echo Agent pid 16 killed; [2020-09-23T16:58:19.633Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-23T16:58:19.723Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-23T16:58:19.724Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-23T16:58:19.829Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-23T16:58:19.830Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-23T16:58:20.002Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-23T16:58:20.006Z] $ docker exec 378b02ad0fb72ccf3758229b4b39ef41196d533c741fe7cc526428125e37a3e1 ssh-agent [2020-09-23T16:58:20.169Z] SSH_AUTH_SOCK=/tmp/ssh-m1yC5mLRu68m/agent.44 [2020-09-23T16:58:20.169Z] SSH_AGENT_PID=49 [2020-09-23T16:58:20.177Z] Running ssh-add (command line suppressed) [2020-09-23T16:58:20.298Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_4234626286024242488.key (/w/workspace/edgex-go/4@tmp/private_key_4234626286024242488.key) [2020-09-23T16:58:20.349Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-23T16:58:20.690Z] + git semver init [2020-09-23T16:58:20.690Z] # -> Open(): unable to determine branch for HEAD [2020-09-23T16:58:20.690Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2020-09-23T16:58:20.690Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2020-09-23T16:58:20.690Z] # $SEMVER_REMOTE_NAME = origin [2020-09-23T16:58:20.690Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-23T16:58:20.690Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-23T16:58:20.690Z] # $SEMVER_BRANCH = PR-2699 [2020-09-23T16:58:20.690Z] # $SEMVER_TEMP = /tmp/semver-312137934 [2020-09-23T16:58:20.690Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-09-23T16:58:52.849Z] # '/tmp/semver-312137934' -> '/w/workspace/edgex-go/4/.semver' [2020-09-23T16:58:52.849Z] # -> Force: false [2020-09-23T16:58:52.849Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2020-09-23T16:58:52.862Z] $ docker exec --env ******** --env ******** 378b02ad0fb72ccf3758229b4b39ef41196d533c741fe7cc526428125e37a3e1 ssh-agent -k [2020-09-23T16:58:53.097Z] unset SSH_AUTH_SOCK; [2020-09-23T16:58:53.098Z] unset SSH_AGENT_PID; [2020-09-23T16:58:53.098Z] echo Agent pid 49 killed; [2020-09-23T16:58:53.169Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-23T16:58:53.676Z] + git semver [Pipeline] } [2020-09-23T16:58:53.695Z] $ docker stop --time=1 378b02ad0fb72ccf3758229b4b39ef41196d533c741fe7cc526428125e37a3e1 [2020-09-23T16:58:55.176Z] $ docker rm -f 378b02ad0fb72ccf3758229b4b39ef41196d533c741fe7cc526428125e37a3e1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-23T16:59:07.882Z] Stashed 51 file(s) [Pipeline] echo [2020-09-23T16:59:07.884Z] [edgeXSemver]: initialized semver on version 0.0.0 [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] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-09-23T16:59:08.457Z] ========================================================= [2020-09-23T16:59:08.457Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-23T16:59:08.457Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-23T16:59:08.803Z] + 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-23T16:59:12.115Z] Sending build context to Docker daemon 323.3MB [2020-09-23T16:59:12.115Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-23T16:59:12.115Z] Step 2/7 : FROM ${BASE} [2020-09-23T16:59:12.115Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-23T16:59:12.115Z] df20fa9351a1: Pulling fs layer [2020-09-23T16:59:12.115Z] ed8968b2872e: Pulling fs layer [2020-09-23T16:59:12.115Z] a92cc7c5fd73: Pulling fs layer [2020-09-23T16:59:12.115Z] e871e8e8d7a9: Pulling fs layer [2020-09-23T16:59:12.115Z] e73272ec9a57: Pulling fs layer [2020-09-23T16:59:12.115Z] 1e910a182e73: Pulling fs layer [2020-09-23T16:59:12.115Z] 4e634b169226: Pulling fs layer [2020-09-23T16:59:12.115Z] e871e8e8d7a9: Waiting [2020-09-23T16:59:12.115Z] e73272ec9a57: Waiting [2020-09-23T16:59:12.115Z] 1e910a182e73: Waiting [2020-09-23T16:59:12.115Z] 4e634b169226: Waiting [2020-09-23T16:59:12.115Z] a92cc7c5fd73: Verifying Checksum [2020-09-23T16:59:12.115Z] a92cc7c5fd73: Download complete [2020-09-23T16:59:12.115Z] ed8968b2872e: Verifying Checksum [2020-09-23T16:59:12.115Z] ed8968b2872e: Download complete [2020-09-23T16:59:12.115Z] e73272ec9a57: Download complete [2020-09-23T16:59:12.115Z] 1e910a182e73: Verifying Checksum [2020-09-23T16:59:12.115Z] 1e910a182e73: Download complete [2020-09-23T16:59:12.115Z] df20fa9351a1: Verifying Checksum [2020-09-23T16:59:12.115Z] df20fa9351a1: Download complete [2020-09-23T16:59:12.381Z] df20fa9351a1: Pull complete [2020-09-23T16:59:12.641Z] ed8968b2872e: Pull complete [2020-09-23T16:59:12.641Z] a92cc7c5fd73: Pull complete [2020-09-23T16:59:14.034Z] 4e634b169226: Verifying Checksum [2020-09-23T16:59:14.034Z] 4e634b169226: Download complete [2020-09-23T16:59:14.609Z] e871e8e8d7a9: Verifying Checksum [2020-09-23T16:59:14.609Z] e871e8e8d7a9: Download complete [2020-09-23T16:59:19.927Z] e871e8e8d7a9: Pull complete [2020-09-23T16:59:19.927Z] e73272ec9a57: Pull complete [2020-09-23T16:59:19.927Z] 1e910a182e73: Pull complete [2020-09-23T16:59:23.231Z] Still waiting to schedule task [2020-09-23T16:59:23.231Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-23T16:59:29.975Z] 4e634b169226: Pull complete [2020-09-23T16:59:29.975Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-23T16:59:29.975Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-23T16:59:29.975Z] ---> f7629b54cfaa [2020-09-23T16:59:29.975Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-09-23T16:59:29.975Z] ---> Running in 7e31aa6b08de [2020-09-23T16:59:29.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-23T16:59:30.242Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-23T16:59:31.187Z] (1/12) Installing libmagic (5.38-r0) [2020-09-23T16:59:31.449Z] (2/12) Installing file (5.38-r0) [2020-09-23T16:59:31.449Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-09-23T16:59:31.449Z] (4/12) Installing g++ (9.3.0-r2) [2020-09-23T16:59:36.751Z] (5/12) Installing fortify-headers (1.1-r0) [2020-09-23T16:59:36.751Z] (6/12) Installing patch (2.7.6-r6) [2020-09-23T16:59:36.751Z] (7/12) Installing build-base (0.5-r2) [2020-09-23T16:59:36.751Z] (8/12) Installing libsodium (1.0.18-r0) [2020-09-23T16:59:36.751Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-09-23T16:59:36.751Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-09-23T16:59:36.751Z] (11/12) Installing libzmq (4.3.3-r0) [2020-09-23T16:59:37.014Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-09-23T16:59:37.014Z] Executing busybox-1.31.1-r16.trigger [2020-09-23T16:59:37.014Z] OK: 233 MiB in 51 packages [2020-09-23T16:59:41.238Z] Removing intermediate container 7e31aa6b08de [2020-09-23T16:59:41.238Z] ---> 56051ef5d9c8 [2020-09-23T16:59:41.238Z] Step 4/7 : WORKDIR /edgex-go [2020-09-23T16:59:41.238Z] ---> Running in cdb8e3e56f5d [2020-09-23T16:59:41.238Z] Removing intermediate container cdb8e3e56f5d [2020-09-23T16:59:41.238Z] ---> 8c746ba1621e [2020-09-23T16:59:41.238Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-23T16:59:41.238Z] latest: Pulling from library/docker [2020-09-23T16:59:41.238Z] df20fa9351a1: Already exists [2020-09-23T16:59:41.238Z] 25ad7478873d: Pulling fs layer [2020-09-23T16:59:41.238Z] 4684f6177b5d: Pulling fs layer [2020-09-23T16:59:41.238Z] 8ba584e970af: Pulling fs layer [2020-09-23T16:59:41.238Z] 3cdc74d2b06d: Pulling fs layer [2020-09-23T16:59:41.238Z] 4cf5a0d07c1f: Pulling fs layer [2020-09-23T16:59:41.238Z] fca0ccc462d5: Pulling fs layer [2020-09-23T16:59:41.238Z] 3cdc74d2b06d: Waiting [2020-09-23T16:59:41.238Z] 4cf5a0d07c1f: Waiting [2020-09-23T16:59:41.238Z] fca0ccc462d5: Waiting [2020-09-23T16:59:41.238Z] 4684f6177b5d: Verifying Checksum [2020-09-23T16:59:41.238Z] 4684f6177b5d: Download complete [2020-09-23T16:59:41.238Z] 25ad7478873d: Download complete [2020-09-23T16:59:41.504Z] 3cdc74d2b06d: Download complete [2020-09-23T16:59:41.504Z] 4cf5a0d07c1f: Verifying Checksum [2020-09-23T16:59:41.504Z] 4cf5a0d07c1f: Download complete [2020-09-23T16:59:41.504Z] fca0ccc462d5: Verifying Checksum [2020-09-23T16:59:41.504Z] fca0ccc462d5: Download complete [2020-09-23T16:59:41.504Z] 25ad7478873d: Pull complete [2020-09-23T16:59:41.769Z] 4684f6177b5d: Pull complete [2020-09-23T16:59:42.345Z] 8ba584e970af: Verifying Checksum [2020-09-23T16:59:42.345Z] 8ba584e970af: Download complete [2020-09-23T16:59:44.910Z] 8ba584e970af: Pull complete [2020-09-23T16:59:44.910Z] 3cdc74d2b06d: Pull complete [2020-09-23T16:59:44.910Z] 4cf5a0d07c1f: Pull complete [2020-09-23T16:59:44.910Z] fca0ccc462d5: Pull complete [2020-09-23T16:59:44.910Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-09-23T16:59:44.910Z] Status: Downloaded newer image for docker:latest [2020-09-23T16:59:46.300Z] ---> d934d6c3b572 [2020-09-23T16:59:46.300Z] Step 6/7 : COPY go.mod . [2020-09-23T16:59:46.563Z] ---> 985606943c54 [2020-09-23T16:59:46.563Z] Step 7/7 : RUN go mod download [2020-09-23T16:59:46.563Z] ---> Running in d6e7bdbfd32c [2020-09-23T17:00:08.573Z] Removing intermediate container d6e7bdbfd32c [2020-09-23T17:00:08.573Z] ---> d412ffe86d1c [2020-09-23T17:00:08.573Z] Successfully built d412ffe86d1c [2020-09-23T17:00:08.573Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-23T17:00:08.893Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-23T17:00:08.893Z] . [Pipeline] withDockerContainer [2020-09-23T17:00:09.001Z] prd-centos7-docker-4c-2g-1022 does not seem to be running inside a container [2020-09-23T17:00:09.053Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-x86_64 cat [2020-09-23T17:00:09.826Z] $ docker top c1cfa61dc8c2b518b047c82dc00493ec841588729c298217985eee6449326f8c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-23T17:00:10.350Z] + go version [2020-09-23T17:00:10.350Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-23T17:00:10.365Z] $ docker stop --time=1 c1cfa61dc8c2b518b047c82dc00493ec841588729c298217985eee6449326f8c [2020-09-23T17:00:11.721Z] $ docker rm -f c1cfa61dc8c2b518b047c82dc00493ec841588729c298217985eee6449326f8c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-23T17:00:12.628Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-23T17:00:12.628Z] . [Pipeline] withDockerContainer [2020-09-23T17:00:12.729Z] prd-centos7-docker-4c-2g-1022 does not seem to be running inside a container [2020-09-23T17:00:12.778Z] $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-x86_64 cat [2020-09-23T17:00:13.452Z] $ docker top fea8fa5a2552f40a451f457389595a8c6442b7fec3c6764a5833ec2c1b34be3a -eo pid,comm [Pipeline] { [Pipeline] echo [2020-09-23T17:00:13.651Z] ========================================================= [2020-09-23T17:00:13.652Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-09-23T17:00:13.652Z] ========================================================= [Pipeline] sh [2020-09-23T17:00:13.946Z] + make test [2020-09-23T17:00:13.946Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-09-23T17:00:16.531Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-09-23T17:00:26.683Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-09-23T17:00:32.059Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-09-23T17:00:32.059Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-09-23T17:00:32.059Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-09-23T17:00:32.059Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-09-23T17:00:33.019Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.008s [2020-09-23T17:00:33.019Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-09-23T17:00:33.019Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-09-23T17:00:33.019Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-09-23T17:00:33.621Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-09-23T17:00:33.889Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-09-23T17:00:34.186Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-09-23T17:00:34.186Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-09-23T17:00:34.186Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-09-23T17:00:36.788Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.058s coverage: 46.6% of statements [2020-09-23T17:00:36.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-09-23T17:00:36.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-09-23T17:00:36.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-09-23T17:00:36.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-09-23T17:00:36.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-09-23T17:00:42.197Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.058s coverage: 27.2% of statements [2020-09-23T17:00:42.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-09-23T17:00:42.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-09-23T17:00:42.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-09-23T17:00:42.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-09-23T17:00:42.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-09-23T17:00:42.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-09-23T17:00:42.197Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.022s coverage: 100.0% of statements [2020-09-23T17:00:42.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-09-23T17:00:42.197Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.009s coverage: 100.0% of statements [2020-09-23T17:00:42.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-09-23T17:00:42.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-09-23T17:00:42.197Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.034s coverage: 84.0% of statements [2020-09-23T17:00:42.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-09-23T17:00:42.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-09-23T17:00:42.197Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.031s coverage: 93.0% of statements [2020-09-23T17:00:42.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-09-23T17:00:42.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-09-23T17:00:42.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-09-23T17:00:42.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-09-23T17:00:42.197Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.092s coverage: 28.6% of statements [2020-09-23T17:00:42.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-09-23T17:00:42.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-09-23T17:00:42.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-09-23T17:00:42.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-09-23T17:00:42.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-09-23T17:00:42.197Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.021s coverage: 100.0% of statements [2020-09-23T17:00:42.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-09-23T17:00:42.197Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.032s coverage: 100.0% of statements [2020-09-23T17:00:42.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-09-23T17:00:43.177Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.040s coverage: 89.8% of statements [2020-09-23T17:00:43.177Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-09-23T17:00:43.177Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.031s coverage: 97.5% of statements [2020-09-23T17:00:43.177Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-09-23T17:00:43.177Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.027s coverage: 100.0% of statements [2020-09-23T17:00:43.177Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-09-23T17:00:43.177Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-09-23T17:00:43.177Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-09-23T17:00:43.177Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-09-23T17:00:43.177Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-09-23T17:00:43.177Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-09-23T17:00:43.177Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-09-23T17:00:43.177Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-09-23T17:00:43.177Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-09-23T17:00:43.177Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-09-23T17:00:43.177Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-09-23T17:00:43.177Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-09-23T17:00:43.177Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-09-23T17:00:43.177Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-09-23T17:00:43.177Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-09-23T17:00:43.177Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-09-23T17:00:43.177Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-09-23T17:00:43.177Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-09-23T17:00:43.177Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.010s coverage: 58.8% of statements [2020-09-23T17:00:43.177Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-09-23T17:00:43.177Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] [2020-09-23T17:00:44.170Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.043s coverage: 63.5% of statements [2020-09-23T17:00:44.170Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-09-23T17:00:44.170Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-09-23T17:00:44.170Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.020s coverage: 100.0% of statements [2020-09-23T17:00:44.170Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.088s coverage: 55.9% of statements [2020-09-23T17:00:44.170Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-09-23T17:00:44.170Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-09-23T17:00:44.170Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-09-23T17:00:44.170Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-09-23T17:00:59.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 13.357s coverage: 86.3% of statements [2020-09-23T17:00:59.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-09-23T17:00:59.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.312s coverage: 72.2% of statements [2020-09-23T17:00:59.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.122s coverage: 72.1% of statements [2020-09-23T17:00:59.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.012s coverage: 82.4% of statements [2020-09-23T17:00:59.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.010s coverage: 48.4% of statements [2020-09-23T17:00:59.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-09-23T17:00:59.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-09-23T17:00:59.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-09-23T17:00:59.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.009s coverage: 28.8% of statements [2020-09-23T17:00:59.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-09-23T17:00:59.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.006s coverage: 96.8% of statements [2020-09-23T17:00:59.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-09-23T17:00:59.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.041s coverage: 26.9% of statements [2020-09-23T17:00:59.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-09-23T17:00:59.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-09-23T17:00:59.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.077s coverage: 84.1% of statements [2020-09-23T17:00:59.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.006s coverage: 100.0% of statements [2020-09-23T17:00:59.171Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.012s coverage: 42.9% of statements [2020-09-23T17:00:59.171Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-09-23T17:00:59.171Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-09-23T17:00:59.171Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.019s coverage: 100.0% of statements [2020-09-23T17:00:59.171Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-09-23T17:00:59.172Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.040s coverage: 83.8% of statements [2020-09-23T17:00:59.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-09-23T17:00:59.172Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.021s coverage: 45.9% of statements [2020-09-23T17:00:59.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-09-23T17:00:59.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-09-23T17:00:59.172Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.006s coverage: 100.0% of statements [2020-09-23T17:00:59.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-09-23T17:00:59.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-09-23T17:00:59.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-09-23T17:00:59.172Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.014s coverage: 100.0% of statements [2020-09-23T17:00:59.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-09-23T17:00:59.172Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.018s coverage: 100.0% of statements [2020-09-23T17:00:59.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-09-23T17:00:59.172Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.048s coverage: 29.1% of statements [2020-09-23T17:00:59.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-09-23T17:00:59.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-09-23T17:00:59.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-09-23T17:00:59.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-09-23T17:00:59.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-09-23T17:00:59.172Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.012s coverage: 99.0% of statements [2020-09-23T17:00:59.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-09-23T17:00:59.172Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.014s coverage: 100.0% of statements [2020-09-23T17:00:59.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-09-23T17:00:59.172Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.009s coverage: 0.0% of statements [2020-09-23T17:00:59.172Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-09-23T17:00:59.172Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.004s coverage: 100.0% of statements [2020-09-23T17:00:59.172Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-09-23T17:00:59.172Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-09-23T17:00:59.172Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-09-23T17:00:59.172Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-09-23T17:00:59.172Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.016s coverage: 87.9% of statements [2020-09-23T17:00:59.172Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-09-23T17:00:59.172Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-09-23T17:00:59.172Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.045s coverage: 100.0% of statements [2020-09-23T17:00:59.172Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements [2020-09-23T17:00:59.172Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements [2020-09-23T17:00:59.172Z] GO111MODULE=on go vet ./... [2020-09-23T17:01:05.823Z] gofmt -l . [2020-09-23T17:01:05.823Z] [ "`gofmt -l .`" = "" ] [2020-09-23T17:01:06.086Z] ./bin/test-go-mod-tidy.sh [2020-09-23T17:01:06.660Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-09-23T17:01:09.165Z] + ls -al . [2020-09-23T17:01:09.165Z] total 556 [2020-09-23T17:01:09.165Z] drwxrwxr-x 10 1001 1001 4096 Sep 23 17:01 . [2020-09-23T17:01:09.165Z] drwxr-xr-x 4 root root 28 Sep 23 17:00 .. [2020-09-23T17:01:09.165Z] -rw-rw-r-- 1 1001 1001 11 Sep 23 16:58 .dockerignore [2020-09-23T17:01:09.165Z] drwxrwxr-x 8 1001 1001 179 Sep 23 16:58 .git [2020-09-23T17:01:09.165Z] drwxrwxr-x 3 1001 1001 60 Sep 23 16:58 .github [2020-09-23T17:01:09.165Z] -rw-rw-r-- 1 1001 1001 932 Sep 23 16:58 .gitignore [2020-09-23T17:01:09.165Z] drwx------ 3 1001 1001 47 Sep 23 16:58 .semver [2020-09-23T17:01:09.165Z] -rw-rw-r-- 1 1001 1001 166 Sep 23 16:58 .sonarcloud.properties [2020-09-23T17:01:09.165Z] -rw-rw-r-- 1 1001 1001 3804 Sep 23 16:58 CONTRIBUTING.md [2020-09-23T17:01:09.165Z] -rw-rw-r-- 1 1001 1001 1035 Sep 23 16:58 Dockerfile.build [2020-09-23T17:01:09.165Z] -rw-rw-r-- 1 1001 1001 863 Sep 23 16:58 Jenkinsfile [2020-09-23T17:01:09.165Z] -rw-rw-r-- 1 1001 1001 10775 Sep 23 16:58 LICENSE [2020-09-23T17:01:09.165Z] -rw-rw-r-- 1 1001 1001 6237 Sep 23 16:58 Makefile [2020-09-23T17:01:09.165Z] -rw-rw-r-- 1 1001 1001 6447 Sep 23 16:58 README.md [2020-09-23T17:01:09.165Z] -rw-rw-r-- 1 1001 1001 259 Sep 23 16:58 SECURITY.md [2020-09-23T17:01:09.165Z] -rw-rw-r-- 1 1001 1001 5 Sep 23 16:58 VERSION [2020-09-23T17:01:09.165Z] -rw-rw-r-- 1 1001 1001 4131 Sep 23 16:58 ZMQWindows.md [2020-09-23T17:01:09.165Z] drwxrwxr-x 2 1001 1001 117 Sep 23 16:58 bin [2020-09-23T17:01:09.165Z] drwxrwxr-x 15 1001 1001 4096 Sep 23 16:58 cmd [2020-09-23T17:01:09.165Z] -rw-r--r-- 1 root root 460518 Sep 23 17:00 coverage.out [2020-09-23T17:01:09.165Z] -rw-r--r-- 1 root root 1019 Sep 23 17:01 go.mod [2020-09-23T17:01:09.165Z] -rw-r--r-- 1 root root 19185 Sep 23 17:01 go.sum [2020-09-23T17:01:09.165Z] drwxrwxr-x 8 1001 1001 127 Sep 23 16:58 internal [2020-09-23T17:01:09.165Z] drwxrwxr-x 4 1001 1001 26 Sep 23 16:58 openapi [2020-09-23T17:01:09.165Z] drwxrwxr-x 4 1001 1001 71 Sep 23 16:58 snap [2020-09-23T17:01:09.165Z] -rw-rw-r-- 1 1001 1001 168 Sep 23 16:58 version.go [Pipeline] sh [2020-09-23T17:01:09.497Z] + '[' -e coverage.out ] [2020-09-23T17:01:09.497Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-09-23T17:01:09.611Z] Stashed 1 file(s) [Pipeline] sh [2020-09-23T17:01:09.916Z] + make build [2020-09-23T17:01:09.916Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-09-23T17:01:16.655Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-09-23T17:01:19.247Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-09-23T17:01:20.180Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1023 in /w/workspace/edgexfoundry_edgex-go_PR-2699 [Pipeline] { [Pipeline] ws [2020-09-23T17:01:20.313Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2020-09-23T17:01:20.674Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-09-23T17:01:22.080Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-09-23T17:01:23.485Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-09-23T17:01:23.485Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-09-23T17:01:24.895Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-09-23T17:01:26.047Z] using credential edgex-jenkins-ssh [2020-09-23T17:01:26.101Z] Cloning the remote Git repository [2020-09-23T17:01:26.101Z] Cloning with configured refspecs honoured and without tags [2020-09-23T17:01:26.314Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-09-23T17:01:26.154Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-09-23T17:01:26.260Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2020-09-23T17:01:26.331Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-09-23T17:01:26.332Z] > git --version # timeout=10 [2020-09-23T17:01:26.347Z] > git --version # 'git version 2.17.1' [2020-09-23T17:01:26.348Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-23T17:01:26.428Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2699/head:refs/remotes/origin/PR-2699 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-23T17:01:27.296Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-09-23T17:01:29.252Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-09-23T17:01:30.236Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-09-23T17:01:31.216Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-09-23T17:01:32.228Z] $ docker stop --time=1 fea8fa5a2552f40a451f457389595a8c6442b7fec3c6764a5833ec2c1b34be3a [2020-09-23T17:01:33.831Z] $ docker rm -f fea8fa5a2552f40a451f457389595a8c6442b7fec3c6764a5833ec2c1b34be3a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-23T17:01:35.913Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-23T17:01:35.913Z] [2020-09-23T17:01:35.913Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-09-23T17:01:36.299Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-23T17:01:36.300Z] latest: Pulling from edgex-devops/edgex-compose [2020-09-23T17:01:36.300Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-23T17:01:36.300Z] ca9280d653b3: Pulling fs layer [2020-09-23T17:01:36.300Z] 7e9c9ca2126c: Pulling fs layer [2020-09-23T17:01:36.579Z] cbdbe7a5bc2a: Verifying Checksum [2020-09-23T17:01:36.579Z] cbdbe7a5bc2a: Download complete [2020-09-23T17:01:36.847Z] cbdbe7a5bc2a: Pull complete [2020-09-23T17:01:37.454Z] ca9280d653b3: Download complete [2020-09-23T17:01:38.046Z] ca9280d653b3: Pull complete [2020-09-23T17:01:38.316Z] 7e9c9ca2126c: Download complete [2020-09-23T17:01:45.000Z] 7e9c9ca2126c: Pull complete [2020-09-23T17:01:45.000Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-09-23T17:01:45.000Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-23T17:01:45.000Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-09-23T17:01:45.160Z] prd-centos7-docker-4c-2g-1022 does not seem to be running inside a container [2020-09-23T17:01:45.236Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-devops/edgex-compose:latest cat [2020-09-23T17:01:48.083Z] Fetching without tags [2020-09-23T17:01:48.498Z] $ docker top a4552c4c3ca9b3dffdf86b14f59239cd3c799edb2107c0644b896f4b12fef040 -eo pid,comm [2020-09-23T17:01:48.577Z] Merging remotes/origin/master commit 9c6c7941f6c82385f6caa68ca03335fcee301072 into PR head commit 65fb21ffdabc24c95267aa8b5787eef96a872207 [Pipeline] { [Pipeline] } [Pipeline] sh [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2020-09-23T17:01:49.089Z] + docker-compose build --help [2020-09-23T17:01:49.089Z] + grep parallel [Pipeline] // stage [Pipeline] } [2020-09-23T17:01:49.175Z] Failed in branch arm64 [2020-09-23T17:01:47.998Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-09-23T17:01:48.017Z] > git config --add remote.origin.fetch +refs/pull/2699/head:refs/remotes/origin/PR-2699 # timeout=10 [2020-09-23T17:01:48.033Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-23T17:01:48.064Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-09-23T17:01:48.098Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-09-23T17:01:48.099Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-23T17:01:48.111Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2699/head:refs/remotes/origin/PR-2699 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-23T17:01:48.645Z] > git config core.sparsecheckout # timeout=10 [2020-09-23T17:01:48.681Z] > git checkout -f 65fb21ffdabc24c95267aa8b5787eef96a872207 # timeout=10 [2020-09-23T17:01:50.037Z] --parallel Build images in parallel. [Pipeline] } [2020-09-23T17:01:50.052Z] $ docker stop --time=1 a4552c4c3ca9b3dffdf86b14f59239cd3c799edb2107c0644b896f4b12fef040 [2020-09-23T17:01:51.431Z] $ docker rm -f a4552c4c3ca9b3dffdf86b14f59239cd3c799edb2107c0644b896f4b12fef040 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-23T17:01:52.118Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-23T17:01:52.118Z] . [Pipeline] withDockerContainer [2020-09-23T17:01:52.252Z] prd-centos7-docker-4c-2g-1022 does not seem to be running inside a container [2020-09-23T17:01:52.306Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-09-23T17:01:52.983Z] $ docker top 33df66cd7f98a604d92303fadf9b5ab4a50b9bc47ef8b5eec6e0107d168b0c1b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-23T17:01:53.495Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-09-23T17:01:54.440Z] Building docker-core-command-go ... [2020-09-23T17:01:54.440Z] Building docker-core-data-go ... [2020-09-23T17:01:54.440Z] Building docker-core-metadata-go ... [2020-09-23T17:01:54.440Z] Building docker-security-proxy-setup-go ... [2020-09-23T17:01:54.440Z] Building docker-security-secrets-setup-go ... [2020-09-23T17:01:54.440Z] Building docker-security-secretstore-setup-go ... [2020-09-23T17:01:54.440Z] Building docker-support-logging-go ... [2020-09-23T17:01:54.440Z] Building docker-support-notifications-go ... [2020-09-23T17:01:54.440Z] Building docker-support-scheduler-go ... [2020-09-23T17:01:54.440Z] Building docker-sys-mgmt-agent-go ... [2020-09-23T17:01:54.440Z] Building docker-support-notifications-go [2020-09-23T17:01:54.440Z] Building docker-core-metadata-go [2020-09-23T17:01:54.440Z] Building docker-security-proxy-setup-go [2020-09-23T17:01:54.440Z] Building docker-security-secrets-setup-go [2020-09-23T17:01:54.441Z] Building docker-security-secretstore-setup-go [2020-09-23T17:02:21.193Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-23T17:02:21.193Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-09-23T17:02:21.193Z] ---> d412ffe86d1c [2020-09-23T17:02:21.193Z] Step 3/20 : WORKDIR /edgex-go [2020-09-23T17:02:21.193Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-23T17:02:21.193Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-09-23T17:02:21.193Z] ---> d412ffe86d1c [2020-09-23T17:02:21.193Z] Step 3/26 : WORKDIR /edgex-go [2020-09-23T17:02:21.193Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-23T17:02:21.193Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-09-23T17:02:21.193Z] ---> d412ffe86d1c [2020-09-23T17:02:21.193Z] Step 3/29 : WORKDIR /edgex-go [2020-09-23T17:02:21.193Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-23T17:02:21.193Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-23T17:02:21.193Z] ---> d412ffe86d1c [2020-09-23T17:02:21.193Z] Step 3/22 : WORKDIR /edgex-go [2020-09-23T17:02:21.193Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-23T17:02:21.193Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-09-23T17:02:21.193Z] ---> d412ffe86d1c [2020-09-23T17:02:21.193Z] Step 3/24 : WORKDIR /edgex-go [2020-09-23T17:02:21.455Z] ---> Running in d17165c7a761 [2020-09-23T17:02:21.722Z] ---> Running in f66a4d5dde8d [2020-09-23T17:02:21.722Z] ---> Running in 0b4379f851f9 [2020-09-23T17:02:21.722Z] ---> Running in 570cfc80770a [2020-09-23T17:02:21.722Z] ---> Running in 6b4bd5c56573 [2020-09-23T17:02:21.986Z] Removing intermediate container d17165c7a761 [2020-09-23T17:02:21.986Z] ---> 06bf07cff2e0 [2020-09-23T17:02:21.986Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-23T17:02:21.986Z] Removing intermediate container 0b4379f851f9 [2020-09-23T17:02:21.986Z] ---> 85e7ea8959a6 [2020-09-23T17:02:21.986Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-23T17:02:21.986Z] Removing intermediate container f66a4d5dde8d [2020-09-23T17:02:21.986Z] ---> db80662d73ff [2020-09-23T17:02:21.986Z] Step 4/29 : RUN apk update && apk add make git [2020-09-23T17:02:21.986Z] Removing intermediate container 570cfc80770a [2020-09-23T17:02:21.986Z] ---> 5452f6af89e8 [2020-09-23T17:02:21.986Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-23T17:02:22.248Z] Removing intermediate container 6b4bd5c56573 [2020-09-23T17:02:22.248Z] ---> 2a86e0d57727 [2020-09-23T17:02:22.248Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-23T17:02:22.248Z] ---> Running in d509850c71dc [2020-09-23T17:02:22.248Z] ---> Running in 6cbc7681d0f2 [2020-09-23T17:02:22.248Z] ---> Running in b565837bc832 [2020-09-23T17:02:22.248Z] ---> Running in 82ce4d5dfc95 [2020-09-23T17:02:22.248Z] ---> Running in 298c45c7591e [2020-09-23T17:02:23.655Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-23T17:02:24.233Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-23T17:02:24.233Z] Removing intermediate container 6cbc7681d0f2 [2020-09-23T17:02:24.233Z] ---> 288625ce0995 [2020-09-23T17:02:24.233Z] Step 5/20 : RUN apk update && apk add make git [2020-09-23T17:02:24.496Z] ---> Running in a4307bd686b0 [2020-09-23T17:02:24.496Z] Removing intermediate container d509850c71dc [2020-09-23T17:02:24.496Z] ---> e372096dffd4 [2020-09-23T17:02:24.496Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-09-23T17:02:24.496Z] Removing intermediate container 82ce4d5dfc95 [2020-09-23T17:02:24.496Z] ---> 82bbe124ea66 [2020-09-23T17:02:24.496Z] Step 5/22 : RUN apk update && apk add make git [2020-09-23T17:02:24.496Z] Removing intermediate container 298c45c7591e [2020-09-23T17:02:24.496Z] ---> ad1fbf8e8a38 [2020-09-23T17:02:24.496Z] Step 5/26 : RUN apk update && apk add make git [2020-09-23T17:02:24.768Z] ---> Running in c3bb2bb2b486 [2020-09-23T17:02:24.768Z] ---> Running in 8d47c6fdba73 [2020-09-23T17:02:24.768Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-23T17:02:24.768Z] v3.12.0-346-g1a17576f97 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-23T17:02:24.768Z] OK: 12751 distinct packages available [2020-09-23T17:02:24.768Z] ---> Running in 2e6b510c109c [2020-09-23T17:02:25.037Z] OK: 233 MiB in 51 packages [2020-09-23T17:02:25.301Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-23T17:02:25.565Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-23T17:02:25.828Z] Removing intermediate container b565837bc832 [2020-09-23T17:02:25.828Z] ---> caf1661e76fa [2020-09-23T17:02:25.828Z] Step 5/29 : COPY go.mod . [2020-09-23T17:02:25.828Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-23T17:02:25.828Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-23T17:02:26.090Z] ---> cc4f292fc6e1 [2020-09-23T17:02:26.090Z] Step 6/29 : RUN go mod download [2020-09-23T17:02:26.090Z] ---> Running in cf7041aba717 [2020-09-23T17:02:26.355Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-23T17:02:26.355Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-23T17:02:26.355Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-23T17:02:26.619Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-23T17:02:27.220Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-23T17:02:27.220Z] v3.12.0-346-g1a17576f97 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-23T17:02:27.220Z] OK: 12751 distinct packages available [2020-09-23T17:02:27.220Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-23T17:02:27.220Z] v3.12.0-346-g1a17576f97 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-23T17:02:27.220Z] OK: 12751 distinct packages available [2020-09-23T17:02:27.220Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-23T17:02:27.220Z] v3.12.0-346-g1a17576f97 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-23T17:02:27.220Z] OK: 12751 distinct packages available [2020-09-23T17:02:27.220Z] OK: 233 MiB in 51 packages [2020-09-23T17:02:27.486Z] OK: 233 MiB in 51 packages [2020-09-23T17:02:27.486Z] OK: 233 MiB in 51 packages [2020-09-23T17:02:27.486Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-23T17:02:27.486Z] v3.12.0-346-g1a17576f97 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-23T17:02:27.486Z] OK: 12751 distinct packages available [2020-09-23T17:02:27.757Z] OK: 233 MiB in 51 packages [2020-09-23T17:02:28.021Z] Removing intermediate container cf7041aba717 [2020-09-23T17:02:28.021Z] ---> 6d89fab80dbd [2020-09-23T17:02:28.021Z] Step 7/29 : COPY . . [2020-09-23T17:02:29.952Z] Removing intermediate container 8d47c6fdba73 [2020-09-23T17:02:29.952Z] ---> a661f3e026d0 [2020-09-23T17:02:29.952Z] Step 6/22 : COPY go.mod . [2020-09-23T17:02:30.539Z] Removing intermediate container c3bb2bb2b486 [2020-09-23T17:02:30.539Z] ---> 221051d8980b [2020-09-23T17:02:30.539Z] Step 6/24 : COPY go.mod . [2020-09-23T17:02:30.804Z] Removing intermediate container a4307bd686b0 [2020-09-23T17:02:30.804Z] ---> 24f1d5245c1f [2020-09-23T17:02:30.804Z] Step 6/20 : COPY go.mod . [2020-09-23T17:02:31.068Z] ---> e9ea80c32de5 [2020-09-23T17:02:31.068Z] Step 7/22 : RUN go mod download [2020-09-23T17:02:31.649Z] Removing intermediate container 2e6b510c109c [2020-09-23T17:02:31.650Z] ---> 2797fcc0ab78 [2020-09-23T17:02:31.650Z] Step 6/26 : COPY go.mod . [2020-09-23T17:02:32.237Z] ---> Running in 040e40d7b5fd [2020-09-23T17:02:32.237Z] ---> 8b906dee010d [2020-09-23T17:02:32.237Z] Step 7/20 : RUN go mod download [2020-09-23T17:02:32.499Z] ---> 76244b8f2900 [2020-09-23T17:02:32.499Z] Step 7/24 : RUN go mod download [2020-09-23T17:02:33.075Z] ---> Running in c617602d7b6d [2020-09-23T17:02:34.498Z] ---> Running in db4b8c92bf75 [2020-09-23T17:02:34.498Z] ---> e79451ab5afa [2020-09-23T17:02:34.498Z] Step 7/26 : RUN go mod download [2020-09-23T17:02:36.436Z] ---> Running in 94171221840a [2020-09-23T17:02:37.398Z] Removing intermediate container 040e40d7b5fd [2020-09-23T17:02:37.398Z] ---> e5331e7ce2ca [2020-09-23T17:02:37.398Z] Step 8/22 : COPY . . [2020-09-23T17:02:42.729Z] Removing intermediate container c617602d7b6d [2020-09-23T17:02:42.729Z] ---> 95483b9b2e7b [2020-09-23T17:02:42.729Z] Step 8/20 : COPY . . [2020-09-23T17:02:48.069Z] Removing intermediate container db4b8c92bf75 [2020-09-23T17:02:48.069Z] ---> 45a0afd5b2a8 [2020-09-23T17:02:48.069Z] Step 8/24 : COPY . . [2020-09-23T17:02:48.650Z] Removing intermediate container 94171221840a [2020-09-23T17:02:48.650Z] ---> b4737aa23073 [2020-09-23T17:02:48.650Z] Step 8/26 : COPY . . [2020-09-23T17:02:51.230Z] ---> 1519a9073425 [2020-09-23T17:02:51.230Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-09-23T17:03:03.548Z] ---> Running in 4b70e75f1092 [2020-09-23T17:03:10.183Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-09-23T17:03:11.586Z] ---> 1af316d6f5c2 [2020-09-23T17:03:11.586Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-09-23T17:03:11.861Z] ---> 36815ae20c6f [2020-09-23T17:03:11.861Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-09-23T17:03:11.861Z] ---> Running in 6f11ffbdb68d [2020-09-23T17:03:12.135Z] ---> Running in ae5ebcdfe6e4 [2020-09-23T17:03:15.518Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-09-23T17:03:15.786Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-09-23T17:03:18.453Z] ---> e36f83cab94c [2020-09-23T17:03:18.453Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-09-23T17:03:19.936Z] ---> Running in 51aa5849151a [2020-09-23T17:03:20.534Z] ---> 35f2548c80f2 [2020-09-23T17:03:20.534Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-09-23T17:03:20.810Z] ---> Running in 1e08c641963d [2020-09-23T17:03:21.411Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-09-23T17:03:21.680Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-09-23T17:03:36.703Z] Removing intermediate container 4b70e75f1092 [2020-09-23T17:03:36.703Z] ---> 863079f2384d [2020-09-23T17:03:36.703Z] [2020-09-23T17:03:36.703Z] Step 9/29 : FROM alpine:latest [2020-09-23T17:03:36.703Z] latest: Pulling from library/alpine [2020-09-23T17:03:36.703Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-23T17:03:36.703Z] Status: Downloaded newer image for alpine:latest [2020-09-23T17:03:36.703Z] ---> a24bb4013296 [2020-09-23T17:03:36.703Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-09-23T17:03:36.703Z] ---> Running in 79a64bcb366d [2020-09-23T17:03:37.289Z] Removing intermediate container 79a64bcb366d [2020-09-23T17:03:37.289Z] ---> f9add36d0826 [2020-09-23T17:03:37.289Z] Step 11/29 : USER root [2020-09-23T17:03:37.289Z] ---> Running in 4c884d123203 [2020-09-23T17:03:37.560Z] Removing intermediate container 4c884d123203 [2020-09-23T17:03:37.560Z] ---> 4201a4f5d71d [2020-09-23T17:03:37.560Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-09-23T17:03:37.560Z] ---> Running in bd2a7f0dbcc2 [2020-09-23T17:03:40.251Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-23T17:03:40.251Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-23T17:03:40.251Z] v3.12.0-347-g3c903518cc [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-23T17:03:40.251Z] v3.12.0-346-g1a17576f97 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-23T17:03:40.251Z] OK: 12749 distinct packages available [2020-09-23T17:03:40.708Z] (1/2) Installing ca-certificates (20191127-r4) [2020-09-23T17:03:40.708Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-09-23T17:03:40.708Z] Executing busybox-1.31.1-r16.trigger [2020-09-23T17:03:40.708Z] Executing ca-certificates-20191127-r4.trigger [2020-09-23T17:03:40.708Z] OK: 6 MiB in 16 packages [2020-09-23T17:03:43.354Z] Removing intermediate container ae5ebcdfe6e4 [2020-09-23T17:03:43.354Z] ---> 591c80432e08 [2020-09-23T17:03:43.354Z] [2020-09-23T17:03:43.354Z] Step 10/20 : FROM alpine [2020-09-23T17:03:43.354Z] ---> a24bb4013296 [2020-09-23T17:03:43.354Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-09-23T17:03:43.937Z] Removing intermediate container bd2a7f0dbcc2 [2020-09-23T17:03:43.937Z] ---> fd4f0011826a [2020-09-23T17:03:43.937Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-09-23T17:03:43.937Z] ---> Running in 2c654d9b9f5f [2020-09-23T17:03:44.201Z] ---> Running in 29a1c139f5b9 [2020-09-23T17:03:44.470Z] Removing intermediate container 29a1c139f5b9 [2020-09-23T17:03:44.470Z] ---> dc1ed4171a56 [2020-09-23T17:03:44.471Z] Step 14/29 : WORKDIR $BASE_DIR [2020-09-23T17:03:44.471Z] ---> Running in fe71e97d0ce7 [2020-09-23T17:03:45.057Z] Removing intermediate container fe71e97d0ce7 [2020-09-23T17:03:45.057Z] ---> a5a87a6ad295 [2020-09-23T17:03:45.057Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-09-23T17:03:45.057Z] ---> Running in 526ae940f85e [2020-09-23T17:03:45.057Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-23T17:03:45.321Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-23T17:03:45.586Z] v3.12.0-347-g3c903518cc [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-23T17:03:45.586Z] v3.12.0-346-g1a17576f97 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-23T17:03:45.586Z] OK: 12749 distinct packages available [2020-09-23T17:03:45.850Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-09-23T17:03:45.850Z] (1/4) Installing ca-certificates (20191127-r4) [2020-09-23T17:03:45.850Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-09-23T17:03:46.125Z] (3/4) Installing libcurl (7.69.1-r1) [2020-09-23T17:03:46.125Z] (4/4) Installing curl (7.69.1-r1) [2020-09-23T17:03:46.125Z] Executing busybox-1.31.1-r16.trigger [2020-09-23T17:03:46.125Z] Executing ca-certificates-20191127-r4.trigger [2020-09-23T17:03:46.125Z] OK: 7 MiB in 18 packages [2020-09-23T17:03:47.101Z] Removing intermediate container 526ae940f85e [2020-09-23T17:03:47.101Z] ---> 388f0ba9abd3 [2020-09-23T17:03:47.101Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-09-23T17:03:47.686Z] Removing intermediate container 2c654d9b9f5f [2020-09-23T17:03:47.686Z] ---> 59bf46e5c74c [2020-09-23T17:03:47.686Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-23T17:03:48.657Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-09-23T17:03:50.046Z] ---> a6f7d0ac14ed [2020-09-23T17:03:50.046Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-09-23T17:03:50.046Z] ---> Running in b07e14365820 [2020-09-23T17:03:50.314Z] Removing intermediate container 6f11ffbdb68d [2020-09-23T17:03:50.314Z] ---> 06e9467a064a [2020-09-23T17:03:50.314Z] [2020-09-23T17:03:50.314Z] Step 10/22 : FROM scratch [2020-09-23T17:03:50.314Z] ---> [2020-09-23T17:03:50.314Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-23T17:03:50.590Z] Removing intermediate container b07e14365820 [2020-09-23T17:03:50.590Z] ---> 395a5ce0f866 [2020-09-23T17:03:50.590Z] Step 13/20 : WORKDIR /edgex [2020-09-23T17:03:50.590Z] ---> 14280018746d [2020-09-23T17:03:50.590Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-09-23T17:03:50.590Z] ---> Running in 15ef0aed44bd [2020-09-23T17:03:50.590Z] ---> Running in 4c0ebd9a4796 [2020-09-23T17:03:52.510Z] ---> 2f651a5a4f71 [2020-09-23T17:03:52.510Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-09-23T17:03:52.510Z] Removing intermediate container 15ef0aed44bd [2020-09-23T17:03:52.510Z] ---> c0f261f97b1a [2020-09-23T17:03:52.510Z] Step 12/22 : ENV APP_PORT=48081 [2020-09-23T17:03:52.775Z] Removing intermediate container 51aa5849151a [2020-09-23T17:03:52.775Z] ---> c20cd6f2a4d3 [2020-09-23T17:03:52.775Z] [2020-09-23T17:03:52.775Z] Step 10/24 : FROM scratch [2020-09-23T17:03:52.775Z] ---> [2020-09-23T17:03:52.775Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-23T17:03:52.775Z] Removing intermediate container 4c0ebd9a4796 [2020-09-23T17:03:52.775Z] ---> 28b88d59bccb [2020-09-23T17:03:52.775Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-09-23T17:03:52.775Z] ---> Running in 90747f18df77 [2020-09-23T17:03:53.040Z] ---> 34659ca96ec4 [2020-09-23T17:03:53.040Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-09-23T17:03:53.040Z] ---> Running in e071c7cd50b1 [2020-09-23T17:03:53.301Z] Removing intermediate container 90747f18df77 [2020-09-23T17:03:53.301Z] ---> 4c5dd426ee8e [2020-09-23T17:03:53.301Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-23T17:03:53.884Z] ---> Running in ba8165738c8c [2020-09-23T17:03:53.884Z] Removing intermediate container e071c7cd50b1 [2020-09-23T17:03:53.884Z] ---> c86500630116 [2020-09-23T17:03:53.884Z] Step 12/24 : ENV APP_PORT=48060 [2020-09-23T17:03:55.278Z] ---> 545db9077070 [2020-09-23T17:03:55.278Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-09-23T17:03:55.278Z] ---> Running in 8aad480cfa51 [2020-09-23T17:03:55.278Z] ---> f07af9df30ed [2020-09-23T17:03:55.278Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-09-23T17:03:55.278Z] Removing intermediate container ba8165738c8c [2020-09-23T17:03:55.278Z] ---> d76b70ca9701 [2020-09-23T17:03:55.278Z] Step 14/22 : WORKDIR / [2020-09-23T17:03:55.278Z] ---> Running in b3740232b864 [2020-09-23T17:03:55.548Z] Removing intermediate container 1e08c641963d [2020-09-23T17:03:55.548Z] ---> 0962dec2a4ab [2020-09-23T17:03:55.548Z] [2020-09-23T17:03:55.548Z] Step 10/26 : FROM alpine:3.10 [2020-09-23T17:03:55.548Z] ---> Running in 819adcdc9f5e [2020-09-23T17:03:55.548Z] Removing intermediate container 8aad480cfa51 [2020-09-23T17:03:55.548Z] ---> a99fdb82d0a8 [2020-09-23T17:03:55.548Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-23T17:03:55.811Z] 3.10: Pulling from library/alpine [2020-09-23T17:03:55.811Z] ---> 31998c2a7273 [2020-09-23T17:03:55.811Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-09-23T17:03:55.811Z] ---> Running in c20062904c2a [2020-09-23T17:03:55.811Z] Removing intermediate container 819adcdc9f5e [2020-09-23T17:03:55.811Z] ---> 85b70f102c76 [2020-09-23T17:03:55.811Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-09-23T17:03:56.080Z] ---> Running in ddc7ddc475a7 [2020-09-23T17:03:56.080Z] Removing intermediate container c20062904c2a [2020-09-23T17:03:56.080Z] ---> 19e7f4368069 [2020-09-23T17:03:56.080Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-09-23T17:03:56.341Z] Removing intermediate container ddc7ddc475a7 [2020-09-23T17:03:56.341Z] ---> f98b7c68a6dc [2020-09-23T17:03:56.341Z] Step 17/20 : CMD ["--init=true"] [2020-09-23T17:03:56.604Z] ---> e9c63d0db36d [2020-09-23T17:03:56.604Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-09-23T17:03:56.604Z] ---> 2fc98a57ba4e [2020-09-23T17:03:56.604Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-09-23T17:03:56.604Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-09-23T17:03:56.876Z] Status: Downloaded newer image for alpine:3.10 [2020-09-23T17:03:56.876Z] ---> be4e4bea2c2e [2020-09-23T17:03:56.876Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-09-23T17:03:56.876Z] ---> Running in 745615afb019 [2020-09-23T17:03:57.143Z] ---> Running in 82072b386b64 [2020-09-23T17:03:58.089Z] Removing intermediate container 745615afb019 [2020-09-23T17:03:58.089Z] ---> b6e9721f7248 [2020-09-23T17:03:58.089Z] Step 18/20 : LABEL arch=x86_64 [2020-09-23T17:03:59.487Z] ---> Running in 53f0b99a12b0 [2020-09-23T17:03:59.487Z] ---> fc4fdcdcece7 [2020-09-23T17:03:59.487Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-09-23T17:03:59.487Z] Removing intermediate container b3740232b864 [2020-09-23T17:03:59.487Z] ---> de195c371f8e [2020-09-23T17:03:59.487Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-09-23T17:03:59.487Z] ---> e065d18929bb [2020-09-23T17:03:59.487Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-09-23T17:03:59.763Z] Removing intermediate container 53f0b99a12b0 [2020-09-23T17:03:59.763Z] ---> 3256ae1c4514 [2020-09-23T17:03:59.763Z] Step 19/20 : LABEL git_sha=16c650bc86bfcd81332f0590b35871b7f4c84854 [2020-09-23T17:03:59.763Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-09-23T17:03:59.763Z] ---> 7f552088cdc7 [2020-09-23T17:03:59.763Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-09-23T17:03:59.763Z] ---> Running in 1e00a198a714 [2020-09-23T17:03:59.763Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-09-23T17:04:00.026Z] v3.10.5-91-gd6ceee47a2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-09-23T17:04:00.026Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-09-23T17:04:00.026Z] OK: 10346 distinct packages available [2020-09-23T17:04:00.026Z] ---> Running in 82bb1a8802df [2020-09-23T17:04:00.026Z] ---> d46e6edb8b05 [2020-09-23T17:04:00.026Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-23T17:04:00.289Z] (1/5) Installing ca-certificates (20191127-r2) [2020-09-23T17:04:00.289Z] ---> Running in 16a707de3bf8 [2020-09-23T17:04:00.289Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-09-23T17:04:00.289Z] (3/5) Installing libcurl (7.66.0-r1) [2020-09-23T17:04:00.289Z] (4/5) Installing curl (7.66.0-r1) [2020-09-23T17:04:00.289Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-09-23T17:04:00.289Z] Executing busybox-1.30.1-r3.trigger [2020-09-23T17:04:00.289Z] Executing ca-certificates-20191127-r2.trigger [2020-09-23T17:04:00.289Z] Removing intermediate container 1e00a198a714 [2020-09-23T17:04:00.289Z] ---> 1573d0b2dfd8 [2020-09-23T17:04:00.289Z] Step 20/20 : LABEL version=0.0.0 [2020-09-23T17:04:00.553Z] OK: 7 MiB in 19 packages [2020-09-23T17:04:00.553Z] ---> 4d26d0bc93ae [2020-09-23T17:04:00.553Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-09-23T17:04:00.817Z] ---> Running in d2ae82be226b [2020-09-23T17:04:00.817Z] Removing intermediate container 82bb1a8802df [2020-09-23T17:04:00.817Z] ---> 0deb7b3866e8 [2020-09-23T17:04:00.817Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-23T17:04:01.081Z] ---> Running in 01f9d1e818ff [2020-09-23T17:04:01.081Z] ---> 5b31ed72ffbc [2020-09-23T17:04:01.081Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-09-23T17:04:01.081Z] Removing intermediate container d2ae82be226b [2020-09-23T17:04:01.081Z] ---> 61a7bc93776e [2020-09-23T17:04:01.081Z] [2020-09-23T17:04:01.346Z] Successfully built 61a7bc93776e [2020-09-23T17:04:01.612Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-09-23T17:04:01.876Z]  Building docker-security-proxy-setup-go ... done Building docker-support-logging-go [2020-09-23T17:04:01.876Z] Removing intermediate container 01f9d1e818ff [2020-09-23T17:04:01.876Z] ---> b4513aad4cfe [2020-09-23T17:04:01.876Z] Step 20/22 : LABEL arch=x86_64 [2020-09-23T17:04:02.461Z] ---> Running in 511145ff4b60 [2020-09-23T17:04:02.461Z] ---> 2dbdc22a90eb [2020-09-23T17:04:02.461Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-09-23T17:04:02.461Z] Removing intermediate container 82072b386b64 [2020-09-23T17:04:02.461Z] ---> 9d5bdf33941e [2020-09-23T17:04:02.461Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-23T17:04:02.461Z] ---> Running in fa8bc4456356 [2020-09-23T17:04:03.049Z] Removing intermediate container 511145ff4b60 [2020-09-23T17:04:03.049Z] ---> 5b37aab527ae [2020-09-23T17:04:03.049Z] Step 21/22 : LABEL git_sha=16c650bc86bfcd81332f0590b35871b7f4c84854 [2020-09-23T17:04:03.312Z] ---> Running in 39ee79fc6b74 [2020-09-23T17:04:03.312Z] Removing intermediate container 16a707de3bf8 [2020-09-23T17:04:03.312Z] ---> 5d764f5b1746 [2020-09-23T17:04:03.312Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-09-23T17:04:03.889Z] ---> 451a476acb7a [2020-09-23T17:04:03.889Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-09-23T17:04:03.889Z] Removing intermediate container fa8bc4456356 [2020-09-23T17:04:03.889Z] ---> eaac7ca6f1ad [2020-09-23T17:04:03.889Z] Step 13/26 : WORKDIR / [2020-09-23T17:04:06.444Z] ---> Running in 5ab2c9303bd4 [2020-09-23T17:04:06.444Z] Removing intermediate container 39ee79fc6b74 [2020-09-23T17:04:06.444Z] ---> 7ff867431239 [2020-09-23T17:04:06.444Z] Step 22/22 : LABEL version=0.0.0 [2020-09-23T17:04:06.444Z] ---> Running in 3f26bd17201c [2020-09-23T17:04:06.444Z] ---> Running in b833fc8c8954 [2020-09-23T17:04:06.708Z] ---> Running in dc0666115d14 [2020-09-23T17:04:07.288Z] Removing intermediate container 5ab2c9303bd4 [2020-09-23T17:04:07.289Z] ---> 25154382e5cc [2020-09-23T17:04:07.289Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-23T17:04:07.871Z] Removing intermediate container 3f26bd17201c [2020-09-23T17:04:07.871Z] ---> 3c0735541237 [2020-09-23T17:04:07.871Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-09-23T17:04:08.138Z] Removing intermediate container dc0666115d14 [2020-09-23T17:04:08.138Z] ---> 719900dd0ceb [2020-09-23T17:04:08.138Z] [2020-09-23T17:04:08.138Z] ---> Running in 661b5e06ac53 [2020-09-23T17:04:08.405Z] Successfully built 719900dd0ceb [2020-09-23T17:04:08.675Z] Successfully tagged docker-core-metadata-go:latest [2020-09-23T17:04:08.675Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2020-09-23T17:04:08.675Z] ---> 6a0710233d21 [2020-09-23T17:04:08.675Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-09-23T17:04:08.956Z] Removing intermediate container 661b5e06ac53 [2020-09-23T17:04:08.956Z] ---> db93e7e59396 [2020-09-23T17:04:08.956Z] Step 22/24 : LABEL arch=x86_64 [2020-09-23T17:04:10.880Z] ---> Running in 78001fe4f604 [2020-09-23T17:04:14.212Z] ---> f1ba5e03e232 [2020-09-23T17:04:14.212Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-09-23T17:04:14.212Z] Removing intermediate container 78001fe4f604 [2020-09-23T17:04:14.212Z] ---> 53ceb149411b [2020-09-23T17:04:14.212Z] Step 23/24 : LABEL git_sha=16c650bc86bfcd81332f0590b35871b7f4c84854 [2020-09-23T17:04:15.608Z] ---> Running in 8f5d565c41fa [2020-09-23T17:04:15.608Z] Removing intermediate container b833fc8c8954 [2020-09-23T17:04:15.608Z] ---> 06c05901398c [2020-09-23T17:04:15.608Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-09-23T17:04:16.562Z] ---> c0ac9915a2b4 [2020-09-23T17:04:16.562Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-09-23T17:04:16.826Z] ---> Running in 01ef744ed8fa [2020-09-23T17:04:17.774Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-23T17:04:17.774Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-23T17:04:17.774Z] ---> d412ffe86d1c [2020-09-23T17:04:17.774Z] Step 3/22 : WORKDIR /edgex-go [2020-09-23T17:04:17.774Z] ---> Using cache [2020-09-23T17:04:17.774Z] ---> 2a86e0d57727 [2020-09-23T17:04:17.774Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-23T17:04:17.774Z] ---> Using cache [2020-09-23T17:04:17.774Z] ---> ad1fbf8e8a38 [2020-09-23T17:04:17.774Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-09-23T17:04:18.352Z] Removing intermediate container 8f5d565c41fa [2020-09-23T17:04:18.352Z] ---> 3fb14a19a948 [2020-09-23T17:04:18.352Z] Step 24/24 : LABEL version=0.0.0 [2020-09-23T17:04:18.621Z] ---> Running in 276a9fd03578 [2020-09-23T17:04:18.889Z] ---> 7d58ffebfce2 [2020-09-23T17:04:18.889Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-09-23T17:04:18.889Z] Removing intermediate container 01ef744ed8fa [2020-09-23T17:04:18.889Z] ---> b84041732927 [2020-09-23T17:04:18.889Z] Step 26/29 : CMD [ "generate" ] [2020-09-23T17:04:18.889Z] ---> Running in bbf8066f6a17 [2020-09-23T17:04:19.163Z] ---> Running in 017a79902ce8 [2020-09-23T17:04:19.163Z] Removing intermediate container bbf8066f6a17 [2020-09-23T17:04:19.163Z] ---> cc9a6019d9a1 [2020-09-23T17:04:19.163Z] [2020-09-23T17:04:19.430Z] Successfully built cc9a6019d9a1 [2020-09-23T17:04:19.430Z] Successfully tagged docker-support-notifications-go:latest [2020-09-23T17:04:19.430Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2020-09-23T17:04:19.430Z] Removing intermediate container 017a79902ce8 [2020-09-23T17:04:19.430Z] ---> 53c81ac07917 [2020-09-23T17:04:19.430Z] Step 27/29 : LABEL arch=x86_64 [2020-09-23T17:04:19.717Z] ---> afccbaedd74e [2020-09-23T17:04:19.717Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-09-23T17:04:19.717Z] ---> Running in 2949bee7219a [2020-09-23T17:04:19.989Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-23T17:04:20.940Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-23T17:04:21.516Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-23T17:04:21.516Z] v3.12.0-346-g1a17576f97 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-23T17:04:21.516Z] OK: 12751 distinct packages available [2020-09-23T17:04:21.778Z] OK: 233 MiB in 51 packages [2020-09-23T17:04:22.042Z] OK: 233 MiB in 51 packages [2020-09-23T17:04:26.283Z] Removing intermediate container 2949bee7219a [2020-09-23T17:04:26.283Z] ---> 2525abeab3ac [2020-09-23T17:04:26.283Z] Step 28/29 : LABEL git_sha=16c650bc86bfcd81332f0590b35871b7f4c84854 [2020-09-23T17:04:26.283Z] ---> 8bc68fc6b516 [2020-09-23T17:04:26.283Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-09-23T17:04:26.283Z] ---> Running in 333c0519fa6f [2020-09-23T17:04:26.283Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-23T17:04:26.283Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-23T17:04:26.284Z] ---> d412ffe86d1c [2020-09-23T17:04:26.284Z] Step 3/22 : WORKDIR /edgex-go [2020-09-23T17:04:26.284Z] ---> Using cache [2020-09-23T17:04:26.284Z] ---> 2a86e0d57727 [2020-09-23T17:04:26.284Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-23T17:04:26.284Z] ---> Using cache [2020-09-23T17:04:26.284Z] ---> ad1fbf8e8a38 [2020-09-23T17:04:26.284Z] Step 5/22 : RUN apk update && apk add make git [2020-09-23T17:04:26.284Z] ---> Using cache [2020-09-23T17:04:26.284Z] ---> 2797fcc0ab78 [2020-09-23T17:04:26.284Z] Step 6/22 : COPY go.mod . [2020-09-23T17:04:26.284Z] ---> Using cache [2020-09-23T17:04:26.284Z] ---> e79451ab5afa [2020-09-23T17:04:26.284Z] Step 7/22 : RUN go mod download [2020-09-23T17:04:26.284Z] ---> Using cache [2020-09-23T17:04:26.284Z] ---> b4737aa23073 [2020-09-23T17:04:26.284Z] Step 8/22 : COPY . . [2020-09-23T17:04:26.284Z] ---> Using cache [2020-09-23T17:04:26.284Z] ---> 35f2548c80f2 [2020-09-23T17:04:26.284Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-09-23T17:04:27.680Z] ---> 545619ecede3 [2020-09-23T17:04:27.680Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-09-23T17:04:27.680Z] Removing intermediate container 276a9fd03578 [2020-09-23T17:04:27.680Z] ---> ab25b06ce297 [2020-09-23T17:04:27.680Z] Step 6/22 : COPY go.mod . [2020-09-23T17:04:27.680Z] ---> Running in bf09c1a2160c [2020-09-23T17:04:27.680Z] Removing intermediate container 333c0519fa6f [2020-09-23T17:04:27.680Z] ---> b6f063e644a4 [2020-09-23T17:04:27.680Z] Step 29/29 : LABEL version=0.0.0 [2020-09-23T17:04:27.954Z] ---> Running in fcb80ecaaf3f [2020-09-23T17:04:28.227Z] ---> 6425d8973858 [2020-09-23T17:04:28.227Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-23T17:04:28.227Z] ---> 2ca67791afec [2020-09-23T17:04:28.227Z] Step 7/22 : RUN go mod download [2020-09-23T17:04:28.227Z] Removing intermediate container fcb80ecaaf3f [2020-09-23T17:04:28.227Z] ---> cc4985a4762d [2020-09-23T17:04:28.227Z] [2020-09-23T17:04:28.227Z] ---> Running in 247d97f35624 [2020-09-23T17:04:28.227Z] ---> Running in 5a6d7ca97b0f [2020-09-23T17:04:28.806Z] Successfully built cc4985a4762d [2020-09-23T17:04:29.071Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-09-23T17:04:29.071Z] Building docker-sys-mgmt-agent-go [2020-09-23T17:04:29.071Z]  Building docker-security-secrets-setup-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-09-23T17:04:35.135Z] Removing intermediate container 247d97f35624 [2020-09-23T17:04:35.135Z] ---> 7e8e401e0250 [2020-09-23T17:04:35.135Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-09-23T17:04:36.111Z] ---> Running in 3e663db9cb31 [2020-09-23T17:04:36.111Z] Removing intermediate container 5a6d7ca97b0f [2020-09-23T17:04:36.111Z] ---> 1ac5633c726e [2020-09-23T17:04:36.111Z] Step 8/22 : COPY . . [2020-09-23T17:04:37.081Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-23T17:04:37.081Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-09-23T17:04:37.081Z] ---> d412ffe86d1c [2020-09-23T17:04:37.081Z] Step 3/21 : WORKDIR /edgex-go [2020-09-23T17:04:37.081Z] ---> Using cache [2020-09-23T17:04:37.081Z] ---> 2a86e0d57727 [2020-09-23T17:04:37.081Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-23T17:04:37.081Z] ---> Using cache [2020-09-23T17:04:37.081Z] ---> ad1fbf8e8a38 [2020-09-23T17:04:37.081Z] Step 5/21 : RUN apk update && apk add make git [2020-09-23T17:04:37.081Z] ---> Using cache [2020-09-23T17:04:37.081Z] ---> 2797fcc0ab78 [2020-09-23T17:04:37.081Z] Step 6/21 : COPY go.mod . [2020-09-23T17:04:37.081Z] ---> Using cache [2020-09-23T17:04:37.081Z] ---> e79451ab5afa [2020-09-23T17:04:37.081Z] Step 7/21 : RUN go mod download [2020-09-23T17:04:37.081Z] ---> Using cache [2020-09-23T17:04:37.081Z] ---> b4737aa23073 [2020-09-23T17:04:37.081Z] Step 8/21 : COPY . . [2020-09-23T17:04:37.081Z] ---> Using cache [2020-09-23T17:04:37.081Z] ---> 35f2548c80f2 [2020-09-23T17:04:37.081Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-09-23T17:04:39.028Z] Removing intermediate container 3e663db9cb31 [2020-09-23T17:04:39.028Z] ---> 8978e9e62f34 [2020-09-23T17:04:39.028Z] Step 24/26 : LABEL arch=x86_64 [2020-09-23T17:04:41.648Z] ---> Running in e5230acbfe33 [2020-09-23T17:04:41.648Z] ---> Running in d15d3101e0af [2020-09-23T17:04:43.628Z] Removing intermediate container d15d3101e0af [2020-09-23T17:04:43.628Z] ---> cd5751cc8d58 [2020-09-23T17:04:43.629Z] Step 25/26 : LABEL git_sha=16c650bc86bfcd81332f0590b35871b7f4c84854 [2020-09-23T17:04:44.228Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-09-23T17:04:44.228Z] ---> Running in fcbd6b607d01 [2020-09-23T17:04:46.204Z] Removing intermediate container fcbd6b607d01 [2020-09-23T17:04:46.204Z] ---> 6fcf5d42313e [2020-09-23T17:04:46.204Z] Step 26/26 : LABEL version=0.0.0 [2020-09-23T17:04:47.616Z] ---> Running in 02e15e6aa073 [2020-09-23T17:04:48.630Z] Removing intermediate container 02e15e6aa073 [2020-09-23T17:04:48.630Z] ---> 566b65ecb60e [2020-09-23T17:04:48.630Z] [2020-09-23T17:04:48.912Z] Successfully built 566b65ecb60e [2020-09-23T17:04:49.187Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-09-23T17:04:49.187Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2020-09-23T17:04:50.171Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-23T17:04:50.171Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-09-23T17:04:50.171Z] ---> d412ffe86d1c [2020-09-23T17:04:50.171Z] Step 3/27 : WORKDIR /edgex-go [2020-09-23T17:04:50.171Z] ---> Using cache [2020-09-23T17:04:50.171Z] ---> 2a86e0d57727 [2020-09-23T17:04:50.171Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-23T17:04:50.171Z] ---> Using cache [2020-09-23T17:04:50.171Z] ---> ad1fbf8e8a38 [2020-09-23T17:04:50.171Z] Step 5/27 : RUN apk update && apk add make bash git [2020-09-23T17:04:56.834Z] ---> Running in eb4ccf0214d2 [2020-09-23T17:04:57.819Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-23T17:04:58.783Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-23T17:04:59.381Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-23T17:04:59.381Z] v3.12.0-346-g1a17576f97 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-23T17:04:59.381Z] OK: 12751 distinct packages available [2020-09-23T17:04:59.655Z] OK: 233 MiB in 51 packages [2020-09-23T17:05:01.100Z] ---> 34438abb9b0c [2020-09-23T17:05:01.100Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-09-23T17:05:01.367Z] ---> Running in 6dc946aea3e6 [2020-09-23T17:05:01.956Z] Removing intermediate container eb4ccf0214d2 [2020-09-23T17:05:01.956Z] ---> d62d276eb575 [2020-09-23T17:05:01.956Z] Step 6/27 : COPY go.mod . [2020-09-23T17:05:02.557Z] ---> e794be2eeae8 [2020-09-23T17:05:02.557Z] Step 7/27 : RUN go mod download [2020-09-23T17:05:02.828Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-09-23T17:05:02.828Z] ---> Running in c1051865316a [2020-09-23T17:05:09.551Z] Removing intermediate container bf09c1a2160c [2020-09-23T17:05:09.551Z] ---> 761b039adbf0 [2020-09-23T17:05:09.551Z] [2020-09-23T17:05:09.551Z] Step 10/22 : FROM scratch [2020-09-23T17:05:09.551Z] ---> [2020-09-23T17:05:09.551Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-23T17:05:09.825Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-23T17:05:09.825Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-09-23T17:05:09.826Z] ---> d412ffe86d1c [2020-09-23T17:05:09.826Z] Step 3/23 : WORKDIR /edgex-go [2020-09-23T17:05:09.826Z] ---> Using cache [2020-09-23T17:05:09.826Z] ---> 2a86e0d57727 [2020-09-23T17:05:09.826Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-23T17:05:09.826Z] ---> Using cache [2020-09-23T17:05:09.826Z] ---> ad1fbf8e8a38 [2020-09-23T17:05:09.826Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-09-23T17:05:11.250Z] ---> Using cache [2020-09-23T17:05:11.250Z] ---> c0f261f97b1a [2020-09-23T17:05:11.250Z] Step 12/22 : ENV APP_PORT=48082 [2020-09-23T17:05:11.526Z] ---> Running in b63413ee113a [2020-09-23T17:05:11.526Z] ---> Running in 4146a55844c3 [2020-09-23T17:05:11.801Z] Removing intermediate container c1051865316a [2020-09-23T17:05:11.801Z] ---> 757213783944 [2020-09-23T17:05:11.801Z] Step 8/27 : COPY . . [2020-09-23T17:05:12.081Z] Removing intermediate container b63413ee113a [2020-09-23T17:05:12.081Z] ---> 574118a09e95 [2020-09-23T17:05:12.081Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-23T17:05:12.081Z] ---> Running in cca6d79a7fda [2020-09-23T17:05:12.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-23T17:05:12.960Z] Removing intermediate container cca6d79a7fda [2020-09-23T17:05:12.960Z] ---> 2cb5d68bc52a [2020-09-23T17:05:12.960Z] Step 14/22 : WORKDIR / [2020-09-23T17:05:13.573Z] ---> Running in 9975fe9d6866 [2020-09-23T17:05:13.573Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-23T17:05:14.169Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-23T17:05:14.169Z] v3.12.0-346-g1a17576f97 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-23T17:05:14.169Z] OK: 12751 distinct packages available [2020-09-23T17:05:14.442Z] OK: 233 MiB in 51 packages [2020-09-23T17:05:19.762Z] Removing intermediate container 9975fe9d6866 [2020-09-23T17:05:19.762Z] ---> 65506861ebf4 [2020-09-23T17:05:19.762Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-09-23T17:05:19.762Z] Removing intermediate container e5230acbfe33 [2020-09-23T17:05:19.762Z] ---> a911a33580cf [2020-09-23T17:05:19.762Z] [2020-09-23T17:05:19.762Z] Step 10/21 : FROM scratch [2020-09-23T17:05:19.762Z] ---> [2020-09-23T17:05:19.762Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-23T17:05:20.024Z] ---> Using cache [2020-09-23T17:05:20.024Z] ---> c0f261f97b1a [2020-09-23T17:05:20.024Z] Step 12/21 : ENV APP_PORT=48085 [2020-09-23T17:05:21.438Z] ---> 0c4dd6f72d84 [2020-09-23T17:05:21.438Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-09-23T17:05:21.438Z] ---> Running in 14af59160665 [2020-09-23T17:05:21.438Z] Removing intermediate container 4146a55844c3 [2020-09-23T17:05:21.438Z] ---> 355e8719c3e4 [2020-09-23T17:05:21.438Z] Step 6/23 : COPY go.mod . [2020-09-23T17:05:24.007Z] Removing intermediate container 14af59160665 [2020-09-23T17:05:24.007Z] ---> 070d21ffa4e5 [2020-09-23T17:05:24.007Z] Step 13/21 : EXPOSE $APP_PORT [2020-09-23T17:05:24.269Z] ---> 8a0536ee5de0 [2020-09-23T17:05:24.269Z] Step 7/23 : RUN go mod download [2020-09-23T17:05:24.845Z] ---> Running in 6f9f58ba31d9 [2020-09-23T17:05:26.240Z] ---> 1dfde338e50a [2020-09-23T17:05:26.240Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-09-23T17:05:26.815Z] ---> Running in 48669b074c30 [2020-09-23T17:05:27.080Z] Removing intermediate container 6f9f58ba31d9 [2020-09-23T17:05:27.080Z] ---> 6623c2ec3660 [2020-09-23T17:05:27.080Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-09-23T17:05:27.343Z] ---> c9e14bdd5cfc [2020-09-23T17:05:27.343Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-09-23T17:05:28.294Z] ---> 4c5ea46fe63f [2020-09-23T17:05:28.294Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-09-23T17:05:30.216Z] ---> Running in bd52efabba7a [2020-09-23T17:05:31.169Z] ---> e3769ebce287 [2020-09-23T17:05:31.169Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-09-23T17:05:31.169Z] Removing intermediate container 6dc946aea3e6 [2020-09-23T17:05:31.169Z] ---> 5f2fe1aa7c4b [2020-09-23T17:05:31.169Z] [2020-09-23T17:05:31.169Z] Step 10/22 : FROM scratch [2020-09-23T17:05:31.169Z] ---> [2020-09-23T17:05:31.169Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-23T17:05:31.169Z] Removing intermediate container bd52efabba7a [2020-09-23T17:05:31.169Z] ---> d7793d71b59d [2020-09-23T17:05:31.169Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-23T17:05:31.169Z] ---> 9665b01026f2 [2020-09-23T17:05:31.169Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-09-23T17:05:31.169Z] ---> Using cache [2020-09-23T17:05:31.169Z] ---> c86500630116 [2020-09-23T17:05:31.169Z] Step 12/22 : ENV APP_PORT=48061 [2020-09-23T17:05:31.447Z] ---> Running in 70bb4b91008c [2020-09-23T17:05:31.447Z] ---> Running in 3a8756c3a631 [2020-09-23T17:05:31.447Z] ---> Running in 2dfa0f3688ac [2020-09-23T17:05:31.727Z] Removing intermediate container 48669b074c30 [2020-09-23T17:05:31.727Z] ---> c7bbdda97f74 [2020-09-23T17:05:31.727Z] Step 8/23 : COPY . . [2020-09-23T17:05:31.727Z] ---> 9b4c6975640b [2020-09-23T17:05:31.727Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-09-23T17:05:31.727Z] Removing intermediate container 3a8756c3a631 [2020-09-23T17:05:31.727Z] ---> 2bf1a1fcbdd5 [2020-09-23T17:05:31.727Z] Step 20/22 : LABEL arch=x86_64 [2020-09-23T17:05:31.727Z] ---> Running in 7054ef5c2973 [2020-09-23T17:05:31.990Z] Removing intermediate container 2dfa0f3688ac [2020-09-23T17:05:31.990Z] ---> 82f59e8d8e8e [2020-09-23T17:05:31.990Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-23T17:05:32.255Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-09-23T17:05:32.522Z] ---> Running in e815c90d71c1 [2020-09-23T17:05:32.522Z] ---> Running in 459f4ffca786 [2020-09-23T17:05:33.144Z] Removing intermediate container 7054ef5c2973 [2020-09-23T17:05:33.144Z] ---> 73eb2e015fba [2020-09-23T17:05:33.144Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-23T17:05:34.565Z] Removing intermediate container 459f4ffca786 [2020-09-23T17:05:34.565Z] ---> 82886489dc06 [2020-09-23T17:05:34.565Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-09-23T17:05:35.700Z] ---> Running in 4a7a3c14def4 [2020-09-23T17:05:35.700Z] Removing intermediate container e815c90d71c1 [2020-09-23T17:05:35.700Z] ---> c2c7efa76d5f [2020-09-23T17:05:35.700Z] Step 21/22 : LABEL git_sha=16c650bc86bfcd81332f0590b35871b7f4c84854 [2020-09-23T17:05:38.380Z] ---> 789532c2257a [2020-09-23T17:05:38.380Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-09-23T17:05:38.380Z] ---> Running in 49360ca98888 [2020-09-23T17:05:39.377Z] Removing intermediate container 4a7a3c14def4 [2020-09-23T17:05:39.377Z] ---> a6243aa30688 [2020-09-23T17:05:39.377Z] Step 19/21 : LABEL arch=x86_64 [2020-09-23T17:05:42.754Z] Removing intermediate container 49360ca98888 [2020-09-23T17:05:42.754Z] ---> 2dd4dee4ee9f [2020-09-23T17:05:42.754Z] Step 22/22 : LABEL version=0.0.0 [2020-09-23T17:05:42.754Z] ---> Running in c55fd0028478 [2020-09-23T17:05:42.754Z] ---> bec2be06c4af [2020-09-23T17:05:42.754Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-09-23T17:05:42.754Z] ---> Running in dac10834ff9b [2020-09-23T17:05:43.745Z] Removing intermediate container c55fd0028478 [2020-09-23T17:05:43.745Z] ---> f00c44809e4c [2020-09-23T17:05:43.745Z] Step 20/21 : LABEL git_sha=16c650bc86bfcd81332f0590b35871b7f4c84854 [2020-09-23T17:05:43.745Z] Removing intermediate container dac10834ff9b [2020-09-23T17:05:43.745Z] ---> 139a8a9e51e8 [2020-09-23T17:05:43.745Z] [2020-09-23T17:05:43.745Z] ---> Running in cd95208a95d8 [2020-09-23T17:05:44.016Z] ---> d8d9cccbd90c [2020-09-23T17:05:44.016Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-09-23T17:05:44.016Z] Successfully built 139a8a9e51e8 [2020-09-23T17:05:44.016Z] Successfully tagged docker-core-command-go:latest [2020-09-23T17:05:44.290Z]  Building docker-core-command-go ... done Removing intermediate container cd95208a95d8 [2020-09-23T17:05:44.290Z] ---> e4f6835f167e [2020-09-23T17:05:44.290Z] Step 21/21 : LABEL version=0.0.0 [2020-09-23T17:05:45.254Z] ---> Running in af870054ba2b [2020-09-23T17:05:45.832Z] ---> 6d7b9e92c83c [2020-09-23T17:05:45.832Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-09-23T17:05:47.876Z] ---> Running in fa81d6fb2f47 [2020-09-23T17:05:47.876Z] Removing intermediate container af870054ba2b [2020-09-23T17:05:47.876Z] ---> f47fe9e70b35 [2020-09-23T17:05:47.876Z] [2020-09-23T17:05:47.876Z] Successfully built f47fe9e70b35 [2020-09-23T17:05:47.876Z] Successfully tagged docker-support-scheduler-go:latest [2020-09-23T17:05:48.827Z]  Building docker-support-scheduler-go ... done Removing intermediate container fa81d6fb2f47 [2020-09-23T17:05:48.827Z] ---> b7c76e0bf1b2 [2020-09-23T17:05:48.827Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-23T17:05:49.092Z] ---> Running in 7e1a991db830 [2020-09-23T17:05:49.358Z] ---> 17be1bae4a8c [2020-09-23T17:05:49.358Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-09-23T17:05:49.358Z] ---> Running in 1a5360ae4118 [2020-09-23T17:05:49.358Z] Removing intermediate container 7e1a991db830 [2020-09-23T17:05:49.358Z] ---> f165531ca5df [2020-09-23T17:05:49.358Z] Step 20/22 : LABEL arch=x86_64 [2020-09-23T17:05:49.621Z] ---> Running in 0fb13cc0bbeb [2020-09-23T17:05:49.884Z] Removing intermediate container 0fb13cc0bbeb [2020-09-23T17:05:49.884Z] ---> 07eaacae7a91 [2020-09-23T17:05:49.884Z] Step 21/22 : LABEL git_sha=16c650bc86bfcd81332f0590b35871b7f4c84854 [2020-09-23T17:05:49.884Z] ---> Running in 30abb4b7e93a [2020-09-23T17:05:49.884Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-09-23T17:05:50.148Z] Removing intermediate container 30abb4b7e93a [2020-09-23T17:05:50.148Z] ---> 1a6ab37279ae [2020-09-23T17:05:50.148Z] Step 22/22 : LABEL version=0.0.0 [2020-09-23T17:05:50.148Z] ---> Running in e2d901f72a5d [2020-09-23T17:05:50.414Z] Removing intermediate container e2d901f72a5d [2020-09-23T17:05:50.414Z] ---> 8223789297fb [2020-09-23T17:05:50.414Z] [2020-09-23T17:05:50.677Z] Successfully built 8223789297fb [2020-09-23T17:05:50.677Z] Successfully tagged docker-support-logging-go:latest [2020-09-23T17:05:52.090Z]  Building docker-support-logging-go ... done Removing intermediate container 70bb4b91008c [2020-09-23T17:05:52.090Z] ---> ab2a8a431083 [2020-09-23T17:05:52.090Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-09-23T17:05:52.356Z] ---> Running in 88d80d9f1d9f [2020-09-23T17:05:53.320Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-09-23T17:05:55.287Z] Removing intermediate container 88d80d9f1d9f [2020-09-23T17:05:55.287Z] ---> 2d72485a2c7f [2020-09-23T17:05:55.287Z] [2020-09-23T17:05:55.287Z] Step 11/27 : FROM docker:latest [2020-09-23T17:05:55.287Z] ---> 809cc4dba987 [2020-09-23T17:05:55.287Z] Step 12/27 : RUN apk add --no-cache bash [2020-09-23T17:05:55.287Z] ---> Running in ab16d64a462e [2020-09-23T17:05:56.299Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-23T17:05:56.299Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-23T17:05:56.580Z] (1/2) Installing readline (8.0.4-r0) [2020-09-23T17:05:56.580Z] (2/2) Installing bash (5.0.17-r0) [2020-09-23T17:05:56.580Z] Executing bash-5.0.17-r0.post-install [2020-09-23T17:05:56.580Z] Executing busybox-1.31.1-r16.trigger [2020-09-23T17:05:56.580Z] OK: 12 MiB in 22 packages [2020-09-23T17:05:57.558Z] Removing intermediate container ab16d64a462e [2020-09-23T17:05:57.558Z] ---> c4cd6646ebc9 [2020-09-23T17:05:57.558Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-09-23T17:05:57.832Z] ---> Running in 7387f3af780a [2020-09-23T17:06:01.199Z] Removing intermediate container 7387f3af780a [2020-09-23T17:06:01.199Z] ---> 2aad85eea944 [2020-09-23T17:06:01.199Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-09-23T17:06:01.199Z] ---> Running in 6d2d6efca3bf [2020-09-23T17:06:01.199Z] Removing intermediate container 6d2d6efca3bf [2020-09-23T17:06:01.199Z] ---> 8bda812c502a [2020-09-23T17:06:01.199Z] Step 15/27 : ENV APP_PORT=48090 [2020-09-23T17:06:01.477Z] ---> Running in 8b4717b8e938 [2020-09-23T17:06:01.749Z] Removing intermediate container 8b4717b8e938 [2020-09-23T17:06:01.749Z] ---> dd5d57caa2c2 [2020-09-23T17:06:01.749Z] Step 16/27 : EXPOSE $APP_PORT [2020-09-23T17:06:01.749Z] ---> Running in bb0aef9c8590 [2020-09-23T17:06:02.040Z] Removing intermediate container bb0aef9c8590 [2020-09-23T17:06:02.040Z] ---> 9c369dc6f742 [2020-09-23T17:06:02.040Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-09-23T17:06:02.640Z] ---> ffc64ea94dc2 [2020-09-23T17:06:02.640Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-09-23T17:06:02.905Z] ---> 853be570ea41 [2020-09-23T17:06:02.905Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-09-23T17:06:03.178Z] ---> 64e6cee37bac [2020-09-23T17:06:03.178Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-09-23T17:06:03.178Z] ---> Running in 3f1eb281c84d [2020-09-23T17:06:03.766Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-23T17:06:04.031Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-23T17:06:04.031Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-09-23T17:06:04.031Z] (2/33) Installing expat (2.2.9-r1) [2020-09-23T17:06:04.031Z] (3/33) Installing libffi (3.3-r2) [2020-09-23T17:06:04.031Z] (4/33) Installing gdbm (1.13-r1) [2020-09-23T17:06:04.031Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-09-23T17:06:04.031Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-09-23T17:06:04.031Z] (7/33) Installing python3 (3.8.5-r0) [2020-09-23T17:06:06.581Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-09-23T17:06:06.581Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-09-23T17:06:06.581Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-09-23T17:06:06.581Z] (11/33) Installing py3-six (1.15.0-r0) [2020-09-23T17:06:06.581Z] (12/33) Installing py3-packaging (20.4-r0) [2020-09-23T17:06:06.847Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-09-23T17:06:06.847Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-09-23T17:06:06.847Z] (15/33) Installing py3-idna (2.9-r0) [2020-09-23T17:06:06.847Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-09-23T17:06:06.847Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-09-23T17:06:06.847Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-09-23T17:06:06.847Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-09-23T17:06:06.847Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-09-23T17:06:06.847Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-09-23T17:06:06.847Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-09-23T17:06:06.847Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-09-23T17:06:06.847Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-09-23T17:06:06.847Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-09-23T17:06:06.847Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-09-23T17:06:10.155Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-09-23T17:06:10.155Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-09-23T17:06:10.155Z] (29/33) Installing py3-progress (1.5-r0) [2020-09-23T17:06:10.155Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-09-23T17:06:10.155Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-09-23T17:06:10.155Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-09-23T17:06:10.155Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-09-23T17:06:10.155Z] Executing busybox-1.31.1-r16.trigger [2020-09-23T17:06:10.155Z] OK: 71 MiB in 55 packages [2020-09-23T17:06:12.075Z] Removing intermediate container 1a5360ae4118 [2020-09-23T17:06:12.075Z] ---> 26ca64c464da [2020-09-23T17:06:12.075Z] [2020-09-23T17:06:12.075Z] Step 10/23 : FROM alpine [2020-09-23T17:06:12.075Z] ---> a24bb4013296 [2020-09-23T17:06:12.075Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-23T17:06:16.297Z] ---> Running in 4d08e3f4b43b [2020-09-23T17:06:16.297Z] Removing intermediate container 3f1eb281c84d [2020-09-23T17:06:16.297Z] ---> 2cb91e3cf980 [2020-09-23T17:06:16.297Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-09-23T17:06:16.297Z] Removing intermediate container 4d08e3f4b43b [2020-09-23T17:06:16.297Z] ---> 44d0c33c5a5d [2020-09-23T17:06:16.297Z] Step 12/23 : ENV APP_PORT=48080 [2020-09-23T17:06:16.297Z] ---> Running in 8a6ad00fc731 [2020-09-23T17:06:16.297Z] ---> Running in a0fb736e29c4 [2020-09-23T17:06:16.561Z] Removing intermediate container a0fb736e29c4 [2020-09-23T17:06:16.561Z] ---> 045c4da6330c [2020-09-23T17:06:16.561Z] Step 13/23 : EXPOSE $APP_PORT [2020-09-23T17:06:16.561Z] ---> Running in b673af02bed0 [2020-09-23T17:06:16.826Z] Removing intermediate container b673af02bed0 [2020-09-23T17:06:16.826Z] ---> 0c704201b67b [2020-09-23T17:06:16.826Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-23T17:06:16.826Z] ---> Running in 2ca4623e6ccc [2020-09-23T17:06:17.774Z] Removing intermediate container 2ca4623e6ccc [2020-09-23T17:06:17.774Z] ---> 04537b3e895d [2020-09-23T17:06:17.774Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-09-23T17:06:17.774Z] ---> Running in 73925f627584 [2020-09-23T17:06:17.774Z] Collecting docker-compose==1.23.2 [2020-09-23T17:06:17.774Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-09-23T17:06:18.349Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-23T17:06:18.349Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-09-23T17:06:18.349Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-09-23T17:06:18.349Z] Collecting cached-property<2,>=1.2.0 [2020-09-23T17:06:18.349Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-09-23T17:06:18.349Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-09-23T17:06:18.349Z] Collecting texttable<0.10,>=0.9.0 [2020-09-23T17:06:18.349Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-09-23T17:06:18.919Z] Collecting websocket-client<1.0,>=0.32.0 [2020-09-23T17:06:18.919Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-09-23T17:06:19.180Z] Collecting docker<4.0,>=3.6.0 [2020-09-23T17:06:19.180Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-09-23T17:06:19.180Z] Collecting jsonschema<3,>=2.5.1 [2020-09-23T17:06:19.180Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-09-23T17:06:19.441Z] Collecting docopt<0.7,>=0.6.1 [2020-09-23T17:06:19.441Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-09-23T17:06:19.441Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-23T17:06:20.014Z] Collecting PyYAML<4,>=3.10 [2020-09-23T17:06:20.014Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-09-23T17:06:20.585Z] Collecting dockerpty<0.5,>=0.4.1 [2020-09-23T17:06:20.585Z] (1/5) Installing libgcc (9.3.0-r2) [2020-09-23T17:06:20.585Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-09-23T17:06:20.845Z] (2/5) Installing libsodium (1.0.18-r0) [2020-09-23T17:06:20.845Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-09-23T17:06:21.107Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-09-23T17:06:21.107Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-09-23T17:06:21.107Z] Collecting urllib3<1.25,>=1.21.1 [2020-09-23T17:06:21.107Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-09-23T17:06:21.368Z] (4/5) Installing libzmq (4.3.3-r0) [2020-09-23T17:06:21.368Z] Collecting idna<2.8,>=2.5 [2020-09-23T17:06:21.368Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-09-23T17:06:21.368Z] Collecting docker-pycreds>=0.4.0 [2020-09-23T17:06:21.368Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-09-23T17:06:21.368Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-09-23T17:06:21.368Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-09-23T17:06:21.368Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-09-23T17:06:21.368Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-09-23T17:06:21.368Z] (5/5) Installing zeromq (4.3.3-r0) [2020-09-23T17:06:21.630Z] Executing busybox-1.31.1-r16.trigger [2020-09-23T17:06:21.630Z] OK: 8 MiB in 19 packages [2020-09-23T17:06:21.630Z] Installing collected packages: urllib3, idna, requests, cached-property, texttable, websocket-client, docker-pycreds, docker, jsonschema, docopt, PyYAML, dockerpty, docker-compose [2020-09-23T17:06:21.630Z] Attempting uninstall: urllib3 [2020-09-23T17:06:21.630Z] Found existing installation: urllib3 1.25.9 [2020-09-23T17:06:21.630Z] Uninstalling urllib3-1.25.9: [2020-09-23T17:06:21.630Z] Successfully uninstalled urllib3-1.25.9 [2020-09-23T17:06:23.551Z] Attempting uninstall: idna [2020-09-23T17:06:23.551Z] Found existing installation: idna 2.9 [2020-09-23T17:06:23.551Z] Uninstalling idna-2.9: [2020-09-23T17:06:23.551Z] Successfully uninstalled idna-2.9 [2020-09-23T17:06:24.125Z] Attempting uninstall: requests [2020-09-23T17:06:24.125Z] Found existing installation: requests 2.23.0 [2020-09-23T17:06:24.125Z] Uninstalling requests-2.23.0: [2020-09-23T17:06:24.125Z] Removing intermediate container 73925f627584 [2020-09-23T17:06:24.125Z] ---> 04974b444080 [2020-09-23T17:06:24.125Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-09-23T17:06:24.125Z] Successfully uninstalled requests-2.23.0 [2020-09-23T17:06:24.387Z] Running setup.py install for texttable: started [2020-09-23T17:06:24.387Z] ---> e4baa66b84a7 [2020-09-23T17:06:24.387Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-09-23T17:06:24.962Z] Running setup.py install for texttable: finished with status 'done' [2020-09-23T17:06:25.538Z] ---> c565e2300878 [2020-09-23T17:06:25.538Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-09-23T17:06:25.538Z] Running setup.py install for docopt: started [2020-09-23T17:06:26.114Z] Running setup.py install for docopt: finished with status 'done' [2020-09-23T17:06:26.114Z] Running setup.py install for PyYAML: started [2020-09-23T17:06:26.114Z] ---> 670476cfdc47 [2020-09-23T17:06:26.114Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-09-23T17:06:26.114Z] ---> Running in ec5520b7875c [2020-09-23T17:06:26.114Z] Removing intermediate container ec5520b7875c [2020-09-23T17:06:26.114Z] ---> cfee757b2edd [2020-09-23T17:06:26.114Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-23T17:06:26.690Z] Running setup.py install for PyYAML: finished with status 'done' [2020-09-23T17:06:26.690Z] Running setup.py install for dockerpty: started [2020-09-23T17:06:26.690Z] ---> Running in 9b0f9e9423ea [2020-09-23T17:06:26.950Z] Removing intermediate container 9b0f9e9423ea [2020-09-23T17:06:26.950Z] ---> 8dd232580ee4 [2020-09-23T17:06:26.950Z] Step 21/23 : LABEL arch=x86_64 [2020-09-23T17:06:26.950Z] ---> Running in a147b103c813 [2020-09-23T17:06:27.212Z] Removing intermediate container a147b103c813 [2020-09-23T17:06:27.212Z] ---> f10f26e5a68a [2020-09-23T17:06:27.212Z] Step 22/23 : LABEL git_sha=16c650bc86bfcd81332f0590b35871b7f4c84854 [2020-09-23T17:06:27.212Z] Running setup.py install for dockerpty: finished with status 'done' [2020-09-23T17:06:27.212Z] ---> Running in e4842611bab1 [2020-09-23T17:06:27.475Z] Removing intermediate container e4842611bab1 [2020-09-23T17:06:27.475Z] ---> 69162a5e92fa [2020-09-23T17:06:27.475Z] Step 23/23 : LABEL version=0.0.0 [2020-09-23T17:06:27.475Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-09-23T17:06:27.736Z] ---> Running in e238422eecd3 [2020-09-23T17:06:28.056Z] Removing intermediate container e238422eecd3 [2020-09-23T17:06:28.056Z] ---> 164f26abf967 [2020-09-23T17:06:28.056Z] [2020-09-23T17:06:28.056Z] Successfully built 164f26abf967 [2020-09-23T17:06:28.056Z] Successfully tagged docker-core-data-go:latest [2020-09-23T17:06:31.475Z]  Building docker-core-data-go ... done Removing intermediate container 8a6ad00fc731 [2020-09-23T17:06:31.475Z] ---> 5aea93eb8fa1 [2020-09-23T17:06:31.475Z] Step 22/27 : RUN apk --no-cache add curl [2020-09-23T17:06:31.475Z] ---> Running in 8de42c5b1ec9 [2020-09-23T17:06:31.475Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-23T17:06:31.737Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-23T17:06:31.738Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-09-23T17:06:31.738Z] (2/3) Installing libcurl (7.69.1-r1) [2020-09-23T17:06:31.738Z] (3/3) Installing curl (7.69.1-r1) [2020-09-23T17:06:31.738Z] Executing busybox-1.31.1-r16.trigger [2020-09-23T17:06:31.738Z] OK: 72 MiB in 58 packages [2020-09-23T17:06:32.310Z] Removing intermediate container 8de42c5b1ec9 [2020-09-23T17:06:32.310Z] ---> 5f6fc19f2a44 [2020-09-23T17:06:32.310Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-09-23T17:06:32.310Z] ---> Running in d130f5ab6292 [2020-09-23T17:06:32.572Z] Removing intermediate container d130f5ab6292 [2020-09-23T17:06:32.572Z] ---> cb90de05eb44 [2020-09-23T17:06:32.572Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-23T17:06:32.572Z] ---> Running in 9784ac7738d6 [2020-09-23T17:06:32.833Z] Removing intermediate container 9784ac7738d6 [2020-09-23T17:06:32.833Z] ---> 4c99ab41b86c [2020-09-23T17:06:32.833Z] Step 25/27 : LABEL arch=x86_64 [2020-09-23T17:06:32.833Z] ---> Running in 0fadf76da727 [2020-09-23T17:06:32.833Z] Removing intermediate container 0fadf76da727 [2020-09-23T17:06:32.833Z] ---> 2b0838e75293 [2020-09-23T17:06:32.833Z] Step 26/27 : LABEL git_sha=16c650bc86bfcd81332f0590b35871b7f4c84854 [2020-09-23T17:06:32.833Z] ---> Running in ce2ecd4c5026 [2020-09-23T17:06:33.098Z] Removing intermediate container ce2ecd4c5026 [2020-09-23T17:06:33.098Z] ---> 40579a991ac8 [2020-09-23T17:06:33.098Z] Step 27/27 : LABEL version=0.0.0 [2020-09-23T17:06:33.098Z] ---> Running in fe46b1e62bc2 [2020-09-23T17:06:33.361Z] Removing intermediate container fe46b1e62bc2 [2020-09-23T17:06:33.361Z] ---> ce3edc3b991d [2020-09-23T17:06:33.361Z] [2020-09-23T17:06:33.361Z] Successfully built ce3edc3b991d [2020-09-23T17:06:33.361Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-09-23T17:06:33.632Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-09-23T17:06:33.639Z] $ docker stop --time=1 33df66cd7f98a604d92303fadf9b5ab4a50b9bc47ef8b5eec6e0107d168b0c1b [2020-09-23T17:06:35.170Z] $ docker rm -f 33df66cd7f98a604d92303fadf9b5ab4a50b9bc47ef8b5eec6e0107d168b0c1b [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-23T17:06:35.765Z] + docker images [2020-09-23T17:06:35.765Z] + grep docker [2020-09-23T17:06:36.028Z] docker-sys-mgmt-agent-go latest ce3edc3b991d 2 seconds ago 290MB [2020-09-23T17:06:36.028Z] docker-core-data-go latest 164f26abf967 8 seconds ago 23.6MB [2020-09-23T17:06:36.028Z] docker-support-logging-go latest 8223789297fb 45 seconds ago 11.1MB [2020-09-23T17:06:36.028Z] docker-support-scheduler-go latest f47fe9e70b35 49 seconds ago 12.3MB [2020-09-23T17:06:36.028Z] docker-core-command-go latest 139a8a9e51e8 52 seconds ago 12.2MB [2020-09-23T17:06:36.028Z] docker-security-secretstore-setup-go latest 566b65ecb60e About a minute ago 32.4MB [2020-09-23T17:06:36.028Z] docker-security-secrets-setup-go latest cc4985a4762d 2 minutes ago 24MB [2020-09-23T17:06:36.028Z] docker-support-notifications-go latest cc9a6019d9a1 2 minutes ago 13.6MB [2020-09-23T17:06:36.028Z] docker-core-metadata-go latest 719900dd0ceb 2 minutes ago 13.5MB [2020-09-23T17:06:36.028Z] docker-security-proxy-setup-go latest 61a7bc93776e 2 minutes ago 15.8MB [2020-09-23T17:06:36.028Z] docker latest 809cc4dba987 5 days ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-09-23T17:06:51.805Z] Still waiting to schedule task [2020-09-23T17:06:51.805Z] All nodes of label ‘centos7-docker-8c-8g’ are offline [2020-09-23T17:08:01.078Z] Running on prd-centos7-docker-8c-8g-1027 in /w/workspace/edgexfoundry_edgex-go_PR-2699 [Pipeline] { [Pipeline] ws [2020-09-23T17:08:01.152Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2020-09-23T17:08:03.589Z] using credential edgex-jenkins-ssh [2020-09-23T17:08:03.680Z] Cloning the remote Git repository [2020-09-23T17:08:03.680Z] Cloning with configured refspecs honoured and without tags [2020-09-23T17:08:03.702Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-09-23T17:08:03.785Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2020-09-23T17:08:03.808Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-09-23T17:08:03.808Z] > git --version # timeout=10 [2020-09-23T17:08:03.815Z] > git --version # 'git version 2.16.5' [2020-09-23T17:08:03.815Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-23T17:08:03.840Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2699/head:refs/remotes/origin/PR-2699 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-23T17:08:09.007Z] Fetching without tags [2020-09-23T17:08:09.353Z] Merging remotes/origin/master commit 9c6c7941f6c82385f6caa68ca03335fcee301072 into PR head commit 65fb21ffdabc24c95267aa8b5787eef96a872207 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2020-09-23T17:08:08.981Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-09-23T17:08:08.987Z] > git config --add remote.origin.fetch +refs/pull/2699/head:refs/remotes/origin/PR-2699 # timeout=10 [2020-09-23T17:08:08.992Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-23T17:08:09.002Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-09-23T17:08:09.011Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-09-23T17:08:09.011Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-23T17:08:09.015Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2699/head:refs/remotes/origin/PR-2699 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-23T17:08:09.362Z] > git config core.sparsecheckout # timeout=10 [2020-09-23T17:08:09.367Z] > git checkout -f 65fb21ffdabc24c95267aa8b5787eef96a872207 # timeout=10 [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-23T17:08:10.255Z] 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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-09-23T17:08:12.752Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-23T17:08:13.647Z] ---> package-listing.sh [2020-09-23T17:08:13.647Z] ++ facter osfamily [2020-09-23T17:08:13.647Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-23T17:08:13.647Z] + OS_FAMILY=redhat [2020-09-23T17:08:13.647Z] + workspace=/w/workspace/edgex-go/4 [2020-09-23T17:08:13.647Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-23T17:08:13.647Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-23T17:08:13.647Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-23T17:08:13.647Z] + PACKAGES=/tmp/packages_start.txt [2020-09-23T17:08:13.647Z] + '[' /w/workspace/edgex-go/4 ']' [2020-09-23T17:08:13.647Z] + PACKAGES=/tmp/packages_end.txt [2020-09-23T17:08:13.647Z] + case "${OS_FAMILY}" in [2020-09-23T17:08:13.647Z] + rpm -qa [2020-09-23T17:08:13.647Z] + sort [2020-09-23T17:08:17.867Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-23T17:08:17.867Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-23T17:08:17.867Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-23T17:08:17.867Z] + '[' /w/workspace/edgex-go/4 ']' [2020-09-23T17:08:17.867Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2020-09-23T17:08:17.867Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-23T17:08:19.058Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-23T17:08:19.058Z] [2020-09-23T17:08:19.058Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-23T17:08:19.408Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-23T17:08:19.408Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-23T17:08:19.408Z] df20fa9351a1: Already exists [2020-09-23T17:08:19.408Z] 36b3adc4ff6f: Pulling fs layer [2020-09-23T17:08:19.408Z] 8ad3a11d3b57: Pulling fs layer [2020-09-23T17:08:19.408Z] 46f8f816bc3b: Pulling fs layer [2020-09-23T17:08:19.408Z] 0dadc02b9964: Pulling fs layer [2020-09-23T17:08:19.408Z] ce6a7cf60c04: Pulling fs layer [2020-09-23T17:08:19.408Z] 7a184a31f384: Pulling fs layer [2020-09-23T17:08:19.408Z] 0879bd2ef858: Pulling fs layer [2020-09-23T17:08:19.408Z] 0dadc02b9964: Waiting [2020-09-23T17:08:19.408Z] 7a184a31f384: Waiting [2020-09-23T17:08:19.408Z] 0879bd2ef858: Waiting [2020-09-23T17:08:19.408Z] ce6a7cf60c04: Waiting [2020-09-23T17:08:19.408Z] 46f8f816bc3b: Download complete [2020-09-23T17:08:19.408Z] 36b3adc4ff6f: Download complete [2020-09-23T17:08:19.408Z] ce6a7cf60c04: Verifying Checksum [2020-09-23T17:08:19.408Z] ce6a7cf60c04: Download complete [2020-09-23T17:08:19.675Z] 7a184a31f384: Verifying Checksum [2020-09-23T17:08:19.676Z] 7a184a31f384: Download complete [2020-09-23T17:08:19.676Z] 0dadc02b9964: Verifying Checksum [2020-09-23T17:08:19.676Z] 0dadc02b9964: Download complete [2020-09-23T17:08:19.676Z] 36b3adc4ff6f: Pull complete [2020-09-23T17:08:19.936Z] 8ad3a11d3b57: Verifying Checksum [2020-09-23T17:08:19.936Z] 8ad3a11d3b57: Download complete [2020-09-23T17:08:20.204Z] 0879bd2ef858: Verifying Checksum [2020-09-23T17:08:20.204Z] 0879bd2ef858: Download complete [2020-09-23T17:08:20.465Z] 8ad3a11d3b57: Pull complete [2020-09-23T17:08:20.729Z] 46f8f816bc3b: Pull complete [2020-09-23T17:08:20.992Z] 0dadc02b9964: Pull complete [2020-09-23T17:08:20.992Z] ce6a7cf60c04: Pull complete [2020-09-23T17:08:21.261Z] 7a184a31f384: Pull complete [2020-09-23T17:08:24.574Z] 0879bd2ef858: Pull complete [2020-09-23T17:08:24.574Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-23T17:08:24.574Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-23T17:08:24.574Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-23T17:08:24.745Z] prd-centos7-docker-4c-2g-1022 does not seem to be running inside a container [2020-09-23T17:08:24.798Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-23T17:08:33.019Z] $ docker top b6a3d47e50b14de52524945c25f6c076860d514b3ea8f18e668d81b5c6426d28 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-23T17:08:33.665Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-23T17:08:33.965Z] + ls /var/log/sa-host [2020-09-23T17:08:33.965Z] + sadf -c /var/log/sa-host/sa05 [2020-09-23T17:08:33.965Z] file_magic: OK [2020-09-23T17:08:33.965Z] HZ: Using current value: 100 [2020-09-23T17:08:33.965Z] file_header: OK [2020-09-23T17:08:33.965Z] 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-23T17:08:33.965Z] Statistics: [2020-09-23T17:08:33.965Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-23T17:08:33.965Z] File successfully converted to sysstat format version 12.2.1 [2020-09-23T17:08:33.965Z] + sadf -c /var/log/sa-host/sa23 [2020-09-23T17:08:33.965Z] file_magic: OK [2020-09-23T17:08:33.965Z] HZ: Using current value: 100 [2020-09-23T17:08:33.965Z] file_header: OK [2020-09-23T17:08:33.965Z] 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-23T17:08:33.965Z] Statistics: [2020-09-23T17:08:33.965Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-23T17:08:33.965Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-23T17:08:34.032Z] provisioning config files... [2020-09-23T17:08:34.063Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config2312469726093144962tmp [Pipeline] { [Pipeline] echo [2020-09-23T17:08:34.158Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-23T17:08:34.459Z] ---> create-netrc.sh [Pipeline] echo [2020-09-23T17:08:34.469Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-23T17:08:34.766Z] ---> logs-deploy.sh [2020-09-23T17:08:34.766Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2699/4 [2020-09-23T17:08:34.766Z] INFO: archiving workspace using pattern(s): [2020-09-23T17:08:36.159Z] Archives upload complete. [2020-09-23T17:08:36.159Z] INFO: archiving logs to Nexus [2020-09-23T17:08:37.106Z] ---> uname -a: [2020-09-23T17:08:37.106Z] Linux b6a3d47e50b1 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-09-23T17:08:37.106Z] [2020-09-23T17:08:37.106Z] [2020-09-23T17:08:37.106Z] ---> lscpu: [2020-09-23T17:08:37.106Z] Architecture: x86_64 [2020-09-23T17:08:37.106Z] CPU op-mode(s): 32-bit, 64-bit [2020-09-23T17:08:37.106Z] Byte Order: Little Endian [2020-09-23T17:08:37.106Z] Address sizes: 40 bits physical, 48 bits virtual [2020-09-23T17:08:37.106Z] CPU(s): 4 [2020-09-23T17:08:37.106Z] On-line CPU(s) list: 0-3 [2020-09-23T17:08:37.106Z] Thread(s) per core: 1 [2020-09-23T17:08:37.106Z] Core(s) per socket: 1 [2020-09-23T17:08:37.106Z] Socket(s): 4 [2020-09-23T17:08:37.106Z] NUMA node(s): 1 [2020-09-23T17:08:37.106Z] Vendor ID: GenuineIntel [2020-09-23T17:08:37.106Z] CPU family: 6 [2020-09-23T17:08:37.106Z] Model: 44 [2020-09-23T17:08:37.106Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-09-23T17:08:37.106Z] Stepping: 1 [2020-09-23T17:08:37.106Z] CPU MHz: 2933.438 [2020-09-23T17:08:37.106Z] BogoMIPS: 5866.87 [2020-09-23T17:08:37.106Z] Virtualization: VT-x [2020-09-23T17:08:37.106Z] Hypervisor vendor: KVM [2020-09-23T17:08:37.106Z] Virtualization type: full [2020-09-23T17:08:37.106Z] L1d cache: 128 KiB [2020-09-23T17:08:37.106Z] L1i cache: 128 KiB [2020-09-23T17:08:37.106Z] L2 cache: 16 MiB [2020-09-23T17:08:37.106Z] L3 cache: 64 MiB [2020-09-23T17:08:37.106Z] NUMA node0 CPU(s): 0-3 [2020-09-23T17:08:37.106Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-09-23T17:08:37.106Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-09-23T17:08:37.106Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-09-23T17:08:37.106Z] Vulnerability Meltdown: Mitigation; PTI [2020-09-23T17:08:37.106Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-09-23T17:08:37.106Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-09-23T17:08:37.106Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-09-23T17:08:37.106Z] Vulnerability Tsx async abort: Not affected [2020-09-23T17:08:37.106Z] 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-23T17:08:37.106Z] [2020-09-23T17:08:37.106Z] [2020-09-23T17:08:37.106Z] ---> nproc: [2020-09-23T17:08:37.106Z] 4 [2020-09-23T17:08:37.106Z] [2020-09-23T17:08:37.106Z] [2020-09-23T17:08:37.106Z] ---> df -h: [2020-09-23T17:08:37.106Z] Filesystem Size Used Available Use% Mounted on [2020-09-23T17:08:37.106Z] overlay 50.0G 12.7G 37.3G 25% / [2020-09-23T17:08:37.106Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-09-23T17:08:37.106Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-09-23T17:08:37.106Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-09-23T17:08:37.106Z] /dev/vda1 50.0G 12.7G 37.3G 25% /etc/resolv.conf [2020-09-23T17:08:37.106Z] /dev/vda1 50.0G 12.7G 37.3G 25% /etc/hostname [2020-09-23T17:08:37.106Z] /dev/vda1 50.0G 12.7G 37.3G 25% /etc/hosts [2020-09-23T17:08:37.106Z] /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/sa-host [2020-09-23T17:08:37.106Z] /dev/vda1 50.0G 12.7G 37.3G 25% /w/workspace/edgex-go/4 [2020-09-23T17:08:37.106Z] /dev/vda1 50.0G 12.7G 37.3G 25% /w/workspace/edgex-go/4@tmp [2020-09-23T17:08:37.106Z] [2020-09-23T17:08:37.106Z] [2020-09-23T17:08:37.106Z] ---> free -m: [2020-09-23T17:08:37.106Z] total used free shared buff/cache available [2020-09-23T17:08:37.106Z] Mem: 1837 633 102 0 1101 1117 [2020-09-23T17:08:37.106Z] Swap: 1023 72 951 [2020-09-23T17:08:37.106Z] [2020-09-23T17:08:37.106Z] [2020-09-23T17:08:37.106Z] ---> ip addr: [2020-09-23T17:08:37.106Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-09-23T17:08:37.106Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-09-23T17:08:37.106Z] inet 127.0.0.1/8 scope host lo [2020-09-23T17:08:37.106Z] valid_lft forever preferred_lft forever [2020-09-23T17:08:37.106Z] 110: eth0@if111: mtu 1458 qdisc noqueue state UP [2020-09-23T17:08:37.106Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-09-23T17:08:37.106Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-09-23T17:08:37.106Z] valid_lft forever preferred_lft forever [2020-09-23T17:08:37.106Z] [2020-09-23T17:08:37.106Z] [2020-09-23T17:08:37.106Z] ---> sar -b -r -n DEV: [2020-09-23T17:08:37.106Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/23/20 _x86_64_ (4 CPU) [2020-09-23T17:08:37.106Z] [2020-09-23T17:08:37.106Z] 16:56:51 LINUX RESTART (4 CPU) [2020-09-23T17:08:37.106Z] [2020-09-23T17:08:37.106Z] 16:58:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-09-23T17:08:37.106Z] 16:59:02 92.98 51.00 41.98 0.00 8391.08 12696.82 0.00 [2020-09-23T17:08:37.106Z] 17:00:01 274.61 70.85 203.75 0.00 3661.47 58855.64 0.00 [2020-09-23T17:08:37.106Z] 17:01:01 294.08 178.84 115.25 0.00 7850.91 12755.28 0.00 [2020-09-23T17:08:37.106Z] 17:02:02 200.97 64.57 136.40 0.00 13954.98 70102.77 0.00 [2020-09-23T17:08:37.106Z] 17:03:01 2205.23 1830.25 374.98 0.00 195674.59 214892.11 0.00 [2020-09-23T17:08:37.106Z] 17:04:01 1013.05 730.62 282.43 0.00 42413.43 64924.16 0.00 [2020-09-23T17:08:37.106Z] 17:05:02 3053.82 2684.25 369.57 0.00 173995.96 179345.64 0.00 [2020-09-23T17:08:37.106Z] 17:06:01 1803.12 1485.43 317.68 0.00 80362.37 91025.93 0.00 [2020-09-23T17:08:37.106Z] 17:07:01 157.85 17.60 140.25 0.00 3569.17 12960.33 0.00 [2020-09-23T17:08:37.106Z] 17:08:01 5.15 3.38 1.77 0.00 259.78 23.05 0.00 [2020-09-23T17:08:37.106Z] Average: 908.91 710.82 198.09 0.00 52924.35 71653.40 0.00 [2020-09-23T17:08:37.106Z] [2020-09-23T17:08:37.106Z] 16:58:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-09-23T17:08:37.106Z] 16:59:02 309156 0 587948 31.25 2620 981832 1106916 37.78 573196 841512 120 [2020-09-23T17:08:37.106Z] 17:00:01 76500 0 741952 39.43 1492 1061612 1506588 51.42 746128 825084 78136 [2020-09-23T17:08:37.106Z] 17:01:01 438880 0 724256 38.49 1280 717140 1730592 59.06 586652 617760 22400 [2020-09-23T17:08:37.106Z] 17:02:02 76532 0 674684 35.86 240 1130100 1249580 42.65 743552 854484 87444 [2020-09-23T17:08:37.106Z] 17:03:01 52480 0 749280 39.82 64 1079732 2115036 72.18 700924 956480 103028 [2020-09-23T17:08:37.106Z] 17:04:01 373872 0 666308 35.41 64 841312 1671092 57.03 580772 728424 96 [2020-09-23T17:08:37.106Z] 17:05:02 180308 0 769596 40.90 64 931588 2750872 93.88 701708 816624 15388 [2020-09-23T17:08:37.106Z] 17:06:01 234996 0 743752 39.53 64 902744 2198632 75.04 533172 919216 1552 [2020-09-23T17:08:37.106Z] 17:07:01 331744 0 573408 30.48 64 976340 1222576 41.72 430064 920932 8 [2020-09-23T17:08:37.106Z] 17:08:01 335492 0 565148 30.04 64 980852 1155300 39.43 425952 924636 8 [2020-09-23T17:08:37.106Z] Average: 240996 0 679633 36.12 602 960325 1670718 57.02 602212 840515 30818 [2020-09-23T17:08:37.106Z] [2020-09-23T17:08:37.106Z] 16:58:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-09-23T17:08:37.106Z] 16:59:02 eth0 1260.28 1274.24 3187.82 1458.77 0.00 0.00 0.00 0.00 [2020-09-23T17:08:37.106Z] 16:59:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T17:08:37.106Z] 16:59:02 docker0 857.77 635.51 68.96 2651.06 0.00 0.00 0.00 0.00 [2020-09-23T17:08:37.106Z] 17:00:01 eth0 1123.08 838.07 4944.19 1473.48 0.00 0.00 0.00 0.00 [2020-09-23T17:08:37.106Z] 17:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T17:08:37.106Z] 17:00:01 docker0 127.93 168.50 9.19 849.27 0.00 0.00 0.00 0.00 [2020-09-23T17:08:37.106Z] 17:01:01 eth0 38.24 20.91 34.74 14.47 0.00 0.00 0.00 0.00 [2020-09-23T17:08:37.106Z] 17:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T17:08:37.106Z] 17:01:01 vethf8306ac 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-09-23T17:08:37.106Z] 17:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T17:08:37.106Z] 17:02:02 vethe5ceb2f 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2020-09-23T17:08:37.106Z] 17:02:02 eth0 224.72 191.79 1694.70 124.14 0.00 0.00 0.00 0.00 [2020-09-23T17:08:37.106Z] 17:02:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T17:08:37.107Z] 17:02:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T17:08:37.107Z] 17:03:01 vethe5ceb2f 0.00 0.35 0.00 0.01 0.00 0.00 0.00 0.00 [2020-09-23T17:08:37.107Z] 17:03:01 eth0 50.38 31.58 171.50 13.11 0.00 0.00 0.00 0.00 [2020-09-23T17:08:37.107Z] 17:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T17:08:37.107Z] 17:03:01 docker0 16.63 21.78 0.91 147.64 0.00 0.00 0.00 0.00 [2020-09-23T17:08:37.107Z] 17:04:01 vethe5ceb2f 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T17:08:37.107Z] 17:04:01 eth0 69.54 45.90 188.57 71.02 0.00 0.00 0.00 0.00 [2020-09-23T17:08:37.107Z] 17:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T17:08:37.107Z] 17:04:01 vethce95730 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T17:08:37.107Z] 17:05:02 vethe5ceb2f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-09-23T17:08:37.107Z] 17:05:02 veth5a516a6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T17:08:37.107Z] 17:05:02 eth0 69.87 46.26 94.82 65.40 0.00 0.00 0.00 0.00 [2020-09-23T17:08:37.107Z] 17:05:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T17:08:37.107Z] 17:06:01 vethd194cb3 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2020-09-23T17:08:37.107Z] 17:06:01 vethe5ceb2f 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T17:08:37.107Z] 17:06:01 eth0 63.65 40.64 104.65 67.98 0.00 0.00 0.00 0.00 [2020-09-23T17:08:37.107Z] 17:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T17:08:37.107Z] 17:07:01 eth0 102.20 64.86 432.02 60.43 0.00 0.00 0.00 0.00 [2020-09-23T17:08:37.107Z] 17:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T17:08:37.107Z] 17:07:01 docker0 1057.20 915.33 82.41 4270.57 0.00 0.00 0.00 0.00 [2020-09-23T17:08:37.107Z] 17:08:01 eth0 1.08 0.37 0.50 0.09 0.00 0.00 0.00 0.00 [2020-09-23T17:08:37.107Z] 17:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T17:08:37.107Z] 17:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T17:08:37.107Z] Average: eth0 299.39 254.89 1081.59 333.43 0.00 0.00 0.00 0.00 [2020-09-23T17:08:37.107Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T17:08:37.107Z] Average: docker0 105.93 91.71 8.26 427.90 0.00 0.00 0.00 0.00 [2020-09-23T17:08:37.107Z] [2020-09-23T17:08:37.107Z] [2020-09-23T17:08:37.107Z] ---> sar -P ALL: [2020-09-23T17:08:37.107Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/23/20 _x86_64_ (4 CPU) [2020-09-23T17:08:37.107Z] [2020-09-23T17:08:37.107Z] 16:56:51 LINUX RESTART (4 CPU) [2020-09-23T17:08:37.107Z] [2020-09-23T17:08:37.107Z] 16:58:01 CPU %user %nice %system %iowait %steal %idle [2020-09-23T17:08:37.107Z] 16:59:02 all 13.94 0.00 4.95 1.40 0.04 79.67 [2020-09-23T17:08:37.107Z] 16:59:02 0 14.98 0.00 5.55 0.31 0.02 79.15 [2020-09-23T17:08:37.107Z] 16:59:02 1 10.85 0.00 4.79 2.98 0.03 81.35 [2020-09-23T17:08:37.107Z] 16:59:02 2 10.39 0.00 5.08 0.56 0.07 83.90 [2020-09-23T17:08:37.107Z] 16:59:02 3 19.54 0.00 4.39 1.72 0.05 74.29 [2020-09-23T17:08:37.107Z] 17:00:01 all 14.23 0.00 8.93 5.60 0.04 71.20 [2020-09-23T17:08:37.107Z] 17:00:01 0 13.02 0.00 10.59 5.59 0.05 70.75 [2020-09-23T17:08:37.107Z] 17:00:01 1 12.56 0.00 8.13 6.66 0.07 72.58 [2020-09-23T17:08:37.107Z] 17:00:01 2 19.05 0.00 8.39 3.40 0.02 69.14 [2020-09-23T17:08:37.107Z] 17:00:01 3 12.25 0.00 8.63 6.75 0.03 72.33 [2020-09-23T17:08:37.107Z] 17:01:01 all 44.69 0.00 12.94 5.99 0.04 36.33 [2020-09-23T17:08:37.107Z] 17:01:01 0 45.71 0.00 13.33 5.73 0.05 35.19 [2020-09-23T17:08:37.107Z] 17:01:01 1 44.04 0.00 12.74 6.23 0.02 36.97 [2020-09-23T17:08:37.107Z] 17:01:01 2 42.45 0.00 13.22 7.44 0.05 36.84 [2020-09-23T17:08:37.107Z] 17:01:01 3 46.57 0.00 12.47 4.56 0.05 36.35 [2020-09-23T17:08:37.107Z] 17:02:02 all 25.40 0.00 12.80 7.03 0.06 54.71 [2020-09-23T17:08:37.107Z] 17:02:02 0 27.84 0.00 12.60 5.94 0.08 53.54 [2020-09-23T17:08:37.107Z] 17:02:02 1 23.69 0.00 12.68 7.64 0.07 55.93 [2020-09-23T17:08:37.107Z] 17:02:02 2 24.46 0.00 12.76 6.54 0.07 56.17 [2020-09-23T17:08:37.107Z] 17:02:02 3 25.60 0.00 13.15 8.01 0.03 53.20 [2020-09-23T17:08:37.107Z] 17:03:01 all 20.30 0.00 25.64 22.69 0.07 31.30 [2020-09-23T17:08:37.107Z] 17:03:01 0 19.96 0.00 24.18 20.08 0.09 35.69 [2020-09-23T17:08:37.107Z] 17:03:01 1 20.22 0.00 25.23 24.05 0.07 30.42 [2020-09-23T17:08:37.107Z] 17:03:01 2 20.80 0.00 26.15 22.50 0.07 30.48 [2020-09-23T17:08:37.107Z] 17:03:01 3 20.21 0.00 27.01 24.15 0.07 28.56 [2020-09-23T17:08:37.107Z] 17:04:01 all 50.90 0.00 17.97 18.03 0.03 13.06 [2020-09-23T17:08:37.107Z] 17:04:01 0 51.32 0.00 17.00 19.85 0.03 11.79 [2020-09-23T17:08:37.107Z] 17:04:01 1 50.40 0.00 17.32 14.80 0.03 17.44 [2020-09-23T17:08:37.107Z] 17:04:01 2 50.83 0.00 19.16 19.87 0.02 10.12 [2020-09-23T17:08:37.107Z] 17:04:01 3 51.06 0.00 18.40 17.63 0.03 12.87 [2020-09-23T17:08:37.107Z] 17:05:02 all 33.70 0.00 25.51 22.58 0.08 18.14 [2020-09-23T17:08:37.107Z] 17:05:02 0 32.76 0.00 26.05 25.13 0.07 15.99 [2020-09-23T17:08:37.107Z] 17:05:02 1 34.34 0.00 22.50 20.29 0.10 22.76 [2020-09-23T17:08:37.107Z] 17:05:02 2 34.38 0.00 27.08 21.38 0.09 17.08 [2020-09-23T17:08:37.107Z] 17:05:02 3 33.32 0.00 26.39 23.52 0.07 16.70 [2020-09-23T17:08:37.107Z] 17:06:01 all 39.29 0.00 19.72 25.40 0.09 15.51 [2020-09-23T17:08:37.107Z] 17:06:01 0 39.31 0.00 20.10 24.18 0.09 16.32 [2020-09-23T17:08:37.107Z] 17:06:01 1 37.48 0.00 18.67 27.85 0.10 15.89 [2020-09-23T17:08:37.107Z] 17:06:01 2 39.58 0.00 20.17 22.70 0.12 17.43 [2020-09-23T17:08:37.107Z] 17:06:01 3 40.79 0.00 19.92 26.87 0.03 12.39 [2020-09-23T17:08:37.107Z] 17:07:01 all 8.04 0.00 4.95 7.73 0.04 79.25 [2020-09-23T17:08:37.107Z] 17:07:01 0 6.75 0.00 4.72 4.35 0.05 84.13 [2020-09-23T17:08:37.107Z] 17:07:01 1 9.13 0.00 5.25 11.54 0.03 74.05 [2020-09-23T17:08:37.107Z] 17:07:01 2 8.18 0.00 5.41 7.78 0.03 78.59 [2020-09-23T17:08:37.107Z] 17:07:01 3 8.09 0.00 4.40 7.24 0.05 80.22 [2020-09-23T17:08:37.107Z] 17:08:01 all 0.04 0.00 0.06 0.11 0.00 99.80 [2020-09-23T17:08:37.107Z] 17:08:01 0 0.05 0.00 0.05 0.18 0.00 99.72 [2020-09-23T17:08:37.107Z] 17:08:01 1 0.03 0.00 0.08 0.15 0.00 99.73 [2020-09-23T17:08:37.107Z] 17:08:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2020-09-23T17:08:37.107Z] 17:08:01 3 0.03 0.00 0.05 0.10 0.00 99.82 [2020-09-23T17:08:37.107Z] Average: all 24.97 0.00 13.25 11.55 0.05 50.18 [2020-09-23T17:08:37.107Z] Average: 0 25.12 0.00 13.34 11.06 0.05 50.43 [2020-09-23T17:08:37.107Z] Average: 1 24.20 0.00 12.65 12.12 0.05 50.98 [2020-09-23T17:08:37.107Z] Average: 2 24.90 0.00 13.65 11.12 0.05 50.28 [2020-09-23T17:08:37.107Z] Average: 3 25.66 0.00 13.36 11.92 0.04 49.02 [2020-09-23T17:08:37.107Z] [2020-09-23T17:08:37.107Z] [2020-09-23T17:08:37.107Z]