Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at ba3f575de95cda6ffdeb8943f6d6d62c3955065b rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from ba3f575de95cda6ffdeb8943f6d6d62c3955065b Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21785 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/45 [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/45 # 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 > 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/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit ba3f575de95cda6ffdeb8943f6d6d62c3955065b into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing a6ca7b65d49f6bbe96c1505b55ef007955263a12 Checking out Revision a6ca7b65d49f6bbe96c1505b55ef007955263a12 (PR-2858) > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # 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 ba3f575de95cda6ffdeb8943f6d6d62c3955065b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a6ca7b65d49f6bbe96c1505b55ef007955263a12 # timeout=10 Commit message: "Merge commit 'ba3f575de95cda6ffdeb8943f6d6d62c3955065b' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-21T00:31:05.918Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-21T00:31:06.138Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-21T00:31:06.222Z] ========================================================= [2021-01-21T00:31:06.222Z] EdgeX Global Pipelines Version Info [2021-01-21T00:31:06.222Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-21T00:31:07.781Z] ------------------- [2021-01-21T00:31:07.781Z] stable info: [2021-01-21T00:31:07.781Z] ------------------- [2021-01-21T00:31:07.781Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-21T00:31:07.781Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-21T00:31:07.781Z] Message: update stable to v1.0.179 [2021-01-21T00:31:08.744Z] ------------------- [2021-01-21T00:31:08.744Z] experimental info: [2021-01-21T00:31:08.744Z] ------------------- [2021-01-21T00:31:08.744Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-21T00:31:08.744Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-21T00:31:08.744Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-21T00:31:08.982Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-21T00:31:09.092Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-21T00:31:09.177Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-21T00:31:09.264Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-21T00:31:09.348Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-21T00:31:09.440Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-21T00:31:09.519Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-21T00:31:09.603Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-21T00:31:09.682Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-21T00:31:09.818Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-21T00:31:09.910Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-21T00:31:10.004Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-21T00:31:10.123Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-21T00:31:10.220Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-21T00:31:10.307Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-21T00:31:10.427Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-21T00:31:10.527Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-21T00:31:10.649Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-21T00:31:10.753Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-21T00:31:10.844Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-21T00:31:10.955Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-21T00:31:11.104Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-21T00:31:11.296Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-21T00:31:11.430Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2021-01-21T00:31:11.552Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2021-01-21T00:31:11.645Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2021-01-21T00:31:11.749Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a6ca7b65d49f6bbe96c1505b55ef007955263a12 [Pipeline] echo [2021-01-21T00:31:11.830Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a6ca7b6 [Pipeline] echo [2021-01-21T00:31:11.914Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-21T00:31:12.088Z] provisioning config files... [2021-01-21T00:31:12.113Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/45@tmp/config3634154281834261974tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T00:31:12.467Z] ---> docker-login.sh [2021-01-21T00:31:12.467Z] nexus3.edgexfoundry.org:10001 [2021-01-21T00:31:12.734Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T00:31:12.997Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T00:31:12.997Z] Configure a credential helper to remove this warning. See [2021-01-21T00:31:12.997Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T00:31:12.997Z] [2021-01-21T00:31:12.997Z] Login Succeeded [2021-01-21T00:31:12.997Z] nexus3.edgexfoundry.org:10002 [2021-01-21T00:31:12.997Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T00:31:12.997Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T00:31:12.997Z] Configure a credential helper to remove this warning. See [2021-01-21T00:31:12.997Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T00:31:12.997Z] [2021-01-21T00:31:12.997Z] Login Succeeded [2021-01-21T00:31:12.997Z] nexus3.edgexfoundry.org:10003 [2021-01-21T00:31:13.262Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T00:31:13.262Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T00:31:13.262Z] Configure a credential helper to remove this warning. See [2021-01-21T00:31:13.262Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T00:31:13.262Z] [2021-01-21T00:31:13.262Z] Login Succeeded [2021-01-21T00:31:13.262Z] nexus3.edgexfoundry.org:10004 [2021-01-21T00:31:13.525Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T00:31:13.525Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T00:31:13.525Z] Configure a credential helper to remove this warning. See [2021-01-21T00:31:13.525Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T00:31:13.525Z] [2021-01-21T00:31:13.525Z] Login Succeeded [2021-01-21T00:31:13.525Z] docker.io [2021-01-21T00:31:13.525Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T00:31:13.787Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T00:31:13.787Z] Configure a credential helper to remove this warning. See [2021-01-21T00:31:13.787Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T00:31:13.787Z] [2021-01-21T00:31:13.787Z] Login Succeeded [2021-01-21T00:31:13.787Z] ---> docker-login.sh ends [Pipeline] } [2021-01-21T00:31:13.798Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-21T00:31:14.271Z] ++ 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 [2021-01-21T00:31:14.271Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T00:31:14.271Z] ++ dirname cmd/core-command/Dockerfile [2021-01-21T00:31:14.271Z] ++ cut -d/ -f2 [2021-01-21T00:31:14.271Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-21T00:31:14.271Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T00:31:14.271Z] ++ dirname cmd/core-data/Dockerfile [2021-01-21T00:31:14.271Z] ++ cut -d/ -f2 [2021-01-21T00:31:14.271Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-21T00:31:14.271Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T00:31:14.271Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-21T00:31:14.271Z] ++ cut -d/ -f2 [2021-01-21T00:31:14.271Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-21T00:31:14.271Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T00:31:14.271Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-21T00:31:14.271Z] ++ cut -d/ -f2 [2021-01-21T00:31:14.271Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-21T00:31:14.271Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T00:31:14.271Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-21T00:31:14.271Z] ++ cut -d/ -f2 [2021-01-21T00:31:14.271Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-21T00:31:14.271Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T00:31:14.271Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-21T00:31:14.271Z] ++ cut -d/ -f2 [2021-01-21T00:31:14.271Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-21T00:31:14.271Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T00:31:14.271Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-21T00:31:14.271Z] ++ cut -d/ -f2 [2021-01-21T00:31:14.271Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-21T00:31:14.271Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T00:31:14.271Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-21T00:31:14.271Z] ++ cut -d/ -f2 [2021-01-21T00:31:14.271Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-21T00:31:14.271Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T00:31:14.271Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-21T00:31:14.271Z] ++ cut -d/ -f2 [2021-01-21T00:31:14.271Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-21T00:31:14.353Z] 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 [2021-01-21T00:31:15.226Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T00:31:15.226Z] [2021-01-21T00:31:15.226Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:31:15.610Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T00:31:15.610Z] latest: Pulling from edgex-devops/git-semver [2021-01-21T00:31:15.610Z] 31603596830f: Pulling fs layer [2021-01-21T00:31:15.610Z] 2a8b12db71e7: Pulling fs layer [2021-01-21T00:31:15.610Z] 6ca5941a6612: Pulling fs layer [2021-01-21T00:31:15.610Z] ecc8261a40a4: Pulling fs layer [2021-01-21T00:31:15.610Z] ecc8261a40a4: Waiting [2021-01-21T00:31:15.610Z] 2a8b12db71e7: Verifying Checksum [2021-01-21T00:31:15.610Z] 2a8b12db71e7: Download complete [2021-01-21T00:31:15.880Z] 31603596830f: Verifying Checksum [2021-01-21T00:31:15.880Z] 31603596830f: Download complete [2021-01-21T00:31:15.880Z] ecc8261a40a4: Verifying Checksum [2021-01-21T00:31:15.880Z] ecc8261a40a4: Download complete [2021-01-21T00:31:16.143Z] 6ca5941a6612: Verifying Checksum [2021-01-21T00:31:16.143Z] 6ca5941a6612: Download complete [2021-01-21T00:31:16.143Z] 31603596830f: Pull complete [2021-01-21T00:31:16.411Z] 2a8b12db71e7: Pull complete [2021-01-21T00:31:17.375Z] 6ca5941a6612: Pull complete [2021-01-21T00:31:17.637Z] ecc8261a40a4: Pull complete [2021-01-21T00:31:17.637Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-21T00:31:17.637Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T00:31:17.637Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-21T00:31:17.743Z] prd-centos7-docker-4c-2g-21785 does not seem to be running inside a container [2021-01-21T00:31:17.804Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/45 -v /w/workspace/edgex-go/45:/w/workspace/edgex-go/45:rw,z -v /w/workspace/edgex-go/45@tmp:/w/workspace/edgex-go/45@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-21T00:31:20.256Z] $ docker top 1725868e7ce693d256a91ed53b6a0291bc4ca2dc05cb159dfdba863254b1fe2f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-21T00:31:20.579Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T00:31:20.579Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T00:31:20.801Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T00:31:20.805Z] $ docker exec 1725868e7ce693d256a91ed53b6a0291bc4ca2dc05cb159dfdba863254b1fe2f ssh-agent [2021-01-21T00:31:20.981Z] SSH_AUTH_SOCK=/tmp/ssh-wK8b9IyaFZZQ/agent.11 [2021-01-21T00:31:20.981Z] SSH_AGENT_PID=16 [2021-01-21T00:31:20.991Z] Running ssh-add (command line suppressed) [2021-01-21T00:31:21.115Z] Identity added: /w/workspace/edgex-go/45@tmp/private_key_6655984033617132150.key (/w/workspace/edgex-go/45@tmp/private_key_6655984033617132150.key) [2021-01-21T00:31:21.167Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T00:31:21.510Z] + git tag --points-at HEAD [Pipeline] } [2021-01-21T00:31:21.535Z] $ docker exec --env ******** --env ******** 1725868e7ce693d256a91ed53b6a0291bc4ca2dc05cb159dfdba863254b1fe2f ssh-agent -k [2021-01-21T00:31:21.648Z] unset SSH_AUTH_SOCK; [2021-01-21T00:31:21.648Z] unset SSH_AGENT_PID; [2021-01-21T00:31:21.648Z] echo Agent pid 16 killed; [2021-01-21T00:31:21.729Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-21T00:31:21.861Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T00:31:21.861Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T00:31:22.051Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T00:31:22.055Z] $ docker exec 1725868e7ce693d256a91ed53b6a0291bc4ca2dc05cb159dfdba863254b1fe2f ssh-agent [2021-01-21T00:31:22.259Z] SSH_AUTH_SOCK=/tmp/ssh-Wd0WaUQ83yaV/agent.45 [2021-01-21T00:31:22.259Z] SSH_AGENT_PID=50 [2021-01-21T00:31:22.279Z] Running ssh-add (command line suppressed) [2021-01-21T00:31:22.412Z] Identity added: /w/workspace/edgex-go/45@tmp/private_key_3069508065178132008.key (/w/workspace/edgex-go/45@tmp/private_key_3069508065178132008.key) [2021-01-21T00:31:22.469Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T00:31:22.825Z] + git semver init [2021-01-21T00:31:22.825Z] # -> Open(): unable to determine branch for HEAD [2021-01-21T00:31:22.825Z] # $GIT_DIR = /w/workspace/edgex-go/45/.git [2021-01-21T00:31:22.825Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/45 [2021-01-21T00:31:22.825Z] # $SEMVER_REMOTE_NAME = origin [2021-01-21T00:31:22.825Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-21T00:31:22.825Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-21T00:31:22.825Z] # $SEMVER_BRANCH = PR-2858 [2021-01-21T00:31:22.825Z] # $SEMVER_TEMP = /tmp/semver-496645824 [2021-01-21T00:31:22.825Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-21T00:31:49.462Z] # '/tmp/semver-496645824' -> '/w/workspace/edgex-go/45/.semver' [2021-01-21T00:31:49.462Z] # -> Force: false [2021-01-21T00:31:49.462Z] # $SEMVER_DIR = /w/workspace/edgex-go/45/.semver [Pipeline] } [2021-01-21T00:31:49.478Z] $ docker exec --env ******** --env ******** 1725868e7ce693d256a91ed53b6a0291bc4ca2dc05cb159dfdba863254b1fe2f ssh-agent -k [2021-01-21T00:31:49.751Z] unset SSH_AUTH_SOCK; [2021-01-21T00:31:49.752Z] unset SSH_AGENT_PID; [2021-01-21T00:31:49.752Z] echo Agent pid 50 killed; [2021-01-21T00:31:49.877Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-21T00:31:50.355Z] + git semver [Pipeline] } [2021-01-21T00:31:50.372Z] $ docker stop --time=1 1725868e7ce693d256a91ed53b6a0291bc4ca2dc05cb159dfdba863254b1fe2f [2021-01-21T00:31:52.022Z] $ docker rm -f 1725868e7ce693d256a91ed53b6a0291bc4ca2dc05cb159dfdba863254b1fe2f [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T00:31:52.579Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-21T00:31:53.191Z] Stashed 1 file(s) [Pipeline] echo [2021-01-21T00:31:53.195Z] [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 [2021-01-21T00:31:54.033Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-21T00:31:54.344Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-21T00:31:54.650Z] + sudo service docker restart [2021-01-21T00:31:54.650Z] + true [2021-01-21T00:31:54.650Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-21T00:31:55.243Z] ========================================================= [2021-01-21T00:31:55.243Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-21T00:31:55.243Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:31:55.586Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-21T00:31:58.917Z] Sending build context to Docker daemon 327.6MB [2021-01-21T00:31:58.917Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-21T00:31:58.917Z] Step 2/6 : FROM ${BASE} [2021-01-21T00:31:59.181Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-21T00:31:59.181Z] 188c0c94c7c5: Pulling fs layer [2021-01-21T00:31:59.181Z] 0ef7d3d256c8: Pulling fs layer [2021-01-21T00:31:59.181Z] de9db76c5a1d: Pulling fs layer [2021-01-21T00:31:59.181Z] bca2f99d35d6: Pulling fs layer [2021-01-21T00:31:59.181Z] 93359f2a8cfa: Pulling fs layer [2021-01-21T00:31:59.181Z] 7c6f9722023f: Pulling fs layer [2021-01-21T00:31:59.181Z] a35cf1a2eb13: Pulling fs layer [2021-01-21T00:31:59.181Z] 93359f2a8cfa: Waiting [2021-01-21T00:31:59.181Z] 7c6f9722023f: Waiting [2021-01-21T00:31:59.181Z] a35cf1a2eb13: Waiting [2021-01-21T00:31:59.181Z] bca2f99d35d6: Waiting [2021-01-21T00:31:59.181Z] de9db76c5a1d: Verifying Checksum [2021-01-21T00:31:59.181Z] de9db76c5a1d: Download complete [2021-01-21T00:31:59.444Z] 0ef7d3d256c8: Verifying Checksum [2021-01-21T00:31:59.444Z] 0ef7d3d256c8: Download complete [2021-01-21T00:31:59.444Z] 93359f2a8cfa: Verifying Checksum [2021-01-21T00:31:59.444Z] 93359f2a8cfa: Download complete [2021-01-21T00:31:59.444Z] 7c6f9722023f: Verifying Checksum [2021-01-21T00:31:59.444Z] 7c6f9722023f: Download complete [2021-01-21T00:31:59.444Z] 188c0c94c7c5: Verifying Checksum [2021-01-21T00:31:59.444Z] 188c0c94c7c5: Download complete [2021-01-21T00:31:59.707Z] 188c0c94c7c5: Pull complete [2021-01-21T00:31:59.970Z] 0ef7d3d256c8: Pull complete [2021-01-21T00:32:00.233Z] de9db76c5a1d: Pull complete [2021-01-21T00:32:02.806Z] a35cf1a2eb13: Verifying Checksum [2021-01-21T00:32:02.806Z] a35cf1a2eb13: Download complete [2021-01-21T00:32:03.769Z] bca2f99d35d6: Verifying Checksum [2021-01-21T00:32:03.770Z] bca2f99d35d6: Download complete [2021-01-21T00:32:08.539Z] Still waiting to schedule task [2021-01-21T00:32:08.539Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-21T00:32:09.095Z] bca2f99d35d6: Pull complete [2021-01-21T00:32:09.095Z] 93359f2a8cfa: Pull complete [2021-01-21T00:32:09.359Z] 7c6f9722023f: Pull complete [2021-01-21T00:32:14.688Z] a35cf1a2eb13: Pull complete [2021-01-21T00:32:14.688Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-21T00:32:14.688Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-21T00:32:14.688Z] ---> a62c8e92a672 [2021-01-21T00:32:14.688Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-21T00:32:14.688Z] ---> Running in 7ae1d875512d [2021-01-21T00:32:14.688Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T00:32:15.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T00:32:15.902Z] (1/12) Installing libmagic (5.38-r0) [2021-01-21T00:32:16.478Z] (2/12) Installing file (5.38-r0) [2021-01-21T00:32:16.478Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-21T00:32:16.478Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-21T00:32:23.082Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-21T00:32:23.082Z] (6/12) Installing patch (2.7.6-r6) [2021-01-21T00:32:23.344Z] (7/12) Installing build-base (0.5-r2) [2021-01-21T00:32:23.344Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-21T00:32:23.344Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-21T00:32:23.608Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-21T00:32:23.608Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-21T00:32:23.877Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-21T00:32:23.877Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T00:32:23.877Z] OK: 233 MiB in 51 packages [2021-01-21T00:32:27.191Z] Removing intermediate container 7ae1d875512d [2021-01-21T00:32:27.191Z] ---> 0fd0d13ea05b [2021-01-21T00:32:27.191Z] Step 4/6 : WORKDIR /edgex-go [2021-01-21T00:32:27.191Z] ---> Running in 6e138998b932 [2021-01-21T00:32:27.460Z] Removing intermediate container 6e138998b932 [2021-01-21T00:32:27.460Z] ---> 32166d1ca08b [2021-01-21T00:32:27.460Z] Step 5/6 : COPY go.mod . [2021-01-21T00:32:27.726Z] ---> 2307519c547b [2021-01-21T00:32:27.726Z] Step 6/6 : RUN go mod download [2021-01-21T00:32:27.726Z] ---> Running in 592cd1777cd2 [2021-01-21T00:32:49.744Z] Removing intermediate container 592cd1777cd2 [2021-01-21T00:32:49.744Z] ---> 610132eb1cd6 [2021-01-21T00:32:49.744Z] Successfully built 610132eb1cd6 [2021-01-21T00:32:49.744Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:32:50.069Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-21T00:32:50.069Z] . [Pipeline] withDockerContainer [2021-01-21T00:32:50.179Z] prd-centos7-docker-4c-2g-21785 does not seem to be running inside a container [2021-01-21T00:32:50.248Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/45 -v /w/workspace/edgex-go/45:/w/workspace/edgex-go/45:rw,z -v /w/workspace/edgex-go/45@tmp:/w/workspace/edgex-go/45@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 ******** ci-base-image-x86_64 cat [2021-01-21T00:32:51.061Z] $ docker top 9d0ac694abb9714591efac8f753c17f63b6f290ddfab7d4ea9ff68fd22ba17e7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T00:32:51.634Z] + go version [2021-01-21T00:32:51.635Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-21T00:32:51.651Z] $ docker stop --time=1 9d0ac694abb9714591efac8f753c17f63b6f290ddfab7d4ea9ff68fd22ba17e7 [2021-01-21T00:32:53.040Z] $ docker rm -f 9d0ac694abb9714591efac8f753c17f63b6f290ddfab7d4ea9ff68fd22ba17e7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:32:53.867Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-21T00:32:53.867Z] . [Pipeline] withDockerContainer [2021-01-21T00:32:53.975Z] prd-centos7-docker-4c-2g-21785 does not seem to be running inside a container [2021-01-21T00:32:54.027Z] $ 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/45 -v /w/workspace/edgex-go/45:/w/workspace/edgex-go/45:rw,z -v /w/workspace/edgex-go/45@tmp:/w/workspace/edgex-go/45@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 ******** ci-base-image-x86_64 cat [2021-01-21T00:32:54.737Z] $ docker top 4684c2a15bbe9a90837167b6f87c5d505724b43b640a30141e0496acf031e44a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-21T00:32:54.937Z] ========================================================= [2021-01-21T00:32:54.938Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-21T00:32:54.938Z] ========================================================= [Pipeline] sh [2021-01-21T00:32:55.238Z] + make test [2021-01-21T00:32:55.238Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-21T00:33:05.320Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-21T00:33:20.419Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-21T00:33:28.700Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-21T00:33:29.673Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-21T00:33:29.673Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-21T00:33:29.673Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-21T00:33:29.673Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-21T00:33:29.673Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-21T00:33:30.261Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-21T00:33:30.533Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-21T00:33:31.132Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-21T00:33:33.103Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-21T00:33:33.103Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-21T00:33:33.103Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-21T00:33:35.052Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.084s coverage: 46.6% of statements [2021-01-21T00:33:35.052Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-21T00:33:35.052Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-21T00:33:35.052Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-21T00:33:35.052Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-21T00:33:35.052Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-21T00:33:39.368Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.198s coverage: 27.0% of statements [2021-01-21T00:33:39.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-21T00:33:39.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-21T00:33:39.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-21T00:33:39.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-21T00:33:39.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-21T00:33:39.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-21T00:33:39.368Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.051s coverage: 100.0% of statements [2021-01-21T00:33:39.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-21T00:33:39.368Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.036s coverage: 100.0% of statements [2021-01-21T00:33:39.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-21T00:33:39.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-21T00:33:39.368Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.160s coverage: 67.9% of statements [2021-01-21T00:33:39.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-21T00:33:39.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-21T00:33:39.368Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.178s coverage: 82.3% of statements [2021-01-21T00:33:39.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-21T00:33:39.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-21T00:33:39.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-21T00:33:39.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-21T00:33:40.810Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.437s coverage: 28.6% of statements [2021-01-21T00:33:40.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-21T00:33:40.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-21T00:33:40.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-21T00:33:40.811Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-21T00:33:40.811Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-21T00:33:40.811Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.088s coverage: 100.0% of statements [2021-01-21T00:33:40.811Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-21T00:33:40.811Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.044s coverage: 100.0% of statements [2021-01-21T00:33:40.811Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-21T00:33:41.814Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.163s coverage: 86.7% of statements [2021-01-21T00:33:41.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-21T00:33:41.814Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.176s coverage: 97.5% of statements [2021-01-21T00:33:41.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-21T00:33:41.814Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.106s coverage: 78.3% of statements [2021-01-21T00:33:41.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-21T00:33:41.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-21T00:33:41.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-21T00:33:41.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-21T00:33:44.433Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.569s coverage: 92.8% of statements [2021-01-21T00:33:44.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-21T00:33:44.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-21T00:33:44.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-21T00:33:44.433Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-21T00:33:44.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-21T00:33:44.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-21T00:33:44.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-21T00:33:44.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-21T00:33:44.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-21T00:33:44.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-21T00:33:44.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-21T00:33:44.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-21T00:33:44.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-21T00:33:44.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-21T00:33:44.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-21T00:33:44.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-21T00:33:44.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-21T00:33:44.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-21T00:33:44.433Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.051s coverage: 58.8% of statements [2021-01-21T00:33:44.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-21T00:33:44.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-21T00:33:44.433Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.061s coverage: 0.1% of statements [2021-01-21T00:33:44.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-21T00:33:44.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-21T00:33:44.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-21T00:33:44.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-21T00:33:44.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-01-21T00:33:44.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-21T00:33:44.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.057s coverage: 75.5% of statements [2021-01-21T00:33:44.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-21T00:33:44.434Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.046s coverage: 80.8% of statements [2021-01-21T00:33:44.701Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.087s coverage: 87.2% of statements [2021-01-21T00:33:44.980Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.066s coverage: 84.2% of statements [2021-01-21T00:33:45.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.112s coverage: 91.4% of statements [2021-01-21T00:33:45.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-21T00:33:46.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.181s coverage: 63.5% of statements [2021-01-21T00:33:46.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-21T00:33:46.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-21T00:33:46.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.041s coverage: 100.0% of statements [2021-01-21T00:33:46.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.073s coverage: 91.3% of statements [2021-01-21T00:33:46.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.042s coverage: 100.0% of statements [2021-01-21T00:33:46.741Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements [2021-01-21T00:33:47.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.046s coverage: 100.0% of statements [2021-01-21T00:33:48.028Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.377s coverage: 68.9% of statements [2021-01-21T00:33:48.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-21T00:33:48.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-21T00:33:48.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-21T00:33:48.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-21T00:33:48.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-21T00:33:49.320Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.212s coverage: 37.0% of statements [2021-01-21T00:33:49.320Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-21T00:33:49.320Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-21T00:33:49.320Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.401s coverage: 84.0% of statements [2021-01-21T00:33:49.320Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.056s coverage: 100.0% of statements [2021-01-21T00:33:50.762Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.103s coverage: 47.1% of statements [2021-01-21T00:33:50.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-21T00:33:50.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-21T00:33:50.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-21T00:33:50.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-21T00:33:50.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-21T00:33:50.762Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.052s coverage: 100.0% of statements [2021-01-21T00:33:50.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-21T00:33:50.762Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements [2021-01-21T00:33:50.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-21T00:33:52.717Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.867s coverage: 29.1% of statements [2021-01-21T00:33:52.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-21T00:33:52.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-21T00:33:52.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-21T00:33:52.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-21T00:33:52.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-21T00:33:52.717Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.072s coverage: 99.0% of statements [2021-01-21T00:33:52.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-21T00:33:52.717Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.080s coverage: 100.0% of statements [2021-01-21T00:33:52.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-21T00:33:52.717Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements [2021-01-21T00:33:52.717Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-21T00:33:52.717Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.031s coverage: 100.0% of statements [2021-01-21T00:33:52.717Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-21T00:33:52.717Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-21T00:33:52.717Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-21T00:33:52.717Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-21T00:33:52.717Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.046s coverage: 87.9% of statements [2021-01-21T00:33:52.717Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-21T00:33:52.717Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-21T00:33:52.717Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements [2021-01-21T00:33:52.717Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.038s coverage: 32.1% of statements [2021-01-21T00:33:53.291Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-01-21T00:33:53.554Z] GO111MODULE=on go vet ./... [2021-01-21T00:34:20.358Z] gofmt -l . [2021-01-21T00:34:20.358Z] [ "`gofmt -l .`" = "" ] [2021-01-21T00:34:20.358Z] ./bin/test-go-mod-tidy.sh [2021-01-21T00:34:20.358Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-21T00:34:21.261Z] + ls -al . [2021-01-21T00:34:21.261Z] total 656 [2021-01-21T00:34:21.261Z] drwxrwxr-x 10 1001 1001 4096 Jan 21 00:34 . [2021-01-21T00:34:21.261Z] drwxr-xr-x 4 root root 30 Jan 21 00:32 .. [2021-01-21T00:34:21.261Z] -rw-rw-r-- 1 1001 1001 11 Jan 21 00:31 .dockerignore [2021-01-21T00:34:21.261Z] drwxrwxr-x 8 1001 1001 179 Jan 21 00:31 .git [2021-01-21T00:34:21.261Z] drwxrwxr-x 3 1001 1001 125 Jan 21 00:31 .github [2021-01-21T00:34:21.261Z] -rw-rw-r-- 1 1001 1001 824 Jan 21 00:31 .gitignore [2021-01-21T00:34:21.261Z] drwx------ 3 1001 1001 47 Jan 21 00:31 .semver [2021-01-21T00:34:21.261Z] -rw-rw-r-- 1 1001 1001 166 Jan 21 00:31 .sonarcloud.properties [2021-01-21T00:34:21.261Z] -rw-rw-r-- 1 1001 1001 7759 Jan 21 00:31 Attribution.txt [2021-01-21T00:34:21.261Z] -rw-rw-r-- 1 1001 1001 3804 Jan 21 00:31 CONTRIBUTING.md [2021-01-21T00:34:21.261Z] -rw-rw-r-- 1 1001 1001 931 Jan 21 00:31 Dockerfile.build [2021-01-21T00:34:21.261Z] -rw-rw-r-- 1 1001 1001 863 Jan 21 00:31 Jenkinsfile [2021-01-21T00:34:21.261Z] -rw-rw-r-- 1 1001 1001 10775 Jan 21 00:31 LICENSE [2021-01-21T00:34:21.261Z] -rw-rw-r-- 1 1001 1001 5750 Jan 21 00:31 Makefile [2021-01-21T00:34:21.261Z] -rw-rw-r-- 1 1001 1001 6524 Jan 21 00:31 README.md [2021-01-21T00:34:21.261Z] -rw-rw-r-- 1 1001 1001 6744 Jan 21 00:31 SECURITY.md [2021-01-21T00:34:21.261Z] -rw-rw-r-- 1 1001 1001 5 Jan 21 00:31 VERSION [2021-01-21T00:34:21.261Z] -rw-rw-r-- 1 1001 1001 4131 Jan 21 00:31 ZMQWindows.md [2021-01-21T00:34:21.261Z] drwxrwxr-x 2 1001 1001 117 Jan 21 00:31 bin [2021-01-21T00:34:21.261Z] drwxrwxr-x 14 1001 1001 4096 Jan 21 00:31 cmd [2021-01-21T00:34:21.261Z] -rw-r--r-- 1 root root 550280 Jan 21 00:33 coverage.out [2021-01-21T00:34:21.261Z] -rw-r--r-- 1 root root 1027 Jan 21 00:34 go.mod [2021-01-21T00:34:21.261Z] -rw-r--r-- 1 root root 18725 Jan 21 00:34 go.sum [2021-01-21T00:34:21.261Z] drwxrwxr-x 8 1001 1001 127 Jan 21 00:31 internal [2021-01-21T00:34:21.261Z] drwxrwxr-x 4 1001 1001 26 Jan 21 00:31 openapi [2021-01-21T00:34:21.261Z] drwxrwxr-x 4 1001 1001 71 Jan 21 00:31 snap [2021-01-21T00:34:21.261Z] -rw-rw-r-- 1 1001 1001 168 Jan 21 00:31 version.go [Pipeline] sh [2021-01-21T00:34:21.565Z] + '[' -e coverage.out ] [2021-01-21T00:34:21.565Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-21T00:34:21.753Z] Stashed 1 file(s) [Pipeline] sh [2021-01-21T00:34:22.060Z] + make build [2021-01-21T00:34:22.060Z] 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 [2021-01-21T00:34:25.399Z] 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 [2021-01-21T00:34:33.628Z] 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 [2021-01-21T00:34:34.593Z] 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 [2021-01-21T00:34:35.997Z] 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 [2021-01-21T00:34:36.588Z] 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 [2021-01-21T00:34:38.016Z] 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 [2021-01-21T00:34:39.964Z] 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 [2021-01-21T00:34:41.426Z] 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 [2021-01-21T00:34:42.843Z] 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 [2021-01-21T00:34:43.816Z] 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 [2021-01-21T00:34:45.235Z] 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 [Pipeline] } [2021-01-21T00:34:46.656Z] $ docker stop --time=1 4684c2a15bbe9a90837167b6f87c5d505724b43b640a30141e0496acf031e44a [2021-01-21T00:34:48.587Z] $ docker rm -f 4684c2a15bbe9a90837167b6f87c5d505724b43b640a30141e0496acf031e44a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:34:50.476Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-21T00:34:50.477Z] [2021-01-21T00:34:50.477Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:34:50.840Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-21T00:34:50.840Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-21T00:34:50.840Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-21T00:34:50.840Z] ca9280d653b3: Pulling fs layer [2021-01-21T00:34:50.840Z] 7e9c9ca2126c: Pulling fs layer [2021-01-21T00:34:51.417Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-21T00:34:51.417Z] cbdbe7a5bc2a: Download complete [2021-01-21T00:34:51.685Z] cbdbe7a5bc2a: Pull complete [2021-01-21T00:34:51.950Z] ca9280d653b3: Verifying Checksum [2021-01-21T00:34:51.950Z] ca9280d653b3: Download complete [2021-01-21T00:34:52.902Z] ca9280d653b3: Pull complete [2021-01-21T00:34:53.167Z] 7e9c9ca2126c: Download complete [2021-01-21T00:35:01.355Z] 7e9c9ca2126c: Pull complete [2021-01-21T00:35:01.355Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-21T00:35:01.355Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-21T00:35:01.355Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-21T00:35:01.597Z] prd-centos7-docker-4c-2g-21785 does not seem to be running inside a container [2021-01-21T00:35:01.679Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/45 -v /w/workspace/edgex-go/45:/w/workspace/edgex-go/45:rw,z -v /w/workspace/edgex-go/45@tmp:/w/workspace/edgex-go/45@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 [2021-01-21T00:35:02.926Z] $ docker top d22e71554dbae36a381d407504213224ddbac6f812c039e3dda561cfff1a66df -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T00:35:03.459Z] + grep parallel [2021-01-21T00:35:03.460Z] + docker-compose build --help [2021-01-21T00:35:04.412Z] --parallel Build images in parallel. [Pipeline] } [2021-01-21T00:35:04.699Z] $ docker stop --time=1 d22e71554dbae36a381d407504213224ddbac6f812c039e3dda561cfff1a66df [2021-01-21T00:35:06.078Z] $ docker rm -f d22e71554dbae36a381d407504213224ddbac6f812c039e3dda561cfff1a66df [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:35:06.709Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-21T00:35:06.709Z] . [Pipeline] withDockerContainer [2021-01-21T00:35:06.818Z] prd-centos7-docker-4c-2g-21785 does not seem to be running inside a container [2021-01-21T00:35:06.876Z] $ 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/45 -v /w/workspace/edgex-go/45:/w/workspace/edgex-go/45:rw,z -v /w/workspace/edgex-go/45@tmp:/w/workspace/edgex-go/45@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-21T00:35:07.606Z] $ docker top 3a6738267f9f0126db4a4da030c4b0144b8923b7ee1334faf309faf6919e4602 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T00:35:08.238Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-21T00:35:10.166Z] Building docker-core-command-go ... [2021-01-21T00:35:10.167Z] Building docker-core-data-go ... [2021-01-21T00:35:10.167Z] Building docker-core-metadata-go ... [2021-01-21T00:35:10.167Z] Building docker-security-bootstrap-redis-go ... [2021-01-21T00:35:10.167Z] Building docker-security-proxy-setup-go ... [2021-01-21T00:35:10.167Z] Building docker-security-secretstore-setup-go ... [2021-01-21T00:35:10.167Z] Building docker-support-notifications-go ... [2021-01-21T00:35:10.167Z] Building docker-support-scheduler-go ... [2021-01-21T00:35:10.167Z] Building docker-sys-mgmt-agent-go ... [2021-01-21T00:35:10.167Z] Building docker-core-metadata-go [2021-01-21T00:35:10.167Z] Building docker-security-bootstrap-redis-go [2021-01-21T00:35:10.167Z] Building docker-security-secretstore-setup-go [2021-01-21T00:35:10.167Z] Building docker-sys-mgmt-agent-go [2021-01-21T00:35:10.167Z] Building docker-core-command-go [2021-01-21T00:35:37.825Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21790 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-01-21T00:35:37.884Z] Running in /w/workspace/edgex-go/45 [Pipeline] { [Pipeline] checkout [2021-01-21T00:35:42.564Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T00:35:42.564Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-21T00:35:42.564Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T00:35:42.564Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T00:35:42.564Z] ---> 610132eb1cd6 [2021-01-21T00:35:42.564Z] Step 3/24 : WORKDIR /edgex-go [2021-01-21T00:35:42.564Z] ---> 610132eb1cd6 [2021-01-21T00:35:42.564Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T00:35:42.865Z] using credential edgex-jenkins-ssh [2021-01-21T00:35:42.933Z] Cloning the remote Git repository [2021-01-21T00:35:43.521Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T00:35:43.521Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T00:35:43.521Z] ---> 610132eb1cd6 [2021-01-21T00:35:43.521Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T00:35:43.788Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T00:35:43.788Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T00:35:43.788Z] ---> 610132eb1cd6 [2021-01-21T00:35:43.788Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T00:35:43.788Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T00:35:43.788Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-21T00:35:43.788Z] ---> 610132eb1cd6 [2021-01-21T00:35:43.788Z] Step 3/26 : WORKDIR /edgex-go [2021-01-21T00:35:42.985Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-21T00:35:43.089Z] > git init /w/workspace/edgex-go/45 # timeout=10 [2021-01-21T00:35:43.173Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-21T00:35:43.173Z] > git --version # timeout=10 [2021-01-21T00:35:43.190Z] > git --version # 'git version 2.17.1' [2021-01-21T00:35:43.191Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T00:35:43.250Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T00:35:44.745Z] ---> Running in 29018211f2bb [2021-01-21T00:35:44.745Z] ---> Running in b01a0369c2cc [2021-01-21T00:35:44.745Z] ---> Running in 01a1fb820881 [2021-01-21T00:35:44.745Z] ---> Running in 2883450a2336 [2021-01-21T00:35:44.745Z] ---> Running in 6647dc32c921 [2021-01-21T00:35:45.325Z] Removing intermediate container 2883450a2336 [2021-01-21T00:35:45.325Z] ---> a518582ac299 [2021-01-21T00:35:45.325Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T00:35:45.325Z] Removing intermediate container 01a1fb820881 [2021-01-21T00:35:45.325Z] ---> f78704ea1979 [2021-01-21T00:35:45.325Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T00:35:45.325Z] Removing intermediate container 6647dc32c921 [2021-01-21T00:35:45.325Z] ---> 07470ea4bbe0 [2021-01-21T00:35:45.325Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T00:35:45.325Z] Removing intermediate container b01a0369c2cc [2021-01-21T00:35:45.325Z] ---> 1a795fe4f824 [2021-01-21T00:35:45.325Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T00:35:45.325Z] Removing intermediate container 29018211f2bb [2021-01-21T00:35:45.325Z] ---> 994293123b8f [2021-01-21T00:35:45.325Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T00:35:45.325Z] ---> Running in ff1ff94e0356 [2021-01-21T00:35:45.325Z] ---> Running in a4932c376f69 [2021-01-21T00:35:45.325Z] ---> Running in f0b83961b20a [2021-01-21T00:35:45.325Z] ---> Running in 78e7ae90e640 [2021-01-21T00:35:45.325Z] ---> Running in d76dc5b97874 [2021-01-21T00:35:47.267Z] Removing intermediate container ff1ff94e0356 [2021-01-21T00:35:47.267Z] ---> bb7aa6837820 [2021-01-21T00:35:47.267Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-21T00:35:47.529Z] ---> Running in 73760512d62d [2021-01-21T00:35:47.529Z] Removing intermediate container f0b83961b20a [2021-01-21T00:35:47.529Z] ---> f9b63fd32aa6 [2021-01-21T00:35:47.529Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-21T00:35:47.797Z] Removing intermediate container a4932c376f69 [2021-01-21T00:35:47.797Z] ---> f635387e0a86 [2021-01-21T00:35:47.797Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-21T00:35:47.797Z] Removing intermediate container d76dc5b97874 [2021-01-21T00:35:47.797Z] ---> 768c3be0f0f7 [2021-01-21T00:35:47.797Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-21T00:35:47.797Z] ---> Running in 143216b5517d [2021-01-21T00:35:47.797Z] ---> Running in 9b938ef64b67 [2021-01-21T00:35:47.797Z] Removing intermediate container 78e7ae90e640 [2021-01-21T00:35:48.067Z] ---> 16737db750f2 [2021-01-21T00:35:48.067Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-21T00:35:48.067Z] ---> Running in 2035d4879297 [2021-01-21T00:35:48.067Z] ---> Running in 3519379f76dd [2021-01-21T00:35:48.330Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T00:35:49.298Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T00:35:49.298Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T00:35:49.298Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T00:35:49.298Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T00:35:49.298Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T00:35:49.872Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T00:35:50.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T00:35:50.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T00:35:50.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T00:35:50.714Z] OK: 233 MiB in 51 packages [2021-01-21T00:35:50.714Z] OK: 233 MiB in 51 packages [2021-01-21T00:35:50.978Z] OK: 233 MiB in 51 packages [2021-01-21T00:35:50.978Z] OK: 233 MiB in 51 packages [2021-01-21T00:35:50.978Z] OK: 233 MiB in 51 packages [2021-01-21T00:35:50.978Z] Removing intermediate container 73760512d62d [2021-01-21T00:35:50.978Z] ---> cb4adbf208f3 [2021-01-21T00:35:50.978Z] Step 6/22 : COPY go.mod . [2021-01-21T00:35:51.569Z] ---> 570399f1009d [2021-01-21T00:35:51.569Z] Step 7/22 : RUN go mod download [2021-01-21T00:35:51.569Z] Removing intermediate container 9b938ef64b67 [2021-01-21T00:35:51.569Z] ---> dbc11cb78310 [2021-01-21T00:35:51.569Z] Step 6/22 : COPY go.mod . [2021-01-21T00:35:51.832Z] ---> Running in 7ae860fa62d4 [2021-01-21T00:35:51.832Z] Removing intermediate container 143216b5517d [2021-01-21T00:35:51.832Z] ---> 7c43ef9ad414 [2021-01-21T00:35:51.832Z] Step 6/24 : COPY go.mod . [2021-01-21T00:35:52.101Z] ---> f2b5815673dc [2021-01-21T00:35:52.101Z] Step 7/22 : RUN go mod download [2021-01-21T00:35:52.372Z] ---> Running in 1e081f7c13c8 [2021-01-21T00:35:52.372Z] Removing intermediate container 2035d4879297 [2021-01-21T00:35:52.372Z] ---> b972a193daab [2021-01-21T00:35:52.372Z] Step 6/22 : COPY go.mod . [2021-01-21T00:35:52.372Z] ---> c6da0b27766a [2021-01-21T00:35:52.372Z] Step 7/24 : RUN go mod download [2021-01-21T00:35:52.372Z] Removing intermediate container 3519379f76dd [2021-01-21T00:35:52.372Z] ---> e04d4f78f1db [2021-01-21T00:35:52.372Z] Step 6/26 : COPY go.mod . [2021-01-21T00:35:52.634Z] ---> Running in 4032e4f5362c [2021-01-21T00:35:52.919Z] ---> 15c56654016e [2021-01-21T00:35:52.919Z] Step 7/22 : RUN go mod download [2021-01-21T00:35:52.919Z] ---> 41aca4cd7c22 [2021-01-21T00:35:52.919Z] Step 7/26 : RUN go mod download [2021-01-21T00:35:52.919Z] ---> Running in cfe2c167fdd7 [2021-01-21T00:35:52.919Z] ---> Running in b9d51f1c8334 [2021-01-21T00:35:53.907Z] Removing intermediate container 7ae860fa62d4 [2021-01-21T00:35:53.907Z] ---> 30dba3d115bb [2021-01-21T00:35:53.907Z] Step 8/22 : COPY . . [2021-01-21T00:35:54.180Z] Removing intermediate container 1e081f7c13c8 [2021-01-21T00:35:54.180Z] ---> 556dada2479e [2021-01-21T00:35:54.180Z] Step 8/22 : COPY . . [2021-01-21T00:35:56.148Z] Removing intermediate container 4032e4f5362c [2021-01-21T00:35:56.149Z] ---> 2becaad2a552 [2021-01-21T00:35:56.149Z] Step 8/24 : COPY . . [2021-01-21T00:36:00.087Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-21T00:36:00.107Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T00:36:00.135Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-21T00:36:01.130Z] Merging remotes/origin/master commit ba3f575de95cda6ffdeb8943f6d6d62c3955065b into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-01-21T00:36:00.177Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-21T00:36:00.178Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T00:36:00.231Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-21T00:36:01.151Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T00:36:01.165Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-01-21T00:36:01.463Z] > git remote # timeout=10 [2021-01-21T00:36:01.476Z] > git config --get remote.origin.url # timeout=10 [2021-01-21T00:36:01.495Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T00:36:01.505Z] > git merge ba3f575de95cda6ffdeb8943f6d6d62c3955065b # timeout=10 [2021-01-21T00:36:02.241Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-21T00:36:02.255Z] Merge succeeded, producing ad5d595d6864941347d037fdc41ab096a0e574ae [2021-01-21T00:36:02.256Z] Checking out Revision ad5d595d6864941347d037fdc41ab096a0e574ae (PR-2858) [2021-01-21T00:36:02.851Z] Removing intermediate container cfe2c167fdd7 [2021-01-21T00:36:02.851Z] ---> 755a205da598 [2021-01-21T00:36:02.851Z] Step 8/22 : COPY . . [2021-01-21T00:36:03.441Z] Removing intermediate container b9d51f1c8334 [2021-01-21T00:36:03.441Z] ---> 0ec8c1df25ed [2021-01-21T00:36:03.441Z] Step 8/26 : COPY . . [2021-01-21T00:36:02.266Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T00:36:02.280Z] > git checkout -f ad5d595d6864941347d037fdc41ab096a0e574ae # timeout=10 [2021-01-21T00:36:06.645Z] Commit message: "Merge commit 'ba3f575de95cda6ffdeb8943f6d6d62c3955065b' into HEAD" [2021-01-21T00:36:06.673Z] First time build. Skipping changelog. [2021-01-21T00:36:06.655Z] > git rev-list --no-walk 8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-21T00:36:08.233Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-21T00:36:08.686Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-21T00:36:09.076Z] + sudo service docker restart+ [2021-01-21T00:36:09.076Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-21T00:36:11.128Z] provisioning config files... [2021-01-21T00:36:11.173Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/45@tmp/config4121588643614241463tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T00:36:11.574Z] ---> docker-login.sh [2021-01-21T00:36:11.574Z] nexus3.edgexfoundry.org:10001 [2021-01-21T00:36:12.574Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T00:36:12.856Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T00:36:12.856Z] Configure a credential helper to remove this warning. See [2021-01-21T00:36:12.856Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T00:36:12.856Z] [2021-01-21T00:36:12.856Z] Login Succeeded [2021-01-21T00:36:12.856Z] nexus3.edgexfoundry.org:10002 [2021-01-21T00:36:13.129Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T00:36:13.129Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T00:36:13.129Z] Configure a credential helper to remove this warning. See [2021-01-21T00:36:13.129Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T00:36:13.129Z] [2021-01-21T00:36:13.129Z] Login Succeeded [2021-01-21T00:36:13.407Z] nexus3.edgexfoundry.org:10003 [2021-01-21T00:36:13.682Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T00:36:13.682Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T00:36:13.682Z] Configure a credential helper to remove this warning. See [2021-01-21T00:36:13.682Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T00:36:13.682Z] [2021-01-21T00:36:13.682Z] Login Succeeded [2021-01-21T00:36:13.682Z] nexus3.edgexfoundry.org:10004 [2021-01-21T00:36:14.283Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T00:36:14.283Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T00:36:14.283Z] Configure a credential helper to remove this warning. See [2021-01-21T00:36:14.283Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T00:36:14.283Z] [2021-01-21T00:36:14.283Z] Login Succeeded [2021-01-21T00:36:14.283Z] docker.io [2021-01-21T00:36:14.887Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T00:36:15.162Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T00:36:15.162Z] Configure a credential helper to remove this warning. See [2021-01-21T00:36:15.162Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T00:36:15.162Z] [2021-01-21T00:36:15.162Z] Login Succeeded [2021-01-21T00:36:15.162Z] ---> docker-login.sh ends [Pipeline] } [2021-01-21T00:36:15.180Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-21T00:36:15.656Z] ========================================================= [2021-01-21T00:36:15.656Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-21T00:36:15.656Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:36:16.033Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-21T00:36:18.690Z] Sending build context to Docker daemon 166.1MB [2021-01-21T00:36:18.690Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-21T00:36:18.690Z] Step 2/6 : FROM ${BASE} [2021-01-21T00:36:18.690Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-21T00:36:18.690Z] 5f621e34cdf4: Pulling fs layer [2021-01-21T00:36:18.690Z] a4357932f1b6: Pulling fs layer [2021-01-21T00:36:18.690Z] 18c013af1878: Pulling fs layer [2021-01-21T00:36:18.690Z] 00ac8860ef70: Pulling fs layer [2021-01-21T00:36:18.690Z] 63d7cb157983: Pulling fs layer [2021-01-21T00:36:18.690Z] b116817d02f9: Pulling fs layer [2021-01-21T00:36:18.690Z] 745a02a5169b: Pulling fs layer [2021-01-21T00:36:18.690Z] 63d7cb157983: Waiting [2021-01-21T00:36:18.690Z] 00ac8860ef70: Waiting [2021-01-21T00:36:18.690Z] b116817d02f9: Waiting [2021-01-21T00:36:18.690Z] 745a02a5169b: Waiting [2021-01-21T00:36:18.690Z] 18c013af1878: Verifying Checksum [2021-01-21T00:36:18.690Z] 18c013af1878: Download complete [2021-01-21T00:36:18.690Z] a4357932f1b6: Verifying Checksum [2021-01-21T00:36:18.690Z] a4357932f1b6: Download complete [2021-01-21T00:36:18.690Z] 63d7cb157983: Download complete [2021-01-21T00:36:18.690Z] b116817d02f9: Verifying Checksum [2021-01-21T00:36:18.690Z] b116817d02f9: Download complete [2021-01-21T00:36:18.962Z] 5f621e34cdf4: Verifying Checksum [2021-01-21T00:36:18.962Z] 5f621e34cdf4: Download complete [2021-01-21T00:36:19.590Z] 5f621e34cdf4: Pull complete [2021-01-21T00:36:20.198Z] a4357932f1b6: Pull complete [2021-01-21T00:36:20.482Z] 18c013af1878: Pull complete [2021-01-21T00:36:21.501Z] 745a02a5169b: Verifying Checksum [2021-01-21T00:36:21.501Z] 745a02a5169b: Download complete [2021-01-21T00:36:22.486Z] 00ac8860ef70: Verifying Checksum [2021-01-21T00:36:22.486Z] 00ac8860ef70: Download complete [2021-01-21T00:36:32.663Z] 00ac8860ef70: Pull complete [2021-01-21T00:36:32.663Z] 63d7cb157983: Pull complete [2021-01-21T00:36:32.937Z] b116817d02f9: Pull complete [2021-01-21T00:36:35.782Z] ---> 7e2d2e3c29c5 [2021-01-21T00:36:35.783Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-21T00:36:35.783Z] ---> 0aa36cc5256b [2021-01-21T00:36:35.783Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-21T00:36:35.783Z] ---> f4ac065c4fbf [2021-01-21T00:36:35.783Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-21T00:36:35.783Z] ---> Running in b84ceb4c1e18 [2021-01-21T00:36:35.783Z] ---> Running in f305fb206cc8 [2021-01-21T00:36:35.783Z] ---> Running in b81e449efddd [2021-01-21T00:36:36.366Z] ---> b40ec0ade3e5 [2021-01-21T00:36:36.366Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-21T00:36:36.366Z] ---> 7d6d04809c7c [2021-01-21T00:36:36.366Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-21T00:36:36.636Z] ---> Running in 16cffad6b5ca [2021-01-21T00:36:36.636Z] ---> Running in 6b5bb97dd6a0 [2021-01-21T00:36:37.241Z] 745a02a5169b: Pull complete [2021-01-21T00:36:37.242Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-21T00:36:37.242Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-21T00:36:37.242Z] ---> b7e6874047d6 [2021-01-21T00:36:37.242Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-21T00:36:37.606Z] 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 [2021-01-21T00:36:37.606Z] 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 [2021-01-21T00:36:37.606Z] 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 [2021-01-21T00:36:37.606Z] 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 [2021-01-21T00:36:37.606Z] 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 [2021-01-21T00:36:39.873Z] ---> Running in 2cfee764dbb2 [2021-01-21T00:36:41.320Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T00:36:41.913Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T00:36:42.886Z] (1/12) Installing libmagic (5.38-r0) [2021-01-21T00:36:43.160Z] (2/12) Installing file (5.38-r0) [2021-01-21T00:36:43.436Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-21T00:36:43.436Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-21T00:36:46.811Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-21T00:36:47.080Z] (6/12) Installing patch (2.7.6-r6) [2021-01-21T00:36:47.080Z] (7/12) Installing build-base (0.5-r2) [2021-01-21T00:36:47.080Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-21T00:36:47.350Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-21T00:36:47.350Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-21T00:36:47.350Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-21T00:36:47.621Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-21T00:36:47.621Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T00:36:47.621Z] OK: 217 MiB in 51 packages [2021-01-21T00:36:51.935Z] Removing intermediate container 2cfee764dbb2 [2021-01-21T00:36:51.935Z] ---> b7314c9e2618 [2021-01-21T00:36:51.935Z] Step 4/6 : WORKDIR /edgex-go [2021-01-21T00:36:51.935Z] ---> Running in bb34adca7559 [2021-01-21T00:36:52.208Z] Removing intermediate container bb34adca7559 [2021-01-21T00:36:52.208Z] ---> f1131ddf8ead [2021-01-21T00:36:52.208Z] Step 5/6 : COPY go.mod . [2021-01-21T00:36:52.805Z] ---> 188148f29d62 [2021-01-21T00:36:52.805Z] Step 6/6 : RUN go mod download [2021-01-21T00:36:53.080Z] ---> Running in 5d45b414a854 [2021-01-21T00:37:09.908Z] 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 [2021-01-21T00:37:12.489Z] Removing intermediate container b84ceb4c1e18 [2021-01-21T00:37:12.489Z] ---> 1e386d6215f1 [2021-01-21T00:37:12.489Z] [2021-01-21T00:37:12.489Z] Step 10/22 : FROM alpine:3.12 [2021-01-21T00:37:12.490Z] 3.12: Pulling from library/alpine [2021-01-21T00:37:13.464Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-21T00:37:13.464Z] Status: Downloaded newer image for alpine:3.12 [2021-01-21T00:37:13.464Z] ---> 389fef711851 [2021-01-21T00:37:13.464Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-21T00:37:14.438Z] ---> Running in b59cf1ded04e [2021-01-21T00:37:16.362Z] Removing intermediate container b81e449efddd [2021-01-21T00:37:16.362Z] ---> c6d63058b48f [2021-01-21T00:37:16.362Z] [2021-01-21T00:37:16.362Z] Step 10/24 : FROM alpine:3.12 [2021-01-21T00:37:16.362Z] ---> 389fef711851 [2021-01-21T00:37:16.362Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-21T00:37:16.362Z] ---> Running in 896175960d9c [2021-01-21T00:37:16.362Z] Removing intermediate container 6b5bb97dd6a0 [2021-01-21T00:37:16.362Z] ---> c53517b16c73 [2021-01-21T00:37:16.362Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-21T00:37:16.362Z] Removing intermediate container f305fb206cc8 [2021-01-21T00:37:16.362Z] ---> 755558ecee46 [2021-01-21T00:37:16.362Z] [2021-01-21T00:37:16.362Z] Step 10/22 : FROM scratch [2021-01-21T00:37:16.362Z] ---> [2021-01-21T00:37:16.362Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T00:37:16.362Z] ---> Running in 106cf121b61a [2021-01-21T00:37:16.638Z] ---> Running in 67c91d066bcf [2021-01-21T00:37:16.638Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T00:37:16.638Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T00:37:16.907Z] Removing intermediate container 67c91d066bcf [2021-01-21T00:37:16.907Z] ---> 79c8d4648ba3 [2021-01-21T00:37:16.907Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-21T00:37:16.907Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-21T00:37:16.907Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T00:37:16.907Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-21T00:37:16.907Z] (4/5) Installing curl (7.69.1-r3) [2021-01-21T00:37:16.907Z] ---> Running in 664ff6027820 [2021-01-21T00:37:16.907Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-21T00:37:16.907Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T00:37:16.907Z] Executing ca-certificates-20191127-r4.trigger [2021-01-21T00:37:17.175Z] OK: 7 MiB in 19 packages [2021-01-21T00:37:17.175Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T00:37:17.175Z] 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 [2021-01-21T00:37:17.175Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T00:37:17.440Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-21T00:37:17.440Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T00:37:17.440Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-21T00:37:17.440Z] (4/5) Installing curl (7.69.1-r3) [2021-01-21T00:37:17.705Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-21T00:37:17.705Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T00:37:17.705Z] Executing ca-certificates-20191127-r4.trigger [2021-01-21T00:37:17.705Z] OK: 7 MiB in 19 packages [2021-01-21T00:37:18.666Z] Removing intermediate container 664ff6027820 [2021-01-21T00:37:18.666Z] ---> 3da4ba7276f8 [2021-01-21T00:37:18.666Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-21T00:37:19.884Z] Removing intermediate container 5d45b414a854 [2021-01-21T00:37:19.884Z] ---> 1fad1a381646 [2021-01-21T00:37:19.884Z] Successfully built 1fad1a381646 [2021-01-21T00:37:19.884Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:37:20.075Z] ---> Running in 4df2c5f8b885 [2021-01-21T00:37:20.229Z] + docker inspect -f . ci-base-image-arm64 [2021-01-21T00:37:20.229Z] . [Pipeline] withDockerContainer [2021-01-21T00:37:20.340Z] Removing intermediate container 16cffad6b5ca [2021-01-21T00:37:20.340Z] ---> c051ba147734 [2021-01-21T00:37:20.340Z] [2021-01-21T00:37:20.340Z] Step 10/22 : FROM scratch [2021-01-21T00:37:20.340Z] ---> [2021-01-21T00:37:20.341Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T00:37:20.341Z] ---> Using cache [2021-01-21T00:37:20.341Z] ---> 79c8d4648ba3 [2021-01-21T00:37:20.341Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-21T00:37:20.493Z] prd-ubuntu18.04-docker-arm64-4c-16g-21790 does not seem to be running inside a container [2021-01-21T00:37:20.587Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/45 -v /w/workspace/edgex-go/45:/w/workspace/edgex-go/45:rw,z -v /w/workspace/edgex-go/45@tmp:/w/workspace/edgex-go/45@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 ******** ci-base-image-arm64 cat [2021-01-21T00:37:20.916Z] Removing intermediate container 4df2c5f8b885 [2021-01-21T00:37:20.916Z] ---> d6d16810f507 [2021-01-21T00:37:20.917Z] Step 14/22 : WORKDIR / [2021-01-21T00:37:21.180Z] ---> Running in 03f3531351cf [2021-01-21T00:37:21.180Z] ---> Running in 640f9d1c0539 [2021-01-21T00:37:21.180Z] Removing intermediate container b59cf1ded04e [2021-01-21T00:37:21.180Z] ---> 0953e15d10c8 [2021-01-21T00:37:21.180Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-21T00:37:21.443Z] Removing intermediate container 896175960d9c [2021-01-21T00:37:21.443Z] ---> f15c4f85a4f0 [2021-01-21T00:37:21.443Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-21T00:37:21.710Z] Removing intermediate container 03f3531351cf [2021-01-21T00:37:21.710Z] ---> 7577581f8bcd [2021-01-21T00:37:21.710Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-21T00:37:21.710Z] Removing intermediate container 106cf121b61a [2021-01-21T00:37:21.710Z] ---> 28ac32c81634 [2021-01-21T00:37:21.710Z] [2021-01-21T00:37:21.710Z] Step 11/26 : FROM docker:20.10.0 [2021-01-21T00:37:21.710Z] 20.10.0: Pulling from library/docker [2021-01-21T00:37:21.940Z] $ docker top acc606df1b6770f7e0f350dbfc16564937a49268fc30f1a39bb86106c55fd899 -eo pid,comm [2021-01-21T00:37:21.975Z] Removing intermediate container 640f9d1c0539 [2021-01-21T00:37:21.975Z] ---> 30065703db15 [2021-01-21T00:37:21.975Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T00:37:21.975Z] ---> Running in 691f14237b35 [2021-01-21T00:37:21.975Z] ---> Running in 93c832e3ea71 [2021-01-21T00:37:21.975Z] ---> Running in 9885e7803551 [2021-01-21T00:37:22.239Z] Removing intermediate container 93c832e3ea71 [2021-01-21T00:37:22.239Z] ---> 7d967196a278 [2021-01-21T00:37:22.239Z] Step 13/24 : WORKDIR / [2021-01-21T00:37:22.239Z] Removing intermediate container 691f14237b35 [2021-01-21T00:37:22.239Z] ---> 35c91b7e4293 [2021-01-21T00:37:22.239Z] Step 13/22 : WORKDIR / [Pipeline] { [Pipeline] sh [2021-01-21T00:37:22.832Z] ---> Running in 3fa8b63f984f [2021-01-21T00:37:22.832Z] Removing intermediate container 9885e7803551 [2021-01-21T00:37:22.832Z] ---> d522cf74ada7 [2021-01-21T00:37:22.832Z] Step 14/22 : WORKDIR / [2021-01-21T00:37:22.832Z] ---> d2cc5a78433b [2021-01-21T00:37:22.832Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-21T00:37:23.063Z] + go version [2021-01-21T00:37:23.063Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-21T00:37:23.090Z] $ docker stop --time=1 acc606df1b6770f7e0f350dbfc16564937a49268fc30f1a39bb86106c55fd899 [2021-01-21T00:37:23.096Z] ---> Running in 9adeaa3e9fba [2021-01-21T00:37:23.672Z] ---> Running in 07843fa399c7 [2021-01-21T00:37:23.939Z] Removing intermediate container 3fa8b63f984f [2021-01-21T00:37:23.939Z] ---> 1c4482980ece [2021-01-21T00:37:23.939Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-21T00:37:23.939Z] ---> d244ba507d9d [2021-01-21T00:37:23.939Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-21T00:37:23.939Z] Removing intermediate container 9adeaa3e9fba [2021-01-21T00:37:23.939Z] ---> 70302b22f129 [2021-01-21T00:37:23.939Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T00:37:24.517Z] Removing intermediate container 07843fa399c7 [2021-01-21T00:37:24.517Z] ---> 91e3e0f8dbd3 [2021-01-21T00:37:24.517Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T00:37:25.025Z] $ docker rm -f acc606df1b6770f7e0f350dbfc16564937a49268fc30f1a39bb86106c55fd899 [2021-01-21T00:37:25.101Z] ---> 08410a0b5c92 [2021-01-21T00:37:25.101Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-21T00:37:25.101Z] ---> 8ccfea417e70 [2021-01-21T00:37:25.101Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-21T00:37:25.101Z] ---> f8e2f81abc68 [2021-01-21T00:37:25.101Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-21T00:37:25.101Z] ---> b4fb9857034b [2021-01-21T00:37:25.101Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-21T00:37:25.101Z] ---> Running in c341c813f48f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [2021-01-21T00:37:25.709Z] Removing intermediate container c341c813f48f [2021-01-21T00:37:25.709Z] ---> 7115ad0995b5 [2021-01-21T00:37:25.709Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T00:37:25.709Z] ---> 6a80097ff950 [2021-01-21T00:37:25.709Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:37:25.979Z] ---> Running in 61058f83ac82 [2021-01-21T00:37:25.979Z] ---> a3d72c03254b [2021-01-21T00:37:25.979Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-21T00:37:26.055Z] + docker inspect -f . ci-base-image-arm64 [2021-01-21T00:37:26.055Z] . [Pipeline] withDockerContainer [2021-01-21T00:37:26.253Z] ---> cb55535468a5 [2021-01-21T00:37:26.254Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-21T00:37:26.254Z] Removing intermediate container 61058f83ac82 [2021-01-21T00:37:26.254Z] ---> f61d3fa609a8 [2021-01-21T00:37:26.254Z] Step 20/22 : LABEL arch=x86_64 [2021-01-21T00:37:26.254Z] ---> 8c7f049e2db2 [2021-01-21T00:37:26.254Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-21T00:37:26.309Z] prd-ubuntu18.04-docker-arm64-4c-16g-21790 does not seem to be running inside a container [2021-01-21T00:37:26.392Z] $ 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/45 -v /w/workspace/edgex-go/45:/w/workspace/edgex-go/45:rw,z -v /w/workspace/edgex-go/45@tmp:/w/workspace/edgex-go/45@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 ******** ci-base-image-arm64 cat [2021-01-21T00:37:26.523Z] ---> Running in eb1e06509f62 [2021-01-21T00:37:26.523Z] ---> 661b23ac9f8d [2021-01-21T00:37:26.523Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-21T00:37:26.804Z] ---> 9f51de9dbfe3 [2021-01-21T00:37:26.804Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-21T00:37:26.804Z] Removing intermediate container eb1e06509f62 [2021-01-21T00:37:26.804Z] ---> ebae9c68d25c [2021-01-21T00:37:26.804Z] Step 21/22 : LABEL git_sha=a6ca7b65d49f6bbe96c1505b55ef007955263a12 [2021-01-21T00:37:26.804Z] ---> Running in 98454f566a4f [2021-01-21T00:37:27.075Z] ---> Running in 9402f51c908e [2021-01-21T00:37:27.075Z] ---> 9899eba6af23 [2021-01-21T00:37:27.075Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-21T00:37:27.655Z] ---> Running in 71cdfe527bc4 [2021-01-21T00:37:27.655Z] ---> e5dcddf66940 [2021-01-21T00:37:27.655Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-21T00:37:27.655Z] Removing intermediate container 9402f51c908e [2021-01-21T00:37:27.655Z] ---> 7282916718ae [2021-01-21T00:37:27.655Z] Step 22/22 : LABEL version=0.0.0 [2021-01-21T00:37:27.662Z] $ docker top 89ad5cd641d60954a2f9a4179cb0361758504dfe230c360688d56ea907d1e3ad -eo pid,comm [2021-01-21T00:37:27.922Z] Removing intermediate container 98454f566a4f [2021-01-21T00:37:27.922Z] ---> 6fad6b540759 [2021-01-21T00:37:27.922Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T00:37:27.922Z] ---> Running in 6f9a338bfd61 [2021-01-21T00:37:27.922Z] ---> Running in fba97001ac8a [Pipeline] { [Pipeline] echo [2021-01-21T00:37:28.015Z] ========================================================= [2021-01-21T00:37:28.015Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-21T00:37:28.015Z] ========================================================= [Pipeline] sh [2021-01-21T00:37:28.659Z] + make test [2021-01-21T00:37:28.659Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-21T00:37:28.880Z] Removing intermediate container fba97001ac8a [2021-01-21T00:37:28.881Z] ---> c8b0d9cbde7d [2021-01-21T00:37:28.881Z] Step 20/22 : LABEL arch=x86_64 [2021-01-21T00:37:28.881Z] Removing intermediate container 6f9a338bfd61 [2021-01-21T00:37:28.881Z] ---> 2da757875730 [2021-01-21T00:37:28.881Z] [2021-01-21T00:37:28.881Z] ---> Running in abb897b5f59d [2021-01-21T00:37:28.881Z] ---> da8a04babea2 [2021-01-21T00:37:28.881Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-21T00:37:29.144Z] Successfully built 2da757875730 [2021-01-21T00:37:29.411Z] Successfully tagged docker-core-command-go:latest [2021-01-21T00:37:29.411Z] Building docker-support-notifications-go [2021-01-21T00:37:29.411Z]  Building docker-core-command-go ... done Removing intermediate container abb897b5f59d [2021-01-21T00:37:29.411Z] ---> cbfe97c70ea1 [2021-01-21T00:37:29.411Z] Step 21/22 : LABEL git_sha=a6ca7b65d49f6bbe96c1505b55ef007955263a12 [2021-01-21T00:37:29.411Z] ---> 8791c9011968 [2021-01-21T00:37:29.411Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-21T00:37:29.411Z] ---> Running in e614c4704795 [2021-01-21T00:37:29.675Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-21T00:37:29.675Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-21T00:37:29.675Z] ---> aefe523efa57 [2021-01-21T00:37:29.675Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-21T00:37:29.675Z] ---> Running in 47df5dfec9ec [2021-01-21T00:37:29.675Z] Removing intermediate container 71cdfe527bc4 [2021-01-21T00:37:29.675Z] ---> 6756e02dfe04 [2021-01-21T00:37:29.675Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-21T00:37:29.945Z] ---> Running in f50f5a71912f [2021-01-21T00:37:29.945Z] ---> Running in f4b7d6e4f5f1 [2021-01-21T00:37:30.209Z] Removing intermediate container e614c4704795 [2021-01-21T00:37:30.209Z] ---> 2da749af9d43 [2021-01-21T00:37:30.209Z] Step 22/22 : LABEL version=0.0.0 [2021-01-21T00:37:32.788Z] ---> Running in de34dd19c223 [2021-01-21T00:37:32.788Z] Removing intermediate container f4b7d6e4f5f1 [2021-01-21T00:37:32.788Z] ---> 316b403fd5e2 [2021-01-21T00:37:32.788Z] Step 20/22 : LABEL arch=x86_64 [2021-01-21T00:37:33.071Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T00:37:33.071Z] ---> Running in 16f7a88d9fcc [2021-01-21T00:37:33.072Z] Removing intermediate container de34dd19c223 [2021-01-21T00:37:33.072Z] ---> e33e2955c761 [2021-01-21T00:37:33.072Z] [2021-01-21T00:37:33.335Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T00:37:33.601Z] (1/2) Installing readline (8.0.4-r0) [2021-01-21T00:37:33.601Z] (2/2) Installing bash (5.0.17-r0) [2021-01-21T00:37:33.601Z] Executing bash-5.0.17-r0.post-install [2021-01-21T00:37:33.601Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T00:37:33.601Z] OK: 12 MiB in 22 packages [2021-01-21T00:37:34.552Z] Successfully built e33e2955c761 [2021-01-21T00:37:34.552Z] Successfully tagged docker-core-metadata-go:latest [2021-01-21T00:37:34.552Z] Building docker-security-proxy-setup-go [2021-01-21T00:37:35.944Z]  Building docker-core-metadata-go ... done Removing intermediate container 16f7a88d9fcc [2021-01-21T00:37:35.944Z] ---> 51a3be3fd444 [2021-01-21T00:37:35.944Z] Step 21/22 : LABEL git_sha=a6ca7b65d49f6bbe96c1505b55ef007955263a12 [2021-01-21T00:37:38.530Z] ---> Running in a704f0fc6805 [2021-01-21T00:37:38.530Z] Removing intermediate container 47df5dfec9ec [2021-01-21T00:37:38.530Z] ---> 2ba5eb08274f [2021-01-21T00:37:38.530Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-21T00:37:39.948Z] ---> Running in d1af30051035 [2021-01-21T00:37:39.948Z] Removing intermediate container f50f5a71912f [2021-01-21T00:37:39.948Z] ---> d8e0a622973f [2021-01-21T00:37:39.948Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-21T00:37:41.086Z] Removing intermediate container a704f0fc6805 [2021-01-21T00:37:41.086Z] ---> 95efe21c8094 [2021-01-21T00:37:41.086Z] Step 22/22 : LABEL version=0.0.0 [2021-01-21T00:37:41.799Z] ---> Running in dff3fa334d57 [2021-01-21T00:37:41.799Z] ---> Running in fbe152b07abb [2021-01-21T00:37:41.799Z] Removing intermediate container d1af30051035 [2021-01-21T00:37:41.799Z] ---> 4b3a5c95ccf1 [2021-01-21T00:37:41.799Z] Step 22/24 : LABEL arch=x86_64 [2021-01-21T00:37:42.452Z] ---> Running in 619165b52487 [2021-01-21T00:37:42.452Z] Removing intermediate container dff3fa334d57 [2021-01-21T00:37:42.452Z] ---> 4d501a34f89e [2021-01-21T00:37:42.452Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-21T00:37:43.040Z] Removing intermediate container fbe152b07abb [2021-01-21T00:37:43.040Z] ---> 507fc97e1ff2 [2021-01-21T00:37:43.040Z] [2021-01-21T00:37:43.040Z] ---> Running in d16f4870fba7 [2021-01-21T00:37:43.307Z] Removing intermediate container 619165b52487 [2021-01-21T00:37:43.307Z] ---> a1acaff45706 [2021-01-21T00:37:43.307Z] Step 23/24 : LABEL git_sha=a6ca7b65d49f6bbe96c1505b55ef007955263a12 [2021-01-21T00:37:43.307Z] Successfully built 507fc97e1ff2 [2021-01-21T00:37:43.570Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-21T00:37:43.570Z] Building docker-support-scheduler-go [2021-01-21T00:37:44.999Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container d16f4870fba7 [2021-01-21T00:37:44.999Z] ---> 3dcba68e47ae [2021-01-21T00:37:44.999Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-21T00:37:45.265Z] ---> Running in a110eb903caf [2021-01-21T00:37:45.845Z] ---> Running in 7e8ff57ce49c [2021-01-21T00:37:46.421Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T00:37:46.422Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-21T00:37:46.422Z] ---> 610132eb1cd6 [2021-01-21T00:37:46.422Z] Step 3/24 : WORKDIR /edgex-go [2021-01-21T00:37:47.000Z] ---> Using cache [2021-01-21T00:37:47.000Z] ---> 994293123b8f [2021-01-21T00:37:47.000Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T00:37:47.000Z] ---> Using cache [2021-01-21T00:37:47.000Z] ---> 768c3be0f0f7 [2021-01-21T00:37:47.000Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-21T00:37:47.586Z] Removing intermediate container a110eb903caf [2021-01-21T00:37:47.586Z] ---> 4d531c506554 [2021-01-21T00:37:47.586Z] Step 24/24 : LABEL version=0.0.0 [2021-01-21T00:37:47.851Z] ---> Running in d7a5748c6c7c [2021-01-21T00:37:48.120Z] ---> Running in 96ec2c44bc33 [2021-01-21T00:37:48.120Z] Removing intermediate container 7e8ff57ce49c [2021-01-21T00:37:48.120Z] ---> cc317be26855 [2021-01-21T00:37:48.120Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-21T00:37:50.834Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-21T00:37:51.450Z] Removing intermediate container 96ec2c44bc33 [2021-01-21T00:37:51.450Z] ---> 04b7cd8227ee [2021-01-21T00:37:51.450Z] [2021-01-21T00:37:51.450Z] ---> 489c8002ddf0 [2021-01-21T00:37:51.450Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-21T00:37:51.450Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T00:37:51.450Z] Successfully built 04b7cd8227ee [2021-01-21T00:37:51.450Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-21T00:37:51.450Z] Building docker-core-data-go [2021-01-21T00:37:52.402Z]  Building docker-security-secretstore-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T00:37:53.365Z] OK: 233 MiB in 51 packages [2021-01-21T00:37:53.647Z] ---> bc29942b4c98 [2021-01-21T00:37:53.647Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-21T00:37:55.055Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T00:37:55.055Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-21T00:37:55.055Z] ---> 610132eb1cd6 [2021-01-21T00:37:55.055Z] Step 3/21 : WORKDIR /edgex-go [2021-01-21T00:37:55.055Z] ---> Using cache [2021-01-21T00:37:55.055Z] ---> 994293123b8f [2021-01-21T00:37:55.055Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T00:37:55.055Z] ---> Using cache [2021-01-21T00:37:55.055Z] ---> 768c3be0f0f7 [2021-01-21T00:37:55.055Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-21T00:37:55.055Z] ---> Using cache [2021-01-21T00:37:55.055Z] ---> b972a193daab [2021-01-21T00:37:55.055Z] Step 6/21 : COPY go.mod . [2021-01-21T00:37:55.055Z] ---> Using cache [2021-01-21T00:37:55.055Z] ---> 15c56654016e [2021-01-21T00:37:55.055Z] Step 7/21 : RUN go mod download [2021-01-21T00:37:55.055Z] ---> Using cache [2021-01-21T00:37:55.055Z] ---> 755a205da598 [2021-01-21T00:37:55.055Z] Step 8/21 : COPY . . [2021-01-21T00:37:55.322Z] ---> Using cache [2021-01-21T00:37:55.322Z] ---> b40ec0ade3e5 [2021-01-21T00:37:55.322Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-21T00:37:56.279Z] ---> 4a7ae129eff1 [2021-01-21T00:37:56.279Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-21T00:37:57.712Z] ---> Running in ab4e16442282 [2021-01-21T00:37:57.977Z] ---> Running in c9f63a20429e [2021-01-21T00:37:58.245Z] Removing intermediate container d7a5748c6c7c [2021-01-21T00:37:58.245Z] ---> 9bbe255ac13a [2021-01-21T00:37:58.245Z] Step 6/24 : COPY go.mod . [2021-01-21T00:38:00.199Z] ---> 17bf65b94ffd [2021-01-21T00:38:00.199Z] Step 7/24 : RUN go mod download [2021-01-21T00:38:00.472Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T00:38:00.472Z] 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 [2021-01-21T00:38:00.472Z] ---> Running in 9a387a602648 [2021-01-21T00:38:00.472Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T00:38:00.736Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-21T00:38:00.736Z] (2/33) Installing expat (2.2.9-r1) [2021-01-21T00:38:00.736Z] (3/33) Installing libffi (3.3-r2) [2021-01-21T00:38:00.736Z] (4/33) Installing gdbm (1.13-r1) [2021-01-21T00:38:00.736Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-21T00:38:00.736Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-21T00:38:00.736Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-21T00:38:02.145Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-21T00:38:02.145Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-21T00:38:02.145Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-21T00:38:02.145Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-21T00:38:02.145Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-21T00:38:02.145Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-21T00:38:02.146Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-21T00:38:02.412Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-21T00:38:02.683Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-21T00:38:04.098Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-21T00:38:06.048Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-21T00:38:06.048Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-21T00:38:06.048Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-21T00:38:06.048Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-21T00:38:06.647Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T00:38:06.647Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-21T00:38:06.647Z] ---> 610132eb1cd6 [2021-01-21T00:38:06.647Z] Step 3/21 : WORKDIR /edgex-go [2021-01-21T00:38:06.647Z] ---> Using cache [2021-01-21T00:38:06.647Z] ---> 994293123b8f [2021-01-21T00:38:06.647Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T00:38:06.647Z] ---> Using cache [2021-01-21T00:38:06.647Z] ---> 768c3be0f0f7 [2021-01-21T00:38:06.647Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-21T00:38:06.647Z] ---> Using cache [2021-01-21T00:38:06.647Z] ---> b972a193daab [2021-01-21T00:38:06.647Z] Step 6/21 : COPY go.mod . [2021-01-21T00:38:06.647Z] ---> Using cache [2021-01-21T00:38:06.647Z] ---> 15c56654016e [2021-01-21T00:38:06.647Z] Step 7/21 : RUN go mod download [2021-01-21T00:38:06.647Z] ---> Using cache [2021-01-21T00:38:06.647Z] ---> 755a205da598 [2021-01-21T00:38:06.647Z] Step 8/21 : COPY . . [2021-01-21T00:38:06.647Z] ---> Using cache [2021-01-21T00:38:06.647Z] ---> b40ec0ade3e5 [2021-01-21T00:38:06.647Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-21T00:38:07.241Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-21T00:38:08.224Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-21T00:38:08.224Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-21T00:38:08.224Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-21T00:38:08.514Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-21T00:38:08.514Z] ---> Running in 40085351ad5e [2021-01-21T00:38:08.514Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-21T00:38:08.514Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-21T00:38:08.817Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-21T00:38:08.817Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-21T00:38:08.817Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-21T00:38:08.817Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-21T00:38:08.817Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-21T00:38:09.101Z] Removing intermediate container 9a387a602648 [2021-01-21T00:38:09.101Z] ---> ed514c91e259 [2021-01-21T00:38:09.101Z] Step 8/24 : COPY . . [2021-01-21T00:38:09.101Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T00:38:09.383Z] OK: 71 MiB in 55 packages [2021-01-21T00:38:10.374Z] 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 [2021-01-21T00:38:17.226Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T00:38:17.226Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-21T00:38:17.226Z] ---> 610132eb1cd6 [2021-01-21T00:38:17.226Z] Step 3/23 : WORKDIR /edgex-go [2021-01-21T00:38:17.226Z] ---> Using cache [2021-01-21T00:38:17.226Z] ---> 994293123b8f [2021-01-21T00:38:17.226Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T00:38:17.226Z] ---> Using cache [2021-01-21T00:38:17.226Z] ---> 768c3be0f0f7 [2021-01-21T00:38:17.226Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-21T00:38:18.241Z] ---> Running in c7c6ab975c1b [2021-01-21T00:38:19.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T00:38:20.654Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T00:38:21.649Z] OK: 233 MiB in 51 packages [2021-01-21T00:38:24.274Z] 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 [2021-01-21T00:38:26.909Z] Removing intermediate container c7c6ab975c1b [2021-01-21T00:38:26.909Z] ---> 0373ccd3ae78 [2021-01-21T00:38:26.909Z] Step 6/23 : COPY go.mod . [2021-01-21T00:38:28.859Z] ---> 01078dad74df [2021-01-21T00:38:28.859Z] Step 7/23 : RUN go mod download [2021-01-21T00:38:29.911Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-21T00:38:32.212Z] ---> Running in d099d5e8a612 [2021-01-21T00:38:33.177Z] ---> 04f74907f7c9 [2021-01-21T00:38:33.177Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-21T00:38:33.177Z] ---> Running in 474ee6a16311 [2021-01-21T00:38:33.457Z] Removing intermediate container c9f63a20429e [2021-01-21T00:38:33.457Z] ---> 9741aaa9c19f [2021-01-21T00:38:33.457Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-21T00:38:33.737Z] ---> Running in 4d500c29d7ed [2021-01-21T00:38:34.003Z] 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 [2021-01-21T00:38:35.415Z] Removing intermediate container ab4e16442282 [2021-01-21T00:38:35.415Z] ---> 2d7bb05513f6 [2021-01-21T00:38:35.415Z] [2021-01-21T00:38:35.415Z] Step 10/21 : FROM alpine:3.12 [2021-01-21T00:38:35.415Z] ---> 389fef711851 [2021-01-21T00:38:35.415Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-21T00:38:35.700Z] ---> Running in 5d7c0d2f182b [2021-01-21T00:38:35.700Z] Removing intermediate container d099d5e8a612 [2021-01-21T00:38:35.700Z] ---> 8847eab54265 [2021-01-21T00:38:35.700Z] Step 8/23 : COPY . . [2021-01-21T00:38:36.305Z] Collecting docker-compose==1.23.2 [2021-01-21T00:38:36.575Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-21T00:38:36.847Z] Collecting jsonschema<3,>=2.5.1 [2021-01-21T00:38:36.848Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-21T00:38:39.423Z] Collecting cached-property<2,>=1.2.0 [2021-01-21T00:38:39.423Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-21T00:38:39.689Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T00:38:39.689Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T00:38:39.951Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-21T00:38:39.951Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T00:38:39.951Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-21T00:38:40.214Z] (4/4) Installing curl (7.69.1-r3) [2021-01-21T00:38:40.214Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T00:38:40.214Z] Executing ca-certificates-20191127-r4.trigger [2021-01-21T00:38:40.789Z] OK: 7 MiB in 18 packages [2021-01-21T00:38:42.200Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-21T00:38:42.200Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-21T00:38:43.169Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-21T00:38:43.448Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-21T00:38:43.736Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-21T00:38:45.734Z] Removing intermediate container 40085351ad5e [2021-01-21T00:38:45.734Z] ---> 2173c613a6fe [2021-01-21T00:38:45.734Z] [2021-01-21T00:38:45.734Z] Step 10/21 : FROM scratch [2021-01-21T00:38:45.734Z] ---> [2021-01-21T00:38:45.734Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T00:38:45.996Z] ---> Using cache [2021-01-21T00:38:45.996Z] ---> 79c8d4648ba3 [2021-01-21T00:38:45.996Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-21T00:38:45.996Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-21T00:38:45.996Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-21T00:38:46.586Z] ---> Running in ae260f15cecc [2021-01-21T00:38:46.586Z] Removing intermediate container 5d7c0d2f182b [2021-01-21T00:38:46.586Z] ---> 31bfc16c4cd7 [2021-01-21T00:38:46.586Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-21T00:38:46.887Z] Collecting docopt<0.7,>=0.6.1 [2021-01-21T00:38:46.887Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-21T00:38:49.491Z] ---> Running in 3ee086619bec [2021-01-21T00:38:49.491Z] Collecting PyYAML<4,>=3.10 [2021-01-21T00:38:49.491Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-21T00:38:49.491Z] Removing intermediate container ae260f15cecc [2021-01-21T00:38:49.491Z] ---> 3934c9108dfb [2021-01-21T00:38:49.491Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-21T00:38:50.917Z] Collecting texttable<0.10,>=0.9.0 [2021-01-21T00:38:50.917Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-21T00:38:51.836Z] ---> Running in 2af61dd30ec2 [2021-01-21T00:38:52.212Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-21T00:38:52.212Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-21T00:38:52.212Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-21T00:38:52.212Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-21T00:38:52.212Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-21T00:38:52.212Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-21T00:38:52.212Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-21T00:38:52.212Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-21T00:38:52.212Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-21T00:38:52.446Z] Removing intermediate container 3ee086619bec [2021-01-21T00:38:52.446Z] ---> 4955be5a7004 [2021-01-21T00:38:52.446Z] Step 13/21 : WORKDIR /edgex [2021-01-21T00:38:52.446Z] Collecting docker<4.0,>=3.6.0 [2021-01-21T00:38:52.446Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-21T00:38:54.058Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-21T00:38:54.058Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-21T00:38:55.012Z] Removing intermediate container 2af61dd30ec2 [2021-01-21T00:38:55.012Z] ---> 1d9c78c14ad9 [2021-01-21T00:38:55.012Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T00:38:55.284Z] ---> Running in 584ea9fc46f4 [2021-01-21T00:38:55.550Z] Collecting idna<2.8,>=2.5 [2021-01-21T00:38:55.550Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-21T00:38:55.838Z] 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) [2021-01-21T00:38:55.838Z] 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) [2021-01-21T00:38:56.549Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-21T00:38:56.549Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-21T00:38:56.549Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-21T00:38:56.796Z] Collecting docker-pycreds>=0.4.0 [2021-01-21T00:38:56.796Z] ---> 71639e3c54dd [2021-01-21T00:38:56.796Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-21T00:38:56.796Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-21T00:38:56.796Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-21T00:38:56.796Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-21T00:38:56.796Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-21T00:38:56.796Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-21T00:38:57.064Z] Installing collected packages: jsonschema, cached-property, websocket-client, dockerpty, urllib3, idna, requests, docopt, PyYAML, texttable, docker-pycreds, docker, docker-compose [2021-01-21T00:38:57.386Z] Removing intermediate container 584ea9fc46f4 [2021-01-21T00:38:57.386Z] ---> add4a515e145 [2021-01-21T00:38:57.386Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-21T00:38:57.386Z] ---> b98e3dc7147b [2021-01-21T00:38:57.386Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-21T00:38:57.962Z] ---> 2f34f3641495 [2021-01-21T00:38:57.962Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-21T00:38:57.962Z] ---> Running in a7f1600eb03a [2021-01-21T00:38:57.962Z] Running setup.py install for dockerpty: started [2021-01-21T00:38:58.231Z] ---> cb8fc173b8e9 [2021-01-21T00:38:58.231Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-21T00:38:58.818Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-21T00:38:58.818Z] Attempting uninstall: urllib3 [2021-01-21T00:38:58.818Z] Found existing installation: urllib3 1.25.9 [2021-01-21T00:38:58.818Z] Uninstalling urllib3-1.25.9: [2021-01-21T00:38:59.084Z] ---> 5d2cfd77c94f [2021-01-21T00:38:59.084Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-21T00:38:59.358Z] Successfully uninstalled urllib3-1.25.9 [2021-01-21T00:39:00.313Z] ---> c8515ec944b3 [2021-01-21T00:39:00.313Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-21T00:39:00.313Z] ---> Running in a0b113d4b5cd [2021-01-21T00:39:00.313Z] Attempting uninstall: idna [2021-01-21T00:39:00.313Z] Found existing installation: idna 2.9 [2021-01-21T00:39:00.313Z] Uninstalling idna-2.9: [2021-01-21T00:39:00.313Z] 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 [2021-01-21T00:39:00.313Z] Successfully uninstalled idna-2.9 [2021-01-21T00:39:00.589Z] Attempting uninstall: requests [2021-01-21T00:39:00.589Z] Found existing installation: requests 2.23.0 [2021-01-21T00:39:00.589Z] Uninstalling requests-2.23.0: [2021-01-21T00:39:00.589Z] Removing intermediate container 474ee6a16311 [2021-01-21T00:39:00.589Z] ---> 29523a0cbf77 [2021-01-21T00:39:00.589Z] [2021-01-21T00:39:00.589Z] Step 10/24 : FROM scratch [2021-01-21T00:39:00.589Z] ---> [2021-01-21T00:39:00.589Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-21T00:39:00.589Z] Successfully uninstalled requests-2.23.0 [2021-01-21T00:39:00.858Z] Removing intermediate container a0b113d4b5cd [2021-01-21T00:39:00.858Z] ---> 4978c90c3d57 [2021-01-21T00:39:00.858Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T00:39:01.121Z] Running setup.py install for docopt: started [2021-01-21T00:39:01.391Z] ---> f27fa61554a7 [2021-01-21T00:39:01.391Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-21T00:39:01.391Z] ---> Running in 2086d52f73ce [2021-01-21T00:39:01.391Z] ---> Running in e05d57f9fe85 [2021-01-21T00:39:01.672Z] ---> Running in d004231a0fc5 [2021-01-21T00:39:01.672Z] Running setup.py install for docopt: finished with status 'done' [2021-01-21T00:39:01.672Z] Running setup.py install for PyYAML: started [2021-01-21T00:39:01.943Z] Removing intermediate container 2086d52f73ce [2021-01-21T00:39:01.943Z] ---> 73c8a7559572 [2021-01-21T00:39:01.943Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-21T00:39:01.943Z] Removing intermediate container e05d57f9fe85 [2021-01-21T00:39:01.943Z] ---> 861afe602194 [2021-01-21T00:39:01.943Z] Step 19/21 : LABEL arch=x86_64 [2021-01-21T00:39:01.943Z] Removing intermediate container d004231a0fc5 [2021-01-21T00:39:01.943Z] ---> a22ed7562892 [2021-01-21T00:39:01.943Z] Step 18/21 : CMD ["--init=true"] [2021-01-21T00:39:01.943Z] ---> Running in 49610ca1b0dc [2021-01-21T00:39:02.006Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.194s coverage: 46.6% of statements [2021-01-21T00:39:02.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-21T00:39:02.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-21T00:39:02.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-21T00:39:02.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-21T00:39:02.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-21T00:39:02.214Z] ---> Running in 03f8f4bfe0df [2021-01-21T00:39:02.214Z] ---> Running in bef2b98c4b4c [2021-01-21T00:39:02.790Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-21T00:39:02.790Z] Running setup.py install for texttable: started [2021-01-21T00:39:03.054Z] Removing intermediate container 49610ca1b0dc [2021-01-21T00:39:03.054Z] ---> 008f05ff9d29 [2021-01-21T00:39:03.054Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-21T00:39:03.323Z] Running setup.py install for texttable: finished with status 'done' [2021-01-21T00:39:03.323Z] Removing intermediate container 03f8f4bfe0df [2021-01-21T00:39:03.323Z] ---> 35db80e568da [2021-01-21T00:39:03.323Z] Step 20/21 : LABEL git_sha=a6ca7b65d49f6bbe96c1505b55ef007955263a12 [2021-01-21T00:39:03.598Z] ---> Running in db863a317fff [2021-01-21T00:39:03.598Z] Removing intermediate container bef2b98c4b4c [2021-01-21T00:39:03.598Z] ---> e2dcff8088df [2021-01-21T00:39:03.598Z] Step 19/21 : LABEL arch=x86_64 [2021-01-21T00:39:04.185Z] ---> Running in ec79364516e9 [2021-01-21T00:39:04.185Z] ---> Running in 5e002f89508b [2021-01-21T00:39:04.769Z] Removing intermediate container db863a317fff [2021-01-21T00:39:04.769Z] ---> e5b3b71a3075 [2021-01-21T00:39:04.769Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-21T00:39:05.039Z] Removing intermediate container 5e002f89508b [2021-01-21T00:39:05.039Z] ---> b9d086cb0a32 [2021-01-21T00:39:05.039Z] Step 20/21 : LABEL git_sha=a6ca7b65d49f6bbe96c1505b55ef007955263a12 [2021-01-21T00:39:05.310Z] Removing intermediate container ec79364516e9 [2021-01-21T00:39:05.310Z] ---> 38fa9e11ebdf [2021-01-21T00:39:05.310Z] Step 21/21 : LABEL version=0.0.0 [2021-01-21T00:39:05.310Z] 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 [2021-01-21T00:39:05.918Z] ---> 7528ed0e984f [2021-01-21T00:39:05.918Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-21T00:39:05.918Z] ---> Running in 10bf560017f4 [2021-01-21T00:39:06.186Z] ---> Running in 7d1d7ff34986 [2021-01-21T00:39:06.457Z] Removing intermediate container 10bf560017f4 [2021-01-21T00:39:06.457Z] ---> ce3400d02ced [2021-01-21T00:39:06.457Z] Step 21/21 : LABEL version=0.0.0 [2021-01-21T00:39:06.457Z] ---> Running in 3215ba317fc0 [2021-01-21T00:39:06.457Z] Removing intermediate container 7d1d7ff34986 [2021-01-21T00:39:06.457Z] ---> f4194928e0bc [2021-01-21T00:39:06.457Z] [2021-01-21T00:39:07.040Z] Successfully built f4194928e0bc [2021-01-21T00:39:07.308Z] Removing intermediate container 3215ba317fc0 [2021-01-21T00:39:07.308Z] ---> a6bbff5d29a5 [2021-01-21T00:39:07.308Z] [2021-01-21T00:39:07.308Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-21T00:39:07.905Z]  Building docker-support-scheduler-go ... done Successfully built a6bbff5d29a5 [2021-01-21T00:39:07.905Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-21T00:39:08.876Z]  Building docker-security-proxy-setup-go ... done  ---> b144ea4af425 [2021-01-21T00:39:08.876Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-21T00:39:10.276Z] Removing intermediate container 4d500c29d7ed [2021-01-21T00:39:10.276Z] ---> 78c4579d54b8 [2021-01-21T00:39:10.276Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-21T00:39:10.276Z] ---> 12579f7b9be9 [2021-01-21T00:39:10.276Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T00:39:10.337Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.498s coverage: 27.0% of statements [2021-01-21T00:39:10.337Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-21T00:39:10.337Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-21T00:39:10.337Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-21T00:39:10.337Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-21T00:39:10.337Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-21T00:39:10.337Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-21T00:39:10.337Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.104s coverage: 100.0% of statements [2021-01-21T00:39:10.337Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-21T00:39:10.337Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.125s coverage: 100.0% of statements [2021-01-21T00:39:10.337Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-21T00:39:10.337Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-21T00:39:10.337Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.294s coverage: 67.9% of statements [2021-01-21T00:39:10.337Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-21T00:39:10.337Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-21T00:39:10.337Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.380s coverage: 82.3% of statements [2021-01-21T00:39:10.337Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-21T00:39:10.337Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-21T00:39:10.337Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-21T00:39:10.337Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-21T00:39:10.555Z] ---> Running in f7121f1da564 [2021-01-21T00:39:12.504Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T00:39:12.504Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T00:39:12.504Z] ---> 08430de09c37 [2021-01-21T00:39:12.504Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-21T00:39:12.776Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T00:39:12.776Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-21T00:39:12.776Z] (3/3) Installing curl (7.69.1-r3) [2021-01-21T00:39:12.776Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T00:39:12.776Z] OK: 72 MiB in 58 packages [2021-01-21T00:39:13.749Z] ---> 85ff2c5a3fb9 [2021-01-21T00:39:13.749Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-21T00:39:14.352Z] Removing intermediate container f7121f1da564 [2021-01-21T00:39:14.352Z] ---> dbf2f9c04646 [2021-01-21T00:39:14.352Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-21T00:39:14.352Z] ---> c6ca8bf06a16 [2021-01-21T00:39:14.352Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-21T00:39:14.352Z] ---> Running in e5f502f2494a [2021-01-21T00:39:14.352Z] ---> Running in 196cb4db5fd0 [2021-01-21T00:39:14.631Z] Removing intermediate container e5f502f2494a [2021-01-21T00:39:14.631Z] ---> 02c1101802b3 [2021-01-21T00:39:14.631Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T00:39:14.908Z] Removing intermediate container 196cb4db5fd0 [2021-01-21T00:39:14.908Z] ---> fe50126908f9 [2021-01-21T00:39:14.909Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T00:39:14.909Z] ---> Running in 41170532d41c [2021-01-21T00:39:14.909Z] ---> Running in f3a1377101cb [2021-01-21T00:39:14.909Z] Removing intermediate container 41170532d41c [2021-01-21T00:39:14.909Z] ---> 6e8c54f36cba [2021-01-21T00:39:14.909Z] Step 24/26 : LABEL arch=x86_64 [2021-01-21T00:39:15.175Z] Removing intermediate container f3a1377101cb [2021-01-21T00:39:15.175Z] ---> 196c7787b5c4 [2021-01-21T00:39:15.175Z] Step 22/24 : LABEL arch=x86_64 [2021-01-21T00:39:15.175Z] ---> Running in 94be5a010b6a [2021-01-21T00:39:15.175Z] ---> Running in 5cdccbf985f7 [2021-01-21T00:39:15.439Z] Removing intermediate container 94be5a010b6a [2021-01-21T00:39:15.439Z] ---> 702c45b7b2a4 [2021-01-21T00:39:15.439Z] Step 25/26 : LABEL git_sha=a6ca7b65d49f6bbe96c1505b55ef007955263a12 [2021-01-21T00:39:15.439Z] Removing intermediate container 5cdccbf985f7 [2021-01-21T00:39:15.439Z] ---> 7b4560b5933b [2021-01-21T00:39:15.439Z] Step 23/24 : LABEL git_sha=a6ca7b65d49f6bbe96c1505b55ef007955263a12 [2021-01-21T00:39:15.439Z] ---> Running in 6e3dc398074b [2021-01-21T00:39:15.702Z] ---> Running in bc0d37c10339 [2021-01-21T00:39:15.702Z] Removing intermediate container 6e3dc398074b [2021-01-21T00:39:15.702Z] ---> 315b7f6f111e [2021-01-21T00:39:15.702Z] Step 26/26 : LABEL version=0.0.0 [2021-01-21T00:39:15.702Z] Removing intermediate container bc0d37c10339 [2021-01-21T00:39:15.702Z] ---> 9e03422ab5db [2021-01-21T00:39:15.702Z] Step 24/24 : LABEL version=0.0.0 [2021-01-21T00:39:15.702Z] ---> Running in cd258e2ba18e [2021-01-21T00:39:15.970Z] ---> Running in b93755805645 [2021-01-21T00:39:15.970Z] Removing intermediate container cd258e2ba18e [2021-01-21T00:39:15.970Z] ---> 9c1a7881d2c3 [2021-01-21T00:39:15.970Z] [2021-01-21T00:39:15.970Z] Removing intermediate container b93755805645 [2021-01-21T00:39:15.970Z] ---> 192f5c1e9ad3 [2021-01-21T00:39:15.970Z] [2021-01-21T00:39:16.265Z] Successfully built 9c1a7881d2c3 [2021-01-21T00:39:16.265Z] Successfully built 192f5c1e9ad3 [2021-01-21T00:39:16.265Z] Successfully tagged docker-support-notifications-go:latest [2021-01-21T00:39:16.265Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-21T00:39:18.676Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.065s coverage: 28.6% of statements [2021-01-21T00:39:18.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-21T00:39:18.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-21T00:39:18.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-21T00:39:18.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-21T00:39:18.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-21T00:39:18.676Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.143s coverage: 100.0% of statements [2021-01-21T00:39:18.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-21T00:39:18.676Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.077s coverage: 100.0% of statements [2021-01-21T00:39:18.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-21T00:39:18.676Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.316s coverage: 86.7% of statements [2021-01-21T00:39:18.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-21T00:39:18.676Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.342s coverage: 97.5% of statements [2021-01-21T00:39:18.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-21T00:39:18.676Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.129s coverage: 78.3% of statements [2021-01-21T00:39:18.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-21T00:39:18.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-21T00:39:18.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-21T00:39:18.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-21T00:39:20.505Z]  Building docker-support-notifications-go ... done  Building docker-sys-mgmt-agent-go ... done Removing intermediate container a7f1600eb03a [2021-01-21T00:39:20.505Z] ---> 329b8d370ebb [2021-01-21T00:39:20.505Z] [2021-01-21T00:39:20.505Z] Step 10/23 : FROM alpine:3.12 [2021-01-21T00:39:20.505Z] ---> 389fef711851 [2021-01-21T00:39:20.505Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T00:39:20.505Z] ---> Running in 699ebbf702e5 [2021-01-21T00:39:20.505Z] Removing intermediate container 699ebbf702e5 [2021-01-21T00:39:20.505Z] ---> f31984dc5936 [2021-01-21T00:39:20.505Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-21T00:39:20.505Z] ---> Running in 65cbb7535b72 [2021-01-21T00:39:20.767Z] Removing intermediate container 65cbb7535b72 [2021-01-21T00:39:20.767Z] ---> 7ad69e0f59eb [2021-01-21T00:39:20.767Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-21T00:39:20.767Z] ---> Running in c2f014e955ea [2021-01-21T00:39:21.034Z] Removing intermediate container c2f014e955ea [2021-01-21T00:39:21.034Z] ---> d55339b65291 [2021-01-21T00:39:21.034Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T00:39:21.034Z] ---> Running in f804cc4594ab [2021-01-21T00:39:21.985Z] Removing intermediate container f804cc4594ab [2021-01-21T00:39:21.985Z] ---> 689299ffb7b5 [2021-01-21T00:39:21.985Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-21T00:39:21.985Z] ---> Running in 261a3c9a8f25 [2021-01-21T00:39:22.559Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T00:39:23.504Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T00:39:24.078Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-21T00:39:24.078Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-21T00:39:24.078Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-21T00:39:24.341Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-21T00:39:24.602Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-21T00:39:24.602Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T00:39:24.602Z] OK: 8 MiB in 19 packages [2021-01-21T00:39:25.179Z] Removing intermediate container 261a3c9a8f25 [2021-01-21T00:39:25.179Z] ---> ec746743676a [2021-01-21T00:39:25.179Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T00:39:25.441Z] ---> 66361550f102 [2021-01-21T00:39:25.441Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-21T00:39:26.013Z] ---> fe59ca57c2f0 [2021-01-21T00:39:26.013Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-21T00:39:26.277Z] ---> 078ab13aa835 [2021-01-21T00:39:26.277Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-21T00:39:26.277Z] ---> Running in bf2b137f6a42 [2021-01-21T00:39:26.539Z] Removing intermediate container bf2b137f6a42 [2021-01-21T00:39:26.539Z] ---> 3da5ba94143a [2021-01-21T00:39:26.539Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T00:39:26.539Z] ---> Running in 554369188f6f [2021-01-21T00:39:26.801Z] Removing intermediate container 554369188f6f [2021-01-21T00:39:26.801Z] ---> a97f2b416d59 [2021-01-21T00:39:26.801Z] Step 21/23 : LABEL arch=x86_64 [2021-01-21T00:39:26.801Z] ---> Running in cad44e23e971 [2021-01-21T00:39:26.991Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.229s coverage: 92.8% of statements [2021-01-21T00:39:26.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-21T00:39:26.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-21T00:39:26.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-21T00:39:26.991Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-21T00:39:26.991Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-21T00:39:26.991Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-21T00:39:26.991Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-21T00:39:26.991Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-21T00:39:26.991Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-21T00:39:26.991Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-21T00:39:26.991Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-21T00:39:26.991Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-21T00:39:26.991Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-21T00:39:26.991Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-21T00:39:26.991Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-21T00:39:26.991Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-21T00:39:26.991Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-21T00:39:26.991Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-21T00:39:26.991Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.066s coverage: 58.8% of statements [2021-01-21T00:39:26.991Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-21T00:39:26.991Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-21T00:39:26.991Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.163s coverage: 0.1% of statements [2021-01-21T00:39:26.991Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-21T00:39:26.991Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-21T00:39:26.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-21T00:39:26.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-21T00:39:26.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements [2021-01-21T00:39:26.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-21T00:39:26.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.126s coverage: 75.5% of statements [2021-01-21T00:39:26.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-21T00:39:26.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.072s coverage: 80.8% of statements [2021-01-21T00:39:26.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.165s coverage: 87.2% of statements [2021-01-21T00:39:27.063Z] Removing intermediate container cad44e23e971 [2021-01-21T00:39:27.063Z] ---> 61e1a0489f63 [2021-01-21T00:39:27.063Z] Step 22/23 : LABEL git_sha=a6ca7b65d49f6bbe96c1505b55ef007955263a12 [2021-01-21T00:39:27.063Z] ---> Running in 14d9c329e88f [2021-01-21T00:39:27.325Z] Removing intermediate container 14d9c329e88f [2021-01-21T00:39:27.325Z] ---> 6b35860d7a7b [2021-01-21T00:39:27.325Z] Step 23/23 : LABEL version=0.0.0 [2021-01-21T00:39:27.325Z] ---> Running in b8cb197384c5 [2021-01-21T00:39:27.587Z] Removing intermediate container b8cb197384c5 [2021-01-21T00:39:27.587Z] ---> 8cb5a4035e40 [2021-01-21T00:39:27.587Z] [2021-01-21T00:39:27.587Z] Successfully built 8cb5a4035e40 [2021-01-21T00:39:27.587Z] Successfully tagged docker-core-data-go:latest [2021-01-21T00:39:27.591Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.151s coverage: 84.2% of statements [2021-01-21T00:39:27.860Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-21T00:39:27.882Z] $ docker stop --time=1 3a6738267f9f0126db4a4da030c4b0144b8923b7ee1334faf309faf6919e4602 [2021-01-21T00:39:28.576Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.221s coverage: 91.4% of statements [2021-01-21T00:39:28.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-21T00:39:29.501Z] $ docker rm -f 3a6738267f9f0126db4a4da030c4b0144b8923b7ee1334faf309faf6919e4602 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T00:39:30.067Z] + docker images [2021-01-21T00:39:30.067Z] + grep docker [2021-01-21T00:39:30.067Z] docker-core-data-go latest 8cb5a4035e40 2 seconds ago 22.3MB [2021-01-21T00:39:30.067Z] docker-support-notifications-go latest 192f5c1e9ad3 14 seconds ago 12MB [2021-01-21T00:39:30.067Z] docker-sys-mgmt-agent-go latest 9c1a7881d2c3 14 seconds ago 313MB [2021-01-21T00:39:30.067Z] docker-support-scheduler-go latest f4194928e0bc 23 seconds ago 10.7MB [2021-01-21T00:39:30.067Z] docker-security-proxy-setup-go latest a6bbff5d29a5 23 seconds ago 24.4MB [2021-01-21T00:39:30.067Z] docker-security-secretstore-setup-go latest 04b7cd8227ee About a minute ago 24.6MB [2021-01-21T00:39:30.067Z] docker-security-bootstrap-redis-go latest 507fc97e1ff2 About a minute ago 15.8MB [2021-01-21T00:39:30.067Z] docker-core-metadata-go latest e33e2955c761 About a minute ago 13.1MB [2021-01-21T00:39:30.067Z] docker-core-command-go latest 2da757875730 2 minutes ago 10.6MB [2021-01-21T00:39:30.067Z] docker 20.10.0 aefe523efa57 5 weeks 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 [2021-01-21T00:39:32.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.657s coverage: 63.5% of statements [2021-01-21T00:39:32.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-21T00:39:32.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-21T00:39:32.011Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements [2021-01-21T00:39:32.011Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.090s coverage: 91.3% of statements [2021-01-21T00:39:32.011Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.067s coverage: 100.0% of statements [2021-01-21T00:39:33.005Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.065s coverage: 73.7% of statements [2021-01-21T00:39:33.005Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.059s coverage: 100.0% of statements [2021-01-21T00:39:37.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.848s coverage: 68.9% of statements [2021-01-21T00:39:37.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-21T00:39:37.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-21T00:39:37.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-21T00:39:37.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-21T00:39:37.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-21T00:39:38.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.349s coverage: 37.0% of statements [2021-01-21T00:39:38.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-21T00:39:38.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-21T00:39:39.390Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.582s coverage: 84.0% of statements [2021-01-21T00:39:39.390Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.084s coverage: 100.0% of statements [2021-01-21T00:39:45.813Z] Still waiting to schedule task [2021-01-21T00:39:45.814Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-21793’ [2021-01-21T00:39:46.135Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.365s coverage: 47.1% of statements [2021-01-21T00:39:46.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-21T00:39:46.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-21T00:39:46.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-21T00:39:46.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-21T00:39:46.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-21T00:39:46.135Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.119s coverage: 100.0% of statements [2021-01-21T00:39:46.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-21T00:39:46.135Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.130s coverage: 100.0% of statements [2021-01-21T00:39:46.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-21T00:39:50.515Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.061s coverage: 29.1% of statements [2021-01-21T00:39:50.515Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-21T00:39:50.515Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-21T00:39:50.515Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-21T00:39:50.515Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-21T00:39:50.515Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-21T00:39:50.515Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.174s coverage: 99.0% of statements [2021-01-21T00:39:50.515Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-21T00:39:50.515Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.099s coverage: 100.0% of statements [2021-01-21T00:39:50.515Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-21T00:39:50.515Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.050s coverage: 0.0% of statements [2021-01-21T00:39:50.515Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-21T00:39:50.515Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements [2021-01-21T00:39:50.515Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-21T00:39:50.515Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-21T00:39:50.515Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-21T00:39:50.515Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-21T00:39:50.515Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.095s coverage: 87.9% of statements [2021-01-21T00:39:50.515Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-21T00:39:50.515Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-21T00:39:50.515Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.071s coverage: 100.0% of statements [2021-01-21T00:39:51.114Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-01-21T00:39:52.100Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-01-21T00:39:52.702Z] GO111MODULE=on go vet ./... [2021-01-21T00:41:00.767Z] gofmt -l . [2021-01-21T00:41:00.767Z] [ "`gofmt -l .`" = "" ] [2021-01-21T00:41:00.767Z] ./bin/test-go-mod-tidy.sh [2021-01-21T00:41:01.040Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-21T00:41:03.143Z] + ls -al . [2021-01-21T00:41:03.144Z] total 684 [2021-01-21T00:41:03.144Z] drwxrwxr-x 9 1001 1001 4096 Jan 21 00:41 . [2021-01-21T00:41:03.144Z] drwxr-xr-x 4 root root 4096 Jan 21 00:37 .. [2021-01-21T00:41:03.144Z] -rw-rw-r-- 1 1001 1001 11 Jan 21 00:36 .dockerignore [2021-01-21T00:41:03.144Z] drwxrwxr-x 8 1001 1001 4096 Jan 21 00:36 .git [2021-01-21T00:41:03.144Z] drwxrwxr-x 3 1001 1001 4096 Jan 21 00:36 .github [2021-01-21T00:41:03.144Z] -rw-rw-r-- 1 1001 1001 824 Jan 21 00:36 .gitignore [2021-01-21T00:41:03.144Z] -rw-rw-r-- 1 1001 1001 166 Jan 21 00:36 .sonarcloud.properties [2021-01-21T00:41:03.144Z] -rw-rw-r-- 1 1001 1001 7759 Jan 21 00:36 Attribution.txt [2021-01-21T00:41:03.144Z] -rw-rw-r-- 1 1001 1001 3804 Jan 21 00:36 CONTRIBUTING.md [2021-01-21T00:41:03.144Z] -rw-rw-r-- 1 1001 1001 931 Jan 21 00:36 Dockerfile.build [2021-01-21T00:41:03.144Z] -rw-rw-r-- 1 1001 1001 863 Jan 21 00:36 Jenkinsfile [2021-01-21T00:41:03.144Z] -rw-rw-r-- 1 1001 1001 10775 Jan 21 00:36 LICENSE [2021-01-21T00:41:03.144Z] -rw-rw-r-- 1 1001 1001 5750 Jan 21 00:36 Makefile [2021-01-21T00:41:03.144Z] -rw-rw-r-- 1 1001 1001 6524 Jan 21 00:36 README.md [2021-01-21T00:41:03.144Z] -rw-rw-r-- 1 1001 1001 6744 Jan 21 00:36 SECURITY.md [2021-01-21T00:41:03.144Z] -rw-rw-r-- 1 1001 1001 5 Jan 21 00:31 VERSION [2021-01-21T00:41:03.144Z] -rw-rw-r-- 1 1001 1001 4131 Jan 21 00:36 ZMQWindows.md [2021-01-21T00:41:03.144Z] drwxrwxr-x 2 1001 1001 4096 Jan 21 00:36 bin [2021-01-21T00:41:03.144Z] drwxrwxr-x 14 1001 1001 4096 Jan 21 00:36 cmd [2021-01-21T00:41:03.144Z] -rw-r--r-- 1 root root 550280 Jan 21 00:39 coverage.out [2021-01-21T00:41:03.144Z] -rw-r--r-- 1 root root 1027 Jan 21 00:41 go.mod [2021-01-21T00:41:03.144Z] -rw-r--r-- 1 root root 18725 Jan 21 00:41 go.sum [2021-01-21T00:41:03.144Z] drwxrwxr-x 8 1001 1001 4096 Jan 21 00:36 internal [2021-01-21T00:41:03.144Z] drwxrwxr-x 4 1001 1001 4096 Jan 21 00:36 openapi [2021-01-21T00:41:03.144Z] drwxrwxr-x 4 1001 1001 4096 Jan 21 00:36 snap [2021-01-21T00:41:03.144Z] -rw-rw-r-- 1 1001 1001 168 Jan 21 00:36 version.go [Pipeline] sh [2021-01-21T00:41:03.806Z] + '[' -e coverage.out ] [2021-01-21T00:41:03.806Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-21T00:41:03.829Z] Warning: overwriting stash ‘coverage-report’ [2021-01-21T00:41:05.048Z] Stashed 1 file(s) [Pipeline] sh [2021-01-21T00:41:05.735Z] + make build [2021-01-21T00:41:05.735Z] 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 [2021-01-21T00:41:15.901Z] 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 [2021-01-21T00:41:35.504Z] Running on prd-ubuntu18.04-docker-8c-8g-21799 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-01-21T00:41:35.555Z] Running in /w/workspace/edgex-go/45 [Pipeline] { [Pipeline] checkout [2021-01-21T00:41:37.824Z] using credential edgex-jenkins-ssh [2021-01-21T00:41:37.878Z] Cloning the remote Git repository [2021-01-21T00:41:37.904Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-21T00:41:37.966Z] > git init /w/workspace/edgex-go/45 # timeout=10 [2021-01-21T00:41:37.992Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-21T00:41:37.992Z] > git --version # timeout=10 [2021-01-21T00:41:38.094Z] 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 [2021-01-21T00:41:37.998Z] > git --version # 'git version 2.17.1' [2021-01-21T00:41:37.999Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T00:41:38.025Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T00:41:41.478Z] 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 [2021-01-21T00:41:46.926Z] 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 [2021-01-21T00:41:47.904Z] 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 [2021-01-21T00:41:52.242Z] 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 [2021-01-21T00:41:52.881Z] Merging remotes/origin/master commit ba3f575de95cda6ffdeb8943f6d6d62c3955065b into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-01-21T00:41:53.170Z] Merge succeeded, producing c6249e198044603784b84cfc93fe9fa84b5696bd [2021-01-21T00:41:53.171Z] Checking out Revision c6249e198044603784b84cfc93fe9fa84b5696bd (PR-2858) [2021-01-21T00:41:52.235Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-21T00:41:52.243Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T00:41:52.252Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-21T00:41:52.264Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-21T00:41:52.265Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T00:41:52.269Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-21T00:41:52.900Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T00:41:52.906Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-01-21T00:41:52.989Z] > git remote # timeout=10 [2021-01-21T00:41:52.996Z] > git config --get remote.origin.url # timeout=10 [2021-01-21T00:41:53.003Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T00:41:53.006Z] > git merge ba3f575de95cda6ffdeb8943f6d6d62c3955065b # timeout=10 [2021-01-21T00:41:53.166Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-21T00:41:53.177Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T00:41:53.182Z] > git checkout -f c6249e198044603784b84cfc93fe9fa84b5696bd # timeout=10 [2021-01-21T00:41:56.593Z] 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 [2021-01-21T00:41:56.959Z] Commit message: "Merge commit 'ba3f575de95cda6ffdeb8943f6d6d62c3955065b' into HEAD" [2021-01-21T00:41:56.969Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T00:41:56.966Z] > git rev-list --no-walk 8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c # timeout=10 [2021-01-21T00:41:58.189Z] + echo snap-build.sh [2021-01-21T00:41:58.189Z] snap-build.sh [2021-01-21T00:41:58.189Z] + SNAP_BASE_DIR=. [2021-01-21T00:41:58.189Z] + '[' '!' -z /w/workspace/edgex-go/45 ']' [2021-01-21T00:41:58.189Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/45 [2021-01-21T00:41:58.189Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/45]' [2021-01-21T00:41:58.189Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/45] [2021-01-21T00:41:58.189Z] + cd /w/workspace/edgex-go/45 [2021-01-21T00:41:58.189Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-21T00:41:58.189Z] Reading package lists... [2021-01-21T00:41:58.189Z] Building dependency tree... [2021-01-21T00:41:58.189Z] Reading state information... [2021-01-21T00:41:58.453Z] The following packages were automatically installed and are no longer required: [2021-01-21T00:41:58.453Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-21T00:41:58.453Z] uidmap xdelta3 [2021-01-21T00:41:58.453Z] Use 'sudo apt autoremove' to remove them. [2021-01-21T00:41:58.453Z] The following packages will be REMOVED: [2021-01-21T00:41:58.453Z] lxd* lxd-client* [2021-01-21T00:41:58.715Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-21T00:41:58.715Z] After this operation, 31.7 MB disk space will be freed. [2021-01-21T00:42:00.008Z] 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 [2021-01-21T00:42:00.061Z] (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.) [2021-01-21T00:42:00.061Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-21T00:42:01.010Z] Removing lxd dnsmasq configuration [2021-01-21T00:42:01.010Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-21T00:42:01.010Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-21T00:42:01.953Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-21T00:42:02.217Z] (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.) [2021-01-21T00:42:02.217Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-21T00:42:03.618Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-21T00:42:03.618Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-21T00:42:04.352Z] 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 [2021-01-21T00:42:05.017Z] + sudo snap remove --purge lxd [2021-01-21T00:42:05.281Z] snap "lxd" is not installed [2021-01-21T00:42:05.281Z] + sudo groupadd --force --system lxd [2021-01-21T00:42:05.281Z] ++ whoami [2021-01-21T00:42:05.281Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-21T00:42:05.281Z] + newgrp - lxd [2021-01-21T00:42:05.281Z] + sudo snap install lxd [2021-01-21T00:42:08.660Z] 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 [2021-01-21T00:42:12.043Z] 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 [2021-01-21T00:42:13.467Z] 2021-01-21T00:42:10Z INFO Waiting for automatic snapd restart... [Pipeline] } [2021-01-21T00:42:15.470Z] $ docker stop --time=1 89ad5cd641d60954a2f9a4179cb0361758504dfe230c360688d56ea907d1e3ad [2021-01-21T00:42:18.030Z] $ docker rm -f 89ad5cd641d60954a2f9a4179cb0361758504dfe230c360688d56ea907d1e3ad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:42:19.814Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-21T00:42:19.814Z] [2021-01-21T00:42:19.814Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:42:20.193Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-21T00:42:20.467Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-21T00:42:20.467Z] 29e5d40040c1: Pulling fs layer [2021-01-21T00:42:20.467Z] 1ce36da41761: Pulling fs layer [2021-01-21T00:42:20.467Z] 25b303627fd3: Pulling fs layer [2021-01-21T00:42:20.467Z] 29e5d40040c1: Verifying Checksum [2021-01-21T00:42:20.467Z] 29e5d40040c1: Download complete [2021-01-21T00:42:21.065Z] 29e5d40040c1: Pull complete [2021-01-21T00:42:21.065Z] 1ce36da41761: Verifying Checksum [2021-01-21T00:42:21.065Z] 1ce36da41761: Download complete [2021-01-21T00:42:22.501Z] 1ce36da41761: Pull complete [2021-01-21T00:42:22.774Z] 25b303627fd3: Verifying Checksum [2021-01-21T00:42:22.774Z] 25b303627fd3: Download complete [2021-01-21T00:42:31.613Z] lxd 4.10 from Canonical* installed [2021-01-21T00:42:31.613Z] + sudo lxd init --auto [2021-01-21T00:42:32.932Z] 25b303627fd3: Pull complete [2021-01-21T00:42:32.932Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-21T00:42:32.932Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-21T00:42:32.932Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-21T00:42:33.193Z] prd-ubuntu18.04-docker-arm64-4c-16g-21790 does not seem to be running inside a container [2021-01-21T00:42:33.274Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/45 -v /w/workspace/edgex-go/45:/w/workspace/edgex-go/45:rw,z -v /w/workspace/edgex-go/45@tmp:/w/workspace/edgex-go/45@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 [2021-01-21T00:42:36.227Z] $ docker top 4b876263b80c93f92bd01819108f7a8e0200ffd18a97348284d219eb3ef2e7bb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T00:42:37.219Z] + docker-compose build --help [2021-01-21T00:42:37.219Z] + grep parallel [2021-01-21T00:42:39.769Z] + sudo snap install --classic snapcraft [2021-01-21T00:42:40.584Z] --parallel Build images in parallel. [Pipeline] } [2021-01-21T00:42:40.881Z] $ docker stop --time=1 4b876263b80c93f92bd01819108f7a8e0200ffd18a97348284d219eb3ef2e7bb [2021-01-21T00:42:42.754Z] $ docker rm -f 4b876263b80c93f92bd01819108f7a8e0200ffd18a97348284d219eb3ef2e7bb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:42:43.532Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-21T00:42:43.532Z] . [Pipeline] withDockerContainer [2021-01-21T00:42:43.785Z] prd-ubuntu18.04-docker-arm64-4c-16g-21790 does not seem to be running inside a container [2021-01-21T00:42:43.892Z] $ 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/45 -v /w/workspace/edgex-go/45:/w/workspace/edgex-go/45:rw,z -v /w/workspace/edgex-go/45@tmp:/w/workspace/edgex-go/45@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-21T00:42:45.357Z] $ docker top acd3cfa2916e6181d7d041bb2d10f85a5f79cc04a1cc37c6cdca2e8d4641e4da -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T00:42:46.365Z] snapcraft 4.4.4 from Canonical* installed [2021-01-21T00:42:46.366Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-21T00:42:46.366Z] + patch --verbose -p1 [2021-01-21T00:42:46.366Z] Hmm... Looks like a unified diff to me... [2021-01-21T00:42:46.366Z] The text leading up to this was: [2021-01-21T00:42:46.366Z] -------------------------- [2021-01-21T00:42:46.366Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-21T00:42:46.366Z] |From: Tony Espy [2021-01-21T00:42:46.366Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-21T00:42:46.366Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-21T00:42:46.366Z] | [2021-01-21T00:42:46.366Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-21T00:42:46.366Z] |optimize the snap CI check run for pull requests. When [2021-01-21T00:42:46.366Z] |applied, it essentially strips out everything (apps and [2021-01-21T00:42:46.366Z] |parts) from the snapcraft.yaml file except those required [2021-01-21T00:42:46.366Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-21T00:42:46.366Z] |catch changes to edgex-go that break the snap build. [2021-01-21T00:42:46.366Z] | [2021-01-21T00:42:46.366Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-21T00:42:46.366Z] |to update this patch file, otherwise it may fail to apply, [2021-01-21T00:42:46.366Z] |resulting in a failed snap build CI check in the associated [2021-01-21T00:42:46.366Z] |pull request. [2021-01-21T00:42:46.366Z] | [2021-01-21T00:42:46.366Z] |Note - in addition to applying this patch, the pipeline also [2021-01-21T00:42:46.366Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-21T00:42:46.366Z] |need to build the finally binary .snap file (and it won't [2021-01-21T00:42:46.366Z] |work with the patch applied). This further reduces the build [2021-01-21T00:42:46.366Z] |time. [2021-01-21T00:42:46.366Z] |--- [2021-01-21T00:42:46.366Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-21T00:42:46.366Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-21T00:42:46.366Z] | [2021-01-21T00:42:46.366Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-21T00:42:46.366Z] |index 1e537489..faf42425 100644 [2021-01-21T00:42:46.366Z] |--- a/snap/snapcraft.yaml [2021-01-21T00:42:46.366Z] |+++ b/snap/snapcraft.yaml [2021-01-21T00:42:46.366Z] -------------------------- [2021-01-21T00:42:46.366Z] patching file snap/snapcraft.yaml [2021-01-21T00:42:46.366Z] Using Plan A... [2021-01-21T00:42:46.366Z] Hunk #1 succeeded at 73. [2021-01-21T00:42:46.366Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-21T00:42:46.366Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-21T00:42:46.366Z] Hunk #4 FAILED at 223. [2021-01-21T00:42:46.366Z] Hunk #5 succeeded at 300. [2021-01-21T00:42:46.366Z] Hunk #6 succeeded at 327. [2021-01-21T00:42:46.366Z] Hunk #7 succeeded at 361. [2021-01-21T00:42:46.366Z] Hunk #8 FAILED at 412. [2021-01-21T00:42:46.366Z] 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej [2021-01-21T00:42:46.366Z] Hmm... Ignoring the trailing garbage. [2021-01-21T00:42:46.366Z] done [2021-01-21T00:42:46.398Z] + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-21T00:42:47.242Z] Failed in branch amd64 [2021-01-21T00:42:50.731Z] Building docker-core-command-go ... [2021-01-21T00:42:50.731Z] Building docker-core-data-go ... [2021-01-21T00:42:50.731Z] Building docker-core-metadata-go ... [2021-01-21T00:42:50.731Z] Building docker-security-bootstrap-redis-go ... [2021-01-21T00:42:50.731Z] Building docker-security-proxy-setup-go ... [2021-01-21T00:42:50.731Z] Building docker-security-secretstore-setup-go ... [2021-01-21T00:42:50.731Z] Building docker-support-notifications-go ... [2021-01-21T00:42:50.731Z] Building docker-support-scheduler-go ... [2021-01-21T00:42:50.731Z] Building docker-sys-mgmt-agent-go ... [2021-01-21T00:42:50.731Z] Building docker-core-metadata-go [2021-01-21T00:42:50.731Z] Building docker-support-notifications-go [2021-01-21T00:42:50.731Z] Building docker-core-command-go [2021-01-21T00:42:50.731Z] Building docker-security-proxy-setup-go [2021-01-21T00:42:50.731Z] Building docker-security-bootstrap-redis-go [2021-01-21T00:43:58.740Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T00:43:58.740Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T00:43:58.740Z] ---> 1fad1a381646 [2021-01-21T00:43:58.740Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T00:43:58.741Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T00:43:58.741Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T00:43:58.741Z] ---> 1fad1a381646 [2021-01-21T00:43:58.741Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T00:43:58.741Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T00:43:58.741Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-21T00:43:58.741Z] ---> 1fad1a381646 [2021-01-21T00:43:58.741Z] Step 3/21 : WORKDIR /edgex-go [2021-01-21T00:43:58.741Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T00:43:58.741Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T00:43:58.741Z] ---> 1fad1a381646 [2021-01-21T00:43:58.741Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T00:43:58.741Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T00:43:58.741Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-21T00:43:58.741Z] ---> 1fad1a381646 [2021-01-21T00:43:58.741Z] Step 3/24 : WORKDIR /edgex-go [2021-01-21T00:44:03.040Z] ---> Running in c3e087423140 [2021-01-21T00:44:03.040Z] ---> Running in b5b4f23e1170 [2021-01-21T00:44:03.040Z] ---> Running in cb6aa80cafe3 [2021-01-21T00:44:03.040Z] ---> Running in 5ac68f054d4f [2021-01-21T00:44:03.040Z] ---> Running in 5ca2b2b8df55 [2021-01-21T00:44:03.312Z] Removing intermediate container b5b4f23e1170 [2021-01-21T00:44:03.312Z] ---> 8bad563c0e07 [2021-01-21T00:44:03.312Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T00:44:03.312Z] Removing intermediate container 5ac68f054d4f [2021-01-21T00:44:03.312Z] ---> d04fb4363658 [2021-01-21T00:44:03.312Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T00:44:03.312Z] Removing intermediate container cb6aa80cafe3 [2021-01-21T00:44:03.312Z] ---> 327853604166 [2021-01-21T00:44:03.312Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T00:44:03.592Z] Removing intermediate container 5ca2b2b8df55 [2021-01-21T00:44:03.592Z] ---> 201932239640 [2021-01-21T00:44:03.592Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T00:44:03.592Z] Removing intermediate container c3e087423140 [2021-01-21T00:44:03.592Z] ---> 195a8a22cf84 [2021-01-21T00:44:03.592Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T00:44:03.592Z] ---> Running in 43218a3f4a83 [2021-01-21T00:44:03.592Z] ---> Running in a24e27a2d4a2 [2021-01-21T00:44:03.865Z] ---> Running in 2a44b306e4b3 [2021-01-21T00:44:03.865Z] ---> Running in a03d6745f95a [2021-01-21T00:44:03.865Z] ---> Running in e368ef75647e [2021-01-21T00:44:07.287Z] Removing intermediate container 43218a3f4a83 [2021-01-21T00:44:07.287Z] ---> 167f8b357e70 [2021-01-21T00:44:07.287Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-21T00:44:07.559Z] ---> Running in 9a23dc6cd335 [2021-01-21T00:44:07.559Z] Removing intermediate container a24e27a2d4a2 [2021-01-21T00:44:07.559Z] ---> 4588bfac3bf1 [2021-01-21T00:44:07.559Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-21T00:44:07.850Z] Removing intermediate container e368ef75647e [2021-01-21T00:44:07.850Z] ---> f587fdf26f38 [2021-01-21T00:44:07.850Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-21T00:44:07.850Z] ---> Running in 8108b6bb6466 [2021-01-21T00:44:08.133Z] ---> Running in d7a8563a7f14 [2021-01-21T00:44:08.133Z] Removing intermediate container a03d6745f95a [2021-01-21T00:44:08.133Z] ---> 647f7e3f6f51 [2021-01-21T00:44:08.133Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-21T00:44:08.133Z] Removing intermediate container 2a44b306e4b3 [2021-01-21T00:44:08.133Z] ---> 4c639673d4cd [2021-01-21T00:44:08.133Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-21T00:44:08.415Z] ---> Running in 161b394f6140 [2021-01-21T00:44:08.415Z] ---> Running in c97e000df9f4 [2021-01-21T00:44:09.410Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T00:44:10.014Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T00:44:10.014Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T00:44:10.014Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T00:44:10.285Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T00:44:10.285Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T00:44:10.879Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T00:44:10.879Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T00:44:10.879Z] OK: 217 MiB in 51 packages [2021-01-21T00:44:10.879Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T00:44:11.152Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T00:44:11.770Z] OK: 217 MiB in 51 packages [2021-01-21T00:44:11.770Z] OK: 217 MiB in 51 packages [2021-01-21T00:44:11.770Z] OK: 217 MiB in 51 packages [2021-01-21T00:44:12.074Z] OK: 217 MiB in 51 packages [2021-01-21T00:44:12.351Z] Removing intermediate container 9a23dc6cd335 [2021-01-21T00:44:12.351Z] ---> 74ec690f1b74 [2021-01-21T00:44:12.351Z] Step 6/24 : COPY go.mod . [2021-01-21T00:44:13.353Z] Removing intermediate container 8108b6bb6466 [2021-01-21T00:44:13.353Z] ---> 527b853e7d9b [2021-01-21T00:44:13.353Z] Step 6/21 : COPY go.mod . [2021-01-21T00:44:13.626Z] ---> 9a20a5375ee2 [2021-01-21T00:44:13.627Z] Step 7/24 : RUN go mod download [2021-01-21T00:44:13.912Z] ---> Running in 2347eca1ff3e [2021-01-21T00:44:13.912Z] Removing intermediate container 161b394f6140 [2021-01-21T00:44:13.912Z] ---> fe15a88200a8 [2021-01-21T00:44:13.912Z] Step 6/22 : COPY go.mod . [2021-01-21T00:44:13.912Z] Removing intermediate container d7a8563a7f14 [2021-01-21T00:44:13.912Z] Removing intermediate container c97e000df9f4 [2021-01-21T00:44:13.912Z] ---> 8a3088f3e83f [2021-01-21T00:44:13.912Z] Step 6/22 : COPY go.mod . ---> c25b70fbb8f8 [2021-01-21T00:44:13.912Z] [2021-01-21T00:44:13.912Z] Step 6/22 : COPY go.mod . [2021-01-21T00:44:14.516Z] ---> 64330c9aca39 [2021-01-21T00:44:14.516Z] Step 7/21 : RUN go mod download [2021-01-21T00:44:14.790Z] ---> Running in 29341705ff46 [2021-01-21T00:44:15.069Z] ---> 0ad7d2b313a9 [2021-01-21T00:44:15.069Z] Step 7/22 : RUN go mod download [2021-01-21T00:44:15.352Z] ---> fc4a6e2dfd0f [2021-01-21T00:44:15.352Z] Step 7/22 : RUN go mod download [2021-01-21T00:44:15.352Z] ---> Running in d569f742bf0d [2021-01-21T00:44:15.625Z] ---> 56e8f8c0c306 [2021-01-21T00:44:15.625Z] Step 7/22 : RUN go mod download [2021-01-21T00:44:15.625Z] ---> Running in 3358c588af19 [2021-01-21T00:44:15.897Z] ---> Running in 39a34c7e6f5d [2021-01-21T00:44:17.884Z] Removing intermediate container 2347eca1ff3e [2021-01-21T00:44:17.884Z] ---> e8939b2d713b [2021-01-21T00:44:17.884Z] Step 8/24 : COPY . . [2021-01-21T00:44:19.328Z] Removing intermediate container 29341705ff46 [2021-01-21T00:44:19.328Z] ---> 4b44df82ca2b [2021-01-21T00:44:19.328Z] Step 8/21 : COPY . . [2021-01-21T00:44:21.314Z] Removing intermediate container d569f742bf0d [2021-01-21T00:44:21.314Z] ---> a70fa49fc38e [2021-01-21T00:44:21.314Z] Step 8/22 : COPY . . [2021-01-21T00:44:21.924Z] Removing intermediate container 39a34c7e6f5d [2021-01-21T00:44:21.924Z] ---> a423b0f8c17a [2021-01-21T00:44:21.924Z] Step 8/22 : COPY . . [2021-01-21T00:44:21.924Z] Removing intermediate container 3358c588af19 [2021-01-21T00:44:21.924Z] ---> 30ea8ca1f986 [2021-01-21T00:44:21.924Z] Step 8/22 : COPY . . [2021-01-21T00:44:48.770Z] ---> a1cdc097d500 [2021-01-21T00:44:48.770Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-21T00:44:48.770Z] ---> 89dd2d69c21a [2021-01-21T00:44:48.770Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-21T00:44:48.770Z] ---> Running in 4735e7626262 [2021-01-21T00:44:48.770Z] ---> Running in ca451aded1f7 [2021-01-21T00:44:48.770Z] ---> 4f05b99e2c22 [2021-01-21T00:44:48.770Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-21T00:44:48.770Z] ---> 16cca49af397 [2021-01-21T00:44:48.770Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-21T00:44:48.770Z] ---> 90e80b7d7ab6 [2021-01-21T00:44:48.770Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-21T00:44:48.770Z] ---> Running in 17d092b519bc [2021-01-21T00:44:48.770Z] ---> Running in 94f728a6c5ae [2021-01-21T00:44:48.770Z] ---> Running in 4cef60d53e08 [2021-01-21T00:44:48.770Z] 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 [2021-01-21T00:44:48.770Z] 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 [2021-01-21T00:44:48.770Z] 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 [2021-01-21T00:44:48.770Z] 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 [2021-01-21T00:44:48.770Z] 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 [2021-01-21T00:46:10.594Z] 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 [2021-01-21T00:46:17.331Z] Removing intermediate container 4cef60d53e08 [2021-01-21T00:46:17.331Z] ---> dec3f2b8bd2b [2021-01-21T00:46:17.331Z] [2021-01-21T00:46:17.331Z] Step 10/22 : FROM alpine:3.12 [2021-01-21T00:46:17.331Z] 3.12: Pulling from library/alpine [2021-01-21T00:46:18.785Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-21T00:46:18.785Z] Status: Downloaded newer image for alpine:3.12 [2021-01-21T00:46:18.785Z] ---> afeebe901d6b [2021-01-21T00:46:18.785Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-21T00:46:19.387Z] ---> Running in bc1ceda660a0 [2021-01-21T00:46:23.025Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T00:46:23.025Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T00:46:23.677Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-21T00:46:23.677Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T00:46:23.677Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-21T00:46:23.677Z] (4/5) Installing curl (7.69.1-r3) [2021-01-21T00:46:23.677Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-21T00:46:23.677Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T00:46:23.677Z] Executing ca-certificates-20191127-r4.trigger [2021-01-21T00:46:23.953Z] OK: 7 MiB in 19 packages [2021-01-21T00:46:24.935Z] Removing intermediate container ca451aded1f7 [2021-01-21T00:46:24.935Z] ---> a95b244b80ba [2021-01-21T00:46:24.935Z] [2021-01-21T00:46:24.935Z] Step 10/24 : FROM scratch [2021-01-21T00:46:24.935Z] ---> [2021-01-21T00:46:24.935Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-21T00:46:25.926Z] ---> Running in 28556c4837d6 [2021-01-21T00:46:26.911Z] Removing intermediate container 28556c4837d6 [2021-01-21T00:46:26.911Z] ---> 46d14198b275 [2021-01-21T00:46:26.911Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-21T00:46:27.186Z] ---> Running in 9da9743df929 [2021-01-21T00:46:27.466Z] Removing intermediate container bc1ceda660a0 [2021-01-21T00:46:27.466Z] ---> 5a2629d7b835 [2021-01-21T00:46:27.745Z] Removing intermediate container 94f728a6c5ae [2021-01-21T00:46:27.745Z] ---> 8090ad48e9ac [2021-01-21T00:46:27.745Z] [2021-01-21T00:46:27.745Z] Step 10/22 : FROM scratch [2021-01-21T00:46:27.745Z] ---> [2021-01-21T00:46:27.745Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T00:46:27.745Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-21T00:46:27.745Z] Removing intermediate container 4735e7626262 [2021-01-21T00:46:27.745Z] ---> 0e09f065859d [2021-01-21T00:46:27.745Z] [2021-01-21T00:46:27.745Z] Step 10/21 : FROM alpine:3.12 [2021-01-21T00:46:27.745Z] ---> afeebe901d6b [2021-01-21T00:46:27.745Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-21T00:46:28.027Z] ---> Running in 87b7a14c397a [2021-01-21T00:46:28.027Z] ---> Running in d6acd6bf9ca5 [2021-01-21T00:46:28.305Z] ---> Running in 8bab0c320885 [2021-01-21T00:46:28.305Z] Removing intermediate container 9da9743df929 [2021-01-21T00:46:28.305Z] ---> 362608a6b908 [2021-01-21T00:46:28.305Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-21T00:46:28.580Z] ---> Running in e477b8c5986c [2021-01-21T00:46:28.857Z] Removing intermediate container 87b7a14c397a [2021-01-21T00:46:28.857Z] ---> b677f01d22c9 [2021-01-21T00:46:28.857Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-21T00:46:28.857Z] Removing intermediate container d6acd6bf9ca5 [2021-01-21T00:46:28.857Z] ---> 2662ed4a6046 [2021-01-21T00:46:28.857Z] Step 13/22 : WORKDIR / [2021-01-21T00:46:28.857Z] ---> Running in b33af6849847 [2021-01-21T00:46:29.140Z] ---> Running in 4abeddd16bc0 [2021-01-21T00:46:29.416Z] Removing intermediate container e477b8c5986c [2021-01-21T00:46:29.416Z] ---> 3af940c44bfb [2021-01-21T00:46:29.416Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-21T00:46:29.696Z] Removing intermediate container b33af6849847 [2021-01-21T00:46:29.696Z] ---> 2dcfc13b1bcc [2021-01-21T00:46:29.696Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-21T00:46:29.972Z] ---> Running in c0de47919846 [2021-01-21T00:46:30.249Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T00:46:30.523Z] Removing intermediate container 4abeddd16bc0 [2021-01-21T00:46:30.523Z] ---> e4d3432e1bfa [2021-01-21T00:46:30.523Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T00:46:30.523Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T00:46:30.800Z] Removing intermediate container c0de47919846 [2021-01-21T00:46:30.800Z] ---> 068bfa4f7509 [2021-01-21T00:46:30.800Z] Step 14/22 : WORKDIR / [2021-01-21T00:46:31.073Z] ---> Running in 17babbfbe586 [2021-01-21T00:46:31.073Z] ---> d9f96901b7f3 [2021-01-21T00:46:31.073Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-21T00:46:31.347Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-21T00:46:31.347Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T00:46:31.347Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-21T00:46:31.347Z] (4/4) Installing curl (7.69.1-r3) [2021-01-21T00:46:31.347Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T00:46:31.627Z] Executing ca-certificates-20191127-r4.trigger [2021-01-21T00:46:31.627Z] OK: 7 MiB in 18 packages [2021-01-21T00:46:31.904Z] ---> 50226e52cd89 [2021-01-21T00:46:31.904Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-21T00:46:31.904Z] Removing intermediate container 17babbfbe586 [2021-01-21T00:46:31.904Z] ---> 193bebe81acb [2021-01-21T00:46:31.904Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T00:46:32.884Z] ---> 834fc68ddb95 [2021-01-21T00:46:32.884Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-21T00:46:33.875Z] ---> ce5c8ffdf4e9 [2021-01-21T00:46:33.875Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-21T00:46:33.875Z] ---> 3804d5a62474 [2021-01-21T00:46:33.875Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-21T00:46:34.901Z] Removing intermediate container 8bab0c320885 [2021-01-21T00:46:34.901Z] ---> 485f98909d8b [2021-01-21T00:46:34.901Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-21T00:46:35.187Z] ---> 98ff6abc6dac [2021-01-21T00:46:35.187Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T00:46:35.465Z] ---> Running in d50acb4a291a [2021-01-21T00:46:35.740Z] ---> 2e728fa6f6ad [2021-01-21T00:46:35.740Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-21T00:46:35.740Z] ---> 2ce11c843262 [2021-01-21T00:46:35.740Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-21T00:46:36.354Z] ---> 99ab7a7c1b4c [2021-01-21T00:46:36.354Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-21T00:46:36.354Z] Removing intermediate container d50acb4a291a [2021-01-21T00:46:36.354Z] ---> adfbc002150b [2021-01-21T00:46:36.354Z] Step 13/21 : WORKDIR /edgex [2021-01-21T00:46:36.628Z] ---> Running in 9dfac34f1b75 [2021-01-21T00:46:37.225Z] ---> 1148a103ab3d [2021-01-21T00:46:37.225Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-21T00:46:37.225Z] ---> 38bf491e2344 [2021-01-21T00:46:37.225Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-21T00:46:37.840Z] ---> Running in f0d5bef73bd3 [2021-01-21T00:46:37.840Z] ---> Running in 07618ce54078 [2021-01-21T00:46:37.840Z] Removing intermediate container 9dfac34f1b75 [2021-01-21T00:46:37.840Z] ---> 5cf8e7637583 [2021-01-21T00:46:37.840Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-21T00:46:38.121Z] ---> ec06550cfb89 [2021-01-21T00:46:38.121Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-21T00:46:38.734Z] Removing intermediate container 07618ce54078 [2021-01-21T00:46:38.734Z] ---> 5a7b5c880e60 [2021-01-21T00:46:38.734Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T00:46:39.012Z] ---> Running in ffa745ca6bcb [2021-01-21T00:46:39.291Z] ---> f83d0619ca61 [2021-01-21T00:46:39.291Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-21T00:46:39.572Z] ---> 73388dfcb124 [2021-01-21T00:46:39.572Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-21T00:46:39.847Z] Removing intermediate container ffa745ca6bcb [2021-01-21T00:46:39.847Z] ---> e7e039a3b07b [2021-01-21T00:46:39.847Z] Step 20/22 : LABEL arch=arm64 [2021-01-21T00:46:40.123Z] Removing intermediate container 17d092b519bc [2021-01-21T00:46:40.123Z] ---> cc0d0c79784a [2021-01-21T00:46:40.123Z] [2021-01-21T00:46:40.123Z] Step 10/22 : FROM scratch [2021-01-21T00:46:40.123Z] ---> [2021-01-21T00:46:40.123Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T00:46:40.123Z] ---> Using cache [2021-01-21T00:46:40.123Z] ---> b677f01d22c9 [2021-01-21T00:46:40.123Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-21T00:46:40.397Z] ---> Running in ce6a9f0540f4 [2021-01-21T00:46:40.397Z] ---> Running in 7352c7485aba [2021-01-21T00:46:40.397Z] ---> Running in 0473b175dd55 [2021-01-21T00:46:41.010Z] ---> d6c99fd72cb1 [2021-01-21T00:46:41.010Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-21T00:46:41.284Z] Removing intermediate container ce6a9f0540f4 [2021-01-21T00:46:41.285Z] ---> cc5303519f2c [2021-01-21T00:46:41.285Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T00:46:41.285Z] Removing intermediate container 0473b175dd55 [2021-01-21T00:46:41.285Z] ---> e5eced21595f [2021-01-21T00:46:41.285Z] Removing intermediate container 7352c7485aba [2021-01-21T00:46:41.285Z] ---> acf428f3cfaa [2021-01-21T00:46:41.285Z] Step 21/22 : LABEL git_sha=a6ca7b65d49f6bbe96c1505b55ef007955263a12 [2021-01-21T00:46:41.285Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-21T00:46:41.285Z] ---> Running in 20343963ef54 [2021-01-21T00:46:41.561Z] ---> Running in 9b96f65d3983 [2021-01-21T00:46:41.561Z] Removing intermediate container f0d5bef73bd3 [2021-01-21T00:46:41.561Z] ---> edc5416f2e0c [2021-01-21T00:46:41.561Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-21T00:46:41.561Z] ---> Running in 3fc2c5a2dbc9 [2021-01-21T00:46:41.834Z] ---> Running in 24598f1a9458 [2021-01-21T00:46:42.105Z] Removing intermediate container 20343963ef54 [2021-01-21T00:46:42.105Z] ---> 4e19d117897b [2021-01-21T00:46:42.105Z] Step 22/24 : LABEL arch=arm64 [2021-01-21T00:46:42.381Z] Removing intermediate container 9b96f65d3983 [2021-01-21T00:46:42.381Z] ---> 2c88d8d325c0 [2021-01-21T00:46:42.381Z] Step 14/22 : WORKDIR / [2021-01-21T00:46:42.381Z] ---> Running in 04545162ceb4 [2021-01-21T00:46:42.652Z] Removing intermediate container 3fc2c5a2dbc9 [2021-01-21T00:46:42.652Z] ---> bf0d788f178b [2021-01-21T00:46:42.652Z] Step 22/22 : LABEL version=0.0.0 [2021-01-21T00:46:42.652Z] ---> Running in 6e8941eee7b6 [2021-01-21T00:46:42.652Z] ---> afe4dbdd47bb [2021-01-21T00:46:42.652Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-21T00:46:42.652Z] Removing intermediate container 24598f1a9458 [2021-01-21T00:46:42.652Z] ---> 8311e5f671c7 [2021-01-21T00:46:42.652Z] Step 20/22 : LABEL arch=arm64 [2021-01-21T00:46:42.926Z] ---> Running in 6c0da4c96bad [2021-01-21T00:46:42.926Z] ---> Running in f88c46266302 [2021-01-21T00:46:42.926Z] ---> Running in 8810d044a5cf [2021-01-21T00:46:43.200Z] Removing intermediate container 04545162ceb4 [2021-01-21T00:46:43.200Z] ---> 02108c6527be [2021-01-21T00:46:43.200Z] Step 23/24 : LABEL git_sha=a6ca7b65d49f6bbe96c1505b55ef007955263a12 [2021-01-21T00:46:43.200Z] Removing intermediate container 6e8941eee7b6 [2021-01-21T00:46:43.200Z] ---> f47c26284038 [2021-01-21T00:46:43.200Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T00:46:43.475Z] ---> Running in 5a88df615ccc [2021-01-21T00:46:43.475Z] Removing intermediate container 6c0da4c96bad [2021-01-21T00:46:43.475Z] ---> 326372b9a8e2 [2021-01-21T00:46:43.475Z] [2021-01-21T00:46:43.761Z] Removing intermediate container f88c46266302 [2021-01-21T00:46:43.761Z] ---> ea65985a7fcf [2021-01-21T00:46:43.761Z] Step 18/21 : CMD ["--init=true"] [2021-01-21T00:46:43.761Z] Removing intermediate container 8810d044a5cf [2021-01-21T00:46:43.761Z] ---> 695d5f59b049 [2021-01-21T00:46:43.761Z] Step 21/22 : LABEL git_sha=a6ca7b65d49f6bbe96c1505b55ef007955263a12 [2021-01-21T00:46:44.036Z] ---> Running in 33eae81c2705 [2021-01-21T00:46:44.036Z] Successfully built 326372b9a8e2 [2021-01-21T00:46:44.036Z] Removing intermediate container 5a88df615ccc [2021-01-21T00:46:44.036Z] ---> 6362f626bed6 [2021-01-21T00:46:44.036Z] Step 24/24 : LABEL version=0.0.0 [2021-01-21T00:46:44.036Z] ---> Running in 802daa02c61f [2021-01-21T00:46:44.036Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-21T00:46:44.036Z] Building docker-security-secretstore-setup-go [2021-01-21T00:46:44.036Z]  Building docker-core-command-go ... done  ---> 2d2a6df47343 [2021-01-21T00:46:44.036Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-21T00:46:44.322Z] ---> Running in 6fe1d4b0304b [2021-01-21T00:46:44.593Z] Removing intermediate container 33eae81c2705 [2021-01-21T00:46:44.593Z] ---> 606eb2540c38 [2021-01-21T00:46:44.593Z] Step 19/21 : LABEL arch=arm64 [2021-01-21T00:46:44.866Z] Removing intermediate container 802daa02c61f [2021-01-21T00:46:44.866Z] ---> 5ba348a2f8cb [2021-01-21T00:46:44.866Z] Step 22/22 : LABEL version=0.0.0 [2021-01-21T00:46:44.866Z] ---> Running in 3435e1a0b8fe [2021-01-21T00:46:45.469Z] ---> Running in 030956b9fcce [2021-01-21T00:46:45.469Z] Removing intermediate container 6fe1d4b0304b [2021-01-21T00:46:45.469Z] ---> e7516044518f [2021-01-21T00:46:45.469Z] [2021-01-21T00:46:45.746Z] Removing intermediate container 3435e1a0b8fe [2021-01-21T00:46:45.746Z] ---> 67404da0e43b [2021-01-21T00:46:45.746Z] Step 20/21 : LABEL git_sha=a6ca7b65d49f6bbe96c1505b55ef007955263a12 [2021-01-21T00:46:45.746Z] Successfully built e7516044518f [2021-01-21T00:46:46.344Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-21T00:46:46.344Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2021-01-21T00:46:46.616Z] ---> Running in 2a1df61f4ebd [2021-01-21T00:46:46.616Z] ---> b2641d1c5cae [2021-01-21T00:46:46.616Z] Removing intermediate container 030956b9fcce [2021-01-21T00:46:46.616Z] ---> 509325412a42 [2021-01-21T00:46:46.616Z] [2021-01-21T00:46:46.616Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-21T00:46:47.217Z] Successfully built 509325412a42 [2021-01-21T00:46:47.217Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-21T00:46:47.217Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-data-go [2021-01-21T00:46:47.217Z] Removing intermediate container 2a1df61f4ebd [2021-01-21T00:46:47.217Z] ---> 7b1185404275 [2021-01-21T00:46:47.217Z] Step 21/21 : LABEL version=0.0.0 [2021-01-21T00:46:47.489Z] ---> Running in af1ca0f5aee0 [2021-01-21T00:46:47.489Z] ---> 5a6bea7b1e0e [2021-01-21T00:46:47.489Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-21T00:46:47.775Z] ---> Running in 4e45bd868b1b [2021-01-21T00:46:48.044Z] Removing intermediate container af1ca0f5aee0 [2021-01-21T00:46:48.044Z] ---> 0f42f5b7fe6f [2021-01-21T00:46:48.044Z] [2021-01-21T00:46:48.316Z] Successfully built 0f42f5b7fe6f [2021-01-21T00:46:48.587Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-21T00:46:48.587Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-01-21T00:46:48.587Z] Removing intermediate container 4e45bd868b1b [2021-01-21T00:46:48.587Z] ---> d553aca54282 [2021-01-21T00:46:48.587Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T00:46:48.859Z] ---> Running in 2e065977fa3f [2021-01-21T00:46:49.451Z] Removing intermediate container 2e065977fa3f [2021-01-21T00:46:49.451Z] ---> 2fa374efcec7 [2021-01-21T00:46:49.451Z] Step 20/22 : LABEL arch=arm64 [2021-01-21T00:46:49.721Z] ---> Running in a6476d755d70 [2021-01-21T00:46:50.336Z] Removing intermediate container a6476d755d70 [2021-01-21T00:46:50.336Z] ---> ffce78a351b9 [2021-01-21T00:46:50.336Z] Step 21/22 : LABEL git_sha=a6ca7b65d49f6bbe96c1505b55ef007955263a12 [2021-01-21T00:46:50.933Z] ---> Running in 8b2de7984817 [2021-01-21T00:46:52.378Z] Removing intermediate container 8b2de7984817 [2021-01-21T00:46:52.378Z] ---> fafa79c8ef2e [2021-01-21T00:46:52.378Z] Step 22/22 : LABEL version=0.0.0 [2021-01-21T00:46:52.974Z] ---> Running in af6154c37b57 [2021-01-21T00:46:53.958Z] Removing intermediate container af6154c37b57 [2021-01-21T00:46:53.958Z] ---> 24511cecdec5 [2021-01-21T00:46:53.958Z] [2021-01-21T00:46:54.232Z] Successfully built 24511cecdec5 [2021-01-21T00:46:54.232Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-21T00:47:41.177Z]  Building docker-core-metadata-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T00:47:41.177Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-21T00:47:41.177Z] ---> 1fad1a381646 [2021-01-21T00:47:41.177Z] Step 3/24 : WORKDIR /edgex-go [2021-01-21T00:47:41.177Z] ---> Using cache [2021-01-21T00:47:41.177Z] ---> 201932239640 [2021-01-21T00:47:41.177Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T00:47:41.177Z] ---> Using cache [2021-01-21T00:47:41.177Z] ---> f587fdf26f38 [2021-01-21T00:47:41.177Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-21T00:47:41.177Z] ---> Using cache [2021-01-21T00:47:41.177Z] ---> 8a3088f3e83f [2021-01-21T00:47:41.177Z] Step 6/24 : COPY go.mod . [2021-01-21T00:47:41.177Z] ---> Using cache [2021-01-21T00:47:41.177Z] ---> 56e8f8c0c306 [2021-01-21T00:47:41.177Z] Step 7/24 : RUN go mod download [2021-01-21T00:47:41.177Z] ---> Using cache [2021-01-21T00:47:41.177Z] ---> a423b0f8c17a [2021-01-21T00:47:41.177Z] Step 8/24 : COPY . . [2021-01-21T00:47:41.177Z] ---> Using cache [2021-01-21T00:47:41.177Z] ---> 90e80b7d7ab6 [2021-01-21T00:47:41.177Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-21T00:47:41.177Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T00:47:41.177Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-21T00:47:41.177Z] ---> 1fad1a381646 [2021-01-21T00:47:41.177Z] Step 3/21 : WORKDIR /edgex-go [2021-01-21T00:47:41.177Z] ---> Using cache [2021-01-21T00:47:41.177Z] ---> 201932239640 [2021-01-21T00:47:41.177Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T00:47:41.177Z] ---> Using cache [2021-01-21T00:47:41.177Z] ---> f587fdf26f38 [2021-01-21T00:47:41.177Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-21T00:47:41.177Z] ---> Using cache [2021-01-21T00:47:41.177Z] ---> 8a3088f3e83f [2021-01-21T00:47:41.177Z] Step 6/21 : COPY go.mod . [2021-01-21T00:47:41.177Z] ---> Using cache [2021-01-21T00:47:41.177Z] ---> 56e8f8c0c306 [2021-01-21T00:47:41.177Z] Step 7/21 : RUN go mod download [2021-01-21T00:47:41.177Z] ---> Using cache [2021-01-21T00:47:41.177Z] ---> a423b0f8c17a [2021-01-21T00:47:41.177Z] Step 8/21 : COPY . . [2021-01-21T00:47:41.177Z] ---> Using cache [2021-01-21T00:47:41.177Z] ---> 90e80b7d7ab6 [2021-01-21T00:47:41.177Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-21T00:47:41.177Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T00:47:41.177Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-21T00:47:41.177Z] ---> 1fad1a381646 [2021-01-21T00:47:41.177Z] Step 3/23 : WORKDIR /edgex-go [2021-01-21T00:47:41.177Z] ---> Using cache [2021-01-21T00:47:41.177Z] ---> 201932239640 [2021-01-21T00:47:41.177Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T00:47:41.177Z] ---> Using cache [2021-01-21T00:47:41.177Z] ---> f587fdf26f38 [2021-01-21T00:47:41.177Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-21T00:47:41.177Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T00:47:41.177Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-21T00:47:41.177Z] ---> 1fad1a381646 [2021-01-21T00:47:41.177Z] Step 3/26 : WORKDIR /edgex-go [2021-01-21T00:47:41.177Z] ---> Using cache [2021-01-21T00:47:41.177Z] ---> 201932239640 [2021-01-21T00:47:41.177Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T00:47:41.177Z] ---> Using cache [2021-01-21T00:47:41.177Z] ---> f587fdf26f38 [2021-01-21T00:47:41.177Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-21T00:47:41.177Z] ---> Running in fee64594db50 [2021-01-21T00:47:41.177Z] ---> Running in d7bee45048ef [2021-01-21T00:47:41.177Z] ---> Running in f7f0fb3b350c [2021-01-21T00:47:41.177Z] ---> Running in f60ed4fbfe5a [2021-01-21T00:47:41.177Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T00:47:41.177Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T00:47:41.177Z] 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 [2021-01-21T00:47:41.177Z] 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 [2021-01-21T00:47:41.177Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T00:47:41.177Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T00:47:41.177Z] OK: 217 MiB in 51 packages [2021-01-21T00:47:41.451Z] OK: 217 MiB in 51 packages [2021-01-21T00:47:42.905Z] Removing intermediate container f7f0fb3b350c [2021-01-21T00:47:42.905Z] ---> dd8222bbd0f7 [2021-01-21T00:47:42.905Z] Step 6/26 : COPY go.mod . [2021-01-21T00:47:43.526Z] Removing intermediate container fee64594db50 [2021-01-21T00:47:43.526Z] ---> cda52c50b10f [2021-01-21T00:47:43.526Z] Step 6/23 : COPY go.mod . [2021-01-21T00:47:44.530Z] ---> 8e3273b66e77 [2021-01-21T00:47:44.530Z] Step 7/26 : RUN go mod download [2021-01-21T00:47:44.530Z] ---> e1eb8d844e3d [2021-01-21T00:47:44.530Z] Step 7/23 : RUN go mod download [2021-01-21T00:47:44.530Z] ---> Running in 157829f51336 [2021-01-21T00:47:44.806Z] ---> Running in 9f9c45d4621a [2021-01-21T00:47:49.145Z] Removing intermediate container 9f9c45d4621a [2021-01-21T00:47:49.145Z] ---> d1ca9ad2b1cf [2021-01-21T00:47:49.145Z] Step 8/23 : COPY . . [2021-01-21T00:47:49.771Z] Removing intermediate container 157829f51336 [2021-01-21T00:47:49.771Z] ---> 560563ae8ddb [2021-01-21T00:47:49.771Z] Step 8/26 : COPY . . [2021-01-21T00:48:22.153Z] ---> 34a937d383de [2021-01-21T00:48:22.153Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-21T00:48:22.153Z] ---> 101bde73ccff [2021-01-21T00:48:22.153Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-21T00:48:22.153Z] ---> Running in b7244884eeb9 [2021-01-21T00:48:22.153Z] ---> Running in 35ddfcc68f87 [2021-01-21T00:48:22.153Z] 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 [2021-01-21T00:48:22.153Z] 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 [2021-01-21T00:48:24.782Z] 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 [2021-01-21T00:48:43.313Z] Removing intermediate container d7bee45048ef [2021-01-21T00:48:43.313Z] ---> 9ecb3bdf871f [2021-01-21T00:48:43.313Z] [2021-01-21T00:48:43.313Z] Step 10/24 : FROM alpine:3.12 [2021-01-21T00:48:43.313Z] ---> afeebe901d6b [2021-01-21T00:48:43.313Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-21T00:48:43.313Z] ---> Using cache [2021-01-21T00:48:43.313Z] ---> 5a2629d7b835 [2021-01-21T00:48:43.313Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-21T00:48:43.313Z] Removing intermediate container f60ed4fbfe5a [2021-01-21T00:48:43.313Z] ---> 2a043106deb7 [2021-01-21T00:48:43.313Z] [2021-01-21T00:48:43.313Z] Step 10/21 : FROM scratch [2021-01-21T00:48:43.313Z] ---> [2021-01-21T00:48:43.313Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T00:48:43.313Z] ---> Running in dc5a7a842265 [2021-01-21T00:48:43.313Z] ---> Using cache [2021-01-21T00:48:43.313Z] ---> b677f01d22c9 [2021-01-21T00:48:43.313Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-21T00:48:43.313Z] ---> Running in 0b0194924cb7 [2021-01-21T00:48:43.597Z] Removing intermediate container dc5a7a842265 [2021-01-21T00:48:43.597Z] ---> 1d3057e4f365 [2021-01-21T00:48:43.597Z] Step 13/24 : WORKDIR / [2021-01-21T00:48:43.597Z] ---> Running in 2811601f1b63 [2021-01-21T00:48:43.872Z] Removing intermediate container 0b0194924cb7 [2021-01-21T00:48:43.872Z] ---> 327b0be2047c [2021-01-21T00:48:43.872Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-21T00:48:44.152Z] ---> Running in 7bd77932c375 [2021-01-21T00:48:44.756Z] Removing intermediate container 2811601f1b63 [2021-01-21T00:48:44.756Z] ---> 5cb4938f208f [2021-01-21T00:48:44.756Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-21T00:48:44.756Z] Removing intermediate container 7bd77932c375 [2021-01-21T00:48:44.756Z] ---> db816c1b0694 [2021-01-21T00:48:44.756Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T00:48:46.213Z] ---> d21b284e7da4 [2021-01-21T00:48:46.213Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-21T00:48:46.213Z] ---> aad3e14f25ae [2021-01-21T00:48:46.213Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-21T00:48:47.650Z] ---> 2843a8ecf3eb [2021-01-21T00:48:47.650Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-21T00:48:48.638Z] ---> 2c82d4f10f64 [2021-01-21T00:48:48.639Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-21T00:48:48.639Z] ---> a0eda6c0da55 [2021-01-21T00:48:48.639Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-21T00:48:50.078Z] ---> a45aaabfb5ce [2021-01-21T00:48:50.078Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-21T00:48:50.351Z] ---> Running in 2ce9dbc53154 [2021-01-21T00:48:50.952Z] ---> 7931e284e28c [2021-01-21T00:48:50.952Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-21T00:48:50.952Z] Removing intermediate container 2ce9dbc53154 [2021-01-21T00:48:50.952Z] ---> 36ea4dc6fceb [2021-01-21T00:48:51.235Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T00:48:51.235Z] ---> Running in d86f917690d6 [2021-01-21T00:48:52.226Z] Removing intermediate container d86f917690d6 [2021-01-21T00:48:52.226Z] ---> 3e2937330736 [2021-01-21T00:48:52.226Z] Step 19/21 : LABEL arch=arm64 [2021-01-21T00:48:52.502Z] ---> Running in 2ebbe0106a3d [2021-01-21T00:48:52.775Z] ---> fecaa496ad27 [2021-01-21T00:48:52.775Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-21T00:48:53.399Z] Removing intermediate container 2ebbe0106a3d [2021-01-21T00:48:53.399Z] ---> cb43539fde7a [2021-01-21T00:48:53.399Z] Step 20/21 : LABEL git_sha=a6ca7b65d49f6bbe96c1505b55ef007955263a12 [2021-01-21T00:48:53.998Z] ---> Running in d220c71bf925 [2021-01-21T00:48:54.273Z] ---> 726f8570b03c [2021-01-21T00:48:54.273Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-21T00:48:54.548Z] ---> Running in 30c1b8a2f83c [2021-01-21T00:48:54.548Z] Removing intermediate container d220c71bf925 [2021-01-21T00:48:54.548Z] ---> 074d6cb89b72 [2021-01-21T00:48:54.548Z] Step 21/21 : LABEL version=0.0.0 [2021-01-21T00:48:54.824Z] ---> Running in 91d513fcf98b [2021-01-21T00:48:55.450Z] Removing intermediate container 91d513fcf98b [2021-01-21T00:48:55.450Z] ---> 3102e6ceb78a [2021-01-21T00:48:55.450Z] [2021-01-21T00:48:56.431Z] Successfully built 3102e6ceb78a [2021-01-21T00:48:56.431Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-21T00:48:58.430Z]  Building docker-support-scheduler-go ... done Removing intermediate container 30c1b8a2f83c [2021-01-21T00:48:58.430Z] ---> c99a76faf8b8 [2021-01-21T00:48:58.430Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-21T00:48:58.430Z] ---> Running in b05b654a1d53 [2021-01-21T00:48:59.034Z] Removing intermediate container b05b654a1d53 [2021-01-21T00:48:59.034Z] ---> 94b595ffcc97 [2021-01-21T00:48:59.034Z] Step 22/24 : LABEL arch=arm64 [2021-01-21T00:48:59.308Z] ---> Running in 43612f96beff [2021-01-21T00:48:59.907Z] Removing intermediate container 43612f96beff [2021-01-21T00:48:59.907Z] ---> 49cba2ebfac0 [2021-01-21T00:48:59.907Z] Step 23/24 : LABEL git_sha=a6ca7b65d49f6bbe96c1505b55ef007955263a12 [2021-01-21T00:49:00.182Z] ---> Running in dff055808a0d [2021-01-21T00:49:00.790Z] Removing intermediate container dff055808a0d [2021-01-21T00:49:00.790Z] ---> db5cbd120d91 [2021-01-21T00:49:00.790Z] Step 24/24 : LABEL version=0.0.0 [2021-01-21T00:49:00.790Z] ---> Running in 20e9a8fbf63f [2021-01-21T00:49:01.389Z] Removing intermediate container 20e9a8fbf63f [2021-01-21T00:49:01.389Z] ---> 43e5334a5b28 [2021-01-21T00:49:01.389Z] [2021-01-21T00:49:01.992Z] Successfully built 43e5334a5b28 [2021-01-21T00:49:01.992Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-21T00:49:20.326Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 35ddfcc68f87 [2021-01-21T00:49:20.326Z] ---> d203f261c8cf [2021-01-21T00:49:20.326Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-21T00:49:20.326Z] ---> Running in b131f5cc78b1 [2021-01-21T00:49:20.939Z] 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 [2021-01-21T00:49:24.323Z] Removing intermediate container b131f5cc78b1 [2021-01-21T00:49:24.323Z] ---> 4fac0cdb9c78 [2021-01-21T00:49:24.323Z] [2021-01-21T00:49:24.323Z] Step 11/26 : FROM docker:20.10.0 [2021-01-21T00:49:24.323Z] 20.10.0: Pulling from library/docker [2021-01-21T00:49:32.592Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-21T00:49:32.592Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-21T00:49:32.592Z] ---> eeaf43b92773 [2021-01-21T00:49:32.592Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-21T00:49:32.866Z] ---> Running in 4cfcae3fe880 [2021-01-21T00:49:33.463Z] Removing intermediate container b7244884eeb9 [2021-01-21T00:49:33.463Z] ---> 29bd4b6f004e [2021-01-21T00:49:33.463Z] [2021-01-21T00:49:33.463Z] Step 10/23 : FROM alpine:3.12 [2021-01-21T00:49:33.463Z] ---> afeebe901d6b [2021-01-21T00:49:33.463Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T00:49:33.463Z] ---> Running in 9a6a8076f25b [2021-01-21T00:49:34.059Z] Removing intermediate container 9a6a8076f25b [2021-01-21T00:49:34.059Z] ---> 4bc720298970 [2021-01-21T00:49:34.059Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-21T00:49:34.059Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T00:49:34.059Z] ---> Running in 02d52ff15321 [2021-01-21T00:49:34.330Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T00:49:34.600Z] Removing intermediate container 02d52ff15321 [2021-01-21T00:49:34.600Z] ---> 8ed4fd2d33b1 [2021-01-21T00:49:34.600Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-21T00:49:34.872Z] (1/2) Installing readline (8.0.4-r0) [2021-01-21T00:49:34.872Z] (2/2) Installing bash (5.0.17-r0) [2021-01-21T00:49:34.872Z] ---> Running in b9afcf4ccd8a [2021-01-21T00:49:34.872Z] Executing bash-5.0.17-r0.post-install [2021-01-21T00:49:34.872Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T00:49:34.872Z] OK: 12 MiB in 22 packages [2021-01-21T00:49:35.145Z] Removing intermediate container b9afcf4ccd8a [2021-01-21T00:49:35.145Z] ---> 1b75054a8244 [2021-01-21T00:49:35.145Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T00:49:35.428Z] ---> Running in eceed7cef68a [2021-01-21T00:49:36.404Z] Removing intermediate container 4cfcae3fe880 [2021-01-21T00:49:36.404Z] ---> 1f2da6346238 [2021-01-21T00:49:36.404Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-21T00:49:36.404Z] ---> Running in f0eefc2b013d [2021-01-21T00:49:37.002Z] Removing intermediate container f0eefc2b013d [2021-01-21T00:49:37.002Z] ---> 254c458e31ec [2021-01-21T00:49:37.002Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-21T00:49:37.002Z] ---> Running in 23ad0ca62309 [2021-01-21T00:49:37.594Z] Removing intermediate container 23ad0ca62309 [2021-01-21T00:49:37.594Z] ---> 684e9bffbe87 [2021-01-21T00:49:37.594Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-21T00:49:37.594Z] ---> Running in eae4db4b8433 [2021-01-21T00:49:37.866Z] Removing intermediate container eceed7cef68a [2021-01-21T00:49:37.866Z] ---> 7c77d1dee9e5 [2021-01-21T00:49:37.866Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-21T00:49:37.866Z] ---> Running in 9c587d5cd645 [2021-01-21T00:49:38.149Z] Removing intermediate container eae4db4b8433 [2021-01-21T00:49:38.149Z] ---> 9bd146b02ef8 [2021-01-21T00:49:38.149Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-21T00:49:39.130Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T00:49:39.401Z] ---> caa78bafd71e [2021-01-21T00:49:39.401Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-21T00:49:40.001Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T00:49:40.001Z] ---> 794c1a4a7dbd [2021-01-21T00:49:40.002Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-21T00:49:40.602Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-21T00:49:40.602Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-21T00:49:40.873Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-21T00:49:40.873Z] ---> 930fda6a1fd5 [2021-01-21T00:49:40.873Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-21T00:49:41.153Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-21T00:49:41.153Z] ---> Running in 7a680eb59bff [2021-01-21T00:49:41.153Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-21T00:49:41.153Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T00:49:41.153Z] OK: 8 MiB in 19 packages [2021-01-21T00:49:42.587Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T00:49:42.587Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T00:49:42.587Z] Removing intermediate container 9c587d5cd645 [2021-01-21T00:49:42.587Z] ---> 61d039b9cbc7 [2021-01-21T00:49:42.587Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T00:49:43.181Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-21T00:49:43.181Z] (2/33) Installing expat (2.2.9-r1) [2021-01-21T00:49:43.181Z] (3/33) Installing libffi (3.3-r2) [2021-01-21T00:49:43.181Z] (4/33) Installing gdbm (1.13-r1) [2021-01-21T00:49:43.181Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-21T00:49:43.181Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-21T00:49:43.181Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-21T00:49:43.776Z] ---> 14d170c616de [2021-01-21T00:49:43.777Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-21T00:49:45.213Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-21T00:49:45.213Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-21T00:49:45.213Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-21T00:49:45.213Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-21T00:49:45.213Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-21T00:49:45.213Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-21T00:49:45.213Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-21T00:49:45.213Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-21T00:49:45.213Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-21T00:49:45.213Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-21T00:49:45.213Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-21T00:49:45.486Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-21T00:49:45.486Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-21T00:49:45.486Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-21T00:49:45.486Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-21T00:49:45.486Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-21T00:49:45.486Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-21T00:49:45.486Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-21T00:49:45.486Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-21T00:49:45.486Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-21T00:49:45.486Z] ---> af6c9c4fecad [2021-01-21T00:49:45.486Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-21T00:49:45.486Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-21T00:49:45.762Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-21T00:49:45.762Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-21T00:49:45.762Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-21T00:49:45.762Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-21T00:49:45.762Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-21T00:49:45.762Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T00:49:45.762Z] OK: 71 MiB in 55 packages [2021-01-21T00:49:46.361Z] ---> a81b4b369a3a [2021-01-21T00:49:46.361Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-21T00:49:46.634Z] ---> Running in b07bf0efab84 [2021-01-21T00:49:47.238Z] Removing intermediate container b07bf0efab84 [2021-01-21T00:49:47.238Z] ---> 0822f77037b7 [2021-01-21T00:49:47.238Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T00:49:47.511Z] ---> Running in 758fb1e5591a [2021-01-21T00:49:48.108Z] Removing intermediate container 758fb1e5591a [2021-01-21T00:49:48.108Z] ---> 02a16c91081c [2021-01-21T00:49:48.108Z] Step 21/23 : LABEL arch=arm64 [2021-01-21T00:49:48.382Z] ---> Running in cab36888d298 [2021-01-21T00:49:48.976Z] Removing intermediate container cab36888d298 [2021-01-21T00:49:48.976Z] ---> 6fb0fed4cfff [2021-01-21T00:49:48.976Z] Step 22/23 : LABEL git_sha=a6ca7b65d49f6bbe96c1505b55ef007955263a12 [2021-01-21T00:49:48.976Z] ---> Running in e175573dbe9a [2021-01-21T00:49:49.608Z] Removing intermediate container e175573dbe9a [2021-01-21T00:49:49.608Z] ---> aa1913f7e22f [2021-01-21T00:49:49.608Z] Step 23/23 : LABEL version=0.0.0 [2021-01-21T00:49:49.883Z] ---> Running in 244ee30d1d6c [2021-01-21T00:49:50.478Z] Removing intermediate container 244ee30d1d6c [2021-01-21T00:49:50.478Z] ---> 83cde0e9d966 [2021-01-21T00:49:50.478Z] [2021-01-21T00:49:50.749Z] Successfully built 83cde0e9d966 [2021-01-21T00:49:50.749Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-21T00:49:51.724Z]  Building docker-core-data-go ... done Removing intermediate container 7a680eb59bff [2021-01-21T00:49:51.724Z] ---> 064bc354d25f [2021-01-21T00:49:51.724Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-21T00:49:52.004Z] ---> Running in a7c6158c725f [2021-01-21T00:49:57.441Z] Collecting docker-compose==1.23.2 [2021-01-21T00:49:57.441Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-21T00:49:57.718Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-21T00:49:57.718Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-21T00:49:58.309Z] Collecting cached-property<2,>=1.2.0 [2021-01-21T00:49:58.309Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-21T00:49:58.578Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-21T00:49:58.578Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-21T00:50:00.534Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-21T00:50:00.534Z] Collecting jsonschema<3,>=2.5.1 [2021-01-21T00:50:00.534Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-21T00:50:01.125Z] Collecting texttable<0.10,>=0.9.0 [2021-01-21T00:50:01.125Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-21T00:50:03.731Z] Collecting PyYAML<4,>=3.10 [2021-01-21T00:50:03.731Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-21T00:50:06.331Z] Collecting docker<4.0,>=3.6.0 [2021-01-21T00:50:06.331Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-21T00:50:07.749Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-21T00:50:07.749Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-21T00:50:08.020Z] Collecting docopt<0.7,>=0.6.1 [2021-01-21T00:50:08.020Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-21T00:50:09.984Z] Collecting docker-pycreds>=0.4.0 [2021-01-21T00:50:09.984Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-21T00:50:09.984Z] 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) [2021-01-21T00:50:09.984Z] 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) [2021-01-21T00:50:10.255Z] Collecting idna<2.8,>=2.5 [2021-01-21T00:50:10.255Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-21T00:50:10.846Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-21T00:50:10.846Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-21T00:50:11.113Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-21T00:50:11.113Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-21T00:50:11.113Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-21T00:50:11.113Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-21T00:50:12.081Z] Installing collected packages: websocket-client, cached-property, dockerpty, jsonschema, texttable, PyYAML, idna, urllib3, requests, docker-pycreds, docker, docopt, docker-compose [2021-01-21T00:50:12.351Z] Running setup.py install for dockerpty: started [2021-01-21T00:50:14.309Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-21T00:50:14.309Z] Running setup.py install for texttable: started [2021-01-21T00:50:16.266Z] Running setup.py install for texttable: finished with status 'done' [2021-01-21T00:50:16.266Z] Running setup.py install for PyYAML: started [2021-01-21T00:50:18.225Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-21T00:50:18.225Z] Attempting uninstall: idna [2021-01-21T00:50:18.225Z] Found existing installation: idna 2.9 [2021-01-21T00:50:18.225Z] Uninstalling idna-2.9: [2021-01-21T00:50:18.225Z] Successfully uninstalled idna-2.9 [2021-01-21T00:50:18.816Z] Attempting uninstall: urllib3 [2021-01-21T00:50:18.816Z] Found existing installation: urllib3 1.25.9 [2021-01-21T00:50:18.816Z] Uninstalling urllib3-1.25.9: [2021-01-21T00:50:19.086Z] Successfully uninstalled urllib3-1.25.9 [2021-01-21T00:50:19.673Z] Attempting uninstall: requests [2021-01-21T00:50:19.673Z] Found existing installation: requests 2.23.0 [2021-01-21T00:50:19.673Z] Uninstalling requests-2.23.0: [2021-01-21T00:50:19.673Z] Successfully uninstalled requests-2.23.0 [2021-01-21T00:50:20.640Z] Running setup.py install for docopt: started [2021-01-21T00:50:22.600Z] Running setup.py install for docopt: finished with status 'done' [2021-01-21T00:50:23.567Z] 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 [2021-01-21T00:50:26.938Z] Removing intermediate container a7c6158c725f [2021-01-21T00:50:26.938Z] ---> 214e60c46992 [2021-01-21T00:50:26.938Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-21T00:50:26.938Z] ---> Running in 4b3f6023deeb [2021-01-21T00:50:27.912Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T00:50:28.182Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T00:50:28.778Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T00:50:28.778Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-21T00:50:28.778Z] (3/3) Installing curl (7.69.1-r3) [2021-01-21T00:50:28.778Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T00:50:28.778Z] OK: 71 MiB in 58 packages [2021-01-21T00:50:30.210Z] Removing intermediate container 4b3f6023deeb [2021-01-21T00:50:30.210Z] ---> e6a7fe689f7d [2021-01-21T00:50:30.210Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-21T00:50:30.210Z] ---> Running in 3bfdf9d5b49f [2021-01-21T00:50:30.487Z] Removing intermediate container 3bfdf9d5b49f [2021-01-21T00:50:30.487Z] ---> 03ea226995a1 [2021-01-21T00:50:30.487Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T00:50:30.759Z] ---> Running in 846389103e7a [2021-01-21T00:50:31.351Z] Removing intermediate container 846389103e7a [2021-01-21T00:50:31.351Z] ---> 7553ef4e9da7 [2021-01-21T00:50:31.351Z] Step 24/26 : LABEL arch=arm64 [2021-01-21T00:50:31.351Z] ---> Running in 698ab6dbdfd3 [2021-01-21T00:50:31.942Z] Removing intermediate container 698ab6dbdfd3 [2021-01-21T00:50:31.942Z] ---> 6add461b3a88 [2021-01-21T00:50:31.942Z] Step 25/26 : LABEL git_sha=a6ca7b65d49f6bbe96c1505b55ef007955263a12 [2021-01-21T00:50:31.942Z] ---> Running in 0f2a84e6c3e1 [2021-01-21T00:50:32.533Z] Removing intermediate container 0f2a84e6c3e1 [2021-01-21T00:50:32.533Z] ---> c4bdb3b94692 [2021-01-21T00:50:32.533Z] Step 26/26 : LABEL version=0.0.0 [2021-01-21T00:50:32.533Z] ---> Running in 2328926adfc9 [2021-01-21T00:50:33.127Z] Removing intermediate container 2328926adfc9 [2021-01-21T00:50:33.127Z] ---> 3d891c3d3c69 [2021-01-21T00:50:33.127Z] [2021-01-21T00:50:33.398Z] Successfully built 3d891c3d3c69 [2021-01-21T00:50:33.398Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-21T00:50:33.685Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-21T00:50:33.691Z] $ docker stop --time=1 acd3cfa2916e6181d7d041bb2d10f85a5f79cc04a1cc37c6cdca2e8d4641e4da [2021-01-21T00:50:35.648Z] $ docker rm -f acd3cfa2916e6181d7d041bb2d10f85a5f79cc04a1cc37c6cdca2e8d4641e4da [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T00:50:36.317Z] + + docker imagesgrep [2021-01-21T00:50:36.317Z] docker [2021-01-21T00:50:36.589Z] docker-sys-mgmt-agent-go-arm64 latest 3d891c3d3c69 4 seconds ago 300MB [2021-01-21T00:50:36.589Z] docker-core-data-go-arm64 latest 83cde0e9d966 46 seconds ago 21MB [2021-01-21T00:50:36.589Z] docker-security-secretstore-setup-go-arm64 latest 43e5334a5b28 About a minute ago 23.4MB [2021-01-21T00:50:36.589Z] docker-support-scheduler-go-arm64 latest 3102e6ceb78a About a minute ago 10.1MB [2021-01-21T00:50:36.589Z] docker-core-metadata-go-arm64 latest 24511cecdec5 3 minutes ago 12.3MB [2021-01-21T00:50:36.589Z] docker-security-proxy-setup-go-arm64 latest 0f42f5b7fe6f 3 minutes ago 23.2MB [2021-01-21T00:50:36.589Z] docker-security-bootstrap-redis-go-arm64 latest 509325412a42 3 minutes ago 15.1MB [2021-01-21T00:50:36.589Z] docker-support-notifications-go-arm64 latest e7516044518f 3 minutes ago 11.4MB [2021-01-21T00:50:36.589Z] docker-core-command-go-arm64 latest 326372b9a8e2 3 minutes ago 9.98MB [2021-01-21T00:50:36.589Z] docker 20.10.0 eeaf43b92773 5 weeks 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 [2021-01-21T00:50:39.858Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T00:50:40.749Z] ---> package-listing.sh [2021-01-21T00:50:40.749Z] ++ facter osfamily [2021-01-21T00:50:40.749Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-21T00:50:40.749Z] + OS_FAMILY=redhat [2021-01-21T00:50:40.749Z] + workspace=/w/workspace/edgex-go/45 [2021-01-21T00:50:40.749Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-21T00:50:40.749Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-21T00:50:40.749Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-21T00:50:40.749Z] + PACKAGES=/tmp/packages_start.txt [2021-01-21T00:50:40.749Z] + '[' /w/workspace/edgex-go/45 ']' [2021-01-21T00:50:40.749Z] + PACKAGES=/tmp/packages_end.txt [2021-01-21T00:50:40.749Z] + case "${OS_FAMILY}" in [2021-01-21T00:50:40.749Z] + rpm -qa [2021-01-21T00:50:40.749Z] + sort [2021-01-21T00:50:46.063Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-21T00:50:46.063Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-21T00:50:46.063Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-21T00:50:46.063Z] + '[' /w/workspace/edgex-go/45 ']' [2021-01-21T00:50:46.063Z] + mkdir -p /w/workspace/edgex-go/45/archives/ [2021-01-21T00:50:46.063Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/45/archives/ [Pipeline] echo [2021-01-21T00:50:46.076Z] 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/45/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-21T00:50:46.382Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:50:46.812Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T00:50:46.812Z] [2021-01-21T00:50:46.812Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:50:47.216Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T00:50:47.216Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-21T00:50:47.216Z] df20fa9351a1: Pulling fs layer [2021-01-21T00:50:47.216Z] 36b3adc4ff6f: Pulling fs layer [2021-01-21T00:50:47.216Z] 8ad3a11d3b57: Pulling fs layer [2021-01-21T00:50:47.216Z] 46f8f816bc3b: Pulling fs layer [2021-01-21T00:50:47.216Z] 93b61091891f: Pulling fs layer [2021-01-21T00:50:47.216Z] 93b9cdb0e59b: Pulling fs layer [2021-01-21T00:50:47.216Z] 5e14af77c1be: Pulling fs layer [2021-01-21T00:50:47.216Z] 01666e4c0597: Pulling fs layer [2021-01-21T00:50:47.216Z] aa168da1d23b: Pulling fs layer [2021-01-21T00:50:47.216Z] 46f8f816bc3b: Waiting [2021-01-21T00:50:47.216Z] 93b61091891f: Waiting [2021-01-21T00:50:47.216Z] 93b9cdb0e59b: Waiting [2021-01-21T00:50:47.216Z] 01666e4c0597: Waiting [2021-01-21T00:50:47.216Z] aa168da1d23b: Waiting [2021-01-21T00:50:47.216Z] 5e14af77c1be: Waiting [2021-01-21T00:50:47.216Z] 36b3adc4ff6f: Verifying Checksum [2021-01-21T00:50:47.216Z] 36b3adc4ff6f: Download complete [2021-01-21T00:50:47.216Z] 46f8f816bc3b: Verifying Checksum [2021-01-21T00:50:47.216Z] 46f8f816bc3b: Download complete [2021-01-21T00:50:47.504Z] df20fa9351a1: Verifying Checksum [2021-01-21T00:50:47.504Z] df20fa9351a1: Download complete [2021-01-21T00:50:47.504Z] 93b9cdb0e59b: Verifying Checksum [2021-01-21T00:50:47.504Z] 93b9cdb0e59b: Download complete [2021-01-21T00:50:47.504Z] 5e14af77c1be: Verifying Checksum [2021-01-21T00:50:47.504Z] 5e14af77c1be: Download complete [2021-01-21T00:50:47.504Z] 93b61091891f: Verifying Checksum [2021-01-21T00:50:47.504Z] 93b61091891f: Download complete [2021-01-21T00:50:47.504Z] 01666e4c0597: Verifying Checksum [2021-01-21T00:50:47.504Z] 01666e4c0597: Download complete [2021-01-21T00:50:47.775Z] df20fa9351a1: Pull complete [2021-01-21T00:50:48.038Z] 8ad3a11d3b57: Verifying Checksum [2021-01-21T00:50:48.038Z] 8ad3a11d3b57: Download complete [2021-01-21T00:50:48.038Z] 36b3adc4ff6f: Pull complete [2021-01-21T00:50:49.006Z] 8ad3a11d3b57: Pull complete [2021-01-21T00:50:49.006Z] 46f8f816bc3b: Pull complete [2021-01-21T00:50:49.961Z] aa168da1d23b: Verifying Checksum [2021-01-21T00:50:49.961Z] aa168da1d23b: Download complete [2021-01-21T00:50:51.351Z] 93b61091891f: Pull complete [2021-01-21T00:50:51.351Z] 93b9cdb0e59b: Pull complete [2021-01-21T00:50:51.617Z] 5e14af77c1be: Pull complete [2021-01-21T00:50:51.617Z] 01666e4c0597: Pull complete [2021-01-21T00:51:03.917Z] aa168da1d23b: Pull complete [2021-01-21T00:51:03.917Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-21T00:51:03.917Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T00:51:03.917Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-21T00:51:04.122Z] prd-centos7-docker-4c-2g-21785 does not seem to be running inside a container [2021-01-21T00:51:04.182Z] $ 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/45/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/45 -v /w/workspace/edgex-go/45:/w/workspace/edgex-go/45:rw,z -v /w/workspace/edgex-go/45@tmp:/w/workspace/edgex-go/45@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-lftools-log-publisher:alpine cat [2021-01-21T00:51:13.565Z] $ docker top 267613ae772ee90ad536480b70bf970542efeef78ce6c4f2afd5400f79856c26 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T00:51:14.240Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-21T00:51:14.592Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-21T00:51:14.900Z] + ls /var/log/sa-host [2021-01-21T00:51:14.900Z] + sadf -c /var/log/sa-host/sa21 [2021-01-21T00:51:14.900Z] file_magic: OK [2021-01-21T00:51:14.900Z] HZ: Using current value: 100 [2021-01-21T00:51:14.900Z] file_header: OK [2021-01-21T00:51:14.900Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-21T00:51:14.900Z] Statistics: [2021-01-21T00:51:14.900Z] 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... [2021-01-21T00:51:14.900Z] File successfully converted to sysstat format version 12.2.1 [2021-01-21T00:51:14.900Z] + sadf -c /var/log/sa-host/sa23 [2021-01-21T00:51:14.900Z] file_magic: OK [2021-01-21T00:51:14.900Z] HZ: Using current value: 100 [2021-01-21T00:51:14.900Z] file_header: OK [2021-01-21T00:51:14.900Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-21T00:51:14.900Z] Statistics: [2021-01-21T00:51:14.900Z] Hnuu...uuuununununu... [2021-01-21T00:51:14.900Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-21T00:51:15.158Z] provisioning config files... [2021-01-21T00:51:15.181Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/45@tmp/config942359274949100460tmp [Pipeline] { [Pipeline] echo [2021-01-21T00:51:15.276Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T00:51:15.587Z] ---> create-netrc.sh [Pipeline] } [2021-01-21T00:51:15.599Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-21T00:51:15.694Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T00:51:16.011Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-21T00:51:16.022Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T00:51:16.326Z] ---> sudo-logs.sh [2021-01-21T00:51:16.326Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-21T00:51:16.337Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T00:51:16.679Z] ---> job-cost.sh [2021-01-21T00:51:16.679Z] lf-activate-venv: SKIPPING [2021-01-21T00:51:16.679Z] INFO: No Stack... [2021-01-21T00:51:17.632Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-21T00:51:18.209Z] INFO: Archiving Costs [Pipeline] echo [2021-01-21T00:51:18.225Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T00:51:18.530Z] ---> logs-deploy.sh [2021-01-21T00:51:18.531Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/45 [2021-01-21T00:51:18.531Z] INFO: archiving workspace using pattern(s): [2021-01-21T00:51:19.924Z] Archives upload complete. [2021-01-21T00:51:20.185Z] INFO: archiving logs to Nexus [2021-01-21T00:51:21.133Z] ---> uname -a: [2021-01-21T00:51:21.133Z] Linux prd-centos7-docker-4c-2g-21785.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-21T00:51:21.133Z] [2021-01-21T00:51:21.133Z] [2021-01-21T00:51:21.133Z] ---> lscpu: [2021-01-21T00:51:21.133Z] Architecture: x86_64 [2021-01-21T00:51:21.133Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-21T00:51:21.133Z] Byte Order: Little Endian [2021-01-21T00:51:21.133Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-21T00:51:21.133Z] CPU(s): 4 [2021-01-21T00:51:21.133Z] On-line CPU(s) list: 0-3 [2021-01-21T00:51:21.133Z] Thread(s) per core: 1 [2021-01-21T00:51:21.133Z] Core(s) per socket: 1 [2021-01-21T00:51:21.133Z] Socket(s): 4 [2021-01-21T00:51:21.133Z] NUMA node(s): 1 [2021-01-21T00:51:21.133Z] Vendor ID: GenuineIntel [2021-01-21T00:51:21.133Z] CPU family: 6 [2021-01-21T00:51:21.133Z] Model: 44 [2021-01-21T00:51:21.133Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-21T00:51:21.133Z] Stepping: 1 [2021-01-21T00:51:21.133Z] CPU MHz: 2933.438 [2021-01-21T00:51:21.133Z] BogoMIPS: 5866.87 [2021-01-21T00:51:21.133Z] Virtualization: VT-x [2021-01-21T00:51:21.133Z] Hypervisor vendor: KVM [2021-01-21T00:51:21.133Z] Virtualization type: full [2021-01-21T00:51:21.133Z] L1d cache: 128 KiB [2021-01-21T00:51:21.133Z] L1i cache: 128 KiB [2021-01-21T00:51:21.133Z] L2 cache: 16 MiB [2021-01-21T00:51:21.133Z] L3 cache: 64 MiB [2021-01-21T00:51:21.133Z] NUMA node0 CPU(s): 0-3 [2021-01-21T00:51:21.133Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-21T00:51:21.133Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-21T00:51:21.133Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-21T00:51:21.133Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-21T00:51:21.133Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-21T00:51:21.133Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-21T00:51:21.133Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-21T00:51:21.133Z] Vulnerability Srbds: Not affected [2021-01-21T00:51:21.133Z] Vulnerability Tsx async abort: Not affected [2021-01-21T00:51:21.133Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-01-21T00:51:21.133Z] [2021-01-21T00:51:21.133Z] [2021-01-21T00:51:21.133Z] ---> nproc: [2021-01-21T00:51:21.133Z] 4 [2021-01-21T00:51:21.133Z] [2021-01-21T00:51:21.133Z] [2021-01-21T00:51:21.133Z] ---> df -h: [2021-01-21T00:51:21.133Z] Filesystem Size Used Available Use% Mounted on [2021-01-21T00:51:21.133Z] overlay 50.0G 12.0G 38.0G 24% / [2021-01-21T00:51:21.133Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-21T00:51:21.133Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-21T00:51:21.133Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-21T00:51:21.133Z] /dev/vda1 50.0G 12.0G 38.0G 24% /facter-os [2021-01-21T00:51:21.133Z] /dev/vda1 50.0G 12.0G 38.0G 24% /etc/resolv.conf [2021-01-21T00:51:21.133Z] /dev/vda1 50.0G 12.0G 38.0G 24% /etc/hostname [2021-01-21T00:51:21.133Z] /dev/vda1 50.0G 12.0G 38.0G 24% /etc/hosts [2021-01-21T00:51:21.133Z] /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/sa-host [2021-01-21T00:51:21.133Z] /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/secure [2021-01-21T00:51:21.133Z] /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/auth.log [2021-01-21T00:51:21.133Z] /dev/vda1 50.0G 12.0G 38.0G 24% /run/cloud-init/result.json [2021-01-21T00:51:21.133Z] /dev/vda1 50.0G 12.0G 38.0G 24% /w/workspace/edgex-go/45 [2021-01-21T00:51:21.133Z] /dev/vda1 50.0G 12.0G 38.0G 24% /w/workspace/edgex-go/45@tmp [2021-01-21T00:51:21.133Z] [2021-01-21T00:51:21.133Z] [2021-01-21T00:51:21.133Z] ---> free -m: [2021-01-21T00:51:21.133Z] total used free shared buff/cache available [2021-01-21T00:51:21.133Z] Mem: 1837 700 116 0 1020 1052 [2021-01-21T00:51:21.133Z] Swap: 1023 61 962 [2021-01-21T00:51:21.133Z] [2021-01-21T00:51:21.133Z] [2021-01-21T00:51:21.133Z] ---> ip addr: [2021-01-21T00:51:21.133Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-21T00:51:21.133Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-21T00:51:21.133Z] inet 127.0.0.1/8 scope host lo [2021-01-21T00:51:21.133Z] valid_lft forever preferred_lft forever [2021-01-21T00:51:21.133Z] inet6 ::1/128 scope host [2021-01-21T00:51:21.133Z] valid_lft forever preferred_lft forever [2021-01-21T00:51:21.133Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-21T00:51:21.133Z] link/ether fa:16:3e:1d:ed:88 brd ff:ff:ff:ff:ff:ff [2021-01-21T00:51:21.133Z] inet 10.30.122.231/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-21T00:51:21.133Z] valid_lft 85140sec preferred_lft 85140sec [2021-01-21T00:51:21.133Z] inet6 fe80::f816:3eff:fe1d:ed88/64 scope link [2021-01-21T00:51:21.133Z] valid_lft forever preferred_lft forever [2021-01-21T00:51:21.133Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-21T00:51:21.133Z] link/ether 02:42:89:99:47:56 brd ff:ff:ff:ff:ff:ff [2021-01-21T00:51:21.133Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-21T00:51:21.133Z] valid_lft forever preferred_lft forever [2021-01-21T00:51:21.133Z] inet6 fe80::42:89ff:fe99:4756/64 scope link [2021-01-21T00:51:21.133Z] valid_lft forever preferred_lft forever [2021-01-21T00:51:21.133Z] [2021-01-21T00:51:21.133Z] [2021-01-21T00:51:21.133Z] ---> sar -b -r -n DEV: [2021-01-21T00:51:21.133Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/21/21 _x86_64_ (4 CPU) [2021-01-21T00:51:21.133Z] [2021-01-21T00:51:21.133Z] 00:30:08 LINUX RESTART (4 CPU) [2021-01-21T00:51:21.133Z] [2021-01-21T00:51:21.133Z] 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-21T00:51:21.133Z] 00:32:01 151.28 76.68 74.60 0.00 9821.79 23313.69 0.00 [2021-01-21T00:51:21.133Z] 00:33:01 295.91 119.39 176.52 0.00 4872.98 40603.47 0.00 [2021-01-21T00:51:21.133Z] 00:34:01 184.96 90.43 94.53 0.00 3190.83 9878.28 0.00 [2021-01-21T00:51:21.133Z] 00:35:02 134.32 34.52 99.80 0.00 2345.27 26029.33 0.00 [2021-01-21T00:51:21.133Z] 00:36:03 1672.26 1375.65 296.61 0.00 125837.28 181670.24 0.00 [2021-01-21T00:51:21.133Z] 00:37:01 1799.74 1542.77 256.97 0.00 107908.87 120802.40 0.00 [2021-01-21T00:51:21.133Z] 00:38:01 1871.02 1521.65 349.37 0.00 102676.97 128672.74 0.00 [2021-01-21T00:51:21.133Z] 00:39:02 1929.07 1593.31 335.76 0.00 91821.80 97994.47 0.00 [2021-01-21T00:51:21.133Z] 00:40:01 134.37 27.82 106.55 0.00 4715.11 9173.53 0.00 [2021-01-21T00:51:21.134Z] 00:41:01 1.90 0.63 1.27 0.00 23.18 16.37 0.00 [2021-01-21T00:51:21.134Z] 00:42:01 0.27 0.02 0.25 0.00 0.53 2.70 0.00 [2021-01-21T00:51:21.134Z] 00:43:01 0.18 0.00 0.18 0.00 0.00 1.78 0.00 [2021-01-21T00:51:21.134Z] 00:44:01 0.35 0.03 0.32 0.00 0.40 3.85 0.00 [2021-01-21T00:51:21.134Z] 00:45:01 0.28 0.03 0.25 0.00 0.27 2.70 0.00 [2021-01-21T00:51:21.134Z] 00:46:01 2.05 1.81 0.23 0.00 180.09 3.81 0.00 [2021-01-21T00:51:21.134Z] 00:47:01 0.83 0.05 0.78 0.00 1.33 15.13 0.00 [2021-01-21T00:51:21.134Z] 00:48:01 0.28 0.02 0.27 0.00 0.27 3.50 0.00 [2021-01-21T00:51:21.134Z] 00:49:01 0.25 0.02 0.23 0.00 0.27 2.71 0.00 [2021-01-21T00:51:21.134Z] 00:50:01 0.18 0.00 0.18 0.00 0.00 1.92 0.00 [2021-01-21T00:51:21.134Z] 00:51:01 124.93 55.92 69.00 0.00 4974.78 15538.70 0.00 [2021-01-21T00:51:21.134Z] Average: 415.10 321.88 93.22 0.00 22922.34 32731.50 0.00 [2021-01-21T00:51:21.134Z] [2021-01-21T00:51:21.134Z] 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-21T00:51:21.134Z] 00:32:01 68320 0 653264 34.72 2596 1157364 1316848 44.94 709320 890924 13568 [2021-01-21T00:51:21.134Z] 00:33:01 182884 0 785192 41.73 1548 911920 1645708 56.17 587404 839772 24836 [2021-01-21T00:51:21.134Z] 00:34:01 374804 0 765812 40.70 820 740108 1681204 57.38 557276 666472 76388 [2021-01-21T00:51:21.134Z] 00:35:02 197072 0 734756 39.05 672 949044 1332156 45.46 561628 836560 0 [2021-01-21T00:51:21.134Z] 00:36:03 69780 0 768448 40.84 56 1043260 1920276 65.54 643652 949976 45688 [2021-01-21T00:51:21.134Z] 00:37:01 331280 0 968572 51.48 56 581636 3981868 135.89 625468 659048 21160 [2021-01-21T00:51:21.134Z] 00:38:01 80532 0 746648 39.68 56 1054308 2107260 71.92 633700 935112 64348 [2021-01-21T00:51:21.134Z] 00:39:02 322364 0 823720 43.78 56 735404 2061748 70.36 513288 796164 228 [2021-01-21T00:51:21.134Z] 00:40:01 354800 0 628996 33.43 56 897692 1196072 40.82 460136 822488 8 [2021-01-21T00:51:21.134Z] 00:41:01 357016 0 626048 33.27 56 898424 1171384 39.98 459012 822232 28 [2021-01-21T00:51:21.134Z] 00:42:01 356984 0 626148 33.28 56 898356 1171436 39.98 458992 822216 16 [2021-01-21T00:51:21.134Z] 00:43:01 357544 0 625564 33.25 56 898380 1162308 39.67 458648 822000 16 [2021-01-21T00:51:21.134Z] 00:44:01 357656 0 625444 33.24 56 898388 1162332 39.67 458788 822008 16 [2021-01-21T00:51:21.134Z] 00:45:01 357876 0 625216 33.23 56 898396 1162296 39.67 458732 822012 12 [2021-01-21T00:51:21.134Z] 00:46:01 349740 0 628692 33.41 56 903056 1162332 39.67 464804 823428 16 [2021-01-21T00:51:21.134Z] 00:47:01 350180 0 628232 33.39 56 903076 1162200 39.66 464436 823440 12 [2021-01-21T00:51:21.134Z] 00:48:01 349368 0 629044 33.43 56 903076 1162356 39.67 464784 823440 12 [2021-01-21T00:51:21.134Z] 00:49:01 350204 0 628192 33.39 56 903092 1162200 39.66 464324 823448 8 [2021-01-21T00:51:21.134Z] 00:50:01 349948 0 628432 33.40 56 903108 1162200 39.66 464452 823456 8 [2021-01-21T00:51:21.134Z] 00:51:01 90832 0 728112 38.70 0 1062600 1593632 54.39 627284 883700 54512 [2021-01-21T00:51:21.134Z] Average: 280459 0 693727 36.87 324 907034 1523891 52.01 526806 825395 15044 [2021-01-21T00:51:21.134Z] [2021-01-21T00:51:21.134Z] 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-21T00:51:21.134Z] 00:32:01 eth0 1001.05 1110.95 4485.25 152.49 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:32:01 docker0 840.71 664.65 68.66 2670.41 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:33:01 vethbdcbd92 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:33:01 eth0 408.42 356.71 2336.01 39.83 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:33:01 docker0 176.20 197.18 12.71 830.80 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:34:01 vethbdcbd92 0.23 0.25 0.02 0.02 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:34:01 eth0 38.72 24.10 24.64 79.56 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:34:01 docker0 0.23 0.23 0.02 0.02 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:35:02 eth0 193.19 158.62 1695.36 24.07 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:35:02 veth528fc0b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:35:02 veth1f7320a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:36:03 vethc62762b 0.00 0.36 0.00 0.02 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:36:03 eth0 76.11 48.30 176.47 60.55 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:36:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:36:03 docker0 1014.97 875.54 80.91 3599.89 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:37:01 vethc370749 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:37:01 vethc62762b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:37:01 eth0 12.52 6.34 10.16 5.36 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:38:01 vethc62762b 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:38:01 eth0 231.85 156.88 1696.68 94.01 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:38:01 veth1556070 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:39:02 vethaf79bed 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:39:02 vethc62762b 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:39:02 eth0 91.12 60.28 176.15 79.79 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:40:01 eth0 41.41 20.83 105.15 12.13 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:40:01 docker0 1093.60 1005.36 86.29 4345.87 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:41:01 eth0 2.56 0.40 0.57 0.29 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:42:01 eth0 3.53 1.20 1.47 0.94 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:43:01 eth0 1.37 0.35 0.35 0.20 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:44:01 eth0 2.40 0.50 0.67 0.42 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:45:01 eth0 3.05 0.50 0.68 0.39 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:46:01 eth0 1.48 0.57 0.68 0.43 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:47:01 eth0 1.13 0.08 0.11 0.04 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:48:01 eth0 0.92 0.55 0.53 0.39 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:49:01 eth0 0.10 0.02 0.01 0.00 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:50:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:51:01 eth0 219.93 191.53 2167.99 67.86 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] Average: eth0 116.88 107.25 645.64 31.06 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] Average: docker0 53.83 49.49 4.25 213.93 0.00 0.00 0.00 0.00 [2021-01-21T00:51:21.134Z] [2021-01-21T00:51:21.134Z] [2021-01-21T00:51:21.134Z] ---> sar -P ALL: [2021-01-21T00:51:21.134Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/21/21 _x86_64_ (4 CPU) [2021-01-21T00:51:21.134Z] [2021-01-21T00:51:21.134Z] 00:30:08 LINUX RESTART (4 CPU) [2021-01-21T00:51:21.134Z] [2021-01-21T00:51:21.134Z] 00:31:01 CPU %user %nice %system %iowait %steal %idle [2021-01-21T00:51:21.134Z] 00:32:01 all 13.39 0.00 6.92 1.95 0.18 77.55 [2021-01-21T00:51:21.134Z] 00:32:01 0 13.48 0.00 9.23 1.43 0.17 75.68 [2021-01-21T00:51:21.134Z] 00:32:01 1 13.41 0.00 6.28 2.54 0.20 77.56 [2021-01-21T00:51:21.134Z] 00:32:01 2 10.80 0.00 5.71 1.95 0.15 81.39 [2021-01-21T00:51:21.134Z] 00:32:01 3 15.88 0.00 6.49 1.88 0.21 75.54 [2021-01-21T00:51:21.134Z] 00:33:01 all 13.49 0.00 9.11 4.58 0.37 72.45 [2021-01-21T00:51:21.134Z] 00:33:01 0 13.53 0.00 9.06 4.04 0.35 73.03 [2021-01-21T00:51:21.134Z] 00:33:01 1 14.37 0.00 8.91 5.06 0.39 71.27 [2021-01-21T00:51:21.134Z] 00:33:01 2 12.09 0.00 9.28 3.36 0.38 74.89 [2021-01-21T00:51:21.134Z] 00:33:01 3 13.97 0.00 9.21 5.85 0.38 70.60 [2021-01-21T00:51:21.134Z] 00:34:01 all 64.86 0.00 15.30 4.68 0.58 14.58 [2021-01-21T00:51:21.134Z] 00:34:01 0 63.21 0.00 15.61 5.17 0.60 15.40 [2021-01-21T00:51:21.134Z] 00:34:01 1 66.43 0.00 15.69 5.16 0.60 12.12 [2021-01-21T00:51:21.134Z] 00:34:01 2 65.22 0.00 15.28 5.75 0.53 13.22 [2021-01-21T00:51:21.134Z] 00:34:01 3 64.55 0.00 14.61 2.63 0.60 17.61 [2021-01-21T00:51:21.134Z] 00:35:02 all 37.82 0.00 13.10 2.86 0.56 45.65 [2021-01-21T00:51:21.134Z] 00:35:02 0 37.80 0.00 13.45 3.43 0.61 44.71 [2021-01-21T00:51:21.134Z] 00:35:02 1 37.58 0.00 13.09 1.44 0.47 47.42 [2021-01-21T00:51:21.134Z] 00:35:02 2 39.04 0.00 13.06 2.35 0.52 45.03 [2021-01-21T00:51:21.134Z] 00:35:02 3 36.87 0.00 12.81 4.24 0.64 45.44 [2021-01-21T00:51:21.134Z] 00:36:03 all 21.91 0.00 27.88 12.61 1.69 35.92 [2021-01-21T00:51:21.134Z] 00:36:03 0 22.70 0.00 27.95 11.93 1.72 35.70 [2021-01-21T00:51:21.134Z] 00:36:03 1 22.46 0.00 27.88 12.52 1.45 35.69 [2021-01-21T00:51:21.134Z] 00:36:03 2 22.71 0.00 28.90 13.97 1.73 32.68 [2021-01-21T00:51:21.134Z] 00:36:03 3 19.74 0.00 26.79 12.00 1.85 39.62 [2021-01-21T00:51:21.134Z] 00:37:01 all 47.29 0.00 20.95 18.55 0.94 12.26 [2021-01-21T00:51:21.134Z] 00:37:01 0 47.97 0.00 21.03 19.03 0.89 11.09 [2021-01-21T00:51:21.134Z] 00:37:01 1 47.54 0.00 21.00 19.24 0.93 11.29 [2021-01-21T00:51:21.134Z] 00:37:01 2 47.25 0.00 21.52 18.28 0.92 12.02 [2021-01-21T00:51:21.134Z] 00:37:01 3 46.41 0.00 20.25 17.65 1.01 14.67 [2021-01-21T00:51:21.134Z] 00:38:01 all 30.92 0.00 23.20 23.05 1.07 21.76 [2021-01-21T00:51:21.134Z] 00:38:01 0 30.66 0.00 22.66 23.45 1.18 22.06 [2021-01-21T00:51:21.134Z] 00:38:01 1 30.94 0.00 24.45 20.58 1.00 23.04 [2021-01-21T00:51:21.134Z] 00:38:01 2 31.15 0.00 24.22 23.59 1.09 19.94 [2021-01-21T00:51:21.134Z] 00:38:01 3 30.95 0.00 21.44 24.60 1.02 21.99 [2021-01-21T00:51:21.134Z] 00:39:02 all 39.20 0.00 21.43 27.85 0.12 11.40 [2021-01-21T00:51:21.134Z] 00:39:02 0 39.83 0.00 21.01 28.55 0.10 10.51 [2021-01-21T00:51:21.134Z] 00:39:02 1 37.79 0.00 21.71 29.41 0.12 10.97 [2021-01-21T00:51:21.134Z] 00:39:02 2 39.63 0.00 21.63 27.03 0.16 11.55 [2021-01-21T00:51:21.134Z] 00:39:02 3 39.54 0.00 21.37 26.40 0.09 12.60 [2021-01-21T00:51:21.134Z] 00:40:01 all 13.04 0.00 5.16 5.81 0.03 75.95 [2021-01-21T00:51:21.134Z] 00:40:01 0 12.57 0.00 5.24 2.64 0.03 79.51 [2021-01-21T00:51:21.134Z] 00:40:01 1 13.13 0.00 5.06 5.75 0.03 76.03 [2021-01-21T00:51:21.134Z] 00:40:01 2 13.77 0.00 5.19 6.62 0.03 74.39 [2021-01-21T00:51:21.134Z] 00:40:01 3 12.68 0.00 5.17 8.26 0.03 73.86 [2021-01-21T00:51:21.134Z] 00:41:01 all 0.15 0.00 0.03 0.01 0.00 99.80 [2021-01-21T00:51:21.134Z] 00:41:01 0 0.03 0.00 0.05 0.02 0.00 99.90 [2021-01-21T00:51:21.134Z] 00:41:01 1 0.33 0.00 0.02 0.02 0.00 99.63 [2021-01-21T00:51:21.134Z] 00:41:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-21T00:51:21.135Z] 00:41:01 3 0.22 0.00 0.02 0.00 0.00 99.77 [2021-01-21T00:51:21.135Z] 00:42:01 all 0.16 0.00 0.04 0.00 0.01 99.78 [2021-01-21T00:51:21.135Z] 00:42:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2021-01-21T00:51:21.135Z] 00:42:01 1 0.52 0.00 0.02 0.00 0.02 99.45 [2021-01-21T00:51:21.135Z] 00:42:01 2 0.07 0.00 0.05 0.00 0.02 99.87 [2021-01-21T00:51:21.135Z] 00:42:01 3 0.03 0.00 0.05 0.02 0.00 99.90 [2021-01-21T00:51:21.135Z] [2021-01-21T00:51:21.135Z] 00:42:01 CPU %user %nice %system %iowait %steal %idle [2021-01-21T00:51:21.135Z] 00:43:01 all 0.16 0.00 0.03 0.00 0.00 99.80 [2021-01-21T00:51:21.135Z] 00:43:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-21T00:51:21.135Z] 00:43:01 1 0.53 0.00 0.03 0.00 0.00 99.43 [2021-01-21T00:51:21.135Z] 00:43:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-21T00:51:21.135Z] 00:43:01 3 0.07 0.00 0.03 0.00 0.02 99.88 [2021-01-21T00:51:21.135Z] 00:44:01 all 0.17 0.00 0.12 0.00 0.07 99.64 [2021-01-21T00:51:21.135Z] 00:44:01 0 0.03 0.00 0.10 0.00 0.07 99.80 [2021-01-21T00:51:21.135Z] 00:44:01 1 0.55 0.00 0.15 0.00 0.05 99.25 [2021-01-21T00:51:21.135Z] 00:44:01 2 0.05 0.00 0.10 0.00 0.05 99.80 [2021-01-21T00:51:21.135Z] 00:44:01 3 0.05 0.00 0.12 0.00 0.12 99.72 [2021-01-21T00:51:21.135Z] 00:45:01 all 0.13 0.00 0.03 0.00 0.05 99.79 [2021-01-21T00:51:21.135Z] 00:45:01 0 0.45 0.00 0.03 0.00 0.02 99.50 [2021-01-21T00:51:21.135Z] 00:45:01 1 0.02 0.00 0.03 0.00 0.08 99.87 [2021-01-21T00:51:21.135Z] 00:45:01 2 0.05 0.00 0.05 0.02 0.05 99.83 [2021-01-21T00:51:21.135Z] 00:45:01 3 0.00 0.00 0.02 0.00 0.03 99.95 [2021-01-21T00:51:21.135Z] 00:46:01 all 0.15 0.00 0.07 0.02 0.00 99.75 [2021-01-21T00:51:21.135Z] 00:46:01 0 0.47 0.00 0.17 0.08 0.00 99.28 [2021-01-21T00:51:21.135Z] 00:46:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-21T00:51:21.135Z] 00:46:01 2 0.07 0.00 0.07 0.00 0.02 99.85 [2021-01-21T00:51:21.135Z] 00:46:01 3 0.03 0.00 0.05 0.02 0.00 99.90 [2021-01-21T00:51:21.135Z] 00:47:01 all 0.03 0.00 0.03 0.00 0.01 99.92 [2021-01-21T00:51:21.135Z] 00:47:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-21T00:51:21.135Z] 00:47:01 1 0.02 0.00 0.03 0.00 0.02 99.93 [2021-01-21T00:51:21.135Z] 00:47:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-21T00:51:21.135Z] 00:47:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2021-01-21T00:51:21.135Z] 00:48:01 all 0.13 0.00 0.04 0.00 0.00 99.83 [2021-01-21T00:51:21.135Z] 00:48:01 0 0.38 0.00 0.05 0.00 0.00 99.57 [2021-01-21T00:51:21.135Z] 00:48:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-21T00:51:21.135Z] 00:48:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-21T00:51:21.135Z] 00:48:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2021-01-21T00:51:21.135Z] 00:49:01 all 0.14 0.00 0.03 0.00 0.00 99.83 [2021-01-21T00:51:21.135Z] 00:49:01 0 0.52 0.00 0.03 0.00 0.00 99.45 [2021-01-21T00:51:21.135Z] 00:49:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-21T00:51:21.135Z] 00:49:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-21T00:51:21.135Z] 00:49:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2021-01-21T00:51:21.135Z] 00:50:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-01-21T00:51:21.135Z] 00:50:01 0 0.50 0.00 0.02 0.00 0.00 99.48 [2021-01-21T00:51:21.135Z] 00:50:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-21T00:51:21.135Z] 00:50:01 2 0.07 0.00 0.03 0.00 0.00 99.90 [2021-01-21T00:51:21.135Z] 00:50:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-21T00:51:21.135Z] 00:51:01 all 5.18 0.00 3.74 2.14 0.05 88.90 [2021-01-21T00:51:21.135Z] 00:51:01 0 4.78 0.00 3.84 0.78 0.03 90.57 [2021-01-21T00:51:21.135Z] 00:51:01 1 4.82 0.00 3.71 2.77 0.03 88.67 [2021-01-21T00:51:21.135Z] 00:51:01 2 5.95 0.00 3.75 2.47 0.07 87.77 [2021-01-21T00:51:21.135Z] 00:51:01 3 5.15 0.00 3.67 2.53 0.05 88.59 [2021-01-21T00:51:21.135Z] Average: all 13.98 0.00 7.14 5.03 0.28 73.57 [2021-01-21T00:51:21.135Z] Average: 0 14.01 0.00 7.27 4.87 0.28 73.57 [2021-01-21T00:51:21.135Z] Average: 1 14.09 0.00 7.19 5.06 0.26 73.40 [2021-01-21T00:51:21.135Z] Average: 2 13.98 0.00 7.24 5.10 0.28 73.41 [2021-01-21T00:51:21.135Z] Average: 3 13.83 0.00 6.87 5.11 0.29 73.90 [2021-01-21T00:51:21.135Z] [2021-01-21T00:51:21.135Z] [2021-01-21T00:51:21.135Z]