Pull request #2913 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 jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 5d2f18fd7a819aa578ed0ebb4adf0de857e517ab+57027b830a506e4aebc0dcaa3e3cd565868e69a4 (c41aa9b504bf09eff0d523fb64111af3ecbb9f90) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 025b6483f761633eb525fab7d6a8b6537d6ee4a4 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 025b6483f761633eb525fab7d6a8b6537d6ee4a4 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-16196 in /w/workspace/edgexfoundry_edgex-go_PR-2913 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/11 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 57027b830a506e4aebc0dcaa3e3cd565868e69a4 into PR head commit 5d2f18fd7a819aa578ed0ebb4adf0de857e517ab Merge succeeded, producing 5d2f18fd7a819aa578ed0ebb4adf0de857e517ab Checking out Revision 5d2f18fd7a819aa578ed0ebb4adf0de857e517ab (PR-2913) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/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 --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2913/head:refs/remotes/origin/PR-2913 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5d2f18fd7a819aa578ed0ebb4adf0de857e517ab # 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 57027b830a506e4aebc0dcaa3e3cd565868e69a4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5d2f18fd7a819aa578ed0ebb4adf0de857e517ab # timeout=10 Commit message: "build(snap): Address PR feedback" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-16T00:16:04.978Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-16T00:16:05.314Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-16T00:16:05.440Z] ========================================================= [2020-12-16T00:16:05.440Z] EdgeX Global Pipelines Version Info [2020-12-16T00:16:05.440Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 # timeout=10 [2020-12-16T00:16:07.654Z] ------------------- [2020-12-16T00:16:07.655Z] stable info: [2020-12-16T00:16:07.655Z] ------------------- [2020-12-16T00:16:07.655Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-16T00:16:07.655Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-16T00:16:07.655Z] Message: update stable to v1.0.172 [2020-12-16T00:16:08.258Z] ------------------- [2020-12-16T00:16:08.258Z] experimental info: [2020-12-16T00:16:08.258Z] ------------------- [2020-12-16T00:16:08.258Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-16T00:16:08.258Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-16T00:16:08.258Z] Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-16T00:16:08.648Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-16T00:16:08.766Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-16T00:16:08.885Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-16T00:16:08.997Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-16T00:16:09.142Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-16T00:16:09.261Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-16T00:16:09.379Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-16T00:16:09.494Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-16T00:16:09.607Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-16T00:16:09.739Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-16T00:16:09.851Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-16T00:16:09.961Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-16T00:16:10.102Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-16T00:16:10.227Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-16T00:16:10.339Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-16T00:16:10.452Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-16T00:16:10.581Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-16T00:16:10.691Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-16T00:16:10.856Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-16T00:16:10.962Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-16T00:16:11.067Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-16T00:16:11.169Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-16T00:16:11.289Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2913 [Pipeline] echo [2020-12-16T00:16:11.414Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2913 [Pipeline] echo [2020-12-16T00:16:11.546Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2913 [Pipeline] echo [2020-12-16T00:16:11.702Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5d2f18fd7a819aa578ed0ebb4adf0de857e517ab [Pipeline] echo [2020-12-16T00:16:11.803Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5d2f18f [Pipeline] echo [2020-12-16T00:16:11.904Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-16T00:16:12.262Z] provisioning config files... [2020-12-16T00:16:12.315Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/11@tmp/config5061742761605292945tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-16T00:16:12.748Z] ---> docker-login.sh [2020-12-16T00:16:12.748Z] nexus3.edgexfoundry.org:10001 [2020-12-16T00:16:13.361Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T00:16:13.631Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T00:16:13.631Z] Configure a credential helper to remove this warning. See [2020-12-16T00:16:13.631Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T00:16:13.631Z] [2020-12-16T00:16:13.631Z] Login Succeeded [2020-12-16T00:16:13.631Z] nexus3.edgexfoundry.org:10002 [2020-12-16T00:16:13.908Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T00:16:13.908Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T00:16:13.908Z] Configure a credential helper to remove this warning. See [2020-12-16T00:16:13.908Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T00:16:13.908Z] [2020-12-16T00:16:13.908Z] Login Succeeded [2020-12-16T00:16:13.908Z] nexus3.edgexfoundry.org:10003 [2020-12-16T00:16:14.174Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T00:16:14.175Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T00:16:14.175Z] Configure a credential helper to remove this warning. See [2020-12-16T00:16:14.175Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T00:16:14.175Z] [2020-12-16T00:16:14.175Z] Login Succeeded [2020-12-16T00:16:14.175Z] nexus3.edgexfoundry.org:10004 [2020-12-16T00:16:14.442Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T00:16:14.717Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T00:16:14.717Z] Configure a credential helper to remove this warning. See [2020-12-16T00:16:14.717Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T00:16:14.717Z] [2020-12-16T00:16:14.717Z] Login Succeeded [2020-12-16T00:16:14.717Z] docker.io [2020-12-16T00:16:14.717Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T00:16:14.984Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T00:16:14.984Z] Configure a credential helper to remove this warning. See [2020-12-16T00:16:14.984Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T00:16:14.984Z] [2020-12-16T00:16:14.984Z] Login Succeeded [2020-12-16T00:16:14.984Z] ---> docker-login.sh ends [Pipeline] } [2020-12-16T00:16:15.009Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-16T00:16:15.543Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-12-16T00:16:15.544Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T00:16:15.544Z] ++ dirname cmd/core-command/Dockerfile [2020-12-16T00:16:15.544Z] ++ cut -d/ -f2 [2020-12-16T00:16:15.544Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-16T00:16:15.544Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T00:16:15.544Z] ++ cut -d/ -f2 [2020-12-16T00:16:15.544Z] ++ dirname cmd/core-data/Dockerfile [2020-12-16T00:16:15.544Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-16T00:16:15.544Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T00:16:15.544Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-16T00:16:15.544Z] ++ cut -d/ -f2 [2020-12-16T00:16:15.544Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-16T00:16:15.544Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T00:16:15.544Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-16T00:16:15.544Z] ++ cut -d/ -f2 [2020-12-16T00:16:15.544Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-16T00:16:15.544Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T00:16:15.544Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-16T00:16:15.544Z] ++ cut -d/ -f2 [2020-12-16T00:16:15.544Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-16T00:16:15.544Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T00:16:15.544Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-16T00:16:15.544Z] ++ cut -d/ -f2 [2020-12-16T00:16:15.544Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-16T00:16:15.544Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T00:16:15.544Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-16T00:16:15.544Z] ++ cut -d/ -f2 [2020-12-16T00:16:15.544Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-16T00:16:15.544Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T00:16:15.544Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-16T00:16:15.544Z] ++ cut -d/ -f2 [2020-12-16T00:16:15.544Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-16T00:16:15.544Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T00:16:15.544Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-16T00:16:15.544Z] ++ cut -d/ -f2 [2020-12-16T00:16:15.544Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-16T00:16:15.666Z] 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/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-12-16T00:16:17.525Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-16T00:16:17.525Z] [2020-12-16T00:16:17.525Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T00:16:18.046Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-16T00:16:18.046Z] latest: Pulling from edgex-devops/git-semver [2020-12-16T00:16:18.046Z] 31603596830f: Pulling fs layer [2020-12-16T00:16:18.046Z] 2a8b12db71e7: Pulling fs layer [2020-12-16T00:16:18.046Z] 6ca5941a6612: Pulling fs layer [2020-12-16T00:16:18.046Z] ecc8261a40a4: Pulling fs layer [2020-12-16T00:16:18.046Z] ecc8261a40a4: Waiting [2020-12-16T00:16:18.046Z] 2a8b12db71e7: Verifying Checksum [2020-12-16T00:16:18.046Z] 2a8b12db71e7: Download complete [2020-12-16T00:16:18.321Z] 31603596830f: Verifying Checksum [2020-12-16T00:16:18.321Z] 31603596830f: Download complete [2020-12-16T00:16:18.610Z] ecc8261a40a4: Verifying Checksum [2020-12-16T00:16:18.610Z] ecc8261a40a4: Download complete [2020-12-16T00:16:18.923Z] 6ca5941a6612: Verifying Checksum [2020-12-16T00:16:18.923Z] 6ca5941a6612: Download complete [2020-12-16T00:16:19.236Z] 31603596830f: Pull complete [2020-12-16T00:16:19.512Z] 2a8b12db71e7: Pull complete [2020-12-16T00:16:21.535Z] 6ca5941a6612: Pull complete [2020-12-16T00:16:21.817Z] ecc8261a40a4: Pull complete [2020-12-16T00:16:21.817Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-16T00:16:21.817Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-16T00:16:21.817Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-16T00:16:22.072Z] prd-centos7-docker-4c-2g-16196 does not seem to be running inside a container [2020-12-16T00:16:22.165Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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:10004/edgex-devops/git-semver:latest cat [2020-12-16T00:16:25.589Z] $ docker top 11258c9a3f689d03a2f5f4aeb8e40af3896cf68613e5b6fd0de0bef213df7950 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-16T00:16:26.216Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-16T00:16:26.216Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-16T00:16:26.592Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-16T00:16:26.600Z] $ docker exec 11258c9a3f689d03a2f5f4aeb8e40af3896cf68613e5b6fd0de0bef213df7950 ssh-agent [2020-12-16T00:16:26.972Z] SSH_AUTH_SOCK=/tmp/ssh-SxC1f8nBafrh/agent.11 [2020-12-16T00:16:26.972Z] SSH_AGENT_PID=16 [2020-12-16T00:16:27.001Z] Running ssh-add (command line suppressed) [2020-12-16T00:16:27.252Z] Identity added: /w/workspace/edgex-go/11@tmp/private_key_2645135800632351740.key (/w/workspace/edgex-go/11@tmp/private_key_2645135800632351740.key) [2020-12-16T00:16:27.354Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-16T00:16:27.735Z] + git tag --points-at HEAD [Pipeline] } [2020-12-16T00:16:27.775Z] $ docker exec --env ******** --env ******** 11258c9a3f689d03a2f5f4aeb8e40af3896cf68613e5b6fd0de0bef213df7950 ssh-agent -k [2020-12-16T00:16:28.097Z] unset SSH_AUTH_SOCK; [2020-12-16T00:16:28.098Z] unset SSH_AGENT_PID; [2020-12-16T00:16:28.098Z] echo Agent pid 16 killed; [2020-12-16T00:16:28.286Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-16T00:16:28.432Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-16T00:16:28.432Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-16T00:16:28.915Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-16T00:16:28.926Z] $ docker exec 11258c9a3f689d03a2f5f4aeb8e40af3896cf68613e5b6fd0de0bef213df7950 ssh-agent [2020-12-16T00:16:29.303Z] SSH_AUTH_SOCK=/tmp/ssh-PBwM3cPwhX1x/agent.45 [2020-12-16T00:16:29.303Z] SSH_AGENT_PID=51 [2020-12-16T00:16:29.402Z] Running ssh-add (command line suppressed) [2020-12-16T00:16:29.668Z] Identity added: /w/workspace/edgex-go/11@tmp/private_key_2989061275459341238.key (/w/workspace/edgex-go/11@tmp/private_key_2989061275459341238.key) [2020-12-16T00:16:29.882Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-16T00:16:30.470Z] + git semver init [2020-12-16T00:16:30.941Z] # -> Open(): unable to determine branch for HEAD [2020-12-16T00:16:30.941Z] # $GIT_DIR = /w/workspace/edgex-go/11/.git [2020-12-16T00:16:30.941Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/11 [2020-12-16T00:16:30.941Z] # $SEMVER_REMOTE_NAME = origin [2020-12-16T00:16:30.941Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-16T00:16:30.941Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-16T00:16:30.941Z] # $SEMVER_BRANCH = PR-2913 [2020-12-16T00:16:30.941Z] # $SEMVER_TEMP = /tmp/semver-670568369 [2020-12-16T00:16:30.941Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-16T00:17:04.135Z] # '/tmp/semver-670568369' -> '/w/workspace/edgex-go/11/.semver' [2020-12-16T00:17:05.206Z] # -> Force: false [2020-12-16T00:17:05.497Z] # $SEMVER_DIR = /w/workspace/edgex-go/11/.semver [Pipeline] } [2020-12-16T00:17:05.550Z] $ docker exec --env ******** --env ******** 11258c9a3f689d03a2f5f4aeb8e40af3896cf68613e5b6fd0de0bef213df7950 ssh-agent -k [2020-12-16T00:17:06.018Z] unset SSH_AUTH_SOCK; [2020-12-16T00:17:06.019Z] unset SSH_AGENT_PID; [2020-12-16T00:17:06.019Z] echo Agent pid 51 killed; [2020-12-16T00:17:06.187Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-16T00:17:06.696Z] + git semver [Pipeline] } [2020-12-16T00:17:06.734Z] $ docker stop --time=1 11258c9a3f689d03a2f5f4aeb8e40af3896cf68613e5b6fd0de0bef213df7950 [2020-12-16T00:17:08.805Z] $ docker rm -f 11258c9a3f689d03a2f5f4aeb8e40af3896cf68613e5b6fd0de0bef213df7950 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-16T00:17:09.700Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-16T00:17:10.627Z] Stashed 1 file(s) [Pipeline] echo [2020-12-16T00:17:10.630Z] [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] sh [2020-12-16T00:17:11.986Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-16T00:17:12.320Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-16T00:17:12.678Z] + sudo service docker restart [2020-12-16T00:17:12.678Z] + true [2020-12-16T00:17:12.678Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-16T00:17:14.147Z] ========================================================= [2020-12-16T00:17:14.147Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-16T00:17:14.147Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-16T00:17:14.520Z] + 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-12-16T00:17:21.359Z] Sending build context to Docker daemon 326.3MB [2020-12-16T00:17:21.359Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-16T00:17:21.359Z] Step 2/7 : FROM ${BASE} [2020-12-16T00:17:21.359Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-16T00:17:21.359Z] 188c0c94c7c5: Pulling fs layer [2020-12-16T00:17:21.359Z] 0ef7d3d256c8: Pulling fs layer [2020-12-16T00:17:21.359Z] de9db76c5a1d: Pulling fs layer [2020-12-16T00:17:21.359Z] bca2f99d35d6: Pulling fs layer [2020-12-16T00:17:21.359Z] 93359f2a8cfa: Pulling fs layer [2020-12-16T00:17:21.359Z] 7c6f9722023f: Pulling fs layer [2020-12-16T00:17:21.359Z] a35cf1a2eb13: Pulling fs layer [2020-12-16T00:17:21.359Z] 93359f2a8cfa: Waiting [2020-12-16T00:17:21.359Z] 7c6f9722023f: Waiting [2020-12-16T00:17:21.359Z] bca2f99d35d6: Waiting [2020-12-16T00:17:21.359Z] a35cf1a2eb13: Waiting [2020-12-16T00:17:21.360Z] de9db76c5a1d: Verifying Checksum [2020-12-16T00:17:21.360Z] de9db76c5a1d: Download complete [2020-12-16T00:17:21.360Z] 0ef7d3d256c8: Download complete [2020-12-16T00:17:21.360Z] 93359f2a8cfa: Verifying Checksum [2020-12-16T00:17:21.360Z] 93359f2a8cfa: Download complete [2020-12-16T00:17:21.626Z] 7c6f9722023f: Verifying Checksum [2020-12-16T00:17:21.626Z] 7c6f9722023f: Download complete [2020-12-16T00:17:22.232Z] 188c0c94c7c5: Verifying Checksum [2020-12-16T00:17:22.232Z] 188c0c94c7c5: Download complete [2020-12-16T00:17:22.878Z] 188c0c94c7c5: Pull complete [2020-12-16T00:17:23.156Z] 0ef7d3d256c8: Pull complete [2020-12-16T00:17:23.437Z] de9db76c5a1d: Pull complete [2020-12-16T00:17:26.208Z] Still waiting to schedule task [2020-12-16T00:17:26.208Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-16193’ [2020-12-16T00:17:26.232Z] a35cf1a2eb13: Download complete [2020-12-16T00:17:27.779Z] bca2f99d35d6: Verifying Checksum [2020-12-16T00:17:27.779Z] bca2f99d35d6: Download complete [2020-12-16T00:17:36.062Z] bca2f99d35d6: Pull complete [2020-12-16T00:17:36.330Z] 93359f2a8cfa: Pull complete [2020-12-16T00:17:36.611Z] 7c6f9722023f: Pull complete [2020-12-16T00:17:40.990Z] a35cf1a2eb13: Pull complete [2020-12-16T00:17:40.990Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-16T00:17:40.990Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-16T00:17:40.990Z] ---> a62c8e92a672 [2020-12-16T00:17:40.990Z] 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-12-16T00:17:41.259Z] ---> Running in 63e01e74ce08 [2020-12-16T00:17:42.265Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T00:17:42.879Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T00:17:43.476Z] (1/12) Installing libmagic (5.38-r0) [2020-12-16T00:17:43.744Z] (2/12) Installing file (5.38-r0) [2020-12-16T00:17:43.744Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-16T00:17:44.016Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-16T00:17:47.444Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-16T00:17:47.444Z] (6/12) Installing patch (2.7.6-r6) [2020-12-16T00:17:47.444Z] (7/12) Installing build-base (0.5-r2) [2020-12-16T00:17:47.712Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-16T00:17:47.712Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-16T00:17:47.980Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-16T00:17:47.980Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-16T00:17:47.980Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-16T00:17:48.251Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T00:17:48.251Z] OK: 233 MiB in 51 packages [2020-12-16T00:17:52.592Z] Removing intermediate container 63e01e74ce08 [2020-12-16T00:17:52.592Z] ---> 6752db9b8e0c [2020-12-16T00:17:52.592Z] Step 4/7 : WORKDIR /edgex-go [2020-12-16T00:17:52.592Z] ---> Running in 81ea6b591921 [2020-12-16T00:17:52.592Z] Removing intermediate container 81ea6b591921 [2020-12-16T00:17:52.592Z] ---> 61e9ac86b1bc [2020-12-16T00:17:52.592Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-16T00:17:53.227Z] latest: Pulling from library/docker [2020-12-16T00:17:53.513Z] 05e7bc50f07f: Pulling fs layer [2020-12-16T00:17:53.513Z] 6db28d0fdbf6: Pulling fs layer [2020-12-16T00:17:53.513Z] 292df0bc6bf3: Pulling fs layer [2020-12-16T00:17:53.513Z] a3104fdc50d0: Pulling fs layer [2020-12-16T00:17:53.513Z] a8e67d69e12c: Pulling fs layer [2020-12-16T00:17:53.513Z] 1ede2b221ee4: Pulling fs layer [2020-12-16T00:17:53.513Z] fc74c0d5b799: Pulling fs layer [2020-12-16T00:17:53.513Z] a3104fdc50d0: Waiting [2020-12-16T00:17:53.513Z] a8e67d69e12c: Waiting [2020-12-16T00:17:53.513Z] 1ede2b221ee4: Waiting [2020-12-16T00:17:53.513Z] fc74c0d5b799: Waiting [2020-12-16T00:17:53.850Z] 05e7bc50f07f: Verifying Checksum [2020-12-16T00:17:53.850Z] 05e7bc50f07f: Download complete [2020-12-16T00:17:53.850Z] 6db28d0fdbf6: Verifying Checksum [2020-12-16T00:17:53.850Z] 6db28d0fdbf6: Download complete [2020-12-16T00:17:53.850Z] 292df0bc6bf3: Verifying Checksum [2020-12-16T00:17:53.850Z] 292df0bc6bf3: Download complete [2020-12-16T00:17:53.850Z] a8e67d69e12c: Verifying Checksum [2020-12-16T00:17:53.850Z] a8e67d69e12c: Download complete [2020-12-16T00:17:54.312Z] 1ede2b221ee4: Verifying Checksum [2020-12-16T00:17:54.312Z] 1ede2b221ee4: Download complete [2020-12-16T00:17:54.312Z] fc74c0d5b799: Verifying Checksum [2020-12-16T00:17:54.312Z] fc74c0d5b799: Download complete [2020-12-16T00:17:54.312Z] 05e7bc50f07f: Pull complete [2020-12-16T00:17:54.960Z] 6db28d0fdbf6: Pull complete [2020-12-16T00:17:55.321Z] 292df0bc6bf3: Pull complete [2020-12-16T00:17:55.593Z] a3104fdc50d0: Verifying Checksum [2020-12-16T00:17:55.593Z] a3104fdc50d0: Download complete [2020-12-16T00:18:01.024Z] a3104fdc50d0: Pull complete [2020-12-16T00:18:01.354Z] a8e67d69e12c: Pull complete [2020-12-16T00:18:01.666Z] 1ede2b221ee4: Pull complete [2020-12-16T00:18:02.047Z] fc74c0d5b799: Pull complete [2020-12-16T00:18:02.047Z] Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 [2020-12-16T00:18:02.047Z] Status: Downloaded newer image for docker:latest [2020-12-16T00:18:05.637Z] ---> 5a7f691f479d [2020-12-16T00:18:05.637Z] Step 6/7 : COPY go.mod . [2020-12-16T00:18:05.637Z] ---> 4c90ebf51c25 [2020-12-16T00:18:05.637Z] Step 7/7 : RUN go mod download [2020-12-16T00:18:05.918Z] ---> Running in c6884fd345e6 [2020-12-16T00:18:33.060Z] Removing intermediate container c6884fd345e6 [2020-12-16T00:18:33.060Z] ---> c6e43dfc49c6 [2020-12-16T00:18:33.060Z] Successfully built c6e43dfc49c6 [2020-12-16T00:18:33.060Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T00:18:33.429Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-16T00:18:33.698Z] . [Pipeline] withDockerContainer [2020-12-16T00:18:34.162Z] prd-centos7-docker-4c-2g-16196 does not seem to be running inside a container [2020-12-16T00:18:34.338Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-16T00:18:35.925Z] $ docker top 1f880b66072cb1e69bf7342ad5db4f1e54e0c226211cf0459b0300fb856baba0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T00:18:36.629Z] + go version [2020-12-16T00:18:36.942Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-16T00:18:37.001Z] $ docker stop --time=1 1f880b66072cb1e69bf7342ad5db4f1e54e0c226211cf0459b0300fb856baba0 [2020-12-16T00:18:38.649Z] $ docker rm -f 1f880b66072cb1e69bf7342ad5db4f1e54e0c226211cf0459b0300fb856baba0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T00:18:39.780Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-16T00:18:39.780Z] . [Pipeline] withDockerContainer [2020-12-16T00:18:40.062Z] prd-centos7-docker-4c-2g-16196 does not seem to be running inside a container [2020-12-16T00:18:40.221Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-16T00:18:42.298Z] $ docker top 1b579d4bc577eeaa68906ffe4d05addb01b345564de69c6799adfff4fa5fbbfb -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-16T00:18:42.727Z] ========================================================= [2020-12-16T00:18:42.727Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-16T00:18:42.727Z] ========================================================= [Pipeline] sh [2020-12-16T00:18:43.711Z] + make test [2020-12-16T00:18:43.711Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-16T00:19:02.274Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-16T00:19:29.558Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-16T00:19:43.425Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-16T00:19:43.425Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-16T00:19:43.425Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-16T00:19:43.425Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-16T00:19:43.733Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-16T00:19:44.379Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-16T00:19:45.028Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-16T00:19:45.695Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-16T00:19:47.154Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-16T00:19:48.782Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-16T00:19:48.782Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-16T00:19:48.782Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-16T00:19:54.487Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.360s coverage: 46.6% of statements [2020-12-16T00:19:54.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-16T00:19:54.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-16T00:19:54.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-16T00:19:54.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-16T00:19:54.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-16T00:20:01.998Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.619s coverage: 27.1% of statements [2020-12-16T00:20:01.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-16T00:20:01.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-16T00:20:01.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-16T00:20:01.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-16T00:20:01.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-16T00:20:01.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-16T00:20:01.998Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.069s coverage: 100.0% of statements [2020-12-16T00:20:01.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-16T00:20:01.998Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.093s coverage: 100.0% of statements [2020-12-16T00:20:01.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-16T00:20:01.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-16T00:20:01.998Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.542s coverage: 70.5% of statements [2020-12-16T00:20:01.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-16T00:20:01.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-16T00:20:01.998Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.597s coverage: 83.7% of statements [2020-12-16T00:20:01.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-16T00:20:01.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-16T00:20:01.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-16T00:20:01.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-16T00:20:06.707Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.894s coverage: 28.6% of statements [2020-12-16T00:20:06.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-16T00:20:06.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-16T00:20:06.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-16T00:20:06.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-16T00:20:06.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-16T00:20:06.708Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.073s coverage: 100.0% of statements [2020-12-16T00:20:06.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-16T00:20:06.708Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.088s coverage: 100.0% of statements [2020-12-16T00:20:06.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-16T00:20:06.708Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.230s coverage: 86.7% of statements [2020-12-16T00:20:06.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-16T00:20:07.428Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.279s coverage: 97.5% of statements [2020-12-16T00:20:07.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-16T00:20:08.844Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.250s coverage: 78.3% of statements [2020-12-16T00:20:08.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-16T00:20:08.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-16T00:20:08.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-16T00:20:08.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-16T00:20:13.538Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.146s coverage: 93.8% of statements [2020-12-16T00:20:13.539Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-16T00:20:13.539Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-16T00:20:13.539Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-16T00:20:13.539Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-16T00:20:13.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-16T00:20:13.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-16T00:20:13.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-16T00:20:13.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-16T00:20:13.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-16T00:20:13.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-16T00:20:13.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-16T00:20:13.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-16T00:20:13.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-16T00:20:13.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-16T00:20:13.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-16T00:20:13.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-16T00:20:13.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-16T00:20:13.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-16T00:20:13.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-16T00:20:13.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-16T00:20:13.539Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.119s coverage: 58.8% of statements [2020-12-16T00:20:13.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-16T00:20:13.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-16T00:20:13.539Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.323s coverage: 0.1% of statements [2020-12-16T00:20:13.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-16T00:20:13.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-16T00:20:13.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-16T00:20:13.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-16T00:20:13.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.089s coverage: 100.0% of statements [2020-12-16T00:20:13.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-16T00:20:13.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.172s coverage: 75.5% of statements [2020-12-16T00:20:13.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-16T00:20:13.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.078s coverage: 80.8% of statements [2020-12-16T00:20:15.123Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.337s coverage: 87.2% of statements [2020-12-16T00:20:15.462Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.100s coverage: 84.2% of statements [2020-12-16T00:20:16.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.249s coverage: 91.4% of statements [2020-12-16T00:20:16.600Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-16T00:20:18.820Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.591s coverage: 63.5% of statements [2020-12-16T00:20:18.820Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-16T00:20:18.820Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-16T00:20:18.820Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.138s coverage: 100.0% of statements [2020-12-16T00:20:18.820Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.114s coverage: 91.3% of statements [2020-12-16T00:20:18.820Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.091s coverage: 100.0% of statements [2020-12-16T00:20:18.820Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.101s coverage: 73.7% of statements [2020-12-16T00:20:19.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.053s coverage: 100.0% of statements [2020-12-16T00:20:23.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.955s coverage: 55.9% of statements [2020-12-16T00:20:23.122Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-16T00:20:23.122Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-16T00:20:23.122Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-16T00:20:23.122Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-16T00:20:23.122Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-16T00:20:23.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.335s coverage: 37.0% of statements [2020-12-16T00:20:23.122Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-16T00:20:23.122Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-16T00:20:23.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.659s coverage: 84.0% of statements [2020-12-16T00:20:23.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.076s coverage: 100.0% of statements [2020-12-16T00:20:28.813Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.314s coverage: 47.1% of statements [2020-12-16T00:20:28.813Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-16T00:20:28.813Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-16T00:20:28.813Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.073s coverage: 100.0% of statements [2020-12-16T00:20:28.813Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-16T00:20:28.813Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-16T00:20:28.813Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-16T00:20:28.813Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.131s coverage: 100.0% of statements [2020-12-16T00:20:28.813Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-16T00:20:28.813Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.089s coverage: 100.0% of statements [2020-12-16T00:20:28.813Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-16T00:20:31.012Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.325s coverage: 29.1% of statements [2020-12-16T00:20:31.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-16T00:20:31.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-16T00:20:31.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-16T00:20:31.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-16T00:20:31.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-16T00:20:31.012Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.096s coverage: 99.0% of statements [2020-12-16T00:20:31.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-16T00:20:31.012Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.067s coverage: 100.0% of statements [2020-12-16T00:20:31.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-16T00:20:31.012Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements [2020-12-16T00:20:31.012Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-16T00:20:31.012Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.064s coverage: 100.0% of statements [2020-12-16T00:20:31.012Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-16T00:20:31.012Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-16T00:20:31.012Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-16T00:20:31.013Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-16T00:20:31.013Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.098s coverage: 87.9% of statements [2020-12-16T00:20:31.013Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-16T00:20:31.013Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-16T00:20:31.013Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.083s coverage: 100.0% of statements [2020-12-16T00:20:32.481Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.138s coverage: 32.1% of statements [2020-12-16T00:20:32.754Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.203s coverage: 100.0% of statements [2020-12-16T00:20:33.734Z] GO111MODULE=on go vet ./... [2020-12-16T00:21:08.975Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-16199 in /w/workspace/edgexfoundry_edgex-go_PR-2913 [Pipeline] { [Pipeline] ws [2020-12-16T00:21:09.045Z] Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] checkout [2020-12-16T00:21:14.330Z] using credential edgex-jenkins-ssh [2020-12-16T00:21:14.400Z] Cloning the remote Git repository [2020-12-16T00:21:14.459Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-16T00:21:14.572Z] > git init /w/workspace/edgex-go/11 # timeout=10 [2020-12-16T00:21:14.651Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-16T00:21:14.652Z] > git --version # timeout=10 [2020-12-16T00:21:14.673Z] > git --version # 'git version 2.17.1' [2020-12-16T00:21:14.674Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T00:21:14.759Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-16T00:21:21.135Z] gofmt -l . [2020-12-16T00:21:21.136Z] [ "`gofmt -l .`" = "" ] [2020-12-16T00:21:21.136Z] ./bin/test-go-mod-tidy.sh [2020-12-16T00:21:21.728Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-16T00:21:25.181Z] + ls -al . [2020-12-16T00:21:25.181Z] total 632 [2020-12-16T00:21:25.181Z] drwxrwxr-x 10 1001 1001 4096 Dec 16 00:21 . [2020-12-16T00:21:25.181Z] drwxr-xr-x 4 root root 30 Dec 16 00:18 .. [2020-12-16T00:21:25.181Z] -rw-rw-r-- 1 1001 1001 11 Dec 16 00:15 .dockerignore [2020-12-16T00:21:25.181Z] drwxrwxr-x 8 1001 1001 179 Dec 16 00:16 .git [2020-12-16T00:21:25.181Z] drwxrwxr-x 3 1001 1001 125 Dec 16 00:15 .github [2020-12-16T00:21:25.181Z] -rw-rw-r-- 1 1001 1001 848 Dec 16 00:15 .gitignore [2020-12-16T00:21:25.181Z] drwx------ 3 1001 1001 47 Dec 16 00:17 .semver [2020-12-16T00:21:25.181Z] -rw-rw-r-- 1 1001 1001 166 Dec 16 00:15 .sonarcloud.properties [2020-12-16T00:21:25.181Z] -rw-rw-r-- 1 1001 1001 3804 Dec 16 00:15 CONTRIBUTING.md [2020-12-16T00:21:25.181Z] -rw-rw-r-- 1 1001 1001 1035 Dec 16 00:15 Dockerfile.build [2020-12-16T00:21:25.181Z] -rw-rw-r-- 1 1001 1001 863 Dec 16 00:15 Jenkinsfile [2020-12-16T00:21:25.181Z] -rw-rw-r-- 1 1001 1001 10775 Dec 16 00:15 LICENSE [2020-12-16T00:21:25.181Z] -rw-rw-r-- 1 1001 1001 5750 Dec 16 00:15 Makefile [2020-12-16T00:21:25.181Z] -rw-rw-r-- 1 1001 1001 6596 Dec 16 00:15 README.md [2020-12-16T00:21:25.181Z] -rw-rw-r-- 1 1001 1001 6744 Dec 16 00:15 SECURITY.md [2020-12-16T00:21:25.181Z] -rw-rw-r-- 1 1001 1001 5 Dec 16 00:17 VERSION [2020-12-16T00:21:25.181Z] -rw-rw-r-- 1 1001 1001 4131 Dec 16 00:15 ZMQWindows.md [2020-12-16T00:21:25.181Z] drwxrwxr-x 2 1001 1001 117 Dec 16 00:15 bin [2020-12-16T00:21:25.181Z] drwxrwxr-x 14 1001 1001 4096 Dec 16 00:15 cmd [2020-12-16T00:21:25.181Z] -rw-r--r-- 1 root root 535934 Dec 16 00:20 coverage.out [2020-12-16T00:21:25.181Z] -rw-r--r-- 1 root root 1041 Dec 16 00:21 go.mod [2020-12-16T00:21:25.181Z] -rw-r--r-- 1 root root 18856 Dec 16 00:21 go.sum [2020-12-16T00:21:25.181Z] drwxrwxr-x 8 1001 1001 127 Dec 16 00:15 internal [2020-12-16T00:21:25.181Z] drwxrwxr-x 4 1001 1001 26 Dec 16 00:15 openapi [2020-12-16T00:21:25.181Z] drwxrwxr-x 4 1001 1001 71 Dec 16 00:15 snap [2020-12-16T00:21:25.181Z] -rw-rw-r-- 1 1001 1001 168 Dec 16 00:15 version.go [Pipeline] sh [2020-12-16T00:21:25.921Z] + '[' -e coverage.out ] [2020-12-16T00:21:25.921Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-16T00:21:26.204Z] Stashed 1 file(s) [Pipeline] sh [2020-12-16T00:21:26.520Z] + make build [2020-12-16T00:21:26.520Z] 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-12-16T00:21:30.781Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-16T00:21:30.801Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-16T00:21:30.832Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-16T00:21:30.877Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-16T00:21:30.877Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T00:21:30.890Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2913/head:refs/remotes/origin/PR-2913 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-16T00:21:31.612Z] Merging remotes/origin/master commit 57027b830a506e4aebc0dcaa3e3cd565868e69a4 into PR head commit 5d2f18fd7a819aa578ed0ebb4adf0de857e517ab [2020-12-16T00:21:32.035Z] Merge succeeded, producing 5d2f18fd7a819aa578ed0ebb4adf0de857e517ab [2020-12-16T00:21:32.035Z] Checking out Revision 5d2f18fd7a819aa578ed0ebb4adf0de857e517ab (PR-2913) [2020-12-16T00:21:33.244Z] 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-12-16T00:21:31.637Z] > git config core.sparsecheckout # timeout=10 [2020-12-16T00:21:31.651Z] > git checkout -f 5d2f18fd7a819aa578ed0ebb4adf0de857e517ab # timeout=10 [2020-12-16T00:21:31.940Z] > git remote # timeout=10 [2020-12-16T00:21:31.962Z] > git config --get remote.origin.url # timeout=10 [2020-12-16T00:21:31.984Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T00:21:31.993Z] > git merge 57027b830a506e4aebc0dcaa3e3cd565868e69a4 # timeout=10 [2020-12-16T00:21:32.018Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-16T00:21:32.043Z] > git config core.sparsecheckout # timeout=10 [2020-12-16T00:21:32.054Z] > git checkout -f 5d2f18fd7a819aa578ed0ebb4adf0de857e517ab # timeout=10 [2020-12-16T00:21:36.686Z] Commit message: "build(snap): Address PR feedback" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-16T00:21:38.217Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-16T00:21:38.648Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-16T00:21:38.992Z] + sudo service docker restart [2020-12-16T00:21:38.992Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-16T00:21:41.097Z] provisioning config files... [2020-12-16T00:21:41.219Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/11@tmp/config3316769979153209502tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-16T00:21:41.699Z] ---> docker-login.sh [2020-12-16T00:21:41.699Z] nexus3.edgexfoundry.org:10001 [2020-12-16T00:21:42.300Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T00:21:43.273Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T00:21:43.273Z] Configure a credential helper to remove this warning. See [2020-12-16T00:21:43.273Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T00:21:43.273Z] [2020-12-16T00:21:43.273Z] Login Succeeded [2020-12-16T00:21:43.273Z] nexus3.edgexfoundry.org:10002 [2020-12-16T00:21:43.548Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T00:21:43.823Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T00:21:43.823Z] Configure a credential helper to remove this warning. See [2020-12-16T00:21:43.823Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T00:21:43.823Z] [2020-12-16T00:21:43.823Z] Login Succeeded [2020-12-16T00:21:43.823Z] nexus3.edgexfoundry.org:10003 [2020-12-16T00:21:44.101Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T00:21:44.101Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T00:21:44.101Z] Configure a credential helper to remove this warning. See [2020-12-16T00:21:44.101Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T00:21:44.101Z] [2020-12-16T00:21:44.101Z] Login Succeeded [2020-12-16T00:21:44.377Z] nexus3.edgexfoundry.org:10004 [2020-12-16T00:21:44.651Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T00:21:44.651Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T00:21:44.651Z] Configure a credential helper to remove this warning. See [2020-12-16T00:21:44.651Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T00:21:44.651Z] [2020-12-16T00:21:44.651Z] Login Succeeded [2020-12-16T00:21:44.651Z] docker.io [2020-12-16T00:21:45.249Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T00:21:45.520Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T00:21:45.521Z] Configure a credential helper to remove this warning. See [2020-12-16T00:21:45.521Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T00:21:45.521Z] [2020-12-16T00:21:45.521Z] Login Succeeded [2020-12-16T00:21:45.521Z] ---> docker-login.sh ends [Pipeline] } [2020-12-16T00:21:45.538Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-16T00:21:45.945Z] ========================================================= [2020-12-16T00:21:45.945Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-16T00:21:45.945Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-16T00:21:46.321Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-12-16T00:21:48.486Z] 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-12-16T00:21:48.983Z] Sending build context to Docker daemon 165.5MB [2020-12-16T00:21:48.983Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-16T00:21:48.983Z] Step 2/7 : FROM ${BASE} [2020-12-16T00:21:48.983Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-16T00:21:48.983Z] 5f621e34cdf4: Pulling fs layer [2020-12-16T00:21:48.983Z] a4357932f1b6: Pulling fs layer [2020-12-16T00:21:48.983Z] 18c013af1878: Pulling fs layer [2020-12-16T00:21:48.983Z] 00ac8860ef70: Pulling fs layer [2020-12-16T00:21:48.983Z] 63d7cb157983: Pulling fs layer [2020-12-16T00:21:48.983Z] b116817d02f9: Pulling fs layer [2020-12-16T00:21:48.983Z] 745a02a5169b: Pulling fs layer [2020-12-16T00:21:48.983Z] 00ac8860ef70: Waiting [2020-12-16T00:21:48.983Z] 63d7cb157983: Waiting [2020-12-16T00:21:48.983Z] b116817d02f9: Waiting [2020-12-16T00:21:48.983Z] 745a02a5169b: Waiting [2020-12-16T00:21:48.983Z] 18c013af1878: Verifying Checksum [2020-12-16T00:21:48.983Z] 18c013af1878: Download complete [2020-12-16T00:21:48.983Z] a4357932f1b6: Download complete [2020-12-16T00:21:48.983Z] 63d7cb157983: Verifying Checksum [2020-12-16T00:21:48.983Z] 63d7cb157983: Download complete [2020-12-16T00:21:48.983Z] 5f621e34cdf4: Verifying Checksum [2020-12-16T00:21:48.983Z] 5f621e34cdf4: Download complete [2020-12-16T00:21:48.983Z] b116817d02f9: Verifying Checksum [2020-12-16T00:21:48.983Z] b116817d02f9: Download complete [2020-12-16T00:21:49.097Z] 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-12-16T00:21:49.590Z] 5f621e34cdf4: Pull complete [2020-12-16T00:21:50.189Z] a4357932f1b6: Pull complete [2020-12-16T00:21:50.470Z] 18c013af1878: Pull complete [2020-12-16T00:21:51.071Z] 745a02a5169b: Verifying Checksum [2020-12-16T00:21:51.071Z] 745a02a5169b: Download complete [2020-12-16T00:21:51.765Z] 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-12-16T00:21:52.055Z] 00ac8860ef70: Verifying Checksum [2020-12-16T00:21:52.055Z] 00ac8860ef70: Download complete [2020-12-16T00:21:52.387Z] 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-12-16T00:21:55.824Z] 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-12-16T00:21:58.518Z] 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-12-16T00:22:00.624Z] 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-12-16T00:22:02.205Z] 00ac8860ef70: Pull complete [2020-12-16T00:22:02.205Z] 63d7cb157983: Pull complete [2020-12-16T00:22:02.205Z] b116817d02f9: Pull complete [2020-12-16T00:22:05.165Z] 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-12-16T00:22:06.528Z] 745a02a5169b: Pull complete [2020-12-16T00:22:06.528Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-16T00:22:06.528Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-16T00:22:06.528Z] ---> b7e6874047d6 [2020-12-16T00:22:06.528Z] 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-12-16T00:22:07.225Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-16T00:22:09.659Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-16T00:22:09.918Z] ---> Running in f1cc10065e94 [2020-12-16T00:22:10.896Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] } [2020-12-16T00:22:11.274Z] $ docker stop --time=1 1b579d4bc577eeaa68906ffe4d05addb01b345564de69c6799adfff4fa5fbbfb [2020-12-16T00:22:11.490Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T00:22:12.469Z] (1/12) Installing libmagic (5.38-r0) [2020-12-16T00:22:12.741Z] (2/12) Installing file (5.38-r0) [2020-12-16T00:22:12.741Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-16T00:22:12.741Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-16T00:22:13.334Z] $ docker rm -f 1b579d4bc577eeaa68906ffe4d05addb01b345564de69c6799adfff4fa5fbbfb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T00:22:16.801Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-16T00:22:17.072Z] [2020-12-16T00:22:17.072Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T00:22:17.482Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-16T00:22:17.753Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-16T00:22:17.753Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-16T00:22:17.753Z] ca9280d653b3: Pulling fs layer [2020-12-16T00:22:17.753Z] 7e9c9ca2126c: Pulling fs layer [2020-12-16T00:22:18.034Z] cbdbe7a5bc2a: Verifying Checksum [2020-12-16T00:22:18.034Z] cbdbe7a5bc2a: Download complete [2020-12-16T00:22:19.057Z] cbdbe7a5bc2a: Pull complete [2020-12-16T00:22:19.057Z] ca9280d653b3: Verifying Checksum [2020-12-16T00:22:19.057Z] ca9280d653b3: Download complete [2020-12-16T00:22:19.461Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-16T00:22:19.461Z] (6/12) Installing patch (2.7.6-r6) [2020-12-16T00:22:19.461Z] (7/12) Installing build-base (0.5-r2) [2020-12-16T00:22:19.461Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-16T00:22:19.461Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-16T00:22:19.461Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-16T00:22:19.461Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-16T00:22:19.461Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-16T00:22:19.461Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T00:22:19.461Z] OK: 217 MiB in 51 packages [2020-12-16T00:22:21.816Z] ca9280d653b3: Pull complete [2020-12-16T00:22:22.871Z] 7e9c9ca2126c: Verifying Checksum [2020-12-16T00:22:22.871Z] 7e9c9ca2126c: Download complete [2020-12-16T00:22:23.760Z] Removing intermediate container f1cc10065e94 [2020-12-16T00:22:23.760Z] ---> 11d10e52f384 [2020-12-16T00:22:23.760Z] Step 4/7 : WORKDIR /edgex-go [2020-12-16T00:22:23.760Z] ---> Running in 9ea18f43dc70 [2020-12-16T00:22:23.760Z] Removing intermediate container 9ea18f43dc70 [2020-12-16T00:22:23.760Z] ---> 4102216dbc91 [2020-12-16T00:22:23.760Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-16T00:22:24.356Z] latest: Pulling from library/docker [2020-12-16T00:22:24.356Z] a3cc7d3b244e: Pulling fs layer [2020-12-16T00:22:24.356Z] 02a3295e0d61: Pulling fs layer [2020-12-16T00:22:24.356Z] 0f4f2e6d8100: Pulling fs layer [2020-12-16T00:22:24.356Z] 065c9533d613: Pulling fs layer [2020-12-16T00:22:24.356Z] 9fce0df16b8b: Pulling fs layer [2020-12-16T00:22:24.356Z] e3faa53604c1: Pulling fs layer [2020-12-16T00:22:24.356Z] 04b5adaa2053: Pulling fs layer [2020-12-16T00:22:24.356Z] 065c9533d613: Waiting [2020-12-16T00:22:24.356Z] e3faa53604c1: Waiting [2020-12-16T00:22:24.356Z] 9fce0df16b8b: Waiting [2020-12-16T00:22:24.356Z] 04b5adaa2053: Waiting [2020-12-16T00:22:24.632Z] 0f4f2e6d8100: Download complete [2020-12-16T00:22:24.632Z] 02a3295e0d61: Verifying Checksum [2020-12-16T00:22:24.632Z] 02a3295e0d61: Download complete [2020-12-16T00:22:24.632Z] a3cc7d3b244e: Verifying Checksum [2020-12-16T00:22:24.907Z] 9fce0df16b8b: Verifying Checksum [2020-12-16T00:22:24.907Z] 9fce0df16b8b: Download complete [2020-12-16T00:22:24.907Z] e3faa53604c1: Verifying Checksum [2020-12-16T00:22:24.907Z] e3faa53604c1: Download complete [2020-12-16T00:22:24.907Z] 04b5adaa2053: Verifying Checksum [2020-12-16T00:22:24.907Z] 04b5adaa2053: Download complete [2020-12-16T00:22:25.521Z] a3cc7d3b244e: Pull complete [2020-12-16T00:22:26.129Z] 02a3295e0d61: Pull complete [2020-12-16T00:22:26.403Z] 065c9533d613: Verifying Checksum [2020-12-16T00:22:26.403Z] 065c9533d613: Download complete [2020-12-16T00:22:26.403Z] 0f4f2e6d8100: Pull complete [2020-12-16T00:22:30.743Z] 065c9533d613: Pull complete [2020-12-16T00:22:30.743Z] 9fce0df16b8b: Pull complete [2020-12-16T00:22:30.743Z] e3faa53604c1: Pull complete [2020-12-16T00:22:31.017Z] 04b5adaa2053: Pull complete [2020-12-16T00:22:31.017Z] Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 [2020-12-16T00:22:31.300Z] Status: Downloaded newer image for docker:latest [2020-12-16T00:22:34.706Z] ---> 960eebdafcd7 [2020-12-16T00:22:34.706Z] Step 6/7 : COPY go.mod . [2020-12-16T00:22:34.983Z] ---> 5293db1de8a6 [2020-12-16T00:22:34.983Z] Step 7/7 : RUN go mod download [2020-12-16T00:22:35.259Z] ---> Running in 2ba697f71a7b [2020-12-16T00:22:35.897Z] 7e9c9ca2126c: Pull complete [2020-12-16T00:22:35.897Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-16T00:22:35.897Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-16T00:22:35.897Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-16T00:22:36.249Z] prd-centos7-docker-4c-2g-16196 does not seem to be running inside a container [2020-12-16T00:22:36.443Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-16T00:22:39.774Z] $ docker top 59a9e71d73f4dd05b53bbe6fc97f89ae123a09fde620640b5285a5e9386a8282 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T00:22:41.034Z] + docker-compose build --help [2020-12-16T00:22:41.034Z] + grep parallel [2020-12-16T00:22:42.533Z] --parallel Build images in parallel. [Pipeline] } [2020-12-16T00:22:42.558Z] $ docker stop --time=1 59a9e71d73f4dd05b53bbe6fc97f89ae123a09fde620640b5285a5e9386a8282 [2020-12-16T00:22:44.144Z] $ docker rm -f 59a9e71d73f4dd05b53bbe6fc97f89ae123a09fde620640b5285a5e9386a8282 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T00:22:45.280Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-16T00:22:45.280Z] . [Pipeline] withDockerContainer [2020-12-16T00:22:45.623Z] prd-centos7-docker-4c-2g-16196 does not seem to be running inside a container [2020-12-16T00:22:45.779Z] $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-16T00:22:47.664Z] $ docker top 25f507da8993598e9197a0ea1cc938fc09acc45075a5c395aa243dec2143455d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T00:22:49.065Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-16T00:22:51.077Z] Building docker-core-command-go ... [2020-12-16T00:22:51.077Z] Building docker-core-data-go ... [2020-12-16T00:22:51.077Z] Building docker-core-metadata-go ... [2020-12-16T00:22:51.077Z] Building docker-security-bootstrap-redis-go ... [2020-12-16T00:22:51.077Z] Building docker-security-proxy-setup-go ... [2020-12-16T00:22:51.077Z] Building docker-security-secretstore-setup-go ... [2020-12-16T00:22:51.077Z] Building docker-support-notifications-go ... [2020-12-16T00:22:51.077Z] Building docker-support-scheduler-go ... [2020-12-16T00:22:51.077Z] Building docker-sys-mgmt-agent-go ... [2020-12-16T00:22:51.077Z] Building docker-core-data-go [2020-12-16T00:22:51.077Z] Building docker-security-bootstrap-redis-go [2020-12-16T00:22:51.077Z] Building docker-support-notifications-go [2020-12-16T00:22:51.077Z] Building docker-security-proxy-setup-go [2020-12-16T00:22:51.077Z] Building docker-support-scheduler-go [2020-12-16T00:23:02.083Z] Removing intermediate container 2ba697f71a7b [2020-12-16T00:23:02.083Z] ---> 439a0a38af16 [2020-12-16T00:23:02.083Z] Successfully built 439a0a38af16 [2020-12-16T00:23:02.083Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T00:23:02.423Z] + docker inspect -f . ci-base-image-arm64 [2020-12-16T00:23:02.423Z] . [Pipeline] withDockerContainer [2020-12-16T00:23:02.699Z] prd-ubuntu18.04-docker-arm64-4c-16g-16199 does not seem to be running inside a container [2020-12-16T00:23:02.784Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-16T00:23:04.318Z] $ docker top 96c9d4a132e3ed73c239e9f4a1ed81ed8ec20662c847de51e348bdc3fa01459c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T00:23:05.410Z] + go version [2020-12-16T00:23:05.410Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-16T00:23:05.436Z] $ docker stop --time=1 96c9d4a132e3ed73c239e9f4a1ed81ed8ec20662c847de51e348bdc3fa01459c [2020-12-16T00:23:07.320Z] $ docker rm -f 96c9d4a132e3ed73c239e9f4a1ed81ed8ec20662c847de51e348bdc3fa01459c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T00:23:08.292Z] + docker inspect -f . ci-base-image-arm64 [2020-12-16T00:23:08.292Z] . [Pipeline] withDockerContainer [2020-12-16T00:23:08.533Z] prd-ubuntu18.04-docker-arm64-4c-16g-16199 does not seem to be running inside a container [2020-12-16T00:23:08.622Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-16T00:23:09.843Z] $ docker top 1abdab4902c834dadea293dd7d335fafe8b035b1456bc6f838eee19a420f0991 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-16T00:23:10.282Z] ========================================================= [2020-12-16T00:23:10.282Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-16T00:23:10.282Z] ========================================================= [Pipeline] sh [2020-12-16T00:23:10.933Z] + make test [2020-12-16T00:23:10.933Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-16T00:23:33.130Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-16T00:23:48.323Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T00:23:48.323Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-16T00:23:48.323Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T00:23:48.323Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-16T00:23:48.323Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T00:23:48.323Z] ---> c6e43dfc49c6 [2020-12-16T00:23:48.323Z] Step 3/21 : WORKDIR /edgex-go [2020-12-16T00:23:48.323Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-16T00:23:48.323Z] ---> c6e43dfc49c6 [2020-12-16T00:23:48.323Z] Step 3/24 : WORKDIR /edgex-go [2020-12-16T00:23:48.323Z] ---> c6e43dfc49c6 [2020-12-16T00:23:48.323Z] Step 3/22 : WORKDIR /edgex-go [2020-12-16T00:23:48.323Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T00:23:48.323Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-16T00:23:48.323Z] ---> c6e43dfc49c6 [2020-12-16T00:23:48.323Z] Step 3/21 : WORKDIR /edgex-go [2020-12-16T00:23:48.323Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T00:23:48.323Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-16T00:23:48.323Z] ---> c6e43dfc49c6 [2020-12-16T00:23:48.323Z] Step 3/23 : WORKDIR /edgex-go [2020-12-16T00:23:48.323Z] ---> Running in 960e7d09ca81 [2020-12-16T00:23:48.323Z] ---> Running in ea07b7fd04cf [2020-12-16T00:23:48.323Z] ---> Running in 825d7f2481fb [2020-12-16T00:23:48.323Z] ---> Running in 924721d52a70 [2020-12-16T00:23:48.323Z] ---> Running in 97cb2ff6958f [2020-12-16T00:23:48.323Z] Removing intermediate container ea07b7fd04cf [2020-12-16T00:23:48.323Z] ---> 4748c0300c43 [2020-12-16T00:23:48.323Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T00:23:48.323Z] Removing intermediate container 960e7d09ca81 [2020-12-16T00:23:48.323Z] ---> d09879626db8 [2020-12-16T00:23:48.323Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T00:23:48.323Z] Removing intermediate container 825d7f2481fb [2020-12-16T00:23:48.323Z] ---> 70c26edb60af [2020-12-16T00:23:48.323Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T00:23:48.323Z] ---> Running in 6a8bbac20d5c [2020-12-16T00:23:48.323Z] Removing intermediate container 924721d52a70 [2020-12-16T00:23:48.323Z] ---> 0ac2df3b1fa3 [2020-12-16T00:23:48.323Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T00:23:48.323Z] Removing intermediate container 97cb2ff6958f [2020-12-16T00:23:48.323Z] ---> b525c76dafc0 [2020-12-16T00:23:48.323Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T00:23:48.323Z] ---> Running in 93b11ae75f7d [2020-12-16T00:23:48.323Z] ---> Running in 991adc7a7676 [2020-12-16T00:23:48.323Z] ---> Running in cf8fed5bf1be [2020-12-16T00:23:48.323Z] ---> Running in c17ffea00486 [2020-12-16T00:23:49.429Z] Removing intermediate container 6a8bbac20d5c [2020-12-16T00:23:49.429Z] ---> 85af09f5a4b5 [2020-12-16T00:23:49.429Z] Step 5/21 : RUN apk update && apk add make git [2020-12-16T00:23:49.429Z] Removing intermediate container c17ffea00486 [2020-12-16T00:23:49.429Z] ---> 73b1827fae99 [2020-12-16T00:23:49.429Z] Step 5/22 : RUN apk update && apk add make git [2020-12-16T00:23:49.429Z] ---> Running in 1aa5ecd47c71 [2020-12-16T00:23:49.429Z] Removing intermediate container 93b11ae75f7d [2020-12-16T00:23:49.429Z] ---> 37d6b40da5d3 [2020-12-16T00:23:49.429Z] Step 5/21 : RUN apk update && apk add make git [2020-12-16T00:23:49.711Z] ---> Running in bc892a7546f6 [2020-12-16T00:23:49.711Z] Removing intermediate container cf8fed5bf1be [2020-12-16T00:23:49.711Z] ---> 28376de64c09 [2020-12-16T00:23:49.711Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-16T00:23:49.711Z] Removing intermediate container 991adc7a7676 [2020-12-16T00:23:49.711Z] ---> 3bff99244c2e [2020-12-16T00:23:49.711Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-16T00:23:49.711Z] ---> Running in e4f79a98fb6c [2020-12-16T00:23:49.995Z] ---> Running in 13fc69823bb8 [2020-12-16T00:23:49.995Z] ---> Running in 3e913beaf0c3 [2020-12-16T00:23:52.058Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T00:23:52.058Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T00:23:52.058Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T00:23:52.058Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T00:23:52.058Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T00:23:52.325Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T00:23:52.609Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T00:23:52.609Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T00:23:52.609Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T00:23:53.209Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T00:23:53.209Z] v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T00:23:53.209Z] OK: 12750 distinct packages available [2020-12-16T00:23:53.505Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T00:23:53.505Z] v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T00:23:53.505Z] OK: 12750 distinct packages available [2020-12-16T00:23:53.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T00:23:53.505Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T00:23:53.505Z] v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T00:23:53.505Z] OK: 12750 distinct packages available [2020-12-16T00:23:53.505Z] OK: 233 MiB in 51 packages [2020-12-16T00:23:53.787Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T00:23:53.787Z] v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T00:23:53.787Z] OK: 12750 distinct packages available [2020-12-16T00:23:53.787Z] OK: 233 MiB in 51 packages [2020-12-16T00:23:54.062Z] OK: 233 MiB in 51 packages [2020-12-16T00:23:54.338Z] OK: 233 MiB in 51 packages [2020-12-16T00:23:54.638Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T00:23:54.638Z] v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T00:23:54.638Z] OK: 12750 distinct packages available [2020-12-16T00:23:54.945Z] Removing intermediate container bc892a7546f6 [2020-12-16T00:23:54.945Z] ---> 65cee6be526a [2020-12-16T00:23:54.945Z] Step 6/22 : COPY go.mod . [2020-12-16T00:23:54.945Z] Removing intermediate container 13fc69823bb8 [2020-12-16T00:23:54.945Z] ---> 6256224aca27 [2020-12-16T00:23:54.945Z] Step 6/24 : COPY go.mod . [2020-12-16T00:23:54.945Z] OK: 233 MiB in 51 packages [2020-12-16T00:23:55.265Z] Removing intermediate container 1aa5ecd47c71 [2020-12-16T00:23:55.265Z] ---> 9eee2185e767 [2020-12-16T00:23:55.265Z] Step 6/21 : COPY go.mod . [2020-12-16T00:23:55.265Z] ---> 6812b0464964 [2020-12-16T00:23:55.265Z] Step 7/22 : RUN go mod download [2020-12-16T00:23:55.548Z] Removing intermediate container e4f79a98fb6c [2020-12-16T00:23:55.548Z] ---> 9ed8f0f1626b [2020-12-16T00:23:55.548Z] Step 6/21 : COPY go.mod . [2020-12-16T00:23:55.548Z] ---> Running in 0ee8fb575113 [2020-12-16T00:23:55.843Z] ---> 98ae20a4f9c7 [2020-12-16T00:23:55.843Z] Step 7/24 : RUN go mod download [2020-12-16T00:23:55.843Z] ---> e5fcb1b12b25 [2020-12-16T00:23:55.843Z] Step 7/21 : RUN go mod download [2020-12-16T00:23:55.843Z] ---> Running in ce945a8b52cb [2020-12-16T00:23:56.130Z] ---> Running in 530cfc9000d8 [2020-12-16T00:23:56.130Z] ---> 306a5613ae21 [2020-12-16T00:23:56.130Z] Step 7/21 : RUN go mod download [2020-12-16T00:23:56.436Z] ---> Running in 03602e6f8992 [2020-12-16T00:23:56.436Z] Removing intermediate container 3e913beaf0c3 [2020-12-16T00:23:56.436Z] ---> ba64c3a8ed45 [2020-12-16T00:23:56.436Z] Step 6/23 : COPY go.mod . [2020-12-16T00:23:57.443Z] ---> afbf055050f6 [2020-12-16T00:23:57.443Z] Step 7/23 : RUN go mod download [2020-12-16T00:23:57.723Z] ---> Running in d10b42c0ae9f [2020-12-16T00:23:59.923Z] Removing intermediate container ce945a8b52cb [2020-12-16T00:23:59.923Z] ---> 7dbe6a462331 [2020-12-16T00:23:59.923Z] Step 8/21 : COPY . . [2020-12-16T00:24:00.225Z] Removing intermediate container 0ee8fb575113 [2020-12-16T00:24:00.225Z] ---> c6a00e799980 [2020-12-16T00:24:00.225Z] Step 8/22 : COPY . . [2020-12-16T00:24:00.516Z] Removing intermediate container 530cfc9000d8 [2020-12-16T00:24:00.516Z] ---> e044dee7e39a [2020-12-16T00:24:00.516Z] Step 8/24 : COPY . . [2020-12-16T00:24:00.801Z] Removing intermediate container 03602e6f8992 [2020-12-16T00:24:00.801Z] ---> 2de8dd004f71 [2020-12-16T00:24:00.801Z] Step 8/21 : COPY . . [2020-12-16T00:24:00.801Z] Removing intermediate container d10b42c0ae9f [2020-12-16T00:24:00.801Z] ---> fd7ac98109e8 [2020-12-16T00:24:00.801Z] Step 8/23 : COPY . . [2020-12-16T00:24:20.348Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-16T00:24:32.812Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-16T00:24:34.266Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-16T00:24:34.267Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-16T00:24:34.267Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-16T00:24:34.267Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-16T00:24:34.267Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-16T00:24:34.869Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-16T00:24:37.510Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-16T00:24:38.501Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-16T00:24:41.129Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-16T00:24:41.129Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-16T00:24:41.129Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-16T00:24:49.427Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.236s coverage: 46.6% of statements [2020-12-16T00:24:49.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-16T00:24:49.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-16T00:24:49.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-16T00:24:49.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-16T00:24:49.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-16T00:24:56.152Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.518s coverage: 27.1% of statements [2020-12-16T00:24:56.152Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-16T00:24:56.152Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-16T00:24:56.152Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-16T00:24:56.152Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-16T00:24:56.152Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-16T00:24:56.152Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-16T00:24:56.152Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements [2020-12-16T00:24:56.152Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-16T00:24:56.152Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.092s coverage: 100.0% of statements [2020-12-16T00:24:56.152Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-16T00:24:56.152Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-16T00:24:56.152Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.611s coverage: 71.3% of statements [2020-12-16T00:24:56.152Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-16T00:24:56.152Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-16T00:24:57.634Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.649s coverage: 83.7% of statements [2020-12-16T00:24:57.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-16T00:24:57.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-16T00:24:57.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-16T00:24:57.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-16T00:24:58.345Z] ---> 9b170a6cae47 [2020-12-16T00:24:58.345Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-16T00:24:58.345Z] ---> a56748ff4dcc [2020-12-16T00:24:58.345Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-16T00:24:58.345Z] ---> 73fdbaa1ae43 [2020-12-16T00:24:58.345Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-16T00:24:58.345Z] ---> Running in c3db925d8ff1 [2020-12-16T00:24:58.345Z] ---> Running in 55a5820a66a9 [2020-12-16T00:24:58.345Z] ---> Running in 6897dcc8df31 [2020-12-16T00:24:58.345Z] ---> 39099c8a5820 [2020-12-16T00:24:58.345Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-16T00:24:58.345Z] ---> 3edd4e24f26b [2020-12-16T00:24:58.345Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-16T00:24:58.345Z] ---> Running in c742801276f1 [2020-12-16T00:24:58.345Z] ---> Running in 34354017fd1e [2020-12-16T00:24:58.345Z] 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-12-16T00:24:58.345Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-16T00:24:58.345Z] 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-12-16T00:24:58.345Z] 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-12-16T00:24:58.345Z] 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-12-16T00:25:03.071Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.202s coverage: 28.6% of statements [2020-12-16T00:25:03.071Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-16T00:25:03.071Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-16T00:25:03.071Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-16T00:25:03.071Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-16T00:25:03.071Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-16T00:25:03.071Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.221s coverage: 100.0% of statements [2020-12-16T00:25:03.071Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-16T00:25:03.071Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.102s coverage: 100.0% of statements [2020-12-16T00:25:03.071Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-16T00:25:03.676Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.299s coverage: 86.7% of statements [2020-12-16T00:25:03.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-16T00:25:04.660Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.385s coverage: 97.5% of statements [2020-12-16T00:25:04.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-16T00:25:04.932Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.158s coverage: 78.3% of statements [2020-12-16T00:25:04.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-16T00:25:04.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-16T00:25:04.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-16T00:25:04.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-16T00:25:13.238Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.022s coverage: 93.8% of statements [2020-12-16T00:25:13.238Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-16T00:25:13.238Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-16T00:25:13.238Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-16T00:25:13.238Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-16T00:25:13.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-16T00:25:13.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-16T00:25:13.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-16T00:25:13.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-16T00:25:13.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-16T00:25:13.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-16T00:25:13.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-16T00:25:13.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-16T00:25:13.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-16T00:25:13.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-16T00:25:13.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-16T00:25:13.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-16T00:25:13.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-16T00:25:13.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-16T00:25:13.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-16T00:25:13.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-16T00:25:13.238Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.081s coverage: 58.8% of statements [2020-12-16T00:25:13.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-16T00:25:13.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-16T00:25:13.238Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.206s coverage: 0.1% of statements [2020-12-16T00:25:13.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-16T00:25:13.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-16T00:25:13.238Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-16T00:25:13.238Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-16T00:25:13.238Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.061s coverage: 100.0% of statements [2020-12-16T00:25:13.238Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-16T00:25:13.238Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.104s coverage: 75.5% of statements [2020-12-16T00:25:13.238Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-16T00:25:13.238Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.107s coverage: 80.8% of statements [2020-12-16T00:25:13.238Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.193s coverage: 87.2% of statements [2020-12-16T00:25:13.238Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.161s coverage: 84.2% of statements [2020-12-16T00:25:14.223Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.233s coverage: 91.4% of statements [2020-12-16T00:25:14.223Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-16T00:25:16.869Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.660s coverage: 63.5% of statements [2020-12-16T00:25:16.869Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-16T00:25:16.869Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-16T00:25:16.869Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.072s coverage: 100.0% of statements [2020-12-16T00:25:16.869Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.096s coverage: 91.3% of statements [2020-12-16T00:25:16.869Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.067s coverage: 100.0% of statements [2020-12-16T00:25:18.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.070s coverage: 73.7% of statements [2020-12-16T00:25:19.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.066s coverage: 100.0% of statements [2020-12-16T00:25:22.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.834s coverage: 55.9% of statements [2020-12-16T00:25:22.715Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-16T00:25:22.715Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-16T00:25:22.715Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-16T00:25:22.715Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-16T00:25:22.715Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-16T00:25:23.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.375s coverage: 37.0% of statements [2020-12-16T00:25:23.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-16T00:25:23.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-16T00:25:23.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.594s coverage: 84.0% of statements [2020-12-16T00:25:23.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.070s coverage: 100.0% of statements [2020-12-16T00:25:32.238Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.377s coverage: 47.1% of statements [2020-12-16T00:25:32.238Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-16T00:25:32.238Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-16T00:25:32.238Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.052s coverage: 100.0% of statements [2020-12-16T00:25:32.238Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-16T00:25:32.238Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-16T00:25:32.239Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-16T00:25:32.239Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.164s coverage: 100.0% of statements [2020-12-16T00:25:32.239Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-16T00:25:32.239Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.133s coverage: 100.0% of statements [2020-12-16T00:25:32.239Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-16T00:25:36.560Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.018s coverage: 29.1% of statements [2020-12-16T00:25:36.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-16T00:25:36.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-16T00:25:36.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-16T00:25:36.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-16T00:25:36.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-16T00:25:36.560Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.219s coverage: 99.0% of statements [2020-12-16T00:25:36.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-16T00:25:36.560Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.114s coverage: 100.0% of statements [2020-12-16T00:25:36.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-16T00:25:36.560Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.058s coverage: 0.0% of statements [2020-12-16T00:25:36.560Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-16T00:25:36.560Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.083s coverage: 100.0% of statements [2020-12-16T00:25:36.560Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-16T00:25:36.560Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-16T00:25:36.560Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-16T00:25:36.560Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-16T00:25:36.560Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.111s coverage: 87.9% of statements [2020-12-16T00:25:36.560Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-16T00:25:36.560Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-16T00:25:36.560Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.059s coverage: 100.0% of statements [2020-12-16T00:25:37.543Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements [2020-12-16T00:25:38.976Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2020-12-16T00:25:39.963Z] GO111MODULE=on go vet ./... [2020-12-16T00:25:46.293Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-16T00:25:46.944Z] Removing intermediate container 34354017fd1e [2020-12-16T00:25:46.944Z] ---> c8b754b62e2a [2020-12-16T00:25:46.944Z] [2020-12-16T00:25:46.944Z] Step 10/22 : FROM alpine:3.10 [2020-12-16T00:25:46.944Z] 3.10: Pulling from library/alpine [2020-12-16T00:25:48.460Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-16T00:25:48.460Z] Status: Downloaded newer image for alpine:3.10 [2020-12-16T00:25:48.460Z] ---> be4e4bea2c2e [2020-12-16T00:25:48.460Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-16T00:25:49.114Z] ---> Running in ffa9b721610e [2020-12-16T00:25:51.240Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-16T00:25:51.240Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-16T00:25:51.533Z] v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-16T00:25:51.533Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-16T00:25:51.533Z] OK: 10350 distinct packages available [2020-12-16T00:25:51.820Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-16T00:25:51.820Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-16T00:25:51.820Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-16T00:25:51.820Z] (4/5) Installing curl (7.66.0-r3) [2020-12-16T00:25:51.820Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-16T00:25:51.820Z] Executing busybox-1.30.1-r3.trigger [2020-12-16T00:25:51.820Z] Executing ca-certificates-20191127-r2.trigger [2020-12-16T00:25:52.093Z] OK: 7 MiB in 19 packages [2020-12-16T00:25:57.602Z] Removing intermediate container c3db925d8ff1 [2020-12-16T00:25:57.602Z] ---> 2f2d000db758 [2020-12-16T00:25:57.602Z] [2020-12-16T00:25:57.602Z] Step 10/21 : FROM alpine [2020-12-16T00:25:57.602Z] Removing intermediate container 55a5820a66a9 [2020-12-16T00:25:57.602Z] ---> cc7d9341d80b [2020-12-16T00:25:57.602Z] [2020-12-16T00:25:57.602Z] Step 10/21 : FROM scratch [2020-12-16T00:25:57.602Z] ---> [2020-12-16T00:25:57.602Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T00:25:57.602Z] Removing intermediate container 6897dcc8df31 [2020-12-16T00:25:57.602Z] ---> 072d890ccb86 [2020-12-16T00:25:57.602Z] [2020-12-16T00:25:57.602Z] Step 10/24 : FROM scratch [2020-12-16T00:25:57.602Z] ---> [2020-12-16T00:25:57.602Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-16T00:25:57.602Z] latest: Pulling from library/alpine [2020-12-16T00:25:57.894Z] Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 [2020-12-16T00:25:57.894Z] Status: Downloaded newer image for alpine:latest [2020-12-16T00:25:57.894Z] ---> b14afc6dfb98 [2020-12-16T00:25:57.894Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-16T00:25:58.191Z] Removing intermediate container ffa9b721610e [2020-12-16T00:25:58.191Z] ---> ab5c37cedec5 [2020-12-16T00:25:58.191Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-16T00:25:58.191Z] ---> Running in fdc40c5dc9c4 [2020-12-16T00:25:58.191Z] ---> Running in c94843bd15a3 [2020-12-16T00:25:58.191Z] ---> Running in acfeaa814241 [2020-12-16T00:25:58.505Z] ---> Running in 6dd50d149087 [2020-12-16T00:25:59.301Z] Removing intermediate container c94843bd15a3 [2020-12-16T00:25:59.301Z] ---> 81de8d528e9c [2020-12-16T00:25:59.301Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-16T00:25:59.301Z] Removing intermediate container fdc40c5dc9c4 [2020-12-16T00:25:59.301Z] ---> 3cdef0a2fef6 [2020-12-16T00:25:59.301Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-16T00:25:59.301Z] ---> Running in ecfeec2d9366 [2020-12-16T00:25:59.618Z] ---> Running in 293d8bf1c98b [2020-12-16T00:25:59.618Z] Removing intermediate container 6dd50d149087 [2020-12-16T00:25:59.618Z] ---> 685ac75df91b [2020-12-16T00:25:59.618Z] Step 13/22 : WORKDIR / [2020-12-16T00:25:59.907Z] ---> Running in de56b2850075 [2020-12-16T00:26:00.228Z] Removing intermediate container ecfeec2d9366 [2020-12-16T00:26:00.228Z] ---> b7c36ca29600 [2020-12-16T00:26:00.228Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-16T00:26:00.228Z] Removing intermediate container 293d8bf1c98b [2020-12-16T00:26:00.228Z] ---> eb12265ededa [2020-12-16T00:26:00.228Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-16T00:26:00.228Z] ---> Running in 1f9ac9801e94 [2020-12-16T00:26:00.228Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T00:26:00.228Z] ---> Running in 8e4df361b2b2 [2020-12-16T00:26:00.532Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T00:26:00.532Z] Removing intermediate container de56b2850075 [2020-12-16T00:26:00.532Z] ---> a0d28c76be53 [2020-12-16T00:26:00.532Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-16T00:26:00.823Z] v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-16T00:26:00.823Z] v3.12.2-28-g19bfc5f39e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-16T00:26:00.823Z] OK: 12747 distinct packages available [2020-12-16T00:26:01.126Z] Removing intermediate container 1f9ac9801e94 [2020-12-16T00:26:01.126Z] ---> e6d452f2cff6 [2020-12-16T00:26:01.126Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-16T00:26:01.126Z] Removing intermediate container 8e4df361b2b2 [2020-12-16T00:26:01.126Z] ---> e43d8e96194a [2020-12-16T00:26:01.126Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-16T00:26:01.420Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-16T00:26:01.420Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-16T00:26:01.420Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-16T00:26:01.420Z] (4/4) Installing curl (7.69.1-r3) [2020-12-16T00:26:01.690Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T00:26:01.690Z] Executing ca-certificates-20191127-r4.trigger [2020-12-16T00:26:02.281Z] OK: 7 MiB in 18 packages [2020-12-16T00:26:02.553Z] ---> 5105a607b8fc [2020-12-16T00:26:02.553Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-16T00:26:02.844Z] ---> 0940dbba2dea [2020-12-16T00:26:02.844Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-16T00:26:02.844Z] ---> aac629706828 [2020-12-16T00:26:02.844Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-16T00:26:03.170Z] Removing intermediate container c742801276f1 [2020-12-16T00:26:03.170Z] ---> 6d3a6c9960ad [2020-12-16T00:26:03.170Z] [2020-12-16T00:26:03.170Z] Step 10/23 : FROM alpine [2020-12-16T00:26:03.170Z] ---> b14afc6dfb98 [2020-12-16T00:26:03.170Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T00:26:03.468Z] ---> Running in c194f6c89de1 [2020-12-16T00:26:04.107Z] ---> 562ecf306ade [2020-12-16T00:26:04.107Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-16T00:26:04.388Z] Removing intermediate container acfeaa814241 [2020-12-16T00:26:04.388Z] ---> c50c8090ec6a [2020-12-16T00:26:04.388Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-16T00:26:04.388Z] ---> 1cecf268247f [2020-12-16T00:26:04.388Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-16T00:26:04.388Z] Removing intermediate container c194f6c89de1 [2020-12-16T00:26:04.388Z] ---> 38fe72b32f1c [2020-12-16T00:26:04.388Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-16T00:26:04.675Z] ---> 12400975ab16 [2020-12-16T00:26:04.675Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-16T00:26:04.675Z] ---> Running in e48663e04555 [2020-12-16T00:26:04.675Z] ---> Running in 1d711ff979e2 [2020-12-16T00:26:04.991Z] ---> aabb799c287a [2020-12-16T00:26:04.991Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-16T00:26:05.365Z] Removing intermediate container e48663e04555 [2020-12-16T00:26:05.365Z] ---> aeb51c9982df [2020-12-16T00:26:05.365Z] Step 13/21 : WORKDIR /edgex [2020-12-16T00:26:05.365Z] ---> 27521cd09bac [2020-12-16T00:26:05.365Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-16T00:26:05.365Z] Removing intermediate container 1d711ff979e2 [2020-12-16T00:26:05.365Z] ---> 92acd8640142 [2020-12-16T00:26:05.365Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-16T00:26:05.365Z] ---> Running in 1c4a2bd12879 [2020-12-16T00:26:05.365Z] ---> Running in f485c884590f [2020-12-16T00:26:05.659Z] ---> Running in bfb2320864d9 [2020-12-16T00:26:05.659Z] ---> 57a1a5ea2006 [2020-12-16T00:26:05.659Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-16T00:26:05.659Z] ---> 25b196a24cd6 [2020-12-16T00:26:05.659Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-16T00:26:05.946Z] Removing intermediate container 1c4a2bd12879 [2020-12-16T00:26:05.946Z] ---> 599c6953bf1e [2020-12-16T00:26:05.946Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-16T00:26:05.946Z] ---> Running in 31063c1e7b4f [2020-12-16T00:26:05.946Z] Removing intermediate container f485c884590f [2020-12-16T00:26:05.946Z] ---> bf00a4daeef8 [2020-12-16T00:26:05.946Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T00:26:06.218Z] Removing intermediate container bfb2320864d9 [2020-12-16T00:26:06.218Z] ---> 2cc61ab391d2 [2020-12-16T00:26:06.218Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T00:26:06.218Z] ---> Running in 8707059c5cc3 [2020-12-16T00:26:06.218Z] ---> e46759e40c69 [2020-12-16T00:26:06.537Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-16T00:26:06.537Z] ---> Running in f00a2dea9c57 [2020-12-16T00:26:06.537Z] ---> bcd7645bdaac [2020-12-16T00:26:06.537Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-16T00:26:06.845Z] Removing intermediate container 8707059c5cc3 [2020-12-16T00:26:06.845Z] ---> c8c9a40efffb [2020-12-16T00:26:06.845Z] Step 19/21 : LABEL arch=x86_64 [2020-12-16T00:26:06.845Z] ---> Running in 669648ec485c [2020-12-16T00:26:07.520Z] Removing intermediate container 669648ec485c [2020-12-16T00:26:07.520Z] ---> 687739da319c [2020-12-16T00:26:07.520Z] Step 20/21 : LABEL git_sha=5d2f18fd7a819aa578ed0ebb4adf0de857e517ab [2020-12-16T00:26:08.489Z] ---> Running in 481326c40bbf [2020-12-16T00:26:08.489Z] ---> ac1ba7edbbdd [2020-12-16T00:26:08.489Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-16T00:26:08.489Z] ---> 0e15bd45cd91 [2020-12-16T00:26:08.489Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-16T00:26:09.152Z] Removing intermediate container 481326c40bbf [2020-12-16T00:26:09.152Z] ---> 9788d5e42158 [2020-12-16T00:26:09.152Z] Step 21/21 : LABEL version=0.0.0 [2020-12-16T00:26:09.152Z] ---> Running in 867889d162fe [2020-12-16T00:26:09.428Z] Removing intermediate container 31063c1e7b4f [2020-12-16T00:26:09.428Z] ---> 18208efa8105 [2020-12-16T00:26:09.428Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-16T00:26:09.428Z] ---> e2f79e8ff4e7 [2020-12-16T00:26:09.428Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-16T00:26:09.428Z] ---> 354e1299c186 [2020-12-16T00:26:09.428Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-16T00:26:09.428Z] Removing intermediate container f00a2dea9c57 [2020-12-16T00:26:09.428Z] ---> b3809e1fbd20 [2020-12-16T00:26:09.428Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-16T00:26:09.428Z] ---> Running in 5da4735af995 [2020-12-16T00:26:09.721Z] ---> Running in 0940d44aef90 [2020-12-16T00:26:09.721Z] ---> Running in b464f9f45673 [2020-12-16T00:26:09.721Z] ---> Running in 52213fd7af8e [2020-12-16T00:26:09.721Z] Removing intermediate container 867889d162fe [2020-12-16T00:26:09.721Z] ---> 535aac7421d8 [2020-12-16T00:26:09.721Z] [2020-12-16T00:26:09.995Z] Removing intermediate container 5da4735af995 [2020-12-16T00:26:09.995Z] ---> 527d7d786f53 [2020-12-16T00:26:09.995Z] Step 20/22 : LABEL arch=x86_64 [2020-12-16T00:26:10.282Z] Removing intermediate container 0940d44aef90 [2020-12-16T00:26:10.282Z] ---> 311d07a505c8 [2020-12-16T00:26:10.282Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T00:26:10.282Z] ---> Running in 001c894d77e5 [2020-12-16T00:26:10.282Z] Removing intermediate container 52213fd7af8e [2020-12-16T00:26:10.282Z] ---> 13418a9a2613 [2020-12-16T00:26:10.282Z] Step 18/21 : CMD ["--init=true"] [2020-12-16T00:26:10.282Z] ---> Running in 6e0be040678e [2020-12-16T00:26:10.906Z] ---> Running in b5cbea7b5511 [2020-12-16T00:26:10.906Z] Removing intermediate container 001c894d77e5 [2020-12-16T00:26:10.906Z] ---> d11a7e9c64a9 [2020-12-16T00:26:10.906Z] Step 21/22 : LABEL git_sha=5d2f18fd7a819aa578ed0ebb4adf0de857e517ab [2020-12-16T00:26:10.906Z] Successfully built 535aac7421d8 [2020-12-16T00:26:11.213Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-16T00:26:11.213Z] Building docker-sys-mgmt-agent-go [2020-12-16T00:26:11.213Z] Removing intermediate container 6e0be040678e [2020-12-16T00:26:11.213Z] ---> f45f89006c7a [2020-12-16T00:26:11.213Z] Step 22/24 : LABEL arch=x86_64 [2020-12-16T00:26:11.213Z]  Building docker-support-scheduler-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T00:26:11.213Z] ---> Running in bba96fb8c027 [2020-12-16T00:26:11.213Z] ---> Running in a46943136229 [2020-12-16T00:26:11.488Z] Removing intermediate container b5cbea7b5511 [2020-12-16T00:26:11.488Z] ---> d1922410fc36 [2020-12-16T00:26:11.488Z] Step 19/21 : LABEL arch=x86_64 [2020-12-16T00:26:11.488Z] ---> Running in fdacffae2228 [2020-12-16T00:26:11.771Z] Removing intermediate container bba96fb8c027 [2020-12-16T00:26:11.771Z] ---> b626d609f763 [2020-12-16T00:26:11.771Z] Step 22/22 : LABEL version=0.0.0 [2020-12-16T00:26:11.771Z] Removing intermediate container a46943136229 [2020-12-16T00:26:11.771Z] ---> 4ec32af78d49 [2020-12-16T00:26:11.771Z] Step 23/24 : LABEL git_sha=5d2f18fd7a819aa578ed0ebb4adf0de857e517ab [2020-12-16T00:26:12.041Z] ---> Running in 3b990fea6bc0 [2020-12-16T00:26:12.041Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T00:26:12.041Z] Removing intermediate container fdacffae2228 [2020-12-16T00:26:12.041Z] ---> 78f3d1be4190 [2020-12-16T00:26:12.041Z] Step 20/21 : LABEL git_sha=5d2f18fd7a819aa578ed0ebb4adf0de857e517ab [2020-12-16T00:26:12.321Z] ---> Running in 50e0fdfe12e5 [2020-12-16T00:26:12.321Z] ---> Running in 30080e114205 [2020-12-16T00:26:12.321Z] Removing intermediate container 3b990fea6bc0 [2020-12-16T00:26:12.321Z] ---> 50b01b8c2263 [2020-12-16T00:26:12.321Z] [2020-12-16T00:26:12.934Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-16T00:26:12.934Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-16T00:26:12.934Z] Successfully built 50b01b8c2263 [2020-12-16T00:26:12.934Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-16T00:26:13.209Z] Removing intermediate container 50e0fdfe12e5 [2020-12-16T00:26:13.209Z] ---> acbe14c857ed [2020-12-16T00:26:13.209Z] Step 24/24 : LABEL version=0.0.0 [2020-12-16T00:26:13.209Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-16T00:26:13.209Z]  Building docker-security-bootstrap-redis-go ... done Building docker-security-secretstore-setup-go [2020-12-16T00:26:13.209Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-16T00:26:13.482Z] Removing intermediate container 30080e114205 [2020-12-16T00:26:13.482Z] ---> 276a285bcf9a [2020-12-16T00:26:13.482Z] Step 21/21 : LABEL version=0.0.0 [2020-12-16T00:26:13.482Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-16T00:26:13.482Z] ---> Running in 51675b0de342 [2020-12-16T00:26:13.482Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T00:26:13.482Z] OK: 8 MiB in 19 packages [2020-12-16T00:26:13.482Z] ---> Running in b499c45face8 [2020-12-16T00:26:14.516Z] Removing intermediate container b499c45face8 [2020-12-16T00:26:14.516Z] ---> 07d132b5f850 [2020-12-16T00:26:14.516Z] [2020-12-16T00:26:14.516Z] Removing intermediate container 51675b0de342 [2020-12-16T00:26:14.516Z] ---> 2ff17e50bd14 [2020-12-16T00:26:14.516Z] [2020-12-16T00:26:14.516Z] Successfully built 07d132b5f850 [2020-12-16T00:26:14.874Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-16T00:26:14.874Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2020-12-16T00:26:14.874Z] Successfully built 2ff17e50bd14 [2020-12-16T00:26:15.516Z] Successfully tagged docker-support-notifications-go:latest [2020-12-16T00:26:15.516Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2020-12-16T00:26:15.847Z] Removing intermediate container b464f9f45673 [2020-12-16T00:26:15.847Z] ---> 933b8c3b9f6d [2020-12-16T00:26:15.847Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-16T00:26:17.396Z] ---> 55f449602565 [2020-12-16T00:26:17.396Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-16T00:26:20.240Z] ---> b34d483930b6 [2020-12-16T00:26:20.240Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-16T00:26:21.731Z] ---> a3934e3e60e9 [2020-12-16T00:26:21.731Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-16T00:26:22.017Z] ---> Running in e1e3bbcd1ba5 [2020-12-16T00:26:22.649Z] Removing intermediate container e1e3bbcd1ba5 [2020-12-16T00:26:22.650Z] ---> 77e916212096 [2020-12-16T00:26:22.650Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T00:26:22.923Z] ---> Running in f1773f68e447 [2020-12-16T00:26:23.939Z] Removing intermediate container f1773f68e447 [2020-12-16T00:26:23.939Z] ---> 310e06226207 [2020-12-16T00:26:23.939Z] Step 21/23 : LABEL arch=x86_64 [2020-12-16T00:26:24.228Z] ---> Running in 8dd572593bfe [2020-12-16T00:26:24.925Z] Removing intermediate container 8dd572593bfe [2020-12-16T00:26:24.925Z] ---> 27568d6c74dc [2020-12-16T00:26:24.925Z] Step 22/23 : LABEL git_sha=5d2f18fd7a819aa578ed0ebb4adf0de857e517ab [2020-12-16T00:26:25.607Z] ---> Running in d9c03ec94237 [2020-12-16T00:26:26.235Z] Removing intermediate container d9c03ec94237 [2020-12-16T00:26:26.235Z] ---> 18f47a8cc119 [2020-12-16T00:26:26.235Z] Step 23/23 : LABEL version=0.0.0 [2020-12-16T00:26:26.855Z] ---> Running in 1c65060821cf [2020-12-16T00:26:27.138Z] Removing intermediate container 1c65060821cf [2020-12-16T00:26:27.138Z] ---> d5fe6952b2f7 [2020-12-16T00:26:27.138Z] [2020-12-16T00:26:27.760Z] Successfully built d5fe6952b2f7 [2020-12-16T00:26:27.760Z] Successfully tagged docker-core-data-go:latest [2020-12-16T00:26:48.067Z] gofmt -l . [2020-12-16T00:26:50.031Z] [ "`gofmt -l .`" = "" ] [2020-12-16T00:26:52.636Z] ./bin/test-go-mod-tidy.sh [2020-12-16T00:26:52.908Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-16T00:26:58.004Z] + ls -al . [2020-12-16T00:26:58.004Z] total 660 [2020-12-16T00:26:58.004Z] drwxrwxr-x 9 1001 1001 4096 Dec 16 00:26 . [2020-12-16T00:26:58.004Z] drwxr-xr-x 4 root root 4096 Dec 16 00:23 .. [2020-12-16T00:26:58.004Z] -rw-rw-r-- 1 1001 1001 11 Dec 16 00:21 .dockerignore [2020-12-16T00:26:58.004Z] drwxrwxr-x 8 1001 1001 4096 Dec 16 00:21 .git [2020-12-16T00:26:58.004Z] drwxrwxr-x 3 1001 1001 4096 Dec 16 00:21 .github [2020-12-16T00:26:58.004Z] -rw-rw-r-- 1 1001 1001 848 Dec 16 00:21 .gitignore [2020-12-16T00:26:58.004Z] -rw-rw-r-- 1 1001 1001 166 Dec 16 00:21 .sonarcloud.properties [2020-12-16T00:26:58.004Z] -rw-rw-r-- 1 1001 1001 3804 Dec 16 00:21 CONTRIBUTING.md [2020-12-16T00:26:58.004Z] -rw-rw-r-- 1 1001 1001 1035 Dec 16 00:21 Dockerfile.build [2020-12-16T00:26:58.004Z] -rw-rw-r-- 1 1001 1001 863 Dec 16 00:21 Jenkinsfile [2020-12-16T00:26:58.004Z] -rw-rw-r-- 1 1001 1001 10775 Dec 16 00:21 LICENSE [2020-12-16T00:26:58.004Z] -rw-rw-r-- 1 1001 1001 5750 Dec 16 00:21 Makefile [2020-12-16T00:26:58.004Z] -rw-rw-r-- 1 1001 1001 6596 Dec 16 00:21 README.md [2020-12-16T00:26:58.004Z] -rw-rw-r-- 1 1001 1001 6744 Dec 16 00:21 SECURITY.md [2020-12-16T00:26:58.004Z] -rw-rw-r-- 1 1001 1001 5 Dec 16 00:17 VERSION [2020-12-16T00:26:58.004Z] -rw-rw-r-- 1 1001 1001 4131 Dec 16 00:21 ZMQWindows.md [2020-12-16T00:26:58.004Z] drwxrwxr-x 2 1001 1001 4096 Dec 16 00:21 bin [2020-12-16T00:26:58.004Z] drwxrwxr-x 14 1001 1001 4096 Dec 16 00:21 cmd [2020-12-16T00:26:58.004Z] -rw-r--r-- 1 root root 535934 Dec 16 00:25 coverage.out [2020-12-16T00:26:58.004Z] -rw-r--r-- 1 root root 1041 Dec 16 00:26 go.mod [2020-12-16T00:26:58.004Z] -rw-r--r-- 1 root root 18856 Dec 16 00:26 go.sum [2020-12-16T00:26:58.004Z] drwxrwxr-x 8 1001 1001 4096 Dec 16 00:21 internal [2020-12-16T00:26:58.004Z] drwxrwxr-x 4 1001 1001 4096 Dec 16 00:21 openapi [2020-12-16T00:26:58.004Z] drwxrwxr-x 4 1001 1001 4096 Dec 16 00:21 snap [2020-12-16T00:26:58.004Z] -rw-rw-r-- 1 1001 1001 168 Dec 16 00:21 version.go [Pipeline] sh [2020-12-16T00:26:58.727Z] + '[' -e coverage.out ] [2020-12-16T00:26:58.727Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-16T00:26:58.800Z] Warning: overwriting stash ‘coverage-report’ [2020-12-16T00:26:59.795Z] Stashed 1 file(s) [Pipeline] sh [2020-12-16T00:27:00.439Z] + make build [2020-12-16T00:27:00.439Z] 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-12-16T00:27:00.465Z]  Building docker-core-data-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T00:27:00.465Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-16T00:27:00.465Z] ---> c6e43dfc49c6 [2020-12-16T00:27:00.465Z] Step 3/24 : WORKDIR /edgex-go [2020-12-16T00:27:00.465Z] ---> Using cache [2020-12-16T00:27:00.465Z] ---> b525c76dafc0 [2020-12-16T00:27:00.465Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T00:27:00.465Z] ---> Using cache [2020-12-16T00:27:00.465Z] ---> 73b1827fae99 [2020-12-16T00:27:00.465Z] Step 5/24 : RUN apk update && apk add make git [2020-12-16T00:27:00.465Z] ---> Using cache [2020-12-16T00:27:00.465Z] ---> 65cee6be526a [2020-12-16T00:27:00.465Z] Step 6/24 : COPY go.mod . [2020-12-16T00:27:00.465Z] ---> Using cache [2020-12-16T00:27:00.465Z] ---> 6812b0464964 [2020-12-16T00:27:00.465Z] Step 7/24 : RUN go mod download [2020-12-16T00:27:00.465Z] ---> Using cache [2020-12-16T00:27:00.465Z] ---> c6a00e799980 [2020-12-16T00:27:00.465Z] Step 8/24 : COPY . . [2020-12-16T00:27:00.465Z] ---> Using cache [2020-12-16T00:27:00.465Z] ---> 3edd4e24f26b [2020-12-16T00:27:00.465Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-16T00:27:00.465Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T00:27:00.465Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-16T00:27:00.465Z] ---> c6e43dfc49c6 [2020-12-16T00:27:00.465Z] Step 3/27 : WORKDIR /edgex-go [2020-12-16T00:27:00.465Z] ---> Using cache [2020-12-16T00:27:00.465Z] ---> b525c76dafc0 [2020-12-16T00:27:00.465Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T00:27:00.465Z] ---> Using cache [2020-12-16T00:27:00.465Z] ---> 73b1827fae99 [2020-12-16T00:27:00.465Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-16T00:27:00.465Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T00:27:00.465Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-16T00:27:00.465Z] ---> c6e43dfc49c6 [2020-12-16T00:27:00.465Z] Step 3/22 : WORKDIR /edgex-go [2020-12-16T00:27:00.465Z] ---> Using cache [2020-12-16T00:27:00.465Z] ---> b525c76dafc0 [2020-12-16T00:27:00.465Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T00:27:00.465Z] ---> Using cache [2020-12-16T00:27:00.465Z] ---> 73b1827fae99 [2020-12-16T00:27:00.465Z] Step 5/22 : RUN apk update && apk add make git [2020-12-16T00:27:00.465Z] ---> Using cache [2020-12-16T00:27:00.465Z] ---> 65cee6be526a [2020-12-16T00:27:00.465Z] Step 6/22 : COPY go.mod . [2020-12-16T00:27:00.465Z] ---> Using cache [2020-12-16T00:27:00.465Z] ---> 6812b0464964 [2020-12-16T00:27:00.465Z] Step 7/22 : RUN go mod download [2020-12-16T00:27:00.465Z] ---> Using cache [2020-12-16T00:27:00.465Z] ---> c6a00e799980 [2020-12-16T00:27:00.465Z] Step 8/22 : COPY . . [2020-12-16T00:27:00.465Z] ---> Using cache [2020-12-16T00:27:00.465Z] ---> 3edd4e24f26b [2020-12-16T00:27:00.465Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-16T00:27:00.465Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T00:27:00.465Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-16T00:27:00.465Z] ---> c6e43dfc49c6 [2020-12-16T00:27:00.465Z] Step 3/22 : WORKDIR /edgex-go [2020-12-16T00:27:00.465Z] ---> Using cache [2020-12-16T00:27:00.465Z] ---> b525c76dafc0 [2020-12-16T00:27:00.465Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T00:27:00.465Z] ---> Using cache [2020-12-16T00:27:00.465Z] ---> 73b1827fae99 [2020-12-16T00:27:00.465Z] Step 5/22 : RUN apk update && apk add make git [2020-12-16T00:27:00.465Z] ---> Using cache [2020-12-16T00:27:00.465Z] ---> 65cee6be526a [2020-12-16T00:27:00.465Z] Step 6/22 : COPY go.mod . [2020-12-16T00:27:00.465Z] ---> Using cache [2020-12-16T00:27:00.465Z] ---> 6812b0464964 [2020-12-16T00:27:00.465Z] Step 7/22 : RUN go mod download [2020-12-16T00:27:00.465Z] ---> Using cache [2020-12-16T00:27:00.465Z] ---> c6a00e799980 [2020-12-16T00:27:00.465Z] Step 8/22 : COPY . . [2020-12-16T00:27:00.465Z] ---> Using cache [2020-12-16T00:27:00.465Z] ---> 3edd4e24f26b [2020-12-16T00:27:00.465Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-16T00:27:00.465Z] ---> Running in 0f73ea8c8e89 [2020-12-16T00:27:00.465Z] ---> Running in 89924eb07121 [2020-12-16T00:27:00.465Z] ---> Running in 7ad40635454b [2020-12-16T00:27:00.465Z] ---> Running in ff64eef474a1 [2020-12-16T00:27:00.465Z] 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-12-16T00:27:00.465Z] 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-12-16T00:27:00.465Z] 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-12-16T00:27:00.465Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T00:27:00.465Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T00:27:01.475Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T00:27:01.475Z] v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T00:27:01.475Z] OK: 12750 distinct packages available [2020-12-16T00:27:01.758Z] OK: 233 MiB in 51 packages [2020-12-16T00:27:04.468Z] Removing intermediate container 7ad40635454b [2020-12-16T00:27:04.468Z] ---> 505bb18594c0 [2020-12-16T00:27:04.468Z] Step 6/27 : COPY go.mod . [2020-12-16T00:27:04.762Z] ---> ac6be5cf68ea [2020-12-16T00:27:04.762Z] Step 7/27 : RUN go mod download [2020-12-16T00:27:05.070Z] ---> Running in bbccd1752b0d [2020-12-16T00:27:09.595Z] Removing intermediate container bbccd1752b0d [2020-12-16T00:27:09.595Z] ---> 0dee7b8a0bd2 [2020-12-16T00:27:09.595Z] Step 8/27 : COPY . . [2020-12-16T00:27:12.838Z] 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-12-16T00:27:35.029Z] 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-12-16T00:27:36.814Z] 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-12-16T00:27:38.404Z] 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-12-16T00:27:43.801Z] 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-12-16T00:27:45.234Z] 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-12-16T00:27:47.187Z] ---> 20d744dda8b2 [2020-12-16T00:27:47.187Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-16T00:27:47.187Z] Removing intermediate container ff64eef474a1 [2020-12-16T00:27:47.187Z] ---> 108b9cbd5f98 [2020-12-16T00:27:47.187Z] [2020-12-16T00:27:47.187Z] Step 10/22 : FROM scratch [2020-12-16T00:27:47.187Z] ---> [2020-12-16T00:27:47.187Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T00:27:47.808Z] ---> Running in 1cbd8e20606c [2020-12-16T00:27:48.396Z] ---> Using cache [2020-12-16T00:27:48.396Z] ---> 3cdef0a2fef6 [2020-12-16T00:27:48.396Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-16T00:27:49.657Z] 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-12-16T00:27:49.657Z] Removing intermediate container 0f73ea8c8e89 [2020-12-16T00:27:49.658Z] ---> 82fa81d717f3 [2020-12-16T00:27:49.658Z] [2020-12-16T00:27:49.658Z] Step 10/24 : FROM alpine:3.10 [2020-12-16T00:27:49.658Z] ---> be4e4bea2c2e [2020-12-16T00:27:49.658Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-16T00:27:49.658Z] ---> Using cache [2020-12-16T00:27:49.658Z] ---> ab5c37cedec5 [2020-12-16T00:27:49.658Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-16T00:27:49.995Z] ---> Running in 8ece0a2c931b [2020-12-16T00:27:50.275Z] ---> Running in 65080852b4d1 [2020-12-16T00:27:50.551Z] Removing intermediate container 8ece0a2c931b [2020-12-16T00:27:50.551Z] ---> 580aa3d50dc2 [2020-12-16T00:27:50.551Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-16T00:27:50.636Z] 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-12-16T00:27:50.835Z] ---> Running in d0536a155631 [2020-12-16T00:27:51.181Z] Removing intermediate container 65080852b4d1 [2020-12-16T00:27:51.181Z] ---> dc870d816bc2 [2020-12-16T00:27:51.181Z] Step 13/24 : WORKDIR / [2020-12-16T00:27:51.181Z] Removing intermediate container 89924eb07121 [2020-12-16T00:27:51.181Z] ---> a17484eb3139 [2020-12-16T00:27:51.181Z] [2020-12-16T00:27:51.181Z] Step 10/22 : FROM scratch [2020-12-16T00:27:51.181Z] ---> [2020-12-16T00:27:51.181Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T00:27:51.181Z] ---> Using cache [2020-12-16T00:27:51.181Z] ---> 3cdef0a2fef6 [2020-12-16T00:27:51.181Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-16T00:27:51.181Z] ---> Running in 668272af5516 [2020-12-16T00:27:51.474Z] ---> Running in 23c749bd9ff5 [2020-12-16T00:27:51.474Z] Removing intermediate container d0536a155631 [2020-12-16T00:27:51.474Z] ---> 899328cb66d7 [2020-12-16T00:27:51.474Z] Step 14/22 : WORKDIR / [2020-12-16T00:27:51.474Z] ---> Running in 06bf37925c57 [2020-12-16T00:27:51.777Z] Removing intermediate container 668272af5516 [2020-12-16T00:27:51.777Z] ---> ed58bf9f695e [2020-12-16T00:27:51.777Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-16T00:27:52.085Z] Removing intermediate container 23c749bd9ff5 [2020-12-16T00:27:52.085Z] ---> 7b4e04f5b941 [2020-12-16T00:27:52.085Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-16T00:27:52.085Z] Removing intermediate container 06bf37925c57 [2020-12-16T00:27:52.085Z] ---> 11c36aaab180 [2020-12-16T00:27:52.085Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-16T00:27:53.668Z] ---> Running in b759d69c1fdf [2020-12-16T00:27:53.668Z] ---> dcaaee09c277 [2020-12-16T00:27:53.668Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-16T00:27:53.668Z] ---> f3c29e793e20 [2020-12-16T00:27:53.668Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-16T00:27:53.974Z] Removing intermediate container b759d69c1fdf [2020-12-16T00:27:53.974Z] ---> e59b21da3c57 [2020-12-16T00:27:53.974Z] Step 14/22 : WORKDIR / [2020-12-16T00:27:54.339Z] ---> Running in fa7db053c434 [2020-12-16T00:27:54.962Z] ---> ab663e185f21 [2020-12-16T00:27:54.962Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-16T00:27:54.962Z] Removing intermediate container fa7db053c434 [2020-12-16T00:27:54.962Z] ---> 489dc570b370 [2020-12-16T00:27:54.962Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-16T00:27:54.968Z] 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-12-16T00:27:55.254Z] ---> 90ba3742cf4f [2020-12-16T00:27:55.254Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-16T00:27:55.541Z] ---> 5254065ddc2d [2020-12-16T00:27:55.541Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-16T00:27:55.835Z] ---> caaa992b3c68 [2020-12-16T00:27:55.835Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-16T00:27:56.125Z] ---> 03482e235d87 [2020-12-16T00:27:56.125Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-16T00:27:56.125Z] ---> Running in 1f9ec181e197 [2020-12-16T00:27:57.180Z] Removing intermediate container 1f9ec181e197 [2020-12-16T00:27:57.180Z] ---> 83612b532cb7 [2020-12-16T00:27:57.180Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T00:27:57.180Z] ---> a43618334b8f [2020-12-16T00:27:57.180Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-16T00:27:57.180Z] ---> Running in ac251751be2e [2020-12-16T00:27:57.476Z] ---> e20e47d3307a [2020-12-16T00:27:57.476Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-16T00:27:57.780Z] Removing intermediate container ac251751be2e [2020-12-16T00:27:57.780Z] ---> eef993f16586 [2020-12-16T00:27:57.780Z] Step 20/22 : LABEL arch=x86_64 [2020-12-16T00:27:58.053Z] ---> Running in 3e48b7283fda [2020-12-16T00:27:58.053Z] ---> 566cd2d54d3c [2020-12-16T00:27:58.053Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-16T00:27:58.325Z] ---> Running in 4ab7d5baa66c [2020-12-16T00:27:58.325Z] ---> ccd994d69d04 [2020-12-16T00:27:58.325Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-16T00:27:58.607Z] Removing intermediate container 3e48b7283fda [2020-12-16T00:27:58.607Z] ---> 067f55ee9aa7 [2020-12-16T00:27:58.607Z] Step 21/22 : LABEL git_sha=5d2f18fd7a819aa578ed0ebb4adf0de857e517ab [2020-12-16T00:27:58.927Z] ---> Running in 8ec7717f1c30 [2020-12-16T00:27:58.927Z] Removing intermediate container 4ab7d5baa66c [2020-12-16T00:27:58.927Z] ---> 4725ad24fe87 [2020-12-16T00:27:58.927Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T00:27:58.927Z] ---> 089239dce99d [2020-12-16T00:27:58.927Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-16T00:27:59.229Z] ---> Running in d02a7d3e1478 [2020-12-16T00:27:59.229Z] ---> Running in 245e6f9ae1f1 [2020-12-16T00:27:59.867Z] Removing intermediate container 8ec7717f1c30 [2020-12-16T00:27:59.867Z] ---> 23c864395f39 [2020-12-16T00:27:59.867Z] Step 22/22 : LABEL version=0.0.0 [2020-12-16T00:27:59.867Z] ---> Running in f57c2e90ad4c [2020-12-16T00:27:59.867Z] Removing intermediate container d02a7d3e1478 [2020-12-16T00:27:59.867Z] ---> 3560a5497273 [2020-12-16T00:27:59.867Z] Step 20/22 : LABEL arch=x86_64 [2020-12-16T00:28:00.166Z] ---> Running in b68dab25f9cc [2020-12-16T00:28:00.365Z] 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-12-16T00:28:00.446Z] Removing intermediate container f57c2e90ad4c [2020-12-16T00:28:00.446Z] ---> 465061639bde [2020-12-16T00:28:00.446Z] [2020-12-16T00:28:00.731Z] Removing intermediate container b68dab25f9cc [2020-12-16T00:28:00.731Z] ---> 40958bac1a05 [2020-12-16T00:28:00.731Z] Step 21/22 : LABEL git_sha=5d2f18fd7a819aa578ed0ebb4adf0de857e517ab [2020-12-16T00:28:01.042Z] ---> Running in 0ef732470a16 [2020-12-16T00:28:01.392Z] Successfully built 465061639bde [2020-12-16T00:28:02.083Z] Successfully tagged docker-core-command-go:latest [2020-12-16T00:28:02.083Z]  Building docker-core-command-go ... done Removing intermediate container 0ef732470a16 [2020-12-16T00:28:02.083Z] ---> 0d064aacdec4 [2020-12-16T00:28:02.083Z] Step 22/22 : LABEL version=0.0.0 [2020-12-16T00:28:02.591Z] ---> Running in 683a58fd8720 [2020-12-16T00:28:02.591Z] Removing intermediate container 245e6f9ae1f1 [2020-12-16T00:28:02.591Z] ---> 87b5dda50888 [2020-12-16T00:28:02.591Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-16T00:28:03.079Z] ---> Running in c4f6ab37f08f [2020-12-16T00:28:03.079Z] Removing intermediate container 683a58fd8720 [2020-12-16T00:28:03.079Z] ---> 3dd4a23abfe4 [2020-12-16T00:28:03.079Z] [2020-12-16T00:28:03.748Z] 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-12-16T00:28:04.282Z] Removing intermediate container c4f6ab37f08f [2020-12-16T00:28:04.282Z] ---> 0a7316458c06 [2020-12-16T00:28:04.282Z] Step 22/24 : LABEL arch=x86_64 [2020-12-16T00:28:04.282Z] ---> Running in 218a544a8931 [2020-12-16T00:28:04.282Z] Successfully built 3dd4a23abfe4 [2020-12-16T00:28:04.282Z] Successfully tagged docker-core-metadata-go:latest [2020-12-16T00:28:04.803Z]  Building docker-core-metadata-go ... done Removing intermediate container 218a544a8931 [2020-12-16T00:28:04.803Z] ---> ab0fead57e47 [2020-12-16T00:28:04.803Z] Step 23/24 : LABEL git_sha=5d2f18fd7a819aa578ed0ebb4adf0de857e517ab [2020-12-16T00:28:05.093Z] ---> Running in 188d28265bfb [2020-12-16T00:28:05.482Z] Removing intermediate container 188d28265bfb [2020-12-16T00:28:05.482Z] ---> 1ecd206ca9a6 [2020-12-16T00:28:05.482Z] Step 24/24 : LABEL version=0.0.0 [2020-12-16T00:28:05.752Z] ---> Running in fffeb542a7c5 [2020-12-16T00:28:06.033Z] Removing intermediate container fffeb542a7c5 [2020-12-16T00:28:06.033Z] ---> 5e4798bc982f [2020-12-16T00:28:06.033Z] [2020-12-16T00:28:06.323Z] Successfully built 5e4798bc982f [2020-12-16T00:28:06.595Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-16T00:28:07.133Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-16T00:28:10.959Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 1cbd8e20606c [2020-12-16T00:28:10.959Z] ---> 1143b9d56cc2 [2020-12-16T00:28:10.959Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-16T00:28:10.959Z] ---> Running in 00299a6ecdc8 [2020-12-16T00:28:11.563Z] 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-12-16T00:28:12.561Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-16T00:28:13.031Z] Removing intermediate container 00299a6ecdc8 [2020-12-16T00:28:13.031Z] ---> df86bfa18125 [2020-12-16T00:28:13.031Z] [2020-12-16T00:28:13.031Z] Step 11/27 : FROM docker:latest [2020-12-16T00:28:13.031Z] ---> 0c995d0d3006 [2020-12-16T00:28:13.031Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-16T00:28:13.031Z] ---> Running in 455ba1cf0c90 [2020-12-16T00:28:14.010Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T00:28:14.010Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T00:28:14.355Z] (1/2) Installing readline (8.0.4-r0) [2020-12-16T00:28:14.355Z] (2/2) Installing bash (5.0.17-r0) [2020-12-16T00:28:14.660Z] Executing bash-5.0.17-r0.post-install [2020-12-16T00:28:14.660Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T00:28:14.660Z] OK: 12 MiB in 22 packages [2020-12-16T00:28:15.278Z] Removing intermediate container 455ba1cf0c90 [2020-12-16T00:28:15.278Z] ---> 78143f87a98d [2020-12-16T00:28:15.278Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-16T00:28:15.278Z] ---> Running in 907e91edb08b [Pipeline] } [2020-12-16T00:28:15.965Z] $ docker stop --time=1 1abdab4902c834dadea293dd7d335fafe8b035b1456bc6f838eee19a420f0991 [2020-12-16T00:28:17.360Z] Removing intermediate container 907e91edb08b [2020-12-16T00:28:17.361Z] ---> df4cc3ca387e [2020-12-16T00:28:17.361Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-16T00:28:17.361Z] ---> Running in 9930da3494f4 [2020-12-16T00:28:17.361Z] Removing intermediate container 9930da3494f4 [2020-12-16T00:28:17.361Z] ---> 622eb398f473 [2020-12-16T00:28:17.361Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-16T00:28:17.361Z] ---> Running in 4679aebc77d5 [2020-12-16T00:28:17.636Z] Removing intermediate container 4679aebc77d5 [2020-12-16T00:28:17.636Z] ---> aff17abcddb0 [2020-12-16T00:28:17.636Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-16T00:28:17.636Z] ---> Running in e35989351ce0 [2020-12-16T00:28:17.947Z] Removing intermediate container e35989351ce0 [2020-12-16T00:28:17.947Z] ---> f7cf329cf2f4 [2020-12-16T00:28:17.947Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-16T00:28:18.572Z] $ docker rm -f 1abdab4902c834dadea293dd7d335fafe8b035b1456bc6f838eee19a420f0991 [2020-12-16T00:28:18.954Z] ---> 5fea0eebaecc [2020-12-16T00:28:18.954Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-16T00:28:19.222Z] ---> 8a414e532cf3 [2020-12-16T00:28:19.222Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [Pipeline] // withDockerContainer [2020-12-16T00:28:19.816Z] ---> 385fd0f6dfbb [2020-12-16T00:28:19.816Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-16T00:28:19.816Z] ---> Running in 319b11cc51b1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T00:28:20.428Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T00:28:20.526Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-16T00:28:20.526Z] [2020-12-16T00:28:20.526Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-16T00:28:20.716Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh [2020-12-16T00:28:21.039Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-16T00:28:21.039Z] (2/33) Installing expat (2.2.9-r1) [2020-12-16T00:28:21.039Z] (3/33) Installing libffi (3.3-r2) [2020-12-16T00:28:21.039Z] (4/33) Installing gdbm (1.13-r1) [2020-12-16T00:28:21.039Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-16T00:28:21.039Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-16T00:28:21.039Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-16T00:28:21.230Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-16T00:28:21.503Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-16T00:28:21.503Z] 29e5d40040c1: Pulling fs layer [2020-12-16T00:28:21.503Z] 1ce36da41761: Pulling fs layer [2020-12-16T00:28:21.503Z] 25b303627fd3: Pulling fs layer [2020-12-16T00:28:21.788Z] 29e5d40040c1: Download complete [2020-12-16T00:28:22.391Z] 29e5d40040c1: Pull complete [2020-12-16T00:28:22.471Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-16T00:28:22.471Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-16T00:28:22.471Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-16T00:28:22.471Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-16T00:28:22.471Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-16T00:28:22.471Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-16T00:28:22.471Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-16T00:28:22.663Z] 1ce36da41761: Verifying Checksum [2020-12-16T00:28:22.663Z] 1ce36da41761: Download complete [2020-12-16T00:28:23.437Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-16T00:28:23.645Z] 1ce36da41761: Pull complete [2020-12-16T00:28:23.724Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-16T00:28:23.724Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-16T00:28:23.724Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-16T00:28:23.724Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-16T00:28:23.724Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-16T00:28:23.724Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-16T00:28:23.724Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-16T00:28:23.724Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-16T00:28:23.916Z] 25b303627fd3: Verifying Checksum [2020-12-16T00:28:23.916Z] 25b303627fd3: Download complete [2020-12-16T00:28:24.008Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-16T00:28:24.008Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-16T00:28:24.008Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-16T00:28:24.008Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-16T00:28:24.008Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-16T00:28:24.008Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-16T00:28:24.008Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-16T00:28:24.008Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-16T00:28:24.008Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-16T00:28:24.008Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-16T00:28:24.300Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T00:28:24.300Z] OK: 71 MiB in 55 packages [2020-12-16T00:28:34.067Z] 25b303627fd3: Pull complete [2020-12-16T00:28:34.067Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-16T00:28:34.067Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-16T00:28:34.067Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-16T00:28:34.302Z] prd-ubuntu18.04-docker-arm64-4c-16g-16199 does not seem to be running inside a container [2020-12-16T00:28:34.366Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-16T00:28:34.619Z] Removing intermediate container 319b11cc51b1 [2020-12-16T00:28:34.619Z] ---> 3289ed886315 [2020-12-16T00:28:34.619Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-16T00:28:34.619Z] ---> Running in 6a9f5371dce9 [2020-12-16T00:28:36.064Z] Collecting docker-compose==1.23.2 [2020-12-16T00:28:36.064Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-16T00:28:36.331Z] Collecting texttable<0.10,>=0.9.0 [2020-12-16T00:28:36.332Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-16T00:28:37.308Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-16T00:28:37.308Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-16T00:28:37.484Z] $ docker top 6c245a3e2c685093e031265076a13dae21f53c8b4c6649c1f60c016b01ff8080 -eo pid,comm [2020-12-16T00:28:37.594Z] Collecting PyYAML<4,>=3.10 [2020-12-16T00:28:37.594Z] Downloading PyYAML-3.13.tar.gz (270 kB) [Pipeline] { [Pipeline] sh [2020-12-16T00:28:38.540Z] + grep parallel [2020-12-16T00:28:38.540Z] + docker-compose build --help [2020-12-16T00:28:39.107Z] Collecting docopt<0.7,>=0.6.1 [2020-12-16T00:28:39.107Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-16T00:28:40.101Z] Collecting docker<4.0,>=3.6.0 [2020-12-16T00:28:40.101Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-16T00:28:40.396Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-16T00:28:40.396Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-16T00:28:40.396Z] Collecting cached-property<2,>=1.2.0 [2020-12-16T00:28:40.396Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-16T00:28:40.680Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-16T00:28:40.680Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-16T00:28:41.278Z] 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-12-16T00:28:41.278Z] Collecting jsonschema<3,>=2.5.1 [2020-12-16T00:28:41.278Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-16T00:28:41.278Z] 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-12-16T00:28:41.278Z] 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-12-16T00:28:41.554Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-16T00:28:41.554Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-16T00:28:41.554Z] Collecting idna<2.8,>=2.5 [2020-12-16T00:28:41.554Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-16T00:28:41.829Z] Collecting docker-pycreds>=0.4.0 [2020-12-16T00:28:41.829Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-16T00:28:41.829Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-16T00:28:41.830Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-16T00:28:41.830Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-16T00:28:41.830Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-16T00:28:41.933Z] --parallel Build images in parallel. [2020-12-16T00:28:42.125Z] Installing collected packages: texttable, urllib3, idna, requests, PyYAML, docopt, docker-pycreds, websocket-client, docker, cached-property, dockerpty, jsonschema, docker-compose [2020-12-16T00:28:42.125Z] Running setup.py install for texttable: started [Pipeline] } [2020-12-16T00:28:42.214Z] $ docker stop --time=1 6c245a3e2c685093e031265076a13dae21f53c8b4c6649c1f60c016b01ff8080 [2020-12-16T00:28:42.717Z] Running setup.py install for texttable: finished with status 'done' [2020-12-16T00:28:42.717Z] Attempting uninstall: urllib3 [2020-12-16T00:28:42.717Z] Found existing installation: urllib3 1.25.9 [2020-12-16T00:28:42.717Z] Uninstalling urllib3-1.25.9: [2020-12-16T00:28:42.717Z] Successfully uninstalled urllib3-1.25.9 [2020-12-16T00:28:42.989Z] Attempting uninstall: idna [2020-12-16T00:28:42.989Z] Found existing installation: idna 2.9 [2020-12-16T00:28:42.989Z] Uninstalling idna-2.9: [2020-12-16T00:28:42.989Z] Successfully uninstalled idna-2.9 [2020-12-16T00:28:43.258Z] Attempting uninstall: requests [2020-12-16T00:28:43.258Z] Found existing installation: requests 2.23.0 [2020-12-16T00:28:43.258Z] Uninstalling requests-2.23.0: [2020-12-16T00:28:43.258Z] Successfully uninstalled requests-2.23.0 [2020-12-16T00:28:43.560Z] Running setup.py install for PyYAML: started [2020-12-16T00:28:44.019Z] $ docker rm -f 6c245a3e2c685093e031265076a13dae21f53c8b4c6649c1f60c016b01ff8080 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [2020-12-16T00:28:44.539Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-16T00:28:44.539Z] Running setup.py install for docopt: started [Pipeline] isUnix [Pipeline] sh [2020-12-16T00:28:44.901Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-16T00:28:44.901Z] . [Pipeline] withDockerContainer [2020-12-16T00:28:45.140Z] prd-ubuntu18.04-docker-arm64-4c-16g-16199 does not seem to be running inside a container [2020-12-16T00:28:45.140Z] Running setup.py install for docopt: finished with status 'done' [2020-12-16T00:28:45.203Z] $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-16T00:28:45.730Z] Running setup.py install for dockerpty: started [2020-12-16T00:28:46.329Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-16T00:28:46.598Z] $ docker top c27a2e7c6d820652551f1fcff2ba612806b66b99f37fa2532492d71a9aeaba7c -eo pid,comm [2020-12-16T00:28:46.926Z] 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 [Pipeline] { [Pipeline] sh [2020-12-16T00:28:47.642Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-16T00:28:50.339Z] Removing intermediate container 6a9f5371dce9 [2020-12-16T00:28:50.339Z] ---> bf9bc8df1f9d [2020-12-16T00:28:50.339Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-16T00:28:50.339Z] ---> Running in 2c2c31e1a05a [2020-12-16T00:28:51.347Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T00:28:51.347Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T00:28:51.617Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-16T00:28:51.617Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-16T00:28:51.617Z] (3/3) Installing curl (7.69.1-r3) [2020-12-16T00:28:51.617Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T00:28:51.617Z] OK: 72 MiB in 58 packages [2020-12-16T00:28:51.959Z] Building docker-core-command-go ... [2020-12-16T00:28:51.959Z] Building docker-core-data-go ... [2020-12-16T00:28:51.959Z] Building docker-core-metadata-go ... [2020-12-16T00:28:51.959Z] Building docker-security-bootstrap-redis-go ... [2020-12-16T00:28:51.959Z] Building docker-security-proxy-setup-go ... [2020-12-16T00:28:51.959Z] Building docker-security-secretstore-setup-go ... [2020-12-16T00:28:51.959Z] Building docker-support-notifications-go ... [2020-12-16T00:28:51.959Z] Building docker-support-scheduler-go ... [2020-12-16T00:28:51.959Z] Building docker-sys-mgmt-agent-go ... [2020-12-16T00:28:51.959Z] Building docker-support-notifications-go [2020-12-16T00:28:51.959Z] Building docker-sys-mgmt-agent-go [2020-12-16T00:28:51.959Z] Building docker-security-secretstore-setup-go [2020-12-16T00:28:51.959Z] Building docker-security-bootstrap-redis-go [2020-12-16T00:28:51.959Z] Building docker-support-scheduler-go [2020-12-16T00:28:52.636Z] Removing intermediate container 2c2c31e1a05a [2020-12-16T00:28:52.636Z] ---> fbcfaae8444b [2020-12-16T00:28:52.636Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-16T00:28:52.636Z] ---> Running in 57aab5695ae6 [2020-12-16T00:28:53.763Z] Removing intermediate container 57aab5695ae6 [2020-12-16T00:28:53.763Z] ---> 5e5d7fcc9b1a [2020-12-16T00:28:53.763Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T00:28:53.763Z] ---> Running in 0491c8b7cb1e [2020-12-16T00:28:54.062Z] Removing intermediate container 0491c8b7cb1e [2020-12-16T00:28:54.062Z] ---> c5f7d8fc589b [2020-12-16T00:28:54.062Z] Step 25/27 : LABEL arch=x86_64 [2020-12-16T00:28:54.329Z] ---> Running in 4163a307a588 [2020-12-16T00:28:54.329Z] Removing intermediate container 4163a307a588 [2020-12-16T00:28:54.329Z] ---> c3ed8a9f706f [2020-12-16T00:28:54.329Z] Step 26/27 : LABEL git_sha=5d2f18fd7a819aa578ed0ebb4adf0de857e517ab [2020-12-16T00:28:54.596Z] ---> Running in d16f4294249b [2020-12-16T00:28:54.868Z] Removing intermediate container d16f4294249b [2020-12-16T00:28:54.868Z] ---> 0e3d66fed4d0 [2020-12-16T00:28:54.868Z] Step 27/27 : LABEL version=0.0.0 [2020-12-16T00:28:54.868Z] ---> Running in 1e4d280d7491 [2020-12-16T00:28:55.220Z] Removing intermediate container 1e4d280d7491 [2020-12-16T00:28:55.221Z] ---> 537fcf13a085 [2020-12-16T00:28:55.221Z] [2020-12-16T00:28:55.522Z] Successfully built 537fcf13a085 [2020-12-16T00:28:55.522Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-16T00:28:55.809Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-16T00:28:55.826Z] $ docker stop --time=1 25f507da8993598e9197a0ea1cc938fc09acc45075a5c395aa243dec2143455d [2020-12-16T00:28:57.872Z] $ docker rm -f 25f507da8993598e9197a0ea1cc938fc09acc45075a5c395aa243dec2143455d [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-16T00:28:58.870Z] + grep docker [2020-12-16T00:28:58.870Z] + docker images [2020-12-16T00:28:59.172Z] docker-sys-mgmt-agent-go latest 537fcf13a085 4 seconds ago 313MB [2020-12-16T00:28:59.172Z] docker-security-secretstore-setup-go latest 5e4798bc982f 53 seconds ago 24.7MB [2020-12-16T00:28:59.172Z] docker-core-metadata-go latest 3dd4a23abfe4 56 seconds ago 14.5MB [2020-12-16T00:28:59.172Z] docker-core-command-go latest 465061639bde 58 seconds ago 12.2MB [2020-12-16T00:28:59.172Z] docker-core-data-go latest d5fe6952b2f7 2 minutes ago 23.7MB [2020-12-16T00:28:59.172Z] docker-support-notifications-go latest 2ff17e50bd14 2 minutes ago 13.6MB [2020-12-16T00:28:59.172Z] docker-security-proxy-setup-go latest 07d132b5f850 2 minutes ago 24.6MB [2020-12-16T00:28:59.172Z] docker-security-bootstrap-redis-go latest 50b01b8c2263 2 minutes ago 15.8MB [2020-12-16T00:28:59.172Z] docker-support-scheduler-go latest 535aac7421d8 2 minutes ago 12.3MB [2020-12-16T00:28:59.172Z] docker latest 0c995d0d3006 2 hours ago 240MB [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-12-16T00:29:14.908Z] Still waiting to schedule task [2020-12-16T00:29:14.908Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2020-12-16T00:30:07.604Z] Running on prd-ubuntu18.04-docker-8c-8g-16206 in /w/workspace/edgexfoundry_edgex-go_PR-2913 [Pipeline] { [Pipeline] ws [2020-12-16T00:30:07.663Z] Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] checkout [2020-12-16T00:30:10.218Z] using credential edgex-jenkins-ssh [2020-12-16T00:30:10.270Z] Cloning the remote Git repository [2020-12-16T00:30:10.297Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-16T00:30:10.361Z] > git init /w/workspace/edgex-go/11 # timeout=10 [2020-12-16T00:30:10.388Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-16T00:30:10.388Z] > git --version # timeout=10 [2020-12-16T00:30:10.396Z] > git --version # 'git version 2.17.1' [2020-12-16T00:30:10.397Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T00:30:10.421Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-16T00:30:13.753Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T00:30:13.753Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-16T00:30:13.753Z] ---> 439a0a38af16 [2020-12-16T00:30:13.753Z] Step 3/22 : WORKDIR /edgex-go [2020-12-16T00:30:13.753Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T00:30:13.753Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-16T00:30:13.753Z] ---> 439a0a38af16 [2020-12-16T00:30:13.753Z] Step 3/21 : WORKDIR /edgex-go [2020-12-16T00:30:13.753Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T00:30:13.753Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-16T00:30:13.753Z] ---> 439a0a38af16 [2020-12-16T00:30:13.753Z] Step 3/24 : WORKDIR /edgex-go [2020-12-16T00:30:13.753Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T00:30:13.753Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-16T00:30:13.753Z] ---> 439a0a38af16 [2020-12-16T00:30:13.753Z] Step 3/24 : WORKDIR /edgex-go [2020-12-16T00:30:13.753Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T00:30:13.753Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-16T00:30:13.753Z] ---> 439a0a38af16 [2020-12-16T00:30:13.753Z] Step 3/27 : WORKDIR /edgex-go [2020-12-16T00:30:13.753Z] ---> Running in 5a176440838e [2020-12-16T00:30:13.753Z] ---> Running in 3cd8a0954568 [2020-12-16T00:30:13.753Z] ---> Running in c555f90e7ad2 [2020-12-16T00:30:13.753Z] ---> Running in e13963fb687b [2020-12-16T00:30:13.753Z] ---> Running in cd8a912ee9e0 [2020-12-16T00:30:13.753Z] Removing intermediate container c555f90e7ad2 [2020-12-16T00:30:13.753Z] ---> 132e4584960e [2020-12-16T00:30:13.753Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T00:30:13.753Z] Removing intermediate container 5a176440838e [2020-12-16T00:30:13.753Z] ---> 5b88d8698687 [2020-12-16T00:30:13.753Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T00:30:13.753Z] Removing intermediate container cd8a912ee9e0 [2020-12-16T00:30:13.753Z] ---> 9215d3387909 [2020-12-16T00:30:13.753Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T00:30:13.753Z] Removing intermediate container 3cd8a0954568 [2020-12-16T00:30:13.753Z] ---> 4e87864c6479 [2020-12-16T00:30:13.753Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T00:30:13.753Z] Removing intermediate container e13963fb687b [2020-12-16T00:30:13.753Z] ---> 6beffea076fb [2020-12-16T00:30:13.753Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T00:30:13.753Z] ---> Running in fdd6b0910f08 [2020-12-16T00:30:13.753Z] ---> Running in 18ec10217767 [2020-12-16T00:30:13.753Z] ---> Running in 179eb5ad3df1 [2020-12-16T00:30:13.753Z] ---> Running in 694d1dbc8c16 [2020-12-16T00:30:13.753Z] ---> Running in 2099c5afd80a [2020-12-16T00:30:13.753Z] Removing intermediate container fdd6b0910f08 [2020-12-16T00:30:13.753Z] ---> cf00ae11b05d [2020-12-16T00:30:13.753Z] Step 5/22 : RUN apk update && apk add make git [2020-12-16T00:30:13.753Z] ---> Running in 0496b4c329ff [2020-12-16T00:30:13.753Z] Removing intermediate container 179eb5ad3df1 [2020-12-16T00:30:13.753Z] ---> 8bdfc041f09a [2020-12-16T00:30:13.753Z] Step 5/24 : RUN apk update && apk add make git [2020-12-16T00:30:13.753Z] Removing intermediate container 18ec10217767 [2020-12-16T00:30:13.753Z] ---> 39ffcfaa0be8 [2020-12-16T00:30:13.753Z] Step 5/21 : RUN apk update && apk add make git [2020-12-16T00:30:13.753Z] ---> Running in 12c51fec5a92 [2020-12-16T00:30:13.753Z] ---> Running in 5b7d5ae1b5ab [2020-12-16T00:30:13.753Z] Removing intermediate container 2099c5afd80a [2020-12-16T00:30:13.753Z] ---> 774ae0ce9ddf [2020-12-16T00:30:13.753Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-16T00:30:13.753Z] Removing intermediate container 694d1dbc8c16 [2020-12-16T00:30:13.753Z] ---> 6dd98e6c88c8 [2020-12-16T00:30:13.753Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-16T00:30:13.753Z] ---> Running in b328b82c6c25 [2020-12-16T00:30:13.753Z] ---> Running in e320547f2818 [2020-12-16T00:30:13.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T00:30:13.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T00:30:13.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T00:30:13.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T00:30:13.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T00:30:13.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T00:30:13.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T00:30:13.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T00:30:13.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T00:30:13.753Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T00:30:13.753Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T00:30:13.753Z] OK: 12620 distinct packages available [2020-12-16T00:30:13.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T00:30:14.027Z] OK: 217 MiB in 51 packages [2020-12-16T00:30:14.635Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T00:30:14.635Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T00:30:14.635Z] OK: 12620 distinct packages available [2020-12-16T00:30:14.911Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T00:30:14.911Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T00:30:14.911Z] OK: 12620 distinct packages available [2020-12-16T00:30:15.520Z] OK: 217 MiB in 51 packages [2020-12-16T00:30:15.520Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T00:30:15.520Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T00:30:15.520Z] OK: 12620 distinct packages available [2020-12-16T00:30:15.805Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T00:30:15.805Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T00:30:15.805Z] OK: 12620 distinct packages available [2020-12-16T00:30:15.805Z] OK: 217 MiB in 51 packages [2020-12-16T00:30:16.083Z] Removing intermediate container 0496b4c329ff [2020-12-16T00:30:16.083Z] ---> f27f70c82ec1 [2020-12-16T00:30:16.083Z] Step 6/22 : COPY go.mod . [2020-12-16T00:30:16.363Z] OK: 217 MiB in 51 packages [2020-12-16T00:30:16.641Z] OK: 217 MiB in 51 packages [2020-12-16T00:30:17.623Z] Removing intermediate container 5b7d5ae1b5ab [2020-12-16T00:30:17.623Z] ---> d0eed5a073e7 [2020-12-16T00:30:17.623Z] Step 6/21 : COPY go.mod . [2020-12-16T00:30:17.623Z] ---> 1ceed36c5d76 [2020-12-16T00:30:17.623Z] Step 7/22 : RUN go mod download [2020-12-16T00:30:17.623Z] Removing intermediate container e320547f2818 [2020-12-16T00:30:17.623Z] ---> 3775ab32cc3b [2020-12-16T00:30:17.623Z] Step 6/24 : COPY go.mod . [2020-12-16T00:30:17.898Z] ---> Running in 4db0d5f0de5a [2020-12-16T00:30:18.505Z] ---> 97909fabf852 [2020-12-16T00:30:18.505Z] Step 7/21 : RUN go mod download [2020-12-16T00:30:18.505Z] Removing intermediate container b328b82c6c25 [2020-12-16T00:30:18.505Z] ---> 3df6f508a85d [2020-12-16T00:30:18.505Z] Step 6/27 : COPY go.mod . [2020-12-16T00:30:18.505Z] Removing intermediate container 12c51fec5a92 [2020-12-16T00:30:18.505Z] ---> cd5f20001178 [2020-12-16T00:30:18.505Z] Step 6/24 : COPY go.mod . [2020-12-16T00:30:18.780Z] ---> Running in 82120f9ac43b [2020-12-16T00:30:19.067Z] ---> 3b3e97c1cdea [2020-12-16T00:30:19.067Z] Step 7/24 : RUN go mod download [2020-12-16T00:30:19.347Z] ---> Running in 27ea32a6ec8e [2020-12-16T00:30:19.945Z] ---> 0b84404d1f94 [2020-12-16T00:30:19.945Z] Step 7/27 : RUN go mod download [2020-12-16T00:30:19.945Z] ---> dd5af2f2ccda [2020-12-16T00:30:19.945Z] Step 7/24 : RUN go mod download [2020-12-16T00:30:20.221Z] ---> Running in abc41dadd054 [2020-12-16T00:30:20.221Z] ---> Running in cd1923b0789e [2020-12-16T00:30:22.211Z] Removing intermediate container 4db0d5f0de5a [2020-12-16T00:30:22.211Z] ---> a9d1fa121d19 [2020-12-16T00:30:22.211Z] Step 8/22 : COPY . . [2020-12-16T00:30:22.814Z] Removing intermediate container 82120f9ac43b [2020-12-16T00:30:22.814Z] ---> 0e8b7a195cec [2020-12-16T00:30:22.814Z] Step 8/21 : COPY . . [2020-12-16T00:30:24.255Z] Removing intermediate container 27ea32a6ec8e [2020-12-16T00:30:24.255Z] ---> 8b298951de9e [2020-12-16T00:30:24.255Z] Step 8/24 : COPY . . [2020-12-16T00:30:25.238Z] Removing intermediate container abc41dadd054 [2020-12-16T00:30:25.238Z] ---> 7d44df385a08 [2020-12-16T00:30:25.238Z] Step 8/24 : COPY . . [2020-12-16T00:30:25.839Z] Removing intermediate container cd1923b0789e [2020-12-16T00:30:25.839Z] ---> f84df1758a5b [2020-12-16T00:30:25.839Z] Step 8/27 : COPY . . [2020-12-16T00:30:28.767Z] Merging remotes/origin/master commit 57027b830a506e4aebc0dcaa3e3cd565868e69a4 into PR head commit 5d2f18fd7a819aa578ed0ebb4adf0de857e517ab [2020-12-16T00:30:28.888Z] Merge succeeded, producing 5d2f18fd7a819aa578ed0ebb4adf0de857e517ab [2020-12-16T00:30:28.889Z] Checking out Revision 5d2f18fd7a819aa578ed0ebb4adf0de857e517ab (PR-2913) [2020-12-16T00:30:28.177Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-16T00:30:28.183Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-16T00:30:28.193Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-16T00:30:28.204Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-16T00:30:28.204Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T00:30:28.208Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2913/head:refs/remotes/origin/PR-2913 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-16T00:30:28.774Z] > git config core.sparsecheckout # timeout=10 [2020-12-16T00:30:28.781Z] > git checkout -f 5d2f18fd7a819aa578ed0ebb4adf0de857e517ab # timeout=10 [2020-12-16T00:30:28.851Z] > git remote # timeout=10 [2020-12-16T00:30:28.860Z] > git config --get remote.origin.url # timeout=10 [2020-12-16T00:30:28.871Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T00:30:28.875Z] > git merge 57027b830a506e4aebc0dcaa3e3cd565868e69a4 # timeout=10 [2020-12-16T00:30:28.883Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-16T00:30:28.890Z] > git config core.sparsecheckout # timeout=10 [2020-12-16T00:30:28.895Z] > git checkout -f 5d2f18fd7a819aa578ed0ebb4adf0de857e517ab # timeout=10 [2020-12-16T00:30:32.592Z] Commit message: "build(snap): Address PR feedback" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-16T00:30:33.941Z] + echo snap-build.sh [2020-12-16T00:30:33.941Z] snap-build.sh [2020-12-16T00:30:33.941Z] + SNAP_BASE_DIR=. [2020-12-16T00:30:33.941Z] + '[' '!' -z /w/workspace/edgex-go/11 ']' [2020-12-16T00:30:33.941Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/11 [2020-12-16T00:30:33.941Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/11]' [2020-12-16T00:30:33.941Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/11] [2020-12-16T00:30:33.941Z] + cd /w/workspace/edgex-go/11 [2020-12-16T00:30:33.941Z] + sudo apt-get remove -qy --purge lxd lxd-client [2020-12-16T00:30:33.941Z] Reading package lists... [2020-12-16T00:30:33.941Z] Building dependency tree... [2020-12-16T00:30:33.941Z] Reading state information... [2020-12-16T00:30:34.204Z] The following packages were automatically installed and are no longer required: [2020-12-16T00:30:34.204Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2020-12-16T00:30:34.204Z] uidmap xdelta3 [2020-12-16T00:30:34.204Z] Use 'sudo apt autoremove' to remove them. [2020-12-16T00:30:34.204Z] The following packages will be REMOVED: [2020-12-16T00:30:34.204Z] lxd* lxd-client* [2020-12-16T00:30:34.466Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2020-12-16T00:30:34.466Z] After this operation, 31.7 MB disk space will be freed. [2020-12-16T00:30:35.526Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2020-12-16T00:30:35.526Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-16T00:30:36.479Z] Removing lxd dnsmasq configuration [2020-12-16T00:30:36.479Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2020-12-16T00:30:36.479Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2020-12-16T00:30:37.426Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-16T00:30:37.688Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2020-12-16T00:30:37.688Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-16T00:30:38.634Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2020-12-16T00:30:38.898Z] Processing triggers for ureadahead (0.100.0-21) ... [2020-12-16T00:30:40.285Z] + sudo snap remove --purge lxd [2020-12-16T00:30:40.285Z] snap "lxd" is not installed [2020-12-16T00:30:40.285Z] + sudo groupadd --force --system lxd [2020-12-16T00:30:40.285Z] ++ whoami [2020-12-16T00:30:40.285Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2020-12-16T00:30:40.285Z] + newgrp - lxd [2020-12-16T00:30:40.285Z] + sudo snap install lxd [2020-12-16T00:30:46.942Z] 2020-12-16T00:30:45Z INFO Waiting for automatic snapd restart... [2020-12-16T00:30:52.735Z] ---> 8af50be89390 [2020-12-16T00:30:52.735Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-16T00:30:52.735Z] ---> 11eabfb594b9 [2020-12-16T00:30:52.735Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-16T00:30:52.735Z] ---> 85ad60642c39 [2020-12-16T00:30:52.735Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-16T00:30:52.735Z] ---> 4b973e59f753 [2020-12-16T00:30:52.735Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-16T00:30:52.735Z] ---> 8397b1494f7c [2020-12-16T00:30:52.735Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-16T00:30:52.735Z] ---> Running in ea6e002ebb0e [2020-12-16T00:30:52.735Z] ---> Running in 43d255ac8ee6 [2020-12-16T00:30:52.735Z] ---> Running in 52a003f59102 [2020-12-16T00:30:52.735Z] ---> Running in dda91c7aa48c [2020-12-16T00:30:52.735Z] ---> Running in 012bd0f34b8e [2020-12-16T00:30:52.735Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-16T00:30:52.735Z] 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-12-16T00:30:52.735Z] 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-12-16T00:30:52.735Z] 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-12-16T00:30:52.735Z] 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-12-16T00:30:59.345Z] lxd 4.9 from Canonical* installed [2020-12-16T00:30:59.345Z] + sudo lxd init --auto [2020-12-16T00:31:08.014Z] + sudo snap install --classic snapcraft [2020-12-16T00:31:13.321Z] snapcraft 4.4.4 from Canonical* installed [2020-12-16T00:31:13.321Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2020-12-16T00:31:13.321Z] + patch --verbose -p1 [2020-12-16T00:31:13.321Z] Hmm... Looks like a unified diff to me... [2020-12-16T00:31:13.321Z] The text leading up to this was: [2020-12-16T00:31:13.321Z] -------------------------- [2020-12-16T00:31:13.321Z] |From a8e6179902fe6bccada5d6ad9dd7e850ca774bef Mon Sep 17 00:00:00 2001 [2020-12-16T00:31:13.321Z] |From: Tony Espy [2020-12-16T00:31:13.321Z] |Date: Wed, 2 Dec 2020 17:38:31 -0500 [2020-12-16T00:31:13.321Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2020-12-16T00:31:13.321Z] | [2020-12-16T00:31:13.321Z] |This patch is used by the EdgeX CI pipeline builds to [2020-12-16T00:31:13.321Z] |optimize the snap CI check run for pull requests. When [2020-12-16T00:31:13.321Z] |applied, it essentially strips out everything (apps and [2020-12-16T00:31:13.321Z] |parts) from the snapcraft.yaml file except those required [2020-12-16T00:31:13.321Z] |to build edgex-go, as the whole idea of the CI check is to [2020-12-16T00:31:13.321Z] |catch changes to edgex-go that break the snap build. [2020-12-16T00:31:13.321Z] | [2020-12-16T00:31:13.321Z] |In general, anyone updating snapcraft.yaml will also need [2020-12-16T00:31:13.321Z] |to update this patch file, otherwise it may fail to apply, [2020-12-16T00:31:13.321Z] |resulting in a failed snap build CI check in the associated [2020-12-16T00:31:13.321Z] |pull request. [2020-12-16T00:31:13.321Z] | [2020-12-16T00:31:13.321Z] |Note - in addition to applying this patch, the pipeline also [2020-12-16T00:31:13.321Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2020-12-16T00:31:13.321Z] |need to build the finally binary .snap file (and it won't [2020-12-16T00:31:13.321Z] |work with the patch applied). This further reduces the build [2020-12-16T00:31:13.321Z] |time. [2020-12-16T00:31:13.321Z] |--- [2020-12-16T00:31:13.321Z] | snap/snapcraft.yaml | 466 +------------------------------------------- [2020-12-16T00:31:13.321Z] | 1 file changed, 2 insertions(+), 464 deletions(-) [2020-12-16T00:31:13.321Z] | [2020-12-16T00:31:13.321Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2020-12-16T00:31:13.321Z] |index b265277c..d7e1de37 100644 [2020-12-16T00:31:13.321Z] |--- a/snap/snapcraft.yaml [2020-12-16T00:31:13.321Z] |+++ b/snap/snapcraft.yaml [2020-12-16T00:31:13.321Z] -------------------------- [2020-12-16T00:31:13.321Z] patching file snap/snapcraft.yaml [2020-12-16T00:31:13.321Z] Using Plan A... [2020-12-16T00:31:13.321Z] Hunk #1 FAILED at 75. [2020-12-16T00:31:13.321Z] Hunk #2 FAILED at 136. [2020-12-16T00:31:13.321Z] Hunk #3 succeeded at 271 (offset -21 lines). [2020-12-16T00:31:13.321Z] Hunk #4 succeeded at 283 with fuzz 2 (offset -24 lines). [2020-12-16T00:31:13.321Z] Hunk #5 succeeded at 291 (offset -24 lines). [2020-12-16T00:31:13.321Z] Hunk #6 succeeded at 298 (offset -24 lines). [2020-12-16T00:31:13.321Z] Hunk #7 succeeded at 325 (offset -24 lines). [2020-12-16T00:31:13.321Z] Hunk #8 succeeded at 359 (offset -24 lines). [2020-12-16T00:31:13.321Z] Hunk #9 succeeded at 410 (offset -29 lines). [2020-12-16T00:31:13.321Z] 2 out of 9 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej [2020-12-16T00:31:13.321Z] Hmm... Ignoring the trailing garbage. [2020-12-16T00:31:13.321Z] done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-16T00:31:14.061Z] Failed in branch amd64 [2020-12-16T00:32:14.562Z] 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-12-16T00:32:21.310Z] Removing intermediate container 43d255ac8ee6 [2020-12-16T00:32:21.310Z] ---> 83611dc2b32f [2020-12-16T00:32:21.310Z] [2020-12-16T00:32:21.310Z] Step 10/22 : FROM alpine:3.10 [2020-12-16T00:32:21.310Z] 3.10: Pulling from library/alpine [2020-12-16T00:32:23.306Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-16T00:32:23.306Z] Removing intermediate container ea6e002ebb0e [2020-12-16T00:32:23.306Z] Status: Downloaded newer image for alpine:3.10 [2020-12-16T00:32:23.306Z] ---> 9d488cf3349c [2020-12-16T00:32:23.306Z] ---> 536a684cf733 [2020-12-16T00:32:23.306Z] [2020-12-16T00:32:23.306Z] Step 10/24 : FROM alpine:3.10 [2020-12-16T00:32:23.306Z] ---> 536a684cf733 [2020-12-16T00:32:23.306Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/*Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-16T00:32:23.306Z] [2020-12-16T00:32:23.583Z] ---> Running in 6a1476024f66 [2020-12-16T00:32:23.583Z] ---> Running in 6537e4c06e30 [2020-12-16T00:32:26.224Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-16T00:32:26.499Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-16T00:32:26.774Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-16T00:32:27.048Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-16T00:32:27.325Z] v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-16T00:32:27.325Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-16T00:32:27.325Z] OK: 10171 distinct packages available [2020-12-16T00:32:27.325Z] v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-16T00:32:27.325Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-16T00:32:27.325Z] OK: 10171 distinct packages available [2020-12-16T00:32:27.597Z] Removing intermediate container 012bd0f34b8e [2020-12-16T00:32:27.597Z] ---> e88306bc7b84 [2020-12-16T00:32:27.597Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-16T00:32:27.873Z] ---> Running in c4fcdb30ce5e [2020-12-16T00:32:28.150Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-16T00:32:28.150Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-16T00:32:28.429Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-16T00:32:28.429Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-16T00:32:28.429Z] (4/5) Installing curl (7.66.0-r3) [2020-12-16T00:32:28.429Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-16T00:32:28.429Z] Executing busybox-1.30.1-r3.trigger [2020-12-16T00:32:28.429Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-16T00:32:28.429Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-16T00:32:28.429Z] Executing ca-certificates-20191127-r2.trigger [2020-12-16T00:32:28.429Z] (4/5) Installing curl (7.66.0-r3) [2020-12-16T00:32:28.429Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-16T00:32:28.429Z] Executing busybox-1.30.1-r3.trigger [2020-12-16T00:32:28.429Z] Executing ca-certificates-20191127-r2.trigger [2020-12-16T00:32:28.706Z] OK: 7 MiB in 19 packages [2020-12-16T00:32:28.989Z] OK: 7 MiB in 19 packages [2020-12-16T00:32:29.608Z] 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-12-16T00:32:32.257Z] Removing intermediate container 6537e4c06e30 [2020-12-16T00:32:32.257Z] ---> 4df7fffa4f3a [2020-12-16T00:32:32.257Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-16T00:32:32.257Z] Removing intermediate container 6a1476024f66 [2020-12-16T00:32:32.257Z] ---> 7abb35edbae2 [2020-12-16T00:32:32.257Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-16T00:32:32.257Z] ---> Running in e0b2cccbce82 [2020-12-16T00:32:32.535Z] ---> Running in 9fcc7aeee9f6 [2020-12-16T00:32:33.146Z] Removing intermediate container e0b2cccbce82 [2020-12-16T00:32:33.146Z] ---> cd56ff6cbf10 [2020-12-16T00:32:33.146Z] Step 13/22 : WORKDIR / [2020-12-16T00:32:33.421Z] ---> Running in ae6bcd620da3 [2020-12-16T00:32:33.421Z] Removing intermediate container 9fcc7aeee9f6 [2020-12-16T00:32:33.421Z] ---> f66551253b9a [2020-12-16T00:32:33.421Z] Step 13/24 : WORKDIR / [2020-12-16T00:32:33.718Z] ---> Running in 4777d712ea1a [2020-12-16T00:32:34.011Z] Removing intermediate container ae6bcd620da3 [2020-12-16T00:32:34.011Z] ---> 34d80ffa6009 [2020-12-16T00:32:34.011Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-16T00:32:34.613Z] Removing intermediate container 4777d712ea1a [2020-12-16T00:32:34.613Z] ---> ae3f0bae61e5 [2020-12-16T00:32:34.613Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-16T00:32:35.221Z] Removing intermediate container c4fcdb30ce5e [2020-12-16T00:32:35.221Z] ---> f1068d2c4c43 [2020-12-16T00:32:35.221Z] [2020-12-16T00:32:35.221Z] Step 11/27 : FROM docker:latest [2020-12-16T00:32:35.221Z] ---> 0c09fb3ff9b5 [2020-12-16T00:32:35.221Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-16T00:32:35.497Z] ---> Running in ad2698bd85c1 [2020-12-16T00:32:35.789Z] ---> 035be0f6a406 [2020-12-16T00:32:35.789Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-16T00:32:36.067Z] ---> dc57a1f8a57e [2020-12-16T00:32:36.067Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-16T00:32:37.525Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T00:32:37.525Z] ---> e38cc9616578 [2020-12-16T00:32:37.525Z] ---> a14dbd57c5c2 [2020-12-16T00:32:37.525Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-16T00:32:37.525Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-16T00:32:37.806Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T00:32:38.403Z] (1/2) Installing readline (8.0.4-r0) [2020-12-16T00:32:38.403Z] (2/2) Installing bash (5.0.17-r0) [2020-12-16T00:32:38.683Z] Executing bash-5.0.17-r0.post-install [2020-12-16T00:32:38.683Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T00:32:38.683Z] OK: 12 MiB in 22 packages [2020-12-16T00:32:40.130Z] ---> 547eb1295d82 [2020-12-16T00:32:40.130Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-16T00:32:40.411Z] ---> 6120786be950 [2020-12-16T00:32:40.411Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-16T00:32:40.691Z] Removing intermediate container dda91c7aa48c [2020-12-16T00:32:40.691Z] ---> f7b6d93efdef [2020-12-16T00:32:40.691Z] [2020-12-16T00:32:40.691Z] Step 10/21 : FROM scratch [2020-12-16T00:32:40.691Z] ---> [2020-12-16T00:32:40.691Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T00:32:40.691Z] Removing intermediate container 52a003f59102 [2020-12-16T00:32:40.691Z] ---> 666553cb1ae4 [2020-12-16T00:32:40.691Z] [2020-12-16T00:32:40.691Z] Step 10/24 : FROM scratch [2020-12-16T00:32:40.691Z] ---> [2020-12-16T00:32:40.691Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-16T00:32:41.311Z] ---> Running in 7788178afa31 [2020-12-16T00:32:41.311Z] ---> e1c46a1fd65f [2020-12-16T00:32:41.311Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-16T00:32:41.311Z] ---> Running in 18231ce80a04 [2020-12-16T00:32:41.582Z] Removing intermediate container ad2698bd85c1 [2020-12-16T00:32:41.582Z] ---> 280e5b520996 [2020-12-16T00:32:41.582Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-16T00:32:41.854Z] ---> Running in c7683104e158 [2020-12-16T00:32:41.854Z] Removing intermediate container 7788178afa31 [2020-12-16T00:32:41.854Z] ---> 6095152bef25 [2020-12-16T00:32:41.854Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-16T00:32:41.854Z] ---> 9840a27190d8 [2020-12-16T00:32:41.854Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-16T00:32:41.854Z] ---> Running in e99416dbe749 [2020-12-16T00:32:42.125Z] ---> Running in d5cff94a7df7 [2020-12-16T00:32:42.125Z] Removing intermediate container 18231ce80a04 [2020-12-16T00:32:42.125Z] ---> 388cc6c5cb5c [2020-12-16T00:32:42.125Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-16T00:32:42.396Z] ---> Running in 3736aa066139 [2020-12-16T00:32:43.008Z] Removing intermediate container d5cff94a7df7 [2020-12-16T00:32:43.008Z] ---> 71078ba91809 [2020-12-16T00:32:43.008Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-16T00:32:43.008Z] ---> Running in ee46d6838a9c [2020-12-16T00:32:43.008Z] Removing intermediate container 3736aa066139 [2020-12-16T00:32:43.008Z] ---> 8af3d2fb2854 [2020-12-16T00:32:43.008Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-16T00:32:43.341Z] ---> Running in 7b5582ba513b [2020-12-16T00:32:43.656Z] ---> 6969681fba0b [2020-12-16T00:32:43.656Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-16T00:32:43.953Z] Removing intermediate container ee46d6838a9c [2020-12-16T00:32:43.953Z] ---> 4b24f2f85b4d [2020-12-16T00:32:43.953Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-16T00:32:43.953Z] Removing intermediate container 7b5582ba513b [2020-12-16T00:32:43.953Z] ---> 7d9f63cb36f0 [2020-12-16T00:32:43.953Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-16T00:32:45.513Z] ---> 055be968ac74 [2020-12-16T00:32:45.513Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-16T00:32:45.513Z] ---> f78153c6933e [2020-12-16T00:32:45.513Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-16T00:32:45.513Z] ---> Running in c38f9e33e380 [2020-12-16T00:32:45.513Z] Removing intermediate container c7683104e158 [2020-12-16T00:32:45.513Z] ---> 9a26b1a2b4b9 [2020-12-16T00:32:45.513Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-16T00:32:45.784Z] ---> 3c66af488165 [2020-12-16T00:32:45.784Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-16T00:32:45.784Z] ---> Running in 708177e6c60c [2020-12-16T00:32:46.061Z] Removing intermediate container e99416dbe749 [2020-12-16T00:32:46.061Z] ---> e3e5bd64741a [2020-12-16T00:32:46.061Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-16T00:32:46.343Z] ---> Running in f372ccc7666d [2020-12-16T00:32:46.618Z] Removing intermediate container 708177e6c60c [2020-12-16T00:32:46.618Z] ---> 062da72f297d [2020-12-16T00:32:46.618Z] Step 20/22 : LABEL arch=arm64 [2020-12-16T00:32:46.890Z] ---> Running in a9a87df57251 [2020-12-16T00:32:47.163Z] Removing intermediate container f372ccc7666d [2020-12-16T00:32:47.163Z] ---> 03f4265c982e [2020-12-16T00:32:47.163Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-16T00:32:47.436Z] ---> 9d004b18b1f7 [2020-12-16T00:32:47.436Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-16T00:32:47.436Z] ---> 88d07d2fc7b5 [2020-12-16T00:32:47.436Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-16T00:32:47.436Z] Removing intermediate container a9a87df57251 [2020-12-16T00:32:47.436Z] ---> 95c92a862e16 [2020-12-16T00:32:47.436Z] Step 21/22 : LABEL git_sha=5d2f18fd7a819aa578ed0ebb4adf0de857e517ab [2020-12-16T00:32:47.436Z] ---> Running in af9f5ce03aa4 [2020-12-16T00:32:47.709Z] ---> Running in 5faae9d994cc [2020-12-16T00:32:48.678Z] ---> f02ee69fd7f1 [2020-12-16T00:32:48.678Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-16T00:32:48.678Z] Removing intermediate container af9f5ce03aa4 [2020-12-16T00:32:48.678Z] ---> 2325b2c3bbd8 [2020-12-16T00:32:48.678Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-16T00:32:48.678Z] Removing intermediate container 5faae9d994cc [2020-12-16T00:32:48.678Z] ---> e694e0edea92 [2020-12-16T00:32:48.678Z] Step 22/22 : LABEL version=0.0.0 [2020-12-16T00:32:48.948Z] ---> Running in 6fd25821bf5c [2020-12-16T00:32:48.948Z] ---> Running in 8fdcc0e5add0 [2020-12-16T00:32:48.948Z] ---> Running in 545e6f282650 [2020-12-16T00:32:48.948Z] Removing intermediate container c38f9e33e380 [2020-12-16T00:32:48.948Z] ---> ab9568a31724 [2020-12-16T00:32:48.948Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-16T00:32:49.224Z] ---> eea4b4d6b628 [2020-12-16T00:32:49.224Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-16T00:32:49.224Z] ---> Running in cbfa4e6afbee [2020-12-16T00:32:49.494Z] Removing intermediate container 6fd25821bf5c [2020-12-16T00:32:49.494Z] ---> a7e11d431e98 [2020-12-16T00:32:49.494Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T00:32:49.494Z] Removing intermediate container 545e6f282650 [2020-12-16T00:32:49.494Z] ---> 901174be404f [2020-12-16T00:32:49.494Z] [2020-12-16T00:32:49.771Z] Removing intermediate container 8fdcc0e5add0 [2020-12-16T00:32:49.771Z] ---> 91e011ebb2b8 [2020-12-16T00:32:49.771Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-16T00:32:49.771Z] Removing intermediate container cbfa4e6afbee [2020-12-16T00:32:49.771Z] ---> 231d60179feb [2020-12-16T00:32:49.771Z] Step 22/24 : LABEL arch=arm64 [2020-12-16T00:32:49.771Z] ---> Running in b9a8b55594cb [2020-12-16T00:32:50.043Z] Successfully built 901174be404f [2020-12-16T00:32:50.043Z] ---> 4b6044f4e372 [2020-12-16T00:32:50.043Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-16T00:32:50.043Z] ---> Running in 9b830844d272 [2020-12-16T00:32:50.043Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-16T00:32:50.043Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-command-go [2020-12-16T00:32:50.321Z] Removing intermediate container b9a8b55594cb [2020-12-16T00:32:50.321Z] ---> 41192825b22b [2020-12-16T00:32:50.321Z] Step 19/21 : LABEL arch=arm64 [2020-12-16T00:32:50.921Z] ---> Running in c899f760a08b [2020-12-16T00:32:51.192Z] Removing intermediate container 9b830844d272 [2020-12-16T00:32:51.193Z] ---> ab44231bb4eb [2020-12-16T00:32:51.193Z] Step 23/24 : LABEL git_sha=5d2f18fd7a819aa578ed0ebb4adf0de857e517ab [2020-12-16T00:32:51.193Z] ---> 9cf117292867 [2020-12-16T00:32:51.193Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-16T00:32:51.464Z] ---> Running in cb527de1eaf1 [2020-12-16T00:32:51.464Z] Removing intermediate container c899f760a08b [2020-12-16T00:32:51.464Z] ---> 0be5633d74e2 [2020-12-16T00:32:51.464Z] Step 20/21 : LABEL git_sha=5d2f18fd7a819aa578ed0ebb4adf0de857e517ab [2020-12-16T00:32:52.448Z] ---> 0f036ff9d0ef [2020-12-16T00:32:52.448Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-16T00:32:52.448Z] ---> Running in 2f3f72b883e9 [2020-12-16T00:32:53.061Z] Removing intermediate container cb527de1eaf1 [2020-12-16T00:32:53.061Z] ---> 5cc2144b2207 [2020-12-16T00:32:53.061Z] Step 24/24 : LABEL version=0.0.0 [2020-12-16T00:32:53.061Z] ---> 6c86cf26343c [2020-12-16T00:32:53.061Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-16T00:32:53.655Z] ---> Running in c7ae75d8dc17 [2020-12-16T00:32:53.655Z] Removing intermediate container 2f3f72b883e9 [2020-12-16T00:32:53.655Z] ---> e5c41d25c179 [2020-12-16T00:32:53.655Z] Step 21/21 : LABEL version=0.0.0 [2020-12-16T00:32:53.655Z] ---> a317139714f6 [2020-12-16T00:32:53.655Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-16T00:32:54.340Z] ---> Running in 5fac6f9d1e4d [2020-12-16T00:32:54.340Z] ---> Running in 24692b2ad2c5 [2020-12-16T00:32:54.940Z] ---> 97e4408f1da4 [2020-12-16T00:32:54.940Z] Removing intermediate container c7ae75d8dc17 [2020-12-16T00:32:54.940Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-16T00:32:54.940Z] ---> 5e6e4c0495f1 [2020-12-16T00:32:54.940Z] [2020-12-16T00:32:55.539Z] Successfully built 5e6e4c0495f1 [2020-12-16T00:32:55.539Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-16T00:32:55.539Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 5fac6f9d1e4d [2020-12-16T00:32:55.539Z] ---> f939d01f96c0 [2020-12-16T00:32:55.539Z] [2020-12-16T00:32:55.539Z] Building docker-core-metadata-go [2020-12-16T00:32:55.539Z] Removing intermediate container 24692b2ad2c5 [2020-12-16T00:32:55.539Z] ---> f7b0bccad581 [2020-12-16T00:32:55.539Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T00:32:55.813Z] ---> Running in 0e606adb3aed [2020-12-16T00:32:56.085Z] ---> Running in fa3692a3e97b [2020-12-16T00:32:56.085Z] Successfully built f939d01f96c0 [2020-12-16T00:32:56.085Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-16T00:32:56.085Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2020-12-16T00:32:56.683Z] Removing intermediate container fa3692a3e97b [2020-12-16T00:32:56.683Z] ---> 4176c476df14 [2020-12-16T00:32:56.683Z] Step 22/24 : LABEL arch=arm64 [2020-12-16T00:32:56.968Z] ---> Running in b8e83c5a238d [2020-12-16T00:32:57.250Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T00:32:57.250Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T00:32:57.522Z] Removing intermediate container b8e83c5a238d [2020-12-16T00:32:57.522Z] ---> 723c550ee58c [2020-12-16T00:32:57.522Z] Step 23/24 : LABEL git_sha=5d2f18fd7a819aa578ed0ebb4adf0de857e517ab [2020-12-16T00:32:57.522Z] ---> Running in 59c1fc9acd13 [2020-12-16T00:32:57.794Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-16T00:32:57.794Z] (2/33) Installing expat (2.2.9-r1) [2020-12-16T00:32:57.794Z] (3/33) Installing libffi (3.3-r2) [2020-12-16T00:32:57.794Z] (4/33) Installing gdbm (1.13-r1) [2020-12-16T00:32:57.794Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-16T00:32:57.794Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-16T00:32:58.070Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-16T00:32:58.070Z] Removing intermediate container 59c1fc9acd13 [2020-12-16T00:32:58.070Z] ---> 35138bbc1e49 [2020-12-16T00:32:58.070Z] Step 24/24 : LABEL version=0.0.0 [2020-12-16T00:32:58.349Z] ---> Running in 5849410b08e0 [2020-12-16T00:32:59.335Z] Removing intermediate container 5849410b08e0 [2020-12-16T00:32:59.335Z] ---> 39c63047c29d [2020-12-16T00:32:59.335Z] [2020-12-16T00:32:59.935Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-16T00:32:59.935Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-16T00:32:59.935Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-16T00:32:59.935Z] Successfully built 39c63047c29d [2020-12-16T00:32:59.935Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-16T00:32:59.935Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-16T00:32:59.935Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-16T00:32:59.935Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-16T00:32:59.935Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2020-12-16T00:32:59.935Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-16T00:33:00.206Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-16T00:33:00.206Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-16T00:33:00.206Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-16T00:33:00.206Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-16T00:33:00.206Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-16T00:33:00.206Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-16T00:33:00.206Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-16T00:33:00.206Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-16T00:33:00.480Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-16T00:33:00.480Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-16T00:33:00.480Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-16T00:33:00.480Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-16T00:33:00.480Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-16T00:33:00.480Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-16T00:33:00.480Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-16T00:33:00.480Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-16T00:33:00.480Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-16T00:33:00.480Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-16T00:33:00.480Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-16T00:33:00.769Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T00:33:00.769Z] OK: 71 MiB in 55 packages [2020-12-16T00:33:10.931Z] Removing intermediate container 0e606adb3aed [2020-12-16T00:33:10.931Z] ---> 17676eb8d239 [2020-12-16T00:33:10.931Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-16T00:33:11.523Z] ---> Running in cd9492dba24d [2020-12-16T00:33:16.920Z] Collecting docker-compose==1.23.2 [2020-12-16T00:33:16.920Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-16T00:33:17.908Z] Collecting docker<4.0,>=3.6.0 [2020-12-16T00:33:17.908Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-16T00:33:18.509Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-16T00:33:18.509Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-16T00:33:21.132Z] Collecting PyYAML<4,>=3.10 [2020-12-16T00:33:21.132Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-16T00:33:25.447Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-16T00:33:25.447Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-16T00:33:25.447Z] Collecting docopt<0.7,>=0.6.1 [2020-12-16T00:33:25.447Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-16T00:33:28.077Z] Collecting texttable<0.10,>=0.9.0 [2020-12-16T00:33:28.077Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-16T00:33:28.077Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T00:33:28.077Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-16T00:33:28.077Z] ---> 439a0a38af16 [2020-12-16T00:33:28.077Z] Step 3/22 : WORKDIR /edgex-go [2020-12-16T00:33:28.077Z] ---> Using cache [2020-12-16T00:33:28.077Z] ---> 6beffea076fb [2020-12-16T00:33:28.077Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T00:33:28.077Z] ---> Using cache [2020-12-16T00:33:28.077Z] ---> 6dd98e6c88c8 [2020-12-16T00:33:28.077Z] Step 5/22 : RUN apk update && apk add make git [2020-12-16T00:33:30.716Z] 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-12-16T00:33:31.326Z] Collecting jsonschema<3,>=2.5.1 [2020-12-16T00:33:31.326Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-16T00:33:33.959Z] ---> Running in ceeadec13d27 [2020-12-16T00:33:33.959Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-16T00:33:33.959Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-16T00:33:34.560Z] Collecting cached-property<2,>=1.2.0 [2020-12-16T00:33:34.560Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-16T00:33:34.833Z] Collecting docker-pycreds>=0.4.0 [2020-12-16T00:33:34.833Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-16T00:33:35.105Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T00:33:35.378Z] Collecting idna<2.8,>=2.5 [2020-12-16T00:33:35.378Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-16T00:33:35.378Z] 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-12-16T00:33:35.974Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T00:33:36.249Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-16T00:33:36.249Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-16T00:33:36.527Z] 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-12-16T00:33:36.527Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-16T00:33:36.527Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-16T00:33:36.527Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-16T00:33:36.527Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-16T00:33:37.134Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T00:33:37.134Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T00:33:37.134Z] OK: 12620 distinct packages available [2020-12-16T00:33:37.409Z] Installing collected packages: websocket-client, docker-pycreds, idna, urllib3, requests, docker, dockerpty, PyYAML, docopt, texttable, jsonschema, cached-property, docker-compose [2020-12-16T00:33:38.012Z] OK: 217 MiB in 51 packages [2020-12-16T00:33:38.012Z] Attempting uninstall: idna [2020-12-16T00:33:38.012Z] Found existing installation: idna 2.9 [2020-12-16T00:33:38.012Z] Uninstalling idna-2.9: [2020-12-16T00:33:38.012Z] Successfully uninstalled idna-2.9 [2020-12-16T00:33:38.997Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T00:33:38.997Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-16T00:33:38.997Z] ---> 439a0a38af16 [2020-12-16T00:33:38.997Z] Step 3/22 : WORKDIR /edgex-go [2020-12-16T00:33:38.997Z] ---> Using cache [2020-12-16T00:33:38.997Z] ---> 6beffea076fb [2020-12-16T00:33:38.997Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T00:33:38.997Z] ---> Using cache [2020-12-16T00:33:38.997Z] ---> 6dd98e6c88c8 [2020-12-16T00:33:38.997Z] Step 5/22 : RUN apk update && apk add make git [2020-12-16T00:33:39.603Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T00:33:39.603Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-16T00:33:39.603Z] ---> 439a0a38af16 [2020-12-16T00:33:39.603Z] Step 3/21 : WORKDIR /edgex-go [2020-12-16T00:33:39.603Z] ---> Using cache [2020-12-16T00:33:39.603Z] ---> 6beffea076fb [2020-12-16T00:33:39.603Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T00:33:39.603Z] ---> Using cache [2020-12-16T00:33:39.603Z] ---> 6dd98e6c88c8 [2020-12-16T00:33:39.603Z] Step 5/21 : RUN apk update && apk add make git [2020-12-16T00:33:39.878Z] Attempting uninstall: urllib3 [2020-12-16T00:33:39.878Z] Found existing installation: urllib3 1.25.9 [2020-12-16T00:33:39.878Z] Uninstalling urllib3-1.25.9: [2020-12-16T00:33:39.878Z] Successfully uninstalled urllib3-1.25.9 [2020-12-16T00:33:40.157Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T00:33:40.157Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-16T00:33:40.157Z] ---> 439a0a38af16 [2020-12-16T00:33:40.157Z] Step 3/23 : WORKDIR /edgex-go [2020-12-16T00:33:40.157Z] ---> Using cache [2020-12-16T00:33:40.157Z] ---> 6beffea076fb [2020-12-16T00:33:40.157Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T00:33:40.157Z] ---> Using cache [2020-12-16T00:33:40.157Z] ---> 6dd98e6c88c8 [2020-12-16T00:33:40.157Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-16T00:33:40.755Z] Attempting uninstall: requests [2020-12-16T00:33:40.755Z] Found existing installation: requests 2.23.0 [2020-12-16T00:33:40.755Z] Uninstalling requests-2.23.0: [2020-12-16T00:33:40.755Z] ---> Running in bc9315c844d3 [2020-12-16T00:33:40.755Z] ---> Running in cd9339de0cb8 [2020-12-16T00:33:40.755Z] ---> Running in 1180f032da58 [2020-12-16T00:33:41.028Z] Successfully uninstalled requests-2.23.0 [2020-12-16T00:33:41.306Z] Removing intermediate container ceeadec13d27 [2020-12-16T00:33:41.306Z] ---> d063d76f849f [2020-12-16T00:33:41.306Z] Step 6/22 : COPY go.mod . [2020-12-16T00:33:42.297Z] Running setup.py install for dockerpty: started [2020-12-16T00:33:42.571Z] ---> 7c103a4a9340 [2020-12-16T00:33:42.571Z] Step 7/22 : RUN go mod download [2020-12-16T00:33:42.844Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T00:33:42.844Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T00:33:43.119Z] ---> Running in 050ee2d52b42 [2020-12-16T00:33:43.119Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T00:33:43.715Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T00:33:43.989Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T00:33:44.586Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-16T00:33:44.586Z] Running setup.py install for PyYAML: started [2020-12-16T00:33:44.867Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T00:33:44.867Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T00:33:44.867Z] OK: 12620 distinct packages available [2020-12-16T00:33:44.867Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T00:33:45.460Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T00:33:45.460Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T00:33:45.460Z] OK: 12620 distinct packages available [2020-12-16T00:33:45.460Z] Removing intermediate container 050ee2d52b42 [2020-12-16T00:33:45.460Z] ---> ebc505b235b7 [2020-12-16T00:33:45.460Z] Step 8/22 : COPY . . [2020-12-16T00:33:45.746Z] OK: 217 MiB in 51 packages [2020-12-16T00:33:46.361Z] OK: 217 MiB in 51 packages [2020-12-16T00:33:47.344Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-16T00:33:47.344Z] Running setup.py install for docopt: started [2020-12-16T00:33:47.628Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T00:33:47.628Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T00:33:47.628Z] OK: 12620 distinct packages available [2020-12-16T00:33:47.628Z] Removing intermediate container cd9339de0cb8 [2020-12-16T00:33:47.628Z] ---> 99db91845684 [2020-12-16T00:33:47.628Z] Step 6/23 : COPY go.mod . [2020-12-16T00:33:48.633Z] OK: 217 MiB in 51 packages [2020-12-16T00:33:49.238Z] Removing intermediate container bc9315c844d3 [2020-12-16T00:33:49.238Z] ---> 52652bca7651 [2020-12-16T00:33:49.238Z] Step 6/21 : COPY go.mod . [2020-12-16T00:33:49.511Z] ---> 09f8e9650f9b [2020-12-16T00:33:49.511Z] Step 7/23 : RUN go mod download [2020-12-16T00:33:49.783Z] Running setup.py install for docopt: finished with status 'done' [2020-12-16T00:33:49.784Z] Running setup.py install for texttable: started [2020-12-16T00:33:50.383Z] ---> Running in c85b75148379 [2020-12-16T00:33:50.657Z] ---> 1af7fd7c369a [2020-12-16T00:33:50.657Z] Step 7/21 : RUN go mod download [2020-12-16T00:33:51.252Z] Removing intermediate container 1180f032da58 [2020-12-16T00:33:51.252Z] ---> f7b7279de1a7 [2020-12-16T00:33:51.252Z] Step 6/22 : COPY go.mod . [2020-12-16T00:33:51.252Z] ---> Running in 71e427e03618 [2020-12-16T00:33:52.354Z] Running setup.py install for texttable: finished with status 'done' [2020-12-16T00:33:53.459Z] ---> 185ab845a197 [2020-12-16T00:33:53.459Z] Step 7/22 : RUN go mod download [2020-12-16T00:33:53.744Z] ---> Running in bb72a79e4234 [2020-12-16T00:33:54.730Z] 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-12-16T00:33:55.717Z] Removing intermediate container c85b75148379 [2020-12-16T00:33:55.717Z] ---> 8b0f53dba495 [2020-12-16T00:33:55.717Z] Step 8/23 : COPY . . [2020-12-16T00:33:56.719Z] Removing intermediate container 71e427e03618 [2020-12-16T00:33:56.719Z] ---> fa16d9d0dcf2 [2020-12-16T00:33:56.719Z] Step 8/21 : COPY . . [2020-12-16T00:34:00.127Z] Removing intermediate container bb72a79e4234 [2020-12-16T00:34:00.127Z] ---> b37e4491bc05 [2020-12-16T00:34:00.127Z] Step 8/22 : COPY . . [2020-12-16T00:34:02.118Z] Removing intermediate container cd9492dba24d [2020-12-16T00:34:02.118Z] ---> 371afd67bd2c [2020-12-16T00:34:02.118Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-16T00:34:04.805Z] ---> Running in 2c8a630f1753 [2020-12-16T00:34:06.242Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T00:34:06.242Z] ---> 285081dd5d8e [2020-12-16T00:34:06.242Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-16T00:34:06.242Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T00:34:07.218Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-16T00:34:07.218Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-16T00:34:07.218Z] (3/3) Installing curl (7.69.1-r3) [2020-12-16T00:34:07.218Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T00:34:07.218Z] OK: 71 MiB in 58 packages [2020-12-16T00:34:07.817Z] ---> Running in 0b57f4afde98 [2020-12-16T00:34:10.497Z] Removing intermediate container 2c8a630f1753 [2020-12-16T00:34:10.497Z] ---> 82e81021a8cc [2020-12-16T00:34:10.497Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-16T00:34:10.775Z] 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-12-16T00:34:11.400Z] ---> Running in 9a36c4321353 [2020-12-16T00:34:12.843Z] Removing intermediate container 9a36c4321353 [2020-12-16T00:34:12.843Z] ---> d769e77d0dca [2020-12-16T00:34:12.843Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T00:34:13.447Z] ---> Running in 120886945c66 [2020-12-16T00:34:14.927Z] Removing intermediate container 120886945c66 [2020-12-16T00:34:14.927Z] ---> f8dcfab62390 [2020-12-16T00:34:14.927Z] Step 25/27 : LABEL arch=arm64 [2020-12-16T00:34:15.530Z] ---> Running in e6c27db659b8 [2020-12-16T00:34:16.989Z] Removing intermediate container e6c27db659b8 [2020-12-16T00:34:16.989Z] ---> bb1045d1806b [2020-12-16T00:34:16.989Z] Step 26/27 : LABEL git_sha=5d2f18fd7a819aa578ed0ebb4adf0de857e517ab [2020-12-16T00:34:17.596Z] ---> Running in 50bbb2d5c6c0 [2020-12-16T00:34:19.051Z] Removing intermediate container 50bbb2d5c6c0 [2020-12-16T00:34:19.051Z] ---> 3a6f392fba92 [2020-12-16T00:34:19.051Z] Step 27/27 : LABEL version=0.0.0 [2020-12-16T00:34:19.667Z] ---> Running in d4ff46f86e7d [2020-12-16T00:34:20.665Z] Removing intermediate container d4ff46f86e7d [2020-12-16T00:34:20.665Z] ---> 7a3da4b55bcc [2020-12-16T00:34:20.665Z] [2020-12-16T00:34:21.704Z] ---> 84860c21f136 [2020-12-16T00:34:21.704Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-16T00:34:21.992Z] Successfully built 7a3da4b55bcc [2020-12-16T00:34:21.992Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-16T00:34:22.557Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in 743671b1a342 [2020-12-16T00:34:24.008Z] ---> e2923d561d5d [2020-12-16T00:34:24.008Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-16T00:34:24.608Z] 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-12-16T00:34:24.608Z] ---> Running in 1835f46e0d60 [2020-12-16T00:34:27.233Z] ---> f9ffa8b83054 [2020-12-16T00:34:27.233Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-16T00:34:27.233Z] 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-12-16T00:34:27.233Z] ---> Running in 5d23e4f3a053 [2020-12-16T00:34:28.670Z] 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-12-16T00:35:36.683Z] Removing intermediate container 0b57f4afde98 [2020-12-16T00:35:36.683Z] ---> 25a49e343c1e [2020-12-16T00:35:36.683Z] [2020-12-16T00:35:36.683Z] Step 10/22 : FROM scratch [2020-12-16T00:35:36.683Z] ---> [2020-12-16T00:35:36.683Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T00:35:36.683Z] ---> Using cache [2020-12-16T00:35:36.683Z] ---> 6095152bef25 [2020-12-16T00:35:36.683Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-16T00:35:36.683Z] ---> Running in 2a28ec8aee26 [2020-12-16T00:35:36.683Z] Removing intermediate container 2a28ec8aee26 [2020-12-16T00:35:36.683Z] ---> 982c1475798e [2020-12-16T00:35:36.683Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-16T00:35:36.683Z] ---> Running in 03ef3311371e [2020-12-16T00:35:36.683Z] Removing intermediate container 03ef3311371e [2020-12-16T00:35:36.683Z] ---> 975eb5d8de09 [2020-12-16T00:35:36.683Z] Step 14/22 : WORKDIR / [2020-12-16T00:35:36.683Z] ---> Running in a0a0226f7bd4 [2020-12-16T00:35:36.683Z] Removing intermediate container a0a0226f7bd4 [2020-12-16T00:35:36.683Z] ---> 3d8a01af8561 [2020-12-16T00:35:36.683Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-16T00:35:36.683Z] ---> 4724680798c6 [2020-12-16T00:35:36.683Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-16T00:35:36.683Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-16T00:35:36.683Z] ---> 4b0b44f62fe0 [2020-12-16T00:35:36.683Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-16T00:35:36.683Z] ---> f6069d56068c [2020-12-16T00:35:36.683Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-16T00:35:36.683Z] ---> Running in 0d2efe203678 [2020-12-16T00:35:36.683Z] Removing intermediate container 0d2efe203678 [2020-12-16T00:35:36.683Z] ---> 211190bd8b48 [2020-12-16T00:35:36.683Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T00:35:36.683Z] ---> Running in 4f795377c59c [2020-12-16T00:35:36.683Z] Removing intermediate container 4f795377c59c [2020-12-16T00:35:36.683Z] ---> b5192a0fbcf2 [2020-12-16T00:35:36.683Z] Step 20/22 : LABEL arch=arm64 [2020-12-16T00:35:36.683Z] ---> Running in a5c87619dc9c [2020-12-16T00:35:36.683Z] Removing intermediate container a5c87619dc9c [2020-12-16T00:35:36.683Z] ---> dab60c4104d7 [2020-12-16T00:35:36.683Z] Step 21/22 : LABEL git_sha=5d2f18fd7a819aa578ed0ebb4adf0de857e517ab [2020-12-16T00:35:36.962Z] ---> Running in 1bc01c36d62b [2020-12-16T00:35:37.579Z] Removing intermediate container 1bc01c36d62b [2020-12-16T00:35:37.579Z] ---> 3d79c62e0358 [2020-12-16T00:35:37.852Z] Step 22/22 : LABEL version=0.0.0 [2020-12-16T00:35:37.852Z] ---> Running in ceb5ae54058b [2020-12-16T00:35:38.447Z] Removing intermediate container ceb5ae54058b [2020-12-16T00:35:38.447Z] ---> b7fdff4fc7ce [2020-12-16T00:35:38.447Z] [2020-12-16T00:35:39.054Z] Successfully built b7fdff4fc7ce [2020-12-16T00:35:39.054Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-16T00:35:45.786Z]  Building docker-core-command-go ... done Removing intermediate container 1835f46e0d60 [2020-12-16T00:35:45.787Z] ---> 819a856c7fd1 [2020-12-16T00:35:45.787Z] [2020-12-16T00:35:45.787Z] Step 10/21 : FROM alpine [2020-12-16T00:35:45.787Z] latest: Pulling from library/alpine [2020-12-16T00:35:45.787Z] Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 [2020-12-16T00:35:45.787Z] Status: Downloaded newer image for alpine:latest [2020-12-16T00:35:45.787Z] ---> dd36a01c3f31 [2020-12-16T00:35:45.787Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-16T00:35:46.065Z] ---> Running in 6170bf8edf71 [2020-12-16T00:35:48.061Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T00:35:48.061Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T00:35:48.666Z] v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-16T00:35:48.666Z] v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-16T00:35:48.666Z] OK: 12617 distinct packages available [2020-12-16T00:35:49.679Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-16T00:35:49.679Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-16T00:35:49.679Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-16T00:35:49.679Z] (4/4) Installing curl (7.69.1-r3) [2020-12-16T00:35:49.679Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T00:35:49.679Z] Executing ca-certificates-20191127-r4.trigger [2020-12-16T00:35:49.957Z] OK: 7 MiB in 18 packages [2020-12-16T00:35:52.621Z] Removing intermediate container 6170bf8edf71 [2020-12-16T00:35:52.621Z] ---> 8dd5015a75ea [2020-12-16T00:35:52.621Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-16T00:35:52.621Z] ---> Running in a07168ea7edb [2020-12-16T00:35:53.235Z] Removing intermediate container a07168ea7edb [2020-12-16T00:35:53.235Z] ---> a8a5b3ded06e [2020-12-16T00:35:53.235Z] Step 13/21 : WORKDIR /edgex [2020-12-16T00:35:53.507Z] ---> Running in c540aaea4aa5 [2020-12-16T00:35:54.286Z] Removing intermediate container c540aaea4aa5 [2020-12-16T00:35:54.286Z] ---> 933afb4c48a0 [2020-12-16T00:35:54.286Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-16T00:35:55.382Z] ---> 5470955d9154 [2020-12-16T00:35:55.382Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-16T00:35:56.847Z] ---> 0d7886f0991b [2020-12-16T00:35:56.847Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-16T00:35:58.297Z] ---> 1ee1ca367507 [2020-12-16T00:35:58.297Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-16T00:35:58.571Z] ---> Running in 5155794cea46 [2020-12-16T00:35:58.845Z] Removing intermediate container 5155794cea46 [2020-12-16T00:35:58.845Z] ---> 0ea8c65a3bf7 [2020-12-16T00:35:58.845Z] Step 18/21 : CMD ["--init=true"] [2020-12-16T00:35:59.120Z] ---> Running in bb3926555edd [2020-12-16T00:35:59.731Z] Removing intermediate container bb3926555edd [2020-12-16T00:35:59.731Z] ---> 12740ea5ee33 [2020-12-16T00:35:59.731Z] Step 19/21 : LABEL arch=arm64 [2020-12-16T00:35:59.731Z] ---> Running in 5312817b7e48 [2020-12-16T00:36:00.332Z] Removing intermediate container 5312817b7e48 [2020-12-16T00:36:00.332Z] ---> 622f912dd6f4 [2020-12-16T00:36:00.332Z] Step 20/21 : LABEL git_sha=5d2f18fd7a819aa578ed0ebb4adf0de857e517ab [2020-12-16T00:36:00.605Z] ---> Running in b138ad4e2a50 [2020-12-16T00:36:00.881Z] Removing intermediate container b138ad4e2a50 [2020-12-16T00:36:00.881Z] ---> 24dc4cb04928 [2020-12-16T00:36:00.881Z] Step 21/21 : LABEL version=0.0.0 [2020-12-16T00:36:01.156Z] ---> Running in 91fd4c21275f [2020-12-16T00:36:01.431Z] Removing intermediate container 91fd4c21275f [2020-12-16T00:36:01.431Z] ---> d03a3bd6e9eb [2020-12-16T00:36:01.431Z] [2020-12-16T00:36:02.033Z] Successfully built d03a3bd6e9eb [2020-12-16T00:36:02.033Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-16T00:36:08.758Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 5d23e4f3a053 [2020-12-16T00:36:08.758Z] ---> 6e5bbb22106e [2020-12-16T00:36:08.758Z] [2020-12-16T00:36:08.758Z] Step 10/22 : FROM scratch [2020-12-16T00:36:08.758Z] ---> [2020-12-16T00:36:08.758Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T00:36:08.758Z] ---> Using cache [2020-12-16T00:36:08.758Z] ---> 6095152bef25 [2020-12-16T00:36:08.758Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-16T00:36:08.758Z] ---> Running in 56b8aec6039f [2020-12-16T00:36:08.758Z] Removing intermediate container 56b8aec6039f [2020-12-16T00:36:08.758Z] ---> 5914b2dacdf0 [2020-12-16T00:36:08.758Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-16T00:36:08.758Z] ---> Running in c112ec106e02 [2020-12-16T00:36:09.361Z] Removing intermediate container c112ec106e02 [2020-12-16T00:36:09.361Z] ---> eff07a9966e3 [2020-12-16T00:36:09.361Z] Step 14/22 : WORKDIR / [2020-12-16T00:36:09.361Z] ---> Running in ea4b71278318 [2020-12-16T00:36:09.968Z] Removing intermediate container ea4b71278318 [2020-12-16T00:36:09.968Z] ---> 80fda5e279f0 [2020-12-16T00:36:09.968Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-16T00:36:11.497Z] ---> 07266583b773 [2020-12-16T00:36:11.497Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-16T00:36:12.945Z] ---> 3f52bce4ead6 [2020-12-16T00:36:12.945Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-16T00:36:12.945Z] Removing intermediate container 743671b1a342 [2020-12-16T00:36:12.945Z] ---> 7d45736292aa [2020-12-16T00:36:12.945Z] [2020-12-16T00:36:12.945Z] Step 10/23 : FROM alpine [2020-12-16T00:36:12.945Z] ---> dd36a01c3f31 [2020-12-16T00:36:12.945Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T00:36:13.218Z] ---> Running in 4a49d1ecb461 [2020-12-16T00:36:13.492Z] ---> b9aeaff5cfdf [2020-12-16T00:36:13.492Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-16T00:36:13.764Z] Removing intermediate container 4a49d1ecb461 [2020-12-16T00:36:13.764Z] ---> e331c7619e4a [2020-12-16T00:36:13.764Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-16T00:36:13.764Z] ---> Running in 07907c9bc91d [2020-12-16T00:36:13.764Z] ---> Running in 0cd118f243e6 [2020-12-16T00:36:14.365Z] Removing intermediate container 0cd118f243e6 [2020-12-16T00:36:14.365Z] ---> e0cd187e81d5 [2020-12-16T00:36:14.365Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-16T00:36:14.365Z] Removing intermediate container 07907c9bc91d [2020-12-16T00:36:14.365Z] ---> 34504ca9635a [2020-12-16T00:36:14.365Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T00:36:14.365Z] ---> Running in a5f61fe32a0f [2020-12-16T00:36:14.365Z] ---> Running in cb9e7b5ccf30 [2020-12-16T00:36:14.961Z] Removing intermediate container cb9e7b5ccf30 [2020-12-16T00:36:14.961Z] ---> e6b330a63793 [2020-12-16T00:36:14.961Z] Removing intermediate container a5f61fe32a0f [2020-12-16T00:36:14.961Z] Step 20/22 : LABEL arch=arm64 [2020-12-16T00:36:14.961Z] ---> dea67435476b [2020-12-16T00:36:14.961Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T00:36:14.961Z] ---> Running in ea62c2706973 [2020-12-16T00:36:14.961Z] ---> Running in 66c00b7d13f1 [2020-12-16T00:36:15.558Z] Removing intermediate container 66c00b7d13f1 [2020-12-16T00:36:15.558Z] ---> b80eecc9a929 [2020-12-16T00:36:15.558Z] Step 21/22 : LABEL git_sha=5d2f18fd7a819aa578ed0ebb4adf0de857e517ab [2020-12-16T00:36:15.558Z] ---> Running in b2447cc1b86d [2020-12-16T00:36:16.159Z] Removing intermediate container b2447cc1b86d [2020-12-16T00:36:16.159Z] ---> 1b1b26d5cf24 [2020-12-16T00:36:16.159Z] Step 22/22 : LABEL version=0.0.0 [2020-12-16T00:36:16.159Z] ---> Running in bf5677e7ce9d [2020-12-16T00:36:16.759Z] Removing intermediate container bf5677e7ce9d [2020-12-16T00:36:16.759Z] ---> 27a01ab3ba5d [2020-12-16T00:36:16.759Z] [2020-12-16T00:36:17.361Z] Removing intermediate container ea62c2706973 [2020-12-16T00:36:17.361Z] ---> 76cde40149eb [2020-12-16T00:36:17.361Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-16T00:36:17.361Z] Successfully built 27a01ab3ba5d [2020-12-16T00:36:17.361Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-16T00:36:17.361Z]  Building docker-core-metadata-go ... done  ---> Running in f4e519c2fada [2020-12-16T00:36:18.340Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T00:36:19.772Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T00:36:20.747Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-16T00:36:20.747Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-16T00:36:21.019Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-16T00:36:21.291Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-16T00:36:21.573Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-16T00:36:21.573Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T00:36:21.573Z] OK: 8 MiB in 19 packages [2020-12-16T00:36:23.013Z] Removing intermediate container f4e519c2fada [2020-12-16T00:36:23.013Z] ---> c4df3b00e10f [2020-12-16T00:36:23.013Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-16T00:36:23.610Z] ---> a98822dc4516 [2020-12-16T00:36:23.610Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-16T00:36:25.051Z] ---> 45d462774798 [2020-12-16T00:36:25.051Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-16T00:36:25.649Z] ---> 0b4b6b1b165a [2020-12-16T00:36:25.649Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-16T00:36:25.649Z] ---> Running in cef108ff955f [2020-12-16T00:36:26.253Z] Removing intermediate container cef108ff955f [2020-12-16T00:36:26.253Z] ---> 18dc448497a8 [2020-12-16T00:36:26.253Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T00:36:26.253Z] ---> Running in cf1846d01d37 [2020-12-16T00:36:26.858Z] Removing intermediate container cf1846d01d37 [2020-12-16T00:36:26.858Z] ---> 42616ad8696a [2020-12-16T00:36:26.858Z] Step 21/23 : LABEL arch=arm64 [2020-12-16T00:36:26.858Z] ---> Running in 425ee76186ff [2020-12-16T00:36:27.136Z] Removing intermediate container 425ee76186ff [2020-12-16T00:36:27.136Z] ---> c823b53ef98f [2020-12-16T00:36:27.136Z] Step 22/23 : LABEL git_sha=5d2f18fd7a819aa578ed0ebb4adf0de857e517ab [2020-12-16T00:36:27.413Z] ---> Running in 2bfc97194759 [2020-12-16T00:36:28.014Z] Removing intermediate container 2bfc97194759 [2020-12-16T00:36:28.014Z] ---> 5af72c380945 [2020-12-16T00:36:28.014Z] Step 23/23 : LABEL version=0.0.0 [2020-12-16T00:36:28.014Z] ---> Running in dc5c61707b4f [2020-12-16T00:36:28.612Z] Removing intermediate container dc5c61707b4f [2020-12-16T00:36:28.612Z] ---> 07607bae46c5 [2020-12-16T00:36:28.612Z] [2020-12-16T00:36:28.886Z] Successfully built 07607bae46c5 [2020-12-16T00:36:28.886Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-16T00:36:29.513Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-12-16T00:36:29.508Z] $ docker stop --time=1 c27a2e7c6d820652551f1fcff2ba612806b66b99f37fa2532492d71a9aeaba7c [2020-12-16T00:36:31.514Z] $ docker rm -f c27a2e7c6d820652551f1fcff2ba612806b66b99f37fa2532492d71a9aeaba7c [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-16T00:36:32.243Z] + docker images [2020-12-16T00:36:32.243Z] + grep docker [2020-12-16T00:36:32.515Z] docker-core-data-go-arm64 latest 07607bae46c5 4 seconds ago 22.3MB [2020-12-16T00:36:32.515Z] docker-core-metadata-go-arm64 latest 27a01ab3ba5d 16 seconds ago 13.6MB [2020-12-16T00:36:32.515Z] docker-security-proxy-setup-go-arm64 latest d03a3bd6e9eb 31 seconds ago 23.4MB [2020-12-16T00:36:32.515Z] docker-core-command-go-arm64 latest b7fdff4fc7ce 54 seconds ago 11.4MB [2020-12-16T00:36:32.515Z] docker-sys-mgmt-agent-go-arm64 latest 7a3da4b55bcc 2 minutes ago 300MB [2020-12-16T00:36:32.515Z] docker-support-notifications-go-arm64 latest 39c63047c29d 3 minutes ago 12.9MB [2020-12-16T00:36:32.515Z] docker-support-scheduler-go-arm64 latest f939d01f96c0 3 minutes ago 11.5MB [2020-12-16T00:36:32.515Z] docker-security-secretstore-setup-go-arm64 latest 5e6e4c0495f1 3 minutes ago 23.5MB [2020-12-16T00:36:32.515Z] docker-security-bootstrap-redis-go-arm64 latest 901174be404f 3 minutes ago 15.2MB [2020-12-16T00:36:32.515Z] docker latest 0c09fb3ff9b5 3 hours ago 228MB [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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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-12-16T00:36:35.812Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T00:36:37.232Z] ---> package-listing.sh [2020-12-16T00:36:37.232Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-16T00:36:37.232Z] ++ facter osfamily [2020-12-16T00:36:37.512Z] + OS_FAMILY=redhat [2020-12-16T00:36:37.512Z] + workspace=/w/workspace/edgex-go/11 [2020-12-16T00:36:37.512Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-16T00:36:37.512Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-16T00:36:37.512Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-16T00:36:37.512Z] + PACKAGES=/tmp/packages_start.txt [2020-12-16T00:36:37.512Z] + '[' /w/workspace/edgex-go/11 ']' [2020-12-16T00:36:37.512Z] + PACKAGES=/tmp/packages_end.txt [2020-12-16T00:36:37.512Z] + case "${OS_FAMILY}" in [2020-12-16T00:36:37.512Z] + rpm -qa [2020-12-16T00:36:37.512Z] + sort [2020-12-16T00:36:44.796Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-16T00:36:44.796Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-16T00:36:44.796Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-16T00:36:44.796Z] + '[' /w/workspace/edgex-go/11 ']' [2020-12-16T00:36:44.796Z] + mkdir -p /w/workspace/edgex-go/11/archives/ [2020-12-16T00:36:44.796Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/11/archives/ [Pipeline] echo [2020-12-16T00:36:44.891Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/11/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-16T00:36:45.606Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-16T00:36:45.928Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-16T00:36:46.192Z] [2020-12-16T00:36:46.192Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-16T00:36:46.654Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-16T00:36:46.977Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-16T00:36:46.977Z] df20fa9351a1: Pulling fs layer [2020-12-16T00:36:46.977Z] 36b3adc4ff6f: Pulling fs layer [2020-12-16T00:36:46.977Z] 8ad3a11d3b57: Pulling fs layer [2020-12-16T00:36:46.977Z] 46f8f816bc3b: Pulling fs layer [2020-12-16T00:36:46.977Z] 93b61091891f: Pulling fs layer [2020-12-16T00:36:46.977Z] 93b9cdb0e59b: Pulling fs layer [2020-12-16T00:36:46.977Z] 5e14af77c1be: Pulling fs layer [2020-12-16T00:36:46.977Z] 01666e4c0597: Pulling fs layer [2020-12-16T00:36:46.977Z] aa168da1d23b: Pulling fs layer [2020-12-16T00:36:46.977Z] 93b9cdb0e59b: Waiting [2020-12-16T00:36:46.977Z] 5e14af77c1be: Waiting [2020-12-16T00:36:46.977Z] 01666e4c0597: Waiting [2020-12-16T00:36:46.977Z] aa168da1d23b: Waiting [2020-12-16T00:36:46.977Z] 46f8f816bc3b: Waiting [2020-12-16T00:36:46.977Z] 93b61091891f: Waiting [2020-12-16T00:36:46.977Z] 36b3adc4ff6f: Verifying Checksum [2020-12-16T00:36:46.977Z] 36b3adc4ff6f: Download complete [2020-12-16T00:36:46.977Z] 46f8f816bc3b: Verifying Checksum [2020-12-16T00:36:46.977Z] 46f8f816bc3b: Download complete [2020-12-16T00:36:46.977Z] df20fa9351a1: Verifying Checksum [2020-12-16T00:36:46.977Z] df20fa9351a1: Download complete [2020-12-16T00:36:46.977Z] 93b9cdb0e59b: Verifying Checksum [2020-12-16T00:36:46.977Z] 93b9cdb0e59b: Download complete [2020-12-16T00:36:47.350Z] 5e14af77c1be: Verifying Checksum [2020-12-16T00:36:47.350Z] 5e14af77c1be: Download complete [2020-12-16T00:36:47.350Z] 01666e4c0597: Verifying Checksum [2020-12-16T00:36:47.350Z] 01666e4c0597: Download complete [2020-12-16T00:36:47.681Z] 93b61091891f: Verifying Checksum [2020-12-16T00:36:47.681Z] 93b61091891f: Download complete [2020-12-16T00:36:48.013Z] df20fa9351a1: Pull complete [2020-12-16T00:36:48.392Z] 8ad3a11d3b57: Verifying Checksum [2020-12-16T00:36:48.392Z] 8ad3a11d3b57: Download complete [2020-12-16T00:36:48.392Z] 36b3adc4ff6f: Pull complete [2020-12-16T00:36:50.611Z] 8ad3a11d3b57: Pull complete [2020-12-16T00:36:50.611Z] 46f8f816bc3b: Pull complete [2020-12-16T00:36:52.069Z] 93b61091891f: Pull complete [2020-12-16T00:36:53.565Z] 93b9cdb0e59b: Pull complete [2020-12-16T00:36:53.565Z] 5e14af77c1be: Pull complete [2020-12-16T00:36:55.076Z] aa168da1d23b: Verifying Checksum [2020-12-16T00:36:55.076Z] aa168da1d23b: Download complete [2020-12-16T00:36:56.059Z] 01666e4c0597: Pull complete [2020-12-16T00:37:11.428Z] aa168da1d23b: Pull complete [2020-12-16T00:37:11.428Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-16T00:37:11.428Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-16T00:37:11.428Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-16T00:37:11.782Z] prd-centos7-docker-4c-2g-16196 does not seem to be running inside a container [2020-12-16T00:37:11.887Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/11/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-16T00:37:18.981Z] $ docker top 0f60d1b61c1afa30fc3a4fbc89b038038bc83390c54d2828ec69e57d94fb6c43 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T00:37:19.807Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-16T00:37:20.978Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-16T00:37:21.644Z] + ls /var/log/sa-host [2020-12-16T00:37:21.644Z] + sadf -c /var/log/sa-host/sa16 [2020-12-16T00:37:21.644Z] file_magic: OK [2020-12-16T00:37:21.644Z] HZ: Using current value: 100 [2020-12-16T00:37:21.644Z] file_header: OK [2020-12-16T00:37:21.644Z] 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-12-16T00:37:21.644Z] Statistics: [2020-12-16T00:37:21.644Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-16T00:37:21.644Z] File successfully converted to sysstat format version 12.2.1 [2020-12-16T00:37:21.644Z] + sadf -c /var/log/sa-host/sa23 [2020-12-16T00:37:21.644Z] file_magic: OK [2020-12-16T00:37:21.644Z] HZ: Using current value: 100 [2020-12-16T00:37:21.644Z] file_header: OK [2020-12-16T00:37:21.644Z] 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-12-16T00:37:21.644Z] Statistics: [2020-12-16T00:37:21.644Z] Hnuu...uuuununununu... [2020-12-16T00:37:21.644Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-16T00:37:21.903Z] provisioning config files... [2020-12-16T00:37:21.930Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/11@tmp/config4503713958873641961tmp [Pipeline] { [Pipeline] echo [2020-12-16T00:37:22.028Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T00:37:22.430Z] ---> create-netrc.sh [Pipeline] } [2020-12-16T00:37:22.772Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-16T00:37:22.860Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T00:37:23.273Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-16T00:37:23.299Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T00:37:24.051Z] ---> sudo-logs.sh [2020-12-16T00:37:24.051Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-16T00:37:24.691Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T00:37:25.405Z] ---> job-cost.sh [2020-12-16T00:37:25.405Z] lf-activate-venv: SKIPPING [2020-12-16T00:37:25.405Z] INFO: No Stack... [2020-12-16T00:37:26.375Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-16T00:37:26.972Z] INFO: Archiving Costs [Pipeline] echo [2020-12-16T00:37:26.996Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T00:37:27.376Z] ---> logs-deploy.sh [2020-12-16T00:37:27.376Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2913/11 [2020-12-16T00:37:27.376Z] INFO: archiving workspace using pattern(s): [2020-12-16T00:37:30.249Z] Archives upload complete. [2020-12-16T00:37:30.249Z] INFO: archiving logs to Nexus [2020-12-16T00:37:31.871Z] ---> uname -a: [2020-12-16T00:37:31.871Z] Linux prd-centos7-docker-4c-2g-16196.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2020-12-16T00:37:31.871Z] [2020-12-16T00:37:31.871Z] [2020-12-16T00:37:31.871Z] ---> lscpu: [2020-12-16T00:37:31.871Z] Architecture: x86_64 [2020-12-16T00:37:31.871Z] CPU op-mode(s): 32-bit, 64-bit [2020-12-16T00:37:31.871Z] Byte Order: Little Endian [2020-12-16T00:37:31.871Z] Address sizes: 40 bits physical, 48 bits virtual [2020-12-16T00:37:31.871Z] CPU(s): 4 [2020-12-16T00:37:31.871Z] On-line CPU(s) list: 0-3 [2020-12-16T00:37:31.871Z] Thread(s) per core: 1 [2020-12-16T00:37:31.871Z] Core(s) per socket: 1 [2020-12-16T00:37:31.871Z] Socket(s): 4 [2020-12-16T00:37:31.871Z] NUMA node(s): 1 [2020-12-16T00:37:31.871Z] Vendor ID: GenuineIntel [2020-12-16T00:37:31.871Z] CPU family: 6 [2020-12-16T00:37:31.871Z] Model: 44 [2020-12-16T00:37:31.871Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-12-16T00:37:31.871Z] Stepping: 1 [2020-12-16T00:37:31.871Z] CPU MHz: 2933.438 [2020-12-16T00:37:31.871Z] BogoMIPS: 5866.87 [2020-12-16T00:37:31.871Z] Virtualization: VT-x [2020-12-16T00:37:31.871Z] Hypervisor vendor: KVM [2020-12-16T00:37:31.871Z] Virtualization type: full [2020-12-16T00:37:31.871Z] L1d cache: 128 KiB [2020-12-16T00:37:31.871Z] L1i cache: 128 KiB [2020-12-16T00:37:31.871Z] L2 cache: 16 MiB [2020-12-16T00:37:31.871Z] L3 cache: 64 MiB [2020-12-16T00:37:31.871Z] NUMA node0 CPU(s): 0-3 [2020-12-16T00:37:31.871Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-12-16T00:37:31.871Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-12-16T00:37:31.871Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-12-16T00:37:31.871Z] Vulnerability Meltdown: Mitigation; PTI [2020-12-16T00:37:31.871Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-12-16T00:37:31.871Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-12-16T00:37:31.871Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-12-16T00:37:31.871Z] Vulnerability Srbds: Not affected [2020-12-16T00:37:31.871Z] Vulnerability Tsx async abort: Not affected [2020-12-16T00:37:31.871Z] 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-12-16T00:37:31.871Z] [2020-12-16T00:37:31.871Z] [2020-12-16T00:37:31.871Z] ---> nproc: [2020-12-16T00:37:31.871Z] 4 [2020-12-16T00:37:31.871Z] [2020-12-16T00:37:31.871Z] [2020-12-16T00:37:31.871Z] ---> df -h: [2020-12-16T00:37:31.871Z] Filesystem Size Used Available Use% Mounted on [2020-12-16T00:37:31.871Z] overlay 50.0G 11.3G 38.6G 23% / [2020-12-16T00:37:31.871Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-12-16T00:37:31.871Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-12-16T00:37:31.871Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-12-16T00:37:31.871Z] /dev/vda1 50.0G 11.3G 38.6G 23% /facter-os [2020-12-16T00:37:31.871Z] /dev/vda1 50.0G 11.3G 38.6G 23% /etc/resolv.conf [2020-12-16T00:37:31.871Z] /dev/vda1 50.0G 11.3G 38.6G 23% /etc/hostname [2020-12-16T00:37:31.871Z] /dev/vda1 50.0G 11.3G 38.6G 23% /etc/hosts [2020-12-16T00:37:31.871Z] /dev/vda1 50.0G 11.3G 38.6G 23% /var/log/secure [2020-12-16T00:37:31.871Z] /dev/vda1 50.0G 11.3G 38.6G 23% /var/log/auth.log [2020-12-16T00:37:31.871Z] /dev/vda1 50.0G 11.3G 38.6G 23% /run/cloud-init/result.json [2020-12-16T00:37:31.871Z] /dev/vda1 50.0G 11.3G 38.6G 23% /var/log/sa-host [2020-12-16T00:37:31.871Z] /dev/vda1 50.0G 11.3G 38.6G 23% /w/workspace/edgex-go/11 [2020-12-16T00:37:31.871Z] /dev/vda1 50.0G 11.3G 38.6G 23% /w/workspace/edgex-go/11@tmp [2020-12-16T00:37:31.871Z] [2020-12-16T00:37:31.871Z] [2020-12-16T00:37:31.871Z] ---> free -m: [2020-12-16T00:37:31.871Z] total used free shared buff/cache available [2020-12-16T00:37:31.871Z] Mem: 1837 717 115 0 1004 1035 [2020-12-16T00:37:31.871Z] Swap: 1023 60 963 [2020-12-16T00:37:31.871Z] [2020-12-16T00:37:31.871Z] [2020-12-16T00:37:31.871Z] ---> ip addr: [2020-12-16T00:37:31.871Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-12-16T00:37:31.871Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-12-16T00:37:31.871Z] inet 127.0.0.1/8 scope host lo [2020-12-16T00:37:31.871Z] valid_lft forever preferred_lft forever [2020-12-16T00:37:31.871Z] inet6 ::1/128 scope host [2020-12-16T00:37:31.871Z] valid_lft forever preferred_lft forever [2020-12-16T00:37:31.871Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-12-16T00:37:31.871Z] link/ether fa:16:3e:84:18:29 brd ff:ff:ff:ff:ff:ff [2020-12-16T00:37:31.871Z] inet 10.30.122.146/23 brd 10.30.123.255 scope global dynamic eth0 [2020-12-16T00:37:31.871Z] valid_lft 85052sec preferred_lft 85052sec [2020-12-16T00:37:31.871Z] inet6 fe80::f816:3eff:fe84:1829/64 scope link [2020-12-16T00:37:31.871Z] valid_lft forever preferred_lft forever [2020-12-16T00:37:31.871Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-12-16T00:37:31.871Z] link/ether 02:42:e0:5c:a6:ff brd ff:ff:ff:ff:ff:ff [2020-12-16T00:37:31.871Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-12-16T00:37:31.871Z] valid_lft forever preferred_lft forever [2020-12-16T00:37:31.871Z] inet6 fe80::42:e0ff:fe5c:a6ff/64 scope link [2020-12-16T00:37:31.871Z] valid_lft forever preferred_lft forever [2020-12-16T00:37:31.871Z] [2020-12-16T00:37:31.871Z] [2020-12-16T00:37:31.871Z] ---> sar -b -r -n DEV: [2020-12-16T00:37:31.871Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/16/20 _x86_64_ (4 CPU) [2020-12-16T00:37:31.871Z] [2020-12-16T00:37:31.871Z] 00:14:51 LINUX RESTART (4 CPU) [2020-12-16T00:37:31.871Z] [2020-12-16T00:37:31.871Z] 00:16:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-12-16T00:37:31.871Z] 00:17:01 59.15 19.05 40.10 0.00 4977.78 7050.67 0.00 [2020-12-16T00:37:31.871Z] 00:18:01 223.64 97.13 126.50 0.00 6825.53 51205.85 0.00 [2020-12-16T00:37:31.871Z] 00:19:01 217.84 100.71 117.13 0.00 5096.12 19807.79 0.00 [2020-12-16T00:37:31.871Z] 00:20:02 117.78 40.32 77.46 0.00 1499.31 9870.15 0.00 [2020-12-16T00:37:31.871Z] 00:21:01 82.54 49.78 32.76 0.00 1726.46 1865.32 0.00 [2020-12-16T00:37:31.871Z] 00:22:01 79.84 31.11 48.73 0.00 1743.34 9107.86 0.00 [2020-12-16T00:37:31.871Z] 00:23:01 148.33 29.93 118.40 0.00 10563.47 58101.44 0.00 [2020-12-16T00:37:31.871Z] 00:24:07 1283.69 1068.98 214.71 0.00 96100.80 123059.97 0.00 [2020-12-16T00:37:31.871Z] 00:25:02 1894.92 1658.12 236.80 0.00 133819.14 138422.59 0.00 [2020-12-16T00:37:31.871Z] 00:26:02 244.67 112.59 132.08 0.00 12187.93 23579.88 0.00 [2020-12-16T00:37:31.871Z] 00:27:01 1086.93 841.58 245.35 0.00 76005.64 125366.28 0.00 [2020-12-16T00:37:31.871Z] 00:28:02 765.37 569.84 195.53 0.00 41238.09 49323.37 0.00 [2020-12-16T00:37:31.871Z] 00:29:01 126.54 14.31 112.23 0.00 3281.91 9463.61 0.00 [2020-12-16T00:37:31.871Z] 00:30:01 6.34 2.26 4.08 0.00 64.71 115.11 0.00 [2020-12-16T00:37:31.871Z] 00:31:01 0.80 0.10 0.70 0.00 1.73 12.99 0.00 [2020-12-16T00:37:31.871Z] 00:32:01 0.33 0.02 0.32 0.00 0.27 4.33 0.00 [2020-12-16T00:37:31.871Z] 00:33:02 0.25 0.03 0.22 0.00 0.27 1.76 0.00 [2020-12-16T00:37:31.871Z] 00:34:01 0.39 0.05 0.34 0.00 0.54 4.91 0.00 [2020-12-16T00:37:31.871Z] 00:35:01 0.35 0.08 0.27 0.00 1.20 2.76 0.00 [2020-12-16T00:37:31.871Z] 00:36:01 0.96 0.68 0.28 0.00 7.31 3.61 0.00 [2020-12-16T00:37:31.871Z] 00:37:01 83.62 53.03 30.59 0.00 4663.93 6853.23 0.00 [2020-12-16T00:37:31.871Z] Average: 303.84 221.26 82.58 0.00 18909.79 30127.81 0.00 [2020-12-16T00:37:31.871Z] [2020-12-16T00:37:31.871Z] 00:16:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-12-16T00:37:31.871Z] 00:17:01 68648 0 768832 40.86 2620 1041444 1475176 50.35 611992 996104 15824 [2020-12-16T00:37:31.871Z] 00:18:01 141888 0 692272 36.79 1492 1045892 1473144 50.28 556156 947092 91772 [2020-12-16T00:37:31.871Z] 00:19:01 120264 0 744732 39.58 920 1015628 1751460 59.77 628156 860420 48208 [2020-12-16T00:37:31.871Z] 00:20:02 258732 0 851596 45.26 448 770768 1827208 62.36 700048 646144 12028 [2020-12-16T00:37:31.871Z] 00:21:01 163032 0 928188 49.33 448 789876 1800132 61.44 783008 656768 70468 [2020-12-16T00:37:31.871Z] 00:22:01 192592 0 747392 39.72 416 941144 1440512 49.16 654704 751684 75872 [2020-12-16T00:37:31.872Z] 00:23:01 73576 0 717496 38.13 152 1090320 1292452 44.11 709576 846252 95684 [2020-12-16T00:37:31.872Z] 00:24:07 74416 0 832376 44.24 4 974748 2366684 80.77 655768 937844 29348 [2020-12-16T00:37:31.872Z] 00:25:02 95148 0 1144272 60.82 4 642120 4127376 140.86 860824 663724 9264 [2020-12-16T00:37:31.872Z] 00:26:02 433396 0 710244 37.75 4 737900 1529596 52.20 475444 724500 1528 [2020-12-16T00:37:31.872Z] 00:27:01 429780 0 741448 39.41 4 710312 2437532 83.19 460488 751768 2176 [2020-12-16T00:37:31.872Z] 00:28:02 311832 0 742788 39.48 4 826920 2017624 68.86 640744 689300 0 [2020-12-16T00:37:31.872Z] 00:29:01 348844 0 640272 34.03 4 892424 1290596 44.05 497228 794344 20 [2020-12-16T00:37:31.872Z] 00:30:01 352200 0 635876 33.80 4 893464 1235680 42.17 495316 794264 20 [2020-12-16T00:37:31.872Z] 00:31:01 353364 0 634716 33.73 4 893460 1224348 41.78 494508 794148 8 [2020-12-16T00:37:31.872Z] 00:32:01 354268 0 633784 33.68 4 893488 1217176 41.54 494104 794124 8 [2020-12-16T00:37:31.872Z] 00:33:02 354392 0 633656 33.68 4 893492 1217188 41.54 494108 794124 16 [2020-12-16T00:37:31.872Z] 00:34:01 356880 0 631168 33.55 4 893492 1191236 40.65 491952 793964 8 [2020-12-16T00:37:31.872Z] 00:35:01 356508 0 631524 33.56 4 893508 1191392 40.66 492420 794004 20 [2020-12-16T00:37:31.872Z] 00:36:01 356172 0 631852 33.58 4 893516 1191500 40.66 492696 794236 12 [2020-12-16T00:37:31.872Z] 00:37:01 74464 0 712420 37.86 4 1094656 1668692 56.95 607760 942524 98216 [2020-12-16T00:37:31.872Z] Average: 250971 0 733662 38.99 312 896599 1665081 56.83 585571 798444 26214 [2020-12-16T00:37:31.872Z] [2020-12-16T00:37:31.872Z] 00:16:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-12-16T00:37:31.872Z] 00:17:01 veth22876a6 899.28 615.49 84.05 2654.30 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:17:01 eth0 711.96 969.26 3101.12 130.00 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:17:01 docker0 899.28 615.35 71.75 2654.29 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:18:01 eth0 556.94 387.44 4456.43 42.57 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:18:01 docker0 32.50 64.11 1.81 358.93 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:19:01 eth0 130.46 85.92 495.11 16.90 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:19:01 veth2289417 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:19:01 docker0 65.19 104.73 5.30 469.98 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:20:02 eth0 30.19 25.27 19.18 74.88 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:20:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:20:02 veth2289417 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:20:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:21:01 eth0 24.99 18.23 19.14 10.58 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:21:01 veth2289417 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:22:01 eth0 25.46 18.95 20.87 11.23 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:22:01 veth2289417 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:23:01 eth0 193.87 146.91 1703.75 86.94 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:23:01 veth9ea3873 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:24:07 eth0 41.95 26.03 147.25 7.65 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:24:07 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:24:07 veth9ea3873 0.00 0.24 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:24:07 docker0 13.69 25.46 0.73 133.49 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:25:02 veth5248452 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:25:02 vethec6d3fb 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:25:02 eth0 6.20 4.57 4.59 2.53 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:25:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:26:02 eth0 43.53 32.34 132.28 60.43 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:26:02 veth9ea3873 0.00 0.49 0.00 0.03 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:26:02 veth92f0748 4.29 7.21 0.29 38.72 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:27:01 veth9818048 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:27:01 eth0 42.99 28.76 97.65 13.18 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:27:01 vethe1e7ed2 4.03 4.92 0.27 29.53 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:27:01 vethcd207e9 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:28:02 vetha4a7fc6 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:28:02 eth0 32.89 26.69 21.49 35.84 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:28:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:28:02 veth9ea3873 0.00 0.61 0.00 0.03 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:29:01 eth0 129.72 71.28 442.98 66.40 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:29:01 docker0 1078.36 929.31 83.96 4244.52 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:30:01 eth0 2.26 0.57 0.78 0.19 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:31:01 eth0 2.64 0.90 0.83 0.48 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:32:01 eth0 1.86 0.50 0.63 0.39 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:33:02 eth0 0.43 0.28 0.26 0.23 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:33:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:34:01 eth0 1.34 0.08 0.10 0.01 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:35:01 eth0 2.15 0.35 0.41 0.20 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:36:01 eth0 2.26 0.70 0.77 0.46 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:37:01 eth0 219.55 169.69 2163.02 69.41 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] 00:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] Average: eth0 105.26 96.20 612.93 30.06 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] Average: docker0 50.63 43.63 3.94 199.29 0.00 0.00 0.00 0.00 [2020-12-16T00:37:31.872Z] [2020-12-16T00:37:31.872Z] [2020-12-16T00:37:31.872Z] ---> sar -P ALL: [2020-12-16T00:37:31.872Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/16/20 _x86_64_ (4 CPU) [2020-12-16T00:37:31.872Z] [2020-12-16T00:37:31.872Z] 00:14:51 LINUX RESTART (4 CPU) [2020-12-16T00:37:31.872Z] [2020-12-16T00:37:31.872Z] 00:16:01 CPU %user %nice %system %iowait %steal %idle [2020-12-16T00:37:31.872Z] 00:17:01 all 8.07 0.00 3.96 1.28 14.13 72.56 [2020-12-16T00:37:31.872Z] 00:17:01 0 8.85 0.00 4.59 1.55 16.08 68.94 [2020-12-16T00:37:31.872Z] 00:17:01 1 5.49 0.00 3.65 0.78 13.56 76.52 [2020-12-16T00:37:31.872Z] 00:17:01 2 12.07 0.00 4.13 1.07 12.92 69.81 [2020-12-16T00:37:31.872Z] 00:17:01 3 6.01 0.00 3.50 1.74 14.01 74.74 [2020-12-16T00:37:31.872Z] 00:18:01 all 7.19 0.00 5.71 1.47 16.69 68.95 [2020-12-16T00:37:31.872Z] 00:18:01 0 6.73 0.00 6.64 0.89 17.41 68.32 [2020-12-16T00:37:31.872Z] 00:18:01 1 8.63 0.00 5.96 2.24 16.19 66.99 [2020-12-16T00:37:31.872Z] 00:18:01 2 7.13 0.00 5.22 1.76 16.84 69.05 [2020-12-16T00:37:31.872Z] 00:18:01 3 6.28 0.00 5.03 0.99 16.31 71.38 [2020-12-16T00:37:31.872Z] 00:19:01 all 11.11 0.00 7.44 5.10 20.42 55.92 [2020-12-16T00:37:31.872Z] 00:19:01 0 7.67 0.00 5.77 3.31 21.38 61.88 [2020-12-16T00:37:31.872Z] 00:19:01 1 12.88 0.00 8.47 5.72 20.94 51.98 [2020-12-16T00:37:31.872Z] 00:19:01 2 12.07 0.00 7.40 5.19 19.24 56.10 [2020-12-16T00:37:31.872Z] 00:19:01 3 12.01 0.00 8.22 6.26 20.07 53.43 [2020-12-16T00:37:31.872Z] 00:20:02 all 44.63 0.00 12.96 3.77 23.82 14.82 [2020-12-16T00:37:31.872Z] 00:20:02 0 41.06 0.00 11.73 3.69 25.07 18.45 [2020-12-16T00:37:31.872Z] 00:20:02 1 45.94 0.00 13.65 3.91 23.09 13.42 [2020-12-16T00:37:31.872Z] 00:20:02 2 46.89 0.00 14.07 5.23 23.37 10.43 [2020-12-16T00:37:31.872Z] 00:20:02 3 44.82 0.00 12.46 2.29 23.68 16.75 [2020-12-16T00:37:31.872Z] 00:21:01 all 37.40 0.00 12.79 1.99 29.16 18.67 [2020-12-16T00:37:31.872Z] 00:21:01 0 31.93 0.00 10.78 1.15 31.74 24.39 [2020-12-16T00:37:31.872Z] 00:21:01 1 34.53 0.00 12.02 2.56 30.43 20.46 [2020-12-16T00:37:31.872Z] 00:21:01 2 48.49 0.00 15.41 1.61 25.61 8.89 [2020-12-16T00:37:31.872Z] 00:21:01 3 35.90 0.00 13.27 2.63 28.42 19.79 [2020-12-16T00:37:31.872Z] 00:22:01 all 28.16 0.00 12.11 2.25 16.40 41.08 [2020-12-16T00:37:31.872Z] 00:22:01 0 25.74 0.00 11.34 1.92 16.90 44.10 [2020-12-16T00:37:31.872Z] 00:22:01 1 28.44 0.00 11.41 1.83 16.44 41.88 [2020-12-16T00:37:31.872Z] 00:22:01 2 30.71 0.00 12.91 3.91 15.69 36.78 [2020-12-16T00:37:31.872Z] 00:22:01 3 27.75 0.00 12.77 1.36 16.55 41.57 [2020-12-16T00:37:31.872Z] 00:23:01 all 7.08 0.00 8.29 1.95 24.94 57.74 [2020-12-16T00:37:31.872Z] 00:23:01 0 7.34 0.00 8.85 1.55 25.61 56.65 [2020-12-16T00:37:31.872Z] 00:23:01 1 8.04 0.00 8.57 2.54 25.20 55.64 [2020-12-16T00:37:31.872Z] 00:23:01 2 6.05 0.00 7.87 1.90 25.22 58.97 [2020-12-16T00:37:31.872Z] 00:23:01 3 6.89 0.00 7.87 1.81 23.73 59.71 [2020-12-16T00:37:31.872Z] 00:24:07 all 15.71 0.00 18.58 10.46 25.19 30.06 [2020-12-16T00:37:31.872Z] 00:24:07 0 14.75 0.00 18.40 10.56 26.31 29.97 [2020-12-16T00:37:31.872Z] 00:24:07 1 15.39 0.00 18.58 9.83 24.66 31.54 [2020-12-16T00:37:31.872Z] 00:24:07 2 16.30 0.00 18.81 10.92 24.60 29.37 [2020-12-16T00:37:31.872Z] 00:24:07 3 16.44 0.00 18.51 10.53 25.19 29.34 [2020-12-16T00:37:31.872Z] 00:25:02 all 17.58 0.00 15.16 19.79 26.40 21.07 [2020-12-16T00:37:31.872Z] 00:25:02 0 17.02 0.00 14.31 20.19 27.02 21.46 [2020-12-16T00:37:31.872Z] 00:25:02 1 17.42 0.00 13.50 20.73 26.36 21.99 [2020-12-16T00:37:31.872Z] 00:25:02 2 17.95 0.00 15.73 20.57 26.05 19.69 [2020-12-16T00:37:31.872Z] 00:25:02 3 17.94 0.00 17.14 17.67 26.16 21.08 [2020-12-16T00:37:31.872Z] 00:26:02 all 63.65 0.00 14.37 5.31 10.84 5.83 [2020-12-16T00:37:31.872Z] 00:26:02 0 62.65 0.00 14.67 3.55 11.13 8.00 [2020-12-16T00:37:31.872Z] 00:26:02 1 63.57 0.00 13.60 4.88 11.31 6.64 [2020-12-16T00:37:31.872Z] 00:26:02 2 63.48 0.00 14.75 6.81 10.61 4.35 [2020-12-16T00:37:31.872Z] 00:26:02 3 64.91 0.00 14.46 6.02 10.29 4.32 [2020-12-16T00:37:31.872Z] 00:27:01 all 14.56 0.00 16.90 8.52 29.51 30.51 [2020-12-16T00:37:31.872Z] 00:27:01 0 14.33 0.00 17.17 7.88 29.56 31.04 [2020-12-16T00:37:31.872Z] 00:27:01 1 13.27 0.00 15.67 8.15 29.70 33.21 [2020-12-16T00:37:31.872Z] 00:27:01 2 14.38 0.00 16.47 9.10 29.77 30.28 [2020-12-16T00:37:31.872Z] 00:27:01 3 16.36 0.00 18.36 8.96 28.98 27.34 [2020-12-16T00:37:31.872Z] [2020-12-16T00:37:31.872Z] 00:27:01 CPU %user %nice %system %iowait %steal %idle [2020-12-16T00:37:31.872Z] 00:28:02 all 54.95 0.00 18.06 6.61 13.18 7.20 [2020-12-16T00:37:31.872Z] 00:28:02 0 55.03 0.00 16.73 6.81 13.38 8.04 [2020-12-16T00:37:31.872Z] 00:28:02 1 55.95 0.00 18.80 6.96 12.17 6.12 [2020-12-16T00:37:31.872Z] 00:28:02 2 53.40 0.00 18.26 6.04 13.61 8.69 [2020-12-16T00:37:31.872Z] 00:28:02 3 55.47 0.00 18.48 6.65 13.51 5.89 [2020-12-16T00:37:31.872Z] 00:29:01 all 8.29 0.00 6.69 4.45 11.35 69.22 [2020-12-16T00:37:31.872Z] 00:29:01 0 10.09 0.00 5.76 4.09 11.39 68.67 [2020-12-16T00:37:31.872Z] 00:29:01 1 6.31 0.00 7.22 5.61 11.12 69.75 [2020-12-16T00:37:31.872Z] 00:29:01 2 9.47 0.00 7.53 2.92 11.54 68.53 [2020-12-16T00:37:31.872Z] 00:29:01 3 7.27 0.00 6.27 5.18 11.32 69.95 [2020-12-16T00:37:31.873Z] 00:30:01 all 0.12 0.00 0.08 0.04 0.27 99.49 [2020-12-16T00:37:31.873Z] 00:30:01 0 0.02 0.00 0.05 0.02 0.22 99.70 [2020-12-16T00:37:31.873Z] 00:30:01 1 0.37 0.00 0.08 0.10 0.25 99.20 [2020-12-16T00:37:31.873Z] 00:30:01 2 0.05 0.00 0.08 0.02 0.47 99.38 [2020-12-16T00:37:31.873Z] 00:30:01 3 0.03 0.00 0.12 0.03 0.13 99.68 [2020-12-16T00:37:31.873Z] 00:31:01 all 0.08 0.00 0.08 0.00 0.94 98.90 [2020-12-16T00:37:31.873Z] 00:31:01 0 0.02 0.00 0.03 0.00 1.42 98.54 [2020-12-16T00:37:31.873Z] 00:31:01 1 0.30 0.00 0.07 0.00 0.68 98.96 [2020-12-16T00:37:31.873Z] 00:31:01 2 0.02 0.00 0.10 0.00 0.61 99.27 [2020-12-16T00:37:31.873Z] 00:31:01 3 0.00 0.00 0.13 0.00 1.04 98.83 [2020-12-16T00:37:31.873Z] 00:32:01 all 0.08 0.00 0.14 0.00 1.43 98.36 [2020-12-16T00:37:31.873Z] 00:32:01 0 0.05 0.00 0.03 0.00 1.04 98.87 [2020-12-16T00:37:31.873Z] 00:32:01 1 0.03 0.00 0.21 0.00 1.52 98.23 [2020-12-16T00:37:31.873Z] 00:32:01 2 0.20 0.00 0.18 0.00 1.95 97.67 [2020-12-16T00:37:31.873Z] 00:32:01 3 0.03 0.00 0.12 0.00 1.19 98.66 [2020-12-16T00:37:31.873Z] 00:33:02 all 0.12 0.00 0.04 0.00 0.25 99.59 [2020-12-16T00:37:31.873Z] 00:33:02 0 0.02 0.00 0.02 0.00 0.08 99.88 [2020-12-16T00:37:31.873Z] 00:33:02 1 0.07 0.00 0.05 0.00 0.55 99.34 [2020-12-16T00:37:31.873Z] 00:33:02 2 0.38 0.00 0.05 0.00 0.28 99.28 [2020-12-16T00:37:31.873Z] 00:33:02 3 0.02 0.00 0.03 0.00 0.08 99.87 [2020-12-16T00:37:31.873Z] 00:34:01 all 0.09 0.00 0.12 0.01 0.74 99.04 [2020-12-16T00:37:31.873Z] 00:34:01 0 0.00 0.00 0.03 0.00 0.22 99.75 [2020-12-16T00:37:31.873Z] 00:34:01 1 0.05 0.00 0.24 0.00 0.99 98.72 [2020-12-16T00:37:31.873Z] 00:34:01 2 0.13 0.00 0.10 0.02 0.96 98.79 [2020-12-16T00:37:31.873Z] 00:34:01 3 0.19 0.00 0.10 0.02 0.78 98.92 [2020-12-16T00:37:31.873Z] 00:35:01 all 0.10 0.00 0.03 0.00 0.43 99.44 [2020-12-16T00:37:31.873Z] 00:35:01 0 0.03 0.00 0.02 0.00 0.30 99.65 [2020-12-16T00:37:31.873Z] 00:35:01 1 0.03 0.00 0.05 0.00 0.76 99.16 [2020-12-16T00:37:31.873Z] 00:35:01 2 0.05 0.00 0.03 0.00 0.28 99.63 [2020-12-16T00:37:31.873Z] 00:35:01 3 0.30 0.00 0.03 0.00 0.37 99.30 [2020-12-16T00:37:31.873Z] 00:36:01 all 0.09 0.00 0.03 0.04 0.87 98.97 [2020-12-16T00:37:31.873Z] 00:36:01 0 0.02 0.00 0.02 0.00 0.33 99.64 [2020-12-16T00:37:31.873Z] 00:36:01 1 0.03 0.00 0.03 0.00 0.79 99.14 [2020-12-16T00:37:31.873Z] 00:36:01 2 0.03 0.00 0.03 0.02 0.76 99.16 [2020-12-16T00:37:31.873Z] 00:36:01 3 0.28 0.00 0.05 0.13 1.58 97.96 [2020-12-16T00:37:31.873Z] 00:37:01 all 2.53 0.00 2.25 2.78 10.46 81.99 [2020-12-16T00:37:31.873Z] 00:37:01 0 1.92 0.00 1.95 3.24 10.85 82.03 [2020-12-16T00:37:31.873Z] 00:37:01 1 1.52 0.00 2.37 0.93 10.36 84.81 [2020-12-16T00:37:31.873Z] 00:37:01 2 4.23 0.00 2.53 5.68 10.02 77.53 [2020-12-16T00:37:31.873Z] 00:37:01 3 2.46 0.00 2.12 1.35 10.59 83.48 [2020-12-16T00:37:31.873Z] Average: all 14.39 0.00 7.16 3.47 13.01 61.98 [2020-12-16T00:37:31.873Z] Average: 0 13.76 0.00 6.89 3.24 13.56 62.54 [2020-12-16T00:37:31.873Z] Average: 1 14.19 0.00 7.11 3.51 13.04 62.14 [2020-12-16T00:37:31.873Z] Average: 2 15.23 0.00 7.38 3.78 12.62 60.99 [2020-12-16T00:37:31.873Z] Average: 3 14.36 0.00 7.27 3.35 12.80 62.21 [2020-12-16T00:37:31.873Z] [2020-12-16T00:37:31.873Z] [2020-12-16T00:37:31.873Z]