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 2a4efc596d6299a706f2b1b5ea90705279ab33b1 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from 2a4efc596d6299a706f2b1b5ea90705279ab33b1 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-24460 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/54 [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/54 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 2a4efc596d6299a706f2b1b5ea90705279ab33b1 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing a680e651ea24e260fa731a0d4c81c09ca0199e4c Checking out Revision a680e651ea24e260fa731a0d4c81c09ca0199e4c (PR-2858) > 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 > 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 2a4efc596d6299a706f2b1b5ea90705279ab33b1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a680e651ea24e260fa731a0d4c81c09ca0199e4c # timeout=10 Commit message: "Merge commit '2a4efc596d6299a706f2b1b5ea90705279ab33b1' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-02T00:31:25.004Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk 09466c3d4bb06391c33f9fb2c9ae9bec005329b5 # timeout=10 [2021-02-02T00:31:25.239Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-02T00:31:25.345Z] ========================================================= [2021-02-02T00:31:25.345Z] EdgeX Global Pipelines Version Info [2021-02-02T00:31:25.345Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-02T00:31:26.856Z] ------------------- [2021-02-02T00:31:26.856Z] stable info: [2021-02-02T00:31:26.856Z] ------------------- [2021-02-02T00:31:26.856Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-02T00:31:26.856Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-02T00:31:26.856Z] Message: update stable to v1.0.179 [2021-02-02T00:31:27.807Z] ------------------- [2021-02-02T00:31:27.807Z] experimental info: [2021-02-02T00:31:27.807Z] ------------------- [2021-02-02T00:31:27.807Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-02T00:31:27.807Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-02T00:31:27.807Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-02T00:31:28.051Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-02T00:31:28.130Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-02T00:31:28.217Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-02T00:31:28.337Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-02T00:31:28.422Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-02T00:31:28.500Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-02T00:31:28.582Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-02T00:31:28.663Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-02T00:31:28.747Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-02T00:31:28.831Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-02T00:31:28.912Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-02T00:31:28.994Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-02T00:31:29.072Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-02T00:31:29.152Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-02T00:31:29.231Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-02T00:31:29.343Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-02T00:31:29.444Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-02T00:31:29.523Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-02T00:31:29.605Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-02T00:31:29.683Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-02T00:31:29.765Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-02T00:31:29.854Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-02T00:31:29.946Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-02T00:31:30.099Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2021-02-02T00:31:30.206Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2021-02-02T00:31:30.296Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2021-02-02T00:31:30.398Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a680e651ea24e260fa731a0d4c81c09ca0199e4c [Pipeline] echo [2021-02-02T00:31:30.527Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a680e65 [Pipeline] echo [2021-02-02T00:31:30.629Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-02T00:31:30.838Z] provisioning config files... [2021-02-02T00:31:30.866Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/54@tmp/config6110188121224382438tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-02T00:31:31.234Z] ---> docker-login.sh [2021-02-02T00:31:31.234Z] nexus3.edgexfoundry.org:10001 [2021-02-02T00:31:31.498Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T00:31:31.499Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T00:31:31.499Z] Configure a credential helper to remove this warning. See [2021-02-02T00:31:31.499Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T00:31:31.499Z] [2021-02-02T00:31:31.499Z] Login Succeeded [2021-02-02T00:31:31.499Z] nexus3.edgexfoundry.org:10002 [2021-02-02T00:31:31.762Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T00:31:31.762Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T00:31:31.762Z] Configure a credential helper to remove this warning. See [2021-02-02T00:31:31.762Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T00:31:31.762Z] [2021-02-02T00:31:31.762Z] Login Succeeded [2021-02-02T00:31:31.762Z] nexus3.edgexfoundry.org:10003 [2021-02-02T00:31:32.026Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T00:31:32.026Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T00:31:32.026Z] Configure a credential helper to remove this warning. See [2021-02-02T00:31:32.026Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T00:31:32.026Z] [2021-02-02T00:31:32.026Z] Login Succeeded [2021-02-02T00:31:32.026Z] nexus3.edgexfoundry.org:10004 [2021-02-02T00:31:32.026Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T00:31:32.288Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T00:31:32.288Z] Configure a credential helper to remove this warning. See [2021-02-02T00:31:32.288Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T00:31:32.288Z] [2021-02-02T00:31:32.288Z] Login Succeeded [2021-02-02T00:31:32.288Z] docker.io [2021-02-02T00:31:32.288Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T00:31:32.550Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T00:31:32.550Z] Configure a credential helper to remove this warning. See [2021-02-02T00:31:32.550Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T00:31:32.550Z] [2021-02-02T00:31:32.550Z] Login Succeeded [2021-02-02T00:31:32.550Z] ---> docker-login.sh ends [Pipeline] } [2021-02-02T00:31:32.560Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-02T00:31:33.061Z] ++ 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-02-02T00:31:33.061Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T00:31:33.061Z] ++ dirname cmd/core-command/Dockerfile [2021-02-02T00:31:33.061Z] ++ cut -d/ -f2 [2021-02-02T00:31:33.061Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-02T00:31:33.061Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T00:31:33.061Z] ++ dirname cmd/core-data/Dockerfile [2021-02-02T00:31:33.061Z] ++ cut -d/ -f2 [2021-02-02T00:31:33.061Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-02T00:31:33.061Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T00:31:33.061Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-02T00:31:33.061Z] ++ cut -d/ -f2 [2021-02-02T00:31:33.061Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-02T00:31:33.061Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T00:31:33.061Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-02T00:31:33.061Z] ++ cut -d/ -f2 [2021-02-02T00:31:33.061Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-02T00:31:33.061Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T00:31:33.061Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-02T00:31:33.061Z] ++ cut -d/ -f2 [2021-02-02T00:31:33.061Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-02T00:31:33.061Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T00:31:33.061Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-02T00:31:33.061Z] ++ cut -d/ -f2 [2021-02-02T00:31:33.061Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-02T00:31:33.061Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T00:31:33.061Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-02T00:31:33.061Z] ++ cut -d/ -f2 [2021-02-02T00:31:33.061Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-02T00:31:33.061Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T00:31:33.061Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-02T00:31:33.061Z] ++ cut -d/ -f2 [2021-02-02T00:31:33.061Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-02T00:31:33.061Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T00:31:33.061Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-02T00:31:33.061Z] ++ cut -d/ -f2 [2021-02-02T00:31:33.061Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-02T00:31:33.140Z] 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-02-02T00:31:34.057Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T00:31:34.057Z] [2021-02-02T00:31:34.057Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T00:31:34.395Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T00:31:34.395Z] latest: Pulling from edgex-devops/git-semver [2021-02-02T00:31:34.395Z] 31603596830f: Pulling fs layer [2021-02-02T00:31:34.395Z] 2a8b12db71e7: Pulling fs layer [2021-02-02T00:31:34.396Z] 6ca5941a6612: Pulling fs layer [2021-02-02T00:31:34.396Z] ecc8261a40a4: Pulling fs layer [2021-02-02T00:31:34.396Z] ecc8261a40a4: Waiting [2021-02-02T00:31:34.396Z] 2a8b12db71e7: Verifying Checksum [2021-02-02T00:31:34.396Z] 2a8b12db71e7: Download complete [2021-02-02T00:31:34.396Z] 31603596830f: Verifying Checksum [2021-02-02T00:31:34.396Z] 31603596830f: Download complete [2021-02-02T00:31:34.674Z] ecc8261a40a4: Verifying Checksum [2021-02-02T00:31:34.674Z] ecc8261a40a4: Download complete [2021-02-02T00:31:34.674Z] 6ca5941a6612: Verifying Checksum [2021-02-02T00:31:34.674Z] 6ca5941a6612: Download complete [2021-02-02T00:31:34.944Z] 31603596830f: Pull complete [2021-02-02T00:31:35.207Z] 2a8b12db71e7: Pull complete [2021-02-02T00:31:36.168Z] 6ca5941a6612: Pull complete [2021-02-02T00:31:36.168Z] ecc8261a40a4: Pull complete [2021-02-02T00:31:36.168Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-02T00:31:36.168Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T00:31:36.168Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-02T00:31:36.297Z] prd-centos7-docker-4c-2g-24460 does not seem to be running inside a container [2021-02-02T00:31:36.358Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/54 -v /w/workspace/edgex-go/54:/w/workspace/edgex-go/54:rw,z -v /w/workspace/edgex-go/54@tmp:/w/workspace/edgex-go/54@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-02T00:31:38.763Z] $ docker top b7e7a8d7c26692a9a9b26b158034dea0f03af4c50baa078bf7975892c729c5a2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-02T00:31:39.054Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-02T00:31:39.054Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-02T00:31:39.288Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-02T00:31:39.295Z] $ docker exec b7e7a8d7c26692a9a9b26b158034dea0f03af4c50baa078bf7975892c729c5a2 ssh-agent [2021-02-02T00:31:39.487Z] SSH_AUTH_SOCK=/tmp/ssh-vIx4R2wsCBrn/agent.11 [2021-02-02T00:31:39.487Z] SSH_AGENT_PID=17 [2021-02-02T00:31:39.501Z] Running ssh-add (command line suppressed) [2021-02-02T00:31:39.629Z] Identity added: /w/workspace/edgex-go/54@tmp/private_key_710610708029582820.key (/w/workspace/edgex-go/54@tmp/private_key_710610708029582820.key) [2021-02-02T00:31:39.681Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-02T00:31:40.016Z] + git tag --points-at HEAD [Pipeline] } [2021-02-02T00:31:40.043Z] $ docker exec --env ******** --env ******** b7e7a8d7c26692a9a9b26b158034dea0f03af4c50baa078bf7975892c729c5a2 ssh-agent -k [2021-02-02T00:31:40.174Z] unset SSH_AUTH_SOCK; [2021-02-02T00:31:40.175Z] unset SSH_AGENT_PID; [2021-02-02T00:31:40.175Z] echo Agent pid 17 killed; [2021-02-02T00:31:40.225Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-02T00:31:40.414Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-02T00:31:40.414Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-02T00:31:40.597Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-02T00:31:40.604Z] $ docker exec b7e7a8d7c26692a9a9b26b158034dea0f03af4c50baa078bf7975892c729c5a2 ssh-agent [2021-02-02T00:31:40.779Z] SSH_AUTH_SOCK=/tmp/ssh-qEnDf7rzEq5k/agent.47 [2021-02-02T00:31:40.779Z] SSH_AGENT_PID=52 [2021-02-02T00:31:40.786Z] Running ssh-add (command line suppressed) [2021-02-02T00:31:40.924Z] Identity added: /w/workspace/edgex-go/54@tmp/private_key_6692639273319452550.key (/w/workspace/edgex-go/54@tmp/private_key_6692639273319452550.key) [2021-02-02T00:31:40.985Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-02T00:31:41.337Z] + git semver init [2021-02-02T00:31:41.337Z] # -> Open(): unable to determine branch for HEAD [2021-02-02T00:31:41.337Z] # $GIT_DIR = /w/workspace/edgex-go/54/.git [2021-02-02T00:31:41.337Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/54 [2021-02-02T00:31:41.337Z] # $SEMVER_REMOTE_NAME = origin [2021-02-02T00:31:41.337Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-02T00:31:41.337Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-02T00:31:41.337Z] # $SEMVER_BRANCH = PR-2858 [2021-02-02T00:31:41.337Z] # $SEMVER_TEMP = /tmp/semver-109362741 [2021-02-02T00:31:41.337Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-02T00:32:07.999Z] # '/tmp/semver-109362741' -> '/w/workspace/edgex-go/54/.semver' [2021-02-02T00:32:07.999Z] # -> Force: false [2021-02-02T00:32:07.999Z] # $SEMVER_DIR = /w/workspace/edgex-go/54/.semver [Pipeline] } [2021-02-02T00:32:08.052Z] $ docker exec --env ******** --env ******** b7e7a8d7c26692a9a9b26b158034dea0f03af4c50baa078bf7975892c729c5a2 ssh-agent -k [2021-02-02T00:32:08.369Z] unset SSH_AUTH_SOCK; [2021-02-02T00:32:08.369Z] unset SSH_AGENT_PID; [2021-02-02T00:32:08.369Z] echo Agent pid 52 killed; [2021-02-02T00:32:08.488Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-02T00:32:08.950Z] + git semver [Pipeline] } [2021-02-02T00:32:08.972Z] $ docker stop --time=1 b7e7a8d7c26692a9a9b26b158034dea0f03af4c50baa078bf7975892c729c5a2 [2021-02-02T00:32:10.794Z] $ docker rm -f b7e7a8d7c26692a9a9b26b158034dea0f03af4c50baa078bf7975892c729c5a2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-02T00:32:11.319Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-02T00:32:11.836Z] Stashed 1 file(s) [Pipeline] echo [2021-02-02T00:32:11.839Z] [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-02-02T00:32:12.784Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-02T00:32:13.089Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-02T00:32:13.396Z] + sudo service docker restart [2021-02-02T00:32:13.396Z] + true [2021-02-02T00:32:13.396Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-02T00:32:13.990Z] ========================================================= [2021-02-02T00:32:13.990Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-02T00:32:13.990Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-02T00:32:14.331Z] + 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-02-02T00:32:18.572Z] Sending build context to Docker daemon 327.5MB [2021-02-02T00:32:18.572Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-02T00:32:18.572Z] Step 2/6 : FROM ${BASE} [2021-02-02T00:32:18.572Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-02T00:32:18.572Z] 188c0c94c7c5: Pulling fs layer [2021-02-02T00:32:18.572Z] 0ef7d3d256c8: Pulling fs layer [2021-02-02T00:32:18.572Z] de9db76c5a1d: Pulling fs layer [2021-02-02T00:32:18.572Z] bca2f99d35d6: Pulling fs layer [2021-02-02T00:32:18.572Z] 93359f2a8cfa: Pulling fs layer [2021-02-02T00:32:18.572Z] 7c6f9722023f: Pulling fs layer [2021-02-02T00:32:18.572Z] a35cf1a2eb13: Pulling fs layer [2021-02-02T00:32:18.572Z] 7c6f9722023f: Waiting [2021-02-02T00:32:18.572Z] bca2f99d35d6: Waiting [2021-02-02T00:32:18.572Z] 93359f2a8cfa: Waiting [2021-02-02T00:32:18.572Z] a35cf1a2eb13: Waiting [2021-02-02T00:32:18.572Z] de9db76c5a1d: Verifying Checksum [2021-02-02T00:32:18.572Z] de9db76c5a1d: Download complete [2021-02-02T00:32:18.572Z] 0ef7d3d256c8: Verifying Checksum [2021-02-02T00:32:18.572Z] 0ef7d3d256c8: Download complete [2021-02-02T00:32:18.572Z] 93359f2a8cfa: Verifying Checksum [2021-02-02T00:32:18.572Z] 93359f2a8cfa: Download complete [2021-02-02T00:32:18.572Z] 188c0c94c7c5: Verifying Checksum [2021-02-02T00:32:18.572Z] 188c0c94c7c5: Download complete [2021-02-02T00:32:18.572Z] 7c6f9722023f: Verifying Checksum [2021-02-02T00:32:18.572Z] 7c6f9722023f: Download complete [2021-02-02T00:32:18.572Z] 188c0c94c7c5: Pull complete [2021-02-02T00:32:18.845Z] 0ef7d3d256c8: Pull complete [2021-02-02T00:32:19.114Z] de9db76c5a1d: Pull complete [2021-02-02T00:32:20.079Z] a35cf1a2eb13: Verifying Checksum [2021-02-02T00:32:20.079Z] a35cf1a2eb13: Download complete [2021-02-02T00:32:20.344Z] bca2f99d35d6: Verifying Checksum [2021-02-02T00:32:20.344Z] bca2f99d35d6: Download complete [2021-02-02T00:32:26.984Z] bca2f99d35d6: Pull complete [2021-02-02T00:32:26.984Z] 93359f2a8cfa: Pull complete [2021-02-02T00:32:26.984Z] 7c6f9722023f: Pull complete [2021-02-02T00:32:27.291Z] Still waiting to schedule task [2021-02-02T00:32:27.291Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-24456’ [2021-02-02T00:32:30.318Z] a35cf1a2eb13: Pull complete [2021-02-02T00:32:30.585Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-02T00:32:30.585Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-02T00:32:30.585Z] ---> a62c8e92a672 [2021-02-02T00:32:30.585Z] 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-02-02T00:32:30.585Z] ---> Running in 0b6266134983 [2021-02-02T00:32:31.535Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T00:32:31.799Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T00:32:32.373Z] (1/12) Installing libmagic (5.38-r0) [2021-02-02T00:32:32.955Z] (2/12) Installing file (5.38-r0) [2021-02-02T00:32:32.955Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-02T00:32:33.219Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-02T00:32:38.568Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-02T00:32:38.568Z] (6/12) Installing patch (2.7.6-r6) [2021-02-02T00:32:38.568Z] (7/12) Installing build-base (0.5-r2) [2021-02-02T00:32:38.568Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-02T00:32:38.568Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-02T00:32:38.568Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-02T00:32:38.568Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-02T00:32:38.568Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-02T00:32:38.568Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T00:32:38.568Z] OK: 233 MiB in 51 packages [2021-02-02T00:32:42.793Z] Removing intermediate container 0b6266134983 [2021-02-02T00:32:42.793Z] ---> 69674227d889 [2021-02-02T00:32:42.793Z] Step 4/6 : WORKDIR /edgex-go [2021-02-02T00:32:42.793Z] ---> Running in ab22d58ea00b [2021-02-02T00:32:42.793Z] Removing intermediate container ab22d58ea00b [2021-02-02T00:32:42.793Z] ---> d316067c8ce2 [2021-02-02T00:32:42.793Z] Step 5/6 : COPY go.mod . [2021-02-02T00:32:43.059Z] ---> 032d835af2fd [2021-02-02T00:32:43.059Z] Step 6/6 : RUN go mod download [2021-02-02T00:32:43.059Z] ---> Running in 7287f2cab2fa [2021-02-02T00:33:05.093Z] Removing intermediate container 7287f2cab2fa [2021-02-02T00:33:05.093Z] ---> a88aeb3dcad5 [2021-02-02T00:33:05.093Z] Successfully built a88aeb3dcad5 [2021-02-02T00:33:05.093Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T00:33:05.412Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-02T00:33:05.412Z] . [Pipeline] withDockerContainer [2021-02-02T00:33:05.520Z] prd-centos7-docker-4c-2g-24460 does not seem to be running inside a container [2021-02-02T00:33:05.576Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/54 -v /w/workspace/edgex-go/54:/w/workspace/edgex-go/54:rw,z -v /w/workspace/edgex-go/54@tmp:/w/workspace/edgex-go/54@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-02T00:33:06.734Z] $ docker top a4b693c7e253e4ee4a657e1965369add76e6035d2ace381bcdbbf86cf992ab4f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T00:33:07.298Z] + go version [2021-02-02T00:33:07.298Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-02T00:33:07.318Z] $ docker stop --time=1 a4b693c7e253e4ee4a657e1965369add76e6035d2ace381bcdbbf86cf992ab4f [2021-02-02T00:33:08.734Z] $ docker rm -f a4b693c7e253e4ee4a657e1965369add76e6035d2ace381bcdbbf86cf992ab4f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T00:33:09.571Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-02T00:33:09.571Z] . [Pipeline] withDockerContainer [2021-02-02T00:33:09.679Z] prd-centos7-docker-4c-2g-24460 does not seem to be running inside a container [2021-02-02T00:33:09.731Z] $ 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/54 -v /w/workspace/edgex-go/54:/w/workspace/edgex-go/54:rw,z -v /w/workspace/edgex-go/54@tmp:/w/workspace/edgex-go/54@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-02T00:33:10.488Z] $ docker top c8bb0cf293e5fe69600d77d0bdc4e3a010e8167dae14edbab191a59b1f26f3be -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-02T00:33:10.716Z] ========================================================= [2021-02-02T00:33:10.717Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-02T00:33:10.717Z] ========================================================= [Pipeline] sh [2021-02-02T00:33:11.041Z] + make test [2021-02-02T00:33:11.041Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-02T00:33:21.109Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-02T00:33:39.401Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-02T00:33:39.995Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-02T00:33:41.987Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-02T00:33:41.987Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-02T00:33:41.987Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-02T00:33:45.389Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-02T00:33:45.389Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-02T00:33:45.389Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-02T00:33:45.389Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-02T00:33:45.389Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-02T00:33:45.389Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-02T00:33:47.333Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-02T00:33:47.333Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-02T00:33:47.333Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-02T00:33:50.696Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.124s coverage: 46.0% of statements [2021-02-02T00:33:50.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-02T00:33:50.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-02T00:33:50.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-02T00:33:50.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-02T00:33:50.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-02T00:33:50.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-02T00:33:50.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-02T00:33:50.696Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.055s coverage: 100.0% of statements [2021-02-02T00:33:54.046Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.272s coverage: 27.1% of statements [2021-02-02T00:33:54.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-02T00:33:54.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-02T00:33:54.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-02T00:33:54.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-02T00:33:54.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-02T00:33:54.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-02T00:33:54.046Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.035s coverage: 100.0% of statements [2021-02-02T00:33:54.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-02T00:33:54.046Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.786s coverage: 100.0% of statements [2021-02-02T00:33:54.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-02T00:33:54.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-02T00:33:54.046Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.099s coverage: 65.8% of statements [2021-02-02T00:33:54.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-02T00:33:54.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-02T00:33:55.014Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.441s coverage: 82.3% of statements [2021-02-02T00:33:55.014Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-02T00:33:55.014Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T00:33:55.014Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-02T00:33:55.014Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-02T00:33:56.432Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.388s coverage: 28.6% of statements [2021-02-02T00:33:56.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-02T00:33:56.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-02T00:33:56.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-02T00:33:56.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-02T00:33:56.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-02T00:33:56.432Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.068s coverage: 100.0% of statements [2021-02-02T00:33:56.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-02T00:33:56.432Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.052s coverage: 100.0% of statements [2021-02-02T00:33:56.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-02T00:33:56.432Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.120s coverage: 86.7% of statements [2021-02-02T00:33:56.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-02T00:33:56.720Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.112s coverage: 97.5% of statements [2021-02-02T00:33:56.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-02T00:33:56.989Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.079s coverage: 78.3% of statements [2021-02-02T00:33:56.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-02T00:33:56.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-02T00:33:56.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-02T00:33:56.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-02T00:33:59.618Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.487s coverage: 92.8% of statements [2021-02-02T00:33:59.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-02T00:33:59.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T00:33:59.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-02T00:33:59.618Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-02T00:33:59.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-02T00:33:59.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-02T00:33:59.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-02T00:33:59.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-02T00:33:59.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-02T00:33:59.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-02T00:33:59.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-02T00:33:59.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-02T00:33:59.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-02T00:33:59.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-02T00:33:59.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-02T00:33:59.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-02T00:33:59.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-02T00:33:59.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-02T00:33:59.618Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-02-02T00:33:59.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-02T00:33:59.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-02T00:33:59.618Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.050s coverage: 0.1% of statements [2021-02-02T00:33:59.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-02T00:33:59.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-02T00:33:59.618Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-02T00:33:59.618Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.037s coverage: 45.5% of statements [2021-02-02T00:33:59.618Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.067s coverage: 79.5% of statements [2021-02-02T00:33:59.618Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.041s coverage: 94.1% of statements [2021-02-02T00:33:59.894Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.048s coverage: 96.3% of statements [2021-02-02T00:34:00.157Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.034s coverage: 87.5% of statements [2021-02-02T00:34:12.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.049s coverage: 94.4% of statements [2021-02-02T00:34:12.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.035s coverage: 44.8% of statements [2021-02-02T00:34:23.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.076s coverage: 92.9% of statements [2021-02-02T00:34:23.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-02T00:34:23.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-02T00:34:23.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-02T00:34:23.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-02T00:34:23.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.039s coverage: 87.2% of statements [2021-02-02T00:34:23.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-02T00:34:23.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-02T00:34:23.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements [2021-02-02T00:34:23.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-02T00:34:23.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.081s coverage: 75.5% of statements [2021-02-02T00:34:23.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-02T00:34:23.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements [2021-02-02T00:34:23.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-02-02T00:34:23.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements [2021-02-02T00:34:23.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.4% of statements [2021-02-02T00:34:23.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-02T00:34:23.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.188s coverage: 63.5% of statements [2021-02-02T00:34:23.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-02T00:34:23.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-02T00:34:23.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-02-02T00:34:23.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-02-02T00:34:23.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-02-02T00:34:23.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-02-02T00:34:23.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-02-02T00:34:23.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.301s coverage: 68.9% of statements [2021-02-02T00:34:23.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-02T00:34:23.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-02T00:34:23.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-02T00:34:23.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-02T00:34:23.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-02T00:34:23.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.104s coverage: 37.0% of statements [2021-02-02T00:34:23.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-02T00:34:23.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-02T00:34:23.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.318s coverage: 84.0% of statements [2021-02-02T00:34:23.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.048s coverage: 100.0% of statements [2021-02-02T00:34:23.101Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.100s coverage: 47.1% of statements [2021-02-02T00:34:23.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-02T00:34:23.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-02T00:34:23.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-02T00:34:23.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-02T00:34:23.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-02T00:34:23.101Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements [2021-02-02T00:34:23.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-02T00:34:23.101Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.061s coverage: 100.0% of statements [2021-02-02T00:34:23.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-02T00:34:23.101Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.700s coverage: 29.1% of statements [2021-02-02T00:34:23.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-02T00:34:23.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-02T00:34:23.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-02T00:34:23.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-02T00:34:23.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-02T00:34:23.101Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.073s coverage: 99.0% of statements [2021-02-02T00:34:23.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-02T00:34:23.101Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.048s coverage: 100.0% of statements [2021-02-02T00:34:23.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-02T00:34:23.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-02T00:34:23.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-02T00:34:23.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-02T00:34:23.101Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.060s coverage: 100.0% of statements [2021-02-02T00:34:23.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-02T00:34:23.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T00:34:23.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-02T00:34:23.101Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2021-02-02T00:34:23.101Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-02T00:34:23.101Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.036s coverage: 100.0% of statements [2021-02-02T00:34:23.101Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-02T00:34:23.101Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-02T00:34:23.101Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-02T00:34:23.101Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-02T00:34:23.101Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.037s coverage: 87.9% of statements [2021-02-02T00:34:23.101Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-02T00:34:23.101Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-02T00:34:23.101Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements [2021-02-02T00:34:23.101Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-02-02T00:34:23.101Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-02-02T00:34:24.052Z] GO111MODULE=on go vet ./... [2021-02-02T00:34:50.811Z] gofmt -l . [2021-02-02T00:34:50.811Z] [ "`gofmt -l .`" = "" ] [2021-02-02T00:34:51.390Z] ./bin/test-go-mod-tidy.sh [2021-02-02T00:34:51.972Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-02T00:34:52.860Z] + ls -al . [2021-02-02T00:34:52.860Z] total 680 [2021-02-02T00:34:52.860Z] drwxrwxr-x 10 1001 1001 4096 Feb 2 00:34 . [2021-02-02T00:34:52.860Z] drwxr-xr-x 4 root root 30 Feb 2 00:33 .. [2021-02-02T00:34:52.860Z] -rw-rw-r-- 1 1001 1001 11 Feb 2 00:31 .dockerignore [2021-02-02T00:34:52.860Z] drwxrwxr-x 8 1001 1001 179 Feb 2 00:31 .git [2021-02-02T00:34:52.860Z] drwxrwxr-x 3 1001 1001 125 Feb 2 00:31 .github [2021-02-02T00:34:52.860Z] -rw-rw-r-- 1 1001 1001 872 Feb 2 00:31 .gitignore [2021-02-02T00:34:52.860Z] drwx------ 3 1001 1001 60 Feb 2 00:32 .semver [2021-02-02T00:34:52.860Z] -rw-rw-r-- 1 1001 1001 166 Feb 2 00:31 .sonarcloud.properties [2021-02-02T00:34:52.860Z] -rw-rw-r-- 1 1001 1001 7859 Feb 2 00:31 Attribution.txt [2021-02-02T00:34:52.860Z] -rw-rw-r-- 1 1001 1001 3804 Feb 2 00:31 CONTRIBUTING.md [2021-02-02T00:34:52.860Z] -rw-rw-r-- 1 1001 1001 931 Feb 2 00:31 Dockerfile.build [2021-02-02T00:34:52.860Z] -rw-rw-r-- 1 1001 1001 863 Feb 2 00:31 Jenkinsfile [2021-02-02T00:34:52.860Z] -rw-rw-r-- 1 1001 1001 10775 Feb 2 00:31 LICENSE [2021-02-02T00:34:52.860Z] -rw-rw-r-- 1 1001 1001 6001 Feb 2 00:31 Makefile [2021-02-02T00:34:52.860Z] -rw-rw-r-- 1 1001 1001 6524 Feb 2 00:31 README.md [2021-02-02T00:34:52.860Z] -rw-rw-r-- 1 1001 1001 6755 Feb 2 00:31 SECURITY.md [2021-02-02T00:34:52.860Z] -rw-rw-r-- 1 1001 1001 5 Feb 2 00:32 VERSION [2021-02-02T00:34:52.860Z] -rw-rw-r-- 1 1001 1001 4131 Feb 2 00:31 ZMQWindows.md [2021-02-02T00:34:52.860Z] drwxrwxr-x 2 1001 1001 117 Feb 2 00:31 bin [2021-02-02T00:34:52.860Z] drwxrwxr-x 15 1001 1001 4096 Feb 2 00:31 cmd [2021-02-02T00:34:52.860Z] -rw-r--r-- 1 root root 574984 Feb 2 00:34 coverage.out [2021-02-02T00:34:52.860Z] -rw-r--r-- 1 root root 1054 Feb 2 00:34 go.mod [2021-02-02T00:34:52.860Z] -rw-r--r-- 1 root root 19399 Feb 2 00:34 go.sum [2021-02-02T00:34:52.860Z] drwxrwxr-x 8 1001 1001 127 Feb 2 00:31 internal [2021-02-02T00:34:52.860Z] drwxrwxr-x 4 1001 1001 26 Feb 2 00:31 openapi [2021-02-02T00:34:52.860Z] drwxrwxr-x 4 1001 1001 71 Feb 2 00:31 snap [2021-02-02T00:34:52.860Z] -rw-rw-r-- 1 1001 1001 168 Feb 2 00:31 version.go [Pipeline] sh [2021-02-02T00:34:53.167Z] + '[' -e coverage.out ] [2021-02-02T00:34:53.167Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-02T00:34:53.901Z] Stashed 1 file(s) [Pipeline] sh [2021-02-02T00:34:54.205Z] + make build [2021-02-02T00:34:54.205Z] 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-02-02T00:34:58.519Z] 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-02-02T00:35:06.803Z] 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-02-02T00:35:08.202Z] 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-02-02T00:35:09.597Z] 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-02-02T00:35:09.861Z] 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-02-02T00:35:11.808Z] 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-02-02T00:35:13.235Z] 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-02-02T00:35:14.209Z] 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-02-02T00:35:16.202Z] 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-02-02T00:35:16.780Z] 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-02-02T00:35:17.737Z] 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-02-02T00:35:19.170Z] 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-02-02T00:35:21.157Z] $ docker stop --time=1 c8bb0cf293e5fe69600d77d0bdc4e3a010e8167dae14edbab191a59b1f26f3be [2021-02-02T00:35:22.968Z] $ docker rm -f c8bb0cf293e5fe69600d77d0bdc4e3a010e8167dae14edbab191a59b1f26f3be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T00:35:25.875Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-02T00:35:25.875Z] [2021-02-02T00:35:25.875Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T00:35:26.228Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-02T00:35:26.228Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-02T00:35:26.228Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-02T00:35:26.228Z] ca9280d653b3: Pulling fs layer [2021-02-02T00:35:26.228Z] 7e9c9ca2126c: Pulling fs layer [2021-02-02T00:35:26.497Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-02T00:35:26.497Z] cbdbe7a5bc2a: Download complete [2021-02-02T00:35:26.764Z] cbdbe7a5bc2a: Pull complete [2021-02-02T00:35:27.041Z] ca9280d653b3: Verifying Checksum [2021-02-02T00:35:27.041Z] ca9280d653b3: Download complete [2021-02-02T00:35:28.009Z] 7e9c9ca2126c: Download complete [2021-02-02T00:35:28.275Z] ca9280d653b3: Pull complete [2021-02-02T00:35:34.921Z] 7e9c9ca2126c: Pull complete [2021-02-02T00:35:34.921Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-02T00:35:34.921Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-02T00:35:34.921Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-02T00:35:35.137Z] prd-centos7-docker-4c-2g-24460 does not seem to be running inside a container [2021-02-02T00:35:35.191Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/54 -v /w/workspace/edgex-go/54:/w/workspace/edgex-go/54:rw,z -v /w/workspace/edgex-go/54@tmp:/w/workspace/edgex-go/54@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-02T00:35:38.243Z] $ docker top 1e2776e06526479e5cf9829fc7af7500089176f21d089728d70476885ca20f7a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T00:35:38.789Z] + docker-compose build --help [2021-02-02T00:35:38.789Z] + grep parallel [2021-02-02T00:35:39.738Z] --parallel Build images in parallel. [Pipeline] } [2021-02-02T00:35:40.020Z] $ docker stop --time=1 1e2776e06526479e5cf9829fc7af7500089176f21d089728d70476885ca20f7a [2021-02-02T00:35:41.398Z] $ docker rm -f 1e2776e06526479e5cf9829fc7af7500089176f21d089728d70476885ca20f7a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T00:35:42.081Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-02T00:35:42.081Z] . [Pipeline] withDockerContainer [2021-02-02T00:35:42.193Z] prd-centos7-docker-4c-2g-24460 does not seem to be running inside a container [2021-02-02T00:35:42.253Z] $ 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/54 -v /w/workspace/edgex-go/54:/w/workspace/edgex-go/54:rw,z -v /w/workspace/edgex-go/54@tmp:/w/workspace/edgex-go/54@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-02-02T00:35:42.746Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24463 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [2021-02-02T00:35:43.073Z] $ docker top dab083baccb42365ef70e3fa83ba046c10489a12c68b0991d5b8da8c70840b2c -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws [2021-02-02T00:35:43.496Z] Running in /w/workspace/edgex-go/54 [Pipeline] { [Pipeline] checkout [2021-02-02T00:35:43.757Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-02T00:35:44.729Z] Building docker-core-command-go ... [2021-02-02T00:35:44.729Z] Building docker-core-data-go ... [2021-02-02T00:35:44.729Z] Building docker-core-metadata-go ... [2021-02-02T00:35:44.729Z] Building docker-security-bootstrapper-go ... [2021-02-02T00:35:44.729Z] Building docker-security-proxy-setup-go ... [2021-02-02T00:35:44.729Z] Building docker-security-secretstore-setup-go ... [2021-02-02T00:35:44.729Z] Building docker-support-notifications-go ... [2021-02-02T00:35:44.729Z] Building docker-support-scheduler-go ... [2021-02-02T00:35:44.729Z] Building docker-sys-mgmt-agent-go ... [2021-02-02T00:35:44.729Z] Building docker-security-proxy-setup-go [2021-02-02T00:35:44.730Z] Building docker-sys-mgmt-agent-go [2021-02-02T00:35:44.730Z] Building docker-core-command-go [2021-02-02T00:35:44.730Z] Building docker-support-notifications-go [2021-02-02T00:35:44.730Z] Building docker-support-scheduler-go [2021-02-02T00:35:48.249Z] using credential edgex-jenkins-ssh [2021-02-02T00:35:48.333Z] Cloning the remote Git repository [2021-02-02T00:35:48.388Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-02T00:35:48.492Z] > git init /w/workspace/edgex-go/54 # timeout=10 [2021-02-02T00:35:48.587Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-02T00:35:48.588Z] > git --version # timeout=10 [2021-02-02T00:35:48.603Z] > git --version # 'git version 2.17.1' [2021-02-02T00:35:48.604Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T00:35:48.663Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T00:36:09.198Z] Merging remotes/origin/master commit 2a4efc596d6299a706f2b1b5ea90705279ab33b1 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-02-02T00:36:08.316Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-02T00:36:08.335Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T00:36:08.359Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-02T00:36:08.388Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-02T00:36:08.388Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T00:36:08.399Z] > 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-02-02T00:36:09.219Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T00:36:09.233Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-02-02T00:36:09.570Z] > git remote # timeout=10 [2021-02-02T00:36:09.584Z] > git config --get remote.origin.url # timeout=10 [2021-02-02T00:36:09.594Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T00:36:09.606Z] > git merge 2a4efc596d6299a706f2b1b5ea90705279ab33b1 # timeout=10 [2021-02-02T00:36:10.454Z] Merge succeeded, producing 0cc89348d9d4ed9af6e872fb056061052a501dc7 [2021-02-02T00:36:10.455Z] Checking out Revision 0cc89348d9d4ed9af6e872fb056061052a501dc7 (PR-2858) [2021-02-02T00:36:10.442Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-02T00:36:10.463Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T00:36:10.480Z] > git checkout -f 0cc89348d9d4ed9af6e872fb056061052a501dc7 # timeout=10 [2021-02-02T00:36:14.631Z] Commit message: "Merge commit '2a4efc596d6299a706f2b1b5ea90705279ab33b1' into HEAD" [2021-02-02T00:36:14.651Z] First time build. Skipping changelog. [2021-02-02T00:36:14.640Z] > git rev-list --no-walk 09466c3d4bb06391c33f9fb2c9ae9bec005329b5 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-02T00:36:16.183Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-02T00:36:16.587Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-02T00:36:16.929Z] + sudo service docker restart [2021-02-02T00:36:16.929Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-02T00:36:18.985Z] provisioning config files... [2021-02-02T00:36:19.024Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/54@tmp/config5447678889737133803tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-02T00:36:19.418Z] ---> docker-login.sh [2021-02-02T00:36:19.418Z] nexus3.edgexfoundry.org:10001 [2021-02-02T00:36:20.016Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T00:36:20.618Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T00:36:20.619Z] Configure a credential helper to remove this warning. See [2021-02-02T00:36:20.619Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T00:36:20.619Z] [2021-02-02T00:36:20.619Z] Login Succeeded [2021-02-02T00:36:20.619Z] nexus3.edgexfoundry.org:10002 [2021-02-02T00:36:20.893Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T00:36:20.893Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T00:36:20.893Z] Configure a credential helper to remove this warning. See [2021-02-02T00:36:20.893Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T00:36:20.893Z] [2021-02-02T00:36:20.893Z] Login Succeeded [2021-02-02T00:36:20.893Z] nexus3.edgexfoundry.org:10003 [2021-02-02T00:36:21.487Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T00:36:21.487Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T00:36:21.487Z] Configure a credential helper to remove this warning. See [2021-02-02T00:36:21.487Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T00:36:21.487Z] [2021-02-02T00:36:21.487Z] Login Succeeded [2021-02-02T00:36:21.487Z] nexus3.edgexfoundry.org:10004 [2021-02-02T00:36:21.762Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T00:36:22.035Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T00:36:22.035Z] Configure a credential helper to remove this warning. See [2021-02-02T00:36:22.035Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T00:36:22.035Z] [2021-02-02T00:36:22.035Z] Login Succeeded [2021-02-02T00:36:22.035Z] docker.io [2021-02-02T00:36:22.309Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T00:36:22.582Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T00:36:22.582Z] Configure a credential helper to remove this warning. See [2021-02-02T00:36:22.582Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T00:36:22.582Z] [2021-02-02T00:36:22.582Z] Login Succeeded [2021-02-02T00:36:22.582Z] ---> docker-login.sh ends [Pipeline] } [2021-02-02T00:36:22.605Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-02T00:36:23.127Z] ========================================================= [2021-02-02T00:36:23.128Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-02T00:36:23.128Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-02T00:36:23.501Z] + 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-02-02T00:36:23.692Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T00:36:23.693Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-02T00:36:23.693Z] ---> a88aeb3dcad5 [2021-02-02T00:36:23.693Z] Step 3/21 : WORKDIR /edgex-go [2021-02-02T00:36:23.693Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T00:36:23.693Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-02T00:36:23.693Z] ---> a88aeb3dcad5 [2021-02-02T00:36:23.693Z] Step 3/22 : WORKDIR /edgex-go [2021-02-02T00:36:23.693Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T00:36:23.693Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-02T00:36:23.693Z] ---> a88aeb3dcad5 [2021-02-02T00:36:23.693Z] Step 3/22 : WORKDIR /edgex-go [2021-02-02T00:36:23.693Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T00:36:23.693Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T00:36:23.693Z] ---> a88aeb3dcad5 [2021-02-02T00:36:23.693Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T00:36:23.693Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T00:36:23.693Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-02T00:36:23.693Z] ---> a88aeb3dcad5 [2021-02-02T00:36:23.693Z] Step 3/26 : WORKDIR /edgex-go [2021-02-02T00:36:23.693Z] ---> Running in e5767027eab1 [2021-02-02T00:36:23.693Z] ---> Running in d2953b275bb1 [2021-02-02T00:36:23.693Z] ---> Running in 4827443812f8 [2021-02-02T00:36:23.693Z] ---> Running in e46da8556e4b [2021-02-02T00:36:23.693Z] ---> Running in 3b3668c405e7 [2021-02-02T00:36:23.693Z] Removing intermediate container 3b3668c405e7 [2021-02-02T00:36:23.693Z] ---> 3b7f9f7297fc [2021-02-02T00:36:23.693Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T00:36:23.693Z] Removing intermediate container d2953b275bb1 [2021-02-02T00:36:23.693Z] ---> 23dfdeb0f23d [2021-02-02T00:36:23.693Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T00:36:23.693Z] Removing intermediate container e5767027eab1 [2021-02-02T00:36:23.693Z] ---> 8ee245b1dd2c [2021-02-02T00:36:23.693Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T00:36:23.693Z] Removing intermediate container e46da8556e4b [2021-02-02T00:36:23.693Z] ---> 186450a022d7 [2021-02-02T00:36:23.693Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T00:36:23.693Z] Removing intermediate container 4827443812f8 [2021-02-02T00:36:23.693Z] ---> 15fc76718f51 [2021-02-02T00:36:23.693Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T00:36:23.693Z] ---> Running in 05f010a38f02 [2021-02-02T00:36:23.693Z] ---> Running in 6a60cec41ff7 [2021-02-02T00:36:23.693Z] ---> Running in 189d425ae2c2 [2021-02-02T00:36:23.693Z] ---> Running in e85f53ce1edd [2021-02-02T00:36:23.693Z] ---> Running in 1cc6791695a0 [2021-02-02T00:36:23.693Z] Removing intermediate container 6a60cec41ff7 [2021-02-02T00:36:23.693Z] ---> 3b5aa3fd4c47 [2021-02-02T00:36:23.693Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-02T00:36:23.693Z] Removing intermediate container 05f010a38f02 [2021-02-02T00:36:23.693Z] ---> 23cc46e9c974 [2021-02-02T00:36:23.693Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-02T00:36:23.693Z] Removing intermediate container 189d425ae2c2 [2021-02-02T00:36:23.693Z] ---> 834d5619bf09 [2021-02-02T00:36:23.693Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-02T00:36:23.693Z] Removing intermediate container e85f53ce1edd [2021-02-02T00:36:23.693Z] ---> 1298d06e9eda [2021-02-02T00:36:23.693Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-02T00:36:23.956Z] ---> Running in 4841eb0683d3 [2021-02-02T00:36:23.956Z] ---> Running in cd131ab43db6 [2021-02-02T00:36:23.956Z] ---> Running in 12f6a520420c [2021-02-02T00:36:24.219Z] Removing intermediate container 1cc6791695a0 [2021-02-02T00:36:24.219Z] ---> 023f827724d7 [2021-02-02T00:36:24.219Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-02T00:36:24.219Z] ---> Running in 276bc709cb66 [2021-02-02T00:36:24.219Z] ---> Running in 2919fb65abf0 [2021-02-02T00:36:25.187Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T00:36:25.187Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T00:36:25.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T00:36:25.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T00:36:25.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T00:36:25.723Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T00:36:25.723Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T00:36:26.153Z] Sending build context to Docker daemon 166.1MB [2021-02-02T00:36:26.153Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-02T00:36:26.153Z] Step 2/6 : FROM ${BASE} [2021-02-02T00:36:26.153Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-02T00:36:26.153Z] 5f621e34cdf4: Pulling fs layer [2021-02-02T00:36:26.153Z] a4357932f1b6: Pulling fs layer [2021-02-02T00:36:26.153Z] 18c013af1878: Pulling fs layer [2021-02-02T00:36:26.153Z] 00ac8860ef70: Pulling fs layer [2021-02-02T00:36:26.153Z] 63d7cb157983: Pulling fs layer [2021-02-02T00:36:26.153Z] b116817d02f9: Pulling fs layer [2021-02-02T00:36:26.153Z] 745a02a5169b: Pulling fs layer [2021-02-02T00:36:26.153Z] 00ac8860ef70: Waiting [2021-02-02T00:36:26.153Z] 63d7cb157983: Waiting [2021-02-02T00:36:26.153Z] b116817d02f9: Waiting [2021-02-02T00:36:26.153Z] 745a02a5169b: Waiting [2021-02-02T00:36:26.153Z] 18c013af1878: Verifying Checksum [2021-02-02T00:36:26.153Z] 18c013af1878: Download complete [2021-02-02T00:36:26.153Z] a4357932f1b6: Verifying Checksum [2021-02-02T00:36:26.153Z] a4357932f1b6: Download complete [2021-02-02T00:36:26.153Z] 63d7cb157983: Verifying Checksum [2021-02-02T00:36:26.153Z] 63d7cb157983: Download complete [2021-02-02T00:36:26.153Z] b116817d02f9: Download complete [2021-02-02T00:36:26.153Z] 5f621e34cdf4: Verifying Checksum [2021-02-02T00:36:26.153Z] 5f621e34cdf4: Download complete [2021-02-02T00:36:26.316Z] OK: 233 MiB in 51 packages [2021-02-02T00:36:26.316Z] OK: 233 MiB in 51 packages [2021-02-02T00:36:26.316Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T00:36:26.316Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T00:36:26.316Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T00:36:26.750Z] 5f621e34cdf4: Pull complete [2021-02-02T00:36:26.898Z] OK: 233 MiB in 51 packages [2021-02-02T00:36:26.898Z] Removing intermediate container 4841eb0683d3 [2021-02-02T00:36:26.898Z] ---> 705a9a86b1f7 [2021-02-02T00:36:26.898Z] Step 6/22 : COPY go.mod . [2021-02-02T00:36:26.898Z] OK: 233 MiB in 51 packages [2021-02-02T00:36:26.898Z] Removing intermediate container cd131ab43db6 [2021-02-02T00:36:26.898Z] ---> 7b43bc23dd21 [2021-02-02T00:36:26.898Z] Step 6/21 : COPY go.mod . [2021-02-02T00:36:27.172Z] ---> e75847bc31af [2021-02-02T00:36:27.172Z] Step 7/22 : RUN go mod download [2021-02-02T00:36:27.172Z] OK: 233 MiB in 51 packages [2021-02-02T00:36:27.356Z] a4357932f1b6: Pull complete [2021-02-02T00:36:27.444Z] ---> Running in 24a72f6cbf91 [2021-02-02T00:36:27.627Z] 18c013af1878: Pull complete [2021-02-02T00:36:27.708Z] ---> 5804ffc45b15 [2021-02-02T00:36:27.708Z] Step 7/21 : RUN go mod download [2021-02-02T00:36:27.708Z] Removing intermediate container 12f6a520420c [2021-02-02T00:36:27.708Z] ---> 37efa49ea9ac [2021-02-02T00:36:27.708Z] Step 6/26 : COPY go.mod . [2021-02-02T00:36:27.970Z] ---> Running in 9e47a1427dd5 [2021-02-02T00:36:28.233Z] Removing intermediate container 2919fb65abf0 [2021-02-02T00:36:28.233Z] ---> fb0521c344aa [2021-02-02T00:36:28.233Z] Step 6/22 : COPY go.mod . [2021-02-02T00:36:28.233Z] ---> 147a51e286f2 [2021-02-02T00:36:28.233Z] Step 7/26 : RUN go mod download [2021-02-02T00:36:28.501Z] ---> Running in 7738d37a17f1 [2021-02-02T00:36:28.501Z] Removing intermediate container 276bc709cb66 [2021-02-02T00:36:28.501Z] ---> 390a85041003 [2021-02-02T00:36:28.501Z] Step 6/23 : COPY go.mod . [2021-02-02T00:36:28.501Z] ---> 5a1858f0e780 [2021-02-02T00:36:28.501Z] Step 7/22 : RUN go mod download [2021-02-02T00:36:28.609Z] 745a02a5169b: Verifying Checksum [2021-02-02T00:36:28.609Z] 745a02a5169b: Download complete [2021-02-02T00:36:28.770Z] ---> Running in 4ac32c89bdac [2021-02-02T00:36:29.035Z] ---> 2a221c76396c [2021-02-02T00:36:29.035Z] Step 7/23 : RUN go mod download [2021-02-02T00:36:29.035Z] ---> Running in fa8c18279dfd [2021-02-02T00:36:29.596Z] 00ac8860ef70: Verifying Checksum [2021-02-02T00:36:29.596Z] 00ac8860ef70: Download complete [2021-02-02T00:36:30.460Z] Removing intermediate container 9e47a1427dd5 [2021-02-02T00:36:30.460Z] ---> 6562057dbd28 [2021-02-02T00:36:30.460Z] Step 8/21 : COPY . . [2021-02-02T00:36:30.460Z] Removing intermediate container 24a72f6cbf91 [2021-02-02T00:36:30.460Z] ---> 4354744d552c [2021-02-02T00:36:30.460Z] Step 8/22 : COPY . . [2021-02-02T00:36:30.460Z] Removing intermediate container 7738d37a17f1 [2021-02-02T00:36:30.460Z] ---> 567904a1f9f5 [2021-02-02T00:36:30.460Z] Step 8/26 : COPY . . [2021-02-02T00:36:34.736Z] Removing intermediate container 4ac32c89bdac [2021-02-02T00:36:34.736Z] ---> e8c3b8ea58bf [2021-02-02T00:36:34.736Z] Step 8/22 : COPY . . [2021-02-02T00:36:34.736Z] Removing intermediate container fa8c18279dfd [2021-02-02T00:36:34.736Z] ---> 66e77618dc99 [2021-02-02T00:36:34.736Z] Step 8/23 : COPY . . [2021-02-02T00:36:39.771Z] 00ac8860ef70: Pull complete [2021-02-02T00:36:40.044Z] 63d7cb157983: Pull complete [2021-02-02T00:36:40.319Z] b116817d02f9: Pull complete [2021-02-02T00:36:44.634Z] 745a02a5169b: Pull complete [2021-02-02T00:36:44.634Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-02T00:36:44.634Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-02T00:36:44.634Z] ---> b7e6874047d6 [2021-02-02T00:36:44.634Z] 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-02-02T00:36:47.254Z] ---> Running in 8687a76117ba [2021-02-02T00:36:48.707Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T00:36:49.300Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T00:36:50.280Z] (1/12) Installing libmagic (5.38-r0) [2021-02-02T00:36:50.280Z] (2/12) Installing file (5.38-r0) [2021-02-02T00:36:50.551Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-02T00:36:50.551Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-02T00:36:53.921Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-02T00:36:53.921Z] (6/12) Installing patch (2.7.6-r6) [2021-02-02T00:36:54.191Z] (7/12) Installing build-base (0.5-r2) [2021-02-02T00:36:54.191Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-02T00:36:54.191Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-02T00:36:54.462Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-02T00:36:54.462Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-02T00:36:54.462Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-02T00:36:54.733Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T00:36:54.733Z] OK: 217 MiB in 51 packages [2021-02-02T00:36:59.029Z] Removing intermediate container 8687a76117ba [2021-02-02T00:36:59.029Z] ---> 0500cc9bffde [2021-02-02T00:36:59.029Z] Step 4/6 : WORKDIR /edgex-go [2021-02-02T00:36:59.029Z] ---> Running in 129a07b007da [2021-02-02T00:36:59.029Z] Removing intermediate container 129a07b007da [2021-02-02T00:36:59.029Z] ---> 509d58498506 [2021-02-02T00:36:59.029Z] Step 5/6 : COPY go.mod . [2021-02-02T00:37:00.011Z] ---> a4d7e8ff2629 [2021-02-02T00:37:00.011Z] Step 6/6 : RUN go mod download [2021-02-02T00:37:00.011Z] ---> Running in eb0169503235 [2021-02-02T00:37:13.701Z] ---> ea1fac89d9c0 [2021-02-02T00:37:13.701Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-02T00:37:13.701Z] ---> Running in b690a77a8042 [2021-02-02T00:37:13.701Z] ---> d94a495c3e2e [2021-02-02T00:37:13.701Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-02T00:37:13.701Z] ---> 3739cd57e8ef [2021-02-02T00:37:13.701Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-02T00:37:13.701Z] ---> a4e8a96a3e1e [2021-02-02T00:37:13.701Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-02T00:37:13.701Z] ---> c00782bdefcc [2021-02-02T00:37:13.701Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-02T00:37:13.701Z] ---> Running in b289afae9f5d [2021-02-02T00:37:13.701Z] ---> Running in 8f4a83e65814 [2021-02-02T00:37:13.701Z] ---> Running in 4a9bcf5e19fe [2021-02-02T00:37:13.701Z] ---> Running in b32dbcbaaf4d [2021-02-02T00:37:13.701Z] 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-02-02T00:37:13.701Z] 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-02-02T00:37:13.701Z] 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-02-02T00:37:13.701Z] 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-02-02T00:37:13.701Z] 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-02-02T00:37:26.813Z] Removing intermediate container eb0169503235 [2021-02-02T00:37:26.813Z] ---> a18ab9c3e14c [2021-02-02T00:37:26.813Z] Successfully built a18ab9c3e14c [2021-02-02T00:37:26.813Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T00:37:27.151Z] + docker inspect -f . ci-base-image-arm64 [2021-02-02T00:37:27.151Z] . [Pipeline] withDockerContainer [2021-02-02T00:37:27.386Z] prd-ubuntu18.04-docker-arm64-4c-16g-24463 does not seem to be running inside a container [2021-02-02T00:37:27.468Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/54 -v /w/workspace/edgex-go/54:/w/workspace/edgex-go/54:rw,z -v /w/workspace/edgex-go/54@tmp:/w/workspace/edgex-go/54@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-02-02T00:37:28.964Z] $ docker top 49b9b3811a59ef88f5f8461360f4b0868d1db3df9948f2db2eabef4d01d7f119 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T00:37:29.983Z] + go version [2021-02-02T00:37:29.983Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-02T00:37:30.007Z] $ docker stop --time=1 49b9b3811a59ef88f5f8461360f4b0868d1db3df9948f2db2eabef4d01d7f119 [2021-02-02T00:37:31.812Z] $ docker rm -f 49b9b3811a59ef88f5f8461360f4b0868d1db3df9948f2db2eabef4d01d7f119 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T00:37:32.863Z] + docker inspect -f . ci-base-image-arm64 [2021-02-02T00:37:32.863Z] . [Pipeline] withDockerContainer [2021-02-02T00:37:33.101Z] prd-ubuntu18.04-docker-arm64-4c-16g-24463 does not seem to be running inside a container [2021-02-02T00:37:33.182Z] $ 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/54 -v /w/workspace/edgex-go/54:/w/workspace/edgex-go/54:rw,z -v /w/workspace/edgex-go/54@tmp:/w/workspace/edgex-go/54@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-02-02T00:37:34.467Z] $ docker top dfb0f0b48cc6ae3de77691cc7578e9003ae3e42867ddee5ac85a69917d1d5fc0 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-02T00:37:34.846Z] ========================================================= [2021-02-02T00:37:34.846Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-02T00:37:34.846Z] ========================================================= [Pipeline] sh [2021-02-02T00:37:35.517Z] + make test [2021-02-02T00:37:35.517Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-02T00:37:40.466Z] 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-02-02T00:37:45.872Z] Removing intermediate container 8f4a83e65814 [2021-02-02T00:37:45.872Z] ---> e541e2e59ac4 [2021-02-02T00:37:45.872Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-02T00:37:45.872Z] ---> Running in c1d3b526f360 [2021-02-02T00:37:46.858Z] 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-02-02T00:37:51.096Z] Removing intermediate container b289afae9f5d [2021-02-02T00:37:51.096Z] ---> 12e02cbd0c68 [2021-02-02T00:37:51.096Z] [2021-02-02T00:37:51.096Z] Step 10/22 : FROM alpine:3.12 [2021-02-02T00:37:51.096Z] Removing intermediate container b690a77a8042 [2021-02-02T00:37:51.096Z] ---> 34232f8f01f9 [2021-02-02T00:37:51.096Z] [2021-02-02T00:37:51.096Z] Step 10/21 : FROM alpine:3.12 [2021-02-02T00:37:51.096Z] 3.12: Pulling from library/alpine [2021-02-02T00:37:51.096Z] 3.12: Pulling from library/alpine [2021-02-02T00:37:51.683Z] Removing intermediate container c1d3b526f360 [2021-02-02T00:37:51.683Z] ---> 0e21c1919db3 [2021-02-02T00:37:51.683Z] [2021-02-02T00:37:51.683Z] Step 11/26 : FROM docker:20.10.0 [2021-02-02T00:37:51.946Z] 20.10.0: Pulling from library/docker [2021-02-02T00:37:53.877Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-02T00:37:53.877Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-02T00:37:55.810Z] Status: Downloaded newer image for alpine:3.12 [2021-02-02T00:37:55.810Z] ---> 389fef711851 [2021-02-02T00:37:55.810Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-02T00:37:55.810Z] Status: Downloaded newer image for alpine:3.12 [2021-02-02T00:37:55.810Z] ---> 389fef711851 [2021-02-02T00:37:55.810Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-02T00:37:55.810Z] Removing intermediate container 4a9bcf5e19fe [2021-02-02T00:37:55.810Z] ---> 530936e653bf [2021-02-02T00:37:55.810Z] [2021-02-02T00:37:55.810Z] Step 10/22 : FROM alpine:3.12 [2021-02-02T00:37:55.810Z] Removing intermediate container b32dbcbaaf4d [2021-02-02T00:37:55.810Z] ---> 323cf6b45947 [2021-02-02T00:37:55.810Z] [2021-02-02T00:37:55.810Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T00:37:55.810Z] ---> 389fef711851 [2021-02-02T00:37:55.810Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-02T00:37:55.810Z] ---> 389fef711851 [2021-02-02T00:37:55.810Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-02T00:37:55.810Z] ---> Running in 2388d008d3b5 [2021-02-02T00:37:55.810Z] ---> Running in 63e5d3b60814 [2021-02-02T00:37:56.073Z] ---> Running in 075ddf93d5f9 [2021-02-02T00:37:56.073Z] ---> Running in b3eb50ddfda3 [2021-02-02T00:37:57.048Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T00:37:57.048Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T00:37:57.326Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T00:37:57.326Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-02T00:37:57.326Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T00:37:57.326Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T00:37:57.326Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T00:37:57.326Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-02T00:37:57.326Z] (4/4) Installing curl (7.69.1-r3) [2021-02-02T00:37:57.602Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T00:37:57.602Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T00:37:57.602Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T00:37:57.602Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T00:37:57.602Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T00:37:57.602Z] OK: 7 MiB in 18 packages [2021-02-02T00:37:57.602Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-02T00:37:57.602Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-02T00:37:57.602Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T00:37:57.602Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T00:37:57.696Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-02T00:37:57.877Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-02T00:37:57.877Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T00:37:57.877Z] OK: 6 MiB in 15 packages [2021-02-02T00:37:57.877Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-02T00:37:57.877Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T00:37:57.877Z] OK: 6 MiB in 16 packages [2021-02-02T00:37:57.877Z] OK: 6 MiB in 15 packages [2021-02-02T00:38:00.460Z] Removing intermediate container 075ddf93d5f9 [2021-02-02T00:38:00.460Z] ---> 635e800a6707 [2021-02-02T00:38:00.461Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T00:38:01.038Z] ---> Running in b349d136acc3 [2021-02-02T00:38:02.008Z] Removing intermediate container 63e5d3b60814 [2021-02-02T00:38:02.008Z] ---> c0de481000a9 [2021-02-02T00:38:02.008Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-02T00:38:02.008Z] Removing intermediate container b3eb50ddfda3 [2021-02-02T00:38:02.008Z] ---> a6dca879f09c [2021-02-02T00:38:02.008Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T00:38:02.008Z] Removing intermediate container 2388d008d3b5 [2021-02-02T00:38:02.008Z] ---> 3233ce729c59 [2021-02-02T00:38:02.008Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T00:38:02.008Z] Removing intermediate container b349d136acc3 [2021-02-02T00:38:02.008Z] ---> ddd7dd286532 [2021-02-02T00:38:02.008Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-02T00:38:02.008Z] ---> Running in e3a76ead917c [2021-02-02T00:38:02.008Z] ---> Running in 0cceca5a71fc [2021-02-02T00:38:02.008Z] ---> Running in 0b752c7bdae8 [2021-02-02T00:38:02.008Z] ---> Running in 7d1d68b9822d [2021-02-02T00:38:02.276Z] Removing intermediate container e3a76ead917c [2021-02-02T00:38:02.276Z] ---> a8f615a20e3a [2021-02-02T00:38:02.276Z] Step 13/21 : WORKDIR /edgex [2021-02-02T00:38:02.539Z] Removing intermediate container 0b752c7bdae8 [2021-02-02T00:38:02.539Z] ---> 359df0191332 [2021-02-02T00:38:02.539Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-02T00:38:02.539Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-02T00:38:02.539Z] ---> Running in 3dd743701c90 [2021-02-02T00:38:02.539Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-02T00:38:02.539Z] ---> aefe523efa57 [2021-02-02T00:38:02.539Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-02T00:38:02.539Z] Removing intermediate container 0cceca5a71fc [2021-02-02T00:38:02.539Z] ---> 612079c138ab [2021-02-02T00:38:02.539Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-02T00:38:02.539Z] ---> Running in 5e566b11c925 [2021-02-02T00:38:02.539Z] Removing intermediate container 7d1d68b9822d [2021-02-02T00:38:02.539Z] ---> 67a7a5e4e192 [2021-02-02T00:38:02.539Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-02T00:38:02.807Z] ---> Running in d446e76e2eb7 [2021-02-02T00:38:02.807Z] ---> Running in 2686513c4f11 [2021-02-02T00:38:02.807Z] ---> Running in ca4d4bb1e366 [2021-02-02T00:38:02.807Z] Removing intermediate container 3dd743701c90 [2021-02-02T00:38:02.807Z] ---> 08cf8b78d86e [2021-02-02T00:38:02.807Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-02T00:38:03.075Z] Removing intermediate container 5e566b11c925 [2021-02-02T00:38:03.075Z] ---> a9b306b94dad [2021-02-02T00:38:03.075Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-02T00:38:03.345Z] Removing intermediate container 2686513c4f11 [2021-02-02T00:38:03.345Z] ---> 9db6cec6ec40 [2021-02-02T00:38:03.345Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-02T00:38:03.345Z] ---> Running in 0c5bfb2eb1e8 [2021-02-02T00:38:03.345Z] Removing intermediate container ca4d4bb1e366 [2021-02-02T00:38:03.345Z] ---> 9f78bf62a268 [2021-02-02T00:38:03.345Z] Step 15/23 : WORKDIR / [2021-02-02T00:38:03.345Z] ---> Running in ba4d2c4a2103 [2021-02-02T00:38:03.345Z] ---> a6c4b8d7a122 [2021-02-02T00:38:03.345Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-02T00:38:03.923Z] ---> Running in dabac00e29ff [2021-02-02T00:38:03.923Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T00:38:04.200Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T00:38:04.200Z] Removing intermediate container ba4d2c4a2103 [2021-02-02T00:38:04.200Z] ---> a8de43c201ef [2021-02-02T00:38:04.200Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T00:38:04.200Z] Removing intermediate container 0c5bfb2eb1e8 [2021-02-02T00:38:04.200Z] ---> bdd9c85fe6d5 [2021-02-02T00:38:04.200Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T00:38:04.467Z] (1/2) Installing readline (8.0.4-r0) [2021-02-02T00:38:04.467Z] ---> 60e3327424be [2021-02-02T00:38:04.467Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-02T00:38:04.467Z] (2/2) Installing bash (5.0.17-r0) [2021-02-02T00:38:04.467Z] Executing bash-5.0.17-r0.post-install [2021-02-02T00:38:04.467Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T00:38:04.467Z] OK: 12 MiB in 22 packages [2021-02-02T00:38:04.467Z] Removing intermediate container dabac00e29ff [2021-02-02T00:38:04.467Z] ---> 2981fa167411 [2021-02-02T00:38:04.467Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T00:38:04.731Z] ---> 7e3ef94b5629 [2021-02-02T00:38:04.731Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-02T00:38:05.003Z] ---> 206804b3b295 [2021-02-02T00:38:05.003Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-02T00:38:05.003Z] ---> bdf2678b0241 [2021-02-02T00:38:05.003Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-02T00:38:05.003Z] ---> 67d7943a0844 [2021-02-02T00:38:05.003Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-02T00:38:05.267Z] ---> Running in 017cc72879fe [2021-02-02T00:38:05.532Z] Removing intermediate container d446e76e2eb7 [2021-02-02T00:38:05.532Z] ---> aa5a9b1f0b02 [2021-02-02T00:38:05.532Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-02T00:38:05.532Z] ---> 53d4cfdb6d2a [2021-02-02T00:38:05.532Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-02T00:38:05.805Z] ---> Running in 44018722bf7c [2021-02-02T00:38:05.805Z] Removing intermediate container 017cc72879fe [2021-02-02T00:38:05.805Z] ---> 83c5cb4aa45e [2021-02-02T00:38:05.805Z] Step 18/21 : CMD ["--init=true"] [2021-02-02T00:38:05.805Z] ---> 548a377269cf [2021-02-02T00:38:05.805Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-02T00:38:05.805Z] ---> 61ae19b46722 [2021-02-02T00:38:05.805Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-02T00:38:05.805Z] ---> Running in 06f3d7c2cee8 [2021-02-02T00:38:06.070Z] ---> 98b63f0cc8d3 [2021-02-02T00:38:06.070Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-02T00:38:06.070Z] Removing intermediate container 44018722bf7c [2021-02-02T00:38:06.070Z] ---> bebfccaaacf0 [2021-02-02T00:38:06.070Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-02T00:38:06.335Z] ---> Running in 51a44be57cde [2021-02-02T00:38:06.335Z] ---> Running in fd8df1dae019 [2021-02-02T00:38:06.598Z] Removing intermediate container 06f3d7c2cee8 [2021-02-02T00:38:06.598Z] ---> cb2284219450 [2021-02-02T00:38:06.598Z] Step 19/21 : LABEL arch=x86_64 [2021-02-02T00:38:06.598Z] ---> 02ea6920409e [2021-02-02T00:38:06.598Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-02T00:38:06.598Z] ---> 76872b4ee683 [2021-02-02T00:38:06.598Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-02T00:38:06.598Z] ---> Running in f244a7bb08e6 [2021-02-02T00:38:06.598Z] ---> Running in e03b072e8692 [2021-02-02T00:38:06.864Z] ---> Running in f3d9d30ca22d [2021-02-02T00:38:06.864Z] Removing intermediate container 51a44be57cde [2021-02-02T00:38:06.864Z] ---> fee98583ab39 [2021-02-02T00:38:06.864Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T00:38:06.864Z] Removing intermediate container fd8df1dae019 [2021-02-02T00:38:06.864Z] ---> ff92a8858b63 [2021-02-02T00:38:06.864Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-02T00:38:06.864Z] ---> Running in 7102a2396a5e [2021-02-02T00:38:07.130Z] ---> Running in de75a9c49515 [2021-02-02T00:38:07.130Z] Removing intermediate container e03b072e8692 [2021-02-02T00:38:07.130Z] ---> 57152fe5ae53 [2021-02-02T00:38:07.130Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T00:38:07.130Z] Removing intermediate container f244a7bb08e6 [2021-02-02T00:38:07.130Z] ---> 46f1976873f0 [2021-02-02T00:38:07.130Z] Step 20/21 : LABEL git_sha=a680e651ea24e260fa731a0d4c81c09ca0199e4c [2021-02-02T00:38:07.130Z] Removing intermediate container f3d9d30ca22d [2021-02-02T00:38:07.130Z] ---> 08fc9cb231a2 [2021-02-02T00:38:07.130Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T00:38:07.393Z] ---> Running in f29143bc17de [2021-02-02T00:38:07.393Z] ---> Running in 51827d44124d [2021-02-02T00:38:07.393Z] ---> Running in cf064e48308a [2021-02-02T00:38:07.393Z] Removing intermediate container de75a9c49515 [2021-02-02T00:38:07.393Z] ---> 926cafcd07d8 [2021-02-02T00:38:07.393Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-02T00:38:07.393Z] Removing intermediate container 7102a2396a5e [2021-02-02T00:38:07.393Z] ---> 13e63040f8eb [2021-02-02T00:38:07.393Z] Step 20/22 : LABEL arch=x86_64 [2021-02-02T00:38:07.659Z] ---> Running in abcb7e68e064 [2021-02-02T00:38:07.659Z] Removing intermediate container f29143bc17de [2021-02-02T00:38:07.659Z] ---> 872e1dd2ee8d [2021-02-02T00:38:07.659Z] Step 20/22 : LABEL arch=x86_64 [2021-02-02T00:38:07.927Z] Removing intermediate container 51827d44124d [2021-02-02T00:38:07.927Z] ---> 071de558a5d0 [2021-02-02T00:38:07.927Z] Step 21/21 : LABEL version=0.0.0 [2021-02-02T00:38:07.927Z] Removing intermediate container cf064e48308a [2021-02-02T00:38:07.927Z] ---> e419af3be843 [2021-02-02T00:38:07.927Z] Step 21/23 : LABEL arch=x86_64 [2021-02-02T00:38:08.202Z] ---> Running in bdb821488e67 [2021-02-02T00:38:08.202Z] ---> Running in a1387f530477 [2021-02-02T00:38:08.202Z] ---> Running in 9375b85fad69 [2021-02-02T00:38:08.202Z] Removing intermediate container abcb7e68e064 [2021-02-02T00:38:08.202Z] ---> bbff72180c1d [2021-02-02T00:38:08.202Z] Step 21/22 : LABEL git_sha=a680e651ea24e260fa731a0d4c81c09ca0199e4c [2021-02-02T00:38:08.202Z] ---> a0c677da14cc [2021-02-02T00:38:08.202Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-02T00:38:08.468Z] ---> Running in bff7c148c6f5 [2021-02-02T00:38:08.468Z] Removing intermediate container bdb821488e67 [2021-02-02T00:38:08.468Z] ---> 35717d0cca83 [2021-02-02T00:38:08.468Z] Step 21/22 : LABEL git_sha=a680e651ea24e260fa731a0d4c81c09ca0199e4c [2021-02-02T00:38:08.468Z] Removing intermediate container a1387f530477 [2021-02-02T00:38:08.468Z] ---> ebda2be371db [2021-02-02T00:38:08.468Z] [2021-02-02T00:38:08.732Z] Removing intermediate container 9375b85fad69 [2021-02-02T00:38:08.732Z] ---> bfbd8f4b7472 [2021-02-02T00:38:08.732Z] Step 22/23 : LABEL git_sha=a680e651ea24e260fa731a0d4c81c09ca0199e4c [2021-02-02T00:38:08.732Z] ---> Running in 12beb15c07b2 [2021-02-02T00:38:08.732Z] ---> 8c3a25d77707 [2021-02-02T00:38:08.732Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-02T00:38:08.732Z] ---> Running in d83e0b154461 [2021-02-02T00:38:08.732Z] Successfully built ebda2be371db [2021-02-02T00:38:08.998Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-02T00:38:08.998Z] Building docker-core-metadata-go [2021-02-02T00:38:08.998Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container bff7c148c6f5 [2021-02-02T00:38:08.998Z] ---> 9c3f0d7bb206 [2021-02-02T00:38:08.998Z] Step 22/22 : LABEL version=0.0.0 [2021-02-02T00:38:08.998Z] ---> Running in 669c1c31a29c [2021-02-02T00:38:08.998Z] Removing intermediate container 12beb15c07b2 [2021-02-02T00:38:08.998Z] ---> 2a5b4290e39e [2021-02-02T00:38:08.998Z] Step 22/22 : LABEL version=0.0.0 [2021-02-02T00:38:09.273Z] Removing intermediate container d83e0b154461 [2021-02-02T00:38:09.273Z] ---> fccd32b131c7 [2021-02-02T00:38:09.273Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T00:38:09.273Z] ---> Running in 3bf41803164c [2021-02-02T00:38:09.538Z] ---> d3bf95643fda [2021-02-02T00:38:09.538Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-02T00:38:09.538Z] ---> Running in c06226da4b21 [2021-02-02T00:38:10.505Z] ---> Running in e5be90c6e686 [2021-02-02T00:38:10.505Z] Removing intermediate container 669c1c31a29c [2021-02-02T00:38:10.505Z] ---> a8c1a087f409 [2021-02-02T00:38:10.505Z] [2021-02-02T00:38:10.782Z] Successfully built a8c1a087f409 [2021-02-02T00:38:10.782Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-02T00:38:10.782Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go [2021-02-02T00:38:12.750Z] Removing intermediate container 3bf41803164c [2021-02-02T00:38:12.750Z] ---> 64833a011ff4 [2021-02-02T00:38:12.750Z] [2021-02-02T00:38:12.750Z] Removing intermediate container c06226da4b21 [2021-02-02T00:38:12.750Z] ---> 68c8cfb7dafd [2021-02-02T00:38:12.750Z] [2021-02-02T00:38:15.321Z] Successfully built 68c8cfb7dafd [2021-02-02T00:38:16.720Z] Successfully built 64833a011ff4 [2021-02-02T00:38:17.298Z] Successfully tagged docker-core-command-go:latest [2021-02-02T00:38:17.298Z] Building docker-core-data-go [2021-02-02T00:38:17.565Z]  Building docker-core-command-go ... done Successfully tagged docker-support-notifications-go:latest [2021-02-02T00:38:17.565Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-02-02T00:38:18.533Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T00:38:18.533Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T00:38:18.797Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-02T00:38:19.388Z] (2/33) Installing expat (2.2.9-r1) [2021-02-02T00:38:19.388Z] (3/33) Installing libffi (3.3-r2) [2021-02-02T00:38:19.388Z] (4/33) Installing gdbm (1.13-r1) [2021-02-02T00:38:19.661Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-02T00:38:19.661Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-02T00:38:19.661Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-02T00:38:31.979Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T00:38:31.979Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-02T00:38:31.979Z] ---> a88aeb3dcad5 [2021-02-02T00:38:31.979Z] Step 3/31 : WORKDIR /edgex-go [2021-02-02T00:38:31.979Z] ---> Using cache [2021-02-02T00:38:31.979Z] ---> 15fc76718f51 [2021-02-02T00:38:31.979Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T00:38:31.979Z] ---> Using cache [2021-02-02T00:38:31.979Z] ---> 023f827724d7 [2021-02-02T00:38:31.979Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-02T00:38:31.979Z] ---> Using cache [2021-02-02T00:38:31.979Z] ---> fb0521c344aa [2021-02-02T00:38:31.979Z] Step 6/31 : COPY go.mod . [2021-02-02T00:38:31.979Z] ---> Using cache [2021-02-02T00:38:31.979Z] ---> 5a1858f0e780 [2021-02-02T00:38:31.979Z] Step 7/31 : RUN go mod download [2021-02-02T00:38:31.979Z] ---> Using cache [2021-02-02T00:38:31.979Z] ---> e8c3b8ea58bf [2021-02-02T00:38:31.979Z] Step 8/31 : COPY . . [2021-02-02T00:38:31.979Z] ---> Using cache [2021-02-02T00:38:31.979Z] ---> d94a495c3e2e [2021-02-02T00:38:31.979Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-02T00:38:31.979Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T00:38:31.979Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T00:38:31.979Z] ---> a88aeb3dcad5 [2021-02-02T00:38:31.979Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T00:38:31.979Z] ---> Using cache [2021-02-02T00:38:31.979Z] ---> 15fc76718f51 [2021-02-02T00:38:31.979Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T00:38:31.979Z] ---> Using cache [2021-02-02T00:38:31.979Z] ---> 023f827724d7 [2021-02-02T00:38:31.979Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-02T00:38:31.979Z] ---> Using cache [2021-02-02T00:38:31.979Z] ---> fb0521c344aa [2021-02-02T00:38:31.979Z] Step 6/23 : COPY go.mod . [2021-02-02T00:38:31.979Z] ---> Using cache [2021-02-02T00:38:31.979Z] ---> 5a1858f0e780 [2021-02-02T00:38:31.979Z] Step 7/23 : RUN go mod download [2021-02-02T00:38:31.979Z] ---> Using cache [2021-02-02T00:38:31.979Z] ---> e8c3b8ea58bf [2021-02-02T00:38:31.979Z] Step 8/23 : COPY . . [2021-02-02T00:38:31.979Z] ---> Using cache [2021-02-02T00:38:31.979Z] ---> d94a495c3e2e [2021-02-02T00:38:31.979Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-02T00:38:33.381Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-02T00:38:33.381Z] ---> Running in f8e65f14b91b [2021-02-02T00:38:33.381Z] ---> Running in ba9c0e708e28 [2021-02-02T00:38:33.381Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-02T00:38:33.381Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-02T00:38:33.381Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-02T00:38:33.381Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-02T00:38:33.381Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-02T00:38:33.381Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-02T00:38:33.381Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-02T00:38:33.381Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-02T00:38:33.381Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-02T00:38:33.381Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-02T00:38:33.381Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-02T00:38:33.381Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-02T00:38:33.381Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-02T00:38:33.644Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-02T00:38:33.644Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-02T00:38:33.644Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-02T00:38:33.644Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-02T00:38:33.644Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-02T00:38:33.644Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-02T00:38:33.644Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-02T00:38:33.644Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-02T00:38:33.644Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-02T00:38:34.219Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-02T00:38:34.487Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-02T00:38:34.487Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-02T00:38:34.758Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T00:38:34.758Z] OK: 71 MiB in 55 packages [2021-02-02T00:38:34.758Z] 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-02-02T00:38:34.758Z] 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-02-02T00:38:44.736Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-02T00:38:49.080Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-02T00:38:50.984Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T00:38:50.985Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T00:38:50.985Z] ---> a88aeb3dcad5 [2021-02-02T00:38:50.985Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T00:38:50.985Z] ---> Using cache [2021-02-02T00:38:50.985Z] ---> 15fc76718f51 [2021-02-02T00:38:50.985Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T00:38:50.985Z] ---> Using cache [2021-02-02T00:38:50.985Z] ---> 023f827724d7 [2021-02-02T00:38:50.985Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-02T00:38:50.985Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T00:38:50.985Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-02T00:38:50.985Z] ---> a88aeb3dcad5 [2021-02-02T00:38:50.985Z] Step 3/24 : WORKDIR /edgex-go [2021-02-02T00:38:50.985Z] ---> Using cache [2021-02-02T00:38:50.985Z] ---> 15fc76718f51 [2021-02-02T00:38:50.985Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T00:38:50.985Z] ---> Using cache [2021-02-02T00:38:50.985Z] ---> 023f827724d7 [2021-02-02T00:38:50.985Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-02T00:38:50.985Z] ---> Using cache [2021-02-02T00:38:50.985Z] ---> fb0521c344aa [2021-02-02T00:38:50.985Z] Step 6/24 : COPY go.mod . [2021-02-02T00:38:50.985Z] ---> Using cache [2021-02-02T00:38:50.985Z] ---> 5a1858f0e780 [2021-02-02T00:38:50.985Z] Step 7/24 : RUN go mod download [2021-02-02T00:38:50.985Z] ---> Using cache [2021-02-02T00:38:50.985Z] ---> e8c3b8ea58bf [2021-02-02T00:38:50.985Z] Step 8/24 : COPY . . [2021-02-02T00:38:50.985Z] ---> Using cache [2021-02-02T00:38:50.985Z] ---> d94a495c3e2e [2021-02-02T00:38:50.985Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-02T00:38:51.273Z] ---> Running in 7af40a58e46a [2021-02-02T00:38:51.273Z] ---> Running in b56156adfc80 [2021-02-02T00:38:52.701Z] 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-02-02T00:38:52.701Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T00:38:53.656Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T00:38:53.930Z] OK: 233 MiB in 51 packages [2021-02-02T00:38:54.725Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-02T00:38:54.725Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-02T00:38:54.725Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-02T00:38:56.533Z] Removing intermediate container b56156adfc80 [2021-02-02T00:38:56.533Z] ---> 742343d8d026 [2021-02-02T00:38:56.533Z] Step 6/23 : COPY go.mod . [2021-02-02T00:38:56.533Z] Removing intermediate container e5be90c6e686 [2021-02-02T00:38:56.533Z] ---> 7069b5eefbab [2021-02-02T00:38:56.533Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-02T00:38:56.806Z] ---> Running in 3ba7435d7351 [2021-02-02T00:38:56.806Z] ---> 015af061254b [2021-02-02T00:38:56.806Z] Step 7/23 : RUN go mod download [2021-02-02T00:38:58.741Z] ---> Running in 39458d0dc644 [2021-02-02T00:39:01.365Z] 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-02-02T00:39:01.466Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-02T00:39:01.466Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-02T00:39:01.466Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-02T00:39:01.466Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-02T00:39:01.466Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-02T00:39:01.466Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-02T00:39:02.019Z] Collecting docker-compose==1.23.2 [2021-02-02T00:39:02.019Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-02T00:39:02.294Z] Removing intermediate container 39458d0dc644 [2021-02-02T00:39:02.294Z] ---> 2314985c28ee [2021-02-02T00:39:02.294Z] Step 8/23 : COPY . . [2021-02-02T00:39:02.565Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-02T00:39:02.565Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-02T00:39:02.869Z] Collecting texttable<0.10,>=0.9.0 [2021-02-02T00:39:02.869Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-02T00:39:05.491Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-02T00:39:05.491Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-02T00:39:06.450Z] Collecting PyYAML<4,>=3.10 [2021-02-02T00:39:06.450Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-02T00:39:09.784Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-02T00:39:09.784Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-02T00:39:09.784Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-02T00:39:09.821Z] Collecting cached-property<2,>=1.2.0 [2021-02-02T00:39:09.821Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-02T00:39:09.821Z] 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-02-02T00:39:10.405Z] Collecting jsonschema<3,>=2.5.1 [2021-02-02T00:39:10.405Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-02T00:39:12.381Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-02T00:39:12.381Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-02T00:39:13.806Z] Collecting docker<4.0,>=3.6.0 [2021-02-02T00:39:13.806Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-02T00:39:15.223Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.359s coverage: 46.0% of statements [2021-02-02T00:39:15.223Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-02T00:39:15.223Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-02T00:39:15.223Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-02T00:39:15.223Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-02T00:39:15.223Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-02T00:39:15.223Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-02T00:39:15.223Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-02T00:39:15.223Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.114s coverage: 100.0% of statements [2021-02-02T00:39:17.143Z] Collecting docopt<0.7,>=0.6.1 [2021-02-02T00:39:17.144Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-02T00:39:17.144Z] 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-02-02T00:39:17.724Z] 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-02-02T00:39:17.724Z] 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-02-02T00:39:19.145Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-02T00:39:19.145Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-02T00:39:21.714Z] Collecting idna<2.8,>=2.5 [2021-02-02T00:39:21.714Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-02T00:39:22.676Z] Removing intermediate container f8e65f14b91b [2021-02-02T00:39:22.676Z] ---> 5ee985a5910d [2021-02-02T00:39:22.676Z] [2021-02-02T00:39:22.676Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T00:39:22.676Z] ---> 389fef711851 [2021-02-02T00:39:22.676Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-02T00:39:22.676Z] Collecting docker-pycreds>=0.4.0 [2021-02-02T00:39:22.676Z] ---> Using cache [2021-02-02T00:39:22.676Z] ---> a6dca879f09c [2021-02-02T00:39:22.676Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T00:39:22.676Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-02T00:39:22.676Z] ---> Using cache [2021-02-02T00:39:22.676Z] ---> 612079c138ab [2021-02-02T00:39:22.676Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-02T00:39:22.676Z] Removing intermediate container ba9c0e708e28 [2021-02-02T00:39:22.676Z] ---> dce73c8c7ca2 [2021-02-02T00:39:22.676Z] [2021-02-02T00:39:22.676Z] Step 10/31 : FROM alpine:3.12 [2021-02-02T00:39:22.676Z] ---> 389fef711851 [2021-02-02T00:39:22.676Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-02T00:39:23.267Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-02T00:39:23.267Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-02T00:39:23.267Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-02T00:39:23.267Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-02T00:39:23.540Z] Installing collected packages: urllib3, idna, requests, texttable, websocket-client, PyYAML, cached-property, jsonschema, dockerpty, docker-pycreds, docker, docopt, docker-compose [2021-02-02T00:39:23.540Z] Attempting uninstall: urllib3 [2021-02-02T00:39:23.540Z] Found existing installation: urllib3 1.25.9 [2021-02-02T00:39:23.540Z] Uninstalling urllib3-1.25.9: [2021-02-02T00:39:23.550Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.493s coverage: 27.1% of statements [2021-02-02T00:39:23.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-02T00:39:23.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-02T00:39:23.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-02T00:39:23.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-02T00:39:23.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-02T00:39:23.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-02T00:39:23.550Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.071s coverage: 100.0% of statements [2021-02-02T00:39:23.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-02T00:39:23.550Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.095s coverage: 100.0% of statements [2021-02-02T00:39:23.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-02T00:39:23.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-02T00:39:23.550Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.217s coverage: 65.8% of statements [2021-02-02T00:39:23.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-02T00:39:23.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-02T00:39:23.810Z] Successfully uninstalled urllib3-1.25.9 [2021-02-02T00:39:24.776Z] ---> Running in 9b5bbe5a50b2 [2021-02-02T00:39:24.776Z] ---> Running in 341b7fccd59c [2021-02-02T00:39:25.045Z] Attempting uninstall: idna [2021-02-02T00:39:25.045Z] Found existing installation: idna 2.9 [2021-02-02T00:39:25.045Z] Uninstalling idna-2.9: [2021-02-02T00:39:25.045Z] Successfully uninstalled idna-2.9 [2021-02-02T00:39:25.619Z] Attempting uninstall: requests [2021-02-02T00:39:25.619Z] Found existing installation: requests 2.23.0 [2021-02-02T00:39:25.619Z] Uninstalling requests-2.23.0: [2021-02-02T00:39:25.619Z] Successfully uninstalled requests-2.23.0 [2021-02-02T00:39:26.959Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.719s coverage: 82.3% of statements [2021-02-02T00:39:26.959Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-02T00:39:26.959Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T00:39:26.959Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-02T00:39:26.959Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-02T00:39:28.180Z] Removing intermediate container 341b7fccd59c [2021-02-02T00:39:28.180Z] ---> 53891db59fc7 [2021-02-02T00:39:28.180Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-02T00:39:28.180Z] Running setup.py install for texttable: started [2021-02-02T00:39:28.180Z] Removing intermediate container 9b5bbe5a50b2 [2021-02-02T00:39:28.180Z] ---> 45b40516c3db [2021-02-02T00:39:28.180Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-02T00:39:28.180Z] ---> Running in 48f2e7cebc6d [2021-02-02T00:39:28.180Z] ---> Running in b22a5a49440a [2021-02-02T00:39:28.448Z] ---> 40949ffa4e77 [2021-02-02T00:39:28.448Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-02T00:39:28.726Z] ---> Running in 188db23fde0e [2021-02-02T00:39:28.726Z] Removing intermediate container b22a5a49440a [2021-02-02T00:39:28.726Z] ---> c0e37ce02e47 [2021-02-02T00:39:28.726Z] Step 15/23 : WORKDIR / [2021-02-02T00:39:28.726Z] Running setup.py install for texttable: finished with status 'done' [2021-02-02T00:39:29.313Z] ---> Running in 17c77dd7b466 [2021-02-02T00:39:29.313Z] Running setup.py install for PyYAML: started [2021-02-02T00:39:29.313Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T00:39:29.592Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T00:39:29.592Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-02T00:39:29.592Z] (2/2) Installing su-exec (0.2-r1) [2021-02-02T00:39:29.592Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T00:39:29.857Z] OK: 6 MiB in 16 packages [2021-02-02T00:39:30.120Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-02T00:39:30.364Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.162s coverage: 28.6% of statements [2021-02-02T00:39:30.364Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-02T00:39:30.364Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-02T00:39:30.364Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-02T00:39:30.364Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-02T00:39:30.364Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-02T00:39:30.364Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.160s coverage: 100.0% of statements [2021-02-02T00:39:30.364Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-02T00:39:30.364Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.138s coverage: 100.0% of statements [2021-02-02T00:39:30.364Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-02T00:39:30.697Z] Removing intermediate container 17c77dd7b466 [2021-02-02T00:39:30.697Z] ---> 83f1daed1fca [2021-02-02T00:39:30.697Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T00:39:30.697Z] 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-02-02T00:39:31.275Z] Running setup.py install for dockerpty: started [2021-02-02T00:39:31.275Z] Removing intermediate container 7af40a58e46a [2021-02-02T00:39:31.275Z] ---> 5a02f84b1ad7 [2021-02-02T00:39:31.275Z] [2021-02-02T00:39:31.275Z] Step 10/24 : FROM alpine:3.12 [2021-02-02T00:39:31.275Z] ---> 389fef711851 [2021-02-02T00:39:31.275Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-02T00:39:31.275Z] ---> 13193a4c1b4a [2021-02-02T00:39:31.275Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-02T00:39:31.540Z] ---> Running in 7dc4a66381d3 [2021-02-02T00:39:31.540Z] Removing intermediate container 48f2e7cebc6d [2021-02-02T00:39:31.540Z] ---> 74168f0a4cb2 [2021-02-02T00:39:31.540Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-02T00:39:31.824Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-02T00:39:32.097Z] ---> Running in 0f8acf375e36 [2021-02-02T00:39:32.346Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.293s coverage: 86.7% of statements [2021-02-02T00:39:32.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-02T00:39:32.367Z] ---> 1a87d430827d [2021-02-02T00:39:32.367Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-02T00:39:32.635Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T00:39:32.918Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T00:39:32.918Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-02T00:39:32.918Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T00:39:32.918Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-02T00:39:33.188Z] (4/5) Installing curl (7.69.1-r3) [2021-02-02T00:39:33.188Z] Removing intermediate container 0f8acf375e36 [2021-02-02T00:39:33.188Z] ---> a905afd04f27 [2021-02-02T00:39:33.188Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-02T00:39:33.188Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-02T00:39:33.188Z] Running setup.py install for docopt: started [2021-02-02T00:39:33.188Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T00:39:33.344Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.401s coverage: 97.5% of statements [2021-02-02T00:39:33.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-02T00:39:33.344Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.141s coverage: 78.3% of statements [2021-02-02T00:39:33.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-02T00:39:33.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-02T00:39:33.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-02T00:39:33.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-02T00:39:33.456Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T00:39:33.727Z] OK: 7 MiB in 19 packages [2021-02-02T00:39:33.727Z] Running setup.py install for docopt: finished with status 'done' [2021-02-02T00:39:33.995Z] ---> 9ed2fbc618b9 [2021-02-02T00:39:33.995Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-02T00:39:33.995Z] ---> Running in b6524911fa0d [2021-02-02T00:39:34.585Z] ---> Running in 8876face6b07 [2021-02-02T00:39:34.879Z] 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-02-02T00:39:34.879Z] Removing intermediate container b6524911fa0d [2021-02-02T00:39:34.879Z] ---> 0f8ca40f6ee5 [2021-02-02T00:39:34.879Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-02T00:39:36.316Z] ---> Running in 9afe0f65cc28 [2021-02-02T00:39:36.316Z] Removing intermediate container 8876face6b07 [2021-02-02T00:39:36.316Z] ---> 4d9ebc025c59 [2021-02-02T00:39:36.316Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T00:39:36.316Z] Removing intermediate container 7dc4a66381d3 [2021-02-02T00:39:36.316Z] ---> a51d3c0bc76b [2021-02-02T00:39:36.316Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-02T00:39:36.316Z] ---> Running in d05fb643e090 [2021-02-02T00:39:36.587Z] ---> Running in dc8b7655f4ab [2021-02-02T00:39:36.863Z] Removing intermediate container d05fb643e090 [2021-02-02T00:39:36.863Z] ---> c83d16604c9f [2021-02-02T00:39:36.863Z] Step 21/23 : LABEL arch=x86_64 [2021-02-02T00:39:36.863Z] Removing intermediate container dc8b7655f4ab [2021-02-02T00:39:36.863Z] ---> e0852672d8e6 [2021-02-02T00:39:36.863Z] Step 13/24 : WORKDIR / [2021-02-02T00:39:37.469Z] ---> Running in f4faba045629 [2021-02-02T00:39:37.469Z] ---> Running in 05e483438548 [2021-02-02T00:39:38.931Z] Removing intermediate container f4faba045629 [2021-02-02T00:39:38.931Z] ---> aec33519b081 [2021-02-02T00:39:38.931Z] Step 22/23 : LABEL git_sha=a680e651ea24e260fa731a0d4c81c09ca0199e4c [2021-02-02T00:39:38.931Z] Removing intermediate container 3ba7435d7351 [2021-02-02T00:39:38.931Z] ---> 5f46f6ba2ac8 [2021-02-02T00:39:38.931Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-02T00:39:39.202Z] ---> Running in d43b1f9249e6 [2021-02-02T00:39:39.202Z] ---> Running in 15b2e66892f7 [2021-02-02T00:39:39.202Z] Removing intermediate container 05e483438548 [2021-02-02T00:39:39.202Z] ---> be0dd82da470 [2021-02-02T00:39:39.202Z] 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-02-02T00:39:39.800Z] Removing intermediate container d43b1f9249e6 [2021-02-02T00:39:39.800Z] ---> bc24444d6a7f [2021-02-02T00:39:39.800Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T00:39:39.800Z] ---> 52c6257151ed [2021-02-02T00:39:39.800Z] 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-02-02T00:39:39.800Z] ---> Running in 6fa4e91285b7 [2021-02-02T00:39:40.076Z] Removing intermediate container 9afe0f65cc28 [2021-02-02T00:39:40.076Z] ---> ff0951878444 [2021-02-02T00:39:40.076Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-02T00:39:40.076Z] ---> Running in 8f91bc642b76 [2021-02-02T00:39:40.353Z] Removing intermediate container 6fa4e91285b7 [2021-02-02T00:39:40.353Z] ---> f76b9fcb0f8a [2021-02-02T00:39:40.353Z] [2021-02-02T00:39:40.353Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T00:39:40.631Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T00:39:40.908Z] Removing intermediate container 8f91bc642b76 [2021-02-02T00:39:40.908Z] ---> 18a00ebe0618 [2021-02-02T00:39:40.908Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-02T00:39:40.908Z] ---> 1f7e032cb525 [2021-02-02T00:39:40.908Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-02T00:39:40.908Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T00:39:40.908Z] Successfully built f76b9fcb0f8a [2021-02-02T00:39:40.908Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-02T00:39:40.908Z] (3/3) Installing curl (7.69.1-r3) [2021-02-02T00:39:40.908Z] Successfully tagged docker-core-metadata-go:latest [2021-02-02T00:39:40.908Z]  Building docker-core-metadata-go ... done Executing busybox-1.31.1-r19.trigger [2021-02-02T00:39:40.908Z] OK: 72 MiB in 58 packages [2021-02-02T00:39:41.497Z] ---> 0e940f7e4a48 [2021-02-02T00:39:41.497Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-02T00:39:41.764Z] ---> 49e4536ae91e [2021-02-02T00:39:41.764Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-02T00:39:42.038Z] ---> Running in 0d8776c8e21a [2021-02-02T00:39:42.626Z] Removing intermediate container 15b2e66892f7 [2021-02-02T00:39:42.626Z] ---> 61e26301a2a8 [2021-02-02T00:39:42.626Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-02T00:39:43.204Z] ---> f09d58da2776 [2021-02-02T00:39:43.204Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-02T00:39:43.475Z] ---> Running in b05c18946794 [2021-02-02T00:39:43.546Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.236s coverage: 92.8% of statements [2021-02-02T00:39:43.546Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-02T00:39:43.546Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T00:39:43.546Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-02T00:39:43.546Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-02T00:39:43.546Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-02T00:39:43.546Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-02T00:39:43.546Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-02T00:39:43.546Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-02T00:39:43.546Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-02T00:39:43.546Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-02T00:39:43.546Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-02T00:39:43.546Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-02T00:39:43.546Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-02T00:39:43.546Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-02T00:39:43.546Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-02T00:39:43.546Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-02T00:39:43.546Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-02T00:39:43.546Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-02T00:39:43.546Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.069s coverage: 58.8% of statements [2021-02-02T00:39:43.546Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-02T00:39:43.546Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-02T00:39:43.546Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.192s coverage: 0.1% of statements [2021-02-02T00:39:43.546Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-02T00:39:43.546Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-02T00:39:43.546Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-02T00:39:43.546Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.067s coverage: 45.5% of statements [2021-02-02T00:39:43.546Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.069s coverage: 79.5% of statements [2021-02-02T00:39:43.546Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.076s coverage: 94.1% of statements [2021-02-02T00:39:43.546Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.088s coverage: 96.3% of statements [2021-02-02T00:39:43.546Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.061s coverage: 87.5% of statements [2021-02-02T00:39:44.066Z] Removing intermediate container b05c18946794 [2021-02-02T00:39:44.066Z] ---> e6dd78dea56c [2021-02-02T00:39:44.066Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T00:39:44.349Z] ---> f62a1b061d01 [2021-02-02T00:39:44.349Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-02T00:39:44.349Z] ---> Running in 1b8cdaa44eb4 [2021-02-02T00:39:44.626Z] Removing intermediate container 0d8776c8e21a [2021-02-02T00:39:44.626Z] ---> f13a4f39101b [2021-02-02T00:39:44.626Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T00:39:44.908Z] Removing intermediate container 1b8cdaa44eb4 [2021-02-02T00:39:44.908Z] ---> ef5ead4f1d94 [2021-02-02T00:39:44.908Z] Step 24/26 : LABEL arch=x86_64 [2021-02-02T00:39:44.908Z] ---> cc73fcb9a1c7 [2021-02-02T00:39:44.909Z] 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-02-02T00:39:44.909Z] ---> Running in 8240b60a4ab3 [2021-02-02T00:39:45.177Z] ---> a5008c93bb23 [2021-02-02T00:39:45.177Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-02T00:39:45.177Z] ---> Running in c4d552f61dbb [2021-02-02T00:39:45.442Z] Removing intermediate container 8240b60a4ab3 [2021-02-02T00:39:45.442Z] ---> 21190ff57d84 [2021-02-02T00:39:45.442Z] Step 25/26 : LABEL git_sha=a680e651ea24e260fa731a0d4c81c09ca0199e4c [2021-02-02T00:39:45.720Z] ---> Running in 531ef997ac3b [2021-02-02T00:39:45.720Z] ---> 019c13ff2f10 [2021-02-02T00:39:45.720Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-02T00:39:46.310Z] Removing intermediate container 531ef997ac3b [2021-02-02T00:39:46.310Z] ---> 445295c4eea2 [2021-02-02T00:39:46.310Z] Step 26/26 : LABEL version=0.0.0 [2021-02-02T00:39:46.310Z] ---> Running in a188671258af [2021-02-02T00:39:46.310Z] ---> 88a83004f8ef [2021-02-02T00:39:46.310Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-02T00:39:46.574Z] Removing intermediate container a188671258af [2021-02-02T00:39:46.574Z] ---> e6f8f28fa90c [2021-02-02T00:39:46.574Z] [2021-02-02T00:39:46.838Z] Successfully built e6f8f28fa90c [2021-02-02T00:39:46.838Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-02T00:39:47.101Z]  Building docker-sys-mgmt-agent-go ... done  ---> a90776b63ee6 [2021-02-02T00:39:47.101Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-02T00:39:47.101Z] Removing intermediate container c4d552f61dbb [2021-02-02T00:39:47.101Z] ---> e095bf025051 [2021-02-02T00:39:47.101Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-02T00:39:47.378Z] ---> Running in a87dd54a0657 [2021-02-02T00:39:48.782Z] ---> c3103cb8d71c [2021-02-02T00:39:48.782Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-02T00:39:49.738Z] Removing intermediate container a87dd54a0657 [2021-02-02T00:39:49.738Z] ---> aabb34f3d273 [2021-02-02T00:39:49.738Z] Step 22/24 : LABEL arch=x86_64 [2021-02-02T00:39:49.738Z] ---> Running in 27a3fcd9ad25 [2021-02-02T00:39:49.738Z] ---> Running in a98e61551f9c [2021-02-02T00:39:50.318Z] Removing intermediate container a98e61551f9c [2021-02-02T00:39:50.318Z] ---> 3061bd66e3b7 [2021-02-02T00:39:50.318Z] Step 23/24 : LABEL git_sha=a680e651ea24e260fa731a0d4c81c09ca0199e4c [2021-02-02T00:39:50.318Z] Removing intermediate container 27a3fcd9ad25 [2021-02-02T00:39:50.318Z] ---> 0410dabbcfd6 [2021-02-02T00:39:50.318Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-02T00:39:50.318Z] ---> Running in 18bf8ef29d47 [2021-02-02T00:39:50.587Z] Removing intermediate container 18bf8ef29d47 [2021-02-02T00:39:50.587Z] ---> 63855c3432bb [2021-02-02T00:39:50.587Z] Step 24/24 : LABEL version=0.0.0 [2021-02-02T00:39:50.587Z] ---> 460b9ba4c0de [2021-02-02T00:39:50.587Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-02T00:39:50.587Z] ---> Running in 742cad94e697 [2021-02-02T00:39:50.861Z] ---> Running in f300a8bf536e [2021-02-02T00:39:50.861Z] Removing intermediate container 742cad94e697 [2021-02-02T00:39:50.861Z] ---> 579f0affabf6 [2021-02-02T00:39:50.861Z] [2021-02-02T00:39:51.437Z] Successfully built 579f0affabf6 [2021-02-02T00:39:51.437Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-02T00:39:53.361Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 188db23fde0e [2021-02-02T00:39:53.361Z] ---> 2df23ade290d [2021-02-02T00:39:53.361Z] [2021-02-02T00:39:53.361Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T00:39:53.361Z] ---> 389fef711851 [2021-02-02T00:39:53.361Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-02T00:39:53.361Z] Removing intermediate container f300a8bf536e [2021-02-02T00:39:53.361Z] ---> 73c61edd7282 [2021-02-02T00:39:53.361Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-02T00:39:53.361Z] ---> Running in 69b3dd0352c6 [2021-02-02T00:39:53.361Z] ---> Running in 3650376f396c [2021-02-02T00:39:53.663Z] Removing intermediate container 69b3dd0352c6 [2021-02-02T00:39:53.663Z] ---> 4fd9f000e6d8 [2021-02-02T00:39:53.663Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-02T00:39:53.663Z] Removing intermediate container 3650376f396c [2021-02-02T00:39:53.663Z] ---> 60c61e2b6bd1 [2021-02-02T00:39:53.663Z] Step 28/31 : CMD ["gate"] [2021-02-02T00:39:53.663Z] ---> Running in 30960ff06848 [2021-02-02T00:39:53.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.070s coverage: 94.4% of statements [2021-02-02T00:39:53.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.072s coverage: 44.8% of statements [2021-02-02T00:39:53.990Z] ---> Running in 708e3ded9cf7 [2021-02-02T00:39:53.990Z] Removing intermediate container 30960ff06848 [2021-02-02T00:39:53.990Z] ---> d5a3d4976cec [2021-02-02T00:39:53.990Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-02T00:39:53.990Z] ---> Running in c2f306a30cc1 [2021-02-02T00:39:53.990Z] Removing intermediate container 708e3ded9cf7 [2021-02-02T00:39:53.990Z] ---> 8dbccfc83bcb [2021-02-02T00:39:53.990Z] Step 29/31 : LABEL arch=x86_64 [2021-02-02T00:39:54.283Z] ---> Running in 295515fb5855 [2021-02-02T00:39:54.283Z] Removing intermediate container c2f306a30cc1 [2021-02-02T00:39:54.283Z] ---> 1868603c872d [2021-02-02T00:39:54.283Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T00:39:54.556Z] ---> Running in d2b1a59a0445 [2021-02-02T00:39:54.556Z] Removing intermediate container 295515fb5855 [2021-02-02T00:39:54.556Z] ---> 6bc84446acf3 [2021-02-02T00:39:54.556Z] Step 30/31 : LABEL git_sha=a680e651ea24e260fa731a0d4c81c09ca0199e4c [2021-02-02T00:39:54.855Z] ---> Running in c8984447b912 [2021-02-02T00:39:55.136Z] Removing intermediate container c8984447b912 [2021-02-02T00:39:55.136Z] ---> b39af88e0ed6 [2021-02-02T00:39:55.136Z] Step 31/31 : LABEL version=0.0.0 [2021-02-02T00:39:55.401Z] ---> Running in c89ddabc276c [2021-02-02T00:39:55.401Z] Removing intermediate container c89ddabc276c [2021-02-02T00:39:55.401Z] ---> 45265384e4c1 [2021-02-02T00:39:55.401Z] [2021-02-02T00:39:55.665Z] Removing intermediate container d2b1a59a0445 [2021-02-02T00:39:55.665Z] ---> affe0e3e3e20 [2021-02-02T00:39:55.665Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-02T00:39:55.665Z] Successfully built 45265384e4c1 [2021-02-02T00:39:55.665Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-02T00:39:55.665Z]  Building docker-security-bootstrapper-go ... done  ---> Running in df3af92f1de6 [2021-02-02T00:39:56.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T00:39:57.190Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T00:39:57.764Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-02T00:39:57.765Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-02T00:39:57.765Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-02T00:39:58.028Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-02T00:39:58.290Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-02T00:39:58.552Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-02T00:39:58.552Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T00:39:58.552Z] OK: 8 MiB in 20 packages [2021-02-02T00:39:59.127Z] Removing intermediate container df3af92f1de6 [2021-02-02T00:39:59.127Z] ---> 031361e159f8 [2021-02-02T00:39:59.127Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T00:39:59.390Z] ---> eb8f10428758 [2021-02-02T00:39:59.390Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-02T00:39:59.963Z] ---> 96ec98e7a35e [2021-02-02T00:39:59.963Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-02T00:40:00.225Z] ---> bce299f39bc9 [2021-02-02T00:40:00.225Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-02T00:40:00.225Z] ---> Running in 3f2928a3b136 [2021-02-02T00:40:00.487Z] Removing intermediate container 3f2928a3b136 [2021-02-02T00:40:00.487Z] ---> c0829b5a3029 [2021-02-02T00:40:00.487Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T00:40:00.487Z] ---> Running in d14a9eacec3b [2021-02-02T00:40:00.487Z] Removing intermediate container d14a9eacec3b [2021-02-02T00:40:00.487Z] ---> c4c220ccb90f [2021-02-02T00:40:00.487Z] Step 21/23 : LABEL arch=x86_64 [2021-02-02T00:40:00.749Z] ---> Running in 178c28c62df7 [2021-02-02T00:40:00.750Z] Removing intermediate container 178c28c62df7 [2021-02-02T00:40:00.750Z] ---> 9c30686b2049 [2021-02-02T00:40:00.750Z] Step 22/23 : LABEL git_sha=a680e651ea24e260fa731a0d4c81c09ca0199e4c [2021-02-02T00:40:00.750Z] ---> Running in f6cfda9357b8 [2021-02-02T00:40:01.011Z] Removing intermediate container f6cfda9357b8 [2021-02-02T00:40:01.011Z] ---> 3574e734deab [2021-02-02T00:40:01.011Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T00:40:01.011Z] ---> Running in 0e7b89cb48bc [2021-02-02T00:40:01.275Z] Removing intermediate container 0e7b89cb48bc [2021-02-02T00:40:01.275Z] ---> a9052b9f73d5 [2021-02-02T00:40:01.275Z] [2021-02-02T00:40:01.539Z] Successfully built a9052b9f73d5 [2021-02-02T00:40:01.539Z] Successfully tagged docker-core-data-go:latest [2021-02-02T00:40:01.835Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-02T00:40:01.905Z] $ docker stop --time=1 dab083baccb42365ef70e3fa83ba046c10489a12c68b0991d5b8da8c70840b2c [2021-02-02T00:40:03.774Z] $ docker rm -f dab083baccb42365ef70e3fa83ba046c10489a12c68b0991d5b8da8c70840b2c [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-02T00:40:04.371Z] + docker images [2021-02-02T00:40:04.371Z] + grep docker [2021-02-02T00:40:04.634Z] docker-core-data-go latest a9052b9f73d5 3 seconds ago 22.3MB [2021-02-02T00:40:04.634Z] docker-security-bootstrapper-go latest 45265384e4c1 9 seconds ago 23.8MB [2021-02-02T00:40:04.634Z] docker-security-secretstore-setup-go latest 579f0affabf6 14 seconds ago 24.6MB [2021-02-02T00:40:04.634Z] docker-sys-mgmt-agent-go latest e6f8f28fa90c 18 seconds ago 313MB [2021-02-02T00:40:04.634Z] docker-core-metadata-go latest f76b9fcb0f8a 24 seconds ago 18.8MB [2021-02-02T00:40:04.634Z] docker-core-command-go latest 68c8cfb7dafd About a minute ago 16.9MB [2021-02-02T00:40:04.634Z] docker-support-scheduler-go latest a8c1a087f409 About a minute ago 17MB [2021-02-02T00:40:04.634Z] docker-support-notifications-go latest 64833a011ff4 About a minute ago 16.9MB [2021-02-02T00:40:04.634Z] docker-security-proxy-setup-go latest ebda2be371db About a minute ago 24.4MB [2021-02-02T00:40:04.634Z] 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-02-02T00:40:08.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.129s coverage: 92.9% of statements [2021-02-02T00:40:08.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-02T00:40:08.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-02T00:40:08.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-02T00:40:08.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-02T00:40:08.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.073s coverage: 87.2% of statements [2021-02-02T00:40:08.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-02T00:40:08.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-02T00:40:08.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements [2021-02-02T00:40:08.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-02T00:40:08.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 75.5% of statements [2021-02-02T00:40:08.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-02T00:40:08.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements [2021-02-02T00:40:08.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.122s coverage: 87.2% of statements [2021-02-02T00:40:08.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.156s coverage: 84.2% of statements [2021-02-02T00:40:08.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.171s coverage: 91.4% of statements [2021-02-02T00:40:08.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-02T00:40:08.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.474s coverage: 63.5% of statements [2021-02-02T00:40:08.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-02T00:40:08.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-02T00:40:08.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.068s coverage: 100.0% of statements [2021-02-02T00:40:08.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.080s coverage: 91.3% of statements [2021-02-02T00:40:08.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.060s coverage: 100.0% of statements [2021-02-02T00:40:08.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.065s coverage: 73.7% of statements [2021-02-02T00:40:08.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements [2021-02-02T00:40:08.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.724s coverage: 68.9% of statements [2021-02-02T00:40:08.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-02T00:40:08.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-02T00:40:08.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-02T00:40:08.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-02T00:40:08.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-02T00:40:08.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.341s coverage: 37.0% of statements [2021-02-02T00:40:08.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-02T00:40:08.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-02T00:40:08.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.486s coverage: 84.0% of statements [2021-02-02T00:40:09.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.102s coverage: 100.0% of statements [2021-02-02T00:40:16.597Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.344s coverage: 47.1% of statements [2021-02-02T00:40:16.597Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-02T00:40:16.597Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-02T00:40:16.597Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-02T00:40:16.597Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-02T00:40:16.597Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-02T00:40:16.597Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.135s coverage: 100.0% of statements [2021-02-02T00:40:16.597Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-02T00:40:16.597Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.147s coverage: 100.0% of statements [2021-02-02T00:40:16.597Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-02T00:40:20.565Z] Still waiting to schedule task [2021-02-02T00:40:20.565Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-02T00:40:22.024Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.059s coverage: 29.1% of statements [2021-02-02T00:40:22.024Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-02T00:40:22.024Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-02T00:40:22.024Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-02T00:40:22.024Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-02T00:40:22.024Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-02T00:40:22.024Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.211s coverage: 99.0% of statements [2021-02-02T00:40:22.024Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-02T00:40:22.024Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.123s coverage: 100.0% of statements [2021-02-02T00:40:22.024Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-02T00:40:22.024Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-02T00:40:22.024Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-02T00:40:22.024Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-02T00:40:22.024Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.155s coverage: 100.0% of statements [2021-02-02T00:40:22.024Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-02T00:40:22.024Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T00:40:22.024Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-02T00:40:22.024Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-02-02T00:40:22.024Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-02T00:40:22.024Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.068s coverage: 100.0% of statements [2021-02-02T00:40:22.024Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-02T00:40:22.024Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-02T00:40:22.024Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-02T00:40:22.024Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-02T00:40:22.299Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.101s coverage: 87.9% of statements [2021-02-02T00:40:22.299Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-02T00:40:22.299Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-02T00:40:22.299Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.107s coverage: 100.0% of statements [2021-02-02T00:40:22.892Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-02-02T00:40:24.328Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-02-02T00:40:24.920Z] GO111MODULE=on go vet ./... [2021-02-02T00:41:12.437Z] Running on prd-ubuntu18.04-docker-8c-8g-24465 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-02-02T00:41:12.495Z] Running in /w/workspace/edgex-go/54 [Pipeline] { [Pipeline] checkout [2021-02-02T00:41:14.744Z] using credential edgex-jenkins-ssh [2021-02-02T00:41:14.819Z] Cloning the remote Git repository [2021-02-02T00:41:14.844Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-02T00:41:14.917Z] > git init /w/workspace/edgex-go/54 # timeout=10 [2021-02-02T00:41:14.945Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-02T00:41:14.946Z] > git --version # timeout=10 [2021-02-02T00:41:14.952Z] > git --version # 'git version 2.17.1' [2021-02-02T00:41:14.953Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T00:41:14.974Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T00:41:25.163Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-02T00:41:25.169Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T00:41:25.179Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-02T00:41:25.189Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-02T00:41:25.189Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T00:41:25.191Z] > 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-02-02T00:41:25.723Z] Merging remotes/origin/master commit 2a4efc596d6299a706f2b1b5ea90705279ab33b1 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-02-02T00:41:25.994Z] Merge succeeded, producing bbde1c64e37c0988937b7293e8c0fb5d0041fc00 [2021-02-02T00:41:25.994Z] Checking out Revision bbde1c64e37c0988937b7293e8c0fb5d0041fc00 (PR-2858) [2021-02-02T00:41:25.728Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T00:41:25.733Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-02-02T00:41:25.804Z] > git remote # timeout=10 [2021-02-02T00:41:25.811Z] > git config --get remote.origin.url # timeout=10 [2021-02-02T00:41:25.816Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T00:41:25.819Z] > git merge 2a4efc596d6299a706f2b1b5ea90705279ab33b1 # timeout=10 [2021-02-02T00:41:25.986Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-02T00:41:25.996Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T00:41:26.001Z] > git checkout -f bbde1c64e37c0988937b7293e8c0fb5d0041fc00 # timeout=10 [2021-02-02T00:41:31.116Z] Commit message: "Merge commit '2a4efc596d6299a706f2b1b5ea90705279ab33b1' into HEAD" [2021-02-02T00:41:31.126Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-02T00:41:32.174Z] + echo snap-build.sh [2021-02-02T00:41:32.174Z] snap-build.sh [2021-02-02T00:41:32.174Z] + SNAP_BASE_DIR=. [2021-02-02T00:41:32.174Z] + '[' '!' -z /w/workspace/edgex-go/54 ']' [2021-02-02T00:41:32.174Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/54 [2021-02-02T00:41:32.174Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/54]' [2021-02-02T00:41:32.174Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/54] [2021-02-02T00:41:32.174Z] + cd /w/workspace/edgex-go/54 [2021-02-02T00:41:32.175Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-02T00:41:32.175Z] Reading package lists... [2021-02-02T00:41:32.175Z] Building dependency tree... [2021-02-02T00:41:32.175Z] Reading state information... [2021-02-02T00:41:31.119Z] > git rev-list --no-walk 09466c3d4bb06391c33f9fb2c9ae9bec005329b5 # timeout=10 [2021-02-02T00:41:32.439Z] The following packages were automatically installed and are no longer required: [2021-02-02T00:41:32.439Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-02T00:41:32.439Z] uidmap xdelta3 [2021-02-02T00:41:32.439Z] Use 'sudo apt autoremove' to remove them. [2021-02-02T00:41:32.439Z] The following packages will be REMOVED: [2021-02-02T00:41:32.439Z] lxd* lxd-client* [2021-02-02T00:41:32.704Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-02T00:41:32.704Z] After this operation, 31.7 MB disk space will be freed. [2021-02-02T00:41:34.015Z] (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-02-02T00:41:34.015Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-02T00:41:34.963Z] Removing lxd dnsmasq configuration [2021-02-02T00:41:34.963Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-02T00:41:35.226Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-02T00:41:36.173Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-02T00:41:36.174Z] (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-02-02T00:41:36.174Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-02T00:41:37.559Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-02T00:41:37.559Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-02T00:41:38.945Z] + sudo snap remove --purge lxd [2021-02-02T00:41:38.945Z] snap "lxd" is not installed [2021-02-02T00:41:38.945Z] + sudo groupadd --force --system lxd [2021-02-02T00:41:38.945Z] ++ whoami [2021-02-02T00:41:38.945Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-02T00:41:39.207Z] + newgrp - lxd [2021-02-02T00:41:39.207Z] + sudo snap install lxd [2021-02-02T00:41:46.728Z] gofmt -l . [2021-02-02T00:41:46.728Z] [ "`gofmt -l .`" = "" ] [2021-02-02T00:41:46.728Z] ./bin/test-go-mod-tidy.sh [2021-02-02T00:41:46.728Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-02T00:41:47.356Z] 2021-02-02T00:41:45Z INFO Waiting for automatic snapd restart... [2021-02-02T00:41:47.381Z] + ls -al . [2021-02-02T00:41:47.381Z] total 708 [2021-02-02T00:41:47.381Z] drwxrwxr-x 9 1001 1001 4096 Feb 2 00:41 . [2021-02-02T00:41:47.381Z] drwxr-xr-x 4 root root 4096 Feb 2 00:37 .. [2021-02-02T00:41:47.381Z] -rw-rw-r-- 1 1001 1001 11 Feb 2 00:36 .dockerignore [2021-02-02T00:41:47.381Z] drwxrwxr-x 8 1001 1001 4096 Feb 2 00:36 .git [2021-02-02T00:41:47.381Z] drwxrwxr-x 3 1001 1001 4096 Feb 2 00:36 .github [2021-02-02T00:41:47.381Z] -rw-rw-r-- 1 1001 1001 872 Feb 2 00:36 .gitignore [2021-02-02T00:41:47.381Z] -rw-rw-r-- 1 1001 1001 166 Feb 2 00:36 .sonarcloud.properties [2021-02-02T00:41:47.381Z] -rw-rw-r-- 1 1001 1001 7859 Feb 2 00:36 Attribution.txt [2021-02-02T00:41:47.381Z] -rw-rw-r-- 1 1001 1001 3804 Feb 2 00:36 CONTRIBUTING.md [2021-02-02T00:41:47.381Z] -rw-rw-r-- 1 1001 1001 931 Feb 2 00:36 Dockerfile.build [2021-02-02T00:41:47.381Z] -rw-rw-r-- 1 1001 1001 863 Feb 2 00:36 Jenkinsfile [2021-02-02T00:41:47.381Z] -rw-rw-r-- 1 1001 1001 10775 Feb 2 00:36 LICENSE [2021-02-02T00:41:47.381Z] -rw-rw-r-- 1 1001 1001 6001 Feb 2 00:36 Makefile [2021-02-02T00:41:47.382Z] -rw-rw-r-- 1 1001 1001 6524 Feb 2 00:36 README.md [2021-02-02T00:41:47.382Z] -rw-rw-r-- 1 1001 1001 6755 Feb 2 00:36 SECURITY.md [2021-02-02T00:41:47.382Z] -rw-rw-r-- 1 1001 1001 5 Feb 2 00:32 VERSION [2021-02-02T00:41:47.382Z] -rw-rw-r-- 1 1001 1001 4131 Feb 2 00:36 ZMQWindows.md [2021-02-02T00:41:47.382Z] drwxrwxr-x 2 1001 1001 4096 Feb 2 00:36 bin [2021-02-02T00:41:47.382Z] drwxrwxr-x 15 1001 1001 4096 Feb 2 00:36 cmd [2021-02-02T00:41:47.382Z] -rw-r--r-- 1 root root 574984 Feb 2 00:40 coverage.out [2021-02-02T00:41:47.382Z] -rw-r--r-- 1 root root 1054 Feb 2 00:41 go.mod [2021-02-02T00:41:47.382Z] -rw-r--r-- 1 root root 19399 Feb 2 00:41 go.sum [2021-02-02T00:41:47.382Z] drwxrwxr-x 8 1001 1001 4096 Feb 2 00:36 internal [2021-02-02T00:41:47.382Z] drwxrwxr-x 4 1001 1001 4096 Feb 2 00:36 openapi [2021-02-02T00:41:47.382Z] drwxrwxr-x 4 1001 1001 4096 Feb 2 00:36 snap [2021-02-02T00:41:47.382Z] -rw-rw-r-- 1 1001 1001 168 Feb 2 00:36 version.go [Pipeline] sh [2021-02-02T00:41:48.033Z] + '[' -e coverage.out ] [2021-02-02T00:41:48.033Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-02T00:41:48.052Z] Warning: overwriting stash ‘coverage-report’ [2021-02-02T00:41:49.220Z] Stashed 1 file(s) [Pipeline] sh [2021-02-02T00:41:49.923Z] + make build [2021-02-02T00:41:49.924Z] 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-02-02T00:42:02.280Z] lxd 4.10 from Canonical* installed [2021-02-02T00:42:02.280Z] + sudo lxd init --auto [2021-02-02T00:42:02.354Z] 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-02-02T00:42:12.282Z] + sudo snap install --classic snapcraft [2021-02-02T00:42:18.867Z] snapcraft 4.4.4 from Canonical* installed [2021-02-02T00:42:18.867Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-02T00:42:18.867Z] + patch --verbose -p1 [2021-02-02T00:42:18.867Z] Hmm... Looks like a unified diff to me... [2021-02-02T00:42:18.867Z] The text leading up to this was: [2021-02-02T00:42:18.867Z] -------------------------- [2021-02-02T00:42:18.867Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-02T00:42:18.867Z] |From: Tony Espy [2021-02-02T00:42:18.867Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-02T00:42:18.867Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-02T00:42:18.867Z] | [2021-02-02T00:42:18.867Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-02T00:42:18.867Z] |optimize the snap CI check run for pull requests. When [2021-02-02T00:42:18.867Z] |applied, it essentially strips out everything (apps and [2021-02-02T00:42:18.867Z] |parts) from the snapcraft.yaml file except those required [2021-02-02T00:42:18.867Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-02T00:42:18.867Z] |catch changes to edgex-go that break the snap build. [2021-02-02T00:42:18.867Z] | [2021-02-02T00:42:18.867Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-02T00:42:18.867Z] |to update this patch file, otherwise it may fail to apply, [2021-02-02T00:42:18.867Z] |resulting in a failed snap build CI check in the associated [2021-02-02T00:42:18.867Z] |pull request. [2021-02-02T00:42:18.867Z] | [2021-02-02T00:42:18.867Z] |Note - in addition to applying this patch, the pipeline also [2021-02-02T00:42:18.867Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-02T00:42:18.867Z] |need to build the finally binary .snap file (and it won't [2021-02-02T00:42:18.867Z] |work with the patch applied). This further reduces the build [2021-02-02T00:42:18.867Z] |time. [2021-02-02T00:42:18.867Z] |--- [2021-02-02T00:42:18.867Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-02T00:42:18.867Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-02T00:42:18.867Z] | [2021-02-02T00:42:18.867Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-02T00:42:18.867Z] |index 1e537489..faf42425 100644 [2021-02-02T00:42:18.867Z] |--- a/snap/snapcraft.yaml [2021-02-02T00:42:18.867Z] |+++ b/snap/snapcraft.yaml [2021-02-02T00:42:18.867Z] -------------------------- [2021-02-02T00:42:18.867Z] patching file snap/snapcraft.yaml [2021-02-02T00:42:18.867Z] Using Plan A... [2021-02-02T00:42:18.867Z] Hunk #1 succeeded at 73. [2021-02-02T00:42:18.867Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-02-02T00:42:18.867Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-02-02T00:42:18.867Z] Hunk #4 FAILED at 223. [2021-02-02T00:42:18.867Z] Hunk #5 succeeded at 300. [2021-02-02T00:42:18.867Z] Hunk #6 succeeded at 327. [2021-02-02T00:42:18.867Z] Hunk #7 succeeded at 361. [2021-02-02T00:42:18.867Z] Hunk #8 FAILED at 412. [2021-02-02T00:42:18.867Z] 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej [2021-02-02T00:42:18.867Z] Hmm... Ignoring the trailing garbage. [2021-02-02T00:42:18.867Z] done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-02T00:42:19.725Z] Failed in branch amd64 [2021-02-02T00:42:24.521Z] 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-02-02T00:42:28.813Z] 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-02-02T00:42:33.113Z] 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-02-02T00:42:34.554Z] 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-02-02T00:42:39.977Z] 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-02-02T00:42:45.389Z] 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-02-02T00:42:49.712Z] 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-02-02T00:42:53.127Z] 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-02-02T00:42:57.424Z] 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-02-02T00:43:00.041Z] 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-02-02T00:43:04.350Z] 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-02-02T00:43:09.765Z] $ docker stop --time=1 dfb0f0b48cc6ae3de77691cc7578e9003ae3e42867ddee5ac85a69917d1d5fc0 [2021-02-02T00:43:12.296Z] $ docker rm -f dfb0f0b48cc6ae3de77691cc7578e9003ae3e42867ddee5ac85a69917d1d5fc0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T00:43:14.304Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-02T00:43:14.304Z] [2021-02-02T00:43:14.304Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T00:43:14.693Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-02T00:43:14.693Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-02T00:43:14.693Z] 29e5d40040c1: Pulling fs layer [2021-02-02T00:43:14.693Z] 1ce36da41761: Pulling fs layer [2021-02-02T00:43:14.693Z] 25b303627fd3: Pulling fs layer [2021-02-02T00:43:15.286Z] 29e5d40040c1: Verifying Checksum [2021-02-02T00:43:15.286Z] 29e5d40040c1: Download complete [2021-02-02T00:43:15.878Z] 29e5d40040c1: Pull complete [2021-02-02T00:43:15.878Z] 1ce36da41761: Verifying Checksum [2021-02-02T00:43:15.878Z] 1ce36da41761: Download complete [2021-02-02T00:43:16.854Z] 1ce36da41761: Pull complete [2021-02-02T00:43:17.449Z] 25b303627fd3: Verifying Checksum [2021-02-02T00:43:17.449Z] 25b303627fd3: Download complete [2021-02-02T00:43:27.574Z] 25b303627fd3: Pull complete [2021-02-02T00:43:27.574Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-02T00:43:27.574Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-02T00:43:27.574Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-02T00:43:27.793Z] prd-ubuntu18.04-docker-arm64-4c-16g-24463 does not seem to be running inside a container [2021-02-02T00:43:27.864Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/54 -v /w/workspace/edgex-go/54:/w/workspace/edgex-go/54:rw,z -v /w/workspace/edgex-go/54@tmp:/w/workspace/edgex-go/54@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-02-02T00:43:31.115Z] $ docker top 91f474172e5bf6aad39073686fefbbd2e71a7f0c0689e4891bb5484be2823339 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T00:43:32.111Z] + docker-compose build --help [2021-02-02T00:43:32.111Z] + grep parallel [2021-02-02T00:43:35.476Z] --parallel Build images in parallel. [Pipeline] } [2021-02-02T00:43:35.766Z] $ docker stop --time=1 91f474172e5bf6aad39073686fefbbd2e71a7f0c0689e4891bb5484be2823339 [2021-02-02T00:43:37.655Z] $ docker rm -f 91f474172e5bf6aad39073686fefbbd2e71a7f0c0689e4891bb5484be2823339 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T00:43:38.432Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-02T00:43:38.432Z] . [Pipeline] withDockerContainer [2021-02-02T00:43:38.685Z] prd-ubuntu18.04-docker-arm64-4c-16g-24463 does not seem to be running inside a container [2021-02-02T00:43:38.772Z] $ 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/54 -v /w/workspace/edgex-go/54:/w/workspace/edgex-go/54:rw,z -v /w/workspace/edgex-go/54@tmp:/w/workspace/edgex-go/54@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-02-02T00:43:40.171Z] $ docker top f832f96e94b1d7e37d34ddd32ea2567985bf97f3d553b5ddb0a0995751fa4612 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T00:43:41.175Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-02T00:43:44.540Z] Building docker-core-command-go ... [2021-02-02T00:43:44.540Z] Building docker-core-data-go ... [2021-02-02T00:43:44.540Z] Building docker-core-metadata-go ... [2021-02-02T00:43:44.540Z] Building docker-security-bootstrapper-go ... [2021-02-02T00:43:44.540Z] Building docker-security-proxy-setup-go ... [2021-02-02T00:43:44.540Z] Building docker-security-secretstore-setup-go ... [2021-02-02T00:43:44.540Z] Building docker-support-notifications-go ... [2021-02-02T00:43:44.540Z] Building docker-support-scheduler-go ... [2021-02-02T00:43:44.540Z] Building docker-sys-mgmt-agent-go ... [2021-02-02T00:43:44.540Z] Building docker-support-notifications-go [2021-02-02T00:43:44.540Z] Building docker-security-secretstore-setup-go [2021-02-02T00:43:44.540Z] Building docker-security-proxy-setup-go [2021-02-02T00:43:44.540Z] Building docker-security-bootstrapper-go [2021-02-02T00:43:44.540Z] Building docker-core-command-go [2021-02-02T00:45:06.270Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T00:45:06.270Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-02T00:45:06.270Z] [2021-02-02T00:45:06.270Z] ---> a18ab9c3e14c [2021-02-02T00:45:06.270Z] Step 3/22 : WORKDIR /edgex-go [2021-02-02T00:45:06.270Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-02T00:45:06.270Z] ---> a18ab9c3e14c [2021-02-02T00:45:06.270Z] Step 3/24 : WORKDIR /edgex-go [2021-02-02T00:45:06.270Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T00:45:06.270Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-02T00:45:06.270Z] ---> a18ab9c3e14c [2021-02-02T00:45:06.270Z] Step 3/21 : WORKDIR /edgex-go [2021-02-02T00:45:06.270Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T00:45:06.270Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T00:45:06.270Z] ---> a18ab9c3e14c [2021-02-02T00:45:06.270Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T00:45:06.270Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T00:45:06.270Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-02T00:45:06.270Z] ---> a18ab9c3e14c [2021-02-02T00:45:06.270Z] Step 3/31 : WORKDIR /edgex-go [2021-02-02T00:45:06.270Z] ---> Running in e14e24b5d3d1 [2021-02-02T00:45:06.270Z] ---> Running in 6f633a3e6402 [2021-02-02T00:45:06.270Z] ---> Running in 06f663278f68 [2021-02-02T00:45:06.270Z] ---> Running in 0429d3c76e47 [2021-02-02T00:45:06.270Z] ---> Running in 7cf4d2b5c355 [2021-02-02T00:45:06.270Z] Removing intermediate container 7cf4d2b5c355 [2021-02-02T00:45:06.270Z] ---> 5a6ac2406261 [2021-02-02T00:45:06.270Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T00:45:06.270Z] Removing intermediate container 6f633a3e6402 [2021-02-02T00:45:06.270Z] ---> 5cda68a9362b [2021-02-02T00:45:06.270Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T00:45:06.270Z] Removing intermediate container 06f663278f68 [2021-02-02T00:45:06.270Z] ---> e8c26861f35b [2021-02-02T00:45:06.270Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T00:45:06.270Z] Removing intermediate container 0429d3c76e47 [2021-02-02T00:45:06.270Z] ---> 71be723a633f [2021-02-02T00:45:06.270Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T00:45:06.270Z] Removing intermediate container e14e24b5d3d1 [2021-02-02T00:45:06.270Z] ---> a47456b21325 [2021-02-02T00:45:06.270Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T00:45:06.270Z] ---> Running in a2256ac7ffab [2021-02-02T00:45:06.270Z] ---> Running in f50cab1eae8d [2021-02-02T00:45:06.270Z] ---> Running in 100a4a4dbdb2 [2021-02-02T00:45:06.270Z] ---> Running in 08c062b7016f [2021-02-02T00:45:06.270Z] ---> Running in 1e88723636c7 [2021-02-02T00:45:06.270Z] Removing intermediate container a2256ac7ffab [2021-02-02T00:45:06.270Z] ---> 4946ca2c15ca [2021-02-02T00:45:06.270Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-02T00:45:06.270Z] Removing intermediate container f50cab1eae8d [2021-02-02T00:45:06.270Z] ---> db763c04c4b8 [2021-02-02T00:45:06.270Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-02T00:45:06.270Z] ---> Running in dc5845d90a81 [2021-02-02T00:45:06.270Z] Removing intermediate container 100a4a4dbdb2 [2021-02-02T00:45:06.270Z] ---> f2c12fe10817 [2021-02-02T00:45:06.270Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-02T00:45:06.270Z] ---> Running in b3d4f5b8e571 [2021-02-02T00:45:06.270Z] ---> Running in ae3ec9618f84 [2021-02-02T00:45:06.270Z] Removing intermediate container 08c062b7016f [2021-02-02T00:45:06.270Z] ---> 00d8e2e8500a [2021-02-02T00:45:06.270Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-02T00:45:06.270Z] Removing intermediate container 1e88723636c7 [2021-02-02T00:45:06.270Z] ---> 5f5e8c222d60 [2021-02-02T00:45:06.270Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-02T00:45:06.270Z] ---> Running in b2caba81e8de [2021-02-02T00:45:06.270Z] ---> Running in 562102035d39 [2021-02-02T00:45:06.881Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T00:45:06.881Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T00:45:07.158Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T00:45:07.158Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T00:45:07.158Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T00:45:07.457Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T00:45:07.457Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T00:45:07.731Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T00:45:07.731Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T00:45:08.006Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T00:45:08.286Z] OK: 217 MiB in 51 packages [2021-02-02T00:45:08.573Z] OK: 217 MiB in 51 packages [2021-02-02T00:45:08.573Z] OK: 217 MiB in 51 packages [2021-02-02T00:45:08.848Z] OK: 217 MiB in 51 packages [2021-02-02T00:45:09.148Z] OK: 217 MiB in 51 packages [2021-02-02T00:45:10.130Z] Removing intermediate container dc5845d90a81 [2021-02-02T00:45:10.130Z] ---> 0e7214daf155 [2021-02-02T00:45:10.130Z] Step 6/23 : COPY go.mod . [2021-02-02T00:45:10.407Z] Removing intermediate container b3d4f5b8e571 [2021-02-02T00:45:10.407Z] ---> ed6b09b6876c [2021-02-02T00:45:10.407Z] Step 6/22 : COPY go.mod . [2021-02-02T00:45:10.686Z] Removing intermediate container 562102035d39 [2021-02-02T00:45:10.686Z] ---> 3c5c8faca25f [2021-02-02T00:45:10.686Z] Step 6/24 : COPY go.mod . [2021-02-02T00:45:10.959Z] Removing intermediate container b2caba81e8de [2021-02-02T00:45:10.959Z] ---> 0654199b617e [2021-02-02T00:45:10.959Z] Step 6/21 : COPY go.mod . [2021-02-02T00:45:11.235Z] Removing intermediate container ae3ec9618f84 [2021-02-02T00:45:11.235Z] ---> faf20d4ecd3d [2021-02-02T00:45:11.235Z] Step 6/31 : COPY go.mod . [2021-02-02T00:45:11.235Z] ---> 6bb40f0c204b [2021-02-02T00:45:11.235Z] Step 7/23 : RUN go mod download [2021-02-02T00:45:11.235Z] ---> b7950ad1a961 [2021-02-02T00:45:11.235Z] Step 7/22 : RUN go mod download [2021-02-02T00:45:11.509Z] ---> Running in b9643981b323 [2021-02-02T00:45:11.510Z] ---> Running in b25c2823c694 [2021-02-02T00:45:11.784Z] ---> 65ccdaebdb42 [2021-02-02T00:45:11.784Z] Step 7/24 : RUN go mod download [2021-02-02T00:45:12.063Z] ---> e39bdd6c90d7 [2021-02-02T00:45:12.063Z] Step 7/21 : RUN go mod download [2021-02-02T00:45:12.063Z] ---> Running in 27f7d7370a6a [2021-02-02T00:45:12.338Z] ---> 68668ff016d0 [2021-02-02T00:45:12.338Z] Step 7/31 : RUN go mod download [2021-02-02T00:45:12.338Z] ---> Running in 607182d07abe [2021-02-02T00:45:12.612Z] ---> Running in d0ca7fe60238 [2021-02-02T00:45:16.928Z] Removing intermediate container b25c2823c694 [2021-02-02T00:45:16.928Z] ---> 9825e99f2305 [2021-02-02T00:45:16.928Z] Step 8/22 : COPY . . [2021-02-02T00:45:16.928Z] Removing intermediate container b9643981b323 [2021-02-02T00:45:16.928Z] ---> 588a5bce40c5 [2021-02-02T00:45:16.928Z] Step 8/23 : COPY . . [2021-02-02T00:45:16.928Z] Removing intermediate container 27f7d7370a6a [2021-02-02T00:45:16.928Z] ---> 29d40fa4b520 [2021-02-02T00:45:16.928Z] Step 8/24 : COPY . . [2021-02-02T00:45:16.928Z] Removing intermediate container d0ca7fe60238 [2021-02-02T00:45:16.928Z] ---> fdf94587bf99 [2021-02-02T00:45:16.928Z] Step 8/31 : COPY . . [2021-02-02T00:45:16.928Z] Removing intermediate container 607182d07abe [2021-02-02T00:45:16.928Z] ---> d3152793ab5c [2021-02-02T00:45:16.928Z] Step 8/21 : COPY . . [2021-02-02T00:45:43.777Z] ---> c335f2da2284 [2021-02-02T00:45:43.777Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-02T00:45:43.777Z] ---> 503af6a88ec7 [2021-02-02T00:45:43.777Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-02T00:45:43.777Z] ---> b85d58219463 [2021-02-02T00:45:43.777Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-02T00:45:43.777Z] ---> ef0e895e1677 [2021-02-02T00:45:43.777Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-02T00:45:43.777Z] ---> Running in c2f5924449e0 [2021-02-02T00:45:43.777Z] ---> 0860b7081341 [2021-02-02T00:45:43.777Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-02T00:45:43.777Z] ---> Running in 383e9b77ddb8 [2021-02-02T00:45:43.777Z] ---> Running in 71d6d8f24e8a [2021-02-02T00:45:43.777Z] ---> Running in 4680c93e808a [2021-02-02T00:45:43.777Z] ---> Running in 5525fa33c8de [2021-02-02T00:45:44.050Z] 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-02-02T00:45:44.649Z] 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-02-02T00:45:44.649Z] 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-02-02T00:45:44.649Z] 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-02-02T00:45:44.927Z] 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-02-02T00:47:06.715Z] 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-02-02T00:47:06.715Z] 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-02-02T00:47:06.715Z] 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-02-02T00:47:13.480Z] Removing intermediate container c2f5924449e0 [2021-02-02T00:47:13.480Z] ---> fff73524a3d8 [2021-02-02T00:47:13.480Z] [2021-02-02T00:47:13.480Z] Step 10/24 : FROM alpine:3.12 [2021-02-02T00:47:13.480Z] 3.12: Pulling from library/alpine [2021-02-02T00:47:15.606Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-02T00:47:15.606Z] Status: Downloaded newer image for alpine:3.12 [2021-02-02T00:47:15.606Z] ---> afeebe901d6b [2021-02-02T00:47:15.606Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-02T00:47:16.216Z] ---> Running in caa0abeb968e [2021-02-02T00:47:18.881Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T00:47:19.175Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T00:47:19.800Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-02T00:47:19.800Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T00:47:19.800Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-02T00:47:20.078Z] (4/5) Installing curl (7.69.1-r3) [2021-02-02T00:47:20.078Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-02T00:47:20.078Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T00:47:20.078Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T00:47:20.078Z] Removing intermediate container 383e9b77ddb8 [2021-02-02T00:47:20.078Z] ---> 47835b26f75a [2021-02-02T00:47:20.078Z] [2021-02-02T00:47:20.078Z] Step 10/22 : FROM alpine:3.12 [2021-02-02T00:47:20.078Z] ---> afeebe901d6b [2021-02-02T00:47:20.078Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-02T00:47:20.366Z] OK: 7 MiB in 19 packages [2021-02-02T00:47:20.366Z] Removing intermediate container 4680c93e808a [2021-02-02T00:47:20.366Z] ---> a1fb295dbab4 [2021-02-02T00:47:20.366Z] [2021-02-02T00:47:20.366Z] Step 10/21 : FROM alpine:3.12 [2021-02-02T00:47:20.366Z] ---> afeebe901d6b [2021-02-02T00:47:20.366Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-02T00:47:20.640Z] ---> Running in f5efc332c40b [2021-02-02T00:47:20.640Z] ---> Running in eb8f43330da7 [2021-02-02T00:47:23.305Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T00:47:23.305Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T00:47:23.305Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T00:47:23.305Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T00:47:23.579Z] Removing intermediate container caa0abeb968e [2021-02-02T00:47:23.579Z] ---> 5e3651b37417 [2021-02-02T00:47:23.579Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-02T00:47:23.867Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-02T00:47:23.867Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-02T00:47:23.867Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T00:47:23.868Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-02T00:47:24.146Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-02T00:47:24.146Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T00:47:24.146Z] (4/4) Installing curl (7.69.1-r3) [2021-02-02T00:47:24.146Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T00:47:24.146Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T00:47:24.146Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T00:47:24.146Z] ---> Running in 3d0c4c1aa03d [2021-02-02T00:47:24.424Z] OK: 7 MiB in 18 packages [2021-02-02T00:47:24.424Z] OK: 6 MiB in 16 packages [2021-02-02T00:47:25.415Z] Removing intermediate container 3d0c4c1aa03d [2021-02-02T00:47:25.415Z] ---> cb1b2e88048b [2021-02-02T00:47:25.415Z] Step 13/24 : WORKDIR / [2021-02-02T00:47:26.043Z] ---> Running in 43bcde12b070 [2021-02-02T00:47:26.384Z] Removing intermediate container 5525fa33c8de [2021-02-02T00:47:26.384Z] ---> 7b8c15e7f558 [2021-02-02T00:47:26.384Z] [2021-02-02T00:47:26.384Z] Step 10/31 : FROM alpine:3.12 [2021-02-02T00:47:26.384Z] ---> afeebe901d6b [2021-02-02T00:47:26.384Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-02T00:47:27.026Z] ---> Running in 07c461751902 [2021-02-02T00:47:27.026Z] Removing intermediate container 43bcde12b070 [2021-02-02T00:47:27.026Z] ---> 7112e4879f41 [2021-02-02T00:47:27.026Z] 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-02-02T00:47:27.342Z] Removing intermediate container eb8f43330da7 [2021-02-02T00:47:27.342Z] ---> 44e86c774a3c [2021-02-02T00:47:27.342Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-02T00:47:27.643Z] Removing intermediate container f5efc332c40b [2021-02-02T00:47:27.643Z] ---> 42cd2cda1641 [2021-02-02T00:47:27.643Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T00:47:27.982Z] ---> Running in bf9e3ff875a2 [2021-02-02T00:47:27.982Z] Removing intermediate container 07c461751902 [2021-02-02T00:47:27.982Z] ---> 3a8034311e92 [2021-02-02T00:47:27.982Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-02T00:47:27.982Z] ---> Running in 29d973d5cbdb [2021-02-02T00:47:28.268Z] ---> Running in baaee9097130 [2021-02-02T00:47:28.268Z] ---> 72d8e20a9dcf [2021-02-02T00:47:28.268Z] 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-02-02T00:47:28.551Z] Removing intermediate container 71d6d8f24e8a [2021-02-02T00:47:28.551Z] ---> d993049944fa [2021-02-02T00:47:28.551Z] [2021-02-02T00:47:28.551Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T00:47:28.551Z] ---> afeebe901d6b [2021-02-02T00:47:28.551Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-02T00:47:28.833Z] Removing intermediate container bf9e3ff875a2 [2021-02-02T00:47:28.833Z] ---> d65d605c9951 [2021-02-02T00:47:28.833Z] Step 13/21 : WORKDIR /edgex [2021-02-02T00:47:28.833Z] ---> Running in f29bc9bb8822 [2021-02-02T00:47:29.108Z] ---> Running in e1c408f57457 [2021-02-02T00:47:29.108Z] Removing intermediate container 29d973d5cbdb [2021-02-02T00:47:29.108Z] ---> 1080e82b1cd7 [2021-02-02T00:47:29.108Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-02T00:47:29.381Z] ---> Running in 32cfd9f6889e [2021-02-02T00:47:29.673Z] ---> 44201c902f92 [2021-02-02T00:47:29.673Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-02T00:47:29.953Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T00:47:29.953Z] Removing intermediate container e1c408f57457 [2021-02-02T00:47:29.953Z] ---> 457028b390b9 [2021-02-02T00:47:29.953Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-02T00:47:29.953Z] Removing intermediate container 32cfd9f6889e [2021-02-02T00:47:29.953Z] ---> aefb1cd91959 [2021-02-02T00:47:29.953Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-02T00:47:29.953Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T00:47:30.229Z] ---> Running in 24cbc699ea60 [2021-02-02T00:47:30.506Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-02T00:47:30.506Z] (2/2) Installing su-exec (0.2-r1) [2021-02-02T00:47:30.506Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T00:47:30.779Z] OK: 5 MiB in 16 packages [2021-02-02T00:47:30.779Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T00:47:30.779Z] ---> 1d0ee723782b [2021-02-02T00:47:30.779Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-02T00:47:31.052Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T00:47:31.052Z] Removing intermediate container 24cbc699ea60 [2021-02-02T00:47:31.052Z] ---> 8de3afb6e37c [2021-02-02T00:47:31.052Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T00:47:31.052Z] ---> 6c3a22ad862f [2021-02-02T00:47:31.052Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-02T00:47:31.663Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-02T00:47:31.663Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T00:47:31.663Z] OK: 5 MiB in 15 packages [2021-02-02T00:47:34.199Z] ---> f2070191d22a [2021-02-02T00:47:34.199Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-02T00:47:34.199Z] ---> 4449d0ce662f [2021-02-02T00:47:34.199Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-02T00:47:34.199Z] ---> 10f6bdde9c42 [2021-02-02T00:47:34.199Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-02T00:47:34.199Z] Removing intermediate container baaee9097130 [2021-02-02T00:47:34.199Z] ---> 75791800f132 [2021-02-02T00:47:34.199Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-02T00:47:34.199Z] ---> Running in 3f57f32b85c1 [2021-02-02T00:47:34.199Z] Removing intermediate container f29bc9bb8822 [2021-02-02T00:47:34.199Z] ---> 70df30b75dec [2021-02-02T00:47:34.199Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T00:47:34.199Z] ---> Running in ccbe4f4c6c6d [2021-02-02T00:47:34.477Z] Removing intermediate container 3f57f32b85c1 [2021-02-02T00:47:34.477Z] ---> 4addf660fe44 [2021-02-02T00:47:34.477Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-02T00:47:34.477Z] ---> fe2526b7715f [2021-02-02T00:47:34.477Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-02T00:47:34.759Z] ---> 4d896abbb25c [2021-02-02T00:47:34.759Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-02T00:47:34.759Z] ---> Running in e840840245ba [2021-02-02T00:47:34.759Z] ---> 78e811bc8a99 [2021-02-02T00:47:34.759Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-02T00:47:34.759Z] Removing intermediate container ccbe4f4c6c6d [2021-02-02T00:47:34.759Z] ---> e8be26bb31ac [2021-02-02T00:47:34.759Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-02T00:47:35.101Z] ---> Running in ab0041068562 [2021-02-02T00:47:35.101Z] ---> Running in bdcd05348bd7 [2021-02-02T00:47:35.403Z] Removing intermediate container e840840245ba [2021-02-02T00:47:35.403Z] ---> 8f08e2557ebf [2021-02-02T00:47:35.403Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-02T00:47:35.713Z] ---> Running in 6356ac68ee73 [2021-02-02T00:47:35.713Z] ---> 63284b5420c1 [2021-02-02T00:47:35.713Z] 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-02-02T00:47:35.713Z] ---> Running in a328d2954356 [2021-02-02T00:47:36.005Z] Removing intermediate container bdcd05348bd7 [2021-02-02T00:47:36.005Z] ---> 6b0a6bb3fbda [2021-02-02T00:47:36.005Z] Step 18/21 : CMD ["--init=true"] [2021-02-02T00:47:36.005Z] Removing intermediate container ab0041068562 [2021-02-02T00:47:36.005Z] ---> 558c7dacd4ca [2021-02-02T00:47:36.005Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-02T00:47:36.006Z] ---> 08d0178afe54 [2021-02-02T00:47:36.006Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-02T00:47:36.291Z] ---> Running in 98cba339608c [2021-02-02T00:47:36.291Z] ---> Running in 22e92584b1d6 [2021-02-02T00:47:36.291Z] ---> Running in 2258ede21533 [2021-02-02T00:47:36.919Z] Removing intermediate container 22e92584b1d6 [2021-02-02T00:47:36.919Z] ---> 961a0ba38942 [2021-02-02T00:47:36.919Z] Step 19/21 : LABEL arch=arm64 [2021-02-02T00:47:36.919Z] Removing intermediate container 2258ede21533 [2021-02-02T00:47:36.919Z] ---> fd2adf2e22cf [2021-02-02T00:47:36.919Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T00:47:37.222Z] Removing intermediate container 98cba339608c [2021-02-02T00:47:37.222Z] ---> 0add204e2dec [2021-02-02T00:47:37.222Z] Step 15/23 : WORKDIR / [2021-02-02T00:47:37.222Z] ---> Running in b648b10fa5a8 [2021-02-02T00:47:37.222Z] ---> Running in 2db8c7854eb4 [2021-02-02T00:47:37.222Z] ---> Running in 85d933a60121 [2021-02-02T00:47:38.202Z] Removing intermediate container 2db8c7854eb4 [2021-02-02T00:47:38.202Z] ---> e233380149d8 [2021-02-02T00:47:38.202Z] Step 20/21 : LABEL git_sha=a680e651ea24e260fa731a0d4c81c09ca0199e4cRemoving intermediate container b648b10fa5a8 [2021-02-02T00:47:38.202Z] ---> 22b3a53c7dd8 [2021-02-02T00:47:38.202Z] [2021-02-02T00:47:38.202Z] Step 20/22 : LABEL arch=arm64 [2021-02-02T00:47:38.202Z] Removing intermediate container 85d933a60121 [2021-02-02T00:47:38.202Z] ---> 983b3f6c37cc [2021-02-02T00:47:38.202Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T00:47:38.202Z] ---> Running in 1efb278c8568 [2021-02-02T00:47:38.480Z] ---> Running in 7ae5cc2a44cb [2021-02-02T00:47:39.074Z] Removing intermediate container 1efb278c8568 [2021-02-02T00:47:39.074Z] ---> 72bc4bce53ac [2021-02-02T00:47:39.074Z] Step 21/22 : LABEL git_sha=a680e651ea24e260fa731a0d4c81c09ca0199e4c [2021-02-02T00:47:39.074Z] Removing intermediate container 7ae5cc2a44cb [2021-02-02T00:47:39.074Z] ---> fc46d0e7f777 [2021-02-02T00:47:39.074Z] Step 21/21 : LABEL version=0.0.0 [2021-02-02T00:47:39.074Z] Removing intermediate container a328d2954356 [2021-02-02T00:47:39.074Z] ---> 25b7017fd7db [2021-02-02T00:47:39.074Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-02T00:47:39.347Z] Removing intermediate container 6356ac68ee73 [2021-02-02T00:47:39.347Z] ---> 38fa34232660 [2021-02-02T00:47:39.347Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-02T00:47:39.347Z] ---> d13584335b8c [2021-02-02T00:47:39.347Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-02T00:47:39.347Z] ---> Running in 767ffd982ec7 [2021-02-02T00:47:39.347Z] ---> Running in 178902e703b8 [2021-02-02T00:47:39.347Z] ---> Running in e10ebcacd3c7 [2021-02-02T00:47:39.622Z] ---> Running in 54c143970169 [2021-02-02T00:47:39.898Z] Removing intermediate container 767ffd982ec7 [2021-02-02T00:47:39.898Z] ---> 9c9cf844dbd3 [2021-02-02T00:47:39.898Z] Step 22/24 : LABEL arch=arm64 [2021-02-02T00:47:40.168Z] Removing intermediate container e10ebcacd3c7 [2021-02-02T00:47:40.168Z] ---> de794db3c95a [2021-02-02T00:47:40.168Z] [2021-02-02T00:47:40.168Z] Removing intermediate container 178902e703b8 [2021-02-02T00:47:40.168Z] ---> 7a43188ccf72 [2021-02-02T00:47:40.168Z] Step 22/22 : LABEL version=0.0.0 [2021-02-02T00:47:40.442Z] ---> Running in 4f6894c2a63b [2021-02-02T00:47:40.442Z] Removing intermediate container 54c143970169 [2021-02-02T00:47:40.442Z] ---> 347a34937185 [2021-02-02T00:47:40.442Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-02T00:47:40.442Z] ---> Running in 0fcedfc60f80 [2021-02-02T00:47:40.713Z] Successfully built de794db3c95a [2021-02-02T00:47:40.713Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-02T00:47:40.713Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-02-02T00:47:40.713Z] ---> 171a8dc6cf4e [2021-02-02T00:47:40.713Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-02T00:47:40.988Z] Removing intermediate container 4f6894c2a63b [2021-02-02T00:47:40.988Z] ---> 7d265bf11c95 [2021-02-02T00:47:40.988Z] Step 23/24 : LABEL git_sha=a680e651ea24e260fa731a0d4c81c09ca0199e4c [2021-02-02T00:47:41.266Z] Removing intermediate container 0fcedfc60f80 [2021-02-02T00:47:41.266Z] ---> 45575b5b3e53 [2021-02-02T00:47:41.266Z] [2021-02-02T00:47:41.266Z] ---> Running in e58367fe736c [2021-02-02T00:47:41.554Z] ---> 1ad86a291f42 [2021-02-02T00:47:41.554Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-02T00:47:41.554Z] Successfully built 45575b5b3e53 [2021-02-02T00:47:41.848Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-02T00:47:41.848Z] Building docker-sys-mgmt-agent-go [2021-02-02T00:47:41.848Z]  Building docker-support-notifications-go ... done  ---> Running in 4e9b441eff56 [2021-02-02T00:47:42.160Z] ---> 80484677e5be [2021-02-02T00:47:42.160Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-02T00:47:42.160Z] Removing intermediate container e58367fe736c [2021-02-02T00:47:42.160Z] ---> b37466ac5e72 [2021-02-02T00:47:42.160Z] Step 24/24 : LABEL version=0.0.0 [2021-02-02T00:47:42.160Z] ---> Running in 1cdb7140d2e2 [2021-02-02T00:47:42.160Z] ---> Running in 195306419eb9 [2021-02-02T00:47:43.220Z] Removing intermediate container 195306419eb9 [2021-02-02T00:47:43.220Z] ---> 017b2294a3ec [2021-02-02T00:47:43.220Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T00:47:43.220Z] Removing intermediate container 1cdb7140d2e2 [2021-02-02T00:47:43.220Z] ---> 489baccecbcd [2021-02-02T00:47:43.220Z] [2021-02-02T00:47:43.220Z] ---> Running in b7fae2efce5f [2021-02-02T00:47:43.533Z] Successfully built 489baccecbcd [2021-02-02T00:47:43.835Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-02T00:47:43.835Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2021-02-02T00:47:44.120Z] Removing intermediate container b7fae2efce5f [2021-02-02T00:47:44.120Z] ---> 5f677e3275dd [2021-02-02T00:47:44.120Z] Step 21/23 : LABEL arch=arm64 [2021-02-02T00:47:44.398Z] ---> Running in df1809816db5 [2021-02-02T00:47:45.000Z] Removing intermediate container 4e9b441eff56 [2021-02-02T00:47:45.000Z] ---> b6caee7cb718 [2021-02-02T00:47:45.000Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T00:47:45.000Z] Removing intermediate container df1809816db5 [2021-02-02T00:47:45.000Z] ---> 7626ae5ff5e9 [2021-02-02T00:47:45.000Z] Step 22/23 : LABEL git_sha=a680e651ea24e260fa731a0d4c81c09ca0199e4c [2021-02-02T00:47:45.280Z] ---> Running in f6dfa847d544 [2021-02-02T00:47:46.257Z] Removing intermediate container f6dfa847d544 [2021-02-02T00:47:46.257Z] ---> 8136dfce2215 [2021-02-02T00:47:46.257Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T00:47:46.528Z] ---> 75fca851945a [2021-02-02T00:47:46.528Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-02T00:47:46.804Z] ---> Running in c3c679a3c3c2 [2021-02-02T00:47:47.785Z] Removing intermediate container c3c679a3c3c2 [2021-02-02T00:47:47.786Z] ---> a7b0115d4f5f [2021-02-02T00:47:47.786Z] [2021-02-02T00:47:48.385Z] Successfully built a7b0115d4f5f [2021-02-02T00:47:48.385Z] ---> 8be15f4fc91d [2021-02-02T00:47:48.385Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-02T00:47:48.385Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-02T00:47:48.385Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2021-02-02T00:47:49.399Z] ---> cc034d965532 [2021-02-02T00:47:49.399Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-02T00:47:50.370Z] ---> eca92bb5a96c [2021-02-02T00:47:50.370Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-02T00:47:51.352Z] ---> 5db22f7b902d [2021-02-02T00:47:51.352Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-02T00:47:51.951Z] ---> Running in 57175e0ccec7 [2021-02-02T00:47:52.939Z] Removing intermediate container 57175e0ccec7 [2021-02-02T00:47:52.939Z] ---> 9b3fa7951647 [2021-02-02T00:47:52.939Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-02T00:47:53.971Z] ---> 85ef037aed63 [2021-02-02T00:47:53.971Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-02T00:47:54.248Z] ---> Running in 3f4306490754 [2021-02-02T00:47:57.674Z] Removing intermediate container 3f4306490754 [2021-02-02T00:47:57.674Z] ---> 702bef910cc1 [2021-02-02T00:47:57.674Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-02T00:47:57.950Z] ---> Running in f1a98f18efac [2021-02-02T00:47:58.251Z] Removing intermediate container f1a98f18efac [2021-02-02T00:47:58.251Z] ---> df0f446ae466 [2021-02-02T00:47:58.251Z] Step 28/31 : CMD ["gate"] [2021-02-02T00:47:58.860Z] ---> Running in 40f552d03d8a [2021-02-02T00:47:59.453Z] Removing intermediate container 40f552d03d8a [2021-02-02T00:47:59.453Z] ---> 9f8ada301cbe [2021-02-02T00:47:59.453Z] Step 29/31 : LABEL arch=arm64 [2021-02-02T00:47:59.724Z] ---> Running in 968a8f786c6e [2021-02-02T00:48:00.317Z] Removing intermediate container 968a8f786c6e [2021-02-02T00:48:00.317Z] ---> 2dd40e128c74 [2021-02-02T00:48:00.317Z] Step 30/31 : LABEL git_sha=a680e651ea24e260fa731a0d4c81c09ca0199e4c [2021-02-02T00:48:00.593Z] ---> Running in 3c096aea4ffe [2021-02-02T00:48:00.864Z] Removing intermediate container 3c096aea4ffe [2021-02-02T00:48:00.864Z] ---> 545101875b13 [2021-02-02T00:48:00.864Z] Step 31/31 : LABEL version=0.0.0 [2021-02-02T00:48:01.470Z] ---> Running in 42d55fce1822 [2021-02-02T00:48:01.742Z] Removing intermediate container 42d55fce1822 [2021-02-02T00:48:01.742Z] ---> 69db07cc3cf6 [2021-02-02T00:48:01.742Z] [2021-02-02T00:48:02.340Z] Successfully built 69db07cc3cf6 [2021-02-02T00:48:02.340Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-02T00:48:41.340Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T00:48:41.340Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T00:48:41.340Z] ---> a18ab9c3e14c [2021-02-02T00:48:41.340Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T00:48:41.340Z] ---> Using cache [2021-02-02T00:48:41.340Z] ---> a47456b21325 [2021-02-02T00:48:41.340Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T00:48:41.340Z] ---> Using cache [2021-02-02T00:48:41.340Z] ---> 5f5e8c222d60 [2021-02-02T00:48:41.340Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-02T00:48:41.340Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T00:48:41.340Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-02T00:48:41.340Z] ---> a18ab9c3e14c [2021-02-02T00:48:41.340Z] Step 3/26 : WORKDIR /edgex-go [2021-02-02T00:48:41.340Z] ---> Using cache [2021-02-02T00:48:41.340Z] ---> a47456b21325 [2021-02-02T00:48:41.340Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T00:48:41.340Z] ---> Using cache [2021-02-02T00:48:41.340Z] ---> 5f5e8c222d60 [2021-02-02T00:48:41.340Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-02T00:48:41.340Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T00:48:41.340Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T00:48:41.340Z] ---> a18ab9c3e14c [2021-02-02T00:48:41.340Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T00:48:41.340Z] ---> Using cache [2021-02-02T00:48:41.340Z] ---> a47456b21325 [2021-02-02T00:48:41.340Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T00:48:41.340Z] ---> Using cache [2021-02-02T00:48:41.340Z] ---> 5f5e8c222d60 [2021-02-02T00:48:41.340Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-02T00:48:41.340Z] ---> Using cache [2021-02-02T00:48:41.340Z] ---> 0654199b617e [2021-02-02T00:48:41.340Z] Step 6/23 : COPY go.mod . [2021-02-02T00:48:41.340Z] ---> Using cache [2021-02-02T00:48:41.340Z] ---> e39bdd6c90d7 [2021-02-02T00:48:41.340Z] Step 7/23 : RUN go mod download [2021-02-02T00:48:41.340Z] ---> Using cache [2021-02-02T00:48:41.340Z] ---> d3152793ab5c [2021-02-02T00:48:41.340Z] Step 8/23 : COPY . . [2021-02-02T00:48:41.340Z] ---> Using cache [2021-02-02T00:48:41.340Z] ---> ef0e895e1677 [2021-02-02T00:48:41.340Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-02T00:48:41.340Z] ---> Running in be412d50fbc5 [2021-02-02T00:48:41.340Z] ---> Running in 4c55ee98da21 [2021-02-02T00:48:41.340Z] ---> Running in ac10732f5375 [2021-02-02T00:48:41.340Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T00:48:41.340Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-02T00:48:41.340Z] ---> a18ab9c3e14c [2021-02-02T00:48:41.340Z] Step 3/22 : WORKDIR /edgex-go [2021-02-02T00:48:41.340Z] ---> Using cache [2021-02-02T00:48:41.340Z] ---> a47456b21325 [2021-02-02T00:48:41.340Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T00:48:41.340Z] ---> Using cache [2021-02-02T00:48:41.340Z] ---> 5f5e8c222d60 [2021-02-02T00:48:41.340Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-02T00:48:41.340Z] ---> Using cache [2021-02-02T00:48:41.340Z] ---> 0654199b617e [2021-02-02T00:48:41.340Z] Step 6/22 : COPY go.mod . [2021-02-02T00:48:41.340Z] ---> Using cache [2021-02-02T00:48:41.340Z] ---> e39bdd6c90d7 [2021-02-02T00:48:41.340Z] Step 7/22 : RUN go mod download [2021-02-02T00:48:41.340Z] ---> Using cache [2021-02-02T00:48:41.340Z] ---> d3152793ab5c [2021-02-02T00:48:41.340Z] Step 8/22 : COPY . . [2021-02-02T00:48:41.340Z] ---> Using cache [2021-02-02T00:48:41.340Z] ---> ef0e895e1677 [2021-02-02T00:48:41.340Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-02T00:48:41.340Z] ---> Running in 58f5a5b01bcb [2021-02-02T00:48:41.340Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T00:48:41.340Z] 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-02-02T00:48:41.340Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T00:48:41.340Z] 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-02-02T00:48:41.340Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T00:48:41.621Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T00:48:42.246Z] OK: 217 MiB in 51 packages [2021-02-02T00:48:42.554Z] OK: 217 MiB in 51 packages [2021-02-02T00:48:44.068Z] Removing intermediate container 4c55ee98da21 [2021-02-02T00:48:44.068Z] ---> 94b234e171ff [2021-02-02T00:48:44.068Z] Step 6/26 : COPY go.mod . [2021-02-02T00:48:44.347Z] Removing intermediate container ac10732f5375 [2021-02-02T00:48:44.347Z] ---> 2417ec7d64a9 [2021-02-02T00:48:44.347Z] Step 6/23 : COPY go.mod . [2021-02-02T00:48:45.352Z] ---> 258200cdd394 [2021-02-02T00:48:45.352Z] Step 7/26 : RUN go mod download [2021-02-02T00:48:45.352Z] ---> Running in ea149113cf8d [2021-02-02T00:48:45.974Z] ---> 0746a03b0c6c [2021-02-02T00:48:45.974Z] Step 7/23 : RUN go mod download [2021-02-02T00:48:45.974Z] ---> Running in e2dd8e7f08ce [2021-02-02T00:48:50.449Z] Removing intermediate container ea149113cf8d [2021-02-02T00:48:50.449Z] ---> 3f36e78debbe [2021-02-02T00:48:50.449Z] Step 8/26 : COPY . . [2021-02-02T00:48:50.449Z] Removing intermediate container e2dd8e7f08ce [2021-02-02T00:48:50.449Z] ---> 2398060107b4 [2021-02-02T00:48:50.449Z] Step 8/23 : COPY . . [2021-02-02T00:49:23.257Z] ---> dcf72e64b64e [2021-02-02T00:49:23.257Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-02T00:49:23.257Z] ---> 6e908b98ff29 [2021-02-02T00:49:23.257Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-02T00:49:23.257Z] ---> Running in 08ac54c30c4c [2021-02-02T00:49:23.257Z] ---> Running in e609d66aa878 [2021-02-02T00:49:23.949Z] 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-02-02T00:49:23.949Z] 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-02-02T00:50:03.240Z] Removing intermediate container 58f5a5b01bcb [2021-02-02T00:50:03.240Z] ---> 9d79464ab83b [2021-02-02T00:50:03.240Z] [2021-02-02T00:50:03.240Z] Step 10/22 : FROM alpine:3.12 [2021-02-02T00:50:03.240Z] ---> afeebe901d6b [2021-02-02T00:50:03.240Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-02T00:50:03.240Z] ---> Using cache [2021-02-02T00:50:03.240Z] ---> 70df30b75dec [2021-02-02T00:50:03.240Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T00:50:03.240Z] ---> Using cache [2021-02-02T00:50:03.240Z] ---> e8be26bb31ac [2021-02-02T00:50:03.240Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-02T00:50:03.240Z] ---> Running in e1b00fa50cbe [2021-02-02T00:50:03.240Z] Removing intermediate container e1b00fa50cbe [2021-02-02T00:50:03.240Z] ---> 8e69d1fabaaf [2021-02-02T00:50:03.240Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-02T00:50:03.240Z] ---> Running in 8e4a2718574b [2021-02-02T00:50:03.240Z] Removing intermediate container 8e4a2718574b [2021-02-02T00:50:03.240Z] ---> 0e1fbe186d32 [2021-02-02T00:50:03.240Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T00:50:03.240Z] ---> dbbb8c5cd915 [2021-02-02T00:50:03.240Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-02T00:50:05.282Z] ---> 20e0a68759c6 [2021-02-02T00:50:05.282Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-02T00:50:07.288Z] ---> 631a3bc23330 [2021-02-02T00:50:07.288Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-02T00:50:07.288Z] ---> Running in e66c11e6b3c0 [2021-02-02T00:50:07.887Z] Removing intermediate container be412d50fbc5 [2021-02-02T00:50:07.887Z] ---> 5d0ad49aa19a [2021-02-02T00:50:07.887Z] [2021-02-02T00:50:07.887Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T00:50:07.887Z] ---> afeebe901d6b [2021-02-02T00:50:07.887Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-02T00:50:07.887Z] ---> Using cache [2021-02-02T00:50:07.887Z] ---> 70df30b75dec [2021-02-02T00:50:07.887Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T00:50:07.887Z] ---> Using cache [2021-02-02T00:50:07.887Z] ---> e8be26bb31ac [2021-02-02T00:50:07.887Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-02T00:50:08.164Z] ---> Running in 7f412d065ac2 [2021-02-02T00:50:08.449Z] Removing intermediate container e66c11e6b3c0 [2021-02-02T00:50:08.449Z] ---> 09aab0b59c41 [2021-02-02T00:50:08.449Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T00:50:08.449Z] ---> Running in 30cb5cb0e648 [2021-02-02T00:50:09.074Z] Removing intermediate container 7f412d065ac2 [2021-02-02T00:50:09.074Z] ---> 90922e8dee78 [2021-02-02T00:50:09.074Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-02T00:50:09.352Z] ---> Running in b6bf3518e41b [2021-02-02T00:50:09.630Z] Removing intermediate container 30cb5cb0e648 [2021-02-02T00:50:09.631Z] ---> 427a426cb96a [2021-02-02T00:50:09.631Z] Step 20/22 : LABEL arch=arm64 [2021-02-02T00:50:09.631Z] ---> Running in 784d66ca4984 [2021-02-02T00:50:10.249Z] Removing intermediate container b6bf3518e41b [2021-02-02T00:50:10.249Z] ---> 4c42fe910a84 [2021-02-02T00:50:10.249Z] Step 15/23 : WORKDIR / [2021-02-02T00:50:10.535Z] ---> Running in 47348a624551 [2021-02-02T00:50:10.535Z] Removing intermediate container 784d66ca4984 [2021-02-02T00:50:10.535Z] ---> 0b1cf31221cb [2021-02-02T00:50:10.535Z] Step 21/22 : LABEL git_sha=a680e651ea24e260fa731a0d4c81c09ca0199e4c [2021-02-02T00:50:10.816Z] ---> Running in 4116821f5bd4 [2021-02-02T00:50:11.422Z] Removing intermediate container 47348a624551 [2021-02-02T00:50:11.422Z] ---> 4368d08f6517 [2021-02-02T00:50:11.422Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T00:50:11.422Z] Removing intermediate container 4116821f5bd4 [2021-02-02T00:50:11.422Z] ---> 75eb9908e965 [2021-02-02T00:50:11.422Z] Step 22/22 : LABEL version=0.0.0 [2021-02-02T00:50:12.046Z] ---> Running in 41aa18804d9f [2021-02-02T00:50:12.664Z] ---> 28b375e947f9 [2021-02-02T00:50:12.664Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-02T00:50:12.664Z] Removing intermediate container 41aa18804d9f [2021-02-02T00:50:12.664Z] ---> 2662923e03bc [2021-02-02T00:50:12.664Z] [2021-02-02T00:50:13.656Z] Successfully built 2662923e03bc [2021-02-02T00:50:13.656Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-02T00:50:14.646Z]  Building docker-support-scheduler-go ... done  ---> fbe648ceab75 [2021-02-02T00:50:14.646Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-02T00:50:16.095Z] ---> a0ca270d2d69 [2021-02-02T00:50:16.095Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-02T00:50:16.095Z] ---> Running in 0edf38a97f0a [2021-02-02T00:50:16.717Z] Removing intermediate container 0edf38a97f0a [2021-02-02T00:50:16.717Z] ---> a2f26350573e [2021-02-02T00:50:16.717Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T00:50:16.991Z] ---> Running in 57f836430723 [2021-02-02T00:50:17.590Z] Removing intermediate container 57f836430723 [2021-02-02T00:50:17.590Z] ---> d146d7f9c426 [2021-02-02T00:50:17.590Z] Step 21/23 : LABEL arch=arm64 [2021-02-02T00:50:17.863Z] ---> Running in 28f2bc13f417 [2021-02-02T00:50:18.861Z] Removing intermediate container 28f2bc13f417 [2021-02-02T00:50:18.861Z] ---> 5d6ab5e839c3 [2021-02-02T00:50:18.861Z] Step 22/23 : LABEL git_sha=a680e651ea24e260fa731a0d4c81c09ca0199e4c [2021-02-02T00:50:18.861Z] ---> Running in 8738866052a0 [2021-02-02T00:50:19.860Z] Removing intermediate container 8738866052a0 [2021-02-02T00:50:19.860Z] ---> 787bf14766d0 [2021-02-02T00:50:19.860Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T00:50:19.860Z] ---> Running in acf5485f9b0d [2021-02-02T00:50:20.895Z] Removing intermediate container acf5485f9b0d [2021-02-02T00:50:20.895Z] ---> 0fc45d43ed05 [2021-02-02T00:50:20.895Z] [2021-02-02T00:50:21.206Z] Successfully built 0fc45d43ed05 [2021-02-02T00:50:21.206Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-02T00:50:31.517Z]  Building docker-core-metadata-go ... done Removing intermediate container e609d66aa878 [2021-02-02T00:50:31.517Z] ---> 890aadfb209f [2021-02-02T00:50:31.517Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-02T00:50:31.517Z] ---> Running in e4daba629cef [2021-02-02T00:50:32.501Z] 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-02-02T00:50:35.905Z] Removing intermediate container e4daba629cef [2021-02-02T00:50:35.905Z] ---> 20933ca1ee83 [2021-02-02T00:50:35.905Z] [2021-02-02T00:50:35.905Z] Step 11/26 : FROM docker:20.10.0 [2021-02-02T00:50:35.905Z] 20.10.0: Pulling from library/docker [2021-02-02T00:50:46.090Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-02T00:50:46.090Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-02T00:50:46.090Z] ---> eeaf43b92773 [2021-02-02T00:50:46.090Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-02T00:50:46.090Z] Removing intermediate container 08ac54c30c4c [2021-02-02T00:50:46.090Z] ---> 0a8fe6bc3cd5 [2021-02-02T00:50:46.090Z] [2021-02-02T00:50:46.090Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T00:50:46.090Z] ---> afeebe901d6b [2021-02-02T00:50:46.090Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-02T00:50:46.090Z] ---> Running in 8ca627f6b35f [2021-02-02T00:50:46.090Z] ---> Running in b961c7617e5d [2021-02-02T00:50:46.090Z] Removing intermediate container b961c7617e5d [2021-02-02T00:50:46.090Z] ---> 86a444ad40b4 [2021-02-02T00:50:46.090Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-02T00:50:46.090Z] ---> Running in 7b1cd4bb0166 [2021-02-02T00:50:46.363Z] Removing intermediate container 7b1cd4bb0166 [2021-02-02T00:50:46.363Z] ---> c0bcd0be7c30 [2021-02-02T00:50:46.363Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-02T00:50:46.363Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T00:50:46.363Z] ---> Running in 842bff457b64 [2021-02-02T00:50:46.363Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T00:50:46.638Z] Removing intermediate container 842bff457b64 [2021-02-02T00:50:46.638Z] ---> ee1b502b6385 [2021-02-02T00:50:46.922Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T00:50:46.922Z] ---> Running in 10e7c206fd47 [2021-02-02T00:50:47.197Z] (1/2) Installing readline (8.0.4-r0) [2021-02-02T00:50:47.197Z] (2/2) Installing bash (5.0.17-r0) [2021-02-02T00:50:47.197Z] Executing bash-5.0.17-r0.post-install [2021-02-02T00:50:47.197Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T00:50:47.197Z] OK: 12 MiB in 22 packages [2021-02-02T00:50:48.626Z] Removing intermediate container 8ca627f6b35f [2021-02-02T00:50:48.626Z] ---> bdf4c56e4aee [2021-02-02T00:50:48.626Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-02T00:50:48.626Z] ---> Running in 5afb6e8dbf6d [2021-02-02T00:50:49.216Z] Removing intermediate container 5afb6e8dbf6d [2021-02-02T00:50:49.216Z] ---> 484fc0c7acef [2021-02-02T00:50:49.216Z] Step 14/26 : ENV APP_PORT=48090Removing intermediate container 10e7c206fd47 [2021-02-02T00:50:49.216Z] ---> 0ac0d2ba2558 [2021-02-02T00:50:49.216Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-02T00:50:49.216Z] [2021-02-02T00:50:49.216Z] ---> Running in ea1ec6795917 [2021-02-02T00:50:49.216Z] ---> Running in 725eebbab876 [2021-02-02T00:50:49.809Z] Removing intermediate container ea1ec6795917 [2021-02-02T00:50:49.809Z] ---> c81107f643ed [2021-02-02T00:50:49.809Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-02T00:50:49.809Z] ---> Running in a44370bbc552 [2021-02-02T00:50:50.402Z] Removing intermediate container a44370bbc552 [2021-02-02T00:50:50.402Z] ---> be277578a18a [2021-02-02T00:50:50.402Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-02T00:50:50.402Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T00:50:51.380Z] ---> c88f3f1b0d5e [2021-02-02T00:50:51.380Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-02T00:50:51.660Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T00:50:52.256Z] ---> 2c6116c469a9 [2021-02-02T00:50:52.256Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-02T00:50:52.857Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-02T00:50:53.127Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-02T00:50:53.127Z] ---> b6f14017b9dd [2021-02-02T00:50:53.127Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-02T00:50:53.127Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-02T00:50:53.127Z] ---> Running in 83dc13c4db30 [2021-02-02T00:50:53.399Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-02T00:50:53.675Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-02T00:50:53.945Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-02T00:50:53.946Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T00:50:53.946Z] OK: 8 MiB in 20 packages [2021-02-02T00:50:54.221Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T00:50:54.502Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T00:50:54.776Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-02T00:50:55.047Z] (2/33) Installing expat (2.2.9-r1) [2021-02-02T00:50:55.047Z] (3/33) Installing libffi (3.3-r2) [2021-02-02T00:50:55.047Z] (4/33) Installing gdbm (1.13-r1) [2021-02-02T00:50:55.047Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-02T00:50:55.047Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-02T00:50:55.047Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-02T00:50:55.319Z] Removing intermediate container 725eebbab876 [2021-02-02T00:50:55.319Z] ---> c1ee59b4e0f8 [2021-02-02T00:50:55.319Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T00:50:56.743Z] ---> c53f0c9486b3 [2021-02-02T00:50:56.743Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-02T00:50:58.174Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-02T00:50:58.174Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-02T00:50:58.174Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-02T00:50:58.174Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-02T00:50:58.174Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-02T00:50:58.174Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-02T00:50:58.174Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-02T00:50:58.174Z] ---> 55349eed0326 [2021-02-02T00:50:58.174Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-02T00:50:58.174Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-02T00:50:58.174Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-02T00:50:58.449Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-02T00:50:58.449Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-02T00:50:58.449Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-02T00:50:58.449Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-02T00:50:58.449Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-02T00:50:58.449Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-02T00:50:58.449Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-02T00:50:58.722Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-02T00:50:58.722Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-02T00:50:58.722Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-02T00:50:58.722Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-02T00:50:58.722Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-02T00:50:58.722Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-02T00:50:58.722Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-02T00:50:58.722Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-02T00:50:58.722Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-02T00:50:58.722Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-02T00:50:58.998Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T00:50:58.998Z] OK: 71 MiB in 55 packages [2021-02-02T00:50:59.272Z] ---> 4fdfc05d7f31 [2021-02-02T00:50:59.272Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-02T00:50:59.554Z] ---> Running in c8f7fd7f0b9a [2021-02-02T00:51:00.166Z] Removing intermediate container c8f7fd7f0b9a [2021-02-02T00:51:00.166Z] ---> d6db0957e8e7 [2021-02-02T00:51:00.166Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T00:51:00.166Z] ---> Running in e5c392179f0f [2021-02-02T00:51:00.797Z] Removing intermediate container e5c392179f0f [2021-02-02T00:51:00.797Z] ---> 6a073749f6bc [2021-02-02T00:51:00.797Z] Step 21/23 : LABEL arch=arm64 [2021-02-02T00:51:01.081Z] ---> Running in b827b873492f [2021-02-02T00:51:01.709Z] Removing intermediate container b827b873492f [2021-02-02T00:51:01.709Z] ---> 96c1adca28e2 [2021-02-02T00:51:01.709Z] Step 22/23 : LABEL git_sha=a680e651ea24e260fa731a0d4c81c09ca0199e4c [2021-02-02T00:51:01.709Z] ---> Running in e24585f98748 [2021-02-02T00:51:02.315Z] Removing intermediate container e24585f98748 [2021-02-02T00:51:02.315Z] ---> 011997b6b660 [2021-02-02T00:51:02.315Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T00:51:02.594Z] ---> Running in afd6c4caf1d3 [2021-02-02T00:51:03.207Z] Removing intermediate container afd6c4caf1d3 [2021-02-02T00:51:03.207Z] ---> 5338e72e4d8d [2021-02-02T00:51:03.207Z] [2021-02-02T00:51:03.482Z] Successfully built 5338e72e4d8d [2021-02-02T00:51:03.755Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-02T00:51:04.778Z]  Building docker-core-data-go ... done Removing intermediate container 83dc13c4db30 [2021-02-02T00:51:04.778Z] ---> 5109ac19c03e [2021-02-02T00:51:04.778Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-02T00:51:05.060Z] ---> Running in bd51a574dea3 [2021-02-02T00:51:09.457Z] Collecting docker-compose==1.23.2 [2021-02-02T00:51:09.759Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-02T00:51:10.360Z] Collecting cached-property<2,>=1.2.0 [2021-02-02T00:51:10.360Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-02T00:51:10.632Z] Collecting docopt<0.7,>=0.6.1 [2021-02-02T00:51:10.633Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-02T00:51:13.398Z] Collecting docker<4.0,>=3.6.0 [2021-02-02T00:51:13.398Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-02T00:51:13.398Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-02T00:51:13.719Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-02T00:51:15.739Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-02T00:51:15.739Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-02T00:51:16.333Z] Collecting PyYAML<4,>=3.10 [2021-02-02T00:51:16.603Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-02T00:51:19.201Z] Collecting jsonschema<3,>=2.5.1 [2021-02-02T00:51:19.201Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-02T00:51:19.469Z] 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-02-02T00:51:19.739Z] Collecting texttable<0.10,>=0.9.0 [2021-02-02T00:51:19.739Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-02T00:51:22.337Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-02T00:51:22.337Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-02T00:51:22.337Z] Collecting docker-pycreds>=0.4.0 [2021-02-02T00:51:22.607Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-02T00:51:22.607Z] 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-02-02T00:51:22.876Z] Collecting idna<2.8,>=2.5 [2021-02-02T00:51:22.876Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-02T00:51:22.876Z] 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-02-02T00:51:23.465Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-02T00:51:23.465Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-02T00:51:23.465Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-02T00:51:23.465Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-02T00:51:23.465Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-02T00:51:23.465Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-02T00:51:24.434Z] Installing collected packages: cached-property, docopt, websocket-client, idna, urllib3, requests, docker-pycreds, docker, dockerpty, PyYAML, jsonschema, texttable, docker-compose [2021-02-02T00:51:24.434Z] Running setup.py install for docopt: started [2021-02-02T00:51:26.390Z] Running setup.py install for docopt: finished with status 'done' [2021-02-02T00:51:26.390Z] Attempting uninstall: idna [2021-02-02T00:51:26.390Z] Found existing installation: idna 2.9 [2021-02-02T00:51:26.390Z] Uninstalling idna-2.9: [2021-02-02T00:51:26.390Z] Successfully uninstalled idna-2.9 [2021-02-02T00:51:26.999Z] Attempting uninstall: urllib3 [2021-02-02T00:51:26.999Z] Found existing installation: urllib3 1.25.9 [2021-02-02T00:51:26.999Z] Uninstalling urllib3-1.25.9: [2021-02-02T00:51:27.269Z] Successfully uninstalled urllib3-1.25.9 [2021-02-02T00:51:27.860Z] Attempting uninstall: requests [2021-02-02T00:51:27.860Z] Found existing installation: requests 2.23.0 [2021-02-02T00:51:27.860Z] Uninstalling requests-2.23.0: [2021-02-02T00:51:27.860Z] Successfully uninstalled requests-2.23.0 [2021-02-02T00:51:29.284Z] Running setup.py install for dockerpty: started [2021-02-02T00:51:30.710Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-02T00:51:30.710Z] Running setup.py install for PyYAML: started [2021-02-02T00:51:32.677Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-02T00:51:32.959Z] Running setup.py install for texttable: started [2021-02-02T00:51:34.972Z] Running setup.py install for texttable: finished with status 'done' [2021-02-02T00:51:35.594Z] 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-02-02T00:51:39.034Z] Removing intermediate container bd51a574dea3 [2021-02-02T00:51:39.034Z] ---> 56d42530fe11 [2021-02-02T00:51:39.034Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-02T00:51:39.306Z] ---> Running in 89bde40d9db3 [2021-02-02T00:51:40.289Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T00:51:40.562Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T00:51:41.179Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T00:51:41.179Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-02T00:51:41.179Z] (3/3) Installing curl (7.69.1-r3) [2021-02-02T00:51:41.179Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T00:51:41.179Z] OK: 71 MiB in 58 packages [2021-02-02T00:51:42.230Z] Removing intermediate container 89bde40d9db3 [2021-02-02T00:51:42.230Z] ---> 7e6ed99bd3cf [2021-02-02T00:51:42.230Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-02T00:51:42.512Z] ---> Running in c195485e1eb2 [2021-02-02T00:51:42.786Z] Removing intermediate container c195485e1eb2 [2021-02-02T00:51:42.786Z] ---> de504aa8115a [2021-02-02T00:51:42.786Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T00:51:43.061Z] ---> Running in e1fcc33873d6 [2021-02-02T00:51:43.333Z] Removing intermediate container e1fcc33873d6 [2021-02-02T00:51:43.333Z] ---> 3b1158127661 [2021-02-02T00:51:43.333Z] Step 24/26 : LABEL arch=arm64 [2021-02-02T00:51:43.606Z] ---> Running in 9cd720719f71 [2021-02-02T00:51:43.885Z] Removing intermediate container 9cd720719f71 [2021-02-02T00:51:43.885Z] ---> f1a98ccb2121 [2021-02-02T00:51:43.885Z] Step 25/26 : LABEL git_sha=a680e651ea24e260fa731a0d4c81c09ca0199e4c [2021-02-02T00:51:44.158Z] ---> Running in 0659cd6a465e [2021-02-02T00:51:44.434Z] Removing intermediate container 0659cd6a465e [2021-02-02T00:51:44.434Z] ---> 385c67507180 [2021-02-02T00:51:44.434Z] Step 26/26 : LABEL version=0.0.0 [2021-02-02T00:51:44.722Z] ---> Running in 4657b7546289 [2021-02-02T00:51:45.014Z] Removing intermediate container 4657b7546289 [2021-02-02T00:51:45.014Z] ---> b1095e6c3cc9 [2021-02-02T00:51:45.014Z] [2021-02-02T00:51:45.668Z] Successfully built b1095e6c3cc9 [2021-02-02T00:51:45.668Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-02T00:51:45.694Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-02T00:51:45.694Z] $ docker stop --time=1 f832f96e94b1d7e37d34ddd32ea2567985bf97f3d553b5ddb0a0995751fa4612 [2021-02-02T00:51:47.648Z] $ docker rm -f f832f96e94b1d7e37d34ddd32ea2567985bf97f3d553b5ddb0a0995751fa4612 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-02T00:51:48.336Z] + + docker images [2021-02-02T00:51:48.336Z] grep docker [2021-02-02T00:51:48.607Z] docker-sys-mgmt-agent-go-arm64 latest b1095e6c3cc9 4 seconds ago 300MB [2021-02-02T00:51:48.607Z] docker-core-data-go-arm64 latest 5338e72e4d8d 46 seconds ago 21MB [2021-02-02T00:51:48.607Z] docker-core-metadata-go-arm64 latest 0fc45d43ed05 About a minute ago 17.8MB [2021-02-02T00:51:48.607Z] docker-support-scheduler-go-arm64 latest 2662923e03bc About a minute ago 16.1MB [2021-02-02T00:51:48.607Z] docker-security-bootstrapper-go-arm64 latest 69db07cc3cf6 3 minutes ago 22.6MB [2021-02-02T00:51:48.607Z] docker-core-command-go-arm64 latest a7b0115d4f5f 4 minutes ago 16MB [2021-02-02T00:51:48.607Z] docker-security-secretstore-setup-go-arm64 latest 489baccecbcd 4 minutes ago 23.4MB [2021-02-02T00:51:48.607Z] docker-support-notifications-go-arm64 latest 45575b5b3e53 4 minutes ago 16MB [2021-02-02T00:51:48.607Z] docker-security-proxy-setup-go-arm64 latest de794db3c95a 4 minutes ago 23.2MB [2021-02-02T00:51:48.607Z] 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-02-02T00:51:51.709Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T00:51:52.681Z] ---> package-listing.sh [2021-02-02T00:51:52.681Z] ++ facter osfamily [2021-02-02T00:51:52.681Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-02T00:51:52.681Z] + OS_FAMILY=redhat [2021-02-02T00:51:52.681Z] + workspace=/w/workspace/edgex-go/54 [2021-02-02T00:51:52.681Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-02T00:51:52.681Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-02T00:51:52.681Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-02T00:51:52.681Z] + PACKAGES=/tmp/packages_start.txt [2021-02-02T00:51:52.681Z] + '[' /w/workspace/edgex-go/54 ']' [2021-02-02T00:51:52.681Z] + PACKAGES=/tmp/packages_end.txt [2021-02-02T00:51:52.681Z] + case "${OS_FAMILY}" in [2021-02-02T00:51:52.681Z] + rpm -qa [2021-02-02T00:51:52.681Z] + sort [2021-02-02T00:51:58.048Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-02T00:51:58.048Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-02T00:51:58.048Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-02T00:51:58.048Z] + '[' /w/workspace/edgex-go/54 ']' [2021-02-02T00:51:58.048Z] + mkdir -p /w/workspace/edgex-go/54/archives/ [2021-02-02T00:51:58.048Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/54/archives/ [Pipeline] echo [2021-02-02T00:51:58.063Z] 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/54/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-02T00:51:58.585Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-02T00:51:58.939Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-02T00:51:58.939Z] [2021-02-02T00:51:58.939Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-02T00:51:59.605Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-02T00:51:59.605Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-02T00:51:59.605Z] df20fa9351a1: Pulling fs layer [2021-02-02T00:51:59.605Z] 36b3adc4ff6f: Pulling fs layer [2021-02-02T00:51:59.605Z] 8ad3a11d3b57: Pulling fs layer [2021-02-02T00:51:59.605Z] 46f8f816bc3b: Pulling fs layer [2021-02-02T00:51:59.605Z] 93b61091891f: Pulling fs layer [2021-02-02T00:51:59.605Z] 93b9cdb0e59b: Pulling fs layer [2021-02-02T00:51:59.605Z] 5e14af77c1be: Pulling fs layer [2021-02-02T00:51:59.605Z] 01666e4c0597: Pulling fs layer [2021-02-02T00:51:59.605Z] aa168da1d23b: Pulling fs layer [2021-02-02T00:51:59.605Z] 93b61091891f: Waiting [2021-02-02T00:51:59.605Z] 93b9cdb0e59b: Waiting [2021-02-02T00:51:59.605Z] 5e14af77c1be: Waiting [2021-02-02T00:51:59.605Z] 01666e4c0597: Waiting [2021-02-02T00:51:59.605Z] aa168da1d23b: Waiting [2021-02-02T00:51:59.605Z] 46f8f816bc3b: Waiting [2021-02-02T00:51:59.605Z] 36b3adc4ff6f: Verifying Checksum [2021-02-02T00:51:59.605Z] 36b3adc4ff6f: Download complete [2021-02-02T00:51:59.876Z] 46f8f816bc3b: Verifying Checksum [2021-02-02T00:51:59.876Z] 46f8f816bc3b: Download complete [2021-02-02T00:51:59.876Z] df20fa9351a1: Verifying Checksum [2021-02-02T00:51:59.876Z] df20fa9351a1: Download complete [2021-02-02T00:51:59.876Z] 93b9cdb0e59b: Verifying Checksum [2021-02-02T00:51:59.876Z] 93b9cdb0e59b: Download complete [2021-02-02T00:51:59.876Z] 5e14af77c1be: Verifying Checksum [2021-02-02T00:51:59.876Z] 5e14af77c1be: Download complete [2021-02-02T00:51:59.876Z] 93b61091891f: Download complete [2021-02-02T00:51:59.876Z] 01666e4c0597: Verifying Checksum [2021-02-02T00:51:59.876Z] 01666e4c0597: Download complete [2021-02-02T00:52:00.469Z] df20fa9351a1: Pull complete [2021-02-02T00:52:00.469Z] 36b3adc4ff6f: Pull complete [2021-02-02T00:52:00.747Z] 8ad3a11d3b57: Verifying Checksum [2021-02-02T00:52:00.747Z] 8ad3a11d3b57: Download complete [2021-02-02T00:52:01.365Z] 8ad3a11d3b57: Pull complete [2021-02-02T00:52:01.645Z] 46f8f816bc3b: Pull complete [2021-02-02T00:52:01.927Z] 93b61091891f: Pull complete [2021-02-02T00:52:02.227Z] 93b9cdb0e59b: Pull complete [2021-02-02T00:52:02.227Z] 5e14af77c1be: Pull complete [2021-02-02T00:52:02.503Z] 01666e4c0597: Pull complete [2021-02-02T00:52:03.956Z] aa168da1d23b: Verifying Checksum [2021-02-02T00:52:03.956Z] aa168da1d23b: Download complete [2021-02-02T00:52:12.173Z] aa168da1d23b: Pull complete [2021-02-02T00:52:12.173Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-02T00:52:12.173Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-02T00:52:12.173Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-02T00:52:12.431Z] prd-centos7-docker-4c-2g-24460 does not seem to be running inside a container [2021-02-02T00:52:12.488Z] $ 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/54/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/54 -v /w/workspace/edgex-go/54:/w/workspace/edgex-go/54:rw,z -v /w/workspace/edgex-go/54@tmp:/w/workspace/edgex-go/54@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-02T00:52:17.249Z] $ docker top 6ff70aa301f02ea2e4f46c5158252c81a75f960bd97dc9caea67ca4fcf698430 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T00:52:17.972Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-02T00:52:18.281Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-02T00:52:18.588Z] + ls /var/log/sa-host [2021-02-02T00:52:18.589Z] + sadf -c /var/log/sa-host/sa02 [2021-02-02T00:52:18.589Z] file_magic: OK [2021-02-02T00:52:18.589Z] HZ: Using current value: 100 [2021-02-02T00:52:18.589Z] file_header: OK [2021-02-02T00:52:18.589Z] 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-02-02T00:52:18.589Z] Statistics: [2021-02-02T00:52:18.589Z] 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-02-02T00:52:18.589Z] File successfully converted to sysstat format version 12.2.1 [2021-02-02T00:52:18.589Z] + sadf -c /var/log/sa-host/sa23 [2021-02-02T00:52:18.589Z] file_magic: OK [2021-02-02T00:52:18.589Z] HZ: Using current value: 100 [2021-02-02T00:52:18.589Z] file_header: OK [2021-02-02T00:52:18.589Z] 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-02-02T00:52:18.589Z] Statistics: [2021-02-02T00:52:18.589Z] Hnuu...uuuununununu... [2021-02-02T00:52:18.589Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-02T00:52:18.778Z] provisioning config files... [2021-02-02T00:52:18.798Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/54@tmp/config7595904255811111429tmp [Pipeline] { [Pipeline] echo [2021-02-02T00:52:18.860Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T00:52:19.161Z] ---> create-netrc.sh [Pipeline] } [2021-02-02T00:52:19.171Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-02T00:52:19.257Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T00:52:19.556Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-02T00:52:19.568Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T00:52:19.866Z] ---> sudo-logs.sh [2021-02-02T00:52:19.866Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-02T00:52:19.877Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T00:52:20.178Z] ---> job-cost.sh [2021-02-02T00:52:20.178Z] lf-activate-venv: SKIPPING [2021-02-02T00:52:20.178Z] INFO: No Stack... [2021-02-02T00:52:21.126Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-02T00:52:21.705Z] INFO: Archiving Costs [Pipeline] echo [2021-02-02T00:52:21.763Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T00:52:22.210Z] ---> logs-deploy.sh [2021-02-02T00:52:22.211Z] lf-activate-venv: SKIPPING [2021-02-02T00:52:22.211Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/54 [2021-02-02T00:52:22.211Z] INFO: archiving workspace using pattern(s): [2021-02-02T00:52:23.619Z] Archives upload complete. [2021-02-02T00:52:23.883Z] INFO: archiving logs to Nexus