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 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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-26537 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/64 [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/64 # 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 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing f534e5f9d04b017a9fc5fe287232a3a1cbef38dc Checking out Revision f534e5f9d04b017a9fc5fe287232a3a1cbef38dc (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 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f534e5f9d04b017a9fc5fe287232a3a1cbef38dc # timeout=10 Commit message: "Merge commit '3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-16T00:31:51.090Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-16T00:31:51.336Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-16T00:31:51.433Z] ========================================================= [2021-02-16T00:31:51.433Z] EdgeX Global Pipelines Version Info [2021-02-16T00:31:51.433Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk ba39cb09a7e990171d7b398de1829e803e461e6c # timeout=10 [2021-02-16T00:31:53.203Z] ------------------- [2021-02-16T00:31:53.203Z] stable info: [2021-02-16T00:31:53.203Z] ------------------- [2021-02-16T00:31:53.203Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-16T00:31:53.203Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-16T00:31:53.203Z] Message: update stable to v1.0.179 [2021-02-16T00:31:54.190Z] ------------------- [2021-02-16T00:31:54.190Z] experimental info: [2021-02-16T00:31:54.190Z] ------------------- [2021-02-16T00:31:54.190Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-16T00:31:54.190Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-16T00:31:54.190Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-16T00:31:54.503Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-16T00:31:54.597Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-16T00:31:54.712Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-16T00:31:54.805Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-16T00:31:54.899Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-16T00:31:55.007Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-16T00:31:55.099Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-16T00:31:55.191Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-16T00:31:55.279Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-16T00:31:55.366Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-16T00:31:55.456Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-16T00:31:55.560Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-16T00:31:55.656Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-16T00:31:55.751Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-16T00:31:55.848Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-16T00:31:55.954Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-16T00:31:56.050Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-16T00:31:56.145Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-16T00:31:56.267Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-16T00:31:56.362Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-16T00:31:56.451Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-16T00:31:56.567Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-16T00:31:56.653Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-16T00:31:56.744Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2021-02-16T00:31:56.833Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2021-02-16T00:31:56.925Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2021-02-16T00:31:57.023Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f534e5f9d04b017a9fc5fe287232a3a1cbef38dc [Pipeline] echo [2021-02-16T00:31:57.118Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f534e5f [Pipeline] echo [2021-02-16T00:31:57.202Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-16T00:31:57.405Z] provisioning config files... [2021-02-16T00:31:57.449Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/64@tmp/config6231076719784765385tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-16T00:31:57.849Z] ---> docker-login.sh [2021-02-16T00:31:57.849Z] nexus3.edgexfoundry.org:10001 [2021-02-16T00:31:58.129Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-16T00:31:58.129Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-16T00:31:58.129Z] Configure a credential helper to remove this warning. See [2021-02-16T00:31:58.129Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-16T00:31:58.129Z] [2021-02-16T00:31:58.129Z] Login Succeeded [2021-02-16T00:31:58.129Z] nexus3.edgexfoundry.org:10002 [2021-02-16T00:31:58.399Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-16T00:31:58.399Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-16T00:31:58.399Z] Configure a credential helper to remove this warning. See [2021-02-16T00:31:58.399Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-16T00:31:58.399Z] [2021-02-16T00:31:58.399Z] Login Succeeded [2021-02-16T00:31:58.399Z] nexus3.edgexfoundry.org:10003 [2021-02-16T00:31:58.681Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-16T00:31:58.681Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-16T00:31:58.681Z] Configure a credential helper to remove this warning. See [2021-02-16T00:31:58.681Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-16T00:31:58.681Z] [2021-02-16T00:31:58.681Z] Login Succeeded [2021-02-16T00:31:58.681Z] nexus3.edgexfoundry.org:10004 [2021-02-16T00:31:58.681Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-16T00:31:58.948Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-16T00:31:58.948Z] Configure a credential helper to remove this warning. See [2021-02-16T00:31:58.948Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-16T00:31:58.948Z] [2021-02-16T00:31:58.948Z] Login Succeeded [2021-02-16T00:31:58.948Z] docker.io [2021-02-16T00:31:58.948Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-16T00:31:59.219Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-16T00:31:59.219Z] Configure a credential helper to remove this warning. See [2021-02-16T00:31:59.219Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-16T00:31:59.219Z] [2021-02-16T00:31:59.219Z] Login Succeeded [2021-02-16T00:31:59.219Z] ---> docker-login.sh ends [Pipeline] } [2021-02-16T00:31:59.232Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-16T00:31:59.757Z] ++ 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-16T00:31:59.757Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-16T00:31:59.757Z] ++ dirname cmd/core-command/Dockerfile [2021-02-16T00:31:59.757Z] ++ cut -d/ -f2 [2021-02-16T00:31:59.757Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-16T00:31:59.757Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-16T00:31:59.757Z] ++ dirname cmd/core-data/Dockerfile [2021-02-16T00:31:59.757Z] ++ cut -d/ -f2 [2021-02-16T00:31:59.757Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-16T00:31:59.757Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-16T00:31:59.757Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-16T00:31:59.757Z] ++ cut -d/ -f2 [2021-02-16T00:31:59.757Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-16T00:31:59.757Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-16T00:31:59.757Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-16T00:31:59.757Z] ++ cut -d/ -f2 [2021-02-16T00:31:59.757Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-16T00:31:59.757Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-16T00:31:59.757Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-16T00:31:59.757Z] ++ cut -d/ -f2 [2021-02-16T00:31:59.757Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-16T00:31:59.757Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-16T00:31:59.757Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-16T00:31:59.757Z] ++ cut -d/ -f2 [2021-02-16T00:31:59.757Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-16T00:31:59.757Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-16T00:31:59.757Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-16T00:31:59.757Z] ++ cut -d/ -f2 [2021-02-16T00:31:59.757Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-16T00:31:59.757Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-16T00:31:59.757Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-16T00:31:59.757Z] ++ cut -d/ -f2 [2021-02-16T00:31:59.757Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-16T00:31:59.757Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-16T00:31:59.757Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-16T00:31:59.757Z] ++ cut -d/ -f2 [2021-02-16T00:31:59.757Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-16T00:31:59.863Z] 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-16T00:32:00.831Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-16T00:32:00.831Z] [2021-02-16T00:32:00.831Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-16T00:32:01.225Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-16T00:32:01.225Z] latest: Pulling from edgex-devops/git-semver [2021-02-16T00:32:01.225Z] 31603596830f: Pulling fs layer [2021-02-16T00:32:01.225Z] 2a8b12db71e7: Pulling fs layer [2021-02-16T00:32:01.225Z] 6ca5941a6612: Pulling fs layer [2021-02-16T00:32:01.225Z] ecc8261a40a4: Pulling fs layer [2021-02-16T00:32:01.225Z] ecc8261a40a4: Waiting [2021-02-16T00:32:01.225Z] 2a8b12db71e7: Verifying Checksum [2021-02-16T00:32:01.225Z] 2a8b12db71e7: Download complete [2021-02-16T00:32:01.504Z] 31603596830f: Verifying Checksum [2021-02-16T00:32:01.504Z] 31603596830f: Download complete [2021-02-16T00:32:01.504Z] ecc8261a40a4: Verifying Checksum [2021-02-16T00:32:01.504Z] ecc8261a40a4: Download complete [2021-02-16T00:32:01.504Z] 6ca5941a6612: Verifying Checksum [2021-02-16T00:32:01.504Z] 6ca5941a6612: Download complete [2021-02-16T00:32:01.780Z] 31603596830f: Pull complete [2021-02-16T00:32:01.780Z] 2a8b12db71e7: Pull complete [2021-02-16T00:32:02.786Z] 6ca5941a6612: Pull complete [2021-02-16T00:32:03.058Z] ecc8261a40a4: Pull complete [2021-02-16T00:32:03.058Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-16T00:32:03.058Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-16T00:32:03.058Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-16T00:32:03.186Z] prd-centos7-docker-4c-2g-26537 does not seem to be running inside a container [2021-02-16T00:32:03.267Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/64 -v /w/workspace/edgex-go/64:/w/workspace/edgex-go/64:rw,z -v /w/workspace/edgex-go/64@tmp:/w/workspace/edgex-go/64@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-16T00:32:05.889Z] $ docker top 582a09a5888ac680bb0f30980cd22cb23cc073378ef613c345bedf1da4fd8ff3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-16T00:32:06.238Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-16T00:32:06.238Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-16T00:32:06.517Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-16T00:32:06.523Z] $ docker exec 582a09a5888ac680bb0f30980cd22cb23cc073378ef613c345bedf1da4fd8ff3 ssh-agent [2021-02-16T00:32:06.721Z] SSH_AUTH_SOCK=/tmp/ssh-cy73MBGAwTZH/agent.11 [2021-02-16T00:32:06.721Z] SSH_AGENT_PID=16 [2021-02-16T00:32:06.736Z] Running ssh-add (command line suppressed) [2021-02-16T00:32:06.871Z] Identity added: /w/workspace/edgex-go/64@tmp/private_key_6577383196683062981.key (/w/workspace/edgex-go/64@tmp/private_key_6577383196683062981.key) [2021-02-16T00:32:06.927Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-16T00:32:07.279Z] + git tag --points-at HEAD [Pipeline] } [2021-02-16T00:32:07.306Z] $ docker exec --env ******** --env ******** 582a09a5888ac680bb0f30980cd22cb23cc073378ef613c345bedf1da4fd8ff3 ssh-agent -k [2021-02-16T00:32:07.429Z] unset SSH_AUTH_SOCK; [2021-02-16T00:32:07.431Z] unset SSH_AGENT_PID; [2021-02-16T00:32:07.431Z] echo Agent pid 16 killed; [2021-02-16T00:32:07.498Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-16T00:32:07.659Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-16T00:32:07.659Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-16T00:32:07.930Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-16T00:32:07.935Z] $ docker exec 582a09a5888ac680bb0f30980cd22cb23cc073378ef613c345bedf1da4fd8ff3 ssh-agent [2021-02-16T00:32:08.125Z] SSH_AUTH_SOCK=/tmp/ssh-QXraUi4fhf0z/agent.44 [2021-02-16T00:32:08.125Z] SSH_AGENT_PID=49 [2021-02-16T00:32:08.135Z] Running ssh-add (command line suppressed) [2021-02-16T00:32:08.277Z] Identity added: /w/workspace/edgex-go/64@tmp/private_key_3247646930101320922.key (/w/workspace/edgex-go/64@tmp/private_key_3247646930101320922.key) [2021-02-16T00:32:08.333Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-16T00:32:08.702Z] + git semver init [2021-02-16T00:32:08.702Z] # -> Open(): unable to determine branch for HEAD [2021-02-16T00:32:08.702Z] # $GIT_DIR = /w/workspace/edgex-go/64/.git [2021-02-16T00:32:08.702Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/64 [2021-02-16T00:32:08.702Z] # $SEMVER_REMOTE_NAME = origin [2021-02-16T00:32:08.702Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-16T00:32:08.702Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-16T00:32:08.702Z] # $SEMVER_BRANCH = PR-2858 [2021-02-16T00:32:08.702Z] # $SEMVER_TEMP = /tmp/semver-599998006 [2021-02-16T00:32:08.702Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-16T00:32:35.477Z] # '/tmp/semver-599998006' -> '/w/workspace/edgex-go/64/.semver' [2021-02-16T00:32:35.477Z] # -> Force: false [2021-02-16T00:32:35.477Z] # $SEMVER_DIR = /w/workspace/edgex-go/64/.semver [Pipeline] } [2021-02-16T00:32:35.520Z] $ docker exec --env ******** --env ******** 582a09a5888ac680bb0f30980cd22cb23cc073378ef613c345bedf1da4fd8ff3 ssh-agent -k [2021-02-16T00:32:35.760Z] unset SSH_AUTH_SOCK; [2021-02-16T00:32:35.761Z] unset SSH_AGENT_PID; [2021-02-16T00:32:35.761Z] echo Agent pid 49 killed; [2021-02-16T00:32:35.887Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-16T00:32:36.504Z] + git semver [Pipeline] } [2021-02-16T00:32:36.543Z] $ docker stop --time=1 582a09a5888ac680bb0f30980cd22cb23cc073378ef613c345bedf1da4fd8ff3 [2021-02-16T00:32:38.604Z] $ docker rm -f 582a09a5888ac680bb0f30980cd22cb23cc073378ef613c345bedf1da4fd8ff3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-16T00:32:39.200Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-16T00:32:39.952Z] Stashed 1 file(s) [Pipeline] echo [2021-02-16T00:32:39.955Z] [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-16T00:32:41.143Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-16T00:32:41.533Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-16T00:32:41.904Z] + sudo service docker restart [2021-02-16T00:32:41.904Z] + true [2021-02-16T00:32:41.904Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-16T00:32:42.545Z] ========================================================= [2021-02-16T00:32:42.545Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-16T00:32:42.545Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-16T00:32:42.953Z] + 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-16T00:32:47.234Z] Sending build context to Docker daemon 327.9MB [2021-02-16T00:32:47.234Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-16T00:32:47.234Z] Step 2/6 : FROM ${BASE} [2021-02-16T00:32:47.234Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-16T00:32:47.234Z] 188c0c94c7c5: Pulling fs layer [2021-02-16T00:32:47.234Z] 0ef7d3d256c8: Pulling fs layer [2021-02-16T00:32:47.234Z] de9db76c5a1d: Pulling fs layer [2021-02-16T00:32:47.234Z] bca2f99d35d6: Pulling fs layer [2021-02-16T00:32:47.234Z] 93359f2a8cfa: Pulling fs layer [2021-02-16T00:32:47.234Z] 7c6f9722023f: Pulling fs layer [2021-02-16T00:32:47.234Z] a35cf1a2eb13: Pulling fs layer [2021-02-16T00:32:47.234Z] bca2f99d35d6: Waiting [2021-02-16T00:32:47.234Z] 93359f2a8cfa: Waiting [2021-02-16T00:32:47.234Z] a35cf1a2eb13: Waiting [2021-02-16T00:32:47.234Z] 7c6f9722023f: Waiting [2021-02-16T00:32:47.234Z] de9db76c5a1d: Verifying Checksum [2021-02-16T00:32:47.235Z] de9db76c5a1d: Download complete [2021-02-16T00:32:47.235Z] 0ef7d3d256c8: Download complete [2021-02-16T00:32:47.235Z] 93359f2a8cfa: Verifying Checksum [2021-02-16T00:32:47.235Z] 93359f2a8cfa: Download complete [2021-02-16T00:32:47.235Z] 7c6f9722023f: Download complete [2021-02-16T00:32:47.235Z] 188c0c94c7c5: Verifying Checksum [2021-02-16T00:32:47.235Z] 188c0c94c7c5: Download complete [2021-02-16T00:32:47.882Z] 188c0c94c7c5: Pull complete [2021-02-16T00:32:47.882Z] 0ef7d3d256c8: Pull complete [2021-02-16T00:32:48.154Z] de9db76c5a1d: Pull complete [2021-02-16T00:32:50.148Z] a35cf1a2eb13: Verifying Checksum [2021-02-16T00:32:50.148Z] a35cf1a2eb13: Download complete [2021-02-16T00:32:50.420Z] bca2f99d35d6: Verifying Checksum [2021-02-16T00:32:50.420Z] bca2f99d35d6: Download complete [2021-02-16T00:32:55.525Z] Still waiting to schedule task [2021-02-16T00:32:55.525Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-26534’ [2021-02-16T00:32:56.188Z] bca2f99d35d6: Pull complete [2021-02-16T00:32:56.188Z] 93359f2a8cfa: Pull complete [2021-02-16T00:32:56.188Z] 7c6f9722023f: Pull complete [2021-02-16T00:33:00.520Z] a35cf1a2eb13: Pull complete [2021-02-16T00:33:00.520Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-16T00:33:00.520Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-16T00:33:00.520Z] ---> a62c8e92a672 [2021-02-16T00:33:00.520Z] 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-16T00:33:00.520Z] ---> Running in 1b7451bca0f4 [2021-02-16T00:33:01.172Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-16T00:33:02.185Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-16T00:33:02.786Z] (1/12) Installing libmagic (5.38-r0) [2021-02-16T00:33:03.056Z] (2/12) Installing file (5.38-r0) [2021-02-16T00:33:03.056Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-16T00:33:03.056Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-16T00:33:07.461Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-16T00:33:07.461Z] (6/12) Installing patch (2.7.6-r6) [2021-02-16T00:33:07.461Z] (7/12) Installing build-base (0.5-r2) [2021-02-16T00:33:07.461Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-16T00:33:07.461Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-16T00:33:07.461Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-16T00:33:07.461Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-16T00:33:07.461Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-16T00:33:07.725Z] Executing busybox-1.31.1-r19.trigger [2021-02-16T00:33:07.725Z] OK: 233 MiB in 51 packages [2021-02-16T00:33:11.981Z] Removing intermediate container 1b7451bca0f4 [2021-02-16T00:33:11.981Z] ---> 9df953704055 [2021-02-16T00:33:11.981Z] Step 4/6 : WORKDIR /edgex-go [2021-02-16T00:33:11.981Z] ---> Running in 7783834e664c [2021-02-16T00:33:11.981Z] Removing intermediate container 7783834e664c [2021-02-16T00:33:11.981Z] ---> 82fcfd40f023 [2021-02-16T00:33:11.981Z] Step 5/6 : COPY go.mod . [2021-02-16T00:33:11.981Z] ---> 2fbf5617ba8f [2021-02-16T00:33:11.981Z] Step 6/6 : RUN go mod download [2021-02-16T00:33:11.981Z] ---> Running in 95f1de05d2d0 [2021-02-16T00:33:38.823Z] Removing intermediate container 95f1de05d2d0 [2021-02-16T00:33:38.823Z] ---> e531ecc9ee88 [2021-02-16T00:33:38.823Z] Successfully built e531ecc9ee88 [2021-02-16T00:33:38.823Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-16T00:33:39.145Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-16T00:33:39.146Z] . [Pipeline] withDockerContainer [2021-02-16T00:33:39.261Z] prd-centos7-docker-4c-2g-26537 does not seem to be running inside a container [2021-02-16T00:33:39.320Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/64 -v /w/workspace/edgex-go/64:/w/workspace/edgex-go/64:rw,z -v /w/workspace/edgex-go/64@tmp:/w/workspace/edgex-go/64@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-16T00:33:40.226Z] $ docker top 777da5101282c733d089cd234767af5187916fc1ce4e8a2505a404ae26cb3fef -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-16T00:33:40.839Z] + go version [2021-02-16T00:33:40.840Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-16T00:33:40.885Z] $ docker stop --time=1 777da5101282c733d089cd234767af5187916fc1ce4e8a2505a404ae26cb3fef [2021-02-16T00:33:42.309Z] $ docker rm -f 777da5101282c733d089cd234767af5187916fc1ce4e8a2505a404ae26cb3fef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-16T00:33:43.170Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-16T00:33:43.170Z] . [Pipeline] withDockerContainer [2021-02-16T00:33:43.288Z] prd-centos7-docker-4c-2g-26537 does not seem to be running inside a container [2021-02-16T00:33:43.387Z] $ 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/64 -v /w/workspace/edgex-go/64:/w/workspace/edgex-go/64:rw,z -v /w/workspace/edgex-go/64@tmp:/w/workspace/edgex-go/64@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-16T00:33:44.204Z] $ docker top 8c1295c43ee195a7dff951870442f74764677836f1d4338f5935f799d4c3f227 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-16T00:33:44.451Z] ========================================================= [2021-02-16T00:33:44.451Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-16T00:33:44.451Z] ========================================================= [Pipeline] sh [2021-02-16T00:33:44.746Z] + make test [2021-02-16T00:33:44.746Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-16T00:33:54.870Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-16T00:34:09.979Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-16T00:34:16.708Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-16T00:34:16.708Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-16T00:34:16.708Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-16T00:34:19.308Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-16T00:34:19.308Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-16T00:34:19.308Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-16T00:34:19.308Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-16T00:34:20.268Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-16T00:34:20.550Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-16T00:34:23.174Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-16T00:34:23.174Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-16T00:34:23.174Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-16T00:34:25.139Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.131s coverage: 45.9% of statements [2021-02-16T00:34:25.139Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-16T00:34:25.139Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-16T00:34:25.139Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-16T00:34:25.139Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-16T00:34:25.139Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-16T00:34:25.139Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-16T00:34:25.139Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-16T00:34:25.139Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.100s coverage: 100.0% of statements [2021-02-16T00:34:27.774Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.201s coverage: 27.1% of statements [2021-02-16T00:34:27.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-16T00:34:27.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-16T00:34:27.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-16T00:34:27.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-16T00:34:27.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-16T00:34:27.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-16T00:34:27.774Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.043s coverage: 100.0% of statements [2021-02-16T00:34:27.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-16T00:34:27.774Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.040s coverage: 100.0% of statements [2021-02-16T00:34:27.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-16T00:34:27.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-16T00:34:28.042Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.082s coverage: 65.8% of statements [2021-02-16T00:34:28.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-16T00:34:28.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-16T00:34:28.305Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.426s coverage: 82.3% of statements [2021-02-16T00:34:28.306Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-16T00:34:28.306Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-16T00:34:28.306Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-16T00:34:28.306Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-16T00:34:31.690Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.368s coverage: 28.6% of statements [2021-02-16T00:34:31.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-16T00:34:31.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-16T00:34:31.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-16T00:34:31.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-16T00:34:31.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-16T00:34:31.690Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.064s coverage: 100.0% of statements [2021-02-16T00:34:31.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-16T00:34:31.690Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.050s coverage: 100.0% of statements [2021-02-16T00:34:31.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-16T00:34:31.690Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.142s coverage: 86.7% of statements [2021-02-16T00:34:31.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-16T00:34:31.690Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.104s coverage: 97.5% of statements [2021-02-16T00:34:31.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-16T00:34:31.690Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.072s coverage: 78.3% of statements [2021-02-16T00:34:31.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-16T00:34:31.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-16T00:34:31.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-16T00:34:31.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-16T00:34:33.720Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.454s coverage: 92.8% of statements [2021-02-16T00:34:33.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-16T00:34:33.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-16T00:34:33.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-16T00:34:33.720Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-16T00:34:33.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-16T00:34:33.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-16T00:34:33.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-16T00:34:33.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-16T00:34:33.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-16T00:34:33.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-16T00:34:33.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-16T00:34:33.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-16T00:34:33.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-16T00:34:33.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-16T00:34:33.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-16T00:34:33.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-16T00:34:33.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-16T00:34:33.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-16T00:34:33.720Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-02-16T00:34:33.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-16T00:34:33.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-16T00:34:33.720Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.055s coverage: 0.1% of statements [2021-02-16T00:34:33.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-16T00:34:33.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-16T00:34:33.720Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-16T00:34:33.720Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.033s coverage: 45.5% of statements [2021-02-16T00:34:33.720Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.050s coverage: 79.5% of statements [2021-02-16T00:34:33.720Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.027s coverage: 94.1% of statements [2021-02-16T00:34:33.720Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.047s coverage: 96.3% of statements [2021-02-16T00:34:34.026Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.027s coverage: 87.5% of statements [2021-02-16T00:34:46.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.042s coverage: 94.4% of statements [2021-02-16T00:34:46.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.049s coverage: 44.8% of statements [2021-02-16T00:34:58.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.065s coverage: 92.9% of statements [2021-02-16T00:34:58.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-16T00:34:58.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-16T00:34:58.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-16T00:34:58.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 77.8% of statements [2021-02-16T00:34:58.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-16T00:34:58.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-16T00:34:58.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-16T00:34:58.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-16T00:34:58.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-16T00:34:58.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.039s coverage: 87.2% of statements [2021-02-16T00:34:58.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-16T00:34:58.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-16T00:34:58.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-02-16T00:34:58.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-16T00:34:58.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements [2021-02-16T00:34:58.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-16T00:34:58.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-16T00:34:58.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.072s coverage: 87.2% of statements [2021-02-16T00:34:58.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.056s coverage: 84.2% of statements [2021-02-16T00:34:58.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.079s coverage: 91.4% of statements [2021-02-16T00:34:58.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-16T00:34:58.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.169s coverage: 63.5% of statements [2021-02-16T00:34:58.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-16T00:34:58.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-16T00:34:58.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-02-16T00:34:58.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-02-16T00:34:58.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-02-16T00:34:58.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-02-16T00:34:58.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-02-16T00:34:58.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.313s coverage: 68.9% of statements [2021-02-16T00:34:58.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-16T00:34:58.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-16T00:34:58.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.103s coverage: 37.0% of statements [2021-02-16T00:34:58.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-16T00:34:58.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-16T00:34:58.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.318s coverage: 84.0% of statements [2021-02-16T00:34:58.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.038s coverage: 100.0% of statements [2021-02-16T00:34:58.717Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.136s coverage: 47.0% of statements [2021-02-16T00:34:58.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-16T00:34:58.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-16T00:34:58.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-16T00:34:58.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-16T00:34:58.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-16T00:34:58.717Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.059s coverage: 100.0% of statements [2021-02-16T00:34:58.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-16T00:34:58.717Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.051s coverage: 100.0% of statements [2021-02-16T00:34:58.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-16T00:34:58.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-16T00:34:58.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-16T00:34:58.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-16T00:34:58.717Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.103s coverage: 89.4% of statements [2021-02-16T00:34:58.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-16T00:34:58.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-16T00:34:58.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-16T00:34:58.717Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.725s coverage: 29.1% of statements [2021-02-16T00:34:58.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-16T00:34:58.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-16T00:34:58.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-16T00:34:58.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-16T00:34:58.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-16T00:34:58.717Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements [2021-02-16T00:34:58.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-16T00:34:58.717Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.038s coverage: 100.0% of statements [2021-02-16T00:34:58.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-16T00:34:58.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-16T00:34:58.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-16T00:34:58.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-16T00:34:58.717Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.055s coverage: 100.0% of statements [2021-02-16T00:34:58.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-16T00:34:58.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-16T00:34:58.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-16T00:34:58.717Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements [2021-02-16T00:34:58.717Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-16T00:34:58.717Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements [2021-02-16T00:34:58.717Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-16T00:34:58.718Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-16T00:34:58.718Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-16T00:34:58.718Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-16T00:34:58.718Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements [2021-02-16T00:34:58.718Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-16T00:34:58.718Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-16T00:34:58.718Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-02-16T00:34:58.718Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-02-16T00:34:58.718Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-02-16T00:34:58.718Z] GO111MODULE=on go vet ./... [2021-02-16T00:35:26.064Z] gofmt -l . [2021-02-16T00:35:26.064Z] [ "`gofmt -l .`" = "" ] [2021-02-16T00:35:26.064Z] ./bin/test-go-mod-tidy.sh [2021-02-16T00:35:26.064Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-16T00:35:26.696Z] + ls -al . [2021-02-16T00:35:26.697Z] total 700 [2021-02-16T00:35:26.697Z] drwxrwxr-x 10 1001 1001 4096 Feb 16 00:35 . [2021-02-16T00:35:26.697Z] drwxr-xr-x 4 root root 30 Feb 16 00:33 .. [2021-02-16T00:35:26.697Z] -rw-rw-r-- 1 1001 1001 11 Feb 16 00:31 .dockerignore [2021-02-16T00:35:26.697Z] drwxrwxr-x 8 1001 1001 179 Feb 16 00:31 .git [2021-02-16T00:35:26.697Z] drwxrwxr-x 3 1001 1001 125 Feb 16 00:31 .github [2021-02-16T00:35:26.697Z] -rw-rw-r-- 1 1001 1001 818 Feb 16 00:31 .gitignore [2021-02-16T00:35:26.697Z] drwx------ 3 1001 1001 60 Feb 16 00:32 .semver [2021-02-16T00:35:26.697Z] -rw-rw-r-- 1 1001 1001 166 Feb 16 00:31 .sonarcloud.properties [2021-02-16T00:35:26.697Z] -rw-rw-r-- 1 1001 1001 7859 Feb 16 00:31 Attribution.txt [2021-02-16T00:35:26.697Z] -rw-rw-r-- 1 1001 1001 3804 Feb 16 00:31 CONTRIBUTING.md [2021-02-16T00:35:26.697Z] -rw-rw-r-- 1 1001 1001 931 Feb 16 00:31 Dockerfile.build [2021-02-16T00:35:26.697Z] -rw-rw-r-- 1 1001 1001 863 Feb 16 00:31 Jenkinsfile [2021-02-16T00:35:26.697Z] -rw-rw-r-- 1 1001 1001 10775 Feb 16 00:31 LICENSE [2021-02-16T00:35:26.697Z] -rw-rw-r-- 1 1001 1001 5774 Feb 16 00:31 Makefile [2021-02-16T00:35:26.697Z] -rw-rw-r-- 1 1001 1001 6524 Feb 16 00:31 README.md [2021-02-16T00:35:26.697Z] -rw-rw-r-- 1 1001 1001 6755 Feb 16 00:31 SECURITY.md [2021-02-16T00:35:26.697Z] -rw-rw-r-- 1 1001 1001 5 Feb 16 00:32 VERSION [2021-02-16T00:35:26.697Z] -rw-rw-r-- 1 1001 1001 4131 Feb 16 00:31 ZMQWindows.md [2021-02-16T00:35:26.697Z] drwxrwxr-x 2 1001 1001 117 Feb 16 00:31 bin [2021-02-16T00:35:26.697Z] drwxrwxr-x 14 1001 1001 4096 Feb 16 00:31 cmd [2021-02-16T00:35:26.697Z] -rw-r--r-- 1 root root 595676 Feb 16 00:34 coverage.out [2021-02-16T00:35:26.697Z] -rw-r--r-- 1 root root 1054 Feb 16 00:35 go.mod [2021-02-16T00:35:26.697Z] -rw-r--r-- 1 root root 19518 Feb 16 00:35 go.sum [2021-02-16T00:35:26.697Z] drwxrwxr-x 8 1001 1001 127 Feb 16 00:31 internal [2021-02-16T00:35:26.697Z] drwxrwxr-x 4 1001 1001 26 Feb 16 00:31 openapi [2021-02-16T00:35:26.697Z] drwxrwxr-x 4 1001 1001 71 Feb 16 00:31 snap [2021-02-16T00:35:26.697Z] -rw-rw-r-- 1 1001 1001 168 Feb 16 00:31 version.go [Pipeline] sh [2021-02-16T00:35:27.091Z] + '[' -e coverage.out ] [2021-02-16T00:35:27.091Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-16T00:35:27.301Z] Stashed 1 file(s) [Pipeline] sh [2021-02-16T00:35:27.614Z] + make build [2021-02-16T00:35:27.614Z] 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-16T00:35:31.926Z] 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-16T00:35:40.234Z] 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-16T00:35:41.631Z] 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-16T00:35:43.570Z] 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-16T00:35:43.837Z] 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-16T00:35:45.764Z] 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-16T00:35:47.706Z] 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-16T00:35:48.670Z] 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-16T00:35:50.071Z] 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-16T00:35:51.034Z] 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-16T00:35:52.440Z] 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-16T00:35:54.394Z] $ docker stop --time=1 8c1295c43ee195a7dff951870442f74764677836f1d4338f5935f799d4c3f227 [2021-02-16T00:35:56.174Z] $ docker rm -f 8c1295c43ee195a7dff951870442f74764677836f1d4338f5935f799d4c3f227 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-16T00:35:57.976Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-16T00:35:57.976Z] [2021-02-16T00:35:57.976Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-16T00:35:58.333Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-16T00:35:58.333Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-16T00:35:58.333Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-16T00:35:58.333Z] ca9280d653b3: Pulling fs layer [2021-02-16T00:35:58.333Z] 7e9c9ca2126c: Pulling fs layer [2021-02-16T00:35:58.609Z] cbdbe7a5bc2a: Download complete [2021-02-16T00:35:58.882Z] cbdbe7a5bc2a: Pull complete [2021-02-16T00:35:58.882Z] ca9280d653b3: Verifying Checksum [2021-02-16T00:35:58.882Z] ca9280d653b3: Download complete [2021-02-16T00:36:00.359Z] ca9280d653b3: Pull complete [2021-02-16T00:36:00.949Z] 7e9c9ca2126c: Verifying Checksum [2021-02-16T00:36:00.949Z] 7e9c9ca2126c: Download complete [2021-02-16T00:36:09.180Z] 7e9c9ca2126c: Pull complete [2021-02-16T00:36:09.180Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-16T00:36:09.180Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-16T00:36:09.180Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-16T00:36:09.465Z] prd-centos7-docker-4c-2g-26537 does not seem to be running inside a container [2021-02-16T00:36:09.547Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/64 -v /w/workspace/edgex-go/64:/w/workspace/edgex-go/64:rw,z -v /w/workspace/edgex-go/64@tmp:/w/workspace/edgex-go/64@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-16T00:36:11.519Z] $ docker top 91818c32792c29f27481521dfad3cac36fffe270520e0c109cf411c2cab8a990 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-16T00:36:12.017Z] + docker-compose build --help [2021-02-16T00:36:12.018Z] + grep parallel [2021-02-16T00:36:12.973Z] --parallel Build images in parallel. [Pipeline] } [2021-02-16T00:36:13.253Z] $ docker stop --time=1 91818c32792c29f27481521dfad3cac36fffe270520e0c109cf411c2cab8a990 [2021-02-16T00:36:14.667Z] $ docker rm -f 91818c32792c29f27481521dfad3cac36fffe270520e0c109cf411c2cab8a990 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-16T00:36:15.294Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-16T00:36:15.295Z] . [Pipeline] withDockerContainer [2021-02-16T00:36:15.401Z] prd-centos7-docker-4c-2g-26537 does not seem to be running inside a container [2021-02-16T00:36:15.454Z] $ 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/64 -v /w/workspace/edgex-go/64:/w/workspace/edgex-go/64:rw,z -v /w/workspace/edgex-go/64@tmp:/w/workspace/edgex-go/64@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-16T00:36:16.237Z] $ docker top 6780e3d1c21dc0c3c34e42e75ec2dd9e1d501f0badbd1aceb3f90ffad48d7a37 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-16T00:36:16.865Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-16T00:36:18.804Z] Building docker-core-command-go ... [2021-02-16T00:36:18.804Z] Building docker-core-data-go ... [2021-02-16T00:36:18.804Z] Building docker-core-metadata-go ... [2021-02-16T00:36:18.804Z] Building docker-security-bootstrapper-go ... [2021-02-16T00:36:18.804Z] Building docker-security-proxy-setup-go ... [2021-02-16T00:36:18.804Z] Building docker-security-secretstore-setup-go ... [2021-02-16T00:36:18.804Z] Building docker-support-notifications-go ... [2021-02-16T00:36:18.804Z] Building docker-support-scheduler-go ... [2021-02-16T00:36:18.804Z] Building docker-sys-mgmt-agent-go ... [2021-02-16T00:36:18.804Z] Building docker-support-notifications-go [2021-02-16T00:36:18.804Z] Building docker-sys-mgmt-agent-go [2021-02-16T00:36:18.804Z] Building docker-core-command-go [2021-02-16T00:36:18.804Z] Building docker-security-secretstore-setup-go [2021-02-16T00:36:18.804Z] Building docker-security-bootstrapper-go [2021-02-16T00:36:21.844Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-26539 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-02-16T00:36:21.892Z] Running in /w/workspace/edgex-go/64 [Pipeline] { [Pipeline] checkout [2021-02-16T00:36:26.982Z] using credential edgex-jenkins-ssh [2021-02-16T00:36:27.047Z] Cloning the remote Git repository [2021-02-16T00:36:27.107Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-16T00:36:27.225Z] > git init /w/workspace/edgex-go/64 # timeout=10 [2021-02-16T00:36:27.338Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-16T00:36:27.339Z] > git --version # timeout=10 [2021-02-16T00:36:27.360Z] > git --version # 'git version 2.17.1' [2021-02-16T00:36:27.362Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-16T00:36:27.415Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-16T00:36:43.647Z] Merging remotes/origin/master commit 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-02-16T00:36:42.740Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-16T00:36:42.762Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-16T00:36:42.795Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-16T00:36:42.834Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-16T00:36:42.835Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-16T00:36:42.845Z] > 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-16T00:36:43.672Z] > git config core.sparsecheckout # timeout=10 [2021-02-16T00:36:43.693Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-02-16T00:36:44.031Z] > git remote # timeout=10 [2021-02-16T00:36:44.053Z] > git config --get remote.origin.url # timeout=10 [2021-02-16T00:36:44.076Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-16T00:36:44.089Z] > git merge 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 # timeout=10 [2021-02-16T00:36:44.969Z] Merge succeeded, producing 8344c90e310231202bed93e7079f7d2379e23d3f [2021-02-16T00:36:44.969Z] Checking out Revision 8344c90e310231202bed93e7079f7d2379e23d3f (PR-2858) [2021-02-16T00:36:44.952Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-16T00:36:44.979Z] > git config core.sparsecheckout # timeout=10 [2021-02-16T00:36:45.009Z] > git checkout -f 8344c90e310231202bed93e7079f7d2379e23d3f # timeout=10 [2021-02-16T00:36:49.718Z] Commit message: "Merge commit '3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0' into HEAD" [2021-02-16T00:36:49.751Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-16T00:36:49.730Z] > git rev-list --no-walk ba39cb09a7e990171d7b398de1829e803e461e6c # timeout=10 [2021-02-16T00:36:51.424Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-16T00:36:51.424Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-16T00:36:51.424Z] ---> e531ecc9ee88 [2021-02-16T00:36:51.424Z] Step 3/30 : WORKDIR /edgex-go [2021-02-16T00:36:51.424Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-16T00:36:51.424Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-16T00:36:51.424Z] ---> e531ecc9ee88 [2021-02-16T00:36:51.424Z] Step 3/23 : WORKDIR /edgex-go [2021-02-16T00:36:51.457Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-16T00:36:51.904Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-16T00:36:52.115Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-16T00:36:52.115Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-16T00:36:52.115Z] ---> e531ecc9ee88 [2021-02-16T00:36:52.115Z] Step 3/22 : WORKDIR /edgex-go [2021-02-16T00:36:52.115Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-16T00:36:52.115Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-16T00:36:52.115Z] ---> e531ecc9ee88 [2021-02-16T00:36:52.115Z] Step 3/24 : WORKDIR /edgex-go [2021-02-16T00:36:52.250Z] + sudo service docker restart [2021-02-16T00:36:52.250Z] + true [2021-02-16T00:36:52.380Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-16T00:36:52.380Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-16T00:36:52.380Z] ---> e531ecc9ee88 [2021-02-16T00:36:52.380Z] Step 3/26 : WORKDIR /edgex-go [2021-02-16T00:36:53.341Z] ---> Running in a5a747af6533 [2021-02-16T00:36:53.341Z] ---> Running in a6b063741dcf [2021-02-16T00:36:53.341Z] ---> Running in befd8207118b [2021-02-16T00:36:53.341Z] ---> Running in 0453f8d80117 [2021-02-16T00:36:53.341Z] ---> Running in d36b7a1f65ce [2021-02-16T00:36:53.609Z] Removing intermediate container d36b7a1f65ce [2021-02-16T00:36:53.609Z] ---> f137a34c34f8 [2021-02-16T00:36:53.609Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-16T00:36:53.609Z] Removing intermediate container a5a747af6533 [2021-02-16T00:36:53.609Z] ---> c1c859c1dea2 [2021-02-16T00:36:53.609Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-16T00:36:53.609Z] Removing intermediate container a6b063741dcf [2021-02-16T00:36:53.609Z] ---> 87499c862e9e [2021-02-16T00:36:53.609Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-16T00:36:53.609Z] Removing intermediate container befd8207118b [2021-02-16T00:36:53.609Z] ---> 9033c65112e0 [2021-02-16T00:36:53.609Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-16T00:36:53.873Z] ---> Running in a899089ac700 [2021-02-16T00:36:53.873Z] Removing intermediate container 0453f8d80117 [2021-02-16T00:36:53.873Z] ---> 25222328eeff [2021-02-16T00:36:53.873Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-16T00:36:53.873Z] ---> Running in 1423093fd3dd [2021-02-16T00:36:53.873Z] ---> Running in c39e6d200c47 [2021-02-16T00:36:53.873Z] ---> Running in 9bc48181e971 [2021-02-16T00:36:53.873Z] ---> Running in 335bc7982c58 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-16T00:36:54.305Z] provisioning config files... [2021-02-16T00:36:54.349Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/64@tmp/config7479977470505559526tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-16T00:36:54.774Z] ---> docker-login.sh [2021-02-16T00:36:54.774Z] nexus3.edgexfoundry.org:10001 [2021-02-16T00:36:55.757Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-16T00:36:55.814Z] Removing intermediate container 1423093fd3dd [2021-02-16T00:36:55.814Z] ---> 3971959f5756 [2021-02-16T00:36:55.814Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-16T00:36:56.031Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-16T00:36:56.031Z] Configure a credential helper to remove this warning. See [2021-02-16T00:36:56.031Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-16T00:36:56.031Z] [2021-02-16T00:36:56.031Z] Login Succeeded [2021-02-16T00:36:56.031Z] nexus3.edgexfoundry.org:10002 [2021-02-16T00:36:56.085Z] ---> Running in b1e85bd1d77a [2021-02-16T00:36:56.085Z] Removing intermediate container c39e6d200c47 [2021-02-16T00:36:56.085Z] ---> 0d55c1c1a56b [2021-02-16T00:36:56.085Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-16T00:36:56.305Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-16T00:36:56.350Z] ---> Running in e3ccc05abc87 [2021-02-16T00:36:56.350Z] Removing intermediate container a899089ac700 [2021-02-16T00:36:56.350Z] ---> bb57dca9d9ff [2021-02-16T00:36:56.350Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-16T00:36:56.585Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-16T00:36:56.585Z] Configure a credential helper to remove this warning. See [2021-02-16T00:36:56.585Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-16T00:36:56.585Z] [2021-02-16T00:36:56.585Z] Login Succeeded [2021-02-16T00:36:56.585Z] nexus3.edgexfoundry.org:10003 [2021-02-16T00:36:56.617Z] Removing intermediate container 335bc7982c58 [2021-02-16T00:36:56.617Z] ---> 985d75f7022c [2021-02-16T00:36:56.617Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-16T00:36:56.617Z] Removing intermediate container 9bc48181e971 [2021-02-16T00:36:56.617Z] ---> 53c3aeaa081b [2021-02-16T00:36:56.617Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-16T00:36:56.617Z] ---> Running in d7402075b4eb [2021-02-16T00:36:56.859Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-16T00:36:56.882Z] ---> Running in 845d46670667 [2021-02-16T00:36:56.882Z] ---> Running in 75955c091e49 [2021-02-16T00:36:56.882Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-16T00:36:57.133Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-16T00:36:57.133Z] Configure a credential helper to remove this warning. See [2021-02-16T00:36:57.133Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-16T00:36:57.133Z] [2021-02-16T00:36:57.133Z] Login Succeeded [2021-02-16T00:36:57.133Z] nexus3.edgexfoundry.org:10004 [2021-02-16T00:36:57.148Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-16T00:36:57.407Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-16T00:36:57.420Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-16T00:36:57.682Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-16T00:36:57.682Z] Configure a credential helper to remove this warning. See [2021-02-16T00:36:57.682Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-16T00:36:57.682Z] [2021-02-16T00:36:57.682Z] Login Succeeded [2021-02-16T00:36:57.682Z] docker.io [2021-02-16T00:36:57.688Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-16T00:36:57.688Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-16T00:36:57.688Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-16T00:36:57.688Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-16T00:36:57.951Z] OK: 233 MiB in 51 packages [2021-02-16T00:36:57.958Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-16T00:36:58.214Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-16T00:36:58.214Z] OK: 233 MiB in 51 packages [2021-02-16T00:36:58.214Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-16T00:36:58.214Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-16T00:36:58.230Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-16T00:36:58.230Z] Configure a credential helper to remove this warning. See [2021-02-16T00:36:58.230Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-16T00:36:58.230Z] [2021-02-16T00:36:58.230Z] Login Succeeded [2021-02-16T00:36:58.230Z] ---> docker-login.sh ends [Pipeline] } [2021-02-16T00:36:58.247Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-02-16T00:36:58.493Z] Removing intermediate container b1e85bd1d77a [2021-02-16T00:36:58.494Z] ---> 2d245cca2307 [2021-02-16T00:36:58.494Z] Step 6/30 : COPY go.mod . [2021-02-16T00:36:58.494Z] OK: 233 MiB in 51 packages [Pipeline] echo [2021-02-16T00:36:58.717Z] ========================================================= [2021-02-16T00:36:58.717Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-16T00:36:58.717Z] ========================================================= [2021-02-16T00:37:00.023Z] Removing intermediate container e3ccc05abc87 [2021-02-16T00:37:00.023Z] ---> 5f91df4db48e [2021-02-16T00:37:00.023Z] Step 6/22 : COPY go.mod . [2021-02-16T00:37:00.023Z] OK: 233 MiB in 51 packages [2021-02-16T00:37:00.023Z] OK: 233 MiB in 51 packages [2021-02-16T00:37:00.023Z] ---> aa9f872212f9 [2021-02-16T00:37:00.023Z] Step 7/30 : RUN go mod download [2021-02-16T00:37:00.023Z] ---> Running in 0b727a1891c5 [2021-02-16T00:37:00.023Z] ---> d2520e27968e [2021-02-16T00:37:00.023Z] Step 7/22 : RUN go mod download [2021-02-16T00:37:00.023Z] ---> Running in 7f259010a92f [2021-02-16T00:37:00.023Z] Removing intermediate container d7402075b4eb [2021-02-16T00:37:00.023Z] ---> 589db32bd1fc [2021-02-16T00:37:00.023Z] Step 6/24 : COPY go.mod . [2021-02-16T00:37:00.023Z] Removing intermediate container 75955c091e49 [2021-02-16T00:37:00.023Z] ---> 7e5d8836b766 [2021-02-16T00:37:00.023Z] Step 6/23 : COPY go.mod . [2021-02-16T00:37:00.023Z] ---> bbdb558e5511 [2021-02-16T00:37:00.023Z] Step 7/24 : RUN go mod download [2021-02-16T00:37:00.023Z] Removing intermediate container 845d46670667 [2021-02-16T00:37:00.023Z] ---> 6da309140db7 [2021-02-16T00:37:00.023Z] Step 6/26 : COPY go.mod . [2021-02-16T00:37:00.023Z] ---> Running in 35e73d072d67 [Pipeline] isUnix [Pipeline] sh [2021-02-16T00:37:00.300Z] ---> db3ae84c2bc6 [2021-02-16T00:37:00.300Z] Step 7/23 : RUN go mod download [2021-02-16T00:37:00.399Z] + 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-16T00:37:00.563Z] ---> Running in 459eb45f23b3 [2021-02-16T00:37:00.563Z] ---> 895387382e7a [2021-02-16T00:37:00.563Z] Step 7/26 : RUN go mod download [2021-02-16T00:37:00.827Z] ---> Running in 4ba79c848d56 [2021-02-16T00:37:02.236Z] Removing intermediate container 7f259010a92f [2021-02-16T00:37:02.236Z] ---> 306c7d54046d [2021-02-16T00:37:02.236Z] Step 8/22 : COPY . . [2021-02-16T00:37:02.509Z] Removing intermediate container 0b727a1891c5 [2021-02-16T00:37:02.509Z] ---> 57b0fabb460e [2021-02-16T00:37:02.509Z] Step 8/30 : COPY . . [2021-02-16T00:37:02.509Z] Removing intermediate container 35e73d072d67 [2021-02-16T00:37:02.509Z] ---> c4928447b8d8 [2021-02-16T00:37:02.509Z] Step 8/24 : COPY . . [2021-02-16T00:37:02.509Z] Removing intermediate container 459eb45f23b3 [2021-02-16T00:37:02.509Z] ---> b87cfcb84dd7 [2021-02-16T00:37:02.509Z] Step 8/23 : COPY . . [2021-02-16T00:37:03.038Z] Sending build context to Docker daemon 166.4MB [2021-02-16T00:37:03.039Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-16T00:37:03.039Z] Step 2/6 : FROM ${BASE} [2021-02-16T00:37:03.039Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-16T00:37:03.039Z] 5f621e34cdf4: Pulling fs layer [2021-02-16T00:37:03.039Z] a4357932f1b6: Pulling fs layer [2021-02-16T00:37:03.039Z] 18c013af1878: Pulling fs layer [2021-02-16T00:37:03.039Z] 00ac8860ef70: Pulling fs layer [2021-02-16T00:37:03.039Z] 63d7cb157983: Pulling fs layer [2021-02-16T00:37:03.039Z] b116817d02f9: Pulling fs layer [2021-02-16T00:37:03.039Z] 745a02a5169b: Pulling fs layer [2021-02-16T00:37:03.039Z] 63d7cb157983: Waiting [2021-02-16T00:37:03.039Z] b116817d02f9: Waiting [2021-02-16T00:37:03.039Z] 745a02a5169b: Waiting [2021-02-16T00:37:03.039Z] 00ac8860ef70: Waiting [2021-02-16T00:37:03.039Z] 18c013af1878: Verifying Checksum [2021-02-16T00:37:03.039Z] 18c013af1878: Download complete [2021-02-16T00:37:03.039Z] a4357932f1b6: Download complete [2021-02-16T00:37:03.638Z] 63d7cb157983: Verifying Checksum [2021-02-16T00:37:03.638Z] 63d7cb157983: Download complete [2021-02-16T00:37:03.638Z] b116817d02f9: Verifying Checksum [2021-02-16T00:37:03.638Z] b116817d02f9: Download complete [2021-02-16T00:37:03.638Z] 5f621e34cdf4: Verifying Checksum [2021-02-16T00:37:03.638Z] 5f621e34cdf4: Download complete [2021-02-16T00:37:04.257Z] 5f621e34cdf4: Pull complete [2021-02-16T00:37:04.861Z] a4357932f1b6: Pull complete [2021-02-16T00:37:05.098Z] Removing intermediate container 4ba79c848d56 [2021-02-16T00:37:05.098Z] ---> 175f672cd851 [2021-02-16T00:37:05.098Z] Step 8/26 : COPY . . [2021-02-16T00:37:05.465Z] 18c013af1878: Pull complete [2021-02-16T00:37:06.066Z] 745a02a5169b: Verifying Checksum [2021-02-16T00:37:06.066Z] 745a02a5169b: Download complete [2021-02-16T00:37:07.055Z] 00ac8860ef70: Verifying Checksum [2021-02-16T00:37:07.055Z] 00ac8860ef70: Download complete [2021-02-16T00:37:17.238Z] 00ac8860ef70: Pull complete [2021-02-16T00:37:17.238Z] 63d7cb157983: Pull complete [2021-02-16T00:37:17.238Z] b116817d02f9: Pull complete [2021-02-16T00:37:20.648Z] 745a02a5169b: Pull complete [2021-02-16T00:37:20.648Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-16T00:37:20.648Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-16T00:37:20.648Z] ---> b7e6874047d6 [2021-02-16T00:37:20.648Z] 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-16T00:37:24.050Z] ---> Running in 890eaa9a70ec [2021-02-16T00:37:25.504Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-16T00:37:26.101Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-16T00:37:26.697Z] (1/12) Installing libmagic (5.38-r0) [2021-02-16T00:37:26.970Z] (2/12) Installing file (5.38-r0) [2021-02-16T00:37:26.970Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-16T00:37:27.247Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-16T00:37:31.547Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-16T00:37:31.547Z] (6/12) Installing patch (2.7.6-r6) [2021-02-16T00:37:31.547Z] (7/12) Installing build-base (0.5-r2) [2021-02-16T00:37:31.547Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-16T00:37:31.822Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-16T00:37:31.822Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-16T00:37:31.822Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-16T00:37:32.098Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-16T00:37:32.098Z] Executing busybox-1.31.1-r19.trigger [2021-02-16T00:37:32.098Z] OK: 217 MiB in 51 packages [2021-02-16T00:37:36.402Z] Removing intermediate container 890eaa9a70ec [2021-02-16T00:37:36.402Z] ---> 68daef2650f6 [2021-02-16T00:37:36.402Z] Step 4/6 : WORKDIR /edgex-go [2021-02-16T00:37:36.402Z] ---> Running in c4ff12a61404 [2021-02-16T00:37:37.001Z] Removing intermediate container c4ff12a61404 [2021-02-16T00:37:37.001Z] ---> eb395e42f347 [2021-02-16T00:37:37.001Z] Step 5/6 : COPY go.mod . [2021-02-16T00:37:37.596Z] ---> d1b9ee3f782d [2021-02-16T00:37:37.596Z] Step 6/6 : RUN go mod download [2021-02-16T00:37:37.875Z] ---> Running in 96a83e5df3d3 [2021-02-16T00:37:44.089Z] ---> c326cb31c24c [2021-02-16T00:37:44.089Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-16T00:37:44.089Z] ---> b4099e99168d [2021-02-16T00:37:44.089Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-16T00:37:44.089Z] ---> effc80a28be0 [2021-02-16T00:37:44.089Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-16T00:37:44.089Z] ---> Running in 4fbe32f71ca0 [2021-02-16T00:37:44.089Z] ---> Running in 3218694fb389 [2021-02-16T00:37:44.089Z] ---> a6ee3a734acc [2021-02-16T00:37:44.089Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-16T00:37:44.089Z] ---> ee66c338e4af [2021-02-16T00:37:44.089Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-16T00:37:44.089Z] ---> Running in 761e4daf9e5e [2021-02-16T00:37:44.089Z] ---> Running in 724394b0df2c [2021-02-16T00:37:44.089Z] ---> Running in 1ae75f7bdb74 [2021-02-16T00:37:44.089Z] 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-16T00:37:44.089Z] 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-16T00:37:44.089Z] 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-16T00:37:44.089Z] 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-16T00:37:44.089Z] 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-16T00:38:10.294Z] Removing intermediate container 96a83e5df3d3 [2021-02-16T00:38:10.294Z] ---> 2cdb3381a0b9 [2021-02-16T00:38:10.294Z] Successfully built 2cdb3381a0b9 [2021-02-16T00:38:10.294Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-16T00:38:10.642Z] + docker inspect -f . ci-base-image-arm64 [2021-02-16T00:38:10.642Z] . [Pipeline] withDockerContainer [2021-02-16T00:38:10.864Z] 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-16T00:38:10.930Z] prd-ubuntu18.04-docker-arm64-4c-16g-26539 does not seem to be running inside a container [2021-02-16T00:38:11.024Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/64 -v /w/workspace/edgex-go/64:/w/workspace/edgex-go/64:rw,z -v /w/workspace/edgex-go/64@tmp:/w/workspace/edgex-go/64@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-16T00:38:12.578Z] $ docker top 89988c95b3e9ae050fdbed4033102bc131c1434abededdd81549ba2c0c67a008 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-16T00:38:13.633Z] + go version [2021-02-16T00:38:13.633Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-16T00:38:13.672Z] $ docker stop --time=1 89988c95b3e9ae050fdbed4033102bc131c1434abededdd81549ba2c0c67a008 [2021-02-16T00:38:15.663Z] $ docker rm -f 89988c95b3e9ae050fdbed4033102bc131c1434abededdd81549ba2c0c67a008 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-16T00:38:16.674Z] + docker inspect -f . ci-base-image-arm64 [2021-02-16T00:38:16.675Z] . [Pipeline] withDockerContainer [2021-02-16T00:38:16.960Z] prd-ubuntu18.04-docker-arm64-4c-16g-26539 does not seem to be running inside a container [2021-02-16T00:38:17.053Z] $ 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/64 -v /w/workspace/edgex-go/64:/w/workspace/edgex-go/64:rw,z -v /w/workspace/edgex-go/64@tmp:/w/workspace/edgex-go/64@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-16T00:38:18.605Z] $ docker top 1d1fb2a89750bdca49c40fa30da68924265cac5141c0b1999c97f01fc7b66a82 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-16T00:38:19.016Z] ========================================================= [2021-02-16T00:38:19.017Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-16T00:38:19.017Z] ========================================================= [Pipeline] sh [2021-02-16T00:38:19.118Z] Removing intermediate container 4fbe32f71ca0 [2021-02-16T00:38:19.118Z] ---> 3aed42ea3966 [2021-02-16T00:38:19.118Z] [2021-02-16T00:38:19.118Z] Step 10/24 : FROM alpine:3.12 [2021-02-16T00:38:19.118Z] 3.12: Pulling from library/alpine [2021-02-16T00:38:19.382Z] Removing intermediate container 761e4daf9e5e [2021-02-16T00:38:19.382Z] ---> 6e501d485670 [2021-02-16T00:38:19.382Z] [2021-02-16T00:38:19.382Z] Step 10/30 : FROM alpine:3.12 [2021-02-16T00:38:19.382Z] 3.12: Pulling from library/alpine [2021-02-16T00:38:19.382Z] Removing intermediate container 1ae75f7bdb74 [2021-02-16T00:38:19.382Z] ---> 98f971a2864d [2021-02-16T00:38:19.382Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-16T00:38:19.672Z] + make test [2021-02-16T00:38:19.672Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-16T00:38:20.333Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-16T00:38:20.333Z] ---> Running in 7c23c261d817 [2021-02-16T00:38:20.334Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-16T00:38:20.334Z] Status: Downloaded newer image for alpine:3.12 [2021-02-16T00:38:20.334Z] Status: Downloaded newer image for alpine:3.12 [2021-02-16T00:38:20.334Z] ---> 389fef711851 [2021-02-16T00:38:20.334Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-16T00:38:20.334Z] ---> 389fef711851 [2021-02-16T00:38:20.334Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-16T00:38:20.609Z] ---> Running in af121b820127 [2021-02-16T00:38:20.609Z] ---> Running in bc0154b88605 [2021-02-16T00:38:21.580Z] Removing intermediate container af121b820127 [2021-02-16T00:38:21.580Z] ---> 6faed78211f0 [2021-02-16T00:38:21.580Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-16T00:38:21.846Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-16T00:38:21.846Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-16T00:38:21.846Z] 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-16T00:38:22.122Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-16T00:38:22.122Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-16T00:38:22.122Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-16T00:38:22.122Z] (4/5) Installing curl (7.69.1-r3) [2021-02-16T00:38:22.122Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-16T00:38:22.122Z] Executing busybox-1.31.1-r19.trigger [2021-02-16T00:38:22.122Z] Executing ca-certificates-20191127-r4.trigger [2021-02-16T00:38:22.122Z] OK: 7 MiB in 19 packages [2021-02-16T00:38:23.531Z] ---> Running in aac39cdc2005 [2021-02-16T00:38:23.804Z] Removing intermediate container 3218694fb389 [2021-02-16T00:38:23.804Z] ---> 4c1ffffe571e [2021-02-16T00:38:23.804Z] [2021-02-16T00:38:23.804Z] Step 10/23 : FROM alpine:3.12 [2021-02-16T00:38:23.804Z] ---> 389fef711851 [2021-02-16T00:38:23.804Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-16T00:38:23.804Z] Removing intermediate container 724394b0df2c [2021-02-16T00:38:23.804Z] ---> 6768ab0646db [2021-02-16T00:38:23.804Z] [2021-02-16T00:38:23.804Z] Step 10/22 : FROM alpine:3.12 [2021-02-16T00:38:23.804Z] ---> 389fef711851 [2021-02-16T00:38:23.804Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-16T00:38:24.071Z] ---> Running in 91e4f9b97f22 [2021-02-16T00:38:24.071Z] ---> Running in 2c2ebefea7fc [2021-02-16T00:38:24.652Z] Removing intermediate container bc0154b88605 [2021-02-16T00:38:24.652Z] ---> c8c247283a3e [2021-02-16T00:38:24.652Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-16T00:38:24.652Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-16T00:38:24.935Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-16T00:38:24.935Z] ---> Running in ec2dbb7a545c [2021-02-16T00:38:24.935Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-16T00:38:24.935Z] (2/2) Installing su-exec (0.2-r1) [2021-02-16T00:38:24.935Z] Executing busybox-1.31.1-r19.trigger [2021-02-16T00:38:24.935Z] OK: 6 MiB in 16 packages [2021-02-16T00:38:25.202Z] Removing intermediate container ec2dbb7a545c [2021-02-16T00:38:25.202Z] ---> 4b7d67e05560 [2021-02-16T00:38:25.202Z] Step 13/24 : WORKDIR / [2021-02-16T00:38:25.479Z] Removing intermediate container 7c23c261d817 [2021-02-16T00:38:25.479Z] ---> 2db435d2344c [2021-02-16T00:38:25.479Z] [2021-02-16T00:38:25.479Z] Step 11/26 : FROM docker:20.10.0 [2021-02-16T00:38:25.479Z] 20.10.0: Pulling from library/docker [2021-02-16T00:38:25.479Z] ---> Running in b73bcad61d2b [2021-02-16T00:38:25.479Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-16T00:38:25.764Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-16T00:38:25.764Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-16T00:38:25.764Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-16T00:38:25.764Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-16T00:38:25.764Z] Executing busybox-1.31.1-r19.trigger [2021-02-16T00:38:25.764Z] OK: 6 MiB in 15 packages [2021-02-16T00:38:25.764Z] Removing intermediate container b73bcad61d2b [2021-02-16T00:38:25.764Z] ---> eae7e86a5769 [2021-02-16T00:38:25.764Z] 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-16T00:38:26.048Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-16T00:38:26.048Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-16T00:38:26.048Z] Executing busybox-1.31.1-r19.trigger [2021-02-16T00:38:26.318Z] Executing ca-certificates-20191127-r4.trigger [2021-02-16T00:38:26.318Z] OK: 6 MiB in 16 packages [2021-02-16T00:38:26.605Z] Removing intermediate container aac39cdc2005 [2021-02-16T00:38:26.605Z] ---> 9e656c2a0035 [2021-02-16T00:38:26.605Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-16T00:38:28.006Z] ---> Running in 3ad67f3b2274 [2021-02-16T00:38:28.006Z] ---> 0dbeb178e752 [2021-02-16T00:38:28.006Z] 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-16T00:38:28.269Z] Removing intermediate container 3ad67f3b2274 [2021-02-16T00:38:28.269Z] ---> ed1edcd59bfc [2021-02-16T00:38:28.269Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-16T00:38:28.861Z] ---> Running in 263c49e31c44 [2021-02-16T00:38:28.861Z] ---> a6dcefe468f6 [2021-02-16T00:38:28.861Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-16T00:38:28.861Z] Removing intermediate container 91e4f9b97f22 [2021-02-16T00:38:28.861Z] ---> 3c783bb2fa46 [2021-02-16T00:38:28.861Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-16T00:38:28.861Z] Removing intermediate container 2c2ebefea7fc [2021-02-16T00:38:28.861Z] ---> 1a11b231d9d0 [2021-02-16T00:38:28.861Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-16T00:38:29.126Z] ---> Running in ca49a8fba048 [2021-02-16T00:38:29.126Z] ---> Running in 3298e96795c0 [2021-02-16T00:38:29.396Z] Removing intermediate container 263c49e31c44 [2021-02-16T00:38:29.396Z] ---> a1d29f62e5cb [2021-02-16T00:38:29.396Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-16T00:38:29.674Z] ---> 7f76ab7cb6cc [2021-02-16T00:38:29.674Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-16T00:38:29.948Z] ---> Running in 4c7cc3b25c8c [2021-02-16T00:38:29.948Z] Removing intermediate container 3298e96795c0 [2021-02-16T00:38:29.948Z] ---> 8302c395f66b [2021-02-16T00:38:29.948Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-16T00:38:29.948Z] Removing intermediate container ca49a8fba048 [2021-02-16T00:38:29.948Z] ---> 67abd69779c2 [2021-02-16T00:38:29.948Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-16T00:38:30.220Z] ---> Running in bd374b3e5edc [2021-02-16T00:38:30.220Z] ---> Running in 2435ed730a8d [2021-02-16T00:38:30.490Z] ---> d94b8be15a2a [2021-02-16T00:38:30.490Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-16T00:38:30.490Z] Removing intermediate container 2435ed730a8d [2021-02-16T00:38:30.490Z] ---> 131a54c80125 [2021-02-16T00:38:30.490Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-16T00:38:30.763Z] Removing intermediate container bd374b3e5edc [2021-02-16T00:38:30.763Z] ---> cf8a54ab7872 [2021-02-16T00:38:30.763Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-16T00:38:30.763Z] ---> Running in e7aa8c6b6561 [2021-02-16T00:38:30.763Z] ---> Running in ec6940860ebc [2021-02-16T00:38:31.033Z] Removing intermediate container e7aa8c6b6561 [2021-02-16T00:38:31.033Z] ---> fe48d8f01472 [2021-02-16T00:38:31.033Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-16T00:38:31.302Z] Removing intermediate container ec6940860ebc [2021-02-16T00:38:31.302Z] ---> 036427ddd7a1 [2021-02-16T00:38:31.302Z] Step 15/23 : WORKDIR / [2021-02-16T00:38:31.302Z] ---> 14fed7a6781e [2021-02-16T00:38:31.302Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-16T00:38:31.568Z] ---> Running in 4d62b13f7e54 [2021-02-16T00:38:31.568Z] ---> b6e7f6409fca [2021-02-16T00:38:31.568Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-16T00:38:31.568Z] Removing intermediate container 4c7cc3b25c8c [2021-02-16T00:38:31.568Z] ---> 2d7b5f95c213 [2021-02-16T00:38:31.568Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-16T00:38:31.834Z] ---> Running in 61f96a39747b [2021-02-16T00:38:31.834Z] ---> e1e2e7950efb [2021-02-16T00:38:31.834Z] 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-16T00:38:32.108Z] Removing intermediate container 4d62b13f7e54 [2021-02-16T00:38:32.108Z] ---> b7f3ff065945 [2021-02-16T00:38:32.108Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-16T00:38:32.108Z] ---> Running in d6846c423d8e [2021-02-16T00:38:32.108Z] Removing intermediate container 61f96a39747b [2021-02-16T00:38:32.108Z] ---> 25f013be1e58 [2021-02-16T00:38:32.108Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-16T00:38:32.710Z] ---> 4a804eb287b9 [2021-02-16T00:38:32.710Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-16T00:38:32.710Z] ---> bbe9341ae15c [2021-02-16T00:38:32.710Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-16T00:38:32.710Z] ---> 8a3da780dc28 [2021-02-16T00:38:32.710Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-16T00:38:32.981Z] ---> Running in 4ece8ad76530 [2021-02-16T00:38:33.246Z] ---> 6113f449fcd3 [2021-02-16T00:38:33.247Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-16T00:38:33.512Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-16T00:38:33.512Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-16T00:38:33.512Z] ---> aefe523efa57 [2021-02-16T00:38:33.512Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-16T00:38:33.513Z] ---> e133c1dd571e [2021-02-16T00:38:33.513Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-16T00:38:33.513Z] ---> Running in 7604302a4272 [2021-02-16T00:38:33.783Z] ---> Running in 861a942402ea [2021-02-16T00:38:34.054Z] Removing intermediate container 7604302a4272 [2021-02-16T00:38:34.054Z] ---> 452aab64a6ea [2021-02-16T00:38:34.054Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-16T00:38:34.322Z] ---> 05a79a7d17da [2021-02-16T00:38:34.322Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-16T00:38:34.322Z] Removing intermediate container d6846c423d8e [2021-02-16T00:38:34.322Z] ---> 04f8abc264e4 [2021-02-16T00:38:34.322Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-16T00:38:34.322Z] ---> Running in bba9f6628945 [2021-02-16T00:38:34.322Z] ---> Running in 1114e02d5b84 [2021-02-16T00:38:34.585Z] ---> Running in 73d5c113a3e9 [2021-02-16T00:38:34.585Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-16T00:38:34.585Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-16T00:38:34.585Z] Removing intermediate container bba9f6628945 [2021-02-16T00:38:34.585Z] ---> bdbc765b1215 [2021-02-16T00:38:34.585Z] Step 20/22 : LABEL arch=x86_64 [2021-02-16T00:38:34.585Z] Removing intermediate container 1114e02d5b84 [2021-02-16T00:38:34.585Z] ---> 735796242814 [2021-02-16T00:38:34.585Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-16T00:38:34.847Z] Removing intermediate container 4ece8ad76530 [2021-02-16T00:38:34.847Z] ---> a4d829545c8d [2021-02-16T00:38:34.847Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-16T00:38:34.847Z] Removing intermediate container 73d5c113a3e9 [2021-02-16T00:38:34.847Z] ---> 087d8012d945 [2021-02-16T00:38:34.847Z] Step 22/24 : LABEL arch=x86_64 [2021-02-16T00:38:34.847Z] (1/2) Installing readline (8.0.4-r0) [2021-02-16T00:38:34.847Z] (2/2) Installing bash (5.0.17-r0) [2021-02-16T00:38:34.847Z] Executing bash-5.0.17-r0.post-install [2021-02-16T00:38:34.847Z] Executing busybox-1.31.1-r19.trigger [2021-02-16T00:38:34.847Z] OK: 12 MiB in 22 packages [2021-02-16T00:38:35.112Z] ---> Running in fc762ab940d7 [2021-02-16T00:38:35.112Z] ---> Running in 532519a2e58c [2021-02-16T00:38:35.375Z] ---> Running in 48f92f89d273 [2021-02-16T00:38:35.375Z] ---> dcb6cf18025b [2021-02-16T00:38:35.375Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-16T00:38:35.641Z] Removing intermediate container fc762ab940d7 [2021-02-16T00:38:35.641Z] ---> 51e693359a9b [2021-02-16T00:38:35.641Z] Step 21/23 : LABEL arch=x86_64 [2021-02-16T00:38:35.641Z] Removing intermediate container 532519a2e58c [2021-02-16T00:38:35.641Z] ---> 16eae8967216 [2021-02-16T00:38:35.641Z] Step 21/22 : LABEL git_sha=f534e5f9d04b017a9fc5fe287232a3a1cbef38dc [2021-02-16T00:38:35.909Z] Removing intermediate container 48f92f89d273 [2021-02-16T00:38:35.909Z] ---> dcbbfbcab9a8 [2021-02-16T00:38:35.909Z] Step 23/24 : LABEL git_sha=f534e5f9d04b017a9fc5fe287232a3a1cbef38dc [2021-02-16T00:38:35.909Z] ---> Running in c387b7d8ffe5 [2021-02-16T00:38:35.909Z] ---> Running in 2d4697b57d7f [2021-02-16T00:38:36.172Z] ---> Running in 819d591ace41 [2021-02-16T00:38:36.172Z] Removing intermediate container 861a942402ea [2021-02-16T00:38:36.172Z] ---> 50209e4fdcfa [2021-02-16T00:38:36.173Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-16T00:38:36.173Z] ---> e1c11a5e2215 [2021-02-16T00:38:36.173Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-16T00:38:36.173Z] ---> Running in c946719b558a [2021-02-16T00:38:36.436Z] Removing intermediate container c387b7d8ffe5 [2021-02-16T00:38:36.436Z] ---> 03ecd5513d17 [2021-02-16T00:38:36.436Z] Step 22/23 : LABEL git_sha=f534e5f9d04b017a9fc5fe287232a3a1cbef38dc [2021-02-16T00:38:36.436Z] Removing intermediate container 2d4697b57d7f [2021-02-16T00:38:36.436Z] ---> 85b5e326233f [2021-02-16T00:38:36.436Z] Step 22/22 : LABEL version=0.0.0 [2021-02-16T00:38:36.436Z] Removing intermediate container 819d591ace41 [2021-02-16T00:38:36.436Z] ---> 46accebb7499 [2021-02-16T00:38:36.436Z] Step 24/24 : LABEL version=0.0.0 [2021-02-16T00:38:36.704Z] ---> ca70e1e6cea6 [2021-02-16T00:38:36.704Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-16T00:38:36.704Z] ---> Running in b03dcc59dcb4 [2021-02-16T00:38:36.704Z] ---> Running in 2d256bc3d0dd [2021-02-16T00:38:36.704Z] Removing intermediate container c946719b558a [2021-02-16T00:38:36.704Z] ---> 73b6cdacf9e1 [2021-02-16T00:38:36.704Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-16T00:38:36.704Z] ---> Running in 2b2eadd81119 [2021-02-16T00:38:36.968Z] ---> Running in d60de91e720e [2021-02-16T00:38:36.968Z] Removing intermediate container b03dcc59dcb4 [2021-02-16T00:38:36.968Z] ---> a145cadd24ac [2021-02-16T00:38:36.968Z] Step 23/23 : LABEL version=0.0.0 [2021-02-16T00:38:37.231Z] Removing intermediate container 2d256bc3d0dd [2021-02-16T00:38:37.231Z] ---> 6b6871df3abb [2021-02-16T00:38:37.231Z] [2021-02-16T00:38:37.231Z] Removing intermediate container 2b2eadd81119 [2021-02-16T00:38:37.231Z] ---> 35814bc2491c [2021-02-16T00:38:37.231Z] [2021-02-16T00:38:37.231Z] ---> ab1131621960 [2021-02-16T00:38:37.231Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-16T00:38:37.494Z] ---> Running in 74bfa1769e85 [2021-02-16T00:38:37.494Z] Removing intermediate container d60de91e720e [2021-02-16T00:38:37.494Z] ---> 18afef4cd987 [2021-02-16T00:38:37.494Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-16T00:38:37.494Z] Successfully built 6b6871df3abb [2021-02-16T00:38:37.762Z] Successfully built 35814bc2491c [2021-02-16T00:38:37.762Z] ---> Running in 8f8d8d6a0215 [2021-02-16T00:38:37.762Z] Successfully tagged docker-support-notifications-go:latest [2021-02-16T00:38:37.762Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-02-16T00:38:37.762Z] ---> Running in cac57645399e [2021-02-16T00:38:37.762Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-16T00:38:37.762Z] Building docker-core-data-go [2021-02-16T00:38:37.762Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 74bfa1769e85 [2021-02-16T00:38:37.762Z] ---> 309d2c90c9bc [2021-02-16T00:38:37.762Z] [2021-02-16T00:38:38.031Z] Removing intermediate container 8f8d8d6a0215 [2021-02-16T00:38:38.031Z] ---> 23432ce2ec5e [2021-02-16T00:38:38.031Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-16T00:38:38.031Z] Successfully built 309d2c90c9bc [2021-02-16T00:38:38.031Z] Removing intermediate container cac57645399e [2021-02-16T00:38:38.031Z] ---> ed75474bfad2 [2021-02-16T00:38:38.031Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-16T00:38:38.031Z] Successfully tagged docker-core-command-go:latest [2021-02-16T00:38:38.031Z] Building docker-support-scheduler-go [2021-02-16T00:38:38.296Z]  Building docker-core-command-go ... done  ---> 108ed71dcad2 [2021-02-16T00:38:38.296Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-16T00:38:38.569Z] ---> Running in 28387056347d [2021-02-16T00:38:38.569Z] ---> aa3f3addc7e5 [2021-02-16T00:38:38.569Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-16T00:38:42.824Z] ---> 198c06f66617 [2021-02-16T00:38:42.824Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-16T00:38:45.400Z] ---> 50ad31fb32d4 [2021-02-16T00:38:45.400Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-16T00:38:45.400Z] Removing intermediate container 28387056347d [2021-02-16T00:38:45.400Z] ---> 131a0b4bafcb [2021-02-16T00:38:45.400Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-16T00:38:45.400Z] ---> Running in 3e565ff8e737 [2021-02-16T00:38:46.519Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-16T00:38:48.002Z] ---> Running in 000f420abb5a [2021-02-16T00:38:48.278Z] Removing intermediate container 000f420abb5a [2021-02-16T00:38:48.278Z] ---> 28ec5b782b75 [2021-02-16T00:38:48.278Z] Step 27/30 : CMD ["gate"] [2021-02-16T00:38:48.278Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-16T00:38:48.545Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-16T00:38:48.814Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-16T00:38:48.814Z] (2/33) Installing expat (2.2.9-r1) [2021-02-16T00:38:48.814Z] (3/33) Installing libffi (3.3-r2) [2021-02-16T00:38:48.814Z] (4/33) Installing gdbm (1.13-r1) [2021-02-16T00:38:48.814Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-16T00:38:48.814Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-16T00:38:48.814Z] ---> Running in ced593706759 [2021-02-16T00:38:48.814Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-16T00:38:49.875Z] Removing intermediate container ced593706759 [2021-02-16T00:38:49.875Z] ---> 817483f96a0e [2021-02-16T00:38:49.875Z] Step 28/30 : LABEL arch=x86_64 [2021-02-16T00:38:59.938Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-16T00:38:59.938Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-16T00:38:59.938Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-16T00:38:59.938Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-16T00:38:59.938Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-16T00:38:59.938Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-16T00:38:59.938Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-16T00:39:00.205Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-16T00:39:00.806Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-16T00:39:01.076Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-16T00:39:01.076Z] ---> Running in 3cecf26d0c18 [2021-02-16T00:39:01.076Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-16T00:39:01.076Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-16T00:39:01.076Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-16T00:39:01.349Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-16T00:39:01.349Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-16T00:39:01.349Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-16T00:39:01.349Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-16T00:39:01.349Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-16T00:39:01.618Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-16T00:39:02.203Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-16T00:39:03.156Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-16T00:39:03.156Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-16T00:39:03.156Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-16T00:39:03.424Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-16T00:39:03.424Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-16T00:39:03.424Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-16T00:39:06.042Z] Executing busybox-1.31.1-r19.trigger [2021-02-16T00:39:06.042Z] Removing intermediate container 3cecf26d0c18 [2021-02-16T00:39:06.042Z] ---> fcd1204ee76b [2021-02-16T00:39:06.042Z] Step 29/30 : LABEL git_sha=f534e5f9d04b017a9fc5fe287232a3a1cbef38dc [2021-02-16T00:39:06.386Z] OK: 71 MiB in 55 packages [2021-02-16T00:39:06.386Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-16T00:39:06.386Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-16T00:39:06.386Z] ---> e531ecc9ee88 [2021-02-16T00:39:06.386Z] Step 3/23 : WORKDIR /edgex-go [2021-02-16T00:39:06.386Z] ---> Using cache [2021-02-16T00:39:06.386Z] ---> 25222328eeff [2021-02-16T00:39:06.386Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-16T00:39:06.386Z] ---> Using cache [2021-02-16T00:39:06.386Z] ---> 985d75f7022c [2021-02-16T00:39:06.386Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-16T00:39:06.652Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-16T00:39:06.652Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-16T00:39:06.652Z] ---> e531ecc9ee88 [2021-02-16T00:39:06.652Z] Step 3/22 : WORKDIR /edgex-go [2021-02-16T00:39:06.652Z] ---> Using cache [2021-02-16T00:39:06.652Z] ---> 25222328eeff [2021-02-16T00:39:06.652Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-16T00:39:06.652Z] ---> Using cache [2021-02-16T00:39:06.652Z] ---> 985d75f7022c [2021-02-16T00:39:06.652Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-16T00:39:06.915Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-16T00:39:06.916Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-16T00:39:06.916Z] ---> e531ecc9ee88 [2021-02-16T00:39:06.916Z] Step 3/23 : WORKDIR /edgex-go [2021-02-16T00:39:06.916Z] ---> Using cache [2021-02-16T00:39:06.916Z] ---> 25222328eeff [2021-02-16T00:39:06.916Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-16T00:39:06.916Z] ---> Using cache [2021-02-16T00:39:06.916Z] ---> 985d75f7022c [2021-02-16T00:39:06.916Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-16T00:39:07.868Z] ---> Running in 15c186fa7038 [2021-02-16T00:39:07.868Z] ---> Running in e628b752c86f [2021-02-16T00:39:07.868Z] ---> Running in d8d76072c79e [2021-02-16T00:39:07.868Z] ---> Running in 1d55c79795d1 [2021-02-16T00:39:08.134Z] Removing intermediate container 15c186fa7038 [2021-02-16T00:39:08.134Z] ---> a379b0e70726 [2021-02-16T00:39:08.134Z] Step 30/30 : LABEL version=0.0.0 [2021-02-16T00:39:09.184Z] ---> Running in 4d3676723434 [2021-02-16T00:39:10.588Z] Removing intermediate container 4d3676723434 [2021-02-16T00:39:10.588Z] ---> ef8e52e0beb9 [2021-02-16T00:39:10.588Z] [2021-02-16T00:39:10.588Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-16T00:39:10.588Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-16T00:39:10.588Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-16T00:39:10.588Z] Successfully built ef8e52e0beb9 [2021-02-16T00:39:10.589Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-16T00:39:10.589Z]  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go [2021-02-16T00:39:11.180Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-16T00:39:11.180Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-16T00:39:11.180Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-16T00:39:11.764Z] OK: 233 MiB in 51 packages [2021-02-16T00:39:11.764Z] OK: 233 MiB in 51 packages [2021-02-16T00:39:11.764Z] OK: 233 MiB in 51 packages [2021-02-16T00:39:18.925Z] Removing intermediate container 1d55c79795d1 [2021-02-16T00:39:18.925Z] ---> edacde0bb44d [2021-02-16T00:39:18.925Z] Step 6/22 : COPY go.mod . [2021-02-16T00:39:18.925Z] Removing intermediate container d8d76072c79e [2021-02-16T00:39:18.925Z] ---> be7a6c873c3a [2021-02-16T00:39:18.925Z] Step 6/23 : COPY go.mod . [2021-02-16T00:39:19.890Z] Removing intermediate container e628b752c86f [2021-02-16T00:39:19.890Z] ---> 0275a6852390 [2021-02-16T00:39:19.890Z] Step 6/23 : COPY go.mod . [2021-02-16T00:39:21.306Z] ---> 77eff0c59f30 [2021-02-16T00:39:21.306Z] Step 7/22 : RUN go mod download [2021-02-16T00:39:22.267Z] ---> 4e7fdbf046e5 [2021-02-16T00:39:22.267Z] Step 7/23 : RUN go mod download [2021-02-16T00:39:23.668Z] ---> b814543d8e33 [2021-02-16T00:39:23.668Z] Step 7/23 : RUN go mod download [2021-02-16T00:39:25.073Z] ---> Running in d30aff831074 [2021-02-16T00:39:25.073Z] ---> Running in e8e829e73a54 [2021-02-16T00:39:26.046Z] Removing intermediate container 3e565ff8e737 [2021-02-16T00:39:26.046Z] ---> 83f3049b7f26 [2021-02-16T00:39:26.046Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-16T00:39:26.308Z] ---> Running in 4daa66774c73 [2021-02-16T00:39:27.258Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-16T00:39:27.258Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-16T00:39:27.258Z] ---> e531ecc9ee88 [2021-02-16T00:39:27.258Z] Step 3/21 : WORKDIR /edgex-go [2021-02-16T00:39:27.258Z] ---> Using cache [2021-02-16T00:39:27.258Z] ---> 25222328eeff [2021-02-16T00:39:27.258Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-16T00:39:27.258Z] ---> Using cache [2021-02-16T00:39:27.258Z] ---> 985d75f7022c [2021-02-16T00:39:27.258Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-16T00:39:27.258Z] ---> Using cache [2021-02-16T00:39:27.258Z] ---> 0275a6852390 [2021-02-16T00:39:27.258Z] Step 6/21 : COPY go.mod . [2021-02-16T00:39:27.258Z] ---> Using cache [2021-02-16T00:39:27.258Z] ---> b814543d8e33 [2021-02-16T00:39:27.258Z] Step 7/21 : RUN go mod download [2021-02-16T00:39:28.209Z] ---> Running in 15206d463570 [2021-02-16T00:39:28.209Z] ---> Running in ca53e514acdd [2021-02-16T00:39:29.627Z] Removing intermediate container e8e829e73a54 [2021-02-16T00:39:29.627Z] ---> d253fde39bec [2021-02-16T00:39:29.627Z] Step 8/23 : COPY . . [2021-02-16T00:39:29.627Z] Removing intermediate container d30aff831074 [2021-02-16T00:39:29.627Z] ---> 12a87cc55710 [2021-02-16T00:39:29.627Z] Step 8/22 : COPY . . [2021-02-16T00:39:29.627Z] Removing intermediate container 4daa66774c73 [2021-02-16T00:39:29.627Z] ---> 98ad1ce5c7d8 [2021-02-16T00:39:29.627Z] Step 8/23 : COPY . . [2021-02-16T00:39:29.894Z] Removing intermediate container ca53e514acdd [2021-02-16T00:39:29.894Z] ---> f14e52327637 [2021-02-16T00:39:29.894Z] Step 8/21 : COPY . . [2021-02-16T00:39:33.613Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-16T00:39:40.377Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-16T00:39:44.922Z] Collecting docker-compose==1.23.2 [2021-02-16T00:39:44.922Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-16T00:39:44.922Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-16T00:39:44.922Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-16T00:39:44.922Z] 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-16T00:39:44.922Z] Collecting jsonschema<3,>=2.5.1 [2021-02-16T00:39:44.922Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-16T00:39:45.514Z] Collecting PyYAML<4,>=3.10 [2021-02-16T00:39:45.514Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-16T00:39:50.575Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-16T00:39:50.575Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-16T00:39:51.174Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-16T00:39:51.174Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-16T00:39:51.174Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-16T00:39:51.174Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-16T00:39:53.744Z] Collecting cached-property<2,>=1.2.0 [2021-02-16T00:39:53.744Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-16T00:39:54.324Z] Collecting texttable<0.10,>=0.9.0 [2021-02-16T00:39:54.596Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-16T00:39:54.612Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-16T00:39:55.219Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-16T00:39:58.049Z] Collecting docker<4.0,>=3.6.0 [2021-02-16T00:39:58.050Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-16T00:39:59.013Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-16T00:39:59.013Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-16T00:40:02.381Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-16T00:40:02.381Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-16T00:40:02.381Z] Collecting docopt<0.7,>=0.6.1 [2021-02-16T00:40:02.381Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-16T00:40:03.533Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-16T00:40:03.533Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-16T00:40:03.533Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-16T00:40:03.782Z] Collecting docker-pycreds>=0.4.0 [2021-02-16T00:40:03.782Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-16T00:40:04.358Z] ---> 05b09d92db07 [2021-02-16T00:40:04.358Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-16T00:40:04.941Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-16T00:40:04.941Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-16T00:40:05.205Z] ---> d8692395559d [2021-02-16T00:40:05.205Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-16T00:40:05.469Z] ---> Running in c0dc6d1d4807 [2021-02-16T00:40:05.469Z] 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-16T00:40:05.469Z] 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-16T00:40:05.736Z] ---> dd3593e82371 [2021-02-16T00:40:05.736Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-16T00:40:05.736Z] Collecting idna<2.8,>=2.5 [2021-02-16T00:40:05.736Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-16T00:40:05.736Z] ---> Running in 47f47b58be11 [2021-02-16T00:40:05.736Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-16T00:40:05.736Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-16T00:40:05.736Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-16T00:40:05.736Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-16T00:40:06.001Z] ---> af6071b241fe [2021-02-16T00:40:06.001Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-16T00:40:06.001Z] Installing collected packages: websocket-client, jsonschema, PyYAML, cached-property, texttable, docker-pycreds, urllib3, idna, requests, docker, dockerpty, docopt, docker-compose [2021-02-16T00:40:06.606Z] ---> Running in 1796eb0506f7 [2021-02-16T00:40:06.607Z] ---> Running in d5829ffecca0 [2021-02-16T00:40:06.882Z] Running setup.py install for PyYAML: started [2021-02-16T00:40:07.876Z] 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-16T00:40:07.876Z] 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-16T00:40:07.876Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-16T00:40:07.876Z] 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-16T00:40:07.876Z] 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-16T00:40:07.876Z] Running setup.py install for texttable: started [2021-02-16T00:40:08.462Z] Running setup.py install for texttable: finished with status 'done' [2021-02-16T00:40:08.462Z] Attempting uninstall: urllib3 [2021-02-16T00:40:08.462Z] Found existing installation: urllib3 1.25.9 [2021-02-16T00:40:08.462Z] Uninstalling urllib3-1.25.9: [2021-02-16T00:40:08.728Z] Successfully uninstalled urllib3-1.25.9 [2021-02-16T00:40:09.005Z] Attempting uninstall: idna [2021-02-16T00:40:09.005Z] Found existing installation: idna 2.9 [2021-02-16T00:40:09.005Z] Uninstalling idna-2.9: [2021-02-16T00:40:09.005Z] Successfully uninstalled idna-2.9 [2021-02-16T00:40:09.286Z] Attempting uninstall: requests [2021-02-16T00:40:09.286Z] Found existing installation: requests 2.23.0 [2021-02-16T00:40:09.286Z] Uninstalling requests-2.23.0: [2021-02-16T00:40:09.286Z] Successfully uninstalled requests-2.23.0 [2021-02-16T00:40:09.892Z] Running setup.py install for dockerpty: started [2021-02-16T00:40:10.282Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.303s coverage: 45.9% of statements [2021-02-16T00:40:10.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-16T00:40:10.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-16T00:40:10.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-16T00:40:10.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-16T00:40:10.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-16T00:40:10.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-16T00:40:10.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-16T00:40:10.282Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.195s coverage: 100.0% of statements [2021-02-16T00:40:10.861Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-16T00:40:10.861Z] Running setup.py install for docopt: started [2021-02-16T00:40:11.830Z] Running setup.py install for docopt: finished with status 'done' [2021-02-16T00:40:12.102Z] 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-16T00:40:17.016Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.638s coverage: 27.1% of statements [2021-02-16T00:40:17.016Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-16T00:40:17.016Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-16T00:40:17.016Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-16T00:40:17.016Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-16T00:40:17.016Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-16T00:40:17.016Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-16T00:40:17.016Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.096s coverage: 100.0% of statements [2021-02-16T00:40:17.016Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-16T00:40:17.016Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.079s coverage: 100.0% of statements [2021-02-16T00:40:17.016Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-16T00:40:17.016Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-16T00:40:17.471Z] Removing intermediate container 15206d463570 [2021-02-16T00:40:17.471Z] ---> 7dc121715ed5 [2021-02-16T00:40:17.471Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-16T00:40:17.471Z] ---> Running in 844fe7c55f2f [2021-02-16T00:40:17.619Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.309s coverage: 65.8% of statements [2021-02-16T00:40:17.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-16T00:40:17.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-16T00:40:19.438Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-16T00:40:19.706Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-16T00:40:19.974Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-16T00:40:19.974Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-16T00:40:19.974Z] (3/3) Installing curl (7.69.1-r3) [2021-02-16T00:40:19.974Z] Executing busybox-1.31.1-r19.trigger [2021-02-16T00:40:19.974Z] OK: 72 MiB in 58 packages [2021-02-16T00:40:20.270Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.706s coverage: 82.3% of statements [2021-02-16T00:40:20.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-16T00:40:20.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-16T00:40:20.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-16T00:40:20.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-16T00:40:21.947Z] Removing intermediate container 844fe7c55f2f [2021-02-16T00:40:21.947Z] ---> f4a46d7afb8e [2021-02-16T00:40:21.947Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-16T00:40:21.947Z] ---> Running in 73dc4a0c39bb [2021-02-16T00:40:22.913Z] Removing intermediate container 73dc4a0c39bb [2021-02-16T00:40:22.913Z] ---> 6833f8bb7a40 [2021-02-16T00:40:22.913Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-16T00:40:22.913Z] ---> Running in 59bc303e775f [2021-02-16T00:40:23.498Z] Removing intermediate container 59bc303e775f [2021-02-16T00:40:23.498Z] ---> 28039d85c39e [2021-02-16T00:40:23.498Z] Step 24/26 : LABEL arch=x86_64 [2021-02-16T00:40:23.498Z] ---> Running in 3178048e8455 [2021-02-16T00:40:23.772Z] Removing intermediate container 3178048e8455 [2021-02-16T00:40:23.772Z] ---> ed8c0dc3d69d [2021-02-16T00:40:23.772Z] Step 25/26 : LABEL git_sha=f534e5f9d04b017a9fc5fe287232a3a1cbef38dc [2021-02-16T00:40:23.772Z] ---> Running in f40d643c282d [2021-02-16T00:40:24.050Z] Removing intermediate container f40d643c282d [2021-02-16T00:40:24.050Z] ---> e2dde0e3f510 [2021-02-16T00:40:24.050Z] Step 26/26 : LABEL version=0.0.0 [2021-02-16T00:40:24.325Z] ---> Running in ee5da75f4de6 [2021-02-16T00:40:24.601Z] Removing intermediate container ee5da75f4de6 [2021-02-16T00:40:24.601Z] ---> d29265e6032b [2021-02-16T00:40:24.601Z] [2021-02-16T00:40:24.871Z] Successfully built d29265e6032b [2021-02-16T00:40:24.871Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-16T00:40:27.026Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.281s coverage: 28.6% of statements [2021-02-16T00:40:27.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-16T00:40:27.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-16T00:40:27.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-16T00:40:27.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-16T00:40:27.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-16T00:40:27.026Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.160s coverage: 100.0% of statements [2021-02-16T00:40:27.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-16T00:40:27.026Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.077s coverage: 100.0% of statements [2021-02-16T00:40:27.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-16T00:40:28.022Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.283s coverage: 86.7% of statements [2021-02-16T00:40:28.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-16T00:40:28.654Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.393s coverage: 97.5% of statements [2021-02-16T00:40:28.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-16T00:40:29.650Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.168s coverage: 78.3% of statements [2021-02-16T00:40:29.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-16T00:40:29.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-16T00:40:29.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-16T00:40:29.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-16T00:40:31.527Z]  Building docker-sys-mgmt-agent-go ... done 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-16T00:40:39.873Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.258s coverage: 92.8% of statements [2021-02-16T00:40:39.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-16T00:40:39.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-16T00:40:39.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-16T00:40:39.873Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-16T00:40:39.873Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-16T00:40:39.873Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-16T00:40:39.873Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-16T00:40:39.873Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-16T00:40:39.873Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-16T00:40:39.873Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-16T00:40:39.873Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-16T00:40:39.873Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-16T00:40:39.873Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-16T00:40:39.873Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-16T00:40:39.873Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-16T00:40:39.873Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-16T00:40:39.873Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-16T00:40:39.873Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-16T00:40:39.873Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.067s coverage: 58.8% of statements [2021-02-16T00:40:39.873Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-16T00:40:39.873Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-16T00:40:39.873Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.215s coverage: 0.1% of statements [2021-02-16T00:40:39.873Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-16T00:40:39.873Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-16T00:40:39.873Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-16T00:40:39.873Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.077s coverage: 45.5% of statements [2021-02-16T00:40:39.873Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.086s coverage: 79.5% of statements [2021-02-16T00:40:39.873Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.087s coverage: 94.1% of statements [2021-02-16T00:40:39.873Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.085s coverage: 96.3% of statements [2021-02-16T00:40:39.873Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.086s coverage: 87.5% of statements [2021-02-16T00:40:43.847Z] Removing intermediate container d5829ffecca0 [2021-02-16T00:40:43.847Z] ---> 9f7d3038b292 [2021-02-16T00:40:43.847Z] [2021-02-16T00:40:43.847Z] Step 10/21 : FROM alpine:3.12 [2021-02-16T00:40:43.847Z] ---> 389fef711851 [2021-02-16T00:40:43.847Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-16T00:40:43.847Z] Removing intermediate container 47f47b58be11 [2021-02-16T00:40:43.847Z] ---> ef5a10a459a1 [2021-02-16T00:40:43.847Z] [2021-02-16T00:40:43.847Z] Step 10/22 : FROM alpine:3.12 [2021-02-16T00:40:43.847Z] ---> 389fef711851 [2021-02-16T00:40:43.847Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-16T00:40:43.847Z] ---> Using cache [2021-02-16T00:40:43.847Z] ---> 3c783bb2fa46 [2021-02-16T00:40:43.847Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-16T00:40:43.847Z] ---> Using cache [2021-02-16T00:40:43.847Z] ---> 67abd69779c2 [2021-02-16T00:40:43.847Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-16T00:40:43.847Z] ---> Running in a765a0b52f02 [2021-02-16T00:40:43.847Z] ---> Running in f1e3d3895390 [2021-02-16T00:40:43.847Z] Removing intermediate container a765a0b52f02 [2021-02-16T00:40:43.847Z] ---> 7fbb873c99bd [2021-02-16T00:40:43.847Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-16T00:40:46.411Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-16T00:40:46.678Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-16T00:40:46.678Z] ---> Running in 9a237f66a3aa [2021-02-16T00:40:46.678Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-16T00:40:46.941Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-16T00:40:46.941Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-16T00:40:46.941Z] (4/4) Installing curl (7.69.1-r3) [2021-02-16T00:40:46.941Z] Executing busybox-1.31.1-r19.trigger [2021-02-16T00:40:46.941Z] Executing ca-certificates-20191127-r4.trigger [2021-02-16T00:40:46.941Z] Removing intermediate container c0dc6d1d4807 [2021-02-16T00:40:46.941Z] ---> dada80b0871e [2021-02-16T00:40:46.941Z] [2021-02-16T00:40:46.941Z] Step 10/23 : FROM alpine:3.12 [2021-02-16T00:40:46.941Z] ---> 389fef711851 [2021-02-16T00:40:46.941Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-16T00:40:47.204Z] OK: 7 MiB in 18 packages [2021-02-16T00:40:47.523Z] Removing intermediate container 1796eb0506f7 [2021-02-16T00:40:47.523Z] ---> 4c9121f2e9f6 [2021-02-16T00:40:47.523Z] [2021-02-16T00:40:47.523Z] Step 10/23 : FROM alpine:3.12 [2021-02-16T00:40:47.523Z] ---> Running in c1b288d048f4 [2021-02-16T00:40:47.523Z] ---> 389fef711851 [2021-02-16T00:40:47.523Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-16T00:40:47.523Z] ---> Using cache [2021-02-16T00:40:47.523Z] ---> 3c783bb2fa46 [2021-02-16T00:40:47.523Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-16T00:40:47.523Z] ---> Using cache [2021-02-16T00:40:47.523Z] ---> 67abd69779c2 [2021-02-16T00:40:47.523Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-16T00:40:47.523Z] Removing intermediate container 9a237f66a3aa [2021-02-16T00:40:47.523Z] ---> 3d788ed34143 [2021-02-16T00:40:47.523Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-16T00:40:47.855Z] ---> Running in ee8353982cd9 [2021-02-16T00:40:47.855Z] Removing intermediate container c1b288d048f4 [2021-02-16T00:40:47.855Z] ---> b2052f8abda5 [2021-02-16T00:40:47.855Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-16T00:40:50.552Z] ---> Running in 6b6b5482a7f3 [2021-02-16T00:40:50.552Z] Removing intermediate container ee8353982cd9 [2021-02-16T00:40:50.552Z] ---> 18597c6716ff [2021-02-16T00:40:50.552Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-16T00:40:50.552Z] ---> 9f8c0b62e9e0 [2021-02-16T00:40:50.552Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-16T00:40:50.552Z] Removing intermediate container f1e3d3895390 [2021-02-16T00:40:50.552Z] ---> c3c1016930ec [2021-02-16T00:40:50.552Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-16T00:40:50.552Z] ---> Running in 91de9573662a [2021-02-16T00:40:50.552Z] ---> Running in 7cb9cc8ea8c5 [2021-02-16T00:40:50.552Z] Removing intermediate container 6b6b5482a7f3 [2021-02-16T00:40:50.552Z] ---> 2e2eb5b9eae3 [2021-02-16T00:40:50.552Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-16T00:40:50.552Z] Removing intermediate container 91de9573662a [2021-02-16T00:40:50.552Z] ---> 208460a4d630 [2021-02-16T00:40:50.552Z] Step 15/23 : WORKDIR / [2021-02-16T00:40:50.552Z] ---> Running in a9364c64eb26 [2021-02-16T00:40:50.552Z] Removing intermediate container 7cb9cc8ea8c5 [2021-02-16T00:40:50.552Z] ---> 91a6ce31da54 [2021-02-16T00:40:50.552Z] Step 13/21 : WORKDIR /edgex [2021-02-16T00:40:50.817Z] ---> Running in 7bb06268b6cd [2021-02-16T00:40:50.817Z] ---> Running in 8c3737cfffbc [2021-02-16T00:40:50.817Z] ---> bdbe0ffefe5c [2021-02-16T00:40:50.817Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-16T00:40:50.817Z] Removing intermediate container a9364c64eb26 [2021-02-16T00:40:50.817Z] ---> 89cb11dd70e1 [2021-02-16T00:40:50.817Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-16T00:40:51.082Z] ---> Running in 8442b5b185a0 [2021-02-16T00:40:51.082Z] Removing intermediate container 7bb06268b6cd [2021-02-16T00:40:51.082Z] ---> fbf0c734aef6 [2021-02-16T00:40:51.083Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-16T00:40:51.083Z] Removing intermediate container 8c3737cfffbc [2021-02-16T00:40:51.083Z] ---> 1c32615a8764 [2021-02-16T00:40:51.083Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-16T00:40:51.347Z] ---> ec0a31becf93 [2021-02-16T00:40:51.347Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-16T00:40:51.611Z] ---> Running in 7183d8dd5ff2 [2021-02-16T00:40:51.611Z] ---> e641dc6000be [2021-02-16T00:40:51.611Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-16T00:40:51.611Z] ---> 0bbb003f1401 [2021-02-16T00:40:51.611Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-16T00:40:51.611Z] Removing intermediate container 7183d8dd5ff2 [2021-02-16T00:40:51.611Z] ---> 845c9fc546fa [2021-02-16T00:40:51.611Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-16T00:40:51.872Z] ---> Running in 46bcb1282311 [2021-02-16T00:40:52.136Z] Removing intermediate container 46bcb1282311 [2021-02-16T00:40:52.136Z] ---> 0cf66b7da670 [2021-02-16T00:40:52.136Z] Step 20/22 : LABEL arch=x86_64 [2021-02-16T00:40:52.136Z] ---> Running in 06f7a00afaaa [2021-02-16T00:40:52.136Z] ---> 2e09ededf0f7 [2021-02-16T00:40:52.136Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-16T00:40:52.292Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.080s coverage: 94.4% of statements [2021-02-16T00:40:52.292Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.056s coverage: 44.8% of statements [2021-02-16T00:40:52.399Z] ---> 18e38dc2ba61 [2021-02-16T00:40:52.399Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-16T00:40:52.399Z] Removing intermediate container 06f7a00afaaa [2021-02-16T00:40:52.399Z] ---> c91752afcc02 [2021-02-16T00:40:52.399Z] Step 21/22 : LABEL git_sha=f534e5f9d04b017a9fc5fe287232a3a1cbef38dc [2021-02-16T00:40:52.663Z] Removing intermediate container 8442b5b185a0 [2021-02-16T00:40:52.663Z] ---> c0f770f960e7 [2021-02-16T00:40:52.663Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-16T00:40:52.663Z] ---> Running in 50635b88693e [2021-02-16T00:40:52.663Z] ---> Running in 316b97e069c9 [2021-02-16T00:40:52.663Z] ---> 7b8a7603820a [2021-02-16T00:40:52.663Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-16T00:40:52.925Z] ---> 6500b4ffbeec [2021-02-16T00:40:52.925Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-16T00:40:52.925Z] ---> Running in 0b667f085709 [2021-02-16T00:40:53.192Z] ---> Running in bda11a00f776 [2021-02-16T00:40:53.192Z] Removing intermediate container 50635b88693e [2021-02-16T00:40:53.192Z] ---> 382b42d1fb27 [2021-02-16T00:40:53.192Z] Step 22/22 : LABEL version=0.0.0 [2021-02-16T00:40:53.192Z] ---> Running in 3ce5321e2714 [2021-02-16T00:40:53.456Z] Removing intermediate container 0b667f085709 [2021-02-16T00:40:53.456Z] ---> 7591f9fdec35 [2021-02-16T00:40:53.456Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-16T00:40:53.456Z] Removing intermediate container bda11a00f776 [2021-02-16T00:40:53.456Z] ---> 90a191a8f227 [2021-02-16T00:40:53.456Z] Step 18/21 : CMD ["--init=true"] [2021-02-16T00:40:53.456Z] ---> Running in 418ce3de1c12 [2021-02-16T00:40:53.456Z] ---> Running in cc6a5c575cab [2021-02-16T00:40:53.456Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-16T00:40:53.721Z] Removing intermediate container 3ce5321e2714 [2021-02-16T00:40:53.721Z] ---> 14835207304b [2021-02-16T00:40:53.721Z] [2021-02-16T00:40:53.721Z] Removing intermediate container cc6a5c575cab [2021-02-16T00:40:53.721Z] ---> 16966794651c [2021-02-16T00:40:53.721Z] Step 21/23 : LABEL arch=x86_64 [2021-02-16T00:40:53.721Z] Removing intermediate container 418ce3de1c12 [2021-02-16T00:40:53.721Z] ---> b4e1fa887dad [2021-02-16T00:40:53.721Z] Step 19/21 : LABEL arch=x86_64 [2021-02-16T00:40:53.721Z] Successfully built 14835207304b [2021-02-16T00:40:53.982Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-16T00:40:53.982Z]  Building docker-support-scheduler-go ... done  ---> Running in 6a4e4d7004f2 [2021-02-16T00:40:53.982Z] ---> Running in 935f408c858e [2021-02-16T00:40:53.982Z] Removing intermediate container 6a4e4d7004f2 [2021-02-16T00:40:53.982Z] ---> 83e3271c9d27 [2021-02-16T00:40:53.982Z] Step 22/23 : LABEL git_sha=f534e5f9d04b017a9fc5fe287232a3a1cbef38dc [2021-02-16T00:40:53.982Z] Removing intermediate container 935f408c858e [2021-02-16T00:40:53.982Z] ---> dc7257bea2f7 [2021-02-16T00:40:53.982Z] Step 20/21 : LABEL git_sha=f534e5f9d04b017a9fc5fe287232a3a1cbef38dc [2021-02-16T00:40:54.245Z] ---> Running in 41534ff5d7e4 [2021-02-16T00:40:54.245Z] ---> Running in d4244a29b28d [2021-02-16T00:40:54.245Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-16T00:40:54.245Z] Removing intermediate container d4244a29b28d [2021-02-16T00:40:54.245Z] ---> c8722eed23a1 [2021-02-16T00:40:54.245Z] Step 21/21 : LABEL version=0.0.0 [2021-02-16T00:40:54.245Z] Removing intermediate container 41534ff5d7e4 [2021-02-16T00:40:54.245Z] ---> 83a1e99e152a [2021-02-16T00:40:54.245Z] Step 23/23 : LABEL version=0.0.0 [2021-02-16T00:40:54.508Z] ---> Running in 0eef865c7a55 [2021-02-16T00:40:54.508Z] ---> Running in c6ed2aee785f [2021-02-16T00:40:54.770Z] Removing intermediate container 0eef865c7a55 [2021-02-16T00:40:54.770Z] ---> fec1523d7a24 [2021-02-16T00:40:54.770Z] [2021-02-16T00:40:54.770Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-16T00:40:54.770Z] Removing intermediate container c6ed2aee785f [2021-02-16T00:40:54.770Z] ---> 602580d38eea [2021-02-16T00:40:54.770Z] [2021-02-16T00:40:54.770Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-16T00:40:54.770Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-16T00:40:55.031Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-16T00:40:55.031Z] Successfully built 602580d38eea [2021-02-16T00:40:55.031Z] Successfully built fec1523d7a24 [2021-02-16T00:40:55.031Z] Successfully tagged docker-core-metadata-go:latest [2021-02-16T00:40:55.031Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-16T00:40:55.031Z]  Building docker-core-metadata-go ... done  Building docker-security-proxy-setup-go ... done (5/6) Installing libzmq (4.3.3-r0) [2021-02-16T00:40:55.294Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-16T00:40:55.294Z] Executing busybox-1.31.1-r19.trigger [2021-02-16T00:40:55.294Z] OK: 8 MiB in 20 packages [2021-02-16T00:40:55.867Z] Removing intermediate container 316b97e069c9 [2021-02-16T00:40:55.867Z] ---> 0fd9da954d83 [2021-02-16T00:40:55.867Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-16T00:40:56.129Z] ---> b3e63d01d8f6 [2021-02-16T00:40:56.129Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-16T00:40:56.702Z] ---> 614392179894 [2021-02-16T00:40:56.703Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-16T00:40:56.965Z] ---> f39abb6f154b [2021-02-16T00:40:56.965Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-16T00:40:56.965Z] ---> Running in eae7828331c8 [2021-02-16T00:40:57.228Z] Removing intermediate container eae7828331c8 [2021-02-16T00:40:57.228Z] ---> 660d71428401 [2021-02-16T00:40:57.228Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-16T00:40:57.228Z] ---> Running in eaadee465562 [2021-02-16T00:40:57.490Z] Removing intermediate container eaadee465562 [2021-02-16T00:40:57.490Z] ---> aee3ee4057be [2021-02-16T00:40:57.490Z] Step 21/23 : LABEL arch=x86_64 [2021-02-16T00:40:57.490Z] ---> Running in c9bf6a8dea5d [2021-02-16T00:40:57.752Z] Removing intermediate container c9bf6a8dea5d [2021-02-16T00:40:57.752Z] ---> 89cf3d0803dd [2021-02-16T00:40:57.752Z] Step 22/23 : LABEL git_sha=f534e5f9d04b017a9fc5fe287232a3a1cbef38dc [2021-02-16T00:40:57.752Z] ---> Running in 21720864b5ea [2021-02-16T00:40:57.752Z] Removing intermediate container 21720864b5ea [2021-02-16T00:40:57.752Z] ---> 571191ddb09b [2021-02-16T00:40:57.752Z] Step 23/23 : LABEL version=0.0.0 [2021-02-16T00:40:58.014Z] ---> Running in 8d330382f9af [2021-02-16T00:40:58.014Z] Removing intermediate container 8d330382f9af [2021-02-16T00:40:58.014Z] ---> c21be0ff328d [2021-02-16T00:40:58.014Z] [2021-02-16T00:40:58.591Z] Successfully built c21be0ff328d [2021-02-16T00:40:58.591Z] Successfully tagged docker-core-data-go:latest [2021-02-16T00:40:58.876Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-16T00:40:58.913Z] $ docker stop --time=1 6780e3d1c21dc0c3c34e42e75ec2dd9e1d501f0badbd1aceb3f90ffad48d7a37 [2021-02-16T00:41:00.627Z] $ docker rm -f 6780e3d1c21dc0c3c34e42e75ec2dd9e1d501f0badbd1aceb3f90ffad48d7a37 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-16T00:41:01.279Z] + docker images [2021-02-16T00:41:01.279Z] + grep docker [2021-02-16T00:41:01.558Z] docker-core-data-go latest c21be0ff328d 4 seconds ago 22.3MB [2021-02-16T00:41:01.558Z] docker-core-metadata-go latest 602580d38eea 7 seconds ago 18.8MB [2021-02-16T00:41:01.558Z] docker-security-proxy-setup-go latest fec1523d7a24 7 seconds ago 24.4MB [2021-02-16T00:41:01.558Z] docker-support-scheduler-go latest 14835207304b 8 seconds ago 17MB [2021-02-16T00:41:01.558Z] docker-sys-mgmt-agent-go latest d29265e6032b 37 seconds ago 313MB [2021-02-16T00:41:01.558Z] docker-security-bootstrapper-go latest ef8e52e0beb9 About a minute ago 18MB [2021-02-16T00:41:01.558Z] docker-core-command-go latest 309d2c90c9bc 2 minutes ago 16.9MB [2021-02-16T00:41:01.558Z] docker-security-secretstore-setup-go latest 35814bc2491c 2 minutes ago 24.6MB [2021-02-16T00:41:01.558Z] docker-support-notifications-go latest 6b6871df3abb 2 minutes ago 17.6MB [2021-02-16T00:41:01.558Z] docker 20.10.0 aefe523efa57 2 months 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-16T00:41:07.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.165s coverage: 92.9% of statements [2021-02-16T00:41:07.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-16T00:41:07.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-16T00:41:07.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-16T00:41:07.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 77.8% of statements [2021-02-16T00:41:07.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-16T00:41:07.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-16T00:41:07.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-16T00:41:07.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-16T00:41:07.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-16T00:41:07.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.082s coverage: 87.2% of statements [2021-02-16T00:41:07.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-16T00:41:07.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-16T00:41:07.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements [2021-02-16T00:41:07.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-16T00:41:07.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.096s coverage: 75.5% of statements [2021-02-16T00:41:07.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-16T00:41:07.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.076s coverage: 80.8% of statements [2021-02-16T00:41:07.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.147s coverage: 87.2% of statements [2021-02-16T00:41:07.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.139s coverage: 84.2% of statements [2021-02-16T00:41:07.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.190s coverage: 91.4% of statements [2021-02-16T00:41:07.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-16T00:41:07.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.658s coverage: 63.5% of statements [2021-02-16T00:41:07.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-16T00:41:07.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-16T00:41:07.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements [2021-02-16T00:41:07.447Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.081s coverage: 91.3% of statements [2021-02-16T00:41:07.447Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements [2021-02-16T00:41:07.447Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.061s coverage: 73.7% of statements [2021-02-16T00:41:07.447Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements [2021-02-16T00:41:09.445Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.901s coverage: 68.9% of statements [2021-02-16T00:41:09.445Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-16T00:41:09.445Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-16T00:41:11.437Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.377s coverage: 37.0% of statements [2021-02-16T00:41:11.437Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-16T00:41:11.437Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-16T00:41:12.887Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.643s coverage: 84.0% of statements [2021-02-16T00:41:12.887Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.130s coverage: 100.0% of statements [2021-02-16T00:41:17.341Z] Still waiting to schedule task [2021-02-16T00:41:17.341Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-26542’ [2021-02-16T00:41:19.626Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.439s coverage: 47.0% of statements [2021-02-16T00:41:19.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-16T00:41:19.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-16T00:41:19.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-16T00:41:19.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-16T00:41:19.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-16T00:41:19.627Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.152s coverage: 100.0% of statements [2021-02-16T00:41:19.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-16T00:41:19.627Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.107s coverage: 100.0% of statements [2021-02-16T00:41:19.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-16T00:41:19.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-16T00:41:19.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-16T00:41:19.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-16T00:41:19.627Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.382s coverage: 89.4% of statements [2021-02-16T00:41:19.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-16T00:41:19.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-16T00:41:19.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-16T00:41:27.941Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.556s coverage: 29.1% of statements [2021-02-16T00:41:27.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-16T00:41:27.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-16T00:41:27.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-16T00:41:27.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-16T00:41:27.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-16T00:41:27.941Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.241s coverage: 99.0% of statements [2021-02-16T00:41:27.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-16T00:41:27.941Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.124s coverage: 100.0% of statements [2021-02-16T00:41:27.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-16T00:41:27.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-16T00:41:27.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-16T00:41:27.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-16T00:41:27.941Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.147s coverage: 100.0% of statements [2021-02-16T00:41:27.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-16T00:41:27.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-16T00:41:27.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-16T00:41:27.941Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.058s coverage: 0.0% of statements [2021-02-16T00:41:27.942Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-16T00:41:27.942Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.057s coverage: 100.0% of statements [2021-02-16T00:41:27.942Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-16T00:41:27.942Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-16T00:41:27.942Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-16T00:41:27.942Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-16T00:41:27.942Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.117s coverage: 87.9% of statements [2021-02-16T00:41:27.942Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-16T00:41:27.942Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-16T00:41:27.942Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.074s coverage: 100.0% of statements [2021-02-16T00:41:28.215Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.049s coverage: 32.1% of statements [2021-02-16T00:41:28.488Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-02-16T00:41:29.465Z] GO111MODULE=on go vet ./... [2021-02-16T00:42:51.413Z] gofmt -l . [2021-02-16T00:42:51.413Z] [ "`gofmt -l .`" = "" ] [2021-02-16T00:42:51.413Z] ./bin/test-go-mod-tidy.sh [2021-02-16T00:42:51.413Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-16T00:42:53.497Z] + ls -al . [2021-02-16T00:42:53.497Z] total 728 [2021-02-16T00:42:53.497Z] drwxrwxr-x 9 1001 1001 4096 Feb 16 00:42 . [2021-02-16T00:42:53.497Z] drwxr-xr-x 4 root root 4096 Feb 16 00:38 .. [2021-02-16T00:42:53.497Z] -rw-rw-r-- 1 1001 1001 11 Feb 16 00:36 .dockerignore [2021-02-16T00:42:53.497Z] drwxrwxr-x 8 1001 1001 4096 Feb 16 00:36 .git [2021-02-16T00:42:53.497Z] drwxrwxr-x 3 1001 1001 4096 Feb 16 00:36 .github [2021-02-16T00:42:53.497Z] -rw-rw-r-- 1 1001 1001 818 Feb 16 00:36 .gitignore [2021-02-16T00:42:53.497Z] -rw-rw-r-- 1 1001 1001 166 Feb 16 00:36 .sonarcloud.properties [2021-02-16T00:42:53.497Z] -rw-rw-r-- 1 1001 1001 7859 Feb 16 00:36 Attribution.txt [2021-02-16T00:42:53.497Z] -rw-rw-r-- 1 1001 1001 3804 Feb 16 00:36 CONTRIBUTING.md [2021-02-16T00:42:53.497Z] -rw-rw-r-- 1 1001 1001 931 Feb 16 00:36 Dockerfile.build [2021-02-16T00:42:53.497Z] -rw-rw-r-- 1 1001 1001 863 Feb 16 00:36 Jenkinsfile [2021-02-16T00:42:53.497Z] -rw-rw-r-- 1 1001 1001 10775 Feb 16 00:36 LICENSE [2021-02-16T00:42:53.497Z] -rw-rw-r-- 1 1001 1001 5774 Feb 16 00:36 Makefile [2021-02-16T00:42:53.497Z] -rw-rw-r-- 1 1001 1001 6524 Feb 16 00:36 README.md [2021-02-16T00:42:53.497Z] -rw-rw-r-- 1 1001 1001 6755 Feb 16 00:36 SECURITY.md [2021-02-16T00:42:53.497Z] -rw-rw-r-- 1 1001 1001 5 Feb 16 00:32 VERSION [2021-02-16T00:42:53.497Z] -rw-rw-r-- 1 1001 1001 4131 Feb 16 00:36 ZMQWindows.md [2021-02-16T00:42:53.497Z] drwxrwxr-x 2 1001 1001 4096 Feb 16 00:36 bin [2021-02-16T00:42:53.497Z] drwxrwxr-x 14 1001 1001 4096 Feb 16 00:36 cmd [2021-02-16T00:42:53.497Z] -rw-r--r-- 1 root root 595676 Feb 16 00:41 coverage.out [2021-02-16T00:42:53.497Z] -rw-r--r-- 1 root root 1054 Feb 16 00:42 go.mod [2021-02-16T00:42:53.497Z] -rw-r--r-- 1 root root 19518 Feb 16 00:42 go.sum [2021-02-16T00:42:53.497Z] drwxrwxr-x 8 1001 1001 4096 Feb 16 00:36 internal [2021-02-16T00:42:53.497Z] drwxrwxr-x 4 1001 1001 4096 Feb 16 00:36 openapi [2021-02-16T00:42:53.497Z] drwxrwxr-x 4 1001 1001 4096 Feb 16 00:36 snap [2021-02-16T00:42:53.497Z] -rw-rw-r-- 1 1001 1001 168 Feb 16 00:36 version.go [Pipeline] sh [2021-02-16T00:42:54.150Z] + '[' -e coverage.out ] [2021-02-16T00:42:54.150Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-16T00:42:54.170Z] Warning: overwriting stash ‘coverage-report’ [2021-02-16T00:42:55.238Z] Stashed 1 file(s) [Pipeline] sh [2021-02-16T00:42:55.882Z] + make build [2021-02-16T00:42:55.882Z] 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-16T00:43:06.032Z] 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-16T00:43:27.925Z] Running on prd-ubuntu18.04-docker-8c-8g-26543 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-02-16T00:43:27.981Z] Running in /w/workspace/edgex-go/64 [Pipeline] { [Pipeline] checkout [2021-02-16T00:43:30.097Z] using credential edgex-jenkins-ssh [2021-02-16T00:43:30.148Z] Cloning the remote Git repository [2021-02-16T00:43:30.169Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-16T00:43:30.242Z] > git init /w/workspace/edgex-go/64 # timeout=10 [2021-02-16T00:43:30.276Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-16T00:43:30.276Z] > git --version # timeout=10 [2021-02-16T00:43:30.282Z] > git --version # 'git version 2.17.1' [2021-02-16T00:43:30.282Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-16T00:43:30.305Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-16T00:43:32.850Z] 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-16T00:43:34.835Z] 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-16T00:43:41.553Z] 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-16T00:43:42.532Z] 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-16T00:43:43.759Z] Merging remotes/origin/master commit 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-02-16T00:43:44.207Z] Merge succeeded, producing 133c9d4aba5980320892ad0814142b9da282b445 [2021-02-16T00:43:44.207Z] Checking out Revision 133c9d4aba5980320892ad0814142b9da282b445 (PR-2858) [2021-02-16T00:43:43.116Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-16T00:43:43.122Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-16T00:43:43.135Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-16T00:43:43.151Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-16T00:43:43.151Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-16T00:43:43.157Z] > 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-16T00:43:43.748Z] > git config core.sparsecheckout # timeout=10 [2021-02-16T00:43:43.753Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-02-16T00:43:43.882Z] > git remote # timeout=10 [2021-02-16T00:43:43.888Z] > git config --get remote.origin.url # timeout=10 [2021-02-16T00:43:43.893Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-16T00:43:43.897Z] > git merge 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 # timeout=10 [2021-02-16T00:43:44.182Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-16T00:43:44.191Z] > git config core.sparsecheckout # timeout=10 [2021-02-16T00:43:44.194Z] > git checkout -f 133c9d4aba5980320892ad0814142b9da282b445 # timeout=10 [2021-02-16T00:43:47.853Z] Commit message: "Merge commit '3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0' into HEAD" [2021-02-16T00:43:47.863Z] First time build. Skipping changelog. [2021-02-16T00:43:47.940Z] 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-16T00:43:47.842Z] > git rev-list --no-walk ba39cb09a7e990171d7b398de1829e803e461e6c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-16T00:43:49.111Z] + echo snap-build.sh [2021-02-16T00:43:49.111Z] snap-build.sh [2021-02-16T00:43:49.111Z] + SNAP_BASE_DIR=. [2021-02-16T00:43:49.111Z] + '[' '!' -z /w/workspace/edgex-go/64 ']' [2021-02-16T00:43:49.111Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/64 [2021-02-16T00:43:49.111Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/64]' [2021-02-16T00:43:49.111Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/64] [2021-02-16T00:43:49.111Z] + cd /w/workspace/edgex-go/64 [2021-02-16T00:43:49.111Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-16T00:43:49.111Z] Reading package lists... [2021-02-16T00:43:49.372Z] Building dependency tree... [2021-02-16T00:43:49.372Z] Reading state information... [2021-02-16T00:43:49.372Z] The following packages were automatically installed and are no longer required: [2021-02-16T00:43:49.372Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-16T00:43:49.372Z] uidmap xdelta3 [2021-02-16T00:43:49.372Z] Use 'sudo apt autoremove' to remove them. [2021-02-16T00:43:49.372Z] The following packages will be REMOVED: [2021-02-16T00:43:49.372Z] lxd* lxd-client* [2021-02-16T00:43:50.313Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-16T00:43:50.313Z] After this operation, 31.7 MB disk space will be freed. [2021-02-16T00:43:51.097Z] (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-16T00:43:51.097Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-16T00:43:52.039Z] Removing lxd dnsmasq configuration [2021-02-16T00:43:52.039Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-16T00:43:52.299Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-16T00:43:52.871Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-16T00:43:53.132Z] (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-16T00:43:53.132Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-16T00:43:53.352Z] 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-16T00:43:55.050Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-16T00:43:55.050Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-16T00:43:56.434Z] + sudo snap remove --purge lxd [2021-02-16T00:43:56.434Z] snap "lxd" is not installed [2021-02-16T00:43:56.434Z] + sudo groupadd --force --system lxd [2021-02-16T00:43:56.434Z] ++ whoami [2021-02-16T00:43:56.434Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-16T00:43:56.434Z] + newgrp - lxd [2021-02-16T00:43:56.434Z] + sudo snap install lxd [2021-02-16T00:43:58.758Z] 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-16T00:44:04.165Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-16T00:44:04.590Z] 2021-02-16T00:44:01Z INFO Waiting for automatic snapd restart... [2021-02-16T00:44:09.587Z] 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-16T00:44:15.004Z] 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-16T00:44:19.532Z] lxd 4.11 from Canonical* installed [2021-02-16T00:44:19.532Z] + sudo lxd init --auto [Pipeline] } [2021-02-16T00:44:25.171Z] $ docker stop --time=1 1d1fb2a89750bdca49c40fa30da68924265cac5141c0b1999c97f01fc7b66a82 [2021-02-16T00:44:27.687Z] + sudo snap install --classic snapcraft [2021-02-16T00:44:27.977Z] $ docker rm -f 1d1fb2a89750bdca49c40fa30da68924265cac5141c0b1999c97f01fc7b66a82 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-16T00:44:30.080Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-16T00:44:30.080Z] [2021-02-16T00:44:30.080Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-16T00:44:30.741Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-16T00:44:31.015Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-16T00:44:31.015Z] 29e5d40040c1: Pulling fs layer [2021-02-16T00:44:31.015Z] 1ce36da41761: Pulling fs layer [2021-02-16T00:44:31.015Z] 25b303627fd3: Pulling fs layer [2021-02-16T00:44:31.291Z] 29e5d40040c1: Verifying Checksum [2021-02-16T00:44:31.291Z] 29e5d40040c1: Download complete [2021-02-16T00:44:31.886Z] 1ce36da41761: Verifying Checksum [2021-02-16T00:44:31.886Z] 1ce36da41761: Download complete [2021-02-16T00:44:32.159Z] 29e5d40040c1: Pull complete [2021-02-16T00:44:33.137Z] 1ce36da41761: Pull complete [2021-02-16T00:44:33.411Z] 25b303627fd3: Verifying Checksum [2021-02-16T00:44:33.411Z] 25b303627fd3: Download complete [2021-02-16T00:44:34.294Z] snapcraft 4.5.1 from Canonical* installed [2021-02-16T00:44:34.294Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-16T00:44:34.294Z] + patch --verbose -p1 [2021-02-16T00:44:34.294Z] Hmm... Looks like a unified diff to me... [2021-02-16T00:44:34.294Z] The text leading up to this was: [2021-02-16T00:44:34.294Z] -------------------------- [2021-02-16T00:44:34.294Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-16T00:44:34.294Z] |From: Tony Espy [2021-02-16T00:44:34.294Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-16T00:44:34.294Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-16T00:44:34.294Z] | [2021-02-16T00:44:34.294Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-16T00:44:34.294Z] |optimize the snap CI check run for pull requests. When [2021-02-16T00:44:34.294Z] |applied, it essentially strips out everything (apps and [2021-02-16T00:44:34.294Z] |parts) from the snapcraft.yaml file except those required [2021-02-16T00:44:34.294Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-16T00:44:34.294Z] |catch changes to edgex-go that break the snap build. [2021-02-16T00:44:34.294Z] | [2021-02-16T00:44:34.294Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-16T00:44:34.294Z] |to update this patch file, otherwise it may fail to apply, [2021-02-16T00:44:34.294Z] |resulting in a failed snap build CI check in the associated [2021-02-16T00:44:34.294Z] |pull request. [2021-02-16T00:44:34.294Z] | [2021-02-16T00:44:34.294Z] |Note - in addition to applying this patch, the pipeline also [2021-02-16T00:44:34.294Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-16T00:44:34.294Z] |need to build the finally binary .snap file (and it won't [2021-02-16T00:44:34.294Z] |work with the patch applied). This further reduces the build [2021-02-16T00:44:34.294Z] |time. [2021-02-16T00:44:34.294Z] |--- [2021-02-16T00:44:34.294Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-16T00:44:34.294Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-16T00:44:34.294Z] | [2021-02-16T00:44:34.294Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-16T00:44:34.294Z] |index 1e537489..faf42425 100644 [2021-02-16T00:44:34.294Z] |--- a/snap/snapcraft.yaml [2021-02-16T00:44:34.294Z] |+++ b/snap/snapcraft.yaml [2021-02-16T00:44:34.294Z] -------------------------- [2021-02-16T00:44:34.294Z] patching file snap/snapcraft.yaml [2021-02-16T00:44:34.294Z] Using Plan A... [2021-02-16T00:44:34.294Z] Hunk #1 succeeded at 73. [2021-02-16T00:44:34.294Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-02-16T00:44:34.294Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-02-16T00:44:34.294Z] Hunk #4 FAILED at 222. [2021-02-16T00:44:34.294Z] Hunk #5 succeeded at 303 (offset 4 lines). [2021-02-16T00:44:34.294Z] Hunk #6 succeeded at 330 (offset 4 lines). [2021-02-16T00:44:34.294Z] Hunk #7 succeeded at 364 (offset 4 lines). [2021-02-16T00:44:34.294Z] Hunk #8 FAILED at 411. [2021-02-16T00:44:34.294Z] 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej [2021-02-16T00:44:34.294Z] Hmm... Ignoring the trailing garbage. [2021-02-16T00:44:34.294Z] done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-16T00:44:34.947Z] Failed in branch amd64 [2021-02-16T00:44:43.586Z] 25b303627fd3: Pull complete [2021-02-16T00:44:43.586Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-16T00:44:43.586Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-16T00:44:43.586Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-16T00:44:43.836Z] prd-ubuntu18.04-docker-arm64-4c-16g-26539 does not seem to be running inside a container [2021-02-16T00:44:43.921Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/64 -v /w/workspace/edgex-go/64:/w/workspace/edgex-go/64:rw,z -v /w/workspace/edgex-go/64@tmp:/w/workspace/edgex-go/64@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-16T00:44:47.279Z] $ docker top 38e63213e9a9cf95665c0d597414ef28d506d5f301f40e66d05e1274d37a5fc6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-16T00:44:48.290Z] + docker-compose build --help [2021-02-16T00:44:48.290Z] + grep parallel [2021-02-16T00:44:53.676Z] --parallel Build images in parallel. [Pipeline] } [2021-02-16T00:44:53.700Z] $ docker stop --time=1 38e63213e9a9cf95665c0d597414ef28d506d5f301f40e66d05e1274d37a5fc6 [2021-02-16T00:44:55.700Z] $ docker rm -f 38e63213e9a9cf95665c0d597414ef28d506d5f301f40e66d05e1274d37a5fc6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-16T00:44:56.513Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-16T00:44:56.513Z] . [Pipeline] withDockerContainer [2021-02-16T00:44:56.769Z] prd-ubuntu18.04-docker-arm64-4c-16g-26539 does not seem to be running inside a container [2021-02-16T00:44:56.850Z] $ 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/64 -v /w/workspace/edgex-go/64:/w/workspace/edgex-go/64:rw,z -v /w/workspace/edgex-go/64@tmp:/w/workspace/edgex-go/64@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-16T00:44:58.395Z] $ docker top 0ac8b928c28cdb0539bed160bf1d34e4582360bfbed6407ac049549becb1fac9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-16T00:44:59.468Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-16T00:45:06.257Z] Building docker-core-command-go ... [2021-02-16T00:45:06.257Z] Building docker-core-data-go ... [2021-02-16T00:45:06.257Z] Building docker-core-metadata-go ... [2021-02-16T00:45:06.257Z] Building docker-security-bootstrapper-go ... [2021-02-16T00:45:06.257Z] Building docker-security-proxy-setup-go ... [2021-02-16T00:45:06.257Z] Building docker-security-secretstore-setup-go ... [2021-02-16T00:45:06.257Z] Building docker-support-notifications-go ... [2021-02-16T00:45:06.257Z] Building docker-support-scheduler-go ... [2021-02-16T00:45:06.257Z] Building docker-sys-mgmt-agent-go ... [2021-02-16T00:45:06.257Z] Building docker-sys-mgmt-agent-go [2021-02-16T00:45:06.257Z] Building docker-core-command-go [2021-02-16T00:45:06.257Z] Building docker-support-notifications-go [2021-02-16T00:45:06.257Z] Building docker-security-secretstore-setup-go [2021-02-16T00:45:06.257Z] Building docker-security-bootstrapper-go [2021-02-16T00:46:28.066Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-16T00:46:28.066Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-16T00:46:28.066Z] ---> 2cdb3381a0b9 [2021-02-16T00:46:28.066Z] Step 3/22 : WORKDIR /edgex-go [2021-02-16T00:46:28.066Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-16T00:46:28.066Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-16T00:46:28.066Z] ---> 2cdb3381a0b9 [2021-02-16T00:46:28.066Z] Step 3/26 : WORKDIR /edgex-go [2021-02-16T00:46:28.066Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-16T00:46:28.066Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-16T00:46:28.066Z] ---> 2cdb3381a0b9 [2021-02-16T00:46:28.066Z] Step 3/24 : WORKDIR /edgex-go [2021-02-16T00:46:28.066Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-16T00:46:28.066Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-16T00:46:28.066Z] ---> 2cdb3381a0b9 [2021-02-16T00:46:28.066Z] Step 3/23 : WORKDIR /edgex-go [2021-02-16T00:46:28.066Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-16T00:46:28.066Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-16T00:46:28.066Z] ---> 2cdb3381a0b9 [2021-02-16T00:46:28.066Z] Step 3/30 : WORKDIR /edgex-go [2021-02-16T00:46:28.066Z] ---> Running in 43cb2799b25a [2021-02-16T00:46:28.066Z] ---> Running in 6b3b1b8081a5 [2021-02-16T00:46:28.066Z] ---> Running in 272a636e2542 [2021-02-16T00:46:28.066Z] ---> Running in fde7266943e0 [2021-02-16T00:46:28.066Z] ---> Running in c858a72e08c4 [2021-02-16T00:46:28.066Z] Removing intermediate container 43cb2799b25a [2021-02-16T00:46:28.066Z] ---> 204859084a98 [2021-02-16T00:46:28.066Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-16T00:46:28.066Z] Removing intermediate container 6b3b1b8081a5 [2021-02-16T00:46:28.066Z] ---> 36ce91a6dbb2 [2021-02-16T00:46:28.066Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-16T00:46:28.066Z] Removing intermediate container fde7266943e0 [2021-02-16T00:46:28.066Z] ---> 56834f1d0708 [2021-02-16T00:46:28.066Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-16T00:46:28.066Z] ---> Running in 76dc33569f12 [2021-02-16T00:46:28.066Z] Removing intermediate container 272a636e2542 [2021-02-16T00:46:28.066Z] ---> fc83984acab9 [2021-02-16T00:46:28.066Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-16T00:46:28.066Z] Removing intermediate container c858a72e08c4 [2021-02-16T00:46:28.066Z] ---> 222f9b422034 [2021-02-16T00:46:28.066Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-16T00:46:28.066Z] ---> Running in 70e4d3a04a84 [2021-02-16T00:46:28.066Z] ---> Running in 199045fbf691 [2021-02-16T00:46:28.066Z] ---> Running in e6f40b055335 [2021-02-16T00:46:28.066Z] ---> Running in e27d0465ec7a [2021-02-16T00:46:28.066Z] Removing intermediate container 76dc33569f12 [2021-02-16T00:46:28.066Z] ---> 0a382b77d987 [2021-02-16T00:46:28.066Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-16T00:46:28.066Z] ---> Running in 35ee0c0e9821 [2021-02-16T00:46:28.066Z] Removing intermediate container 199045fbf691 [2021-02-16T00:46:28.066Z] ---> 4e90c31ba871 [2021-02-16T00:46:28.066Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-16T00:46:28.066Z] ---> Running in af9c849ad6b9 [2021-02-16T00:46:28.066Z] Removing intermediate container 70e4d3a04a84 [2021-02-16T00:46:28.066Z] ---> 19a326d68e9d [2021-02-16T00:46:28.066Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-16T00:46:28.066Z] ---> Running in ce7dcf8f8139 [2021-02-16T00:46:28.066Z] Removing intermediate container e27d0465ec7a [2021-02-16T00:46:28.066Z] ---> 41109e1e7e60 [2021-02-16T00:46:28.066Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-16T00:46:28.066Z] Removing intermediate container e6f40b055335 [2021-02-16T00:46:28.066Z] ---> cbf49779b57b [2021-02-16T00:46:28.066Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-16T00:46:28.066Z] ---> Running in a7990c37fb6d [2021-02-16T00:46:28.066Z] ---> Running in c734e52762a2 [2021-02-16T00:46:28.066Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-16T00:46:28.066Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-16T00:46:28.066Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-16T00:46:28.066Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-16T00:46:28.066Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-16T00:46:28.066Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-16T00:46:28.066Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-16T00:46:28.066Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-16T00:46:28.339Z] OK: 217 MiB in 51 packages [2021-02-16T00:46:28.618Z] OK: 217 MiB in 51 packages [2021-02-16T00:46:28.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-16T00:46:28.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-16T00:46:28.902Z] OK: 217 MiB in 51 packages [2021-02-16T00:46:29.507Z] OK: 217 MiB in 51 packages [2021-02-16T00:46:29.507Z] OK: 217 MiB in 51 packages [2021-02-16T00:46:30.109Z] Removing intermediate container 35ee0c0e9821 [2021-02-16T00:46:30.109Z] ---> 4fc3d993be6d [2021-02-16T00:46:30.109Z] Step 6/23 : COPY go.mod . [2021-02-16T00:46:30.392Z] Removing intermediate container af9c849ad6b9 [2021-02-16T00:46:30.392Z] ---> f4c93d4c1a27 [2021-02-16T00:46:30.392Z] Step 6/22 : COPY go.mod . [2021-02-16T00:46:30.668Z] Removing intermediate container ce7dcf8f8139 [2021-02-16T00:46:30.668Z] ---> 9f507b31799a [2021-02-16T00:46:30.668Z] Step 6/24 : COPY go.mod . [2021-02-16T00:46:30.948Z] Removing intermediate container a7990c37fb6d [2021-02-16T00:46:30.948Z] ---> 934236022c66 [2021-02-16T00:46:30.948Z] Step 6/30 : COPY go.mod . [2021-02-16T00:46:31.220Z] ---> d6d09d12ae4e [2021-02-16T00:46:31.221Z] Step 7/23 : RUN go mod download [2021-02-16T00:46:31.499Z] Removing intermediate container c734e52762a2 [2021-02-16T00:46:31.499Z] ---> cf7a789f0f57 [2021-02-16T00:46:31.499Z] Step 6/26 : COPY go.mod . [2021-02-16T00:46:31.499Z] ---> Running in dd0dc38d84f8 [2021-02-16T00:46:31.772Z] ---> 12c90a115e20 [2021-02-16T00:46:31.772Z] Step 7/22 : RUN go mod download [2021-02-16T00:46:31.772Z] ---> a768ce71db6c [2021-02-16T00:46:31.772Z] Step 7/24 : RUN go mod download [2021-02-16T00:46:32.044Z] ---> Running in 733c7889f7bf [2021-02-16T00:46:32.044Z] ---> 6b122eca7284 [2021-02-16T00:46:32.044Z] Step 7/30 : RUN go mod download [2021-02-16T00:46:32.044Z] ---> Running in d8e540bcced7 [2021-02-16T00:46:32.319Z] ---> Running in f49caf31b36b [2021-02-16T00:46:32.598Z] ---> 2990b1b645dd [2021-02-16T00:46:32.598Z] Step 7/26 : RUN go mod download [2021-02-16T00:46:32.872Z] ---> Running in b21a5545d2bf [2021-02-16T00:46:36.304Z] Removing intermediate container dd0dc38d84f8 [2021-02-16T00:46:36.304Z] ---> 195d190774a7 [2021-02-16T00:46:36.304Z] Step 8/23 : COPY . . [2021-02-16T00:46:36.902Z] Removing intermediate container 733c7889f7bf [2021-02-16T00:46:36.902Z] ---> fbb5e8495b2e [2021-02-16T00:46:36.902Z] Step 8/22 : COPY . . [2021-02-16T00:46:36.902Z] Removing intermediate container d8e540bcced7 [2021-02-16T00:46:36.902Z] ---> 019118a4305e [2021-02-16T00:46:36.902Z] Step 8/24 : COPY . . [2021-02-16T00:46:37.179Z] Removing intermediate container f49caf31b36b [2021-02-16T00:46:37.179Z] ---> 23711a8619c6 [2021-02-16T00:46:37.179Z] Step 8/30 : COPY . . [2021-02-16T00:46:37.461Z] Removing intermediate container b21a5545d2bf [2021-02-16T00:46:37.461Z] ---> b4fded7c73c2 [2021-02-16T00:46:37.461Z] Step 8/26 : COPY . . [2021-02-16T00:47:04.279Z] ---> dc5e1f1f6c51 [2021-02-16T00:47:04.279Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-16T00:47:04.279Z] ---> 2726a3189b22 [2021-02-16T00:47:04.279Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-16T00:47:04.279Z] ---> 18fbcaeaa769 [2021-02-16T00:47:04.279Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-16T00:47:04.279Z] ---> Running in 0a128e1292a2 [2021-02-16T00:47:04.279Z] ---> Running in 46015aa252cf [2021-02-16T00:47:04.279Z] ---> 7f473ccb95dd [2021-02-16T00:47:04.279Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-16T00:47:04.279Z] ---> 591dc16d8a5f [2021-02-16T00:47:04.279Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-16T00:47:04.279Z] ---> Running in 87058a7475db [2021-02-16T00:47:04.279Z] ---> Running in d26c654efb3f [2021-02-16T00:47:04.279Z] ---> Running in 3b92f29102e5 [2021-02-16T00:47:05.281Z] 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-16T00:47:05.558Z] 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-16T00:47:05.558Z] 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-16T00:47:05.841Z] 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-16T00:47:06.118Z] 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-16T00:48:43.007Z] 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-16T00:48:51.394Z] Removing intermediate container 87058a7475db [2021-02-16T00:48:51.394Z] ---> f8e620b27394 [2021-02-16T00:48:51.394Z] [2021-02-16T00:48:51.394Z] Step 10/24 : FROM alpine:3.12 [2021-02-16T00:48:51.394Z] 3.12: Pulling from library/alpine [2021-02-16T00:48:51.394Z] Removing intermediate container 3b92f29102e5 [2021-02-16T00:48:51.394Z] ---> b012c7990117 [2021-02-16T00:48:51.394Z] [2021-02-16T00:48:51.394Z] Step 10/30 : FROM alpine:3.12 [2021-02-16T00:48:51.671Z] 3.12: Pulling from library/alpine [2021-02-16T00:48:52.674Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-16T00:48:52.950Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-16T00:48:52.950Z] Status: Downloaded newer image for alpine:3.12 [2021-02-16T00:48:52.950Z] ---> afeebe901d6b [2021-02-16T00:48:52.950Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-16T00:48:52.950Z] Status: Downloaded newer image for alpine:3.12 [2021-02-16T00:48:52.950Z] ---> afeebe901d6b [2021-02-16T00:48:52.950Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-16T00:48:52.950Z] Removing intermediate container d26c654efb3f [2021-02-16T00:48:52.950Z] ---> 2aaf277dbfc1 [2021-02-16T00:48:52.950Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-16T00:48:53.230Z] ---> Running in eba817ae417e [2021-02-16T00:48:53.230Z] ---> Running in 96cd114a49ce [2021-02-16T00:48:53.230Z] ---> Running in 4c449a3cea62 [2021-02-16T00:48:54.227Z] Removing intermediate container 96cd114a49ce [2021-02-16T00:48:54.227Z] ---> 412df106f7c6 [2021-02-16T00:48:54.227Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-16T00:48:54.227Z] ---> Running in a866faf282e4 [2021-02-16T00:48:55.694Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-16T00:48:55.694Z] 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-16T00:48:55.694Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-16T00:48:56.302Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-16T00:48:56.302Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-16T00:48:56.579Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-16T00:48:56.579Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-16T00:48:56.579Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-16T00:48:56.579Z] (4/5) Installing curl (7.69.1-r3) [2021-02-16T00:48:56.579Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-16T00:48:56.579Z] Executing busybox-1.31.1-r19.trigger [2021-02-16T00:48:56.579Z] Executing ca-certificates-20191127-r4.trigger [2021-02-16T00:48:56.871Z] OK: 7 MiB in 19 packages [2021-02-16T00:48:57.154Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-16T00:48:57.154Z] (2/2) Installing su-exec (0.2-r1) [2021-02-16T00:48:57.154Z] Executing busybox-1.31.1-r19.trigger [2021-02-16T00:48:57.154Z] OK: 5 MiB in 16 packages [2021-02-16T00:48:59.819Z] Removing intermediate container a866faf282e4 [2021-02-16T00:48:59.819Z] ---> a9ff287d5759 [2021-02-16T00:48:59.819Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-16T00:49:00.792Z] Removing intermediate container eba817ae417e [2021-02-16T00:49:00.792Z] ---> 2cf95483fb16 [2021-02-16T00:49:00.792Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-16T00:49:00.792Z] ---> Running in fc19104d40ab [2021-02-16T00:49:01.388Z] Removing intermediate container 0a128e1292a2 [2021-02-16T00:49:01.389Z] ---> b29fb1731125 [2021-02-16T00:49:01.389Z] [2021-02-16T00:49:01.389Z] Step 10/23 : FROM alpine:3.12 [2021-02-16T00:49:01.389Z] ---> afeebe901d6b [2021-02-16T00:49:01.389Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-16T00:49:01.389Z] ---> Running in 5435a59dfbd2 [2021-02-16T00:49:01.657Z] Removing intermediate container 4c449a3cea62 [2021-02-16T00:49:01.657Z] ---> d77e45cf0a4e [2021-02-16T00:49:01.657Z] [2021-02-16T00:49:01.657Z] Step 11/26 : FROM docker:20.10.0 [2021-02-16T00:49:01.657Z] 20.10.0: Pulling from library/docker [2021-02-16T00:49:01.657Z] Removing intermediate container fc19104d40ab [2021-02-16T00:49:01.657Z] ---> 73312bd3a291 [2021-02-16T00:49:01.657Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-16T00:49:01.933Z] Removing intermediate container 46015aa252cf [2021-02-16T00:49:01.933Z] ---> a94ab49cea9e [2021-02-16T00:49:01.933Z] [2021-02-16T00:49:01.933Z] Step 10/22 : FROM alpine:3.12 [2021-02-16T00:49:01.933Z] ---> afeebe901d6b [2021-02-16T00:49:01.933Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-16T00:49:02.205Z] ---> Running in c6599edb7e8f [2021-02-16T00:49:02.205Z] ---> Running in 481637e6c666 [2021-02-16T00:49:02.476Z] ---> Running in 7141ed8b5a87 [2021-02-16T00:49:02.748Z] Removing intermediate container 5435a59dfbd2 [2021-02-16T00:49:02.748Z] ---> c59d6bd48940 [2021-02-16T00:49:02.748Z] Step 13/24 : WORKDIR / [2021-02-16T00:49:03.729Z] ---> Running in 35e194880627 [2021-02-16T00:49:03.729Z] Removing intermediate container 481637e6c666 [2021-02-16T00:49:03.729Z] ---> b4c69b988291 [2021-02-16T00:49:03.729Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-16T00:49:04.324Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-16T00:49:04.324Z] ---> Running in 51d8666cd043 [2021-02-16T00:49:04.324Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-16T00:49:04.600Z] Removing intermediate container 35e194880627 [2021-02-16T00:49:04.600Z] ---> b671b5acf8a1 [2021-02-16T00:49:04.600Z] 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-16T00:49:04.883Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-16T00:49:04.883Z] Executing busybox-1.31.1-r19.trigger [2021-02-16T00:49:04.883Z] OK: 5 MiB in 15 packages [2021-02-16T00:49:05.164Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-16T00:49:05.441Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-16T00:49:06.050Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-16T00:49:06.050Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-16T00:49:06.050Z] Executing busybox-1.31.1-r19.trigger [2021-02-16T00:49:06.050Z] Executing ca-certificates-20191127-r4.trigger [2021-02-16T00:49:06.324Z] OK: 6 MiB in 16 packages [2021-02-16T00:49:06.324Z] ---> 00d1fb480575 [2021-02-16T00:49:06.324Z] 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-16T00:49:07.312Z] Removing intermediate container c6599edb7e8f [2021-02-16T00:49:07.312Z] ---> d380b9c9731c [2021-02-16T00:49:07.312Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-16T00:49:07.598Z] ---> Running in 37667fbd5b96 [2021-02-16T00:49:07.870Z] ---> 5056bf8fdda9 [2021-02-16T00:49:07.870Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-16T00:49:08.464Z] Removing intermediate container 51d8666cd043 [2021-02-16T00:49:08.464Z] ---> 00495fb39fd5 [2021-02-16T00:49:08.464Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-16T00:49:08.736Z] Removing intermediate container 37667fbd5b96 [2021-02-16T00:49:08.736Z] ---> 45a937c3dd9d [2021-02-16T00:49:08.736Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-16T00:49:09.016Z] ---> Running in 5694eaaa70fa [2021-02-16T00:49:09.338Z] Removing intermediate container 7141ed8b5a87 [2021-02-16T00:49:09.338Z] ---> 0b1ebc51671b [2021-02-16T00:49:09.338Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-16T00:49:09.696Z] ---> d9cf457c60a2 [2021-02-16T00:49:09.697Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-16T00:49:09.697Z] ---> Running in f60b520a81af [2021-02-16T00:49:10.009Z] ---> Running in 02b32d2df7b0 [2021-02-16T00:49:10.009Z] Removing intermediate container 5694eaaa70fa [2021-02-16T00:49:10.009Z] ---> 36a85bee249e [2021-02-16T00:49:10.009Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-16T00:49:10.305Z] Removing intermediate container f60b520a81af [2021-02-16T00:49:10.305Z] ---> 37754a585b6d [2021-02-16T00:49:10.305Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-16T00:49:10.941Z] ---> Running in 1b3d9424a50d [2021-02-16T00:49:11.212Z] Removing intermediate container 02b32d2df7b0 [2021-02-16T00:49:11.212Z] ---> cd44e53f5ed8 [2021-02-16T00:49:11.212Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-16T00:49:11.819Z] ---> Running in 2fed3d26c97c [2021-02-16T00:49:12.433Z] ---> 0528012979b5 [2021-02-16T00:49:12.433Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-16T00:49:12.707Z] Removing intermediate container 1b3d9424a50d [2021-02-16T00:49:12.707Z] ---> 52ec48736b7f [2021-02-16T00:49:12.707Z] Step 15/23 : WORKDIR / [2021-02-16T00:49:12.990Z] ---> 13527b5bbc03 [2021-02-16T00:49:12.990Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-16T00:49:12.990Z] ---> Running in 42633891c4fa [2021-02-16T00:49:13.264Z] Removing intermediate container 2fed3d26c97c [2021-02-16T00:49:13.264Z] ---> 4598d74e03dc [2021-02-16T00:49:13.264Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-16T00:49:13.540Z] ---> Running in ecefca1d7c77 [2021-02-16T00:49:14.161Z] ---> Running in fb72e148d85c [2021-02-16T00:49:14.441Z] ---> f3bf4ca21c07 [2021-02-16T00:49:14.441Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-16T00:49:14.712Z] Removing intermediate container ecefca1d7c77 [2021-02-16T00:49:14.712Z] ---> d50545cc7e44 [2021-02-16T00:49:14.712Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-16T00:49:14.712Z] Removing intermediate container fb72e148d85c [2021-02-16T00:49:14.712Z] ---> 732126473428 [2021-02-16T00:49:14.712Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-16T00:49:15.710Z] ---> 120d6c90619f [2021-02-16T00:49:15.710Z] 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-16T00:49:16.005Z] ---> d1c50862998e [2021-02-16T00:49:16.005Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-16T00:49:16.005Z] ---> Running in 53d59864a7c7 [2021-02-16T00:49:16.283Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-16T00:49:16.283Z] ---> 0c6b76720178 [2021-02-16T00:49:16.283Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-16T00:49:16.283Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-16T00:49:16.283Z] ---> eeaf43b92773 [2021-02-16T00:49:16.283Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-16T00:49:16.882Z] ---> Running in 0f0c9cb9cc5b [2021-02-16T00:49:16.882Z] Removing intermediate container 42633891c4fa [2021-02-16T00:49:16.882Z] ---> 95052ce8cf4a [2021-02-16T00:49:16.882Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-16T00:49:18.331Z] ---> eab00302ef0c [2021-02-16T00:49:18.331Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-16T00:49:18.331Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-16T00:49:18.331Z] ---> ea4e08adfad0 [2021-02-16T00:49:18.331Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-16T00:49:18.331Z] ---> 074c8acda04b [2021-02-16T00:49:18.331Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-16T00:49:18.608Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-16T00:49:19.210Z] (1/2) Installing readline (8.0.4-r0) [2021-02-16T00:49:19.210Z] (2/2) Installing bash (5.0.17-r0) [2021-02-16T00:49:19.482Z] Executing bash-5.0.17-r0.post-install [2021-02-16T00:49:19.482Z] Executing busybox-1.31.1-r19.trigger [2021-02-16T00:49:19.482Z] OK: 12 MiB in 22 packages [2021-02-16T00:49:19.753Z] ---> 280ddb7a4b36 [2021-02-16T00:49:19.753Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-16T00:49:19.753Z] ---> b63a516d890b [2021-02-16T00:49:19.753Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-16T00:49:20.347Z] ---> Running in 7e5394458ae0 [2021-02-16T00:49:20.347Z] Removing intermediate container 53d59864a7c7 [2021-02-16T00:49:20.347Z] ---> f74883b9b2c2 [2021-02-16T00:49:20.347Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-16T00:49:20.347Z] ---> Running in beeb66313fa2 [2021-02-16T00:49:20.620Z] ---> 7dc2299a83fe [2021-02-16T00:49:20.620Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-16T00:49:20.620Z] ---> Running in d24048dac81e [2021-02-16T00:49:20.894Z] Removing intermediate container 7e5394458ae0 [2021-02-16T00:49:20.894Z] ---> 118a9eb85b47 [2021-02-16T00:49:20.894Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-16T00:49:21.170Z] ---> Running in a96801dac83c [2021-02-16T00:49:21.446Z] Removing intermediate container beeb66313fa2 [2021-02-16T00:49:21.446Z] ---> 7f3505e2bdad [2021-02-16T00:49:21.446Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-16T00:49:21.446Z] Removing intermediate container 0f0c9cb9cc5b [2021-02-16T00:49:21.446Z] ---> ce4b283f6487 [2021-02-16T00:49:21.446Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-16T00:49:21.446Z] Removing intermediate container d24048dac81e [2021-02-16T00:49:21.446Z] ---> f8885a92592d [2021-02-16T00:49:21.446Z] Step 22/24 : LABEL arch=arm64 [2021-02-16T00:49:21.446Z] ---> Running in 4144ceebe6b7 [2021-02-16T00:49:21.446Z] ---> c325915c4423 [2021-02-16T00:49:21.446Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-16T00:49:21.718Z] ---> Running in 146c0ddfc359 [2021-02-16T00:49:21.718Z] ---> Running in 865ad78b4acd [2021-02-16T00:49:22.003Z] Removing intermediate container a96801dac83c [2021-02-16T00:49:22.003Z] ---> 4ed69347823f [2021-02-16T00:49:22.003Z] Step 21/23 : LABEL arch=arm64 [2021-02-16T00:49:22.275Z] ---> Running in 9ab6e102cc40 [2021-02-16T00:49:22.275Z] Removing intermediate container 4144ceebe6b7 [2021-02-16T00:49:22.275Z] ---> b8a49e669b95 [2021-02-16T00:49:22.275Z] Step 20/22 : LABEL arch=arm64 [2021-02-16T00:49:22.551Z] Removing intermediate container 865ad78b4acd [2021-02-16T00:49:22.551Z] ---> 767aeed85505 [2021-02-16T00:49:22.551Z] Step 23/24 : LABEL git_sha=f534e5f9d04b017a9fc5fe287232a3a1cbef38dc [2021-02-16T00:49:22.551Z] Removing intermediate container 146c0ddfc359 [2021-02-16T00:49:22.551Z] ---> f1f3daf7c04d [2021-02-16T00:49:22.551Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-16T00:49:22.551Z] ---> ec1e01315af6 [2021-02-16T00:49:22.551Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-16T00:49:22.551Z] ---> Running in 41d1f89b6aa3 [2021-02-16T00:49:22.827Z] ---> Running in bb4e49ff4f50 [2021-02-16T00:49:22.827Z] ---> Running in 5681ff7d2fa8 [2021-02-16T00:49:23.105Z] ---> Running in b9a23c2569a8 [2021-02-16T00:49:23.105Z] Removing intermediate container 9ab6e102cc40 [2021-02-16T00:49:23.105Z] ---> 366aa0881e58 [2021-02-16T00:49:23.105Z] Step 22/23 : LABEL git_sha=f534e5f9d04b017a9fc5fe287232a3a1cbef38dc [2021-02-16T00:49:23.105Z] Removing intermediate container 41d1f89b6aa3 [2021-02-16T00:49:23.105Z] ---> b75d7d2fa7eb [2021-02-16T00:49:23.105Z] Step 21/22 : LABEL git_sha=f534e5f9d04b017a9fc5fe287232a3a1cbef38dc [2021-02-16T00:49:23.105Z] ---> Running in a3dc08195974 [2021-02-16T00:49:23.376Z] ---> Running in 12a2ac817371 [2021-02-16T00:49:23.376Z] Removing intermediate container 5681ff7d2fa8 [2021-02-16T00:49:23.376Z] ---> d344a5e419b5 [2021-02-16T00:49:23.376Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-16T00:49:23.650Z] Removing intermediate container bb4e49ff4f50 [2021-02-16T00:49:23.650Z] ---> f18841c5e4db [2021-02-16T00:49:23.650Z] Step 24/24 : LABEL version=0.0.0 [2021-02-16T00:49:23.650Z] Removing intermediate container b9a23c2569a8 [2021-02-16T00:49:23.650Z] ---> 4fff085a8552 [2021-02-16T00:49:23.650Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-16T00:49:23.925Z] ---> Running in 2bf128a9dc5e [2021-02-16T00:49:23.925Z] ---> Running in 5c6b7539c0ab [2021-02-16T00:49:23.925Z] Removing intermediate container a3dc08195974 [2021-02-16T00:49:23.925Z] ---> 64385057c2ed [2021-02-16T00:49:23.925Z] Step 23/23 : LABEL version=0.0.0 [2021-02-16T00:49:24.226Z] Removing intermediate container 12a2ac817371 [2021-02-16T00:49:24.226Z] ---> e18aa80eeaf9 [2021-02-16T00:49:24.226Z] Step 22/22 : LABEL version=0.0.0 [2021-02-16T00:49:24.226Z] ---> Running in 8fedd1c2231e [2021-02-16T00:49:24.502Z] ---> Running in cbb48ed5189b [2021-02-16T00:49:24.502Z] Removing intermediate container 2bf128a9dc5e [2021-02-16T00:49:24.502Z] ---> 69cac156dad2 [2021-02-16T00:49:24.502Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-16T00:49:24.772Z] Removing intermediate container 5c6b7539c0ab [2021-02-16T00:49:24.772Z] ---> e92682e18569 [2021-02-16T00:49:24.772Z] [2021-02-16T00:49:24.772Z] Removing intermediate container 8fedd1c2231e [2021-02-16T00:49:24.772Z] ---> 5d2fe0755e75 [2021-02-16T00:49:24.772Z] [2021-02-16T00:49:25.046Z] ---> 21310823224c [2021-02-16T00:49:25.046Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-16T00:49:25.323Z] Successfully built e92682e18569 [2021-02-16T00:49:25.323Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-16T00:49:25.323Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go [2021-02-16T00:49:25.323Z] Removing intermediate container cbb48ed5189b [2021-02-16T00:49:25.323Z] ---> f09a5f9d5d73 [2021-02-16T00:49:25.323Z] [2021-02-16T00:49:25.323Z] Successfully built 5d2fe0755e75 [2021-02-16T00:49:25.601Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-16T00:49:25.601Z]  Building docker-core-command-go ... done Building docker-security-proxy-setup-go [2021-02-16T00:49:25.875Z] ---> Running in 4bc67c55f973 [2021-02-16T00:49:25.875Z] Successfully built f09a5f9d5d73 [2021-02-16T00:49:26.154Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-16T00:49:26.154Z] ---> 5aa780babe42 [2021-02-16T00:49:26.154Z] Building docker-core-data-go [2021-02-16T00:49:26.154Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-16T00:49:27.139Z]  Building docker-support-notifications-go ... done  ---> ca1174bb0ec9 [2021-02-16T00:49:27.139Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-16T00:49:28.130Z] ---> 88fa568dd9ae [2021-02-16T00:49:28.130Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-16T00:49:28.404Z] ---> Running in 5b20b311e967 [2021-02-16T00:49:28.677Z] Removing intermediate container 4bc67c55f973 [2021-02-16T00:49:28.677Z] ---> 5081973b6cac [2021-02-16T00:49:28.677Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-16T00:49:28.954Z] ---> Running in 64bb165f80f8 [2021-02-16T00:49:29.554Z] Removing intermediate container 64bb165f80f8 [2021-02-16T00:49:29.554Z] ---> c5d75567ad37 [2021-02-16T00:49:29.554Z] Step 27/30 : CMD ["gate"] [2021-02-16T00:49:29.830Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-16T00:49:30.105Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-16T00:49:30.703Z] ---> Running in 19b19af55c66 [2021-02-16T00:49:30.976Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-16T00:49:30.976Z] (2/33) Installing expat (2.2.9-r1) [2021-02-16T00:49:30.976Z] (3/33) Installing libffi (3.3-r2) [2021-02-16T00:49:30.976Z] (4/33) Installing gdbm (1.13-r1) [2021-02-16T00:49:30.976Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-16T00:49:30.976Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-16T00:49:30.976Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-16T00:49:32.424Z] Removing intermediate container 19b19af55c66 [2021-02-16T00:49:32.424Z] ---> 1334b8337f35 [2021-02-16T00:49:32.425Z] Step 28/30 : LABEL arch=arm64 [2021-02-16T00:49:33.021Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-16T00:49:33.021Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-16T00:49:33.021Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-16T00:49:33.021Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-16T00:49:33.021Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-16T00:49:33.021Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-16T00:49:33.021Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-16T00:49:33.320Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-16T00:49:33.320Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-16T00:49:33.320Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-16T00:49:33.320Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-16T00:49:33.320Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-16T00:49:33.320Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-16T00:49:33.320Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-16T00:49:33.320Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-16T00:49:33.320Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-16T00:49:33.320Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-16T00:49:33.320Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-16T00:49:33.320Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-16T00:49:33.594Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-16T00:49:33.594Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-16T00:49:33.594Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-16T00:49:33.594Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-16T00:49:33.594Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-16T00:49:33.594Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-16T00:49:33.594Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-16T00:49:33.594Z] Executing busybox-1.31.1-r19.trigger [2021-02-16T00:49:33.890Z] OK: 71 MiB in 55 packages [2021-02-16T00:49:34.503Z] ---> Running in 313c5dc57981 [2021-02-16T00:49:35.488Z] Removing intermediate container 313c5dc57981 [2021-02-16T00:49:35.488Z] ---> ef6efdc19659 [2021-02-16T00:49:35.488Z] Step 29/30 : LABEL git_sha=f534e5f9d04b017a9fc5fe287232a3a1cbef38dc [2021-02-16T00:49:36.085Z] ---> Running in 07f6ab76f7ca [2021-02-16T00:49:37.069Z] Removing intermediate container 07f6ab76f7ca [2021-02-16T00:49:37.069Z] ---> 69b21d7039c5 [2021-02-16T00:49:37.069Z] Step 30/30 : LABEL version=0.0.0 [2021-02-16T00:49:38.053Z] ---> Running in 47a682d6e52f [2021-02-16T00:49:39.498Z] Removing intermediate container 47a682d6e52f [2021-02-16T00:49:39.499Z] ---> c3711a9e609c [2021-02-16T00:49:39.499Z] [2021-02-16T00:49:40.094Z] Successfully built c3711a9e609c [2021-02-16T00:49:40.094Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-16T00:49:40.094Z] Building docker-core-metadata-go [2021-02-16T00:49:41.544Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 5b20b311e967 [2021-02-16T00:49:41.544Z] ---> 698755ee2a16 [2021-02-16T00:49:41.544Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-16T00:49:42.527Z] ---> Running in c5a8aec68b1f [2021-02-16T00:49:47.924Z] Collecting docker-compose==1.23.2 [2021-02-16T00:49:48.199Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-16T00:49:49.642Z] Collecting docker<4.0,>=3.6.0 [2021-02-16T00:49:49.642Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-16T00:49:50.627Z] Collecting jsonschema<3,>=2.5.1 [2021-02-16T00:49:50.627Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-16T00:49:51.226Z] Collecting texttable<0.10,>=0.9.0 [2021-02-16T00:49:51.226Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-16T00:49:53.849Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-16T00:49:53.849Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-16T00:49:57.240Z] Collecting PyYAML<4,>=3.10 [2021-02-16T00:49:57.240Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-16T00:50:00.647Z] Collecting docopt<0.7,>=0.6.1 [2021-02-16T00:50:00.647Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-16T00:50:04.059Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-16T00:50:04.059Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-16T00:50:04.059Z] 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-16T00:50:04.329Z] Collecting cached-property<2,>=1.2.0 [2021-02-16T00:50:04.329Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-16T00:50:06.315Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-16T00:50:06.315Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-16T00:50:06.586Z] Collecting docker-pycreds>=0.4.0 [2021-02-16T00:50:06.586Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-16T00:50:07.569Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-16T00:50:07.569Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-16T00:50:07.569Z] 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-16T00:50:07.845Z] Collecting idna<2.8,>=2.5 [2021-02-16T00:50:07.845Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-16T00:50:08.122Z] 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-16T00:50:08.122Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-16T00:50:08.122Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-16T00:50:08.122Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-16T00:50:08.122Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-16T00:50:09.559Z] Installing collected packages: docker-pycreds, urllib3, idna, requests, websocket-client, docker, jsonschema, texttable, dockerpty, PyYAML, docopt, cached-property, docker-compose [2021-02-16T00:50:09.559Z] Attempting uninstall: urllib3 [2021-02-16T00:50:09.559Z] Found existing installation: urllib3 1.25.9 [2021-02-16T00:50:09.559Z] Uninstalling urllib3-1.25.9: [2021-02-16T00:50:09.559Z] Successfully uninstalled urllib3-1.25.9 [2021-02-16T00:50:10.551Z] Attempting uninstall: idna [2021-02-16T00:50:10.551Z] Found existing installation: idna 2.9 [2021-02-16T00:50:10.551Z] Uninstalling idna-2.9: [2021-02-16T00:50:10.551Z] Successfully uninstalled idna-2.9 [2021-02-16T00:50:11.153Z] Attempting uninstall: requests [2021-02-16T00:50:11.153Z] Found existing installation: requests 2.23.0 [2021-02-16T00:50:11.153Z] Uninstalling requests-2.23.0: [2021-02-16T00:50:11.430Z] Successfully uninstalled requests-2.23.0 [2021-02-16T00:50:15.014Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-16T00:50:15.014Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-16T00:50:15.014Z] ---> 2cdb3381a0b9 [2021-02-16T00:50:15.014Z] Step 3/21 : WORKDIR /edgex-go [2021-02-16T00:50:15.014Z] ---> Using cache [2021-02-16T00:50:15.014Z] ---> fc83984acab9 [2021-02-16T00:50:15.014Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-16T00:50:15.014Z] ---> Using cache [2021-02-16T00:50:15.014Z] ---> cbf49779b57b [2021-02-16T00:50:15.014Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-16T00:50:15.368Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-16T00:50:15.368Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-16T00:50:15.368Z] ---> 2cdb3381a0b9 [2021-02-16T00:50:15.368Z] Step 3/22 : WORKDIR /edgex-go [2021-02-16T00:50:15.368Z] ---> Using cache [2021-02-16T00:50:15.368Z] ---> fc83984acab9 [2021-02-16T00:50:15.368Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-16T00:50:15.368Z] ---> Using cache [2021-02-16T00:50:15.368Z] ---> cbf49779b57b [2021-02-16T00:50:15.368Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-16T00:50:15.368Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-16T00:50:15.368Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-16T00:50:15.368Z] ---> 2cdb3381a0b9 [2021-02-16T00:50:15.368Z] Step 3/23 : WORKDIR /edgex-go [2021-02-16T00:50:15.368Z] ---> Using cache [2021-02-16T00:50:15.679Z] ---> fc83984acab9 [2021-02-16T00:50:15.679Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-16T00:50:15.679Z] ---> Using cache [2021-02-16T00:50:15.679Z] ---> cbf49779b57b [2021-02-16T00:50:15.679Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-16T00:50:15.955Z] Running setup.py install for texttable: started [2021-02-16T00:50:18.587Z] Running setup.py install for texttable: finished with status 'done' [2021-02-16T00:50:18.587Z] Running setup.py install for dockerpty: started [2021-02-16T00:50:20.571Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-16T00:50:20.571Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-16T00:50:20.571Z] ---> 2cdb3381a0b9 [2021-02-16T00:50:20.571Z] Step 3/23 : WORKDIR /edgex-go [2021-02-16T00:50:20.571Z] ---> Using cache [2021-02-16T00:50:20.571Z] ---> fc83984acab9 [2021-02-16T00:50:20.571Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-16T00:50:20.571Z] ---> Using cache [2021-02-16T00:50:20.571Z] ---> cbf49779b57b [2021-02-16T00:50:20.571Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-16T00:50:20.856Z] ---> Running in b6fd9695b459 [2021-02-16T00:50:20.856Z] ---> Running in ac9c9823c151 [2021-02-16T00:50:20.856Z] ---> Running in ec695b0cf3a0 [2021-02-16T00:50:20.856Z] ---> Running in e6033f08d9ba [2021-02-16T00:50:21.132Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-16T00:50:21.132Z] Running setup.py install for PyYAML: started [2021-02-16T00:50:23.113Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-16T00:50:23.387Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-16T00:50:23.387Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-16T00:50:23.387Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-16T00:50:23.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-16T00:50:23.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-16T00:50:23.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-16T00:50:24.270Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-16T00:50:24.545Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-16T00:50:24.545Z] Running setup.py install for docopt: started [2021-02-16T00:50:24.821Z] OK: 217 MiB in 51 packages [2021-02-16T00:50:24.821Z] OK: 217 MiB in 51 packages [2021-02-16T00:50:25.097Z] OK: 217 MiB in 51 packages [2021-02-16T00:50:25.395Z] OK: 217 MiB in 51 packages [2021-02-16T00:50:26.842Z] Removing intermediate container ec695b0cf3a0 [2021-02-16T00:50:26.842Z] ---> 5986c8fd53aa [2021-02-16T00:50:26.842Z] Step 6/21 : COPY go.mod . [2021-02-16T00:50:26.842Z] Removing intermediate container e6033f08d9ba [2021-02-16T00:50:26.842Z] ---> 4bb4962670ea [2021-02-16T00:50:26.842Z] Step 6/22 : COPY go.mod . [2021-02-16T00:50:27.433Z] Removing intermediate container b6fd9695b459 [2021-02-16T00:50:27.433Z] ---> ecf08e8f9377 [2021-02-16T00:50:27.433Z] Step 6/23 : COPY go.mod . [2021-02-16T00:50:27.433Z] Removing intermediate container ac9c9823c151 [2021-02-16T00:50:27.433Z] ---> 493619f98575 [2021-02-16T00:50:27.433Z] Step 6/23 : COPY go.mod . [2021-02-16T00:50:27.707Z] ---> a8650096814e [2021-02-16T00:50:27.707Z] Step 7/21 : RUN go mod download [2021-02-16T00:50:27.707Z] Running setup.py install for docopt: finished with status 'done' [2021-02-16T00:50:27.984Z] ---> Running in db189c84388f [2021-02-16T00:50:27.984Z] ---> a5d80d87b166 [2021-02-16T00:50:27.984Z] Step 7/22 : RUN go mod download [2021-02-16T00:50:28.261Z] ---> Running in 7ecdd7862ad7 [2021-02-16T00:50:28.545Z] ---> 4ce88af9fcb3 [2021-02-16T00:50:28.545Z] Step 7/23 : RUN go mod download [2021-02-16T00:50:28.545Z] ---> baf67983a7b1 [2021-02-16T00:50:28.545Z] Step 7/23 : RUN go mod download [2021-02-16T00:50:28.828Z] ---> Running in 6546f9d584dd [2021-02-16T00:50:28.828Z] ---> Running in 210de038ea62 [2021-02-16T00:50:29.109Z] 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-16T00:50:32.535Z] Removing intermediate container db189c84388f [2021-02-16T00:50:32.535Z] ---> f3f8dd37be95 [2021-02-16T00:50:32.535Z] Step 8/21 : COPY . . [2021-02-16T00:50:33.524Z] Removing intermediate container 7ecdd7862ad7 [2021-02-16T00:50:33.524Z] ---> 3c57a5ac84c7 [2021-02-16T00:50:33.524Z] Step 8/22 : COPY . . [2021-02-16T00:50:34.124Z] Removing intermediate container 210de038ea62 [2021-02-16T00:50:34.124Z] ---> 22786dd3c157 [2021-02-16T00:50:34.124Z] Step 8/23 : COPY . . [2021-02-16T00:50:34.395Z] Removing intermediate container 6546f9d584dd [2021-02-16T00:50:34.395Z] ---> 9d1fff209c53 [2021-02-16T00:50:34.395Z] Step 8/23 : COPY . . [2021-02-16T00:50:35.380Z] Removing intermediate container c5a8aec68b1f [2021-02-16T00:50:35.380Z] ---> 377404f2d674 [2021-02-16T00:50:35.380Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-16T00:50:38.040Z] ---> Running in b7b3fa1748a5 [2021-02-16T00:50:39.483Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-16T00:50:39.755Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-16T00:50:40.353Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-16T00:50:40.353Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-16T00:50:40.353Z] (3/3) Installing curl (7.69.1-r3) [2021-02-16T00:50:40.626Z] Executing busybox-1.31.1-r19.trigger [2021-02-16T00:50:40.626Z] OK: 71 MiB in 58 packages [2021-02-16T00:50:47.343Z] Removing intermediate container b7b3fa1748a5 [2021-02-16T00:50:47.343Z] ---> 96da69732037 [2021-02-16T00:50:47.343Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-16T00:50:49.316Z] ---> Running in 41a078d9e965 [2021-02-16T00:50:50.291Z] Removing intermediate container 41a078d9e965 [2021-02-16T00:50:50.291Z] ---> eda582cb921c [2021-02-16T00:50:50.291Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-16T00:50:50.886Z] ---> Running in d7a57e646905 [2021-02-16T00:50:52.313Z] Removing intermediate container d7a57e646905 [2021-02-16T00:50:52.313Z] ---> 8940dd72b78e [2021-02-16T00:50:52.313Z] Step 24/26 : LABEL arch=arm64 [2021-02-16T00:50:52.910Z] ---> Running in 188c218416bb [2021-02-16T00:50:53.181Z] ---> de5399702f60 [2021-02-16T00:50:53.181Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-16T00:50:54.155Z] ---> Running in 0a940352db69 [2021-02-16T00:50:54.155Z] Removing intermediate container 188c218416bb [2021-02-16T00:50:54.155Z] ---> 2c9756e70d18 [2021-02-16T00:50:54.155Z] Step 25/26 : LABEL git_sha=f534e5f9d04b017a9fc5fe287232a3a1cbef38dc [2021-02-16T00:50:54.436Z] ---> Running in fb267b879f33 [2021-02-16T00:50:54.436Z] ---> 628da4270b6b [2021-02-16T00:50:54.436Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-16T00:50:54.710Z] ---> 38dea2fedef8 [2021-02-16T00:50:54.710Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-16T00:50:54.710Z] ---> Running in 034ed00f5d06 [2021-02-16T00:50:54.982Z] ---> d5500342df5a [2021-02-16T00:50:54.982Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-16T00:50:54.982Z] ---> Running in 239efcdbcd50 [2021-02-16T00:50:55.253Z] Removing intermediate container fb267b879f33 [2021-02-16T00:50:55.253Z] ---> 99263319acba [2021-02-16T00:50:55.253Z] Step 26/26 : LABEL version=0.0.0 [2021-02-16T00:50:55.253Z] ---> Running in 12d8c4372322 [2021-02-16T00:50:55.523Z] ---> Running in bcbe98fcc08c [2021-02-16T00:50:55.798Z] 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-16T00:50:56.071Z] Removing intermediate container bcbe98fcc08c [2021-02-16T00:50:56.071Z] ---> 996651bff31f [2021-02-16T00:50:56.071Z] [2021-02-16T00:50:57.061Z] 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-16T00:50:57.061Z] 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-16T00:50:57.061Z] Successfully built 996651bff31f [2021-02-16T00:50:57.061Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-16T00:50:57.658Z]  Building docker-sys-mgmt-agent-go ... done 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-16T00:52:05.693Z] 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-16T00:52:15.862Z] Removing intermediate container 0a940352db69 [2021-02-16T00:52:15.862Z] ---> 9fc00254a3ce [2021-02-16T00:52:15.862Z] [2021-02-16T00:52:15.862Z] Step 10/21 : FROM alpine:3.12 [2021-02-16T00:52:15.862Z] ---> afeebe901d6b [2021-02-16T00:52:15.862Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-16T00:52:15.862Z] ---> Running in 4a2b67a93017 [2021-02-16T00:52:16.853Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-16T00:52:16.854Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-16T00:52:17.864Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-16T00:52:17.864Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-16T00:52:17.864Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-16T00:52:17.864Z] (4/4) Installing curl (7.69.1-r3) [2021-02-16T00:52:17.864Z] Executing busybox-1.31.1-r19.trigger [2021-02-16T00:52:17.864Z] Executing ca-certificates-20191127-r4.trigger [2021-02-16T00:52:18.143Z] OK: 7 MiB in 18 packages [2021-02-16T00:52:20.864Z] Removing intermediate container 4a2b67a93017 [2021-02-16T00:52:20.864Z] ---> b790a9f8b0fe [2021-02-16T00:52:20.864Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-16T00:52:21.149Z] ---> Running in 6087df732374 [2021-02-16T00:52:21.779Z] Removing intermediate container 6087df732374 [2021-02-16T00:52:21.779Z] ---> ed5b362f000f [2021-02-16T00:52:21.779Z] Step 13/21 : WORKDIR /edgex [2021-02-16T00:52:22.092Z] ---> Running in 8224220c1442 [2021-02-16T00:52:22.723Z] Removing intermediate container 8224220c1442 [2021-02-16T00:52:22.723Z] ---> 43d0a19a90fe [2021-02-16T00:52:22.723Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-16T00:52:24.165Z] ---> ecd746df966b [2021-02-16T00:52:24.165Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-16T00:52:25.610Z] ---> 69d202716900 [2021-02-16T00:52:25.610Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-16T00:52:28.232Z] ---> 59f15a5a4ce5 [2021-02-16T00:52:28.232Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-16T00:52:28.232Z] ---> Running in 71e0ecce58f9 [2021-02-16T00:52:28.506Z] Removing intermediate container 239efcdbcd50 [2021-02-16T00:52:28.506Z] ---> 8a310298403a [2021-02-16T00:52:28.506Z] [2021-02-16T00:52:28.506Z] Step 10/22 : FROM alpine:3.12 [2021-02-16T00:52:28.506Z] ---> afeebe901d6b [2021-02-16T00:52:28.506Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-16T00:52:28.506Z] ---> Using cache [2021-02-16T00:52:28.506Z] ---> d380b9c9731c [2021-02-16T00:52:28.506Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-16T00:52:28.506Z] ---> Using cache [2021-02-16T00:52:28.506Z] ---> 45a937c3dd9d [2021-02-16T00:52:28.506Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-16T00:52:28.782Z] ---> Running in 44d73852eb8f [2021-02-16T00:52:28.782Z] Removing intermediate container 71e0ecce58f9 [2021-02-16T00:52:28.782Z] ---> a594c5b13f56 [2021-02-16T00:52:28.782Z] Step 18/21 : CMD ["--init=true"] [2021-02-16T00:52:29.055Z] ---> Running in d6f8174595fc [2021-02-16T00:52:29.654Z] Removing intermediate container 44d73852eb8f [2021-02-16T00:52:29.654Z] ---> 3b3d3a4f7d16 [2021-02-16T00:52:29.654Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-16T00:52:29.654Z] ---> Running in 6a0deeb809a9 [2021-02-16T00:52:29.934Z] Removing intermediate container d6f8174595fc [2021-02-16T00:52:29.934Z] ---> b468921e2352 [2021-02-16T00:52:29.934Z] Step 19/21 : LABEL arch=arm64 [2021-02-16T00:52:29.934Z] ---> Running in e6013624690c [2021-02-16T00:52:30.219Z] Removing intermediate container 6a0deeb809a9 [2021-02-16T00:52:30.219Z] ---> d1e293873dad [2021-02-16T00:52:30.219Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-16T00:52:30.810Z] Removing intermediate container e6013624690c [2021-02-16T00:52:30.810Z] ---> 97eed837fcf7 [2021-02-16T00:52:30.810Z] Step 20/21 : LABEL git_sha=f534e5f9d04b017a9fc5fe287232a3a1cbef38dc [2021-02-16T00:52:30.810Z] ---> Running in 12385ea667b4 [2021-02-16T00:52:31.410Z] ---> 2a10fff79f1e [2021-02-16T00:52:31.410Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-16T00:52:31.410Z] Removing intermediate container 12385ea667b4 [2021-02-16T00:52:31.410Z] ---> ca335b383c5e [2021-02-16T00:52:31.410Z] Step 21/21 : LABEL version=0.0.0 [2021-02-16T00:52:31.683Z] ---> Running in 388726c5f2b8 [2021-02-16T00:52:32.708Z] Removing intermediate container 388726c5f2b8 [2021-02-16T00:52:32.708Z] ---> 156229b0fb83 [2021-02-16T00:52:32.708Z] [2021-02-16T00:52:33.323Z] Successfully built 156229b0fb83 [2021-02-16T00:52:33.323Z] ---> 22aab582c330 [2021-02-16T00:52:33.323Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-16T00:52:33.323Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-16T00:52:34.770Z]  Building docker-security-proxy-setup-go ... done  ---> de1be2a3c3a1 [2021-02-16T00:52:34.770Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-16T00:52:34.770Z] ---> Running in e428a2fb5b7e [2021-02-16T00:52:35.839Z] Removing intermediate container e428a2fb5b7e [2021-02-16T00:52:35.839Z] ---> b88f29d4d75e [2021-02-16T00:52:35.839Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-16T00:52:36.113Z] ---> Running in 07a5ceb43b04 [2021-02-16T00:52:36.704Z] Removing intermediate container 07a5ceb43b04 [2021-02-16T00:52:36.704Z] ---> 349c3fbc274f [2021-02-16T00:52:36.704Z] Step 20/22 : LABEL arch=arm64 [2021-02-16T00:52:36.704Z] Removing intermediate container 034ed00f5d06 [2021-02-16T00:52:36.704Z] ---> b8680de4dfa6 [2021-02-16T00:52:36.704Z] [2021-02-16T00:52:36.704Z] Step 10/23 : FROM alpine:3.12 [2021-02-16T00:52:36.704Z] ---> afeebe901d6b [2021-02-16T00:52:36.704Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-16T00:52:36.704Z] ---> Using cache [2021-02-16T00:52:36.704Z] ---> d380b9c9731c [2021-02-16T00:52:36.704Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-16T00:52:36.704Z] ---> Using cache [2021-02-16T00:52:36.704Z] ---> 45a937c3dd9d [2021-02-16T00:52:36.704Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-16T00:52:36.974Z] ---> Running in ad32417ea76c [2021-02-16T00:52:36.974Z] ---> Running in 0255ae779133 [2021-02-16T00:52:37.569Z] Removing intermediate container 0255ae779133 [2021-02-16T00:52:37.569Z] ---> 8b4a1411cea6 [2021-02-16T00:52:37.569Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-16T00:52:37.569Z] Removing intermediate container ad32417ea76c [2021-02-16T00:52:37.569Z] ---> af0ce4790b60 [2021-02-16T00:52:37.569Z] Step 21/22 : LABEL git_sha=f534e5f9d04b017a9fc5fe287232a3a1cbef38dc [2021-02-16T00:52:37.569Z] ---> Running in 2d4e640101be [2021-02-16T00:52:37.569Z] ---> Running in bbf9653fa5f3 [2021-02-16T00:52:38.166Z] Removing intermediate container 2d4e640101be [2021-02-16T00:52:38.166Z] Removing intermediate container bbf9653fa5f3 [2021-02-16T00:52:38.166Z] ---> 1e2cfb0323e0 [2021-02-16T00:52:38.166Z] ---> 12dc7e795f5c [2021-02-16T00:52:38.166Z] Step 22/22 : LABEL version=0.0.0Step 15/23 : WORKDIR / [2021-02-16T00:52:38.166Z] [2021-02-16T00:52:38.439Z] ---> Running in 6f72baf6449a [2021-02-16T00:52:38.439Z] ---> Running in 0afae5b93df1 [2021-02-16T00:52:39.033Z] Removing intermediate container 0afae5b93df1 [2021-02-16T00:52:39.033Z] ---> a39e57570919 [2021-02-16T00:52:39.033Z] [2021-02-16T00:52:39.033Z] Removing intermediate container 6f72baf6449a [2021-02-16T00:52:39.033Z] ---> c138bd419706 [2021-02-16T00:52:39.033Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-16T00:52:39.630Z] Successfully built a39e57570919 [2021-02-16T00:52:39.630Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-16T00:52:40.608Z]  Building docker-support-scheduler-go ... done  ---> 9d706aa810d1 [2021-02-16T00:52:40.608Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-16T00:52:41.588Z] Removing intermediate container 12d8c4372322 [2021-02-16T00:52:41.588Z] ---> b7354602b7e8 [2021-02-16T00:52:41.588Z] [2021-02-16T00:52:41.588Z] Step 10/23 : FROM alpine:3.12 [2021-02-16T00:52:41.588Z] ---> afeebe901d6b [2021-02-16T00:52:41.588Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-16T00:52:41.588Z] ---> 682e8dbeebae [2021-02-16T00:52:41.588Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-16T00:52:41.861Z] ---> Running in 72202791080f [2021-02-16T00:52:42.131Z] Removing intermediate container 72202791080f [2021-02-16T00:52:42.131Z] ---> ac4e2ec4762f [2021-02-16T00:52:42.131Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-16T00:52:42.402Z] ---> Running in b104fb85def1 [2021-02-16T00:52:42.673Z] ---> 3b0a0c8f6413 [2021-02-16T00:52:42.673Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-16T00:52:42.673Z] ---> Running in 020f2ed7d817 [2021-02-16T00:52:42.946Z] Removing intermediate container b104fb85def1 [2021-02-16T00:52:42.946Z] ---> ae9b1244a2ea [2021-02-16T00:52:42.946Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-16T00:52:42.946Z] ---> Running in 38e91d105d5e [2021-02-16T00:52:43.219Z] Removing intermediate container 020f2ed7d817 [2021-02-16T00:52:43.219Z] ---> 3a45b57ce8c7 [2021-02-16T00:52:43.219Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-16T00:52:43.219Z] ---> Running in 28ccc40bc02c [2021-02-16T00:52:43.491Z] Removing intermediate container 38e91d105d5e [2021-02-16T00:52:43.491Z] ---> e27b3686eb28 [2021-02-16T00:52:43.491Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-16T00:52:43.769Z] ---> Running in 4b06739e9779 [2021-02-16T00:52:43.769Z] Removing intermediate container 28ccc40bc02c [2021-02-16T00:52:43.769Z] ---> 4f64339914f0 [2021-02-16T00:52:43.769Z] Step 21/23 : LABEL arch=arm64 [2021-02-16T00:52:44.045Z] ---> Running in 899d8bdd297c [2021-02-16T00:52:44.642Z] Removing intermediate container 899d8bdd297c [2021-02-16T00:52:44.642Z] ---> ca5f209b23ef [2021-02-16T00:52:44.642Z] Step 22/23 : LABEL git_sha=f534e5f9d04b017a9fc5fe287232a3a1cbef38dc [2021-02-16T00:52:44.642Z] ---> Running in dc79bcb8d109 [2021-02-16T00:52:45.235Z] Removing intermediate container dc79bcb8d109 [2021-02-16T00:52:45.235Z] ---> 3725edf9ced6 [2021-02-16T00:52:45.235Z] Step 23/23 : LABEL version=0.0.0 [2021-02-16T00:52:45.235Z] ---> Running in f0849e104caa [2021-02-16T00:52:45.833Z] Removing intermediate container f0849e104caa [2021-02-16T00:52:45.833Z] ---> 127dd377fb81 [2021-02-16T00:52:45.833Z] [2021-02-16T00:52:46.104Z] Successfully built 127dd377fb81 [2021-02-16T00:52:46.104Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-16T00:52:46.375Z]  Building docker-core-metadata-go ... done Removing intermediate container 4b06739e9779 [2021-02-16T00:52:46.375Z] ---> 60147dfb31d9 [2021-02-16T00:52:46.375Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-16T00:52:46.375Z] ---> Running in 9cdfb47b3ec7 [2021-02-16T00:52:47.349Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-16T00:52:48.317Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-16T00:52:48.906Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-16T00:52:48.906Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-16T00:52:48.907Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-16T00:52:48.907Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-16T00:52:49.175Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-16T00:52:49.175Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-16T00:52:49.447Z] Executing busybox-1.31.1-r19.trigger [2021-02-16T00:52:49.447Z] OK: 8 MiB in 20 packages [2021-02-16T00:52:50.885Z] Removing intermediate container 9cdfb47b3ec7 [2021-02-16T00:52:50.885Z] ---> cb78187053f5 [2021-02-16T00:52:50.885Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-16T00:52:51.478Z] ---> b814218dbc1f [2021-02-16T00:52:51.478Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-16T00:52:52.905Z] ---> e5368994de61 [2021-02-16T00:52:52.906Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-16T00:52:53.499Z] ---> a4b5845306f9 [2021-02-16T00:52:53.499Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-16T00:52:53.499Z] ---> Running in f1acd2400ee9 [2021-02-16T00:52:54.088Z] Removing intermediate container f1acd2400ee9 [2021-02-16T00:52:54.088Z] ---> c13ac2e9c821 [2021-02-16T00:52:54.088Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-16T00:52:54.088Z] ---> Running in 05adbaf14c31 [2021-02-16T00:52:54.360Z] Removing intermediate container 05adbaf14c31 [2021-02-16T00:52:54.360Z] ---> 175110ac2d94 [2021-02-16T00:52:54.360Z] Step 21/23 : LABEL arch=arm64 [2021-02-16T00:52:54.632Z] ---> Running in 15c6f9d5bf5a [2021-02-16T00:52:55.223Z] Removing intermediate container 15c6f9d5bf5a [2021-02-16T00:52:55.223Z] ---> 9ce5705699a7 [2021-02-16T00:52:55.223Z] Step 22/23 : LABEL git_sha=f534e5f9d04b017a9fc5fe287232a3a1cbef38dc [2021-02-16T00:52:55.223Z] ---> Running in b88e00982bea [2021-02-16T00:52:55.817Z] Removing intermediate container b88e00982bea [2021-02-16T00:52:55.817Z] ---> 56b895127bec [2021-02-16T00:52:55.817Z] Step 23/23 : LABEL version=0.0.0 [2021-02-16T00:52:55.817Z] ---> Running in b1e7ebd70694 [2021-02-16T00:52:56.405Z] Removing intermediate container b1e7ebd70694 [2021-02-16T00:52:56.405Z] ---> 6792ffab8fe4 [2021-02-16T00:52:56.405Z] [2021-02-16T00:52:56.677Z] Successfully built 6792ffab8fe4 [2021-02-16T00:52:56.677Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-16T00:52:56.960Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-16T00:52:56.968Z] $ docker stop --time=1 0ac8b928c28cdb0539bed160bf1d34e4582360bfbed6407ac049549becb1fac9 [2021-02-16T00:52:58.853Z] $ docker rm -f 0ac8b928c28cdb0539bed160bf1d34e4582360bfbed6407ac049549becb1fac9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-16T00:52:59.539Z] + grep docker [2021-02-16T00:52:59.539Z] + docker images [2021-02-16T00:52:59.807Z] docker-core-data-go-arm64 latest 6792ffab8fe4 4 seconds ago 21MB [2021-02-16T00:52:59.807Z] docker-core-metadata-go-arm64 latest 127dd377fb81 14 seconds ago 17.8MB [2021-02-16T00:52:59.807Z] docker-support-scheduler-go-arm64 latest a39e57570919 21 seconds ago 16.1MB [2021-02-16T00:52:59.807Z] docker-security-proxy-setup-go-arm64 latest 156229b0fb83 27 seconds ago 23.2MB [2021-02-16T00:52:59.807Z] docker-sys-mgmt-agent-go-arm64 latest 996651bff31f 2 minutes ago 300MB [2021-02-16T00:52:59.807Z] docker-security-bootstrapper-go-arm64 latest c3711a9e609c 3 minutes ago 17MB [2021-02-16T00:52:59.807Z] docker-security-secretstore-setup-go-arm64 latest e92682e18569 3 minutes ago 23.4MB [2021-02-16T00:52:59.807Z] docker-support-notifications-go-arm64 latest f09a5f9d5d73 3 minutes ago 16.7MB [2021-02-16T00:52:59.807Z] docker-core-command-go-arm64 latest 5d2fe0755e75 3 minutes ago 16MB [2021-02-16T00:52:59.807Z] docker 20.10.0 eeaf43b92773 2 months 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-16T00:53:03.165Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-16T00:53:04.063Z] ---> package-listing.sh [2021-02-16T00:53:04.063Z] ++ facter osfamily [2021-02-16T00:53:04.063Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-16T00:53:04.063Z] + OS_FAMILY=redhat [2021-02-16T00:53:04.063Z] + workspace=/w/workspace/edgex-go/64 [2021-02-16T00:53:04.063Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-16T00:53:04.063Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-16T00:53:04.063Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-16T00:53:04.063Z] + PACKAGES=/tmp/packages_start.txt [2021-02-16T00:53:04.063Z] + '[' /w/workspace/edgex-go/64 ']' [2021-02-16T00:53:04.063Z] + PACKAGES=/tmp/packages_end.txt [2021-02-16T00:53:04.063Z] + case "${OS_FAMILY}" in [2021-02-16T00:53:04.063Z] + rpm -qa [2021-02-16T00:53:04.063Z] + sort [2021-02-16T00:53:09.380Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-16T00:53:09.380Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-16T00:53:09.380Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-16T00:53:09.380Z] + '[' /w/workspace/edgex-go/64 ']' [2021-02-16T00:53:09.380Z] + mkdir -p /w/workspace/edgex-go/64/archives/ [2021-02-16T00:53:09.380Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/64/archives/ [Pipeline] echo [2021-02-16T00:53:09.395Z] 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/64/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-16T00:53:09.693Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-16T00:53:10.004Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-16T00:53:10.004Z] [2021-02-16T00:53:10.004Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-16T00:53:10.355Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-16T00:53:10.355Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-16T00:53:10.355Z] df20fa9351a1: Pulling fs layer [2021-02-16T00:53:10.355Z] 36b3adc4ff6f: Pulling fs layer [2021-02-16T00:53:10.355Z] 8ad3a11d3b57: Pulling fs layer [2021-02-16T00:53:10.355Z] 46f8f816bc3b: Pulling fs layer [2021-02-16T00:53:10.355Z] 93b61091891f: Pulling fs layer [2021-02-16T00:53:10.355Z] 93b9cdb0e59b: Pulling fs layer [2021-02-16T00:53:10.355Z] 5e14af77c1be: Pulling fs layer [2021-02-16T00:53:10.355Z] 01666e4c0597: Pulling fs layer [2021-02-16T00:53:10.355Z] aa168da1d23b: Pulling fs layer [2021-02-16T00:53:10.355Z] 46f8f816bc3b: Waiting [2021-02-16T00:53:10.355Z] 93b61091891f: Waiting [2021-02-16T00:53:10.355Z] 93b9cdb0e59b: Waiting [2021-02-16T00:53:10.355Z] 5e14af77c1be: Waiting [2021-02-16T00:53:10.356Z] 01666e4c0597: Waiting [2021-02-16T00:53:10.356Z] aa168da1d23b: Waiting [2021-02-16T00:53:10.356Z] 36b3adc4ff6f: Verifying Checksum [2021-02-16T00:53:10.356Z] 36b3adc4ff6f: Download complete [2021-02-16T00:53:10.356Z] 46f8f816bc3b: Verifying Checksum [2021-02-16T00:53:10.356Z] 46f8f816bc3b: Download complete [2021-02-16T00:53:10.618Z] df20fa9351a1: Download complete [2021-02-16T00:53:10.618Z] 93b9cdb0e59b: Verifying Checksum [2021-02-16T00:53:10.618Z] 93b9cdb0e59b: Download complete [2021-02-16T00:53:10.618Z] 5e14af77c1be: Verifying Checksum [2021-02-16T00:53:10.618Z] 5e14af77c1be: Download complete [2021-02-16T00:53:10.618Z] 93b61091891f: Verifying Checksum [2021-02-16T00:53:10.618Z] 93b61091891f: Download complete [2021-02-16T00:53:10.618Z] 01666e4c0597: Verifying Checksum [2021-02-16T00:53:10.618Z] 01666e4c0597: Download complete [2021-02-16T00:53:10.618Z] 8ad3a11d3b57: Verifying Checksum [2021-02-16T00:53:10.618Z] 8ad3a11d3b57: Download complete [2021-02-16T00:53:10.880Z] df20fa9351a1: Pull complete [2021-02-16T00:53:11.145Z] 36b3adc4ff6f: Pull complete [2021-02-16T00:53:12.107Z] 8ad3a11d3b57: Pull complete [2021-02-16T00:53:12.107Z] 46f8f816bc3b: Pull complete [2021-02-16T00:53:13.056Z] aa168da1d23b: Verifying Checksum [2021-02-16T00:53:13.056Z] aa168da1d23b: Download complete [2021-02-16T00:53:14.003Z] 93b61091891f: Pull complete [2021-02-16T00:53:14.003Z] 93b9cdb0e59b: Pull complete [2021-02-16T00:53:14.003Z] 5e14af77c1be: Pull complete [2021-02-16T00:53:14.265Z] 01666e4c0597: Pull complete [2021-02-16T00:53:24.306Z] aa168da1d23b: Pull complete [2021-02-16T00:53:24.306Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-16T00:53:24.306Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-16T00:53:24.306Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-16T00:53:24.554Z] prd-centos7-docker-4c-2g-26537 does not seem to be running inside a container [2021-02-16T00:53:24.623Z] $ 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/64/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/64 -v /w/workspace/edgex-go/64:/w/workspace/edgex-go/64:rw,z -v /w/workspace/edgex-go/64@tmp:/w/workspace/edgex-go/64@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-16T00:53:29.605Z] $ docker top 9762f867ec6183451b19a024aaea15dd3da050a1783f5eaccf3caaeb752a651a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-16T00:53:30.173Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-16T00:53:30.479Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-16T00:53:30.785Z] + ls /var/log/sa-host [2021-02-16T00:53:30.785Z] + sadf -c /var/log/sa-host/sa16 [2021-02-16T00:53:30.785Z] file_magic: OK [2021-02-16T00:53:30.785Z] HZ: Using current value: 100 [2021-02-16T00:53:30.785Z] file_header: OK [2021-02-16T00:53:30.785Z] 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-16T00:53:30.785Z] Statistics: [2021-02-16T00:53:30.785Z] 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-16T00:53:30.785Z] File successfully converted to sysstat format version 12.2.1 [2021-02-16T00:53:30.785Z] + sadf -c /var/log/sa-host/sa23 [2021-02-16T00:53:30.785Z] file_magic: OK [2021-02-16T00:53:30.785Z] HZ: Using current value: 100 [2021-02-16T00:53:30.785Z] file_header: OK [2021-02-16T00:53:30.785Z] 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-16T00:53:30.785Z] Statistics: [2021-02-16T00:53:30.785Z] Hnuu...uuuununununu... [2021-02-16T00:53:30.785Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-16T00:53:31.087Z] provisioning config files... [2021-02-16T00:53:31.112Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/64@tmp/config2295975193035434437tmp [Pipeline] { [Pipeline] echo [2021-02-16T00:53:31.170Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-16T00:53:31.469Z] ---> create-netrc.sh [Pipeline] } [2021-02-16T00:53:31.478Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-16T00:53:31.571Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-16T00:53:31.871Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-16T00:53:31.882Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-16T00:53:32.184Z] ---> sudo-logs.sh [2021-02-16T00:53:32.184Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-16T00:53:32.245Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-16T00:53:32.547Z] ---> job-cost.sh [2021-02-16T00:53:32.547Z] lf-activate-venv: SKIPPING [2021-02-16T00:53:32.547Z] INFO: No Stack... [2021-02-16T00:53:33.532Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-16T00:53:33.802Z] INFO: Archiving Costs [Pipeline] echo [2021-02-16T00:53:33.850Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-16T00:53:34.156Z] ---> logs-deploy.sh [2021-02-16T00:53:34.156Z] lf-activate-venv: SKIPPING [2021-02-16T00:53:34.156Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/64 [2021-02-16T00:53:34.156Z] INFO: archiving workspace using pattern(s): [2021-02-16T00:53:35.545Z] Archives upload complete. [2021-02-16T00:53:35.545Z] INFO: archiving logs to Nexus