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 f32f4191109bc075ff9359b3fa855becd8fb908f rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from f32f4191109bc075ff9359b3fa855becd8fb908f 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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-24043 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/52 [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/52 # 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 f32f4191109bc075ff9359b3fa855becd8fb908f into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing 57d4715c734d86fed7f1299b5bac81bc8a93abf9 Checking out Revision 57d4715c734d86fed7f1299b5bac81bc8a93abf9 (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 f32f4191109bc075ff9359b3fa855becd8fb908f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 57d4715c734d86fed7f1299b5bac81bc8a93abf9 # timeout=10 Commit message: "Merge commit 'f32f4191109bc075ff9359b3fa855becd8fb908f' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage > git rev-list --no-walk 600e9b21aa7194b46ff301a887fab1dff515ebca # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-30T00:31:37.283Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-30T00:31:37.526Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-30T00:31:37.611Z] ========================================================= [2021-01-30T00:31:37.611Z] EdgeX Global Pipelines Version Info [2021-01-30T00:31:37.611Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-30T00:31:39.234Z] ------------------- [2021-01-30T00:31:39.234Z] stable info: [2021-01-30T00:31:39.234Z] ------------------- [2021-01-30T00:31:39.234Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-30T00:31:39.234Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-30T00:31:39.234Z] Message: update stable to v1.0.179 [2021-01-30T00:31:40.187Z] ------------------- [2021-01-30T00:31:40.187Z] experimental info: [2021-01-30T00:31:40.187Z] ------------------- [2021-01-30T00:31:40.187Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-30T00:31:40.187Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-30T00:31:40.187Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-30T00:31:40.543Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-30T00:31:40.705Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-30T00:31:40.786Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-30T00:31:40.867Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-30T00:31:40.959Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-30T00:31:41.038Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-30T00:31:41.147Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-30T00:31:41.238Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-30T00:31:41.330Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-30T00:31:41.410Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-30T00:31:41.557Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-30T00:31:41.638Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-30T00:31:41.715Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-30T00:31:41.810Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-30T00:31:41.889Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-30T00:31:41.979Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-30T00:31:42.091Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-30T00:31:42.169Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-30T00:31:42.250Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-30T00:31:42.333Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-30T00:31:42.656Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-30T00:31:42.759Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-30T00:31:42.842Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-30T00:31:42.924Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2021-01-30T00:31:43.007Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2021-01-30T00:31:43.090Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2021-01-30T00:31:43.181Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 57d4715c734d86fed7f1299b5bac81bc8a93abf9 [Pipeline] echo [2021-01-30T00:31:43.263Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 57d4715 [Pipeline] echo [2021-01-30T00:31:43.435Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-30T00:31:43.609Z] provisioning config files... [2021-01-30T00:31:43.647Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/52@tmp/config8321662376214291088tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-30T00:31:44.011Z] ---> docker-login.sh [2021-01-30T00:31:44.011Z] nexus3.edgexfoundry.org:10001 [2021-01-30T00:31:44.275Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T00:31:44.549Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T00:31:44.549Z] Configure a credential helper to remove this warning. See [2021-01-30T00:31:44.549Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T00:31:44.549Z] [2021-01-30T00:31:44.549Z] Login Succeeded [2021-01-30T00:31:44.549Z] nexus3.edgexfoundry.org:10002 [2021-01-30T00:31:44.549Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T00:31:44.549Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T00:31:44.549Z] Configure a credential helper to remove this warning. See [2021-01-30T00:31:44.549Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T00:31:44.549Z] [2021-01-30T00:31:44.549Z] Login Succeeded [2021-01-30T00:31:44.549Z] nexus3.edgexfoundry.org:10003 [2021-01-30T00:31:44.818Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T00:31:44.818Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T00:31:44.818Z] Configure a credential helper to remove this warning. See [2021-01-30T00:31:44.818Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T00:31:44.818Z] [2021-01-30T00:31:44.818Z] Login Succeeded [2021-01-30T00:31:44.818Z] nexus3.edgexfoundry.org:10004 [2021-01-30T00:31:45.082Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T00:31:45.082Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T00:31:45.082Z] Configure a credential helper to remove this warning. See [2021-01-30T00:31:45.082Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T00:31:45.082Z] [2021-01-30T00:31:45.082Z] Login Succeeded [2021-01-30T00:31:45.082Z] docker.io [2021-01-30T00:31:45.345Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T00:31:45.931Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T00:31:45.931Z] Configure a credential helper to remove this warning. See [2021-01-30T00:31:45.931Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T00:31:45.931Z] [2021-01-30T00:31:45.931Z] Login Succeeded [2021-01-30T00:31:45.931Z] ---> docker-login.sh ends [Pipeline] } [2021-01-30T00:31:45.947Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-30T00:31:46.425Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/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-30T00:31:46.425Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-30T00:31:46.425Z] ++ dirname cmd/core-command/Dockerfile [2021-01-30T00:31:46.425Z] ++ cut -d/ -f2 [2021-01-30T00:31:46.425Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-30T00:31:46.425Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-30T00:31:46.425Z] ++ dirname cmd/core-data/Dockerfile [2021-01-30T00:31:46.425Z] ++ cut -d/ -f2 [2021-01-30T00:31:46.425Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-30T00:31:46.425Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-30T00:31:46.425Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-30T00:31:46.425Z] ++ cut -d/ -f2 [2021-01-30T00:31:46.425Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-30T00:31:46.425Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-30T00:31:46.425Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-30T00:31:46.425Z] ++ cut -d/ -f2 [2021-01-30T00:31:46.425Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-30T00:31:46.425Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-30T00:31:46.425Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-30T00:31:46.425Z] ++ cut -d/ -f2 [2021-01-30T00:31:46.425Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-30T00:31:46.425Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-30T00:31:46.425Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-30T00:31:46.425Z] ++ cut -d/ -f2 [2021-01-30T00:31:46.425Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-30T00:31:46.425Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-30T00:31:46.425Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-30T00:31:46.425Z] ++ cut -d/ -f2 [2021-01-30T00:31:46.425Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-30T00:31:46.425Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-30T00:31:46.425Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-30T00:31:46.425Z] ++ cut -d/ -f2 [2021-01-30T00:31:46.425Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-30T00:31:46.425Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-30T00:31:46.425Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-30T00:31:46.425Z] ++ cut -d/ -f2 [2021-01-30T00:31:46.425Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-30T00:31:46.501Z] 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-bootstrapper-go, dockerfile:cmd/security-bootstrapper/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-30T00:31:47.324Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-30T00:31:47.324Z] [2021-01-30T00:31:47.324Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-30T00:31:47.679Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-30T00:31:47.679Z] latest: Pulling from edgex-devops/git-semver [2021-01-30T00:31:47.679Z] 31603596830f: Pulling fs layer [2021-01-30T00:31:47.679Z] 2a8b12db71e7: Pulling fs layer [2021-01-30T00:31:47.679Z] 6ca5941a6612: Pulling fs layer [2021-01-30T00:31:47.679Z] ecc8261a40a4: Pulling fs layer [2021-01-30T00:31:47.679Z] ecc8261a40a4: Waiting [2021-01-30T00:31:47.679Z] 2a8b12db71e7: Verifying Checksum [2021-01-30T00:31:47.679Z] 2a8b12db71e7: Download complete [2021-01-30T00:31:47.679Z] 31603596830f: Verifying Checksum [2021-01-30T00:31:47.679Z] 31603596830f: Download complete [2021-01-30T00:31:47.946Z] 6ca5941a6612: Verifying Checksum [2021-01-30T00:31:47.947Z] 6ca5941a6612: Download complete [2021-01-30T00:31:47.947Z] ecc8261a40a4: Verifying Checksum [2021-01-30T00:31:47.947Z] ecc8261a40a4: Download complete [2021-01-30T00:31:48.211Z] 31603596830f: Pull complete [2021-01-30T00:31:48.211Z] 2a8b12db71e7: Pull complete [2021-01-30T00:31:49.177Z] 6ca5941a6612: Pull complete [2021-01-30T00:31:49.441Z] ecc8261a40a4: Pull complete [2021-01-30T00:31:49.441Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-30T00:31:49.441Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-30T00:31:49.441Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-30T00:31:49.581Z] prd-centos7-docker-4c-2g-24043 does not seem to be running inside a container [2021-01-30T00:31:49.689Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/52 -v /w/workspace/edgex-go/52:/w/workspace/edgex-go/52:rw,z -v /w/workspace/edgex-go/52@tmp:/w/workspace/edgex-go/52@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-30T00:31:52.282Z] $ docker top 8d3baf48c7f78f46844f214b1fe011e415377e3f59efde61ee315bb1bd77e815 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-30T00:31:52.638Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-30T00:31:52.638Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-30T00:31:52.910Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-30T00:31:52.917Z] $ docker exec 8d3baf48c7f78f46844f214b1fe011e415377e3f59efde61ee315bb1bd77e815 ssh-agent [2021-01-30T00:31:53.161Z] SSH_AUTH_SOCK=/tmp/ssh-SPmpCz8wDfHc/agent.12 [2021-01-30T00:31:53.161Z] SSH_AGENT_PID=18 [2021-01-30T00:31:53.179Z] Running ssh-add (command line suppressed) [2021-01-30T00:31:53.326Z] Identity added: /w/workspace/edgex-go/52@tmp/private_key_617407848492267117.key (/w/workspace/edgex-go/52@tmp/private_key_617407848492267117.key) [2021-01-30T00:31:53.380Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-30T00:31:53.753Z] + git tag --points-at HEAD [Pipeline] } [2021-01-30T00:31:53.781Z] $ docker exec --env ******** --env ******** 8d3baf48c7f78f46844f214b1fe011e415377e3f59efde61ee315bb1bd77e815 ssh-agent -k [2021-01-30T00:31:53.916Z] unset SSH_AUTH_SOCK; [2021-01-30T00:31:53.916Z] unset SSH_AGENT_PID; [2021-01-30T00:31:53.916Z] echo Agent pid 18 killed; [2021-01-30T00:31:53.965Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-30T00:31:54.164Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-30T00:31:54.164Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-30T00:31:54.367Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-30T00:31:54.374Z] $ docker exec 8d3baf48c7f78f46844f214b1fe011e415377e3f59efde61ee315bb1bd77e815 ssh-agent [2021-01-30T00:31:54.593Z] SSH_AUTH_SOCK=/tmp/ssh-WtWZurroqjMl/agent.46 [2021-01-30T00:31:54.593Z] SSH_AGENT_PID=52 [2021-01-30T00:31:54.601Z] Running ssh-add (command line suppressed) [2021-01-30T00:31:54.739Z] Identity added: /w/workspace/edgex-go/52@tmp/private_key_5336371922605319632.key (/w/workspace/edgex-go/52@tmp/private_key_5336371922605319632.key) [2021-01-30T00:31:54.806Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-30T00:31:55.156Z] + git semver init [2021-01-30T00:31:55.156Z] # -> Open(): unable to determine branch for HEAD [2021-01-30T00:31:55.156Z] # $GIT_DIR = /w/workspace/edgex-go/52/.git [2021-01-30T00:31:55.156Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/52 [2021-01-30T00:31:55.156Z] # $SEMVER_REMOTE_NAME = origin [2021-01-30T00:31:55.156Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-30T00:31:55.156Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-30T00:31:55.156Z] # $SEMVER_BRANCH = PR-2858 [2021-01-30T00:31:55.156Z] # $SEMVER_TEMP = /tmp/semver-181873994 [2021-01-30T00:31:55.156Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-30T00:32:13.409Z] # '/tmp/semver-181873994' -> '/w/workspace/edgex-go/52/.semver' [2021-01-30T00:32:13.409Z] # -> Force: false [2021-01-30T00:32:13.409Z] # $SEMVER_DIR = /w/workspace/edgex-go/52/.semver [Pipeline] } [2021-01-30T00:32:13.426Z] $ docker exec --env ******** --env ******** 8d3baf48c7f78f46844f214b1fe011e415377e3f59efde61ee315bb1bd77e815 ssh-agent -k [2021-01-30T00:32:13.635Z] unset SSH_AUTH_SOCK; [2021-01-30T00:32:13.635Z] unset SSH_AGENT_PID; [2021-01-30T00:32:13.635Z] echo Agent pid 52 killed; [2021-01-30T00:32:13.736Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-30T00:32:14.283Z] + git semver [Pipeline] } [2021-01-30T00:32:14.305Z] $ docker stop --time=1 8d3baf48c7f78f46844f214b1fe011e415377e3f59efde61ee315bb1bd77e815 [2021-01-30T00:32:16.019Z] $ docker rm -f 8d3baf48c7f78f46844f214b1fe011e415377e3f59efde61ee315bb1bd77e815 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-30T00:32:16.546Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-30T00:32:17.130Z] Stashed 1 file(s) [Pipeline] echo [2021-01-30T00:32:17.133Z] [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-30T00:32:17.995Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-30T00:32:18.297Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-30T00:32:18.605Z] + sudo service docker restart [2021-01-30T00:32:18.606Z] + true [2021-01-30T00:32:18.606Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-30T00:32:19.575Z] ========================================================= [2021-01-30T00:32:19.575Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-30T00:32:19.575Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-30T00:32:19.921Z] + 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-30T00:32:24.184Z] Sending build context to Docker daemon 327.4MB [2021-01-30T00:32:24.184Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-30T00:32:24.184Z] Step 2/6 : FROM ${BASE} [2021-01-30T00:32:24.184Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-30T00:32:24.184Z] 188c0c94c7c5: Pulling fs layer [2021-01-30T00:32:24.184Z] 0ef7d3d256c8: Pulling fs layer [2021-01-30T00:32:24.184Z] de9db76c5a1d: Pulling fs layer [2021-01-30T00:32:24.184Z] bca2f99d35d6: Pulling fs layer [2021-01-30T00:32:24.184Z] 93359f2a8cfa: Pulling fs layer [2021-01-30T00:32:24.184Z] 7c6f9722023f: Pulling fs layer [2021-01-30T00:32:24.184Z] a35cf1a2eb13: Pulling fs layer [2021-01-30T00:32:24.184Z] bca2f99d35d6: Waiting [2021-01-30T00:32:24.184Z] 93359f2a8cfa: Waiting [2021-01-30T00:32:24.184Z] 7c6f9722023f: Waiting [2021-01-30T00:32:24.184Z] a35cf1a2eb13: Waiting [2021-01-30T00:32:24.184Z] de9db76c5a1d: Verifying Checksum [2021-01-30T00:32:24.184Z] de9db76c5a1d: Download complete [2021-01-30T00:32:24.184Z] 0ef7d3d256c8: Verifying Checksum [2021-01-30T00:32:24.184Z] 0ef7d3d256c8: Download complete [2021-01-30T00:32:24.184Z] 93359f2a8cfa: Verifying Checksum [2021-01-30T00:32:24.184Z] 93359f2a8cfa: Download complete [2021-01-30T00:32:24.184Z] 7c6f9722023f: Verifying Checksum [2021-01-30T00:32:24.184Z] 7c6f9722023f: Download complete [2021-01-30T00:32:24.184Z] 188c0c94c7c5: Verifying Checksum [2021-01-30T00:32:24.184Z] 188c0c94c7c5: Download complete [2021-01-30T00:32:24.447Z] 188c0c94c7c5: Pull complete [2021-01-30T00:32:25.037Z] 0ef7d3d256c8: Pull complete [2021-01-30T00:32:25.307Z] de9db76c5a1d: Pull complete [2021-01-30T00:32:25.892Z] a35cf1a2eb13: Verifying Checksum [2021-01-30T00:32:26.479Z] bca2f99d35d6: Verifying Checksum [2021-01-30T00:32:26.479Z] bca2f99d35d6: Download complete [2021-01-30T00:32:32.496Z] Still waiting to schedule task [2021-01-30T00:32:32.496Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-24037’ [2021-01-30T00:32:33.112Z] bca2f99d35d6: Pull complete [2021-01-30T00:32:33.112Z] 93359f2a8cfa: Pull complete [2021-01-30T00:32:33.112Z] 7c6f9722023f: Pull complete [2021-01-30T00:32:37.352Z] a35cf1a2eb13: Pull complete [2021-01-30T00:32:37.352Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-30T00:32:37.352Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-30T00:32:37.352Z] ---> a62c8e92a672 [2021-01-30T00:32:37.352Z] 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-30T00:32:37.352Z] ---> Running in 153b5e3d24c5 [2021-01-30T00:32:37.927Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T00:32:38.501Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T00:32:39.077Z] (1/12) Installing libmagic (5.38-r0) [2021-01-30T00:32:39.653Z] (2/12) Installing file (5.38-r0) [2021-01-30T00:32:39.653Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-30T00:32:39.653Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-30T00:32:46.251Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-30T00:32:46.251Z] (6/12) Installing patch (2.7.6-r6) [2021-01-30T00:32:46.251Z] (7/12) Installing build-base (0.5-r2) [2021-01-30T00:32:46.251Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-30T00:32:46.513Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-30T00:32:46.513Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-30T00:32:46.778Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-30T00:32:46.778Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-30T00:32:46.778Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T00:32:46.778Z] OK: 233 MiB in 51 packages [2021-01-30T00:32:51.028Z] Removing intermediate container 153b5e3d24c5 [2021-01-30T00:32:51.029Z] ---> 402a9f3aae12 [2021-01-30T00:32:51.029Z] Step 4/6 : WORKDIR /edgex-go [2021-01-30T00:32:51.029Z] ---> Running in 567ebb8bb73b [2021-01-30T00:32:51.029Z] Removing intermediate container 567ebb8bb73b [2021-01-30T00:32:51.029Z] ---> b1c2da7d8497 [2021-01-30T00:32:51.029Z] Step 5/6 : COPY go.mod . [2021-01-30T00:32:51.029Z] ---> cc70fb0a27bd [2021-01-30T00:32:51.029Z] Step 6/6 : RUN go mod download [2021-01-30T00:32:51.029Z] ---> Running in a1405d641ae8 [2021-01-30T00:33:13.060Z] Removing intermediate container a1405d641ae8 [2021-01-30T00:33:13.060Z] ---> ca8d77dfbb36 [2021-01-30T00:33:13.060Z] Successfully built ca8d77dfbb36 [2021-01-30T00:33:13.060Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-30T00:33:13.374Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-30T00:33:13.374Z] . [Pipeline] withDockerContainer [2021-01-30T00:33:13.484Z] prd-centos7-docker-4c-2g-24043 does not seem to be running inside a container [2021-01-30T00:33:13.540Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/52 -v /w/workspace/edgex-go/52:/w/workspace/edgex-go/52:rw,z -v /w/workspace/edgex-go/52@tmp:/w/workspace/edgex-go/52@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 ******** ci-base-image-x86_64 cat [2021-01-30T00:33:14.488Z] $ docker top 08c3ff6d86b099ec25ab760a2a3671696da13a2af4056c99e9ff51ee71cfcd91 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-30T00:33:15.030Z] + go version [2021-01-30T00:33:15.031Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-30T00:33:15.047Z] $ docker stop --time=1 08c3ff6d86b099ec25ab760a2a3671696da13a2af4056c99e9ff51ee71cfcd91 [2021-01-30T00:33:16.421Z] $ docker rm -f 08c3ff6d86b099ec25ab760a2a3671696da13a2af4056c99e9ff51ee71cfcd91 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-30T00:33:17.307Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-30T00:33:17.307Z] . [Pipeline] withDockerContainer [2021-01-30T00:33:17.427Z] prd-centos7-docker-4c-2g-24043 does not seem to be running inside a container [2021-01-30T00:33:17.486Z] $ 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/52 -v /w/workspace/edgex-go/52:/w/workspace/edgex-go/52:rw,z -v /w/workspace/edgex-go/52@tmp:/w/workspace/edgex-go/52@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 ******** ci-base-image-x86_64 cat [2021-01-30T00:33:18.262Z] $ docker top 11325d37607354a89375f4bc3e41919ee5cabc7192aafb9018650e87ffcfc532 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-30T00:33:18.497Z] ========================================================= [2021-01-30T00:33:18.497Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-30T00:33:18.497Z] ========================================================= [Pipeline] sh [2021-01-30T00:33:18.802Z] + make test [2021-01-30T00:33:18.802Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-30T00:33:28.885Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-30T00:33:51.796Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-30T00:33:52.769Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-30T00:33:54.189Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-30T00:33:54.189Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-30T00:33:54.189Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-30T00:33:57.626Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-30T00:33:57.626Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-30T00:33:57.626Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-30T00:33:57.626Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-30T00:33:57.626Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-30T00:33:57.902Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-30T00:34:00.536Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-30T00:34:00.536Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-30T00:34:00.536Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-30T00:34:03.968Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.184s coverage: 46.0% of statements [2021-01-30T00:34:03.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-30T00:34:03.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-30T00:34:03.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-30T00:34:03.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-30T00:34:03.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-30T00:34:03.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-01-30T00:34:03.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-01-30T00:34:03.968Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.081s coverage: 100.0% of statements [2021-01-30T00:34:08.260Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.167s coverage: 27.1% of statements [2021-01-30T00:34:08.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-30T00:34:08.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-30T00:34:08.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-30T00:34:08.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-30T00:34:08.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-30T00:34:08.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-30T00:34:08.260Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.046s coverage: 100.0% of statements [2021-01-30T00:34:08.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-30T00:34:08.260Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.048s coverage: 100.0% of statements [2021-01-30T00:34:08.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-30T00:34:08.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-30T00:34:08.260Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.101s coverage: 65.8% of statements [2021-01-30T00:34:08.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-30T00:34:08.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-30T00:34:08.260Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.472s coverage: 82.3% of statements [2021-01-30T00:34:08.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-30T00:34:08.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-30T00:34:08.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-30T00:34:08.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-30T00:34:10.882Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.394s coverage: 28.6% of statements [2021-01-30T00:34:10.882Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-30T00:34:10.882Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-30T00:34:10.882Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-30T00:34:10.882Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-30T00:34:10.882Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-30T00:34:10.882Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.115s coverage: 100.0% of statements [2021-01-30T00:34:10.882Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-30T00:34:10.882Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements [2021-01-30T00:34:10.882Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-30T00:34:10.882Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.125s coverage: 86.7% of statements [2021-01-30T00:34:10.882Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-30T00:34:10.882Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.128s coverage: 97.5% of statements [2021-01-30T00:34:10.882Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-30T00:34:10.882Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.069s coverage: 78.3% of statements [2021-01-30T00:34:10.882Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-30T00:34:10.882Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-30T00:34:10.882Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-30T00:34:10.882Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-30T00:34:14.264Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.447s coverage: 92.8% of statements [2021-01-30T00:34:14.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-30T00:34:14.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-30T00:34:14.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-30T00:34:14.264Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-30T00:34:14.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-30T00:34:14.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-30T00:34:14.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-30T00:34:14.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-30T00:34:14.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-30T00:34:14.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-30T00:34:14.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-30T00:34:14.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-30T00:34:14.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-30T00:34:14.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-30T00:34:14.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-30T00:34:14.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-30T00:34:14.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-30T00:34:14.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-30T00:34:14.264Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.036s coverage: 58.8% of statements [2021-01-30T00:34:14.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-30T00:34:14.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-30T00:34:14.264Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.094s coverage: 0.1% of statements [2021-01-30T00:34:14.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-30T00:34:14.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-30T00:34:14.264Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-30T00:34:14.264Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.057s coverage: 45.5% of statements [2021-01-30T00:34:14.264Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.044s coverage: 79.5% of statements [2021-01-30T00:34:14.264Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.029s coverage: 94.1% of statements [2021-01-30T00:34:14.264Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.057s coverage: 96.3% of statements [2021-01-30T00:34:14.264Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.033s coverage: 87.5% of statements [2021-01-30T00:34:26.561Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.047s coverage: 94.4% of statements [2021-01-30T00:34:26.561Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements [2021-01-30T00:34:38.895Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.065s coverage: 92.9% of statements [2021-01-30T00:34:38.896Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-30T00:34:38.896Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-30T00:34:38.896Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-30T00:34:38.896Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-30T00:34:38.896Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.054s coverage: 87.2% of statements [2021-01-30T00:34:38.896Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-30T00:34:38.896Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-30T00:34:38.896Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.040s coverage: 100.0% of statements [2021-01-30T00:34:38.896Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-30T00:34:38.896Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements [2021-01-30T00:34:38.896Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-30T00:34:38.896Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.043s coverage: 80.8% of statements [2021-01-30T00:34:38.896Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements [2021-01-30T00:34:38.896Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.050s coverage: 84.2% of statements [2021-01-30T00:34:38.896Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.077s coverage: 91.4% of statements [2021-01-30T00:34:38.896Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-30T00:34:38.896Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.179s coverage: 63.5% of statements [2021-01-30T00:34:38.896Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-30T00:34:38.896Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-30T00:34:38.896Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2021-01-30T00:34:38.896Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-01-30T00:34:38.896Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-01-30T00:34:38.896Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2021-01-30T00:34:38.896Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-01-30T00:34:38.896Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.330s coverage: 68.9% of statements [2021-01-30T00:34:38.896Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-30T00:34:38.896Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-30T00:34:38.896Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-30T00:34:38.896Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-30T00:34:38.896Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-30T00:34:38.896Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.090s coverage: 37.0% of statements [2021-01-30T00:34:38.896Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-30T00:34:38.896Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-30T00:34:38.896Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.301s coverage: 84.0% of statements [2021-01-30T00:34:38.896Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.047s coverage: 100.0% of statements [2021-01-30T00:34:38.896Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.109s coverage: 47.1% of statements [2021-01-30T00:34:38.896Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-30T00:34:38.896Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-30T00:34:38.896Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-30T00:34:38.896Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-30T00:34:38.896Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-30T00:34:38.896Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.061s coverage: 100.0% of statements [2021-01-30T00:34:38.896Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-30T00:34:38.896Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements [2021-01-30T00:34:38.896Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-30T00:34:38.896Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.814s coverage: 29.1% of statements [2021-01-30T00:34:38.896Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-30T00:34:38.896Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-30T00:34:38.896Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-30T00:34:38.896Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-30T00:34:38.896Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-30T00:34:38.896Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.091s coverage: 99.0% of statements [2021-01-30T00:34:38.896Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-30T00:34:38.896Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.048s coverage: 100.0% of statements [2021-01-30T00:34:38.896Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-30T00:34:38.896Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-01-30T00:34:38.896Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-01-30T00:34:38.896Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-01-30T00:34:38.896Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.081s coverage: 100.0% of statements [2021-01-30T00:34:38.896Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-01-30T00:34:38.896Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-01-30T00:34:38.896Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-01-30T00:34:38.896Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements [2021-01-30T00:34:38.896Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-30T00:34:38.896Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.036s coverage: 100.0% of statements [2021-01-30T00:34:38.896Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-30T00:34:38.896Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-30T00:34:38.896Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-30T00:34:38.896Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-30T00:34:38.896Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.058s coverage: 87.9% of statements [2021-01-30T00:34:38.896Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-30T00:34:38.896Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-30T00:34:38.896Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.049s coverage: 100.0% of statements [2021-01-30T00:34:38.896Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2021-01-30T00:34:38.896Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-01-30T00:34:38.896Z] GO111MODULE=on go vet ./... [2021-01-30T00:35:11.307Z] gofmt -l . [2021-01-30T00:35:11.307Z] [ "`gofmt -l .`" = "" ] [2021-01-30T00:35:11.307Z] ./bin/test-go-mod-tidy.sh [2021-01-30T00:35:11.307Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-30T00:35:11.942Z] + ls -al . [2021-01-30T00:35:11.942Z] total 680 [2021-01-30T00:35:11.942Z] drwxrwxr-x 10 1001 1001 4096 Jan 30 00:35 . [2021-01-30T00:35:11.942Z] drwxr-xr-x 4 root root 30 Jan 30 00:33 .. [2021-01-30T00:35:11.942Z] -rw-rw-r-- 1 1001 1001 11 Jan 30 00:31 .dockerignore [2021-01-30T00:35:11.942Z] drwxrwxr-x 8 1001 1001 179 Jan 30 00:31 .git [2021-01-30T00:35:11.942Z] drwxrwxr-x 3 1001 1001 125 Jan 30 00:31 .github [2021-01-30T00:35:11.942Z] -rw-rw-r-- 1 1001 1001 872 Jan 30 00:31 .gitignore [2021-01-30T00:35:11.942Z] drwx------ 3 1001 1001 60 Jan 30 00:32 .semver [2021-01-30T00:35:11.942Z] -rw-rw-r-- 1 1001 1001 166 Jan 30 00:31 .sonarcloud.properties [2021-01-30T00:35:11.942Z] -rw-rw-r-- 1 1001 1001 7859 Jan 30 00:31 Attribution.txt [2021-01-30T00:35:11.942Z] -rw-rw-r-- 1 1001 1001 3804 Jan 30 00:31 CONTRIBUTING.md [2021-01-30T00:35:11.942Z] -rw-rw-r-- 1 1001 1001 931 Jan 30 00:31 Dockerfile.build [2021-01-30T00:35:11.942Z] -rw-rw-r-- 1 1001 1001 863 Jan 30 00:31 Jenkinsfile [2021-01-30T00:35:11.942Z] -rw-rw-r-- 1 1001 1001 10775 Jan 30 00:31 LICENSE [2021-01-30T00:35:11.942Z] -rw-rw-r-- 1 1001 1001 6001 Jan 30 00:31 Makefile [2021-01-30T00:35:11.942Z] -rw-rw-r-- 1 1001 1001 6524 Jan 30 00:31 README.md [2021-01-30T00:35:11.942Z] -rw-rw-r-- 1 1001 1001 6755 Jan 30 00:31 SECURITY.md [2021-01-30T00:35:11.942Z] -rw-rw-r-- 1 1001 1001 5 Jan 30 00:32 VERSION [2021-01-30T00:35:11.942Z] -rw-rw-r-- 1 1001 1001 4131 Jan 30 00:31 ZMQWindows.md [2021-01-30T00:35:11.942Z] drwxrwxr-x 2 1001 1001 117 Jan 30 00:31 bin [2021-01-30T00:35:11.942Z] drwxrwxr-x 15 1001 1001 4096 Jan 30 00:31 cmd [2021-01-30T00:35:11.942Z] -rw-r--r-- 1 root root 574984 Jan 30 00:34 coverage.out [2021-01-30T00:35:11.942Z] -rw-r--r-- 1 root root 1054 Jan 30 00:35 go.mod [2021-01-30T00:35:11.942Z] -rw-r--r-- 1 root root 19289 Jan 30 00:35 go.sum [2021-01-30T00:35:11.942Z] drwxrwxr-x 8 1001 1001 127 Jan 30 00:31 internal [2021-01-30T00:35:11.942Z] drwxrwxr-x 4 1001 1001 26 Jan 30 00:31 openapi [2021-01-30T00:35:11.942Z] drwxrwxr-x 4 1001 1001 71 Jan 30 00:31 snap [2021-01-30T00:35:11.942Z] -rw-rw-r-- 1 1001 1001 168 Jan 30 00:31 version.go [Pipeline] sh [2021-01-30T00:35:12.266Z] + '[' -e coverage.out ] [2021-01-30T00:35:12.266Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-30T00:35:12.527Z] Stashed 1 file(s) [Pipeline] sh [2021-01-30T00:35:12.837Z] + make build [2021-01-30T00:35:12.837Z] 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-30T00:35:17.091Z] 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-30T00:35:27.238Z] 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-30T00:35:27.238Z] 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-30T00:35:29.198Z] 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-30T00:35:29.467Z] 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-30T00:35:30.895Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-30T00:35:32.296Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-30T00:35:33.700Z] 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-30T00:35:35.115Z] 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-30T00:35:36.103Z] 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-30T00:35:37.528Z] 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-30T00:35:39.070Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-01-30T00:35:40.694Z] $ docker stop --time=1 11325d37607354a89375f4bc3e41919ee5cabc7192aafb9018650e87ffcfc532 [2021-01-30T00:35:42.535Z] $ docker rm -f 11325d37607354a89375f4bc3e41919ee5cabc7192aafb9018650e87ffcfc532 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-30T00:35:44.594Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-30T00:35:44.594Z] [2021-01-30T00:35:44.594Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-30T00:35:44.941Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-30T00:35:44.941Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-30T00:35:44.941Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-30T00:35:44.941Z] ca9280d653b3: Pulling fs layer [2021-01-30T00:35:44.941Z] 7e9c9ca2126c: Pulling fs layer [2021-01-30T00:35:45.902Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-30T00:35:45.902Z] cbdbe7a5bc2a: Download complete [2021-01-30T00:35:45.902Z] ca9280d653b3: Verifying Checksum [2021-01-30T00:35:45.902Z] ca9280d653b3: Download complete [2021-01-30T00:35:46.170Z] cbdbe7a5bc2a: Pull complete [2021-01-30T00:35:47.127Z] 7e9c9ca2126c: Download complete [2021-01-30T00:35:47.127Z] ca9280d653b3: Pull complete [2021-01-30T00:35:53.808Z] 7e9c9ca2126c: Pull complete [2021-01-30T00:35:53.808Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-30T00:35:53.808Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-30T00:35:53.808Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-30T00:35:54.003Z] prd-centos7-docker-4c-2g-24043 does not seem to be running inside a container [2021-01-30T00:35:54.059Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/52 -v /w/workspace/edgex-go/52:/w/workspace/edgex-go/52:rw,z -v /w/workspace/edgex-go/52@tmp:/w/workspace/edgex-go/52@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-30T00:35:56.548Z] $ docker top 349f62155450da93b55946677e20c7b074d6254d89f337d56e7a4c6f974fcd3f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-30T00:35:57.091Z] + docker-compose build --help [2021-01-30T00:35:57.091Z] + grep parallel [2021-01-30T00:35:58.481Z] --parallel Build images in parallel. [Pipeline] } [2021-01-30T00:35:58.497Z] $ docker stop --time=1 349f62155450da93b55946677e20c7b074d6254d89f337d56e7a4c6f974fcd3f [2021-01-30T00:35:59.907Z] $ docker rm -f 349f62155450da93b55946677e20c7b074d6254d89f337d56e7a4c6f974fcd3f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-30T00:36:00.730Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-30T00:36:00.730Z] . [Pipeline] withDockerContainer [2021-01-30T00:36:00.856Z] prd-centos7-docker-4c-2g-24043 does not seem to be running inside a container [2021-01-30T00:36:00.911Z] $ 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/52 -v /w/workspace/edgex-go/52:/w/workspace/edgex-go/52:rw,z -v /w/workspace/edgex-go/52@tmp:/w/workspace/edgex-go/52@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-30T00:36:01.596Z] $ docker top c347446da4ffa98c1dda7fcbbcba0ca8d076ebf0df2bae55ce33bba3a4df5454 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-30T00:36:02.094Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-30T00:36:03.042Z] Building docker-core-command-go ... [2021-01-30T00:36:03.042Z] Building docker-core-data-go ... [2021-01-30T00:36:03.042Z] Building docker-core-metadata-go ... [2021-01-30T00:36:03.042Z] Building docker-security-bootstrapper-go ... [2021-01-30T00:36:03.042Z] Building docker-security-proxy-setup-go ... [2021-01-30T00:36:03.042Z] Building docker-security-secretstore-setup-go ... [2021-01-30T00:36:03.042Z] Building docker-support-notifications-go ... [2021-01-30T00:36:03.042Z] Building docker-support-scheduler-go ... [2021-01-30T00:36:03.042Z] Building docker-sys-mgmt-agent-go ... [2021-01-30T00:36:03.042Z] Building docker-support-scheduler-go [2021-01-30T00:36:03.042Z] Building docker-core-metadata-go [2021-01-30T00:36:03.042Z] Building docker-support-notifications-go [2021-01-30T00:36:03.042Z] Building docker-sys-mgmt-agent-go [2021-01-30T00:36:03.042Z] Building docker-security-proxy-setup-go [2021-01-30T00:36:29.676Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24048 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-01-30T00:36:29.726Z] Running in /w/workspace/edgex-go/52 [Pipeline] { [Pipeline] checkout [2021-01-30T00:36:34.696Z] using credential edgex-jenkins-ssh [2021-01-30T00:36:34.756Z] Cloning the remote Git repository [2021-01-30T00:36:34.827Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-30T00:36:34.940Z] > git init /w/workspace/edgex-go/52 # timeout=10 [2021-01-30T00:36:35.025Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-30T00:36:35.026Z] > git --version # timeout=10 [2021-01-30T00:36:35.048Z] > git --version # 'git version 2.17.1' [2021-01-30T00:36:35.050Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-30T00:36:35.116Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-30T00:36:41.994Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T00:36:41.994Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-30T00:36:41.994Z] ---> ca8d77dfbb36 [2021-01-30T00:36:41.994Z] Step 3/21 : WORKDIR /edgex-go [2021-01-30T00:36:41.994Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T00:36:41.994Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-30T00:36:41.994Z] ---> ca8d77dfbb36 [2021-01-30T00:36:41.994Z] Step 3/26 : WORKDIR /edgex-go [2021-01-30T00:36:41.994Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T00:36:41.994Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-30T00:36:41.994Z] ---> ca8d77dfbb36 [2021-01-30T00:36:41.994Z] Step 3/23 : WORKDIR /edgex-go [2021-01-30T00:36:41.994Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T00:36:41.994Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-30T00:36:41.994Z] ---> ca8d77dfbb36 [2021-01-30T00:36:41.994Z] Step 3/22 : WORKDIR /edgex-go [2021-01-30T00:36:41.994Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T00:36:41.994Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-30T00:36:41.994Z] ---> ca8d77dfbb36 [2021-01-30T00:36:41.994Z] Step 3/22 : WORKDIR /edgex-go [2021-01-30T00:36:41.994Z] ---> Running in c37f21c77005 [2021-01-30T00:36:41.994Z] ---> Running in 26fdd8eb946f [2021-01-30T00:36:41.994Z] ---> Running in 86a5ed52ffd2 [2021-01-30T00:36:41.994Z] ---> Running in 02181685622a [2021-01-30T00:36:41.994Z] ---> Running in fb18cf4f2241 [2021-01-30T00:36:41.994Z] Removing intermediate container fb18cf4f2241 [2021-01-30T00:36:41.994Z] ---> 2092458bb429 [2021-01-30T00:36:41.994Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T00:36:41.994Z] Removing intermediate container 02181685622a [2021-01-30T00:36:41.994Z] ---> b337b4af0c09 [2021-01-30T00:36:41.994Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T00:36:41.994Z] Removing intermediate container 86a5ed52ffd2 [2021-01-30T00:36:41.994Z] ---> 665a926f1806 [2021-01-30T00:36:41.994Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T00:36:41.994Z] Removing intermediate container 26fdd8eb946f [2021-01-30T00:36:41.994Z] ---> 21057436e3da [2021-01-30T00:36:41.994Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T00:36:41.994Z] Removing intermediate container c37f21c77005 [2021-01-30T00:36:41.994Z] ---> 295c8199f1ef [2021-01-30T00:36:41.994Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T00:36:41.994Z] ---> Running in 267792e63106 [2021-01-30T00:36:41.994Z] ---> Running in 0c48462ae13d [2021-01-30T00:36:41.994Z] ---> Running in c69ee367bebe [2021-01-30T00:36:41.994Z] ---> Running in 4cc653e014ef [2021-01-30T00:36:41.994Z] ---> Running in c50d8f2b0104 [2021-01-30T00:36:42.966Z] Removing intermediate container 267792e63106 [2021-01-30T00:36:42.966Z] ---> dec50948e5a6 [2021-01-30T00:36:42.966Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-30T00:36:42.966Z] Removing intermediate container 0c48462ae13d [2021-01-30T00:36:42.966Z] ---> 773347e41319 [2021-01-30T00:36:42.966Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-30T00:36:42.966Z] ---> Running in 2e0f8d45dcf9 [2021-01-30T00:36:43.244Z] ---> Running in a7ca61bbb346 [2021-01-30T00:36:43.518Z] Removing intermediate container c69ee367bebe [2021-01-30T00:36:43.518Z] ---> 0f38f2286f7a [2021-01-30T00:36:43.518Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-30T00:36:43.518Z] Removing intermediate container 4cc653e014ef [2021-01-30T00:36:43.518Z] ---> e4727a1ba2ab [2021-01-30T00:36:43.518Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-30T00:36:43.518Z] Removing intermediate container c50d8f2b0104 [2021-01-30T00:36:43.518Z] ---> c1297d5ace3b [2021-01-30T00:36:43.518Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-30T00:36:43.805Z] ---> Running in a88c707a6ecd [2021-01-30T00:36:43.805Z] ---> Running in 64a9cc989d26 [2021-01-30T00:36:43.805Z] ---> Running in a6c9bd9d3387 [2021-01-30T00:36:44.071Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T00:36:44.071Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T00:36:44.662Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T00:36:44.939Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T00:36:44.939Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T00:36:44.939Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T00:36:45.201Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T00:36:45.465Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T00:36:46.042Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T00:36:46.042Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T00:36:46.042Z] OK: 233 MiB in 51 packages [2021-01-30T00:36:46.309Z] OK: 233 MiB in 51 packages [2021-01-30T00:36:46.579Z] OK: 233 MiB in 51 packages [2021-01-30T00:36:46.579Z] Removing intermediate container 2e0f8d45dcf9 [2021-01-30T00:36:46.579Z] ---> 9c6ca49e216f [2021-01-30T00:36:46.579Z] Step 6/22 : COPY go.mod . [2021-01-30T00:36:46.846Z] OK: 233 MiB in 51 packages [2021-01-30T00:36:47.129Z] Removing intermediate container a7ca61bbb346 [2021-01-30T00:36:47.129Z] ---> 1addcd4194dd [2021-01-30T00:36:47.129Z] Step 6/23 : COPY go.mod . [2021-01-30T00:36:47.129Z] OK: 233 MiB in 51 packages [2021-01-30T00:36:47.129Z] ---> 5271db0a1a64 [2021-01-30T00:36:47.129Z] Step 7/22 : RUN go mod download [2021-01-30T00:36:47.129Z] ---> Running in 95c594cb7769 [2021-01-30T00:36:47.402Z] Removing intermediate container a88c707a6ecd [2021-01-30T00:36:47.402Z] ---> 886ec9d46b8b [2021-01-30T00:36:47.402Z] Step 6/22 : COPY go.mod . [2021-01-30T00:36:47.664Z] ---> 951e1eda2e49 [2021-01-30T00:36:47.664Z] Step 7/23 : RUN go mod download [2021-01-30T00:36:47.664Z] ---> Running in f2543fc0776d [2021-01-30T00:36:47.928Z] ---> ed972bb71097 [2021-01-30T00:36:47.928Z] Step 7/22 : RUN go mod download [2021-01-30T00:36:48.194Z] Removing intermediate container 64a9cc989d26 [2021-01-30T00:36:48.194Z] ---> f27e7c00f6e6 [2021-01-30T00:36:48.194Z] Step 6/26 : COPY go.mod . [2021-01-30T00:36:48.194Z] ---> Running in c0ce0b8e1d28 [2021-01-30T00:36:48.493Z] Removing intermediate container a6c9bd9d3387 [2021-01-30T00:36:48.493Z] ---> f1c93d195fcc [2021-01-30T00:36:48.493Z] Step 6/21 : COPY go.mod . [2021-01-30T00:36:48.778Z] ---> 86a985a2f42e [2021-01-30T00:36:48.778Z] Step 7/26 : RUN go mod download [2021-01-30T00:36:48.778Z] ---> Running in 0dec05cb3efc [2021-01-30T00:36:49.054Z] ---> df8f389ac54b [2021-01-30T00:36:49.054Z] Step 7/21 : RUN go mod download [2021-01-30T00:36:49.054Z] ---> Running in a7fa58ff2bd8 [2021-01-30T00:36:50.483Z] Removing intermediate container f2543fc0776d [2021-01-30T00:36:50.483Z] ---> f174b751d441 [2021-01-30T00:36:50.483Z] Step 8/23 : COPY . . [2021-01-30T00:36:50.752Z] Removing intermediate container c0ce0b8e1d28 [2021-01-30T00:36:50.752Z] ---> 6ea19057c08b [2021-01-30T00:36:50.752Z] Step 8/22 : COPY . . [2021-01-30T00:36:50.752Z] Removing intermediate container 95c594cb7769 [2021-01-30T00:36:50.752Z] ---> a037300a8990 [2021-01-30T00:36:50.752Z] Step 8/22 : COPY . . [2021-01-30T00:36:51.163Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-30T00:36:51.183Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-30T00:36:51.220Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-30T00:36:51.262Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-30T00:36:51.263Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-30T00:36:51.276Z] > 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-30T00:36:52.061Z] Merging remotes/origin/master commit f32f4191109bc075ff9359b3fa855becd8fb908f into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-01-30T00:36:53.363Z] Merge succeeded, producing e3250bff09a836634214df44f276c3bac0d53811 [2021-01-30T00:36:53.363Z] Checking out Revision e3250bff09a836634214df44f276c3bac0d53811 (PR-2858) [2021-01-30T00:36:52.083Z] > git config core.sparsecheckout # timeout=10 [2021-01-30T00:36:52.102Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-01-30T00:36:52.467Z] > git remote # timeout=10 [2021-01-30T00:36:52.493Z] > git config --get remote.origin.url # timeout=10 [2021-01-30T00:36:52.509Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-30T00:36:52.520Z] > git merge f32f4191109bc075ff9359b3fa855becd8fb908f # timeout=10 [2021-01-30T00:36:53.345Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-30T00:36:53.371Z] > git config core.sparsecheckout # timeout=10 [2021-01-30T00:36:53.387Z] > git checkout -f e3250bff09a836634214df44f276c3bac0d53811 # timeout=10 [2021-01-30T00:36:55.368Z] Removing intermediate container 0dec05cb3efc [2021-01-30T00:36:55.368Z] ---> 683d2c96e2bb [2021-01-30T00:36:55.368Z] Step 8/26 : COPY . . [2021-01-30T00:36:55.368Z] Removing intermediate container a7fa58ff2bd8 [2021-01-30T00:36:55.368Z] ---> aa9e492e50e0 [2021-01-30T00:36:55.368Z] Step 8/21 : COPY . . [2021-01-30T00:36:57.581Z] Commit message: "Merge commit 'f32f4191109bc075ff9359b3fa855becd8fb908f' into HEAD" [2021-01-30T00:36:57.603Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-30T00:36:57.589Z] > git rev-list --no-walk 600e9b21aa7194b46ff301a887fab1dff515ebca # timeout=10 [2021-01-30T00:36:59.171Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-30T00:36:59.644Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-30T00:36:59.987Z] + sudo service docker restart [2021-01-30T00:36:59.987Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-30T00:37:02.053Z] provisioning config files... [2021-01-30T00:37:02.114Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/52@tmp/config1238648261170323430tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-30T00:37:02.595Z] ---> docker-login.sh [2021-01-30T00:37:02.595Z] nexus3.edgexfoundry.org:10001 [2021-01-30T00:37:03.203Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T00:37:03.802Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T00:37:03.802Z] Configure a credential helper to remove this warning. See [2021-01-30T00:37:03.802Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T00:37:03.802Z] [2021-01-30T00:37:03.802Z] Login Succeeded [2021-01-30T00:37:03.802Z] nexus3.edgexfoundry.org:10002 [2021-01-30T00:37:04.073Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T00:37:04.073Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T00:37:04.073Z] Configure a credential helper to remove this warning. See [2021-01-30T00:37:04.073Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T00:37:04.073Z] [2021-01-30T00:37:04.073Z] Login Succeeded [2021-01-30T00:37:04.345Z] nexus3.edgexfoundry.org:10003 [2021-01-30T00:37:04.623Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T00:37:04.623Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T00:37:04.623Z] Configure a credential helper to remove this warning. See [2021-01-30T00:37:04.623Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T00:37:04.623Z] [2021-01-30T00:37:04.623Z] Login Succeeded [2021-01-30T00:37:04.623Z] nexus3.edgexfoundry.org:10004 [2021-01-30T00:37:05.221Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T00:37:05.221Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T00:37:05.221Z] Configure a credential helper to remove this warning. See [2021-01-30T00:37:05.221Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T00:37:05.221Z] [2021-01-30T00:37:05.221Z] Login Succeeded [2021-01-30T00:37:05.221Z] docker.io [2021-01-30T00:37:05.817Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T00:37:06.088Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T00:37:06.088Z] Configure a credential helper to remove this warning. See [2021-01-30T00:37:06.088Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T00:37:06.088Z] [2021-01-30T00:37:06.088Z] Login Succeeded [2021-01-30T00:37:06.088Z] ---> docker-login.sh ends [Pipeline] } [2021-01-30T00:37:06.106Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-30T00:37:06.605Z] ========================================================= [2021-01-30T00:37:06.605Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-30T00:37:06.605Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-30T00:37:06.982Z] + 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-30T00:37:09.628Z] Sending build context to Docker daemon 166.1MB [2021-01-30T00:37:09.628Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-30T00:37:09.628Z] Step 2/6 : FROM ${BASE} [2021-01-30T00:37:09.628Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-30T00:37:09.628Z] 5f621e34cdf4: Pulling fs layer [2021-01-30T00:37:09.628Z] a4357932f1b6: Pulling fs layer [2021-01-30T00:37:09.628Z] 18c013af1878: Pulling fs layer [2021-01-30T00:37:09.628Z] 00ac8860ef70: Pulling fs layer [2021-01-30T00:37:09.628Z] 63d7cb157983: Pulling fs layer [2021-01-30T00:37:09.628Z] b116817d02f9: Pulling fs layer [2021-01-30T00:37:09.628Z] 745a02a5169b: Pulling fs layer [2021-01-30T00:37:09.628Z] 00ac8860ef70: Waiting [2021-01-30T00:37:09.628Z] 63d7cb157983: Waiting [2021-01-30T00:37:09.628Z] b116817d02f9: Waiting [2021-01-30T00:37:09.628Z] 745a02a5169b: Waiting [2021-01-30T00:37:09.628Z] 18c013af1878: Verifying Checksum [2021-01-30T00:37:09.628Z] 18c013af1878: Download complete [2021-01-30T00:37:09.628Z] a4357932f1b6: Verifying Checksum [2021-01-30T00:37:09.628Z] a4357932f1b6: Download complete [2021-01-30T00:37:09.628Z] 63d7cb157983: Verifying Checksum [2021-01-30T00:37:09.628Z] 63d7cb157983: Download complete [2021-01-30T00:37:09.628Z] b116817d02f9: Verifying Checksum [2021-01-30T00:37:09.628Z] b116817d02f9: Download complete [2021-01-30T00:37:09.628Z] 5f621e34cdf4: Verifying Checksum [2021-01-30T00:37:09.628Z] 5f621e34cdf4: Download complete [2021-01-30T00:37:10.230Z] 5f621e34cdf4: Pull complete [2021-01-30T00:37:10.833Z] a4357932f1b6: Pull complete [2021-01-30T00:37:11.108Z] 18c013af1878: Pull complete [2021-01-30T00:37:12.089Z] 745a02a5169b: Download complete [2021-01-30T00:37:13.519Z] 00ac8860ef70: Verifying Checksum [2021-01-30T00:37:13.519Z] 00ac8860ef70: Download complete [2021-01-30T00:37:24.157Z] 00ac8860ef70: Pull complete [2021-01-30T00:37:24.157Z] 63d7cb157983: Pull complete [2021-01-30T00:37:24.157Z] b116817d02f9: Pull complete [2021-01-30T00:37:27.559Z] 745a02a5169b: Pull complete [2021-01-30T00:37:27.559Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-30T00:37:27.559Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-30T00:37:27.559Z] ---> b7e6874047d6 [2021-01-30T00:37:27.559Z] 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-30T00:37:30.950Z] ---> Running in 1a41cc6ef93f [2021-01-30T00:37:31.549Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T00:37:32.527Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T00:37:33.119Z] (1/12) Installing libmagic (5.38-r0) [2021-01-30T00:37:33.391Z] (2/12) Installing file (5.38-r0) [2021-01-30T00:37:33.391Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-30T00:37:33.391Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-30T00:37:34.472Z] ---> 88633c21841d [2021-01-30T00:37:34.472Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-30T00:37:34.472Z] ---> 9dec7f03dce9 [2021-01-30T00:37:34.472Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-30T00:37:34.472Z] ---> 810496fbdff8 [2021-01-30T00:37:34.472Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-30T00:37:34.472Z] ---> Running in 138814e2438e [2021-01-30T00:37:34.472Z] ---> Running in acdc890c6d24 [2021-01-30T00:37:34.472Z] ---> Running in a9b8cbe071f8 [2021-01-30T00:37:34.472Z] ---> 38226a81548b [2021-01-30T00:37:34.472Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-30T00:37:34.472Z] ---> c33274b332b6 [2021-01-30T00:37:34.472Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-30T00:37:34.472Z] ---> Running in 5432e7be9a6c [2021-01-30T00:37:34.472Z] ---> Running in c6d3211e1115 [2021-01-30T00:37:34.472Z] 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-30T00:37:34.472Z] 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-30T00:37:34.472Z] 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-30T00:37:34.472Z] 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-30T00:37:34.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-30T00:37:38.769Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-30T00:37:38.770Z] (6/12) Installing patch (2.7.6-r6) [2021-01-30T00:37:38.770Z] (7/12) Installing build-base (0.5-r2) [2021-01-30T00:37:38.770Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-30T00:37:38.770Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-30T00:37:38.770Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-30T00:37:38.770Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-30T00:37:38.770Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-30T00:37:38.770Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T00:37:38.770Z] OK: 217 MiB in 51 packages [2021-01-30T00:37:43.091Z] Removing intermediate container 1a41cc6ef93f [2021-01-30T00:37:43.091Z] ---> 42176b5f9e7b [2021-01-30T00:37:43.091Z] Step 4/6 : WORKDIR /edgex-go [2021-01-30T00:37:43.091Z] ---> Running in 457d4c3151cc [2021-01-30T00:37:43.364Z] Removing intermediate container 457d4c3151cc [2021-01-30T00:37:43.364Z] ---> ef740e1d3db6 [2021-01-30T00:37:43.364Z] Step 5/6 : COPY go.mod . [2021-01-30T00:37:43.959Z] ---> 67849a292851 [2021-01-30T00:37:43.959Z] Step 6/6 : RUN go mod download [2021-01-30T00:37:44.231Z] ---> Running in ea4cf6d4a60b [2021-01-30T00:38:06.783Z] 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-30T00:38:11.041Z] Removing intermediate container ea4cf6d4a60b [2021-01-30T00:38:11.041Z] ---> bab09e309b16 [2021-01-30T00:38:11.041Z] Successfully built bab09e309b16 [2021-01-30T00:38:11.041Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-30T00:38:11.384Z] + docker inspect -f . ci-base-image-arm64 [2021-01-30T00:38:11.384Z] . [Pipeline] withDockerContainer [2021-01-30T00:38:11.665Z] prd-ubuntu18.04-docker-arm64-4c-16g-24048 does not seem to be running inside a container [2021-01-30T00:38:11.748Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/52 -v /w/workspace/edgex-go/52:/w/workspace/edgex-go/52:rw,z -v /w/workspace/edgex-go/52@tmp:/w/workspace/edgex-go/52@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 ******** ci-base-image-arm64 cat [2021-01-30T00:38:13.273Z] $ docker top 469fa9970e74f4ac0849ed963f815074a9ec24b59ef343b674e08cfdad389761 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-30T00:38:14.337Z] + go version [2021-01-30T00:38:14.337Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-30T00:38:14.362Z] $ docker stop --time=1 469fa9970e74f4ac0849ed963f815074a9ec24b59ef343b674e08cfdad389761 [2021-01-30T00:38:16.268Z] $ docker rm -f 469fa9970e74f4ac0849ed963f815074a9ec24b59ef343b674e08cfdad389761 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-30T00:38:17.244Z] + docker inspect -f . ci-base-image-arm64 [2021-01-30T00:38:17.244Z] . [Pipeline] withDockerContainer [2021-01-30T00:38:17.540Z] prd-ubuntu18.04-docker-arm64-4c-16g-24048 does not seem to be running inside a container [2021-01-30T00:38:17.632Z] $ 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/52 -v /w/workspace/edgex-go/52:/w/workspace/edgex-go/52:rw,z -v /w/workspace/edgex-go/52@tmp:/w/workspace/edgex-go/52@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 ******** ci-base-image-arm64 cat [2021-01-30T00:38:18.984Z] $ docker top aadf726b210e01cede39ff94642b79528dc96643e30d264e054ffd0a41809b32 -eo pid,comm [2021-01-30T00:38:19.204Z] Removing intermediate container c6d3211e1115 [2021-01-30T00:38:19.204Z] ---> 788be8b8e802 [2021-01-30T00:38:19.204Z] [2021-01-30T00:38:19.204Z] Step 10/21 : FROM alpine:3.12 [2021-01-30T00:38:19.204Z] Removing intermediate container a9b8cbe071f8 [2021-01-30T00:38:19.204Z] ---> 85cb156bf557 [2021-01-30T00:38:19.204Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-30T00:38:19.204Z] Removing intermediate container 5432e7be9a6c [2021-01-30T00:38:19.204Z] ---> 28a43b9f2567 [2021-01-30T00:38:19.204Z] [2021-01-30T00:38:19.204Z] Step 10/22 : FROM alpine:3.12 [2021-01-30T00:38:19.204Z] 3.12: Pulling from library/alpine [2021-01-30T00:38:19.204Z] 3.12: Pulling from library/alpine [2021-01-30T00:38:19.204Z] ---> Running in a76351cfacf8 [2021-01-30T00:38:19.204Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-30T00:38:19.204Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-30T00:38:19.204Z] Status: Downloaded newer image for alpine:3.12 [2021-01-30T00:38:19.204Z] ---> 389fef711851 [2021-01-30T00:38:19.204Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-30T00:38:19.204Z] Status: Downloaded newer image for alpine:3.12 [2021-01-30T00:38:19.204Z] ---> 389fef711851 [2021-01-30T00:38:19.204Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-30T00:38:19.204Z] 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 [Pipeline] { [Pipeline] echo [2021-01-30T00:38:19.329Z] ========================================================= [2021-01-30T00:38:19.329Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-30T00:38:19.329Z] ========================================================= [Pipeline] sh [2021-01-30T00:38:19.970Z] + make test [2021-01-30T00:38:19.970Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-30T00:38:21.144Z] ---> Running in 965c7441c858 [2021-01-30T00:38:21.144Z] ---> Running in c5240e199bd3 [2021-01-30T00:38:21.144Z] Removing intermediate container 138814e2438e [2021-01-30T00:38:21.144Z] ---> b70aa031d5c3 [2021-01-30T00:38:21.144Z] [2021-01-30T00:38:21.144Z] Step 10/22 : FROM alpine:3.12 [2021-01-30T00:38:21.144Z] ---> 389fef711851 [2021-01-30T00:38:21.144Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-30T00:38:21.144Z] Removing intermediate container acdc890c6d24 [2021-01-30T00:38:21.144Z] ---> bc302d4bbd46 [2021-01-30T00:38:21.144Z] [2021-01-30T00:38:21.144Z] Step 10/23 : FROM alpine:3.12 [2021-01-30T00:38:21.144Z] ---> 389fef711851 [2021-01-30T00:38:21.144Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-30T00:38:21.410Z] ---> Running in 18c9263bbeae [2021-01-30T00:38:21.410Z] ---> Running in d5569f964be5 [2021-01-30T00:38:22.013Z] Removing intermediate container a76351cfacf8 [2021-01-30T00:38:22.013Z] ---> 3c932fa61ea6 [2021-01-30T00:38:22.013Z] [2021-01-30T00:38:22.013Z] Step 11/26 : FROM docker:20.10.0 [2021-01-30T00:38:22.013Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T00:38:22.013Z] 20.10.0: Pulling from library/docker [2021-01-30T00:38:22.013Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T00:38:22.289Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T00:38:22.289Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T00:38:22.289Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T00:38:22.289Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T00:38:22.289Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T00:38:22.575Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-30T00:38:22.575Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T00:38:22.575Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-30T00:38:22.575Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-30T00:38:22.575Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-30T00:38:22.575Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-30T00:38:22.575Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T00:38:22.575Z] (4/4) Installing curl (7.69.1-r3) [2021-01-30T00:38:22.575Z] Executing ca-certificates-20191127-r4.trigger [2021-01-30T00:38:22.575Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T00:38:22.575Z] Executing ca-certificates-20191127-r4.trigger [2021-01-30T00:38:22.575Z] OK: 6 MiB in 16 packages [2021-01-30T00:38:22.575Z] OK: 7 MiB in 18 packages [2021-01-30T00:38:22.575Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-30T00:38:22.575Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T00:38:22.575Z] OK: 6 MiB in 15 packages [2021-01-30T00:38:22.855Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-30T00:38:22.855Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T00:38:22.855Z] OK: 6 MiB in 15 packages [2021-01-30T00:38:25.461Z] Removing intermediate container 965c7441c858 [2021-01-30T00:38:25.462Z] ---> e060989c7e2a [2021-01-30T00:38:25.462Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-30T00:38:25.739Z] Removing intermediate container c5240e199bd3 [2021-01-30T00:38:25.739Z] ---> d0315ff31cde [2021-01-30T00:38:25.739Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-30T00:38:25.739Z] Removing intermediate container 18c9263bbeae [2021-01-30T00:38:25.739Z] ---> cef8acb2aa65 [2021-01-30T00:38:25.739Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-30T00:38:25.739Z] ---> Running in bb46795d782c [2021-01-30T00:38:25.739Z] ---> Running in dd705d913169 [2021-01-30T00:38:25.739Z] Removing intermediate container d5569f964be5 [2021-01-30T00:38:25.739Z] ---> aa60cfb032f5 [2021-01-30T00:38:25.739Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-30T00:38:25.739Z] ---> Running in c84c1a1721ab [2021-01-30T00:38:26.007Z] ---> Running in d98f3d5a26e6 [2021-01-30T00:38:26.273Z] Removing intermediate container bb46795d782c [2021-01-30T00:38:26.273Z] ---> 0a60ea0a2479 [2021-01-30T00:38:26.273Z] Step 13/21 : WORKDIR /edgex [2021-01-30T00:38:26.273Z] Removing intermediate container c84c1a1721ab [2021-01-30T00:38:26.273Z] ---> dc5d53dea20a [2021-01-30T00:38:26.273Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-30T00:38:26.273Z] Removing intermediate container dd705d913169 [2021-01-30T00:38:26.273Z] ---> 5e48185d55f3 [2021-01-30T00:38:26.273Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-30T00:38:26.273Z] Removing intermediate container d98f3d5a26e6 [2021-01-30T00:38:26.273Z] ---> 497fa85b17be [2021-01-30T00:38:26.273Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-30T00:38:26.273Z] ---> Running in 7b2001cc34ef [2021-01-30T00:38:26.550Z] ---> Running in ebd45034765d [2021-01-30T00:38:26.550Z] ---> Running in 76fe06354f0c [2021-01-30T00:38:26.550Z] ---> Running in 505d544b209e [2021-01-30T00:38:26.550Z] Removing intermediate container ebd45034765d [2021-01-30T00:38:26.550Z] ---> 328e2e1eb7ee [2021-01-30T00:38:26.821Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-30T00:38:26.821Z] Removing intermediate container 7b2001cc34ef [2021-01-30T00:38:26.821Z] ---> 52a61831fed4 [2021-01-30T00:38:26.821Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-30T00:38:26.821Z] ---> Running in c871bd826fc4 [2021-01-30T00:38:26.821Z] Removing intermediate container 76fe06354f0c [2021-01-30T00:38:26.821Z] ---> 682a41195e6d [2021-01-30T00:38:26.821Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-30T00:38:26.821Z] Removing intermediate container 505d544b209e [2021-01-30T00:38:26.821Z] ---> 4367a1abb58b [2021-01-30T00:38:26.821Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-30T00:38:27.097Z] ---> Running in b80455d98ce9 [2021-01-30T00:38:27.097Z] ---> Running in 239978c5bc3d [2021-01-30T00:38:27.367Z] Removing intermediate container c871bd826fc4 [2021-01-30T00:38:27.367Z] ---> 79a45e995717 [2021-01-30T00:38:27.367Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-30T00:38:27.367Z] ---> 03cbfc7598e5 [2021-01-30T00:38:27.367Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-30T00:38:27.367Z] Removing intermediate container b80455d98ce9 [2021-01-30T00:38:27.367Z] ---> ff1993e199ed [2021-01-30T00:38:27.367Z] Step 15/23 : WORKDIR / [2021-01-30T00:38:27.639Z] Removing intermediate container 239978c5bc3d [2021-01-30T00:38:27.639Z] ---> 0da5a90e2996 [2021-01-30T00:38:27.639Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-30T00:38:27.923Z] ---> Running in ad683b1db89b [2021-01-30T00:38:27.923Z] ---> af6263abca6a [2021-01-30T00:38:27.923Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-30T00:38:28.200Z] ---> 2cf2e5255b06 [2021-01-30T00:38:28.200Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-30T00:38:28.200Z] ---> 6743ab1c6d69 [2021-01-30T00:38:28.200Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-30T00:38:28.472Z] Removing intermediate container ad683b1db89b [2021-01-30T00:38:28.472Z] ---> ffe48f3aa6e1 [2021-01-30T00:38:28.472Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-30T00:38:30.414Z] ---> cf03b9cab119 [2021-01-30T00:38:30.414Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-30T00:38:30.414Z] ---> 9ce9d960a84c [2021-01-30T00:38:30.414Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-30T00:38:30.414Z] ---> c2232022288c [2021-01-30T00:38:30.414Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-30T00:38:30.414Z] ---> 47be35dd598e [2021-01-30T00:38:30.414Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-30T00:38:30.414Z] ---> Running in 0692ce3eb4b6 [2021-01-30T00:38:30.686Z] Removing intermediate container 0692ce3eb4b6 [2021-01-30T00:38:30.686Z] ---> fe22599aaf39 [2021-01-30T00:38:30.686Z] Step 18/21 : CMD ["--init=true"] [2021-01-30T00:38:30.686Z] ---> 6cead7efdb43 [2021-01-30T00:38:30.686Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-30T00:38:30.686Z] ---> Running in 35c11f864f18 [2021-01-30T00:38:30.686Z] ---> 0ec2a08ea9b6 [2021-01-30T00:38:30.686Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-30T00:38:30.951Z] ---> Running in a7273aee2560 [2021-01-30T00:38:30.951Z] ---> Running in 4d4b42d2996f [2021-01-30T00:38:30.951Z] ---> f0886316ff65 [2021-01-30T00:38:30.951Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-30T00:38:31.216Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-30T00:38:31.216Z] Removing intermediate container 35c11f864f18 [2021-01-30T00:38:31.216Z] ---> 6b4d37ef03f6 [2021-01-30T00:38:31.216Z] Step 19/21 : LABEL arch=x86_64 [2021-01-30T00:38:31.216Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-30T00:38:31.216Z] ---> aefe523efa57 [2021-01-30T00:38:31.216Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-30T00:38:31.216Z] Removing intermediate container a7273aee2560 [2021-01-30T00:38:31.216Z] ---> aa24e0554305 [2021-01-30T00:38:31.216Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-30T00:38:31.216Z] Removing intermediate container 4d4b42d2996f [2021-01-30T00:38:31.216Z] ---> 6327be9ecdd1 [2021-01-30T00:38:31.216Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-30T00:38:31.485Z] ---> Running in f49b2d84b7a2 [2021-01-30T00:38:31.485Z] ---> Running in 10f8680820e2 [2021-01-30T00:38:31.485Z] ---> Running in eb7be50ab492 [2021-01-30T00:38:31.485Z] ---> 5c6f7cfa13d5 [2021-01-30T00:38:31.485Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-30T00:38:31.485Z] ---> Running in 1ea11c739cf6 [2021-01-30T00:38:31.754Z] ---> Running in 502f90d3637b [2021-01-30T00:38:31.754Z] Removing intermediate container f49b2d84b7a2 [2021-01-30T00:38:31.754Z] ---> 51f6fae565b4 [2021-01-30T00:38:31.754Z] Step 20/21 : LABEL git_sha=57d4715c734d86fed7f1299b5bac81bc8a93abf9 [2021-01-30T00:38:32.022Z] Removing intermediate container eb7be50ab492 [2021-01-30T00:38:32.022Z] ---> 0d59697a5a03 [2021-01-30T00:38:32.022Z] Step 20/22 : LABEL arch=x86_64 [2021-01-30T00:38:32.022Z] Removing intermediate container 1ea11c739cf6 [2021-01-30T00:38:32.022Z] ---> b356cb15a0b2 [2021-01-30T00:38:32.022Z] Step 20/22 : LABEL arch=x86_64 [2021-01-30T00:38:32.022Z] ---> Running in 75772d6cc7db [2021-01-30T00:38:32.287Z] ---> Running in ef7d112ad2c9 [2021-01-30T00:38:32.287Z] ---> Running in 94cf5a0a38dd [2021-01-30T00:38:32.287Z] Removing intermediate container 502f90d3637b [2021-01-30T00:38:32.287Z] ---> df779f7534ec [2021-01-30T00:38:32.287Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-30T00:38:32.287Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T00:38:32.287Z] ---> Running in 918608211cd5 [2021-01-30T00:38:32.287Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T00:38:32.555Z] Removing intermediate container 75772d6cc7db [2021-01-30T00:38:32.555Z] ---> 98a48c677f14 [2021-01-30T00:38:32.555Z] Step 21/21 : LABEL version=0.0.0 [2021-01-30T00:38:32.555Z] Removing intermediate container 94cf5a0a38dd [2021-01-30T00:38:32.555Z] ---> e535d9ef2d72 [2021-01-30T00:38:32.555Z] Step 21/22 : LABEL git_sha=57d4715c734d86fed7f1299b5bac81bc8a93abf9 [2021-01-30T00:38:32.555Z] (1/2) Installing readline (8.0.4-r0) [2021-01-30T00:38:32.555Z] (2/2) Installing bash (5.0.17-r0) [2021-01-30T00:38:32.555Z] Removing intermediate container ef7d112ad2c9 [2021-01-30T00:38:32.555Z] ---> a11c018e2adb [2021-01-30T00:38:32.555Z] Step 21/22 : LABEL git_sha=57d4715c734d86fed7f1299b5bac81bc8a93abf9 [2021-01-30T00:38:32.555Z] Executing bash-5.0.17-r0.post-install [2021-01-30T00:38:32.555Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T00:38:32.555Z] OK: 12 MiB in 22 packages [2021-01-30T00:38:32.829Z] ---> Running in e7327be03c2c [2021-01-30T00:38:32.829Z] ---> Running in 1edb57539f49 [2021-01-30T00:38:32.829Z] Removing intermediate container 918608211cd5 [2021-01-30T00:38:32.829Z] ---> ecf959a9620c [2021-01-30T00:38:32.829Z] Step 21/23 : LABEL arch=x86_64 [2021-01-30T00:38:32.829Z] ---> Running in 2e242f549ab6 [2021-01-30T00:38:33.098Z] ---> Running in 3ee561dcaa39 [2021-01-30T00:38:33.098Z] Removing intermediate container e7327be03c2c [2021-01-30T00:38:33.098Z] ---> cfa17d00be23 [2021-01-30T00:38:33.098Z] [2021-01-30T00:38:33.098Z] Removing intermediate container 1edb57539f49 [2021-01-30T00:38:33.098Z] ---> 62f72fd07c0d [2021-01-30T00:38:33.098Z] Step 22/22 : LABEL version=0.0.0 [2021-01-30T00:38:33.374Z] Removing intermediate container 2e242f549ab6 [2021-01-30T00:38:33.374Z] ---> 937c31e91602 [2021-01-30T00:38:33.374Z] Step 22/22 : LABEL version=0.0.0 [2021-01-30T00:38:33.656Z] ---> Running in c6d6150577f2 [2021-01-30T00:38:33.656Z] ---> Running in d7f38b55d4b9 [2021-01-30T00:38:33.656Z] Removing intermediate container 3ee561dcaa39 [2021-01-30T00:38:33.656Z] ---> 67869c203093 [2021-01-30T00:38:33.656Z] Step 22/23 : LABEL git_sha=57d4715c734d86fed7f1299b5bac81bc8a93abf9 [2021-01-30T00:38:33.656Z] Successfully built cfa17d00be23 [2021-01-30T00:38:33.656Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-30T00:38:33.656Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-01-30T00:38:33.656Z] Removing intermediate container 10f8680820e2 [2021-01-30T00:38:33.656Z] ---> 06ddd83aa69c [2021-01-30T00:38:33.656Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-30T00:38:33.656Z] ---> Running in 010d743bb089 [2021-01-30T00:38:33.923Z] Removing intermediate container c6d6150577f2 [2021-01-30T00:38:33.923Z] ---> 6f9a327cc650 [2021-01-30T00:38:33.923Z] [2021-01-30T00:38:33.923Z] ---> Running in d7cbf16f83e7 [2021-01-30T00:38:34.199Z] Removing intermediate container d7f38b55d4b9 [2021-01-30T00:38:34.200Z] ---> a2577aa7bdcd [2021-01-30T00:38:34.200Z] [2021-01-30T00:38:34.200Z] Successfully built 6f9a327cc650 [2021-01-30T00:38:34.200Z] Successfully tagged docker-support-notifications-go:latest [2021-01-30T00:38:34.200Z] Building docker-core-command-go [2021-01-30T00:38:34.200Z]  Building docker-support-notifications-go ... done Removing intermediate container 010d743bb089 [2021-01-30T00:38:34.200Z] ---> 2070595acbd2 [2021-01-30T00:38:34.200Z] Step 23/23 : LABEL version=0.0.0 [2021-01-30T00:38:34.467Z] Successfully built a2577aa7bdcd [2021-01-30T00:38:34.467Z] Removing intermediate container d7cbf16f83e7 [2021-01-30T00:38:34.467Z] ---> f5fd70002070 [2021-01-30T00:38:34.467Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-30T00:38:34.467Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-30T00:38:34.467Z] Building docker-core-data-go [2021-01-30T00:38:34.467Z]  Building docker-support-scheduler-go ... done  ---> Running in 89ce690c7b93 [2021-01-30T00:38:34.467Z] ---> Running in c33bebcab5c3 [2021-01-30T00:38:37.088Z] Removing intermediate container 89ce690c7b93 [2021-01-30T00:38:37.088Z] ---> 2c23932783e2 [2021-01-30T00:38:37.088Z] [2021-01-30T00:38:37.363Z] Successfully built 2c23932783e2 [2021-01-30T00:38:37.642Z] Successfully tagged docker-core-metadata-go:latest [2021-01-30T00:38:37.642Z]  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go [2021-01-30T00:38:38.228Z] Removing intermediate container c33bebcab5c3 [2021-01-30T00:38:38.228Z] ---> 8e5af54431a2 [2021-01-30T00:38:38.228Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-30T00:38:38.818Z] ---> Running in f62e0c1dfffd [2021-01-30T00:38:39.410Z] Removing intermediate container f62e0c1dfffd [2021-01-30T00:38:39.410Z] ---> 099a3ea5fd9f [2021-01-30T00:38:39.410Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-30T00:38:42.131Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-30T00:38:42.784Z] ---> 50f0c039c3fc [2021-01-30T00:38:42.784Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-30T00:38:43.388Z] ---> 1c2018605f81 [2021-01-30T00:38:43.388Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-30T00:38:45.023Z] ---> 167b94219179 [2021-01-30T00:38:45.023Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-30T00:38:45.290Z] ---> Running in 7f572dc11a39 [2021-01-30T00:38:46.254Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T00:38:46.254Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T00:38:46.521Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-30T00:38:46.521Z] (2/33) Installing expat (2.2.9-r1) [2021-01-30T00:38:46.521Z] (3/33) Installing libffi (3.3-r2) [2021-01-30T00:38:46.789Z] (4/33) Installing gdbm (1.13-r1) [2021-01-30T00:38:46.789Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-30T00:38:46.789Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-30T00:38:46.789Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-30T00:38:57.105Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-30T00:38:57.105Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-30T00:38:57.105Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-30T00:38:57.105Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-30T00:38:57.105Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-30T00:38:57.105Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-30T00:38:57.105Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-30T00:38:57.377Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-30T00:38:57.377Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-30T00:38:57.377Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-30T00:38:57.377Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-30T00:38:57.377Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-30T00:38:57.648Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-30T00:38:57.926Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-30T00:38:58.511Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-30T00:38:58.511Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-30T00:38:59.102Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-30T00:38:59.374Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-30T00:38:59.374Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-30T00:39:00.353Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-30T00:39:01.124Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-30T00:39:01.124Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-30T00:39:01.124Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-30T00:39:01.434Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-30T00:39:01.434Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-30T00:39:01.434Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-30T00:39:01.763Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T00:39:02.036Z] OK: 71 MiB in 55 packages [2021-01-30T00:39:04.727Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T00:39:04.727Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-01-30T00:39:04.727Z] ---> ca8d77dfbb36 [2021-01-30T00:39:04.727Z] Step 3/31 : WORKDIR /edgex-go [2021-01-30T00:39:04.727Z] ---> Using cache [2021-01-30T00:39:04.727Z] ---> 295c8199f1ef [2021-01-30T00:39:04.727Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T00:39:04.727Z] ---> Using cache [2021-01-30T00:39:04.727Z] ---> c1297d5ace3b [2021-01-30T00:39:04.727Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-01-30T00:39:04.727Z] ---> Using cache [2021-01-30T00:39:04.727Z] ---> f1c93d195fcc [2021-01-30T00:39:04.727Z] Step 6/31 : COPY go.mod . [2021-01-30T00:39:04.727Z] ---> Using cache [2021-01-30T00:39:04.727Z] ---> df8f389ac54b [2021-01-30T00:39:04.727Z] Step 7/31 : RUN go mod download [2021-01-30T00:39:04.727Z] ---> Using cache [2021-01-30T00:39:04.727Z] ---> aa9e492e50e0 [2021-01-30T00:39:04.727Z] Step 8/31 : COPY . . [2021-01-30T00:39:04.727Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T00:39:04.727Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-30T00:39:04.727Z] ---> ca8d77dfbb36 [2021-01-30T00:39:04.727Z] Step 3/23 : WORKDIR /edgex-go [2021-01-30T00:39:04.727Z] ---> Using cache [2021-01-30T00:39:04.727Z] ---> 295c8199f1ef [2021-01-30T00:39:04.727Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T00:39:04.727Z] ---> Using cache [2021-01-30T00:39:04.727Z] ---> c1297d5ace3b [2021-01-30T00:39:04.727Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-30T00:39:04.727Z] ---> Using cache [2021-01-30T00:39:04.727Z] ---> c33274b332b6 [2021-01-30T00:39:04.727Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-30T00:39:05.146Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T00:39:05.146Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-30T00:39:05.146Z] ---> ca8d77dfbb36 [2021-01-30T00:39:05.146Z] Step 3/23 : WORKDIR /edgex-go [2021-01-30T00:39:05.146Z] ---> Using cache [2021-01-30T00:39:05.146Z] ---> 295c8199f1ef [2021-01-30T00:39:05.146Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T00:39:05.146Z] ---> Using cache [2021-01-30T00:39:05.146Z] ---> c1297d5ace3b [2021-01-30T00:39:05.146Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-30T00:39:05.146Z] ---> Using cache [2021-01-30T00:39:05.146Z] ---> f1c93d195fcc [2021-01-30T00:39:05.146Z] Step 6/23 : COPY go.mod . [2021-01-30T00:39:05.146Z] ---> Using cache [2021-01-30T00:39:05.146Z] ---> df8f389ac54b [2021-01-30T00:39:05.146Z] Step 7/23 : RUN go mod download [2021-01-30T00:39:05.146Z] ---> Using cache [2021-01-30T00:39:05.146Z] ---> aa9e492e50e0 [2021-01-30T00:39:05.146Z] Step 8/23 : COPY . . [2021-01-30T00:39:05.146Z] ---> Using cache [2021-01-30T00:39:05.146Z] ---> c33274b332b6 [2021-01-30T00:39:05.146Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-30T00:39:06.106Z] ---> Running in 623a09730d33 [2021-01-30T00:39:06.106Z] ---> Running in 269fbf5141da [2021-01-30T00:39:06.106Z] ---> Running in 2e3d6af9a83b [2021-01-30T00:39:07.602Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T00:39:07.602Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-30T00:39:07.602Z] ---> ca8d77dfbb36 [2021-01-30T00:39:07.602Z] Step 3/24 : WORKDIR /edgex-go [2021-01-30T00:39:07.602Z] ---> Using cache [2021-01-30T00:39:07.602Z] ---> 295c8199f1ef [2021-01-30T00:39:07.602Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T00:39:07.602Z] ---> Using cache [2021-01-30T00:39:07.602Z] ---> c1297d5ace3b [2021-01-30T00:39:07.602Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-30T00:39:07.602Z] ---> Using cache [2021-01-30T00:39:07.602Z] ---> f1c93d195fcc [2021-01-30T00:39:07.602Z] Step 6/24 : COPY go.mod . [2021-01-30T00:39:07.602Z] ---> Using cache [2021-01-30T00:39:07.602Z] ---> df8f389ac54b [2021-01-30T00:39:07.602Z] Step 7/24 : RUN go mod download [2021-01-30T00:39:07.602Z] ---> Using cache [2021-01-30T00:39:07.602Z] ---> aa9e492e50e0 [2021-01-30T00:39:07.602Z] Step 8/24 : COPY . . [2021-01-30T00:39:07.602Z] ---> Using cache [2021-01-30T00:39:07.602Z] ---> c33274b332b6 [2021-01-30T00:39:07.602Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-30T00:39:07.872Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-30T00:39:08.165Z] 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-30T00:39:08.166Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T00:39:08.166Z] ---> Running in ecf132bdf831 [2021-01-30T00:39:08.779Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T00:39:09.391Z] 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-30T00:39:09.391Z] OK: 233 MiB in 51 packages [2021-01-30T00:39:12.063Z] Removing intermediate container 2e3d6af9a83b [2021-01-30T00:39:12.063Z] ---> f3492a9cd65c [2021-01-30T00:39:12.063Z] Step 6/23 : COPY go.mod . [2021-01-30T00:39:14.363Z] ---> b62790efbc9d [2021-01-30T00:39:14.363Z] Step 7/23 : RUN go mod download [2021-01-30T00:39:14.778Z] ---> Running in 8e9b85d6e29c [2021-01-30T00:39:20.295Z] Removing intermediate container 8e9b85d6e29c [2021-01-30T00:39:20.295Z] ---> d30549f9b246 [2021-01-30T00:39:20.295Z] Step 8/23 : COPY . . [2021-01-30T00:39:24.687Z] Removing intermediate container 7f572dc11a39 [2021-01-30T00:39:24.687Z] ---> a57858471690 [2021-01-30T00:39:24.687Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-30T00:39:27.392Z] ---> Running in d0ad6cb6effd [2021-01-30T00:39:29.146Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-30T00:39:32.561Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-30T00:39:35.788Z] Collecting docker-compose==1.23.2 [2021-01-30T00:39:35.788Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-30T00:39:37.742Z] Collecting docker<4.0,>=3.6.0 [2021-01-30T00:39:37.742Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-30T00:39:37.742Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-30T00:39:37.742Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-30T00:39:38.002Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-30T00:39:38.003Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-30T00:39:38.003Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-30T00:39:38.019Z] Collecting docopt<0.7,>=0.6.1 [2021-01-30T00:39:38.019Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-30T00:39:42.318Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-30T00:39:42.318Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-30T00:39:42.903Z] Collecting PyYAML<4,>=3.10 [2021-01-30T00:39:42.903Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-30T00:39:44.380Z] 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-30T00:39:44.733Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-30T00:39:44.733Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-30T00:39:44.733Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-30T00:39:44.733Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-30T00:39:44.733Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-30T00:39:44.733Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-30T00:39:44.982Z] Collecting cached-property<2,>=1.2.0 [2021-01-30T00:39:44.982Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-30T00:39:44.982Z] 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-30T00:39:45.580Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-30T00:39:45.580Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-30T00:39:45.580Z] 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-30T00:39:45.580Z] Collecting jsonschema<3,>=2.5.1 [2021-01-30T00:39:45.580Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-30T00:39:45.845Z] Collecting texttable<0.10,>=0.9.0 [2021-01-30T00:39:45.845Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-30T00:39:47.803Z] Collecting docker-pycreds>=0.4.0 [2021-01-30T00:39:47.803Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-30T00:39:47.803Z] ---> 8ba415088472 [2021-01-30T00:39:47.803Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-30T00:39:47.803Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-30T00:39:47.803Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-30T00:39:47.803Z] 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-30T00:39:47.803Z] 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-30T00:39:48.392Z] ---> Running in aa39a3ffeb7e [2021-01-30T00:39:48.392Z] Collecting idna<2.8,>=2.5 [2021-01-30T00:39:48.392Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-30T00:39:48.392Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-30T00:39:48.392Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-30T00:39:48.392Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-30T00:39:48.392Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-30T00:39:48.659Z] Installing collected packages: docker-pycreds, urllib3, idna, requests, websocket-client, docker, docopt, dockerpty, PyYAML, cached-property, jsonschema, texttable, docker-compose [2021-01-30T00:39:48.659Z] Attempting uninstall: urllib3 [2021-01-30T00:39:48.659Z] Found existing installation: urllib3 1.25.9 [2021-01-30T00:39:48.659Z] Uninstalling urllib3-1.25.9: [2021-01-30T00:39:48.935Z] Successfully uninstalled urllib3-1.25.9 [2021-01-30T00:39:49.212Z] 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-30T00:39:49.212Z] Attempting uninstall: idna [2021-01-30T00:39:49.212Z] Found existing installation: idna 2.9 [2021-01-30T00:39:49.212Z] Uninstalling idna-2.9: [2021-01-30T00:39:49.212Z] Successfully uninstalled idna-2.9 [2021-01-30T00:39:50.643Z] Attempting uninstall: requests [2021-01-30T00:39:50.643Z] Found existing installation: requests 2.23.0 [2021-01-30T00:39:50.643Z] Uninstalling requests-2.23.0: [2021-01-30T00:39:50.912Z] Successfully uninstalled requests-2.23.0 [2021-01-30T00:39:50.912Z] Removing intermediate container 269fbf5141da [2021-01-30T00:39:50.912Z] ---> fbdb76360d7f [2021-01-30T00:39:50.912Z] [2021-01-30T00:39:50.912Z] Step 10/23 : FROM alpine:3.12 [2021-01-30T00:39:50.912Z] ---> 389fef711851 [2021-01-30T00:39:50.912Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-30T00:39:50.912Z] ---> Using cache [2021-01-30T00:39:50.912Z] ---> aa60cfb032f5 [2021-01-30T00:39:50.912Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-30T00:39:50.912Z] ---> Using cache [2021-01-30T00:39:50.912Z] ---> 497fa85b17be [2021-01-30T00:39:50.912Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-30T00:39:51.528Z] ---> Running in 0d4fbe936b9d [2021-01-30T00:39:52.988Z] Running setup.py install for docopt: started [2021-01-30T00:39:53.144Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-30T00:39:53.144Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-30T00:39:53.144Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-30T00:39:53.958Z] Running setup.py install for docopt: finished with status 'done' [2021-01-30T00:39:53.958Z] Running setup.py install for dockerpty: started [2021-01-30T00:39:54.227Z] Removing intermediate container 0d4fbe936b9d [2021-01-30T00:39:54.227Z] ---> 32d3c7f7de7f [2021-01-30T00:39:54.227Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-30T00:39:54.493Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-30T00:39:54.493Z] Running setup.py install for PyYAML: started [2021-01-30T00:39:55.453Z] ---> Running in 03418f3f2fe4 [2021-01-30T00:39:55.453Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-30T00:39:55.731Z] Removing intermediate container ecf132bdf831 [2021-01-30T00:39:55.731Z] ---> c2463662e976 [2021-01-30T00:39:55.731Z] [2021-01-30T00:39:55.731Z] Step 10/24 : FROM alpine:3.12 [2021-01-30T00:39:55.731Z] ---> 389fef711851 [2021-01-30T00:39:55.731Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-30T00:39:56.034Z] Removing intermediate container 623a09730d33 [2021-01-30T00:39:56.034Z] ---> 0ca48952d278 [2021-01-30T00:39:56.034Z] [2021-01-30T00:39:56.034Z] Step 10/31 : FROM alpine:3.12 [2021-01-30T00:39:56.308Z] ---> 389fef711851 [2021-01-30T00:39:56.308Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-30T00:39:56.592Z] Running setup.py install for texttable: started [2021-01-30T00:39:56.592Z] ---> Running in 2fed9a0243e3 [2021-01-30T00:39:56.592Z] Removing intermediate container 03418f3f2fe4 [2021-01-30T00:39:56.592Z] ---> d035de7d1a08 [2021-01-30T00:39:56.592Z] Step 15/23 : WORKDIR / [2021-01-30T00:39:56.592Z] ---> Running in 8fe66a27305a [2021-01-30T00:39:56.878Z] ---> Running in af34198ac27f [2021-01-30T00:39:57.164Z] Removing intermediate container 8fe66a27305a [2021-01-30T00:39:57.164Z] ---> 198ce2af00dc [2021-01-30T00:39:57.164Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-01-30T00:39:57.164Z] ---> Running in 25b362e3e1ba [2021-01-30T00:39:57.164Z] Running setup.py install for texttable: finished with status 'done' [2021-01-30T00:39:57.164Z] Removing intermediate container af34198ac27f [2021-01-30T00:39:57.164Z] ---> 384c7ba4bbd6 [2021-01-30T00:39:57.164Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-30T00:39:58.160Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T00:39:58.160Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T00:39:58.441Z] ---> 869cd652cb7f [2021-01-30T00:39:58.441Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-30T00:39:58.441Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-30T00:39:58.441Z] 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-30T00:39:58.441Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-30T00:39:58.441Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-30T00:39:58.441Z] (4/5) Installing curl (7.69.1-r3) [2021-01-30T00:39:58.441Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-30T00:39:58.560Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.383s coverage: 46.0% of statements [2021-01-30T00:39:58.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-30T00:39:58.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-30T00:39:58.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-30T00:39:58.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-30T00:39:58.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-30T00:39:58.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-01-30T00:39:58.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-01-30T00:39:58.561Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.145s coverage: 100.0% of statements [2021-01-30T00:39:59.052Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T00:39:59.655Z] Executing ca-certificates-20191127-r4.trigger [2021-01-30T00:39:59.655Z] OK: 7 MiB in 19 packages [2021-01-30T00:39:59.945Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T00:39:59.945Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T00:40:00.212Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-01-30T00:40:00.212Z] (2/2) Installing su-exec (0.2-r1) [2021-01-30T00:40:00.212Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T00:40:00.212Z] OK: 6 MiB in 16 packages [2021-01-30T00:40:00.482Z] ---> 3aaae37f39dc [2021-01-30T00:40:00.482Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-30T00:40:01.475Z] ---> f20f2aca6693 [2021-01-30T00:40:01.476Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-30T00:40:02.104Z] ---> Running in 481af12e90f0 [2021-01-30T00:40:02.104Z] Removing intermediate container 25b362e3e1ba [2021-01-30T00:40:02.104Z] ---> 5bd098a88c85 [2021-01-30T00:40:02.104Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-30T00:40:02.104Z] ---> Running in 25368a102e93 [2021-01-30T00:40:02.389Z] Removing intermediate container 2fed9a0243e3 [2021-01-30T00:40:02.389Z] ---> e6bc1b0dc273 [2021-01-30T00:40:02.389Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-30T00:40:02.389Z] ---> Running in b584bf3b3e89 [2021-01-30T00:40:02.726Z] Removing intermediate container 481af12e90f0 [2021-01-30T00:40:02.726Z] ---> 9b2b848fa1a6 [2021-01-30T00:40:02.726Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-30T00:40:04.134Z] ---> Running in 73e39c7f4228 [2021-01-30T00:40:04.134Z] Removing intermediate container 25368a102e93 [2021-01-30T00:40:04.134Z] ---> f41721e06362 [2021-01-30T00:40:04.134Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-30T00:40:04.409Z] Removing intermediate container b584bf3b3e89 [2021-01-30T00:40:04.409Z] ---> 5eac13c0a94d [2021-01-30T00:40:04.409Z] Step 13/24 : WORKDIR / [2021-01-30T00:40:04.697Z] Removing intermediate container d0ad6cb6effd [2021-01-30T00:40:04.697Z] ---> 665050328f4e [2021-01-30T00:40:04.697Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-30T00:40:04.697Z] ---> Running in 4ea390ea46fb [2021-01-30T00:40:04.697Z] ---> Running in 2fc6da422a7b [2021-01-30T00:40:04.967Z] ---> Running in 84f4ae1bc2cf [2021-01-30T00:40:04.968Z] Removing intermediate container 73e39c7f4228 [2021-01-30T00:40:04.968Z] ---> 634c681fabe0 [2021-01-30T00:40:04.968Z] Step 21/23 : LABEL arch=x86_64 [2021-01-30T00:40:05.337Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.447s coverage: 27.1% of statements [2021-01-30T00:40:05.337Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-30T00:40:05.337Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-30T00:40:05.337Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-30T00:40:05.337Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-30T00:40:05.337Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-30T00:40:05.337Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-30T00:40:05.337Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.060s coverage: 100.0% of statements [2021-01-30T00:40:05.337Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-30T00:40:05.337Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.131s coverage: 100.0% of statements [2021-01-30T00:40:05.337Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-30T00:40:05.337Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-30T00:40:05.337Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.221s coverage: 65.8% of statements [2021-01-30T00:40:05.337Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-30T00:40:05.337Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-30T00:40:06.918Z] ---> Running in a00e833d37a9 [2021-01-30T00:40:06.918Z] Removing intermediate container 2fc6da422a7b [2021-01-30T00:40:06.918Z] ---> bd91c23ebf8a [2021-01-30T00:40:06.918Z] 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-30T00:40:06.918Z] Removing intermediate container 4ea390ea46fb [2021-01-30T00:40:06.918Z] ---> ab59123e05cc [2021-01-30T00:40:06.918Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-30T00:40:06.918Z] ---> Running in 70b7034f4b95 [2021-01-30T00:40:07.223Z] Removing intermediate container a00e833d37a9 [2021-01-30T00:40:07.223Z] ---> d31369310bd4 [2021-01-30T00:40:07.223Z] Step 22/23 : LABEL git_sha=57d4715c734d86fed7f1299b5bac81bc8a93abf9 [2021-01-30T00:40:07.510Z] ---> Running in 121cf3a8d348 [2021-01-30T00:40:07.510Z] ---> 0ad068fd6e18 [2021-01-30T00:40:07.510Z] 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-30T00:40:07.798Z] Removing intermediate container 121cf3a8d348 [2021-01-30T00:40:07.798Z] ---> a1dd3cd037ab [2021-01-30T00:40:07.798Z] Step 23/23 : LABEL version=0.0.0 [2021-01-30T00:40:07.998Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.673s coverage: 82.3% of statements [2021-01-30T00:40:07.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-30T00:40:07.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-30T00:40:07.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-30T00:40:07.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-30T00:40:08.072Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T00:40:08.072Z] ---> Running in c665df72f07b [2021-01-30T00:40:08.072Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T00:40:08.072Z] ---> b5f478a7e3c9 [2021-01-30T00:40:08.072Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-30T00:40:08.346Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-30T00:40:08.346Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-30T00:40:08.346Z] Removing intermediate container c665df72f07b [2021-01-30T00:40:08.346Z] ---> 224b5f670c68 [2021-01-30T00:40:08.346Z] [2021-01-30T00:40:08.346Z] (3/3) Installing curl (7.69.1-r3) [2021-01-30T00:40:08.346Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T00:40:08.346Z] OK: 72 MiB in 58 packages [2021-01-30T00:40:08.946Z] Successfully built 224b5f670c68 [2021-01-30T00:40:08.946Z] ---> 33b8a4c7f298 [2021-01-30T00:40:08.946Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-30T00:40:08.946Z] Successfully tagged docker-core-command-go:latest [2021-01-30T00:40:08.946Z]  Building docker-core-command-go ... done Removing intermediate container 70b7034f4b95 [2021-01-30T00:40:08.946Z] ---> 3323e82017b0 [2021-01-30T00:40:08.946Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-30T00:40:09.232Z] ---> Running in 45ad79083a26 [2021-01-30T00:40:09.501Z] Removing intermediate container 84f4ae1bc2cf [2021-01-30T00:40:09.501Z] ---> c5daaf0a11ca [2021-01-30T00:40:09.501Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-30T00:40:09.501Z] ---> Running in ddc7fa091391 [2021-01-30T00:40:09.501Z] ---> 10d727dcc217 [2021-01-30T00:40:09.501Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-30T00:40:09.501Z] Removing intermediate container 45ad79083a26 [2021-01-30T00:40:09.501Z] ---> 8d896af3de11 [2021-01-30T00:40:09.501Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-30T00:40:09.769Z] Removing intermediate container ddc7fa091391 [2021-01-30T00:40:09.769Z] ---> 6369817ec108 [2021-01-30T00:40:09.769Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-30T00:40:09.769Z] ---> Running in 1080d3e00d2c [2021-01-30T00:40:10.044Z] ---> 30f9dfdc8aef [2021-01-30T00:40:10.044Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-30T00:40:10.044Z] ---> Running in 09cc84bc1bdd [2021-01-30T00:40:10.044Z] ---> e547a728ee95 [2021-01-30T00:40:10.044Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-30T00:40:10.044Z] Removing intermediate container 1080d3e00d2c [2021-01-30T00:40:10.044Z] ---> 7152f9e2df05 [2021-01-30T00:40:10.044Z] Step 24/26 : LABEL arch=x86_64 [2021-01-30T00:40:10.331Z] ---> Running in 2a10825107a0 [2021-01-30T00:40:10.604Z] ---> f77795454d15 [2021-01-30T00:40:10.604Z] 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-30T00:40:10.604Z] ---> Running in 57fa930389b2 [2021-01-30T00:40:10.870Z] Removing intermediate container 2a10825107a0 [2021-01-30T00:40:10.870Z] ---> 42e448275d6a [2021-01-30T00:40:10.870Z] Step 25/26 : LABEL git_sha=57d4715c734d86fed7f1299b5bac81bc8a93abf9 [2021-01-30T00:40:11.143Z] ---> Running in 92b7a95c0496 [2021-01-30T00:40:12.989Z] Removing intermediate container 92b7a95c0496 [2021-01-30T00:40:12.989Z] ---> 4713279480a2 [2021-01-30T00:40:12.989Z] Step 26/26 : LABEL version=0.0.0 [2021-01-30T00:40:12.989Z] ---> Running in 2b4017ac2598 [2021-01-30T00:40:13.386Z] Removing intermediate container 09cc84bc1bdd [2021-01-30T00:40:13.386Z] ---> a29795a6f013 [2021-01-30T00:40:13.386Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-30T00:40:13.386Z] Removing intermediate container 2b4017ac2598 [2021-01-30T00:40:13.386Z] ---> 5656ab242047 [2021-01-30T00:40:13.386Z] [2021-01-30T00:40:13.659Z] Successfully built 5656ab242047 [2021-01-30T00:40:13.659Z] Removing intermediate container 57fa930389b2 [2021-01-30T00:40:13.659Z] ---> 50ab302d2fda [2021-01-30T00:40:13.659Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-30T00:40:13.659Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-30T00:40:13.659Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in 8b5016314ba0 [2021-01-30T00:40:13.925Z] ---> 597e7b9ae8a5 [2021-01-30T00:40:13.925Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-30T00:40:13.925Z] Removing intermediate container 8b5016314ba0 [2021-01-30T00:40:13.925Z] ---> 1b6618513dce [2021-01-30T00:40:13.925Z] Step 22/24 : LABEL arch=x86_64 [2021-01-30T00:40:14.193Z] ---> Running in 16f132f21a14 [2021-01-30T00:40:14.460Z] ---> d17aee3d2b30 [2021-01-30T00:40:14.460Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-30T00:40:14.460Z] Removing intermediate container 16f132f21a14 [2021-01-30T00:40:14.460Z] ---> 984696f2f0cc [2021-01-30T00:40:14.460Z] Step 23/24 : LABEL git_sha=57d4715c734d86fed7f1299b5bac81bc8a93abf9 [2021-01-30T00:40:14.769Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.201s coverage: 28.6% of statements [2021-01-30T00:40:14.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-30T00:40:14.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-30T00:40:14.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-30T00:40:14.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-30T00:40:14.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-30T00:40:14.769Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.163s coverage: 100.0% of statements [2021-01-30T00:40:14.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-30T00:40:14.769Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.065s coverage: 100.0% of statements [2021-01-30T00:40:14.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-30T00:40:14.769Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.269s coverage: 86.7% of statements [2021-01-30T00:40:14.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-30T00:40:15.042Z] ---> Running in e38fcceb4109 [2021-01-30T00:40:15.045Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.353s coverage: 97.5% of statements [2021-01-30T00:40:15.045Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-30T00:40:16.032Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.179s coverage: 78.3% of statements [2021-01-30T00:40:16.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-30T00:40:16.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-30T00:40:16.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-30T00:40:16.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-30T00:40:16.437Z] ---> 66343a64e4d7 [2021-01-30T00:40:16.437Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-30T00:40:16.437Z] Removing intermediate container e38fcceb4109 [2021-01-30T00:40:16.437Z] ---> 49b15e6750d8 [2021-01-30T00:40:16.437Z] Step 24/24 : LABEL version=0.0.0 [2021-01-30T00:40:16.437Z] Removing intermediate container aa39a3ffeb7e [2021-01-30T00:40:16.437Z] ---> 014a106b0c71 [2021-01-30T00:40:16.437Z] [2021-01-30T00:40:16.437Z] Step 10/23 : FROM alpine:3.12 [2021-01-30T00:40:16.437Z] ---> 389fef711851 [2021-01-30T00:40:16.437Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-30T00:40:16.437Z] ---> Running in 073e9f2f645c [2021-01-30T00:40:16.704Z] ---> Running in a6f140c638b0 [2021-01-30T00:40:16.704Z] ---> e6dd5972aa41 [2021-01-30T00:40:16.704Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-30T00:40:16.704Z] Removing intermediate container 073e9f2f645c [2021-01-30T00:40:16.704Z] ---> c6036320d8db [2021-01-30T00:40:16.704Z] [2021-01-30T00:40:16.966Z] Removing intermediate container a6f140c638b0 [2021-01-30T00:40:16.966Z] ---> 85fff32cc961 [2021-01-30T00:40:16.966Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-30T00:40:16.966Z] Successfully built c6036320d8db [2021-01-30T00:40:16.966Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-30T00:40:16.966Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 8bc54f2b9e66 [2021-01-30T00:40:16.966Z] ---> 67c490e99bf1 [2021-01-30T00:40:16.966Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-01-30T00:40:17.230Z] ---> Running in bfe3b03e52bb [2021-01-30T00:40:17.230Z] Removing intermediate container 8bc54f2b9e66 [2021-01-30T00:40:17.230Z] ---> 6f69a27f8fb1 [2021-01-30T00:40:17.230Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-30T00:40:17.230Z] ---> Running in 601c49764fd1 [2021-01-30T00:40:17.495Z] Removing intermediate container bfe3b03e52bb [2021-01-30T00:40:17.495Z] ---> fb3754d822d7 [2021-01-30T00:40:17.495Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-30T00:40:17.495Z] Removing intermediate container 601c49764fd1 [2021-01-30T00:40:17.495Z] ---> 6d067ebd4aad [2021-01-30T00:40:17.495Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T00:40:17.762Z] ---> Running in 8d2c7876d7e4 [2021-01-30T00:40:17.762Z] ---> 709042cce1ab [2021-01-30T00:40:17.762Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-01-30T00:40:18.026Z] ---> Running in 30b641127500 [2021-01-30T00:40:18.979Z] Removing intermediate container 8d2c7876d7e4 [2021-01-30T00:40:18.979Z] ---> 98669c20699b [2021-01-30T00:40:18.979Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-30T00:40:19.554Z] ---> Running in 7edd2a590c15 [2021-01-30T00:40:19.554Z] Removing intermediate container 30b641127500 [2021-01-30T00:40:19.554Z] ---> 4cbd62fc6147 [2021-01-30T00:40:19.554Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-30T00:40:19.827Z] ---> Running in d7191b15862a [2021-01-30T00:40:20.092Z] Removing intermediate container d7191b15862a [2021-01-30T00:40:20.092Z] ---> 385d58229a2a [2021-01-30T00:40:20.092Z] Step 28/31 : CMD ["gate"] [2021-01-30T00:40:20.092Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T00:40:20.092Z] ---> Running in 10c64d7dca72 [2021-01-30T00:40:20.353Z] Removing intermediate container 10c64d7dca72 [2021-01-30T00:40:20.353Z] ---> d962643c5dc9 [2021-01-30T00:40:20.353Z] Step 29/31 : LABEL arch=x86_64 [2021-01-30T00:40:20.615Z] ---> Running in ce1f7ca11515 [2021-01-30T00:40:20.880Z] Removing intermediate container ce1f7ca11515 [2021-01-30T00:40:20.880Z] ---> 8d44a083c701 [2021-01-30T00:40:20.880Z] Step 30/31 : LABEL git_sha=57d4715c734d86fed7f1299b5bac81bc8a93abf9 [2021-01-30T00:40:20.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T00:40:20.880Z] ---> Running in da036a655b28 [2021-01-30T00:40:21.144Z] Removing intermediate container da036a655b28 [2021-01-30T00:40:21.144Z] ---> 4f06ef68a092 [2021-01-30T00:40:21.144Z] Step 31/31 : LABEL version=0.0.0 [2021-01-30T00:40:21.405Z] ---> Running in 383133a0575d [2021-01-30T00:40:21.405Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-30T00:40:21.405Z] Removing intermediate container 383133a0575d [2021-01-30T00:40:21.405Z] ---> b2614ee17ca6 [2021-01-30T00:40:21.405Z] [2021-01-30T00:40:21.405Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-30T00:40:21.668Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-30T00:40:21.668Z] Successfully built b2614ee17ca6 [2021-01-30T00:40:21.668Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-30T00:40:21.668Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-30T00:40:21.935Z]  Building docker-security-bootstrapper-go ... done (5/6) Installing libzmq (4.3.3-r0) [2021-01-30T00:40:22.197Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-30T00:40:22.197Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T00:40:22.197Z] OK: 8 MiB in 20 packages [2021-01-30T00:40:22.772Z] Removing intermediate container 7edd2a590c15 [2021-01-30T00:40:22.772Z] ---> 3dcd41a98009 [2021-01-30T00:40:22.772Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-30T00:40:23.035Z] ---> e0edc22660f5 [2021-01-30T00:40:23.035Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-30T00:40:23.611Z] ---> 1879004aed37 [2021-01-30T00:40:23.612Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-30T00:40:24.559Z] ---> 58adcdf39fa8 [2021-01-30T00:40:24.559Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-30T00:40:24.559Z] ---> Running in ac7c9ab92145 [2021-01-30T00:40:24.821Z] Removing intermediate container ac7c9ab92145 [2021-01-30T00:40:24.821Z] ---> 64e42adfecde [2021-01-30T00:40:24.821Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-30T00:40:24.821Z] ---> Running in d171d4e51841 [2021-01-30T00:40:25.082Z] Removing intermediate container d171d4e51841 [2021-01-30T00:40:25.082Z] ---> 7be25aab9d42 [2021-01-30T00:40:25.082Z] Step 21/23 : LABEL arch=x86_64 [2021-01-30T00:40:25.082Z] ---> Running in 4c3e555dea0d [2021-01-30T00:40:25.082Z] Removing intermediate container 4c3e555dea0d [2021-01-30T00:40:25.082Z] ---> c033d1b582cf [2021-01-30T00:40:25.082Z] Step 22/23 : LABEL git_sha=57d4715c734d86fed7f1299b5bac81bc8a93abf9 [2021-01-30T00:40:25.344Z] ---> Running in 6367c2a3a7a9 [2021-01-30T00:40:25.344Z] Removing intermediate container 6367c2a3a7a9 [2021-01-30T00:40:25.344Z] ---> 8fb87f2ddaba [2021-01-30T00:40:25.344Z] Step 23/23 : LABEL version=0.0.0 [2021-01-30T00:40:25.344Z] ---> Running in 99bf43dc4a00 [2021-01-30T00:40:25.605Z] Removing intermediate container 99bf43dc4a00 [2021-01-30T00:40:25.605Z] ---> 62c5bf1f9d1f [2021-01-30T00:40:25.605Z] [2021-01-30T00:40:25.867Z] Successfully built 62c5bf1f9d1f [2021-01-30T00:40:25.867Z] Successfully tagged docker-core-data-go:latest [2021-01-30T00:40:26.143Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-30T00:40:26.167Z] $ docker stop --time=1 c347446da4ffa98c1dda7fcbbcba0ca8d076ebf0df2bae55ce33bba3a4df5454 [2021-01-30T00:40:26.245Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.205s coverage: 92.8% of statements [2021-01-30T00:40:26.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-30T00:40:26.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-30T00:40:26.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-30T00:40:26.245Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-30T00:40:26.245Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-30T00:40:26.245Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-30T00:40:26.245Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-30T00:40:26.245Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-30T00:40:26.245Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-30T00:40:26.245Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-30T00:40:26.245Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-30T00:40:26.245Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-30T00:40:26.245Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-30T00:40:26.245Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-30T00:40:26.245Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-30T00:40:26.245Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-30T00:40:26.245Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-30T00:40:26.246Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-30T00:40:26.246Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.079s coverage: 58.8% of statements [2021-01-30T00:40:26.246Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-30T00:40:26.246Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-30T00:40:26.246Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.226s coverage: 0.1% of statements [2021-01-30T00:40:26.246Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-30T00:40:26.246Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-30T00:40:26.246Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-30T00:40:26.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.061s coverage: 45.5% of statements [2021-01-30T00:40:26.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.076s coverage: 79.5% of statements [2021-01-30T00:40:26.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.078s coverage: 94.1% of statements [2021-01-30T00:40:26.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.120s coverage: 96.3% of statements [2021-01-30T00:40:26.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.051s coverage: 87.5% of statements [2021-01-30T00:40:27.799Z] $ docker rm -f c347446da4ffa98c1dda7fcbbcba0ca8d076ebf0df2bae55ce33bba3a4df5454 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-30T00:40:28.316Z] + docker images [2021-01-30T00:40:28.316Z] + grep docker [2021-01-30T00:40:28.578Z] docker-core-data-go latest 62c5bf1f9d1f 3 seconds ago 22.3MB [2021-01-30T00:40:28.578Z] docker-security-bootstrapper-go latest b2614ee17ca6 7 seconds ago 23.8MB [2021-01-30T00:40:28.578Z] docker-security-secretstore-setup-go latest c6036320d8db 12 seconds ago 24.6MB [2021-01-30T00:40:28.578Z] docker-sys-mgmt-agent-go latest 5656ab242047 15 seconds ago 313MB [2021-01-30T00:40:28.578Z] docker-core-command-go latest 224b5f670c68 20 seconds ago 16.9MB [2021-01-30T00:40:28.578Z] docker-core-metadata-go latest 2c23932783e2 About a minute ago 18.8MB [2021-01-30T00:40:28.578Z] docker-support-scheduler-go latest a2577aa7bdcd About a minute ago 17MB [2021-01-30T00:40:28.578Z] docker-support-notifications-go latest 6f9a327cc650 About a minute ago 16.9MB [2021-01-30T00:40:28.578Z] docker-security-proxy-setup-go latest cfa17d00be23 About a minute ago 24.4MB [2021-01-30T00:40:28.578Z] docker 20.10.0 aefe523efa57 7 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-30T00:40:38.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.083s coverage: 94.4% of statements [2021-01-30T00:40:38.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements [2021-01-30T00:40:44.307Z] Still waiting to schedule task [2021-01-30T00:40:44.307Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-30T00:40:53.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.133s coverage: 92.9% of statements [2021-01-30T00:40:53.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-30T00:40:53.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-30T00:40:53.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-30T00:40:53.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-30T00:40:53.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements [2021-01-30T00:40:53.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-30T00:40:53.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-30T00:40:53.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-01-30T00:40:53.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-30T00:40:53.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.081s coverage: 75.5% of statements [2021-01-30T00:40:53.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-30T00:40:53.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-01-30T00:40:53.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.122s coverage: 87.2% of statements [2021-01-30T00:40:53.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.129s coverage: 84.2% of statements [2021-01-30T00:40:53.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.188s coverage: 91.4% of statements [2021-01-30T00:40:53.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-30T00:40:53.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.532s coverage: 63.5% of statements [2021-01-30T00:40:53.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-30T00:40:53.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-30T00:40:53.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.065s coverage: 100.0% of statements [2021-01-30T00:40:53.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.080s coverage: 91.3% of statements [2021-01-30T00:40:53.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.053s coverage: 100.0% of statements [2021-01-30T00:40:53.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements [2021-01-30T00:40:53.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.046s coverage: 100.0% of statements [2021-01-30T00:40:53.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.770s coverage: 68.9% of statements [2021-01-30T00:40:53.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-30T00:40:53.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-30T00:40:53.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-30T00:40:53.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-30T00:40:53.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-30T00:40:53.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.365s coverage: 37.0% of statements [2021-01-30T00:40:53.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-30T00:40:53.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-30T00:40:53.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.576s coverage: 84.0% of statements [2021-01-30T00:40:53.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.084s coverage: 100.0% of statements [2021-01-30T00:41:00.474Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.390s coverage: 47.1% of statements [2021-01-30T00:41:00.474Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-30T00:41:00.474Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-30T00:41:00.474Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-30T00:41:00.474Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-30T00:41:00.474Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-30T00:41:00.474Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.150s coverage: 100.0% of statements [2021-01-30T00:41:00.474Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-30T00:41:00.474Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.100s coverage: 100.0% of statements [2021-01-30T00:41:00.474Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-30T00:41:04.817Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.205s coverage: 29.1% of statements [2021-01-30T00:41:04.817Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-30T00:41:04.817Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-30T00:41:04.817Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-30T00:41:04.817Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-30T00:41:04.817Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-30T00:41:04.817Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.187s coverage: 99.0% of statements [2021-01-30T00:41:04.817Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-30T00:41:04.817Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.098s coverage: 100.0% of statements [2021-01-30T00:41:04.817Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-30T00:41:04.817Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-01-30T00:41:04.817Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-01-30T00:41:04.817Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-01-30T00:41:04.817Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.140s coverage: 100.0% of statements [2021-01-30T00:41:04.817Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-01-30T00:41:04.817Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-01-30T00:41:04.817Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-01-30T00:41:04.817Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements [2021-01-30T00:41:04.817Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-30T00:41:04.817Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements [2021-01-30T00:41:04.817Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-30T00:41:04.817Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-30T00:41:04.817Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-30T00:41:04.817Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-30T00:41:04.817Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.145s coverage: 87.9% of statements [2021-01-30T00:41:04.817Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-30T00:41:04.817Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-30T00:41:05.804Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.080s coverage: 100.0% of statements [2021-01-30T00:41:06.076Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.049s coverage: 32.1% of statements [2021-01-30T00:41:07.060Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-30T00:41:07.654Z] GO111MODULE=on go vet ./... [2021-01-30T00:42:29.438Z] gofmt -l . [2021-01-30T00:42:29.438Z] [ "`gofmt -l .`" = "" ] [2021-01-30T00:42:29.438Z] ./bin/test-go-mod-tidy.sh [2021-01-30T00:42:29.438Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-30T00:42:30.089Z] + ls -al . [2021-01-30T00:42:30.089Z] total 708 [2021-01-30T00:42:30.089Z] drwxrwxr-x 9 1001 1001 4096 Jan 30 00:42 . [2021-01-30T00:42:30.089Z] drwxr-xr-x 4 root root 4096 Jan 30 00:38 .. [2021-01-30T00:42:30.089Z] -rw-rw-r-- 1 1001 1001 11 Jan 30 00:36 .dockerignore [2021-01-30T00:42:30.089Z] drwxrwxr-x 8 1001 1001 4096 Jan 30 00:36 .git [2021-01-30T00:42:30.089Z] drwxrwxr-x 3 1001 1001 4096 Jan 30 00:36 .github [2021-01-30T00:42:30.089Z] -rw-rw-r-- 1 1001 1001 872 Jan 30 00:36 .gitignore [2021-01-30T00:42:30.089Z] -rw-rw-r-- 1 1001 1001 166 Jan 30 00:36 .sonarcloud.properties [2021-01-30T00:42:30.089Z] -rw-rw-r-- 1 1001 1001 7859 Jan 30 00:36 Attribution.txt [2021-01-30T00:42:30.089Z] -rw-rw-r-- 1 1001 1001 3804 Jan 30 00:36 CONTRIBUTING.md [2021-01-30T00:42:30.089Z] -rw-rw-r-- 1 1001 1001 931 Jan 30 00:36 Dockerfile.build [2021-01-30T00:42:30.089Z] -rw-rw-r-- 1 1001 1001 863 Jan 30 00:36 Jenkinsfile [2021-01-30T00:42:30.089Z] -rw-rw-r-- 1 1001 1001 10775 Jan 30 00:36 LICENSE [2021-01-30T00:42:30.089Z] -rw-rw-r-- 1 1001 1001 6001 Jan 30 00:36 Makefile [2021-01-30T00:42:30.089Z] -rw-rw-r-- 1 1001 1001 6524 Jan 30 00:36 README.md [2021-01-30T00:42:30.089Z] -rw-rw-r-- 1 1001 1001 6755 Jan 30 00:36 SECURITY.md [2021-01-30T00:42:30.089Z] -rw-rw-r-- 1 1001 1001 5 Jan 30 00:32 VERSION [2021-01-30T00:42:30.089Z] -rw-rw-r-- 1 1001 1001 4131 Jan 30 00:36 ZMQWindows.md [2021-01-30T00:42:30.089Z] drwxrwxr-x 2 1001 1001 4096 Jan 30 00:36 bin [2021-01-30T00:42:30.089Z] drwxrwxr-x 15 1001 1001 4096 Jan 30 00:36 cmd [2021-01-30T00:42:30.089Z] -rw-r--r-- 1 root root 574984 Jan 30 00:41 coverage.out [2021-01-30T00:42:30.089Z] -rw-r--r-- 1 root root 1054 Jan 30 00:42 go.mod [2021-01-30T00:42:30.089Z] -rw-r--r-- 1 root root 19289 Jan 30 00:42 go.sum [2021-01-30T00:42:30.089Z] drwxrwxr-x 8 1001 1001 4096 Jan 30 00:36 internal [2021-01-30T00:42:30.089Z] drwxrwxr-x 4 1001 1001 4096 Jan 30 00:36 openapi [2021-01-30T00:42:30.089Z] drwxrwxr-x 4 1001 1001 4096 Jan 30 00:36 snap [2021-01-30T00:42:30.089Z] -rw-rw-r-- 1 1001 1001 168 Jan 30 00:36 version.go [Pipeline] sh [2021-01-30T00:42:30.766Z] + '[' -e coverage.out ] [2021-01-30T00:42:30.766Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-30T00:42:30.836Z] Warning: overwriting stash ‘coverage-report’ [2021-01-30T00:42:31.937Z] Stashed 1 file(s) [Pipeline] sh [2021-01-30T00:42:32.613Z] + make build [2021-01-30T00:42:32.613Z] 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-30T00:42:42.810Z] 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-30T00:43:06.127Z] 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-30T00:43:10.488Z] Running on prd-ubuntu18.04-docker-8c-8g-24053 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-01-30T00:43:10.543Z] Running in /w/workspace/edgex-go/52 [Pipeline] { [Pipeline] checkout [2021-01-30T00:43:11.530Z] 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-30T00:43:12.738Z] using credential edgex-jenkins-ssh [2021-01-30T00:43:12.789Z] Cloning the remote Git repository [2021-01-30T00:43:12.887Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-30T00:43:12.964Z] > git init /w/workspace/edgex-go/52 # timeout=10 [2021-01-30T00:43:12.986Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-30T00:43:12.986Z] > git --version # timeout=10 [2021-01-30T00:43:12.992Z] > git --version # 'git version 2.17.1' [2021-01-30T00:43:12.992Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-30T00:43:13.014Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-30T00:43:16.962Z] 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-30T00:43:17.947Z] 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-30T00:43:23.361Z] 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-30T00:43:28.178Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-30T00:43:28.183Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-30T00:43:28.192Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-30T00:43:28.203Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-30T00:43:28.203Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-30T00:43:28.206Z] > 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-30T00:43:28.742Z] 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-30T00:43:28.781Z] Merging remotes/origin/master commit f32f4191109bc075ff9359b3fa855becd8fb908f into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-01-30T00:43:29.055Z] Merge succeeded, producing b1522f3f52dee0812f3c7bbcfd9664b1da39a169 [2021-01-30T00:43:29.056Z] Checking out Revision b1522f3f52dee0812f3c7bbcfd9664b1da39a169 (PR-2858) [2021-01-30T00:43:28.792Z] > git config core.sparsecheckout # timeout=10 [2021-01-30T00:43:28.798Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-01-30T00:43:28.872Z] > git remote # timeout=10 [2021-01-30T00:43:28.879Z] > git config --get remote.origin.url # timeout=10 [2021-01-30T00:43:28.888Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-30T00:43:28.891Z] > git merge f32f4191109bc075ff9359b3fa855becd8fb908f # timeout=10 [2021-01-30T00:43:29.051Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-30T00:43:29.061Z] > git config core.sparsecheckout # timeout=10 [2021-01-30T00:43:29.068Z] > git checkout -f b1522f3f52dee0812f3c7bbcfd9664b1da39a169 # timeout=10 [2021-01-30T00:43:31.358Z] 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-30T00:43:32.743Z] Commit message: "Merge commit 'f32f4191109bc075ff9359b3fa855becd8fb908f' into HEAD" [2021-01-30T00:43:32.751Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-30T00:43:33.994Z] + echo snap-build.sh [2021-01-30T00:43:33.994Z] snap-build.sh [2021-01-30T00:43:33.994Z] + SNAP_BASE_DIR=. [2021-01-30T00:43:33.995Z] + '[' '!' -z /w/workspace/edgex-go/52 ']' [2021-01-30T00:43:33.995Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/52 [2021-01-30T00:43:33.995Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/52]' [2021-01-30T00:43:33.995Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/52] [2021-01-30T00:43:33.995Z] + cd /w/workspace/edgex-go/52 [2021-01-30T00:43:33.995Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-30T00:43:33.995Z] Reading package lists... [2021-01-30T00:43:33.995Z] Building dependency tree... [2021-01-30T00:43:33.995Z] Reading state information... [2021-01-30T00:43:34.260Z] The following packages were automatically installed and are no longer required: [2021-01-30T00:43:34.260Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-30T00:43:34.260Z] uidmap xdelta3 [2021-01-30T00:43:34.260Z] Use 'sudo apt autoremove' to remove them. [2021-01-30T00:43:34.260Z] The following packages will be REMOVED: [2021-01-30T00:43:34.260Z] lxd* lxd-client* [2021-01-30T00:43:34.523Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-30T00:43:34.523Z] After this operation, 31.7 MB disk space will be freed. [2021-01-30T00:43:32.745Z] > git rev-list --no-walk 600e9b21aa7194b46ff301a887fab1dff515ebca # timeout=10 [2021-01-30T00:43:35.571Z] (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-30T00:43:35.572Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-30T00:43:35.676Z] 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-30T00:43:36.151Z] Removing lxd dnsmasq configuration [2021-01-30T00:43:36.413Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-30T00:43:36.413Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-30T00:43:37.359Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-30T00:43:37.619Z] (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-30T00:43:37.619Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-30T00:43:39.012Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-30T00:43:39.012Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-30T00:43:39.098Z] 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-30T00:43:39.954Z] + sudo snap remove --purge lxd [2021-01-30T00:43:40.215Z] snap "lxd" is not installed [2021-01-30T00:43:40.215Z] + sudo groupadd --force --system lxd [2021-01-30T00:43:40.215Z] ++ whoami [2021-01-30T00:43:40.215Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-30T00:43:40.215Z] + newgrp - lxd [2021-01-30T00:43:40.215Z] + sudo snap install lxd [2021-01-30T00:43:43.410Z] 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-30T00:43:46.803Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-30T00:43:48.382Z] 2021-01-30T00:43:45Z INFO Waiting for automatic snapd restart... [Pipeline] } [2021-01-30T00:43:53.511Z] $ docker stop --time=1 aadf726b210e01cede39ff94642b79528dc96643e30d264e054ffd0a41809b32 [2021-01-30T00:43:55.921Z] $ docker rm -f aadf726b210e01cede39ff94642b79528dc96643e30d264e054ffd0a41809b32 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-30T00:43:57.874Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-30T00:43:57.874Z] [2021-01-30T00:43:57.874Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-30T00:43:58.275Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-30T00:43:58.545Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-30T00:43:58.545Z] 29e5d40040c1: Pulling fs layer [2021-01-30T00:43:58.545Z] 1ce36da41761: Pulling fs layer [2021-01-30T00:43:58.545Z] 25b303627fd3: Pulling fs layer [2021-01-30T00:43:59.134Z] 29e5d40040c1: Verifying Checksum [2021-01-30T00:43:59.134Z] 29e5d40040c1: Download complete [2021-01-30T00:43:59.727Z] 29e5d40040c1: Pull complete [2021-01-30T00:43:59.727Z] 1ce36da41761: Verifying Checksum [2021-01-30T00:43:59.727Z] 1ce36da41761: Download complete [2021-01-30T00:44:00.624Z] lxd 4.10 from Canonical* installed [2021-01-30T00:44:00.624Z] + sudo lxd init --auto [2021-01-30T00:44:01.158Z] 1ce36da41761: Pull complete [2021-01-30T00:44:02.151Z] 25b303627fd3: Verifying Checksum [2021-01-30T00:44:02.151Z] 25b303627fd3: Download complete [2021-01-30T00:44:10.648Z] + sudo snap install --classic snapcraft [2021-01-30T00:44:12.308Z] 25b303627fd3: Pull complete [2021-01-30T00:44:12.308Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-30T00:44:12.308Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-30T00:44:12.308Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-30T00:44:12.580Z] prd-ubuntu18.04-docker-arm64-4c-16g-24048 does not seem to be running inside a container [2021-01-30T00:44:12.659Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/52 -v /w/workspace/edgex-go/52:/w/workspace/edgex-go/52:rw,z -v /w/workspace/edgex-go/52@tmp:/w/workspace/edgex-go/52@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-30T00:44:14.856Z] snapcraft 4.4.4 from Canonical* installed [2021-01-30T00:44:14.856Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-30T00:44:14.856Z] + patch --verbose -p1 [2021-01-30T00:44:14.856Z] Hmm... Looks like a unified diff to me... [2021-01-30T00:44:14.856Z] The text leading up to this was: [2021-01-30T00:44:14.856Z] -------------------------- [2021-01-30T00:44:14.856Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-30T00:44:14.856Z] |From: Tony Espy [2021-01-30T00:44:14.856Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-30T00:44:14.856Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-30T00:44:14.856Z] | [2021-01-30T00:44:14.856Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-30T00:44:14.856Z] |optimize the snap CI check run for pull requests. When [2021-01-30T00:44:14.856Z] |applied, it essentially strips out everything (apps and [2021-01-30T00:44:14.856Z] |parts) from the snapcraft.yaml file except those required [2021-01-30T00:44:14.856Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-30T00:44:14.856Z] |catch changes to edgex-go that break the snap build. [2021-01-30T00:44:14.856Z] | [2021-01-30T00:44:14.856Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-30T00:44:14.856Z] |to update this patch file, otherwise it may fail to apply, [2021-01-30T00:44:14.856Z] |resulting in a failed snap build CI check in the associated [2021-01-30T00:44:14.856Z] |pull request. [2021-01-30T00:44:14.856Z] | [2021-01-30T00:44:14.856Z] |Note - in addition to applying this patch, the pipeline also [2021-01-30T00:44:14.856Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-30T00:44:14.856Z] |need to build the finally binary .snap file (and it won't [2021-01-30T00:44:14.856Z] |work with the patch applied). This further reduces the build [2021-01-30T00:44:14.856Z] |time. [2021-01-30T00:44:14.856Z] |--- [2021-01-30T00:44:14.856Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-30T00:44:14.856Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-30T00:44:14.856Z] | [2021-01-30T00:44:14.856Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-30T00:44:14.856Z] |index 1e537489..faf42425 100644 [2021-01-30T00:44:14.856Z] |--- a/snap/snapcraft.yaml [2021-01-30T00:44:14.856Z] |+++ b/snap/snapcraft.yaml [2021-01-30T00:44:14.856Z] -------------------------- [2021-01-30T00:44:14.856Z] patching file snap/snapcraft.yaml [2021-01-30T00:44:14.856Z] Using Plan A... [2021-01-30T00:44:14.856Z] Hunk #1 succeeded at 73. [2021-01-30T00:44:14.856Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-30T00:44:14.856Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-30T00:44:14.856Z] Hunk #4 FAILED at 223. [2021-01-30T00:44:14.856Z] Hunk #5 succeeded at 300. [2021-01-30T00:44:14.856Z] Hunk #6 succeeded at 327. [2021-01-30T00:44:14.856Z] Hunk #7 succeeded at 361. [2021-01-30T00:44:14.856Z] Hunk #8 FAILED at 412. [2021-01-30T00:44:14.856Z] 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej [2021-01-30T00:44:14.856Z] Hmm... Ignoring the trailing garbage. [2021-01-30T00:44:14.856Z] done [2021-01-30T00:44:15.892Z] $ docker top 30e27d83c5f09d0bb480920c334522ec57b6c468605e8e81d7abb7efff2c74a4 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] sh [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [2021-01-30T00:44:16.972Z] + grep parallel [2021-01-30T00:44:16.972Z] + docker-compose build --help [Pipeline] } [2021-01-30T00:44:16.990Z] Failed in branch amd64 [2021-01-30T00:44:21.263Z] --parallel Build images in parallel. [Pipeline] } [2021-01-30T00:44:21.285Z] $ docker stop --time=1 30e27d83c5f09d0bb480920c334522ec57b6c468605e8e81d7abb7efff2c74a4 [2021-01-30T00:44:23.261Z] $ docker rm -f 30e27d83c5f09d0bb480920c334522ec57b6c468605e8e81d7abb7efff2c74a4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-30T00:44:24.139Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-30T00:44:24.139Z] . [Pipeline] withDockerContainer [2021-01-30T00:44:24.454Z] prd-ubuntu18.04-docker-arm64-4c-16g-24048 does not seem to be running inside a container [2021-01-30T00:44:24.552Z] $ 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/52 -v /w/workspace/edgex-go/52:/w/workspace/edgex-go/52:rw,z -v /w/workspace/edgex-go/52@tmp:/w/workspace/edgex-go/52@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-30T00:44:25.894Z] $ docker top 529b0bba00a6164346ad87028c12fd3e510dc497bca5b686bfb35f3a4db67026 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-30T00:44:26.919Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-30T00:44:31.214Z] Building docker-core-command-go ... [2021-01-30T00:44:31.214Z] Building docker-core-data-go ... [2021-01-30T00:44:31.214Z] Building docker-core-metadata-go ... [2021-01-30T00:44:31.214Z] Building docker-security-bootstrapper-go ... [2021-01-30T00:44:31.214Z] Building docker-security-proxy-setup-go ... [2021-01-30T00:44:31.214Z] Building docker-security-secretstore-setup-go ... [2021-01-30T00:44:31.214Z] Building docker-support-notifications-go ... [2021-01-30T00:44:31.214Z] Building docker-support-scheduler-go ... [2021-01-30T00:44:31.214Z] Building docker-sys-mgmt-agent-go ... [2021-01-30T00:44:31.214Z] Building docker-core-command-go [2021-01-30T00:44:31.214Z] Building docker-core-data-go [2021-01-30T00:44:31.214Z] Building docker-security-secretstore-setup-go [2021-01-30T00:44:31.214Z] Building docker-security-proxy-setup-go [2021-01-30T00:44:31.214Z] Building docker-core-metadata-go [2021-01-30T00:45:52.991Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T00:45:52.991Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-30T00:45:52.991Z] ---> bab09e309b16 [2021-01-30T00:45:52.991Z] Step 3/23 : WORKDIR /edgex-go [2021-01-30T00:45:52.991Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T00:45:52.991Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-30T00:45:52.991Z] ---> bab09e309b16 [2021-01-30T00:45:52.991Z] Step 3/24 : WORKDIR /edgex-go [2021-01-30T00:45:52.991Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T00:45:52.991Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-30T00:45:52.991Z] ---> bab09e309b16 [2021-01-30T00:45:52.991Z] Step 3/21 : WORKDIR /edgex-go [2021-01-30T00:45:52.991Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T00:45:52.991Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-30T00:45:52.991Z] ---> bab09e309b16 [2021-01-30T00:45:52.991Z] Step 3/23 : WORKDIR /edgex-go [2021-01-30T00:45:52.991Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T00:45:52.991Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-30T00:45:52.991Z] ---> bab09e309b16 [2021-01-30T00:45:52.991Z] Step 3/23 : WORKDIR /edgex-go [2021-01-30T00:45:52.991Z] ---> Running in 2ae8596d1f56 [2021-01-30T00:45:52.991Z] ---> Running in fc569951eb40 [2021-01-30T00:45:52.991Z] ---> Running in 9dbca3017b32 [2021-01-30T00:45:52.991Z] ---> Running in 723267cfc2e9 [2021-01-30T00:45:52.991Z] ---> Running in 7e7e46415980 [2021-01-30T00:45:52.991Z] Removing intermediate container 2ae8596d1f56 [2021-01-30T00:45:52.991Z] ---> 2d71d07fde4e [2021-01-30T00:45:52.991Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T00:45:52.991Z] Removing intermediate container fc569951eb40 [2021-01-30T00:45:52.991Z] ---> 133aecfd88a0 [2021-01-30T00:45:52.991Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T00:45:52.991Z] ---> Running in 32113c6eaf4c [2021-01-30T00:45:52.991Z] Removing intermediate container 723267cfc2e9 [2021-01-30T00:45:52.991Z] ---> 8aa25780f0ce [2021-01-30T00:45:52.991Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T00:45:52.991Z] Removing intermediate container 7e7e46415980 [2021-01-30T00:45:52.991Z] ---> 8d5cd5a0072e [2021-01-30T00:45:52.991Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T00:45:52.991Z] Removing intermediate container 9dbca3017b32 [2021-01-30T00:45:52.991Z] ---> cf4a5c64ece5 [2021-01-30T00:45:52.991Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T00:45:52.991Z] ---> Running in 4b9186907033 [2021-01-30T00:45:52.991Z] ---> Running in 8431d1a026df [2021-01-30T00:45:52.991Z] ---> Running in 9e4a7d4ed505 [2021-01-30T00:45:52.991Z] ---> Running in a1e31fa84632 [2021-01-30T00:45:52.991Z] Removing intermediate container 32113c6eaf4c [2021-01-30T00:45:52.991Z] ---> 06adf8f4cefd [2021-01-30T00:45:52.991Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-30T00:45:52.991Z] Removing intermediate container 4b9186907033 [2021-01-30T00:45:52.991Z] ---> 169665ba0fba [2021-01-30T00:45:52.991Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-30T00:45:52.991Z] ---> Running in fabfbe7bcc8b [2021-01-30T00:45:52.991Z] Removing intermediate container 8431d1a026df [2021-01-30T00:45:52.991Z] ---> 423c06e721eb [2021-01-30T00:45:52.991Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-30T00:45:52.991Z] ---> Running in f9027ef418e4 [2021-01-30T00:45:52.991Z] ---> Running in 8308ae1978f4 [2021-01-30T00:45:52.991Z] Removing intermediate container a1e31fa84632 [2021-01-30T00:45:52.991Z] ---> e84a2a612818 [2021-01-30T00:45:52.991Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-30T00:45:52.991Z] Removing intermediate container 9e4a7d4ed505 [2021-01-30T00:45:52.991Z] ---> b7cc880a49f8 [2021-01-30T00:45:52.991Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-30T00:45:52.991Z] ---> Running in 2a6c9f102de2 [2021-01-30T00:45:52.991Z] ---> Running in 659b59f18a6f [2021-01-30T00:45:52.991Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T00:45:52.991Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T00:45:53.266Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T00:45:53.540Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T00:45:53.540Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T00:45:53.817Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T00:45:53.817Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T00:45:53.817Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T00:45:54.460Z] OK: 217 MiB in 51 packages [2021-01-30T00:45:54.460Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T00:45:54.460Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T00:45:55.057Z] OK: 217 MiB in 51 packages [2021-01-30T00:45:55.057Z] OK: 217 MiB in 51 packages [2021-01-30T00:45:55.669Z] OK: 217 MiB in 51 packages [2021-01-30T00:45:55.669Z] OK: 217 MiB in 51 packages [2021-01-30T00:45:55.948Z] Removing intermediate container fabfbe7bcc8b [2021-01-30T00:45:55.948Z] ---> d9f9725c3cfb [2021-01-30T00:45:55.948Z] Step 6/23 : COPY go.mod . [2021-01-30T00:45:56.966Z] Removing intermediate container 8308ae1978f4 [2021-01-30T00:45:56.966Z] Removing intermediate container f9027ef418e4 [2021-01-30T00:45:56.966Z] ---> e123ee198a57 [2021-01-30T00:45:56.966Z] Step 6/24 : COPY go.mod . [2021-01-30T00:45:56.966Z] ---> e201e93a65f5 [2021-01-30T00:45:56.966Z] Step 6/21 : COPY go.mod . [2021-01-30T00:45:56.966Z] ---> 439fc43a036f [2021-01-30T00:45:56.966Z] Step 7/23 : RUN go mod download [2021-01-30T00:45:56.966Z] Removing intermediate container 2a6c9f102de2 [2021-01-30T00:45:56.966Z] ---> 6403bcae7b8d [2021-01-30T00:45:56.966Z] Step 6/23 : COPY go.mod . [2021-01-30T00:45:57.246Z] ---> Running in 921b72a39da9 [2021-01-30T00:45:57.522Z] Removing intermediate container 659b59f18a6f [2021-01-30T00:45:57.522Z] ---> e300e6afd8bd [2021-01-30T00:45:57.522Z] Step 6/23 : COPY go.mod . [2021-01-30T00:45:57.794Z] ---> f9667a3ab5b1 [2021-01-30T00:45:57.794Z] Step 7/24 : RUN go mod download [2021-01-30T00:45:58.068Z] ---> dfd0b053932f [2021-01-30T00:45:58.068Z] Step 7/21 : RUN go mod download [2021-01-30T00:45:58.068Z] ---> Running in 05335c648790 [2021-01-30T00:45:58.068Z] ---> b1574b3d7d80 [2021-01-30T00:45:58.068Z] Step 7/23 : RUN go mod download [2021-01-30T00:45:58.679Z] ---> Running in 68c59d9f3d0f [2021-01-30T00:45:58.679Z] ---> Running in 8bfac528f19b [2021-01-30T00:45:58.679Z] ---> 01c65649ca80 [2021-01-30T00:45:58.679Z] Step 7/23 : RUN go mod download [2021-01-30T00:45:58.957Z] ---> Running in 94173dc781bb [2021-01-30T00:46:00.971Z] Removing intermediate container 921b72a39da9 [2021-01-30T00:46:00.971Z] ---> 5ecc14b3fbae [2021-01-30T00:46:00.971Z] Step 8/23 : COPY . . [2021-01-30T00:46:06.404Z] Removing intermediate container 05335c648790 [2021-01-30T00:46:06.404Z] ---> c64b05b14ef9 [2021-01-30T00:46:06.404Z] Step 8/24 : COPY . . [2021-01-30T00:46:06.404Z] Removing intermediate container 94173dc781bb [2021-01-30T00:46:06.404Z] ---> fdb270d0348f [2021-01-30T00:46:06.404Z] Step 8/23 : COPY . . [2021-01-30T00:46:06.404Z] Removing intermediate container 8bfac528f19b [2021-01-30T00:46:06.404Z] ---> 5e3aef04e9fb [2021-01-30T00:46:06.404Z] Step 8/23 : COPY . . [2021-01-30T00:46:06.678Z] Removing intermediate container 68c59d9f3d0f [2021-01-30T00:46:06.678Z] ---> 505435d2bdb9 [2021-01-30T00:46:06.678Z] Step 8/21 : COPY . . [2021-01-30T00:46:28.883Z] ---> c8a315d62171 [2021-01-30T00:46:28.883Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-30T00:46:28.883Z] ---> Running in 914d1d204d1d [2021-01-30T00:46:28.883Z] ---> f632a9613f26 [2021-01-30T00:46:28.883Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-30T00:46:28.883Z] ---> bd464709e0af [2021-01-30T00:46:28.883Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-30T00:46:28.883Z] ---> dcec4290d8a4 [2021-01-30T00:46:28.883Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-30T00:46:28.883Z] ---> 5776cd102bb2 [2021-01-30T00:46:28.883Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-30T00:46:28.883Z] ---> Running in 246b77e6f7fa [2021-01-30T00:46:28.883Z] ---> Running in 460c6139143d [2021-01-30T00:46:28.883Z] ---> Running in e8fc483f80b1 [2021-01-30T00:46:28.883Z] ---> Running in d1707791c7c5 [2021-01-30T00:46:28.883Z] 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-30T00:46:30.340Z] 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-30T00:46:30.615Z] 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-30T00:46:30.615Z] 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-30T00:46:30.890Z] 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-30T00:47:52.741Z] 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-30T00:47:52.741Z] 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-30T00:48:05.175Z] Removing intermediate container 460c6139143d [2021-01-30T00:48:05.175Z] ---> eddfd52ab94a [2021-01-30T00:48:05.175Z] [2021-01-30T00:48:05.175Z] Step 10/24 : FROM alpine:3.12 [2021-01-30T00:48:05.175Z] 3.12: Pulling from library/alpine [2021-01-30T00:48:05.175Z] Removing intermediate container d1707791c7c5 [2021-01-30T00:48:05.175Z] ---> bc39b37f96da [2021-01-30T00:48:05.175Z] [2021-01-30T00:48:05.175Z] Step 10/21 : FROM alpine:3.12 [2021-01-30T00:48:05.175Z] 3.12: Pulling from library/alpine [2021-01-30T00:48:05.175Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-30T00:48:05.175Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-30T00:48:05.175Z] Status: Downloaded newer image for alpine:3.12 [2021-01-30T00:48:05.175Z] ---> afeebe901d6b [2021-01-30T00:48:05.175Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-30T00:48:05.175Z] Status: Image is up to date for alpine:3.12 [2021-01-30T00:48:05.175Z] ---> afeebe901d6b [2021-01-30T00:48:05.175Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-30T00:48:05.778Z] ---> Running in 4e0e03ffb3e4 [2021-01-30T00:48:05.778Z] ---> Running in 8530db64bb38 [2021-01-30T00:48:08.434Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T00:48:08.434Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T00:48:08.434Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T00:48:08.711Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T00:48:09.314Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-30T00:48:09.314Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-30T00:48:09.314Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-30T00:48:09.315Z] (4/5) Installing curl (7.69.1-r3) [2021-01-30T00:48:09.315Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-30T00:48:09.315Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-30T00:48:09.315Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T00:48:09.315Z] Executing ca-certificates-20191127-r4.trigger [2021-01-30T00:48:09.315Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-30T00:48:09.315Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-30T00:48:09.592Z] (4/4) Installing curl (7.69.1-r3) [2021-01-30T00:48:09.592Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T00:48:09.592Z] Executing ca-certificates-20191127-r4.trigger [2021-01-30T00:48:09.869Z] OK: 7 MiB in 19 packages [2021-01-30T00:48:10.144Z] OK: 7 MiB in 18 packages [2021-01-30T00:48:13.564Z] Removing intermediate container 4e0e03ffb3e4 [2021-01-30T00:48:13.564Z] ---> 9c059b01c0c6 [2021-01-30T00:48:13.564Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-30T00:48:13.564Z] Removing intermediate container 8530db64bb38 [2021-01-30T00:48:13.564Z] ---> 2d0d8907f728 [2021-01-30T00:48:13.564Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-30T00:48:13.564Z] ---> Running in aa6b0f07285c [2021-01-30T00:48:13.564Z] ---> Running in e21e469a2601 [2021-01-30T00:48:14.175Z] Removing intermediate container aa6b0f07285c [2021-01-30T00:48:14.175Z] ---> 5c51ec87f7ea [2021-01-30T00:48:14.175Z] Step 13/24 : WORKDIR / [2021-01-30T00:48:14.454Z] Removing intermediate container e21e469a2601 [2021-01-30T00:48:14.454Z] ---> f5631624ea4a [2021-01-30T00:48:14.454Z] Step 13/21 : WORKDIR /edgex [2021-01-30T00:48:14.736Z] ---> Running in af96e281f46f [2021-01-30T00:48:14.736Z] ---> Running in 6c718046edad [2021-01-30T00:48:15.340Z] Removing intermediate container af96e281f46f [2021-01-30T00:48:15.340Z] ---> 2e203dd55c97 [2021-01-30T00:48:15.340Z] 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-30T00:48:15.620Z] Removing intermediate container 6c718046edad [2021-01-30T00:48:15.620Z] ---> e7e0ba75af4b [2021-01-30T00:48:15.620Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-30T00:48:17.065Z] ---> abb1d796ab4a [2021-01-30T00:48:17.065Z] 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-30T00:48:17.065Z] ---> d6dd9f930ceb [2021-01-30T00:48:17.065Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-30T00:48:18.737Z] ---> 7843908112e2 [2021-01-30T00:48:18.737Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-30T00:48:20.268Z] ---> 3cb611a66c37 [2021-01-30T00:48:20.268Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-30T00:48:20.881Z] ---> f6cc24e79337 [2021-01-30T00:48:20.881Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-30T00:48:22.872Z] ---> 5c54c12a75c4 [2021-01-30T00:48:22.872Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-30T00:48:23.157Z] ---> Running in a1f03c5ac801 [2021-01-30T00:48:23.431Z] ---> 4447796150bd [2021-01-30T00:48:23.431Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-30T00:48:23.708Z] Removing intermediate container e8fc483f80b1 [2021-01-30T00:48:23.708Z] ---> b85158074d5c [2021-01-30T00:48:23.708Z] [2021-01-30T00:48:23.708Z] Step 10/23 : FROM alpine:3.12 [2021-01-30T00:48:23.708Z] ---> afeebe901d6b [2021-01-30T00:48:23.708Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-30T00:48:24.329Z] Removing intermediate container a1f03c5ac801 [2021-01-30T00:48:24.329Z] ---> 4d555d7c63bb [2021-01-30T00:48:24.329Z] Step 18/21 : CMD ["--init=true"] [2021-01-30T00:48:24.329Z] ---> Running in 63ad2ce412fb [2021-01-30T00:48:24.329Z] ---> Running in d6d052511bb5 [2021-01-30T00:48:25.320Z] Removing intermediate container d6d052511bb5 [2021-01-30T00:48:25.320Z] ---> 3ebdfae33ab6 [2021-01-30T00:48:25.320Z] Step 19/21 : LABEL arch=arm64 [2021-01-30T00:48:25.320Z] ---> 98580fe2a433 [2021-01-30T00:48:25.320Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-30T00:48:25.596Z] ---> Running in ab3bdc480f26 [2021-01-30T00:48:26.583Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T00:48:26.583Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T00:48:26.857Z] ---> c5af07c2df40 [2021-01-30T00:48:26.857Z] Removing intermediate container ab3bdc480f26 [2021-01-30T00:48:26.857Z] 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-30T00:48:26.857Z] ---> 9e710ed1ea89 [2021-01-30T00:48:26.857Z] Step 20/21 : LABEL git_sha=57d4715c734d86fed7f1299b5bac81bc8a93abf9 [2021-01-30T00:48:27.455Z] ---> Running in 2117ed601deb [2021-01-30T00:48:27.455Z] ---> Running in 9841d3f27174 [2021-01-30T00:48:27.455Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-30T00:48:27.455Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T00:48:27.455Z] OK: 5 MiB in 15 packages [2021-01-30T00:48:28.918Z] Removing intermediate container 9841d3f27174 [2021-01-30T00:48:28.918Z] ---> 3ea79be978fe [2021-01-30T00:48:28.918Z] Step 21/21 : LABEL version=0.0.0 [2021-01-30T00:48:29.192Z] ---> Running in fbcd957b9a02 [2021-01-30T00:48:29.466Z] Removing intermediate container 914d1d204d1d [2021-01-30T00:48:29.466Z] ---> 0a3cc23adf8c [2021-01-30T00:48:29.466Z] [2021-01-30T00:48:29.466Z] Step 10/23 : FROM alpine:3.12 [2021-01-30T00:48:29.466Z] ---> afeebe901d6b [2021-01-30T00:48:29.466Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-30T00:48:29.466Z] ---> Using cache [2021-01-30T00:48:29.466Z] ---> bd4046f2019f [2021-01-30T00:48:29.466Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-30T00:48:29.741Z] Removing intermediate container 63ad2ce412fb [2021-01-30T00:48:29.741Z] ---> bd4046f2019f [2021-01-30T00:48:29.741Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-30T00:48:30.028Z] ---> Running in b3c67e7a07fe [2021-01-30T00:48:30.028Z] ---> Running in 397b19126b5e [2021-01-30T00:48:30.308Z] Removing intermediate container fbcd957b9a02 [2021-01-30T00:48:30.308Z] ---> 2c3d2b39f1f6 [2021-01-30T00:48:30.308Z] [2021-01-30T00:48:30.585Z] Removing intermediate container b3c67e7a07fe [2021-01-30T00:48:30.585Z] ---> d715a6221e5e [2021-01-30T00:48:30.585Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-30T00:48:30.863Z] Successfully built 2c3d2b39f1f6 [2021-01-30T00:48:30.863Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-30T00:48:30.863Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-01-30T00:48:30.863Z] ---> Running in e3186a1e8861 [2021-01-30T00:48:31.136Z] Removing intermediate container 2117ed601deb [2021-01-30T00:48:31.136Z] ---> 60d599196375 [2021-01-30T00:48:31.136Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-30T00:48:31.136Z] Removing intermediate container 397b19126b5e [2021-01-30T00:48:31.136Z] ---> 1504a446d652 [2021-01-30T00:48:31.136Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-30T00:48:31.408Z] ---> Running in 4f3add56d28b [2021-01-30T00:48:31.408Z] ---> Running in dea24eeb929e [2021-01-30T00:48:31.683Z] Removing intermediate container e3186a1e8861 [2021-01-30T00:48:31.683Z] ---> e142fec80cd6 [2021-01-30T00:48:31.683Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-30T00:48:31.959Z] ---> Running in 538f8e5809d4 [2021-01-30T00:48:32.233Z] Removing intermediate container dea24eeb929e [2021-01-30T00:48:32.233Z] ---> 7e1f85128599 [2021-01-30T00:48:32.233Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-30T00:48:32.233Z] Removing intermediate container 4f3add56d28b [2021-01-30T00:48:32.233Z] ---> aac4e465a72b [2021-01-30T00:48:32.233Z] Step 22/24 : LABEL arch=arm64 [2021-01-30T00:48:32.505Z] ---> Running in 5b497ce4fb3d [2021-01-30T00:48:32.506Z] ---> Running in c9512457b1d9 [2021-01-30T00:48:32.779Z] Removing intermediate container 538f8e5809d4 [2021-01-30T00:48:32.779Z] ---> 0cbaef0e567b [2021-01-30T00:48:32.779Z] Step 15/23 : WORKDIR / [2021-01-30T00:48:33.414Z] ---> Running in 0e8f617f2f2e [2021-01-30T00:48:34.014Z] Removing intermediate container c9512457b1d9 [2021-01-30T00:48:34.014Z] ---> 758e7bc26756 [2021-01-30T00:48:34.014Z] Step 23/24 : LABEL git_sha=57d4715c734d86fed7f1299b5bac81bc8a93abf9 [2021-01-30T00:48:34.014Z] Removing intermediate container 5b497ce4fb3d [2021-01-30T00:48:34.014Z] ---> b8a32fd03a36 [2021-01-30T00:48:34.014Z] Step 15/23 : WORKDIR / [2021-01-30T00:48:34.609Z] ---> Running in cf092d8d6087 [2021-01-30T00:48:34.609Z] Removing intermediate container 0e8f617f2f2e [2021-01-30T00:48:34.609Z] ---> 682b05c1b8c3 [2021-01-30T00:48:34.609Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-30T00:48:34.609Z] ---> Running in c7c9bee1ccb7 [2021-01-30T00:48:36.582Z] Removing intermediate container c7c9bee1ccb7 [2021-01-30T00:48:36.582Z] ---> 3fe60362ac88 [2021-01-30T00:48:36.582Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-30T00:48:36.582Z] ---> 3c0d8110a2ce [2021-01-30T00:48:36.582Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-30T00:48:36.582Z] Removing intermediate container cf092d8d6087 [2021-01-30T00:48:36.583Z] ---> 8295d554fd30 [2021-01-30T00:48:36.583Z] Step 24/24 : LABEL version=0.0.0 [2021-01-30T00:48:37.195Z] ---> Running in 24a14a930080 [2021-01-30T00:48:37.789Z] ---> 9b6ef9894eec [2021-01-30T00:48:37.789Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-30T00:48:38.414Z] Removing intermediate container 24a14a930080 [2021-01-30T00:48:38.414Z] ---> 8a3137ac1bb6 [2021-01-30T00:48:38.414Z] [2021-01-30T00:48:38.414Z] ---> 2b3c155d5f6e [2021-01-30T00:48:38.414Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-30T00:48:39.050Z] Successfully built 8a3137ac1bb6 [2021-01-30T00:48:39.050Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-30T00:48:39.050Z] Removing intermediate container 246b77e6f7fa [2021-01-30T00:48:39.050Z] ---> 09d2098a8aa7 [2021-01-30T00:48:39.050Z] [2021-01-30T00:48:39.050Z] Step 10/23 : FROM alpine:3.12 Building docker-security-secretstore-setup-go ... done  [2021-01-30T00:48:39.050Z] Building docker-support-notifications-go [2021-01-30T00:48:39.050Z] ---> afeebe901d6b [2021-01-30T00:48:39.050Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-30T00:48:39.643Z] ---> Running in ae73698b2c72 [2021-01-30T00:48:39.643Z] ---> 385e3c8c88ad [2021-01-30T00:48:39.643Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-30T00:48:39.643Z] ---> 29bec7a17193 [2021-01-30T00:48:39.643Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-30T00:48:39.914Z] ---> Running in 26f82c0f94c1 [2021-01-30T00:48:40.194Z] Removing intermediate container ae73698b2c72 [2021-01-30T00:48:40.194Z] ---> ff1f051fc9a6 [2021-01-30T00:48:40.194Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-30T00:48:40.194Z] ---> Running in 4c8d173ea790 [2021-01-30T00:48:40.468Z] Removing intermediate container 26f82c0f94c1 [2021-01-30T00:48:40.468Z] ---> 29f80e2b831c [2021-01-30T00:48:40.468Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-30T00:48:40.468Z] ---> 2d48bfd63d46 [2021-01-30T00:48:40.468Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-30T00:48:41.441Z] ---> Running in 1e250356e65b [2021-01-30T00:48:41.441Z] ---> Running in 23af50dc3165 [2021-01-30T00:48:41.714Z] Removing intermediate container 4c8d173ea790 [2021-01-30T00:48:41.714Z] ---> 9f99f333e783 [2021-01-30T00:48:41.714Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-30T00:48:42.310Z] ---> Running in 70a2ce09d780 [2021-01-30T00:48:42.584Z] Removing intermediate container 1e250356e65b [2021-01-30T00:48:42.584Z] ---> 3bd153b6a7e3 [2021-01-30T00:48:42.584Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-30T00:48:42.584Z] Removing intermediate container 23af50dc3165 [2021-01-30T00:48:42.584Z] ---> 20d3d2c306e5 [2021-01-30T00:48:42.855Z] Step 21/23 : LABEL arch=arm64 [2021-01-30T00:48:43.131Z] ---> Running in 77e84e77511a [2021-01-30T00:48:43.407Z] ---> Running in bb879a05d95b [2021-01-30T00:48:43.407Z] Removing intermediate container 70a2ce09d780 [2021-01-30T00:48:43.407Z] ---> 2fbca15478e5 [2021-01-30T00:48:43.407Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T00:48:44.387Z] ---> Running in 08dfc184e2bc [2021-01-30T00:48:44.387Z] Removing intermediate container 77e84e77511a [2021-01-30T00:48:44.387Z] ---> 9c139868c70e [2021-01-30T00:48:44.387Z] Step 22/23 : LABEL git_sha=57d4715c734d86fed7f1299b5bac81bc8a93abf9 [2021-01-30T00:48:44.663Z] Removing intermediate container bb879a05d95b [2021-01-30T00:48:44.663Z] ---> 835fe5674cc6 [2021-01-30T00:48:44.663Z] Step 21/23 : LABEL arch=arm64 [2021-01-30T00:48:44.663Z] ---> Running in dfc9998e587c [2021-01-30T00:48:44.940Z] ---> Running in a4c9bcd1ea4a [2021-01-30T00:48:45.538Z] Removing intermediate container dfc9998e587c [2021-01-30T00:48:45.538Z] ---> 4274b88f4a3e [2021-01-30T00:48:45.538Z] Step 23/23 : LABEL version=0.0.0 [2021-01-30T00:48:46.133Z] Removing intermediate container a4c9bcd1ea4a [2021-01-30T00:48:46.133Z] ---> 62002cdb1e23 [2021-01-30T00:48:46.133Z] Step 22/23 : LABEL git_sha=57d4715c734d86fed7f1299b5bac81bc8a93abf9 [2021-01-30T00:48:46.418Z] ---> Running in 0da6e7ba4ce1 [2021-01-30T00:48:46.692Z] ---> Running in 549c486710a7 [2021-01-30T00:48:47.671Z] Removing intermediate container 0da6e7ba4ce1 [2021-01-30T00:48:47.671Z] ---> 8b133f563fa4 [2021-01-30T00:48:47.671Z] [2021-01-30T00:48:47.944Z] Removing intermediate container 549c486710a7 [2021-01-30T00:48:47.944Z] ---> 2b9aac072ae0 [2021-01-30T00:48:47.944Z] Step 23/23 : LABEL version=0.0.0 [2021-01-30T00:48:47.944Z] Successfully built 8b133f563fa4 [2021-01-30T00:48:48.220Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-30T00:48:48.220Z]  Building docker-core-metadata-go ... done Building docker-support-scheduler-go [2021-01-30T00:48:48.220Z] Removing intermediate container 08dfc184e2bc [2021-01-30T00:48:48.220Z] ---> 72a17639ced8 [2021-01-30T00:48:48.220Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-30T00:48:48.494Z] ---> Running in aed31a38008b [2021-01-30T00:48:48.765Z] ---> Running in 5aef0fdae260 [2021-01-30T00:48:49.036Z] Removing intermediate container aed31a38008b [2021-01-30T00:48:49.036Z] ---> 6a1e6465776c [2021-01-30T00:48:49.036Z] [2021-01-30T00:48:49.631Z] Successfully built 6a1e6465776c [2021-01-30T00:48:49.631Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-30T00:48:49.631Z] Building docker-sys-mgmt-agent-go [2021-01-30T00:48:49.901Z]  Building docker-core-command-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T00:48:50.876Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T00:48:51.842Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-30T00:48:52.114Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-30T00:48:52.114Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-30T00:48:52.385Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-30T00:48:52.655Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-30T00:48:52.927Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-30T00:48:52.927Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T00:48:52.927Z] OK: 8 MiB in 20 packages [2021-01-30T00:48:55.531Z] Removing intermediate container 5aef0fdae260 [2021-01-30T00:48:55.531Z] ---> 1c023ec34012 [2021-01-30T00:48:55.531Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-30T00:48:56.958Z] ---> 3684b22414bc [2021-01-30T00:48:56.958Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-30T00:48:59.578Z] ---> 602940622b0e [2021-01-30T00:48:59.578Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-30T00:48:59.578Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T00:48:59.578Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-01-30T00:48:59.578Z] ---> bab09e309b16 [2021-01-30T00:48:59.578Z] Step 3/31 : WORKDIR /edgex-go [2021-01-30T00:48:59.578Z] ---> Using cache [2021-01-30T00:48:59.578Z] ---> 8d5cd5a0072e [2021-01-30T00:48:59.578Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T00:48:59.578Z] ---> Using cache [2021-01-30T00:48:59.578Z] ---> 423c06e721eb [2021-01-30T00:48:59.578Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-01-30T00:48:59.578Z] ---> Using cache [2021-01-30T00:48:59.578Z] ---> e201e93a65f5 [2021-01-30T00:48:59.578Z] Step 6/31 : COPY go.mod . [2021-01-30T00:48:59.578Z] ---> Using cache [2021-01-30T00:48:59.578Z] ---> dfd0b053932f [2021-01-30T00:48:59.578Z] Step 7/31 : RUN go mod download [2021-01-30T00:48:59.578Z] ---> Using cache [2021-01-30T00:48:59.578Z] ---> 505435d2bdb9 [2021-01-30T00:48:59.578Z] Step 8/31 : COPY . . [2021-01-30T00:48:59.578Z] ---> Using cache [2021-01-30T00:48:59.578Z] ---> 5776cd102bb2 [2021-01-30T00:48:59.578Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-30T00:48:59.854Z] ---> Running in f617afcdf6d2 [2021-01-30T00:49:00.453Z] ---> 19bea67dad18 [2021-01-30T00:49:00.453Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-30T00:49:01.051Z] ---> Running in 8a042e72add0 [2021-01-30T00:49:01.327Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-30T00:49:01.928Z] Removing intermediate container 8a042e72add0 [2021-01-30T00:49:01.928Z] ---> e21421d51a96 [2021-01-30T00:49:01.928Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-30T00:49:02.205Z] ---> Running in 76e6fc8a2082 [2021-01-30T00:49:03.188Z] Removing intermediate container 76e6fc8a2082 [2021-01-30T00:49:03.188Z] ---> 52e8bd304b00 [2021-01-30T00:49:03.188Z] Step 21/23 : LABEL arch=arm64 [2021-01-30T00:49:04.173Z] ---> Running in 2872ce89546e [2021-01-30T00:49:05.182Z] Removing intermediate container 2872ce89546e [2021-01-30T00:49:05.183Z] ---> c52d097e3f6e [2021-01-30T00:49:05.183Z] Step 22/23 : LABEL git_sha=57d4715c734d86fed7f1299b5bac81bc8a93abf9 [2021-01-30T00:49:06.165Z] ---> Running in 39cbdbed8972 [2021-01-30T00:49:07.164Z] Removing intermediate container 39cbdbed8972 [2021-01-30T00:49:07.164Z] ---> c3834a871e3a [2021-01-30T00:49:07.164Z] Step 23/23 : LABEL version=0.0.0 [2021-01-30T00:49:07.441Z] ---> Running in def318d0024a [2021-01-30T00:49:08.423Z] Removing intermediate container def318d0024a [2021-01-30T00:49:08.423Z] ---> ec346d2b52eb [2021-01-30T00:49:08.423Z] [2021-01-30T00:49:08.702Z] Successfully built ec346d2b52eb [2021-01-30T00:49:08.702Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-30T00:49:18.872Z]  Building docker-core-data-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T00:49:18.872Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-30T00:49:18.872Z] ---> bab09e309b16 [2021-01-30T00:49:18.872Z] Step 3/22 : WORKDIR /edgex-go [2021-01-30T00:49:18.872Z] ---> Using cache [2021-01-30T00:49:18.872Z] ---> 8d5cd5a0072e [2021-01-30T00:49:18.872Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T00:49:18.872Z] ---> Using cache [2021-01-30T00:49:18.872Z] ---> 423c06e721eb [2021-01-30T00:49:18.872Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-30T00:49:19.857Z] ---> Running in f7b2df8b3e37 [2021-01-30T00:49:21.847Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T00:49:22.447Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T00:49:23.893Z] OK: 217 MiB in 51 packages [2021-01-30T00:49:27.471Z] Removing intermediate container f7b2df8b3e37 [2021-01-30T00:49:27.471Z] ---> 24dcd714d191 [2021-01-30T00:49:27.471Z] Step 6/22 : COPY go.mod . [2021-01-30T00:49:28.920Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T00:49:28.920Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-30T00:49:28.920Z] ---> bab09e309b16 [2021-01-30T00:49:28.920Z] Step 3/22 : WORKDIR /edgex-go [2021-01-30T00:49:28.920Z] ---> Using cache [2021-01-30T00:49:28.920Z] ---> 8d5cd5a0072e [2021-01-30T00:49:28.920Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T00:49:28.920Z] ---> Using cache [2021-01-30T00:49:28.920Z] ---> 423c06e721eb [2021-01-30T00:49:28.920Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-30T00:49:28.920Z] ---> Using cache [2021-01-30T00:49:28.920Z] ---> e201e93a65f5 [2021-01-30T00:49:28.920Z] Step 6/22 : COPY go.mod . [2021-01-30T00:49:28.920Z] ---> Using cache [2021-01-30T00:49:28.920Z] ---> dfd0b053932f [2021-01-30T00:49:28.920Z] Step 7/22 : RUN go mod download [2021-01-30T00:49:28.920Z] ---> Using cache [2021-01-30T00:49:28.920Z] ---> 505435d2bdb9 [2021-01-30T00:49:28.920Z] Step 8/22 : COPY . . [2021-01-30T00:49:28.920Z] ---> 95b30349776b [2021-01-30T00:49:28.920Z] Step 7/22 : RUN go mod download [2021-01-30T00:49:28.920Z] ---> Using cache [2021-01-30T00:49:28.920Z] ---> 5776cd102bb2 [2021-01-30T00:49:29.198Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-30T00:49:29.474Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T00:49:29.474Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-30T00:49:29.474Z] ---> bab09e309b16 [2021-01-30T00:49:29.474Z] Step 3/26 : WORKDIR /edgex-go [2021-01-30T00:49:29.474Z] ---> Using cache [2021-01-30T00:49:29.474Z] ---> 8d5cd5a0072e [2021-01-30T00:49:29.474Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T00:49:29.474Z] ---> Using cache [2021-01-30T00:49:29.474Z] ---> 423c06e721eb [2021-01-30T00:49:29.474Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-30T00:49:29.474Z] ---> Running in f58970102ee3 [2021-01-30T00:49:29.474Z] ---> Running in 3a29c954e174 [2021-01-30T00:49:29.474Z] ---> Running in f9459fc472b3 [2021-01-30T00:49:32.119Z] 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-30T00:49:32.119Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T00:49:32.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T00:49:33.707Z] OK: 217 MiB in 51 packages [2021-01-30T00:49:33.985Z] Removing intermediate container f58970102ee3 [2021-01-30T00:49:33.985Z] ---> bd5a81593da7 [2021-01-30T00:49:33.985Z] Step 8/22 : COPY . . [2021-01-30T00:49:35.995Z] Removing intermediate container f9459fc472b3 [2021-01-30T00:49:35.995Z] ---> 86084c7ec9d2 [2021-01-30T00:49:35.995Z] Step 6/26 : COPY go.mod . [2021-01-30T00:49:37.985Z] ---> ae9c95d93363 [2021-01-30T00:49:37.985Z] Step 7/26 : RUN go mod download [2021-01-30T00:49:38.277Z] ---> Running in 8f4f2cad7143 [2021-01-30T00:49:40.261Z] 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-30T00:49:44.602Z] Removing intermediate container 8f4f2cad7143 [2021-01-30T00:49:44.602Z] ---> 06b6e5b41c77 [2021-01-30T00:49:44.602Z] Step 8/26 : COPY . . [2021-01-30T00:49:59.714Z] ---> 259080aa020d [2021-01-30T00:49:59.714Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-30T00:49:59.714Z] ---> Running in dd49ad280624 [2021-01-30T00:50:00.698Z] 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-30T00:50:03.346Z] Removing intermediate container f617afcdf6d2 [2021-01-30T00:50:03.346Z] ---> af24d5036faf [2021-01-30T00:50:03.346Z] [2021-01-30T00:50:03.346Z] Step 10/31 : FROM alpine:3.12 [2021-01-30T00:50:03.346Z] ---> afeebe901d6b [2021-01-30T00:50:03.346Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-30T00:50:03.624Z] ---> Running in 862284842e4e [2021-01-30T00:50:05.073Z] Removing intermediate container 862284842e4e [2021-01-30T00:50:05.073Z] ---> d49a26c55ab0 [2021-01-30T00:50:05.073Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-01-30T00:50:05.348Z] ---> Running in cefd63f0565a [2021-01-30T00:50:08.006Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T00:50:08.006Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T00:50:08.620Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-01-30T00:50:08.927Z] (2/2) Installing su-exec (0.2-r1) [2021-01-30T00:50:08.927Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T00:50:08.927Z] OK: 5 MiB in 16 packages [2021-01-30T00:50:09.200Z] ---> cd120a43dbd1 [2021-01-30T00:50:09.200Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-30T00:50:09.805Z] ---> Running in 5b85c4da9504 [2021-01-30T00:50:10.787Z] Removing intermediate container cefd63f0565a [2021-01-30T00:50:10.787Z] ---> 555735da3b36 [2021-01-30T00:50:10.787Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-30T00:50:11.059Z] ---> Running in 7424480980a3 [2021-01-30T00:50:12.041Z] Removing intermediate container 7424480980a3 [2021-01-30T00:50:12.041Z] ---> 9903e950b64a [2021-01-30T00:50:12.041Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-30T00:50:12.041Z] 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-30T00:50:12.041Z] ---> Running in 98827174d8ea [2021-01-30T00:50:12.642Z] Removing intermediate container 98827174d8ea [2021-01-30T00:50:12.642Z] ---> f1977c78908b [2021-01-30T00:50:12.642Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-30T00:50:12.917Z] ---> Running in 18f51b04fb32 [2021-01-30T00:50:16.319Z] Removing intermediate container 18f51b04fb32 [2021-01-30T00:50:16.319Z] ---> d4386615cfd2 [2021-01-30T00:50:16.319Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-30T00:50:16.592Z] ---> Running in 85df26f91230 [2021-01-30T00:50:17.187Z] Removing intermediate container 85df26f91230 [2021-01-30T00:50:17.187Z] ---> 4e2e8db7175a [2021-01-30T00:50:17.187Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-30T00:50:18.163Z] ---> f4a023aecdd7 [2021-01-30T00:50:18.163Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-30T00:50:18.435Z] ---> Running in db8ed0c60925 [2021-01-30T00:50:21.830Z] Removing intermediate container db8ed0c60925 [2021-01-30T00:50:21.830Z] ---> c26acfc8f038 [2021-01-30T00:50:21.830Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-30T00:50:23.273Z] ---> 3f242ea482ff [2021-01-30T00:50:23.273Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-30T00:50:24.720Z] ---> a124090c58d2 [2021-01-30T00:50:24.720Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-30T00:50:26.173Z] ---> 381b98d914b3 [2021-01-30T00:50:26.173Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-30T00:50:27.638Z] ---> 5dd53c410d5b [2021-01-30T00:50:27.638Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-30T00:50:28.624Z] ---> c371316ad6b8 [2021-01-30T00:50:28.624Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-01-30T00:50:29.221Z] ---> Running in ea91db1a2fb4 [2021-01-30T00:50:29.820Z] Removing intermediate container ea91db1a2fb4 [2021-01-30T00:50:29.820Z] ---> 8cc8da8ae93c [2021-01-30T00:50:29.820Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-30T00:50:30.810Z] ---> 87f49c924bf2 [2021-01-30T00:50:30.810Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-01-30T00:50:31.409Z] ---> Running in eccf544713db [2021-01-30T00:50:34.823Z] Removing intermediate container eccf544713db [2021-01-30T00:50:34.823Z] ---> ba248fc904e1 [2021-01-30T00:50:34.823Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-30T00:50:35.100Z] ---> Running in 63cc64e3afd8 [2021-01-30T00:50:35.701Z] Removing intermediate container 63cc64e3afd8 [2021-01-30T00:50:35.701Z] ---> bf68e85f4c32 [2021-01-30T00:50:35.701Z] Step 28/31 : CMD ["gate"] [2021-01-30T00:50:36.302Z] ---> Running in 16e36cc49083 [2021-01-30T00:50:36.905Z] Removing intermediate container 16e36cc49083 [2021-01-30T00:50:36.905Z] ---> e37b146b524e [2021-01-30T00:50:36.905Z] Step 29/31 : LABEL arch=arm64 [2021-01-30T00:50:37.511Z] ---> Running in 23e6ebb72371 [2021-01-30T00:50:38.506Z] Removing intermediate container 23e6ebb72371 [2021-01-30T00:50:38.506Z] ---> bc8bd267b4b2 [2021-01-30T00:50:38.506Z] Step 30/31 : LABEL git_sha=57d4715c734d86fed7f1299b5bac81bc8a93abf9 [2021-01-30T00:50:38.782Z] ---> Running in f9672afe7f45 [2021-01-30T00:50:39.779Z] Removing intermediate container f9672afe7f45 [2021-01-30T00:50:39.779Z] ---> c3bf1c029c5a [2021-01-30T00:50:39.779Z] Step 31/31 : LABEL version=0.0.0 [2021-01-30T00:50:40.763Z] ---> Running in c35618995e03 [2021-01-30T00:50:41.749Z] Removing intermediate container c35618995e03 [2021-01-30T00:50:41.749Z] ---> 7b7a4d84c869 [2021-01-30T00:50:41.749Z] [2021-01-30T00:50:42.424Z] Successfully built 7b7a4d84c869 [2021-01-30T00:50:42.424Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-30T00:50:42.819Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 3a29c954e174 [2021-01-30T00:50:42.819Z] ---> aa313a82b591 [2021-01-30T00:50:42.819Z] [2021-01-30T00:50:42.819Z] Step 10/22 : FROM alpine:3.12 [2021-01-30T00:50:42.819Z] ---> afeebe901d6b [2021-01-30T00:50:42.819Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-30T00:50:42.819Z] ---> Using cache [2021-01-30T00:50:42.819Z] ---> bd4046f2019f [2021-01-30T00:50:42.819Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-30T00:50:42.819Z] ---> Using cache [2021-01-30T00:50:42.819Z] ---> 1504a446d652 [2021-01-30T00:50:42.819Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-30T00:50:43.213Z] ---> Running in 85e88fab80bf [2021-01-30T00:50:43.884Z] Removing intermediate container 85e88fab80bf [2021-01-30T00:50:43.884Z] ---> 240d6dc88847 [2021-01-30T00:50:43.884Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-30T00:50:43.884Z] ---> Running in 46ea2f023420 [2021-01-30T00:50:44.523Z] Removing intermediate container 46ea2f023420 [2021-01-30T00:50:44.523Z] ---> 5c8d1ec9b1c8 [2021-01-30T00:50:44.523Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-30T00:50:45.964Z] ---> 8c0256c635d5 [2021-01-30T00:50:45.964Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-30T00:50:47.424Z] ---> 485f29b8f16a [2021-01-30T00:50:47.424Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-30T00:50:48.876Z] ---> 663fa00d1b18 [2021-01-30T00:50:48.876Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-30T00:50:48.876Z] ---> Running in 361e89d38a21 [2021-01-30T00:50:49.479Z] Removing intermediate container 361e89d38a21 [2021-01-30T00:50:49.479Z] ---> 8919c97ee481 [2021-01-30T00:50:49.479Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-30T00:50:49.479Z] ---> Running in bc3cd11664d0 [2021-01-30T00:50:50.468Z] Removing intermediate container bc3cd11664d0 [2021-01-30T00:50:50.468Z] ---> 9fd00b2d3c5f [2021-01-30T00:50:50.468Z] Step 20/22 : LABEL arch=arm64 [2021-01-30T00:50:50.468Z] ---> Running in 719d9b102a5a [2021-01-30T00:50:51.454Z] Removing intermediate container 719d9b102a5a [2021-01-30T00:50:51.454Z] ---> 499c84ab6883 [2021-01-30T00:50:51.454Z] Step 21/22 : LABEL git_sha=57d4715c734d86fed7f1299b5bac81bc8a93abf9 [2021-01-30T00:50:51.454Z] ---> Running in 616a9f1d5e49 [2021-01-30T00:50:52.061Z] Removing intermediate container 616a9f1d5e49 [2021-01-30T00:50:52.061Z] ---> 8e20d649d39f [2021-01-30T00:50:52.061Z] Step 22/22 : LABEL version=0.0.0 [2021-01-30T00:50:52.663Z] ---> Running in 3941402a7570 [2021-01-30T00:50:53.257Z] Removing intermediate container 3941402a7570 [2021-01-30T00:50:53.257Z] ---> a233fd2a0585 [2021-01-30T00:50:53.257Z] [2021-01-30T00:50:53.532Z] Successfully built a233fd2a0585 [2021-01-30T00:50:53.809Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-30T00:51:02.107Z]  Building docker-support-scheduler-go ... done Removing intermediate container dd49ad280624 [2021-01-30T00:51:02.107Z] ---> dd531d95a791 [2021-01-30T00:51:02.107Z] [2021-01-30T00:51:02.107Z] Step 10/22 : FROM alpine:3.12 [2021-01-30T00:51:02.107Z] ---> afeebe901d6b [2021-01-30T00:51:02.107Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-30T00:51:02.107Z] ---> Running in b59cacb60d46 [2021-01-30T00:51:03.087Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T00:51:03.088Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T00:51:03.681Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-30T00:51:03.960Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-30T00:51:03.960Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T00:51:03.960Z] Executing ca-certificates-20191127-r4.trigger [2021-01-30T00:51:04.244Z] OK: 6 MiB in 16 packages [2021-01-30T00:51:05.666Z] Removing intermediate container 5b85c4da9504 [2021-01-30T00:51:05.666Z] ---> 9b198a5b2e89 [2021-01-30T00:51:05.666Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-30T00:51:05.956Z] ---> Running in 89db9a6aa1af [2021-01-30T00:51:06.228Z] Removing intermediate container b59cacb60d46 [2021-01-30T00:51:06.228Z] ---> 3e4260e7b087 [2021-01-30T00:51:06.228Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-30T00:51:06.510Z] ---> Running in 105f3ba48fde [2021-01-30T00:51:06.782Z] Removing intermediate container 105f3ba48fde [2021-01-30T00:51:06.782Z] ---> 1cad8f025108 [2021-01-30T00:51:06.782Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-30T00:51:07.055Z] ---> Running in 345fd4056f3c [2021-01-30T00:51:07.055Z] 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-30T00:51:07.649Z] Removing intermediate container 345fd4056f3c [2021-01-30T00:51:07.649Z] ---> 53236bf91ac4 [2021-01-30T00:51:07.649Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-30T00:51:07.649Z] ---> Running in 67d2e4e97b52 [2021-01-30T00:51:08.249Z] Removing intermediate container 67d2e4e97b52 [2021-01-30T00:51:08.249Z] ---> c5d1c7d5d2e6 [2021-01-30T00:51:08.249Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-30T00:51:09.231Z] ---> 899e4f38880e [2021-01-30T00:51:09.231Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-30T00:51:10.210Z] Removing intermediate container 89db9a6aa1af [2021-01-30T00:51:10.210Z] ---> 555ed78576c1 [2021-01-30T00:51:10.210Z] [2021-01-30T00:51:10.210Z] Step 11/26 : FROM docker:20.10.0 [2021-01-30T00:51:10.210Z] 20.10.0: Pulling from library/docker [2021-01-30T00:51:10.211Z] ---> 6597d322ca2a [2021-01-30T00:51:10.211Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-30T00:51:11.644Z] ---> 32a1a271f433 [2021-01-30T00:51:11.644Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-30T00:51:11.916Z] ---> Running in e9f3adf0bccb [2021-01-30T00:51:12.892Z] Removing intermediate container e9f3adf0bccb [2021-01-30T00:51:12.892Z] ---> 71965bf4be1c [2021-01-30T00:51:12.892Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-30T00:51:12.892Z] ---> Running in 245745a5e26b [2021-01-30T00:51:13.482Z] Removing intermediate container 245745a5e26b [2021-01-30T00:51:13.482Z] ---> 0096466494ad [2021-01-30T00:51:13.482Z] Step 20/22 : LABEL arch=arm64 [2021-01-30T00:51:13.753Z] ---> Running in 2caacc1bd4dd [2021-01-30T00:51:14.344Z] Removing intermediate container 2caacc1bd4dd [2021-01-30T00:51:14.345Z] ---> 6ff92454b08b [2021-01-30T00:51:14.345Z] Step 21/22 : LABEL git_sha=57d4715c734d86fed7f1299b5bac81bc8a93abf9 [2021-01-30T00:51:14.617Z] ---> Running in d83aef0b492e [2021-01-30T00:51:15.213Z] Removing intermediate container d83aef0b492e [2021-01-30T00:51:15.213Z] ---> 2daefe3ed6e8 [2021-01-30T00:51:15.213Z] Step 22/22 : LABEL version=0.0.0 [2021-01-30T00:51:15.807Z] ---> Running in de1d479d330c [2021-01-30T00:51:16.404Z] Removing intermediate container de1d479d330c [2021-01-30T00:51:16.404Z] ---> 49ac0661bf0b [2021-01-30T00:51:16.404Z] [2021-01-30T00:51:16.678Z] Successfully built 49ac0661bf0b [2021-01-30T00:51:16.951Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-30T00:51:18.926Z]  Building docker-support-notifications-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-30T00:51:18.927Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-30T00:51:18.927Z] ---> eeaf43b92773 [2021-01-30T00:51:18.927Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-30T00:51:19.517Z] ---> Running in efd165970e18 [2021-01-30T00:51:20.493Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T00:51:20.766Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T00:51:21.361Z] (1/2) Installing readline (8.0.4-r0) [2021-01-30T00:51:21.361Z] (2/2) Installing bash (5.0.17-r0) [2021-01-30T00:51:21.361Z] Executing bash-5.0.17-r0.post-install [2021-01-30T00:51:21.361Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T00:51:21.361Z] OK: 12 MiB in 22 packages [2021-01-30T00:51:22.793Z] Removing intermediate container efd165970e18 [2021-01-30T00:51:22.793Z] ---> 2898499dfff3 [2021-01-30T00:51:22.793Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-30T00:51:22.793Z] ---> Running in 40c2ced4f86c [2021-01-30T00:51:23.063Z] Removing intermediate container 40c2ced4f86c [2021-01-30T00:51:23.063Z] ---> f9088cc41d54 [2021-01-30T00:51:23.063Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-30T00:51:23.336Z] ---> Running in 92d7e3d7353d [2021-01-30T00:51:23.927Z] Removing intermediate container 92d7e3d7353d [2021-01-30T00:51:23.927Z] ---> ae972d7e5c0d [2021-01-30T00:51:23.927Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-30T00:51:23.927Z] ---> Running in e919a6fd249f [2021-01-30T00:51:24.524Z] Removing intermediate container e919a6fd249f [2021-01-30T00:51:24.524Z] ---> 5c25b4c2c8c9 [2021-01-30T00:51:24.524Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-30T00:51:25.505Z] ---> 9e3861c575e0 [2021-01-30T00:51:25.505Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-30T00:51:26.097Z] ---> beff6d8a9c3d [2021-01-30T00:51:26.375Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-30T00:51:26.968Z] ---> 1091a99a313d [2021-01-30T00:51:26.968Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-30T00:51:27.242Z] ---> Running in 22176bcd6429 [2021-01-30T00:51:28.227Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T00:51:28.498Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T00:51:28.770Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-30T00:51:28.770Z] (2/33) Installing expat (2.2.9-r1) [2021-01-30T00:51:28.770Z] (3/33) Installing libffi (3.3-r2) [2021-01-30T00:51:28.770Z] (4/33) Installing gdbm (1.13-r1) [2021-01-30T00:51:29.041Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-30T00:51:29.041Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-30T00:51:29.041Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-30T00:51:30.998Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-30T00:51:30.998Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-30T00:51:30.998Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-30T00:51:30.998Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-30T00:51:30.998Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-30T00:51:30.998Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-30T00:51:30.998Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-30T00:51:30.998Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-30T00:51:30.998Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-30T00:51:30.998Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-30T00:51:30.998Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-30T00:51:30.998Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-30T00:51:30.998Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-30T00:51:30.998Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-30T00:51:31.268Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-30T00:51:31.268Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-30T00:51:31.268Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-30T00:51:31.268Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-30T00:51:31.268Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-30T00:51:31.268Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-30T00:51:31.268Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-30T00:51:31.268Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-30T00:51:31.268Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-30T00:51:31.268Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-30T00:51:31.268Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-30T00:51:31.268Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-30T00:51:31.539Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T00:51:31.539Z] OK: 71 MiB in 55 packages [2021-01-30T00:51:38.241Z] Removing intermediate container 22176bcd6429 [2021-01-30T00:51:38.241Z] ---> bb2e456acb92 [2021-01-30T00:51:38.241Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-30T00:51:38.241Z] ---> Running in 95b68b81124b [2021-01-30T00:51:42.517Z] Collecting docker-compose==1.23.2 [2021-01-30T00:51:42.517Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-30T00:51:43.108Z] Collecting docker<4.0,>=3.6.0 [2021-01-30T00:51:43.108Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-30T00:51:44.528Z] Collecting PyYAML<4,>=3.10 [2021-01-30T00:51:44.528Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-30T00:51:47.128Z] 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-30T00:51:47.128Z] Collecting texttable<0.10,>=0.9.0 [2021-01-30T00:51:47.128Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-30T00:51:49.100Z] Collecting jsonschema<3,>=2.5.1 [2021-01-30T00:51:49.100Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-30T00:51:49.724Z] Collecting docopt<0.7,>=0.6.1 [2021-01-30T00:51:49.724Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-30T00:51:51.733Z] Collecting cached-property<2,>=1.2.0 [2021-01-30T00:51:51.733Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-30T00:51:53.154Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-30T00:51:53.154Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-30T00:51:53.154Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-30T00:51:53.427Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-30T00:51:55.387Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-30T00:51:55.387Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-30T00:51:55.657Z] Collecting docker-pycreds>=0.4.0 [2021-01-30T00:51:55.657Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-30T00:51:55.926Z] 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-30T00:51:55.926Z] 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-30T00:51:56.514Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-30T00:51:56.514Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-30T00:51:56.783Z] Collecting idna<2.8,>=2.5 [2021-01-30T00:51:56.783Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-30T00:51:56.783Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-30T00:51:56.783Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-30T00:51:56.783Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-30T00:51:56.783Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-30T00:51:57.749Z] Installing collected packages: websocket-client, urllib3, idna, requests, docker-pycreds, docker, PyYAML, texttable, jsonschema, docopt, cached-property, dockerpty, docker-compose [2021-01-30T00:51:57.749Z] Attempting uninstall: urllib3 [2021-01-30T00:51:57.749Z] Found existing installation: urllib3 1.25.9 [2021-01-30T00:51:58.018Z] Uninstalling urllib3-1.25.9: [2021-01-30T00:51:58.018Z] Successfully uninstalled urllib3-1.25.9 [2021-01-30T00:51:58.610Z] Attempting uninstall: idna [2021-01-30T00:51:58.610Z] Found existing installation: idna 2.9 [2021-01-30T00:51:58.610Z] Uninstalling idna-2.9: [2021-01-30T00:51:58.610Z] Successfully uninstalled idna-2.9 [2021-01-30T00:51:59.200Z] Attempting uninstall: requests [2021-01-30T00:51:59.200Z] Found existing installation: requests 2.23.0 [2021-01-30T00:51:59.470Z] Uninstalling requests-2.23.0: [2021-01-30T00:51:59.470Z] Successfully uninstalled requests-2.23.0 [2021-01-30T00:52:00.438Z] Running setup.py install for PyYAML: started [2021-01-30T00:52:02.400Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-30T00:52:02.689Z] Running setup.py install for texttable: started [2021-01-30T00:52:04.650Z] Running setup.py install for texttable: finished with status 'done' [2021-01-30T00:52:04.650Z] Running setup.py install for docopt: started [2021-01-30T00:52:06.612Z] Running setup.py install for docopt: finished with status 'done' [2021-01-30T00:52:06.612Z] Running setup.py install for dockerpty: started [2021-01-30T00:52:08.571Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-30T00:52:09.160Z] 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-30T00:52:13.459Z] Removing intermediate container 95b68b81124b [2021-01-30T00:52:13.459Z] ---> 69212fc2163e [2021-01-30T00:52:13.459Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-30T00:52:13.459Z] ---> Running in 6fb66f075e72 [2021-01-30T00:52:14.052Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T00:52:14.052Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T00:52:14.645Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-30T00:52:14.645Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-30T00:52:14.916Z] (3/3) Installing curl (7.69.1-r3) [2021-01-30T00:52:14.916Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T00:52:14.916Z] OK: 71 MiB in 58 packages [2021-01-30T00:52:16.342Z] Removing intermediate container 6fb66f075e72 [2021-01-30T00:52:16.342Z] ---> a85bd6cf6a92 [2021-01-30T00:52:16.342Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-30T00:52:16.342Z] ---> Running in 1e19a7e066f6 [2021-01-30T00:52:16.612Z] Removing intermediate container 1e19a7e066f6 [2021-01-30T00:52:16.612Z] ---> 17fad1f3e27d [2021-01-30T00:52:16.612Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-30T00:52:16.882Z] ---> Running in caf6c54dbd55 [2021-01-30T00:52:17.151Z] Removing intermediate container caf6c54dbd55 [2021-01-30T00:52:17.151Z] ---> 60ad16822f16 [2021-01-30T00:52:17.151Z] Step 24/26 : LABEL arch=arm64 [2021-01-30T00:52:17.433Z] ---> Running in 0f6a8f395d9c [2021-01-30T00:52:17.704Z] Removing intermediate container 0f6a8f395d9c [2021-01-30T00:52:17.704Z] ---> 1796cb3cf69f [2021-01-30T00:52:17.704Z] Step 25/26 : LABEL git_sha=57d4715c734d86fed7f1299b5bac81bc8a93abf9 [2021-01-30T00:52:17.983Z] ---> Running in 77a635509175 [2021-01-30T00:52:18.254Z] Removing intermediate container 77a635509175 [2021-01-30T00:52:18.254Z] ---> d1925e42551b [2021-01-30T00:52:18.254Z] Step 26/26 : LABEL version=0.0.0 [2021-01-30T00:52:18.527Z] ---> Running in d873db8e1765 [2021-01-30T00:52:19.119Z] Removing intermediate container d873db8e1765 [2021-01-30T00:52:19.119Z] ---> 008a1b78c8e1 [2021-01-30T00:52:19.119Z] [2021-01-30T00:52:19.390Z] Successfully built 008a1b78c8e1 [2021-01-30T00:52:19.390Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-30T00:52:19.674Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-30T00:52:19.683Z] $ docker stop --time=1 529b0bba00a6164346ad87028c12fd3e510dc497bca5b686bfb35f3a4db67026 [2021-01-30T00:52:21.648Z] $ docker rm -f 529b0bba00a6164346ad87028c12fd3e510dc497bca5b686bfb35f3a4db67026 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-30T00:52:22.414Z] + grep docker [2021-01-30T00:52:22.414Z] + docker images [2021-01-30T00:52:22.684Z] docker-sys-mgmt-agent-go-arm64 latest 008a1b78c8e1 4 seconds ago 300MB [2021-01-30T00:52:22.684Z] docker-support-notifications-go-arm64 latest 49ac0661bf0b About a minute ago 16MB [2021-01-30T00:52:22.684Z] docker-support-scheduler-go-arm64 latest a233fd2a0585 About a minute ago 16.1MB [2021-01-30T00:52:22.684Z] docker-security-bootstrapper-go-arm64 latest 7b7a4d84c869 About a minute ago 22.6MB [2021-01-30T00:52:22.684Z] docker-core-data-go-arm64 latest ec346d2b52eb 3 minutes ago 21MB [2021-01-30T00:52:22.684Z] docker-core-command-go-arm64 latest 6a1e6465776c 3 minutes ago 16MB [2021-01-30T00:52:22.684Z] docker-core-metadata-go-arm64 latest 8b133f563fa4 3 minutes ago 17.7MB [2021-01-30T00:52:22.684Z] docker-security-secretstore-setup-go-arm64 latest 8a3137ac1bb6 3 minutes ago 23.4MB [2021-01-30T00:52:22.684Z] docker-security-proxy-setup-go-arm64 latest 2c3d2b39f1f6 3 minutes ago 23.2MB [2021-01-30T00:52:22.684Z] docker 20.10.0 eeaf43b92773 7 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-30T00:52:25.966Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-30T00:52:26.874Z] ---> package-listing.sh [2021-01-30T00:52:26.874Z] ++ facter osfamily [2021-01-30T00:52:26.874Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-30T00:52:26.874Z] + OS_FAMILY=redhat [2021-01-30T00:52:26.874Z] + workspace=/w/workspace/edgex-go/52 [2021-01-30T00:52:26.874Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-30T00:52:26.874Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-30T00:52:26.874Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-30T00:52:26.874Z] + PACKAGES=/tmp/packages_start.txt [2021-01-30T00:52:26.874Z] + '[' /w/workspace/edgex-go/52 ']' [2021-01-30T00:52:26.874Z] + PACKAGES=/tmp/packages_end.txt [2021-01-30T00:52:26.874Z] + case "${OS_FAMILY}" in [2021-01-30T00:52:26.874Z] + rpm -qa [2021-01-30T00:52:26.874Z] + sort [2021-01-30T00:52:32.199Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-30T00:52:32.199Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-30T00:52:32.199Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-30T00:52:32.199Z] + '[' /w/workspace/edgex-go/52 ']' [2021-01-30T00:52:32.199Z] + mkdir -p /w/workspace/edgex-go/52/archives/ [2021-01-30T00:52:32.199Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/52/archives/ [Pipeline] echo [2021-01-30T00:52:32.213Z] 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/52/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-30T00:52:32.511Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-30T00:52:32.832Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-30T00:52:32.833Z] [2021-01-30T00:52:32.833Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-30T00:52:33.263Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-30T00:52:33.263Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-30T00:52:33.263Z] df20fa9351a1: Pulling fs layer [2021-01-30T00:52:33.263Z] 36b3adc4ff6f: Pulling fs layer [2021-01-30T00:52:33.263Z] 8ad3a11d3b57: Pulling fs layer [2021-01-30T00:52:33.263Z] 46f8f816bc3b: Pulling fs layer [2021-01-30T00:52:33.263Z] 93b61091891f: Pulling fs layer [2021-01-30T00:52:33.263Z] 93b9cdb0e59b: Pulling fs layer [2021-01-30T00:52:33.263Z] 5e14af77c1be: Pulling fs layer [2021-01-30T00:52:33.263Z] 01666e4c0597: Pulling fs layer [2021-01-30T00:52:33.263Z] aa168da1d23b: Pulling fs layer [2021-01-30T00:52:33.263Z] 46f8f816bc3b: Waiting [2021-01-30T00:52:33.263Z] 93b61091891f: Waiting [2021-01-30T00:52:33.263Z] 5e14af77c1be: Waiting [2021-01-30T00:52:33.263Z] 93b9cdb0e59b: Waiting [2021-01-30T00:52:33.263Z] 01666e4c0597: Waiting [2021-01-30T00:52:33.263Z] aa168da1d23b: Waiting [2021-01-30T00:52:33.263Z] 36b3adc4ff6f: Verifying Checksum [2021-01-30T00:52:33.263Z] 36b3adc4ff6f: Download complete [2021-01-30T00:52:33.263Z] 46f8f816bc3b: Verifying Checksum [2021-01-30T00:52:33.263Z] 46f8f816bc3b: Download complete [2021-01-30T00:52:33.531Z] df20fa9351a1: Download complete [2021-01-30T00:52:33.532Z] 93b9cdb0e59b: Verifying Checksum [2021-01-30T00:52:33.532Z] 93b9cdb0e59b: Download complete [2021-01-30T00:52:33.532Z] 5e14af77c1be: Verifying Checksum [2021-01-30T00:52:33.532Z] 5e14af77c1be: Download complete [2021-01-30T00:52:33.532Z] 93b61091891f: Verifying Checksum [2021-01-30T00:52:33.532Z] 93b61091891f: Download complete [2021-01-30T00:52:33.532Z] 01666e4c0597: Verifying Checksum [2021-01-30T00:52:33.532Z] 01666e4c0597: Download complete [2021-01-30T00:52:33.804Z] 8ad3a11d3b57: Verifying Checksum [2021-01-30T00:52:33.804Z] 8ad3a11d3b57: Download complete [2021-01-30T00:52:33.804Z] df20fa9351a1: Pull complete [2021-01-30T00:52:34.072Z] 36b3adc4ff6f: Pull complete [2021-01-30T00:52:35.057Z] 8ad3a11d3b57: Pull complete [2021-01-30T00:52:35.057Z] 46f8f816bc3b: Pull complete [2021-01-30T00:52:36.014Z] aa168da1d23b: Verifying Checksum [2021-01-30T00:52:36.014Z] aa168da1d23b: Download complete [2021-01-30T00:52:36.588Z] 93b61091891f: Pull complete [2021-01-30T00:52:36.854Z] 93b9cdb0e59b: Pull complete [2021-01-30T00:52:36.854Z] 5e14af77c1be: Pull complete [2021-01-30T00:52:37.803Z] 01666e4c0597: Pull complete [2021-01-30T00:52:46.000Z] aa168da1d23b: Pull complete [2021-01-30T00:52:46.000Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-30T00:52:46.000Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-30T00:52:46.000Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-30T00:52:46.546Z] prd-centos7-docker-4c-2g-24043 does not seem to be running inside a container [2021-01-30T00:52:46.748Z] $ 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/52/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/52 -v /w/workspace/edgex-go/52:/w/workspace/edgex-go/52:rw,z -v /w/workspace/edgex-go/52@tmp:/w/workspace/edgex-go/52@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-30T00:52:51.578Z] $ docker top a7da072e93a591d99579368a3ed9974431d3a89cfbe844856d2a91fb59722e97 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-30T00:52:52.202Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-30T00:52:52.504Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-30T00:52:52.806Z] + ls /var/log/sa-host [2021-01-30T00:52:52.806Z] + sadf -c /var/log/sa-host/sa23 [2021-01-30T00:52:52.806Z] file_magic: OK [2021-01-30T00:52:52.806Z] HZ: Using current value: 100 [2021-01-30T00:52:52.806Z] file_header: OK [2021-01-30T00:52:52.806Z] 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-30T00:52:52.806Z] Statistics: [2021-01-30T00:52:52.806Z] Hnuu...uuuununununu... [2021-01-30T00:52:52.806Z] File successfully converted to sysstat format version 12.2.1 [2021-01-30T00:52:52.806Z] + sadf -c /var/log/sa-host/sa30 [2021-01-30T00:52:52.806Z] file_magic: OK [2021-01-30T00:52:52.806Z] HZ: Using current value: 100 [2021-01-30T00:52:52.806Z] file_header: OK [2021-01-30T00:52:52.806Z] 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-30T00:52:52.806Z] Statistics: [2021-01-30T00:52:52.806Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-30T00:52:52.806Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-30T00:52:53.043Z] provisioning config files... [2021-01-30T00:52:53.063Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/52@tmp/config4158336965279027263tmp [Pipeline] { [Pipeline] echo [2021-01-30T00:52:53.134Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-30T00:52:53.437Z] ---> create-netrc.sh [Pipeline] } [2021-01-30T00:52:53.447Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-30T00:52:53.541Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-30T00:52:53.842Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-30T00:52:53.854Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-30T00:52:54.154Z] ---> sudo-logs.sh [2021-01-30T00:52:54.154Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-30T00:52:54.165Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-30T00:52:54.464Z] ---> job-cost.sh [2021-01-30T00:52:54.464Z] lf-activate-venv: SKIPPING [2021-01-30T00:52:54.464Z] INFO: No Stack... [2021-01-30T00:52:55.409Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-30T00:52:55.672Z] INFO: Archiving Costs [Pipeline] echo [2021-01-30T00:52:55.685Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-30T00:52:55.983Z] ---> logs-deploy.sh [2021-01-30T00:52:55.983Z] lf-activate-venv: SKIPPING [2021-01-30T00:52:55.983Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/52 [2021-01-30T00:52:55.983Z] INFO: archiving workspace using pattern(s): [2021-01-30T00:52:57.398Z] Archives upload complete. [2021-01-30T00:52:57.660Z] INFO: archiving logs to Nexus [2021-01-30T00:52:58.606Z] ---> uname -a: [2021-01-30T00:52:58.606Z] Linux prd-centos7-docker-4c-2g-24043.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-30T00:52:58.606Z] [2021-01-30T00:52:58.606Z] [2021-01-30T00:52:58.606Z] ---> lscpu: [2021-01-30T00:52:58.606Z] Architecture: x86_64 [2021-01-30T00:52:58.606Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-30T00:52:58.606Z] Byte Order: Little Endian [2021-01-30T00:52:58.606Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-30T00:52:58.606Z] CPU(s): 4 [2021-01-30T00:52:58.606Z] On-line CPU(s) list: 0-3 [2021-01-30T00:52:58.606Z] Thread(s) per core: 1 [2021-01-30T00:52:58.606Z] Core(s) per socket: 1 [2021-01-30T00:52:58.606Z] Socket(s): 4 [2021-01-30T00:52:58.606Z] NUMA node(s): 1 [2021-01-30T00:52:58.606Z] Vendor ID: GenuineIntel [2021-01-30T00:52:58.606Z] CPU family: 6 [2021-01-30T00:52:58.606Z] Model: 44 [2021-01-30T00:52:58.606Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-30T00:52:58.606Z] Stepping: 1 [2021-01-30T00:52:58.606Z] CPU MHz: 2933.438 [2021-01-30T00:52:58.606Z] BogoMIPS: 5866.87 [2021-01-30T00:52:58.606Z] Virtualization: VT-x [2021-01-30T00:52:58.606Z] Hypervisor vendor: KVM [2021-01-30T00:52:58.606Z] Virtualization type: full [2021-01-30T00:52:58.606Z] L1d cache: 128 KiB [2021-01-30T00:52:58.606Z] L1i cache: 128 KiB [2021-01-30T00:52:58.606Z] L2 cache: 16 MiB [2021-01-30T00:52:58.606Z] L3 cache: 64 MiB [2021-01-30T00:52:58.606Z] NUMA node0 CPU(s): 0-3 [2021-01-30T00:52:58.606Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-30T00:52:58.606Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-30T00:52:58.606Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-30T00:52:58.606Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-30T00:52:58.606Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-30T00:52:58.606Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-30T00:52:58.606Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-30T00:52:58.606Z] Vulnerability Srbds: Not affected [2021-01-30T00:52:58.606Z] Vulnerability Tsx async abort: Not affected [2021-01-30T00:52:58.606Z] 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-30T00:52:58.606Z] [2021-01-30T00:52:58.606Z] [2021-01-30T00:52:58.606Z] ---> nproc: [2021-01-30T00:52:58.606Z] 4 [2021-01-30T00:52:58.606Z] [2021-01-30T00:52:58.606Z] [2021-01-30T00:52:58.606Z] ---> df -h: [2021-01-30T00:52:58.606Z] Filesystem Size Used Available Use% Mounted on [2021-01-30T00:52:58.606Z] overlay 50.0G 11.7G 38.3G 23% / [2021-01-30T00:52:58.606Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-30T00:52:58.606Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-30T00:52:58.606Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-30T00:52:58.606Z] /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os [2021-01-30T00:52:58.606Z] /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf [2021-01-30T00:52:58.606Z] /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname [2021-01-30T00:52:58.606Z] /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts [2021-01-30T00:52:58.606Z] /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host [2021-01-30T00:52:58.606Z] /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure [2021-01-30T00:52:58.606Z] /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log [2021-01-30T00:52:58.606Z] /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json [2021-01-30T00:52:58.606Z] /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/52 [2021-01-30T00:52:58.606Z] /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/52@tmp [2021-01-30T00:52:58.606Z] [2021-01-30T00:52:58.606Z] [2021-01-30T00:52:58.606Z] ---> free -m: [2021-01-30T00:52:58.606Z] total used free shared buff/cache available [2021-01-30T00:52:58.606Z] Mem: 1837 695 108 0 1033 1057 [2021-01-30T00:52:58.606Z] Swap: 1023 47 976 [2021-01-30T00:52:58.606Z] [2021-01-30T00:52:58.606Z] [2021-01-30T00:52:58.606Z] ---> ip addr: [2021-01-30T00:52:58.606Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-30T00:52:58.606Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-30T00:52:58.606Z] inet 127.0.0.1/8 scope host lo [2021-01-30T00:52:58.606Z] valid_lft forever preferred_lft forever [2021-01-30T00:52:58.606Z] inet6 ::1/128 scope host [2021-01-30T00:52:58.606Z] valid_lft forever preferred_lft forever [2021-01-30T00:52:58.606Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-30T00:52:58.606Z] link/ether fa:16:3e:e0:aa:16 brd ff:ff:ff:ff:ff:ff [2021-01-30T00:52:58.606Z] inet 10.30.122.61/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-30T00:52:58.606Z] valid_lft 85068sec preferred_lft 85068sec [2021-01-30T00:52:58.606Z] inet6 fe80::f816:3eff:fee0:aa16/64 scope link [2021-01-30T00:52:58.606Z] valid_lft forever preferred_lft forever [2021-01-30T00:52:58.606Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-30T00:52:58.606Z] link/ether 02:42:cf:7f:c2:d9 brd ff:ff:ff:ff:ff:ff [2021-01-30T00:52:58.606Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-30T00:52:58.606Z] valid_lft forever preferred_lft forever [2021-01-30T00:52:58.606Z] inet6 fe80::42:cfff:fe7f:c2d9/64 scope link [2021-01-30T00:52:58.606Z] valid_lft forever preferred_lft forever [2021-01-30T00:52:58.606Z] [2021-01-30T00:52:58.606Z]